Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Julia Language

Julia is a fast and user-friendly programming language for high-performance scientific computing.
Collective - Host: numfocus - https://opencollective.com/julialang - Website: https://julialang.org/ - Code: https://github.com/JuliaLang/julia

Fix small issue in EnterNode rename (#52589)

Fixes issue noted at [1] - not sure why it didn't show up in CI on the
PR.

[1]
https://gith...

github.com/JuliaLang/julia - fb3e3871bd3ed12adaaf8d0d59e41222f602a134 authored about 1 year ago
Exception type: Model intrinsics (#52547)

And then use this model for `nothrow` also (eventually we should just
refactor everything to ma...

github.com/JuliaLang/julia - 39087c55ca1f50ba031c0623800cb16cca897285 authored about 1 year ago
Document the String constructors for IPv4 and IPv6 (#52559)

Also capitalized 'IP' in the Int constructors.

These are pretty important and I couldn't see ...

github.com/JuliaLang/julia - 2cf4de4f674e56bb3e9555010a609f66753e6a30 authored about 1 year ago
inference: fix `istuple` check in `apply_type_tfunc` (#52585)

close #51927

github.com/JuliaLang/julia - 58fac69cfa1277c6f9db9a5cb475d08ce267f725 authored about 1 year ago
Additional Phi node semantics details for ssair docs (#52587)

Following a discussion on slack, I thought I would propose to add this
to the docs. I'm very op...

github.com/JuliaLang/julia - 69d5537e7e810f606b35dde1f9444535db24ee09 authored about 1 year ago
`invperm` for immutable arrays (#52546)

Rebase #47855

Close #47855
Close #47847

After this,
```julia
julia> invperm(SA[3,2,1])
...

github.com/JuliaLang/julia - f8cd1eb4bee56058a5f12383ac49990fc1c98ee7 authored about 1 year ago
Fix ?(#TAB method search name exploration (#52555)

Fix #52551.

This PR ensures that a `SomeModule.?(...#TAB` completion can only
suggests metho...

github.com/JuliaLang/julia - a987f56bf35da093c6b93e98eea8e09dd06dcc20 authored about 1 year ago
make `update_exc_bestguess!` overloadable by `AbstractInterpreter` (#52588)

This change allows `AbstractInterpreter` to record each program counter
where exception type in...

github.com/JuliaLang/julia - ae3c71165f71ead84078f1f0364acb92d686c366 authored about 1 year ago
Expand Nagle DocString (#52565)

Improve Nagle DocString. See also
https://github.com/JuliaLang/julia/issues/31842

---------
...

github.com/JuliaLang/julia - d53fc50c24f5758bd0056f5e3fdf8655da63b9bc authored about 1 year ago
Improve the docstring of `mul!` (#52509)

Add a comparison between the in-place and out-of-place versions to
demonstrate that they compute...

github.com/JuliaLang/julia - d07a272a7fdee4a81b7e444f9a29b5570ca34634 authored about 1 year ago
Specialize `fill!` for `Lower`/`UpperTriangular` (#52570)

Only looping over the triangular part provides a performance boost:
```julia
julia> U = UpperTri...

github.com/JuliaLang/julia - 163393448c9df1fa0a3a3d051913eadd4f94a3ac authored about 1 year ago
Bump github.com/aws/aws-lambda-go from 1.16.0 to 1.43.0 in /S3Vendor_go (#148)

Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.16.0 to 1.43.0...

github.com/JuliaLang/BugReporting.jl - 85b9dee552b717a788b9b8fe08830868223892c4 authored about 1 year ago
added promotions for SymTri and Tri (#48536)

Co-authored-by: zzeuuus <[email protected]>
Co-authored-by: Daniel...

github.com/JuliaLang/julia - 24e43ad57ab4ef17d1609c510cb41eb3567fe013 authored about 1 year ago
Fix array condition in is_valid_intrinsic_elptr (#52433)

This conditional was added in the Memory PR, but the `ety` is obviously
a type, not an array, s...

github.com/JuliaLang/julia - 4d677a5906680ccf843d510c85bc73d2cb0e0b14 authored about 1 year ago
docs: fix `PersistentDict` doc string note admonition formatting (#52579)

https://docs.julialang.org/en/v1/stdlib/Markdown/#Admonitions

Fixes #52578

github.com/JuliaLang/julia - f1f680f5605ecc471678073391f280696640207e authored about 1 year ago
fix isequal_normalized for combining-char reordering (#52447)

Fixes #52408.

(Note that this function was added in Julia 1.8, in #42493.)

In the future i...

github.com/JuliaLang/julia - 3b250c73dc686cb3857067582f47be336ac788ef authored about 1 year ago
Add --pkgimages=existing. (#52573)

Equivalent of https://github.com/JuliaLang/julia/pull/50586; implements
https://github.com/Juli...

github.com/JuliaLang/julia - 91d87c6d498d45ebb8bddc1df4d00c2437abccbc authored about 1 year ago
sroa: Better walk for chained KeyValue (#52542)

This redoes #52369, to put the walk through tothe chained KeyValue into
a more logical place (t...

github.com/JuliaLang/julia - 4f25e875be424e9dceb880ac9460301ed286a35e authored about 1 year ago
Fix interaction between try/catch elision and scope handling (#52527)

Currently, our try/catch elision code does not look at whether the
EnterNode has a scope, and j...

github.com/JuliaLang/julia - ec4745b147f1292923190cbe3b4a0d86dca75e16 authored about 1 year ago
Fix negation for an immutable unit triangular (#52510)

Fixes
```julia
julia> using FillArrays, LinearAlgebra

julia> U = UnitUpperTriangular(Fill(2,4,4...

github.com/JuliaLang/julia - d336a3e15db141cee054d90c7927c36807dbec81 authored about 1 year ago
Fix GC rooting during rehashing of iddict (#52569)

Should fix #52558. `a` should be rooted before the alloc call. I removed
the comment as it seem...

github.com/JuliaLang/julia - 5977cb0a0c1ef98fa0e4019bf1a41380a717be6f authored about 1 year ago
Update version db (#772)

Co-authored-by: ararslan <[email protected]>

github.com/JuliaLang/juliaup - d38f1b22ba0b3c6496b63f64c3b0b6a2127a28c4 authored about 1 year ago
build(deps): Bump actions/download-artifact from 3 to 4

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [...

github.com/JuliaLang/juliaup - 32241e205c00a4c81b94343eee3a73f754033435 authored about 1 year ago
build(deps): Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Rele...

github.com/JuliaLang/juliaup - f1b190c913c23d782532795a703f43213a396eab authored about 1 year ago
Fix typo in heuristics of BracketedSort (#52494)

The impact of this typo was a) massively decreased performance that was
b) predicted by heurist...

github.com/JuliaLang/julia - 2ab41059eff87625e7a6aaf1e08b75e700bc7b48 authored about 1 year ago
Export method instance lookup functions (#52176)

github.com/JuliaLang/julia - b57f8d168dc88be8570e1c9ff7cd352fc5e11c98 authored about 1 year ago
Specialize copy for Diagonal (#52500)

On master
```julia
julia> copy(Diagonal(1:4)) |> typeof
Diagonal{Int64, Vector{Int64}}
```
...

github.com/JuliaLang/julia - 7fe08e0748bb4486bd485aa9e045d516b5251fe2 authored about 1 year ago
Accept IndexStyle in diagind, defaulting to IndexLinear (#52549)

Partly revert and redesign #52115, with `diagind` now accepting an
optional `IndexStyle`, which ...

github.com/JuliaLang/julia - df5361ac5af25cfe54ba4a272a19aa10eaedd9b5 authored about 1 year ago
Propagate inbounds in triangular/symmetric/UpperHessenberg get/setindex (#52512)

Annotate several `getindex`/`setindex!` methods with
`@propagate_inbounds`. We may need to be a ...

github.com/JuliaLang/julia - c99572e86e9c76f2c6df9e8a4cf6fd525fe0f8ce authored about 1 year ago
Log pid of parent process that is running the CI tests (#52554)

github.com/JuliaLang/julia - 67c7843d8ca8e4cc1a3565e36b4e5b7339f6e4b2 authored about 1 year ago
fix #52531, fix the effects modeling of `QuoteNode` (#52548)

What observed in #52531 is that `QuoteNode` can embed global variables
that users can modify. T...

github.com/JuliaLang/julia - e207c106ba7eaffcb521140baccc7795664a4d53 authored about 1 year ago
gc: add some guard rails and refinements to MemBalancer (#52197)

This replaces https://github.com/JuliaLang/julia/pull/50909, though
notably does not include th...

github.com/JuliaLang/julia - e8576fc50af10f27453337a8e4cb3deae522026c authored about 1 year ago
Document environment variable JULIA_PKG_PRESERVE_TIERED_INSTALLED (#52362)

This is based on

```julia
julia> using Pkg

help?> Pkg.add
...
│ Note

│ To ch...

github.com/JuliaLang/julia - 2c2ea3aa649fcea7a7b889c80e211b84cf6f2510 authored about 1 year ago
clarify permutedims docs (#52261)

As commented [on
discourse](https://discourse.julialang.org/t/how-do-we-julians-win-big-when-the...

github.com/JuliaLang/julia - 9fc1b653c435217c2af7b54b5a6a4bcec3d9bad0 authored about 1 year ago
🤖 [master] Bump the Pkg stdlib from 5f666b077 to 85f1e5564 (#52537)

github.com/JuliaLang/julia - d0efc5cd29740ed7e100c59fa79d5c54801b9d69 authored about 1 year ago
remove unnecessary `\up` (upright) from some latex abbrevs (e.g. \upMu -> \Mu) (#50925)

Closes #50911. Closes #50913.

There were a few oddball symbols prefixed with `\up` (for "upr...

github.com/JuliaLang/julia - 5e4e7fa153ed0c272c73076a9c386abc3f434c1b authored about 1 year ago
Add preference for version named manifest files (#43845)

Co-authored-by: Dilum Aluthge <[email protected]>

github.com/JuliaLang/julia - e9b0fa11c992b3aa9a1f327c52816391e323ab8f authored about 1 year ago
test: fix timeout changed by #52461 accidentally (#52534)

github.com/JuliaLang/julia - ad2d770e9110022392509b3270a12418f28246b9 authored about 1 year ago
Reland "gc: avoid cpu stalls when starting" (#45794)

github.com/JuliaLang/julia - f345755735a12e3237c8daa6f4af7d26163b0257 authored about 1 year ago
Improve linear indexing performance for FastSubArrays (#45371)

This PR forwards `AbstractUnitRange` indices for `FastSubArrays` to the
parent, making use of t...

github.com/JuliaLang/julia - 5195da2ca006d3e63dcd8973c7d867c88381f6be authored about 1 year ago
Expand more Vararg elements during re-intersection if valid. (#46604)

Our type intersection "prefers" `Tuple` with more parameters.
This PR tries to replace `Tuple{V...

github.com/JuliaLang/julia - d69bb97d960fb8c140f47766ed96e34117765653 authored about 1 year ago
irinterp: Add :leave support (#52525)

We still don't model exceptions, but the :leave expression doesn't
participate in type refineme...

github.com/JuliaLang/julia - 914743713b133ef1b4462f11799652bcbae28487 authored about 1 year ago
Pass mutable copies to inplace LinearAlgebra functions (#52504)

This gets some functions working with immutable matrix types, e.g.:
```julia
julia> using FillAr...

github.com/JuliaLang/julia - 0ae209488fc9d9aa49181a5165e1e5790b0d9810 authored about 1 year ago
🤖 [master] Bump the Pkg stdlib from debc38b9a to 5f666b077 (#52521)

github.com/JuliaLang/julia - b9668eeb49dd70b4ae110e96f0b7016d521b56e9 authored about 1 year ago
handle data-race on nrunning==0 from scheduler_delete_thread

Could be observed by thread 0 during certain phases, since if the dying
thread was not running, ...

github.com/JuliaLang/julia - 3495404f9dba5bf4186debf3ee59d704c44ae556 authored about 1 year ago
add missing increment of nrunning for jl_adopt_thread

github.com/JuliaLang/julia - ab1dda237fdabfd0fd38eb6c51ce219e5e15c1f4 authored about 1 year ago
Reland "gc: avoid cpu stalls when starting"

This reverts commit 4801b6ce9a4d737ad1722ca620a7bc8087590f2e and adds
the safepoints needed to c...

github.com/JuliaLang/julia - c92ce0a65589a1fc6379feeb26502a7bfe3139ea authored about 1 year ago
Update crc32c.c register constraints again (#52437)

As suggested in #52326#issuecomment-1840999660

For https://github.com/JuliaPackaging/Yggdrasi...

github.com/JuliaLang/julia - c601f39fed8d7240c2efd4f5b07aefb0fc85e78d authored about 1 year ago
spawn: permit using IOBuffer as stdout (#52461)

People expect to use this (the docs even almost even suggested it at
some point), so it is bett...

github.com/JuliaLang/julia - 282e466923dedde4e25e53b8ec0e9e41c82cbf67 authored about 1 year ago
follow up #52309 (#52499)

github.com/JuliaLang/julia - 15244663a345a98e2919837fbd6d9e0ad997d5ba authored about 1 year ago
fix alignment of emit_unbox_store copy (#52505)

The dest alignment might be determined to be greater than the source.
For example, observed wit...

github.com/JuliaLang/julia - 2f5daca0bc801ab51850026db7be05037af0e59b authored about 1 year ago
Make EnterNode save/restore dynamic scope (#52309)

As discussed in #51352, this gives `EnterNode` the ability to set (and
restore on leave or catc...

github.com/JuliaLang/julia - 406f5b44725287f6a2211eb7369fe67ae089891a authored about 1 year ago
doc/src/manual/arrays.md: fix typo (#52502)

Mix-up between `I_k` and `i_k`. I bolded the wrong part.

github.com/JuliaLang/julia - d27ed8f34f0092671e6ca612ef3309d6d3d177c2 authored about 1 year ago
CI: Start the Pkg tests very early on during the test suite (#52460)

github.com/JuliaLang/julia - eba10ddfbb1f6c57fb65e1d8d0bd75e9ecb4e179 authored about 1 year ago
contrib/check-whitespace: Use / for all platform (#52468)

When built on Windows, the source code build will not pass
`check-whitespace`.

_check-whites...

github.com/JuliaLang/julia - 0a6ae7cae009367b4d28e91f40c0e48fbc456fcf authored about 1 year ago
deduplicate some already global values in global cache (#52303)

System image savings is negligible (almost everything in the parameters
are already cached data...

github.com/JuliaLang/julia - deef5a963fa8526e9f8904877df614c18d68ebed authored about 1 year ago
allow external `AbstractInterpreter` to overload `throw`-call handling (#52498)

By defining new `abstract_throw` interface, which allows external
`AbstractInterpreter` to cust...

github.com/JuliaLang/julia - 9374e49f2121457a08ee6b5eefcbb4af6868c5a9 authored about 1 year ago
Fix `unaliascopy(::SubArray)` with `indices` of `Array{<:CartesianIndex}` (#47779)

This PR fixes the bug caused by the trimming trick.
`Base.index_lengths` is not a proper tool to...

github.com/JuliaLang/julia - e39e77fa9eb659e524a45ab0b7943a74ed9cd62b authored about 1 year ago
combine reduce_empty methods for Union{} eltypes (#51948)

With #49470, these can all be dispatched to the same method now,
avoiding unnecessary code dupl...

github.com/JuliaLang/julia - b71523e9b8de47fcefcea50e78bd336f2bf2a265 authored about 1 year ago
jltypes: try to reduce duplicate objects in type parameters

We have this fairly small global cache of objects, so try to
de-duplicate some other global obje...

github.com/JuliaLang/julia - 3c2c5ce2ad5ae8a2a1944b3df495a3b2bba7f344 authored about 1 year ago
ircode: deduplicate Strings during deserialize instead of waiting for codegen

github.com/JuliaLang/julia - 2deff4dba1726cf1251bf6b85f7dee49794789b3 authored about 1 year ago
Make `jl_write_coverage_data` dllexported again (#52456)

Closes #52452

github.com/JuliaLang/julia - 8cf7598ebd0c120f50db2f5d6bbd091855a4836c authored about 1 year ago
better support threads in precompile and jl_task_wait_empty (#52445)

Add a `nrunning` counter which identifies (when zero) when there is
nothing running anymore. Al...

github.com/JuliaLang/julia - bb2822275b9d39afbdf3398cd913046f2d1cdced authored about 1 year ago
relax type signature for PipeBuffer to accept AbstractVector{UInt8} (#52459)

Fixes #48585

github.com/JuliaLang/julia - 7b54ae762faf251868802e29a8163d8976cf12eb authored about 1 year ago
Improve `sizehint!` docstring about `shrink` arg (#52226)

See
https://github.com/JuliaLang/julia/pull/51929#discussion_r1390444453.

github.com/JuliaLang/julia - 3accfe8c80eb7165a11f86ab18824f0045bafe3e authored about 1 year ago
Export several genericmemory-related functions from C (#52475)

The functionality of `jl_array_isassigned`, `jl_arrayref`,
`jl_arrayset`, and `jl_arrayunset` ha...

github.com/JuliaLang/julia - 456951fbbb0d47e45f49dd7942d5f7571831c049 authored about 1 year ago
Fix typos (#52479)

Fix typos

github.com/JuliaLang/julia - 69e90051e1bf1bb1f13395dd7efad12a2daee34d authored about 1 year ago
Reduce code duplication in `eigen(::AbstractMatrix)` methods (#52450)

This also fixes the following:
```julia
julia> D = Diagonal(Float16[1,2,4])
3×3 Diagonal{Floa...

github.com/JuliaLang/julia - 2fe4190b3d26b4eee52b2b1b1054ddd6e38a941e authored about 1 year ago
Use optimised string search methods for substrings, too (#52424)

Allow searching for ASCII chars in substrings to use memchr, and other
similar optimisations. P...

github.com/JuliaLang/julia - 5e9cd58c5f5aca41b7e041f42f9b977cc4093448 authored about 1 year ago
Fix minimum/maximum over dimensions with missing values (#35323)

`v0 != v0` returns `missing` for missing values. Use the
largest/smallest non-missing value to ...

github.com/JuliaLang/julia - d90fa45c6ac5da8398e6864128579df48edbf00c authored about 1 year ago
use atomics in the write barrier slow path (#52463)

Use atomics in the write-barrier slow-path to prevent duplicates in the
remset.

As discussed...

github.com/JuliaLang/julia - e2a26aa7fd0e5e6e1b1eca33946da56ce6ad4170 authored about 1 year ago
fix other error messages as well

Signed-off-by: Soc Virnyl Estela <[email protected]>

github.com/JuliaLang/juliaup - d8233b717001f198033106e2cb68712fa3c2a217 authored about 1 year ago
fix error message on tests channel selection

Signed-off-by: Soc Virnyl Estela <[email protected]>

github.com/JuliaLang/juliaup - e692fe981462316ba21360e8945acf7c583dc380 authored about 1 year ago
fix an oopsie on one of the messages

Signed-off-by: Soc Virnyl Estela <[email protected]>

github.com/JuliaLang/juliaup - ccd1dcbdb6735e0488e6b3fbd0602cf388cd4b64 authored about 1 year ago
run cargo fmt

Signed-off-by: Soc Virnyl Estela <[email protected]>

github.com/JuliaLang/juliaup - e50633b22cd6b949ee45eb8a16d81d8d6edb287d authored about 1 year ago
remove redundant use

Signed-off-by: Soc Virnyl Estela <[email protected]>

github.com/JuliaLang/juliaup - 62650cd4c627a71c2b3e0d7e6a6e6046290d7b79 authored about 1 year ago
remove comment. irrelevant and unrelated now

Signed-off-by: Soc Virnyl Estela <[email protected]>

github.com/JuliaLang/juliaup - a0bac66c6c52f3cd32086f337c714c35b01a3c4d authored about 1 year ago
make julialauncher have saner error messages for channels and versions

Signed-off-by: Soc Virnyl Estela <[email protected]>

github.com/JuliaLang/juliaup - 6c5918a2dc7926927c0b35c795eafca006652776 authored about 1 year ago
add `wrap` function which is the safe counterpart to `unsafe_wrap`. (#52049)

github.com/JuliaLang/julia - 84cfe04e7f149235cbb903cc6f4110ddaa7007eb authored about 1 year ago
make `rationalize` default to use `Int` on `Irrational` (and `Real`) (#46656)

Co-authored-by: Lilith Orion Hafner <[email protected]>

github.com/JuliaLang/julia - abeb68feea5da6151a83ec27786a23b71e06fc88 authored about 1 year ago
[REPLCompletions] support method invalidation (#52448)

github.com/JuliaLang/julia - 649982aa0995c45165084baa643ce5c7c5b489cb authored about 1 year ago
🤖 Bump the Statistics stdlib from 04e5d89 to 68869af (#52431)

Stdlib: Statistics
URL: https://github.com/JuliaStats/Statistics.jl.git
Stdlib branch: master
...

github.com/JuliaLang/julia - 551b37adf55acc7e9ffbe8c42623735186a2ec12 authored about 1 year ago
loading: support extensions for stdlibs (an implicit env) (#52428)

Some groundwork for
https://github.com/JuliaStats/Statistics.jl/pull/134 which is bumped
(and ...

github.com/JuliaLang/julia - 9723de584ecf7fe53b0c3db461b2d1a0cad2a267 authored about 1 year ago
docs: add notes about scratchspaces in depot (#52367)

Co-authored-by: Fredrik Ekre <[email protected]>

github.com/JuliaLang/julia - bf6c31ceb5c4da5839026463bc29d00458d80a75 authored about 1 year ago
Remove `Pkg` dependency from `SuiteSparse_jll` (#52441)

This dependency seems to be superfluous, and `Pkg` brings lots of
dependencies into the project...

github.com/JuliaLang/julia - 3b9c39ac1cbb46688d7b3597e70b9ae591e3b0ec authored about 1 year ago
Limit REPL suggestions to modules from which name is exported/public (#52418)

Close #52387 by implementing the suggestion in
https://github.com/JuliaLang/julia/issues/52387#i...

github.com/JuliaLang/julia - 5dfaef7a67c9b58ed272ba8557bcad103bb814e3 authored about 1 year ago
`BLAS.geru!` added (#51951)

Closes https://github.com/JuliaLang/LinearAlgebra.jl/issues/12.

**PR Checklist**
- [x] add...

github.com/JuliaLang/julia - 80ba4573f68a1a9bfb15e81e7ddc0be069b91053 authored about 1 year ago
improve exception type inference for core math functions (#52254)

Continued from #52241.

This PR focuses on improving exception type inference for core math
...

github.com/JuliaLang/julia - cfc4289d181def92dffb83b63e7bb4b0b74e63a6 authored about 1 year ago
Rm outdated code to outline value-position GlobalRef/Expr (#52446)

Since this code was written, we have adjusted the semantics of IRCode to
disallow non-constant ...

github.com/JuliaLang/julia - 1f4b33aa59ead299254f636808b4dd0b6be6a9f3 authored about 1 year ago
sroa: Handle looking through chains of KeyValue instances (#52369)

Addresses an outstanding todo from the KeyValue PR and allows (once all
the PRs are merged), op...

github.com/JuliaLang/julia - 1e20c9c48facb670d615d8343daa37c0fa5d0bbc authored about 1 year ago
Specialize eps(::IEEEFloat) (#52087)

`eps(::IEEEFloat)` can be made notably faster. I doubt this function
appears in performance-cri...

github.com/JuliaLang/julia - 727142a0b983d1df17b681920409730d6b20bff5 authored about 1 year ago
Make type hashing `:total` (#52427)

Since types can't really be deleted and the hash of a type is already
being cached inside of th...

github.com/JuliaLang/julia - 710bf900ac8cd00148149aa08aecc004cd37fedd authored about 1 year ago
support if cache has a mixture of depot and non-depot includes (#52346)

github.com/JuliaLang/julia - 46ad1c12885c8a689ae7d85618d813df9997375a authored about 1 year ago
sroa: Lift restriction that all_same optimization must give SSAValue (#52338)

This restriction has been in there since this code was added in #44557.
Unfortunately, I can't ...

github.com/JuliaLang/julia - 0ba01570e9902a2236d7ba17d1b96cc97a149f8e authored about 1 year ago
Declare some LinearAlgebra types and functions to be public (#52420)

github.com/JuliaLang/julia - 79de5f3caa4b013f089bd668ea7125c3ab9f39f2 authored about 1 year ago
Bump LLVM to 15.0.7+10 to fix GC issue (#52405)

github.com/JuliaLang/julia - e5046b4579cf571931714abbe14a3a049ca6383b authored about 1 year ago
Optimize `sort!` for AbstractArray (#52278)

- Use `foreach` to union-split on dim rather than using dynamic dispatch. This is
reasonable be...

github.com/JuliaLang/julia - 067e02e5775b8588e753489a19786e7a3bee447c authored about 1 year ago
Add `shuffle!` algorithm specialized for `AbstractArray{Bool}` (#52133)

Co-authored-by: Daniel Karrasch <[email protected]>
Co-authored-by: Denis Barucic <baru...

github.com/JuliaLang/julia - b0abf958864ed0d5131a62614de198fe953b151f authored about 1 year ago
Remove the GMP.round function (#52319)

github.com/JuliaLang/julia - 431964fbef73970d5e559df52edef0b1cbbe4622 authored about 1 year ago
Bunchkaufman- and LU-decomposition based generalized eigenvalues and eigenvectors (#50471)

Co-authored-by: Daniel Karrasch <[email protected]>

github.com/JuliaLang/julia - 39ccdb27990d0095d44715394bf2cb18f6b14dd3 authored about 1 year ago