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
Fixes issue noted at [1] - not sure why it didn't show up in CI on the
PR.
[1]
https://gith...
And then use this model for `nothrow` also (eventually we should just
refactor everything to ma...
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 agoclose #51927
github.com/JuliaLang/julia - 58fac69cfa1277c6f9db9a5cb475d08ce267f725 authored about 1 year ago
Following a discussion on slack, I thought I would propose to add this
to the docs. I'm very op...
Rebase #47855
Close #47855
Close #47847
After this,
```julia
julia> invperm(SA[3,2,1])
...
Fix #52551.
This PR ensures that a `SomeModule.?(...#TAB` completion can only
suggests metho...
This change allows `AbstractInterpreter` to record each program counter
where exception type in...
Improve Nagle DocString. See also
https://github.com/JuliaLang/julia/issues/31842
---------
...
Add a comparison between the in-place and out-of-place versions to
demonstrate that they compute...
Only looping over the triangular part provides a performance boost:
```julia
julia> U = UpperTri...
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
Co-authored-by: zzeuuus <[email protected]>
Co-authored-by: Daniel...
This conditional was added in the Memory PR, but the `ety` is obviously
a type, not an array, s...
https://docs.julialang.org/en/v1/stdlib/Markdown/#Admonitions
Fixes #52578
github.com/JuliaLang/julia - f1f680f5605ecc471678073391f280696640207e authored about 1 year agoFixes #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
Equivalent of https://github.com/JuliaLang/julia/pull/50586; implements
https://github.com/Juli...
This redoes #52369, to put the walk through tothe chained KeyValue into
a more logical place (t...
Currently, our try/catch elision code does not look at whether the
EnterNode has a scope, and j...
Fixes
```julia
julia> using FillArrays, LinearAlgebra
julia> U = UnitUpperTriangular(Fill(2,4,4...
github.com/JuliaLang/julia - d336a3e15db141cee054d90c7927c36807dbec81 authored about 1 year ago
Should fix #52558. `a` should be rooted before the alloc call. I removed
the comment as it seem...
Co-authored-by: ararslan <[email protected]>
github.com/JuliaLang/juliaup - d38f1b22ba0b3c6496b63f64c3b0b6a2127a28c4 authored about 1 year ago
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Rele...
The impact of this typo was a) massively decreased performance that was
b) predicted by heurist...
github.com/JuliaLang/julia - b57f8d168dc88be8570e1c9ff7cd352fc5e11c98 authored about 1 year ago
On master
```julia
julia> copy(Diagonal(1:4)) |> typeof
Diagonal{Int64, Vector{Int64}}
```
...
Partly revert and redesign #52115, with `diagind` now accepting an
optional `IndexStyle`, which ...
Annotate several `getindex`/`setindex!` methods with
`@propagate_inbounds`. We may need to be a ...
github.com/JuliaLang/julia - 67c7843d8ca8e4cc1a3565e36b4e5b7339f6e4b2 authored about 1 year ago
What observed in #52531 is that `QuoteNode` can embed global variables
that users can modify. T...
This replaces https://github.com/JuliaLang/julia/pull/50909, though
notably does not include th...
This is based on
```julia
julia> using Pkg
help?> Pkg.add
...
│ Note
│
│ To ch...
As commented [on
discourse](https://discourse.julialang.org/t/how-do-we-julians-win-big-when-the...
github.com/JuliaLang/julia - d0efc5cd29740ed7e100c59fa79d5c54801b9d69 authored about 1 year ago
Closes #50911. Closes #50913.
There were a few oddball symbols prefixed with `\up` (for "upr...
github.com/JuliaLang/julia - 5e4e7fa153ed0c272c73076a9c386abc3f434c1b authored about 1 year agoCo-authored-by: Dilum Aluthge <[email protected]>
github.com/JuliaLang/julia - e9b0fa11c992b3aa9a1f327c52816391e323ab8f authored about 1 year agogithub.com/JuliaLang/julia - ad2d770e9110022392509b3270a12418f28246b9 authored about 1 year ago
github.com/JuliaLang/julia - f345755735a12e3237c8daa6f4af7d26163b0257 authored about 1 year ago
This PR forwards `AbstractUnitRange` indices for `FastSubArrays` to the
parent, making use of t...
Our type intersection "prefers" `Tuple` with more parameters.
This PR tries to replace `Tuple{V...
We still don't model exceptions, but the :leave expression doesn't
participate in type refineme...
This gets some functions working with immutable matrix types, e.g.:
```julia
julia> using FillAr...
github.com/JuliaLang/julia - b9668eeb49dd70b4ae110e96f0b7016d521b56e9 authored about 1 year ago
Could be observed by thread 0 during certain phases, since if the dying
thread was not running, ...
github.com/JuliaLang/julia - ab1dda237fdabfd0fd38eb6c51ce219e5e15c1f4 authored about 1 year ago
This reverts commit 4801b6ce9a4d737ad1722ca620a7bc8087590f2e and adds
the safepoints needed to c...
As suggested in #52326#issuecomment-1840999660
For https://github.com/JuliaPackaging/Yggdrasi...
github.com/JuliaLang/julia - c601f39fed8d7240c2efd4f5b07aefb0fc85e78d authored about 1 year ago
People expect to use this (the docs even almost even suggested it at
some point), so it is bett...
github.com/JuliaLang/julia - 15244663a345a98e2919837fbd6d9e0ad997d5ba authored about 1 year ago
The dest alignment might be determined to be greater than the source.
For example, observed wit...
As discussed in #51352, this gives `EnterNode` the ability to set (and
restore on leave or catc...
Mix-up between `I_k` and `i_k`. I bolded the wrong part.
github.com/JuliaLang/julia - d27ed8f34f0092671e6ca612ef3309d6d3d177c2 authored about 1 year agogithub.com/JuliaLang/julia - eba10ddfbb1f6c57fb65e1d8d0bd75e9ecb4e179 authored about 1 year ago
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
System image savings is negligible (almost everything in the parameters
are already cached data...
By defining new `abstract_throw` interface, which allows external
`AbstractInterpreter` to cust...
This PR fixes the bug caused by the trimming trick.
`Base.index_lengths` is not a proper tool to...
With #49470, these can all be dispatched to the same method now,
avoiding unnecessary code dupl...
We have this fairly small global cache of objects, so try to
de-duplicate some other global obje...
github.com/JuliaLang/julia - 2deff4dba1726cf1251bf6b85f7dee49794789b3 authored about 1 year ago
Closes #52452
github.com/JuliaLang/julia - 8cf7598ebd0c120f50db2f5d6bbd091855a4836c authored about 1 year ago
Add a `nrunning` counter which identifies (when zero) when there is
nothing running anymore. Al...
Fixes #48585
github.com/JuliaLang/julia - 7b54ae762faf251868802e29a8163d8976cf12eb authored about 1 year ago
See
https://github.com/JuliaLang/julia/pull/51929#discussion_r1390444453.
The functionality of `jl_array_isassigned`, `jl_arrayref`,
`jl_arrayset`, and `jl_arrayunset` ha...
Fix typos
github.com/JuliaLang/julia - 69e90051e1bf1bb1f13395dd7efad12a2daee34d authored about 1 year ago
This also fixes the following:
```julia
julia> D = Diagonal(Float16[1,2,4])
3×3 Diagonal{Floa...
Allow searching for ASCII chars in substrings to use memchr, and other
similar optimisations. P...
`v0 != v0` returns `missing` for missing values. Use the
largest/smallest non-missing value to ...
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 agoSigned-off-by: Soc Virnyl Estela <[email protected]>
github.com/JuliaLang/juliaup - d8233b717001f198033106e2cb68712fa3c2a217 authored about 1 year agoSigned-off-by: Soc Virnyl Estela <[email protected]>
github.com/JuliaLang/juliaup - e692fe981462316ba21360e8945acf7c583dc380 authored about 1 year agoSigned-off-by: Soc Virnyl Estela <[email protected]>
github.com/JuliaLang/juliaup - ccd1dcbdb6735e0488e6b3fbd0602cf388cd4b64 authored about 1 year agoSigned-off-by: Soc Virnyl Estela <[email protected]>
github.com/JuliaLang/juliaup - e50633b22cd6b949ee45eb8a16d81d8d6edb287d authored about 1 year agoSigned-off-by: Soc Virnyl Estela <[email protected]>
github.com/JuliaLang/juliaup - 62650cd4c627a71c2b3e0d7e6a6e6046290d7b79 authored about 1 year agoSigned-off-by: Soc Virnyl Estela <[email protected]>
github.com/JuliaLang/juliaup - a0bac66c6c52f3cd32086f337c714c35b01a3c4d authored about 1 year agoSigned-off-by: Soc Virnyl Estela <[email protected]>
github.com/JuliaLang/juliaup - 6c5918a2dc7926927c0b35c795eafca006652776 authored about 1 year agogithub.com/JuliaLang/julia - 84cfe04e7f149235cbb903cc6f4110ddaa7007eb authored about 1 year ago
Co-authored-by: Lilith Orion Hafner <[email protected]>
github.com/JuliaLang/julia - abeb68feea5da6151a83ec27786a23b71e06fc88 authored about 1 year agogithub.com/JuliaLang/julia - 649982aa0995c45165084baa643ce5c7c5b489cb authored about 1 year ago
Stdlib: Statistics
URL: https://github.com/JuliaStats/Statistics.jl.git
Stdlib branch: master
...
Some groundwork for
https://github.com/JuliaStats/Statistics.jl/pull/134 which is bumped
(and ...
Co-authored-by: Fredrik Ekre <[email protected]>
github.com/JuliaLang/julia - bf6c31ceb5c4da5839026463bc29d00458d80a75 authored about 1 year ago
This dependency seems to be superfluous, and `Pkg` brings lots of
dependencies into the project...
Close #52387 by implementing the suggestion in
https://github.com/JuliaLang/julia/issues/52387#i...
Closes https://github.com/JuliaLang/LinearAlgebra.jl/issues/12.
**PR Checklist**
- [x] add...
Continued from #52241.
This PR focuses on improving exception type inference for core math
...
Since this code was written, we have adjusted the semantics of IRCode to
disallow non-constant ...
Addresses an outstanding todo from the KeyValue PR and allows (once all
the PRs are merged), op...
`eps(::IEEEFloat)` can be made notably faster. I doubt this function
appears in performance-cri...
Since types can't really be deleted and the hash of a type is already
being cached inside of th...
github.com/JuliaLang/julia - 46ad1c12885c8a689ae7d85618d813df9997375a authored about 1 year ago
This restriction has been in there since this code was added in #44557.
Unfortunately, I can't ...
github.com/JuliaLang/julia - 79de5f3caa4b013f089bd668ea7125c3ab9f39f2 authored about 1 year ago
github.com/JuliaLang/julia - e5046b4579cf571931714abbe14a3a049ca6383b authored about 1 year ago
- Use `foreach` to union-split on dim rather than using dynamic dispatch. This is
reasonable be...
Co-authored-by: Daniel Karrasch <[email protected]>
Co-authored-by: Denis Barucic <baru...
github.com/JuliaLang/julia - 431964fbef73970d5e559df52edef0b1cbbe4622 authored about 1 year ago
Co-authored-by: Daniel Karrasch <[email protected]>
github.com/JuliaLang/julia - 39ccdb27990d0095d44715394bf2cb18f6b14dd3 authored about 1 year ago