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
As noted by @N5N3 in
https://github.com/JuliaLang/julia/issues/40962#issuecomment-1921469633,
...
fix #53122
github.com/JuliaLang/julia - 058b511622539a943436c38ca19258eec3eff02d authored about 1 year agogithub.com/JuliaLang/juliaup - e147ae791064e11673d58c3936c5c4c9837797e5 authored about 1 year ago
Automatically generate release notes
github.com/JuliaLang/juliaup - a7006497a3ea871229f920aa8e27edce066d1947 authored about 1 year agogithub.com/JuliaLang/juliaup - 7c7b908d0bcd242e5ca113cfe6a5d08ebe037971 authored about 1 year ago
github.com/JuliaLang/juliaup - 31b0caad8f1aea55574be277d47ce55219acb8b7 authored about 1 year ago
github.com/JuliaLang/juliaup - b14ddbeff8e61e7f6fd6c68a17cb6c01e8ffd137 authored about 1 year ago
This has some value by itself, but mainly serves as a prerequisite for
#51811, #51816, and #518...
This allows for styled content to be constructed incrementally, without
resorting to repeated c...
This PR is to continue the work on the following PR:
Prevent OOMs during heap snapshot: Chan...
github.com/JuliaLang/julia - c16472b001487d89e0e685a96873205f0efbfdbc authored about 1 year agogithub.com/JuliaLang/julia - 8b88e3bb9a7eb76c5e36ea3ad09d32819c6ebe99 authored about 1 year ago
On Slack, was helping someone who encountered an "Invalid Array size"
error message on a 32-bit...
Fixes #36978
github.com/JuliaLang/julia - 453e9d0e585a27b4e66275b90876cccb3a87c42e authored about 1 year ago
By loading the StyledStrings stdlib in REPL, we load the privateered
print/show methods for the ...
This gets us two particular commits of interest:
- Replace within-module eval with hygienic eval...
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: ...
This would mean that custom array types that seek to extend `repeat`
only need to add the metho...
github.com/JuliaLang/julia - 6db867b06e6b79ba73a7bfb04b6c06bd2048e0a6 authored about 1 year ago
Same as https://github.com/JuliaLang/julia/pull/46555, but for Tuples
Co-authored-by: Oscar S...
github.com/JuliaLang/julia - 353d7b70290af956a8429a07dd4f963547e82e07 authored about 1 year agogithub.com/JuliaLang/julia - 08e3c2ebcabf2de5007f2d715f5e55e60d98eae9 authored about 1 year ago
github.com/JuliaLang/julia - 444e14eefb18e66bb9035ca41559fde61c6ce2f6 authored about 1 year ago
github.com/JuliaLang/julia - d49ba4f912848b0a0dcf71e6f3602f2533ffff27 authored about 1 year ago
github.com/JuliaLang/julia - 39839acf5363dc90f5253688c964a8f9a07e8efd authored about 1 year ago
github.com/JuliaLang/julia - 2e6ebb94d083ae21c310dc842762b824a8a88b80 authored about 1 year ago
Co-authored-by: Jameson Nash <[email protected]>
github.com/JuliaLang/julia - 2b9839b14aed9c56477cdda61edcc959c2d76caa authored about 1 year ago
The `read(::AnnotatedIOBuffer, AnnotatedString)` method is intended as
an approximate analogue t...
While `String` is the only concrete type for which `read(::IOBuffer,
::Type{<:AbstractString})` ...
Based on need here
https://github.com/JuliaLang/Pkg.jl/pull/3764#discussion_r1456534459
Since https://github.com/JuliaLang/julia/pull/49094, the docstring of
`nthreads` has been incor...
Fixes #52262.
Performs `^(x, y)` but throws OverflowError on overflow.
Example:
```julia
...
Taken from https://github.com/JuliaLang/julia/pull/53111
github.com/JuliaLang/julia - 81deb5edd1242c3be027bbfdf762d34fe68c472c authored about 1 year ago
Since the diagonal elements of a `UnitUpperTriangular` are given by
`onelement`, these should be...
github.com/JuliaLang/julia - cb9b00d7e6fc1594ace128c46e2cf8b33bdb4b8e authored about 1 year ago
A few extra methods help a lot. It also turns out that we don't actually
need to implement lock/...
This allows for styled content to be constructed incrementally, without
resorting to repeated co...
This was inefficient, though not wrong.
Fixes #53020
github.com/JuliaLang/julia - dc474d8b2af54a8d2c48774aa92b0b47f9740032 authored about 1 year agofixes https://github.com/JuliaLang/julia/issues/53126
github.com/JuliaLang/julia - 12953797e0a2fc2739f6383cf56e362993851f36 authored about 1 year ago
Stdlib: ArgTools
URL: https://github.com/JuliaIO/ArgTools.jl.git
Stdlib branch: master
Julia ...
This fixes #35199 by rewriting `Base.reduced_indices` to be
type stable (and grounded). I was a...
This resolved some invalidations for me in a package
github.com/JuliaLang/julia - 432d248ccbf6fb8a56baea3330649bc989bf6f9e authored about 1 year ago
When the frontend lowers an expression like `lhs .+= rhs`, it needs to
prevent evaluating the L...
Fixes #53115
github.com/JuliaLang/julia - fdb342c56d91a1262d70abc31383a9d6084042b6 authored about 1 year ago
I am fairly sure nothing in my dep tree uses `__precompile__(false)` so
this message is mislead...
The `LinearAlgebra.wrap` makes a large (5 element) union with some
almost-similar types. This w...
Stateful iterators do not have a consistent notion of length, as it is
continuously changing as...
github.com/JuliaLang/julia - b7520d954bfb93339ac249ef500fabe2d173357f authored about 1 year ago
As discussed in the `#ci-dev` call (see
https://github.com/JuliaLang/julia/issues/53103#issueco...
github.com/JuliaLang/julia - 9816a0b9772f157899b98044145802e133812473 authored about 1 year ago
Closes #52506
Note that this test dates back to #26341
Try to minimize the places the code depends on this library function,
since it is useful for ge...
By adding a type-assert at the end, we can try to ensure that eltype and
ndims info is preserved...
Permits forming AbstractVecOrMat from tmerge(AbstractVector,
AbstractMatrix}. With the standard ...
I observed `UnitLowerTriangular{T, AbstractMatrix{T}} where T` being
widened to `UnitLowerTriang...
I've identified and am addressing some minor bugs and optimizations in
the post-opt analysis co...
Tests issue #53054. The same test is included in backport #53074.
github.com/JuliaLang/julia - 3f468cd580d1592bb82e1c60a2c88a3b1ee9bcaa authored about 1 year agoCloses #49332
---------
Co-authored-by: Denis Barucic <[email protected]>
github.com/JuliaLang/julia - 9edf1dd8e971a6f43af4b39992fcb6eb81f8fb5d authored about 1 year agoTo improve discoverability (mainly) of `username`.
github.com/JuliaLang/julia - a3357cdcb6fd1787b712994143dd54d7bdc2e4d7 authored about 1 year agogithub.com/JuliaLang/julia - a26bd7fc6d96064af999b5c95be9298f5462d4e6 authored about 1 year ago
Previously `divrem(x, y, rm)` was dispatched to a more generic code path
that called `div`, cau...
github.com/JuliaLang/juliaup - 847a67c2d26dddd4e55205f5166b5b9e8668ed6a authored about 1 year ago
Update dependencies
github.com/JuliaLang/juliaup - f695480ad6e99e92262f5dd19e032525508280eb authored about 1 year agogithub.com/JuliaLang/juliaup - dd9d5c46e47f8c0154fbb42449170745f0fb9f2d authored about 1 year ago
Use the julia notion of equality (type-equal) instead of the strictly C
notion (pointer-equal)....
If this table gets very large, doing a jl_types_equal against every
element can be costly. Ofte...
When triggers of extension are in the sysimage it is easy to end up with
cycles in package load...
github.com/JuliaLang/julia - 9669eecc99bc4553e28d94d7dd3dc9fd40b3bf3f authored about 1 year ago
While the original issue #52739 has been observed only in v1.10, the
necessity to enhance the r...
The modification that expands `@view A[i]` to `true && view(A, i)`
appears to go back as far as...
The fix for #53062 was included in #50805, but it lacked explicit test
cases added. This commit...
Documenter does not support HTML entities. See discussion in PR #52078
for further background.
...
Reverts JuliaLang/julia#53027
#53027 broke the `doctest` job in CI.
github.com/JuliaLang/julia - dcb196e4ca59d9b291de45030500d01bbaa28d1b authored about 1 year ago
Co-authored-by: inky <[email protected]>
Co-authored-by: Denis Barucic <[email protected]>
Co-...
github.com/JuliaLang/juliaup - 8973a4627eee99b3172d27ce4aa348f572a2fff4 authored about 1 year ago
github.com/JuliaLang/juliaup - b2239e19800a87fb855597ea3998c3f86115702d authored about 1 year ago
github.com/JuliaLang/julia - d298c44bc60eebdfc77b7f9c64ca913af1e5079d authored about 1 year ago
github.com/JuliaLang/julia - 35a5711d4fa3c91265fa143dbfc4085171ac841f authored about 1 year ago
Ensures that only one update can occur simultaneously by adding a lock
around it, and that the ...
`Dates.adjust` has been exported for a while, but has no docstring and is not in the manual in 1...
github.com/JuliaLang/julia - ecc14ca3888d128594286310109c9a93eb353985 authored about 1 year ago
Co-authored-by: Steven G. Johnson <[email protected]>
Co-authored-by: Lilith Orion Hafner <lilith...
github.com/JuliaLang/julia - 26e54d351b9ec659ddaaf7d0ed5264a6e988045d authored about 1 year ago
github.com/JuliaLang/juliaup - 82daee8aed27b7098b2be4d20d9bc4091af7395a authored about 1 year ago
github.com/JuliaLang/juliaup - 9b5dd9ccb0acb394676dd30bf5e7bba334ab5bb0 authored about 1 year ago
github.com/JuliaLang/juliaup - 548367c8eb38e739f5eac4e1af8a78c345e6f0fc authored about 1 year ago
github.com/JuliaLang/juliaup - 1093e47923fefd88af267c71c1f109d50fb1451b authored about 1 year ago
The previous version
> The `do x` syntax creates an anonymous function with argument `x` and
...
github.com/JuliaLang/julia - 77dc56bdf8fca66316289f4258440c6937b5dcc8 authored about 1 year ago
github.com/JuliaLang/juliaup - b11435d25b8e4b88ab7885e285129171fccf945c authored about 1 year ago
github.com/JuliaLang/juliaup - d5db88b6c1ce77a6e5f5a8d8ed23705f8613343a authored about 1 year ago
github.com/JuliaLang/juliaup - 7b5b082086f9345c79e7201dab4a9db6b0b4df32 authored about 1 year ago
github.com/JuliaLang/juliaup - 15eca423e610e1be6028506b3624a769ae359445 authored about 1 year ago
github.com/JuliaLang/juliaup - 6b0394966869f06476c469ec33a6755ae3c0b9e8 authored about 1 year ago
github.com/JuliaLang/juliaup - 6a5d03ac84bffee9c7c94083e111a9b887643913 authored about 1 year ago
github.com/JuliaLang/juliaup - 0ec35372e12af191ff8eb931b18128c41ffa25c0 authored about 1 year ago
github.com/JuliaLang/juliaup - 384063e699163fc1630808bb05abe731fd5ab012 authored about 1 year ago
`@something` eagerly unwraps any `Some` given to it, while keeping the
variable between its arg...
This also
* drops a patch (`deps/patches/neoverse-generic-kernels.patch`) not
needed anymore...
github.com/JuliaLang/juliaup - b20b50638ae332e9bfd5b7702864c7ac8d3b6f91 authored about 1 year ago
github.com/JuliaLang/juliaup - b0fc0f393f209b774628225820b38ee4b81c70e4 authored about 1 year ago
github.com/JuliaLang/juliaup - 2cb1946d48aa5c16116d9d736e92cafe1e6ab3ce authored about 1 year ago
Some minor cleanup
github.com/JuliaLang/juliaup - e96ab765d02215129aff75d70b259f15bcd992c3 authored about 1 year ago