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

(cargo-release) version 1.14.6

github.com/JuliaLang/juliaup - fd9724ba6cd3b4ed38b34fd374b1965d6e8bcf3f authored 11 months ago
Update version db (#856)

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

github.com/JuliaLang/juliaup - 407fa15b27e46c2e22eb4d4426ac0e568ea6fcf7 authored 11 months ago
add note about pushing to bump PRs

github.com/JuliaLang/BumpStdlibs.jl - 384d1d12ecd08c327cc76b41d2d5d0708cb97be8 authored 11 months ago
Bump actions/cache from 3 to 4 (#102)

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://...

github.com/JuliaLang/BumpStdlibs.jl - 4f356bd92e439d3c45b8011fdfd402b8b15a32c6 authored 11 months ago
Merge pull request #93 from JuliaLang/ib/guard_rmprocs

Guard rmprocs in tests to avoid warning. Fix leaky stderr from SIGTERM test.

github.com/JuliaLang/Distributed.jl - 6a07d9853ab7686df7440a47d1b585c6c9f3be35 authored 11 months ago
suppress interrupt trace from SIGTERM test

github.com/JuliaLang/Distributed.jl - 41cd14f5db601365b388964135ec678bb6fbbc14 authored 11 months ago
guard rmprocs in tests

github.com/JuliaLang/Distributed.jl - 2b23ae478f07e4b347306a351bc6ea7d58789919 authored 11 months ago
do not call worker_from_id with pid<1 (#92)

github.com/JuliaLang/Distributed.jl - 8c033056f0be197060dad7ae39d4a2f7e2d5404f authored 11 months ago
Merge pull request #841 from nathanrboyer/patch-1

Update julialauncher.rs update prompt message.

github.com/JuliaLang/juliaup - 5967916d85ed2935e8c35e3818830b9db5daa191 authored 12 months ago
Update julialauncher.rs update prompt message.

github.com/JuliaLang/juliaup - 9aaba0a87cf2d74b2e41ff3e08c7026ede2ea5c0 authored 12 months ago
Update version db (#839)

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

github.com/JuliaLang/juliaup - 16e40f0ad4ad60423696d4e76d035ca374c22b9f authored 12 months ago
Add warning about new workers not sharing prior global state (#14)

Originally proposed in https://github.com/JuliaLang/julia/pull/50843

github.com/JuliaLang/Distributed.jl - 25ee83653e510e9c80c62f2bcb7fc6059db1a90d authored 12 months ago
Support escape expressions in @kwdef (#53230)

`@kwdef` currently does not handle escaped type names and default values
correctly. This makes ...

github.com/JuliaLang/julia - e50778520b4ec7db350607188dc18bc6c0719b94 authored 12 months ago
Improve truecolor terminal capability detection (#53235)

Terminal color detection is a fickle beast, but it should behave as
expected more often with th...

github.com/JuliaLang/julia - aba8afc95ac647af941342d084f43e6f19abe3e6 authored 12 months ago
deps/csl: Use platform-dependent path separator (#52687)

When building julia from source in MSYS2, you need to use `;` as a path
separator, otherwise yo...

github.com/JuliaLang/julia - dd83530d72ddcea67c76dc7671b913fb6298248e authored 12 months ago
Added tests for kron! for diagonal matrices (#53184)

Co-authored-by: Jishnu Bhattacharya <[email protected]>

github.com/JuliaLang/julia - a0989f42b9bd0b46ec675748fca8f567ed4d13cb authored 12 months ago
Qualify public, unexported bindings in REPL help (#52524)

Fixes #52472, which was caused by `names` being changed to also return
public, unexported symbo...

github.com/JuliaLang/julia - 95df060cb8f841142709a8d034eea0b409e39a6f authored 12 months ago
Allow using an unexported custom `AbstractTestSet` in `@testset` (#53212)

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

github.com/JuliaLang/julia - 3dadada6298f189003a5a270438a69564022b8c7 authored 12 months ago
compiler: fix the XXX test case in ssair.jl (#53245)

This should live in test/compiler/inline.jl instead.

github.com/JuliaLang/julia - 667cdde78478234bfa8a3a2e78b4194afb06dbde authored 12 months ago
Add Debian terminfo directory default to find_terminfo_file (#51809)

Without this, `Base.current_terminfo` returns `TermInfo(String[]; 0
flags, 0 numbers, 0 strings...

github.com/JuliaLang/julia - 2b939f7829e4d33acfbabc969545968fa7953c87 authored 12 months ago
Added documentation to libdl module (#52825)

Part of #52725

---------

Co-authored-by: RichieWilynnton <[email protected]>
Co-au...

github.com/JuliaLang/julia - 815cfd597bfbb37794116aea0c776ff1bb9ab7c1 authored 12 months ago
🤖 [master] Bump the Pkg stdlib from f3b81f1aa to 6dd0e7c9e (take 2) (#53220)

Replaces https://github.com/JuliaLang/julia/pull/53216 (I can't push to
that repo branch)

Ad...

github.com/JuliaLang/julia - c1a7bb2787695334c56f504d1f8447dadeb29e3a authored 12 months ago
Add docstring for InteractiveUtils module (#53206)

Handles the `InteractiveUtils` part of
https://github.com/JuliaLang/julia/issues/52725.

cc @...

github.com/JuliaLang/julia - ebe947e95eb818d7ad10495f114124e9be42dd6b authored 12 months ago
allow printing some TOML dictionaries inline by marking them with an IdSet (#53233)

This was one way I came up with to "mark" what dictionaries one wants to
print inline. I am not...

github.com/JuliaLang/julia - e68e4321d0b5a982bbd858372af6a8c887ebe3cb authored 12 months ago
Add `Pipe` to the documentation (#53202)

The reasoning is that `Pipe` is specifically documented in other
functions that are part of the...

github.com/JuliaLang/julia - 4c2df211bf0fdb331347e283a164311feed59f1b authored 12 months ago
Add `track_content` option to allow hashing of `include_dependency`s (#51798)

Continuation of #49866.
Fixes #52462

So far any `include_dependency` was tracked by `mtime`...

github.com/JuliaLang/julia - b5bd10e5917f15289cfe176f27ef4566261d5081 authored 12 months ago
Added docstring for Artifacts.jl (#52913)

This is a part of issue #52725.

---------

Co-authored-by: Steven G. Johnson <[email protected]...

github.com/JuliaLang/julia - 15e2af2c917fb6f343fc9973b3fc633e4b6efaea authored 12 months ago
Document --heap-size-hint in Command-line Interface (#50480)

Almost a direct copy of the output in `julia --help`.

Closes #50588

Co-authored-by: Max ...

github.com/JuliaLang/julia - c5ad46789dcf85c70a847d62f5859e59686fb532 authored 12 months ago
Clarify `==` docs for collections (#52495)

Alright, here's my spitball at fixing
https://github.com/JuliaLang/julia/issues/52484.

This ...

github.com/JuliaLang/julia - 2673c14581f1074794338eddc837691e571a6721 authored 12 months ago
[LibCURL_jll] Upgrade to v8.6.0 (#53222)

github.com/JuliaLang/julia - 41a6e7b6c839f4828f1dbda66725aabc78b75d50 authored 12 months ago
code_warntype docs: more neutral reference to @code_warntype (#51361)

fix #51358

---------

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

github.com/JuliaLang/julia - 5cb5cd8727b6d67aafaa0d7d263b0372459c5dea authored 12 months ago
Fix PkgId repr (#52795)

Fixes #52793

```
% ./julia --startup-file=no -E 'repr(Base.PkgId(Base.UUID("295af30f-e4ad-...

github.com/JuliaLang/julia - 4414599689fdf8eb0ff5e0909e68e7b0763f026e authored 12 months ago
SubArray: avoid invalid elimination of singleton indices (#53228)

close #53209

github.com/JuliaLang/julia - 4d0a469e6f8fe30a5e152ac7c93b7569c41e3c39 authored 12 months ago
Avoid allocations in views of views (#53231)

Currently, views-of-views construct their re-indexed indices by slicing
into the parent indices...

github.com/JuliaLang/julia - 2bd4cf8090f2c651543f562a4c469d73e4b15bd6 authored 12 months ago
add docs and jldoctests for `Base.shell_split` and `Base.rstrip_shell` (#52520)

These were undocumented and I have seen `Base.shell_split` used in
the package ecosystem. This ...

github.com/JuliaLang/julia - a6ce761fd3c345c3c17d52d0a972bbc1cb325197 authored 12 months ago
Fix potential instability/invalidation in dlpath (#53232)

While debugging some invalidations and instabilities in code in packages
I work on, one of the ...

github.com/JuliaLang/julia - 72d3abeb0e86ec3a8689bad199801720e2e05fb5 authored 12 months ago
doc: cosmetic whitespace changes in documentation.md (#53183)

github.com/JuliaLang/julia - 18df941d50aafdcc134f3048b298bd301f336617 authored 12 months ago
Disambiguate get_world_counter and get_inference_world (#53088)

Add brief docs to `Base.get_world_counter` and add `Base.tls_wold_age`.
Furthermore to disambig...

github.com/JuliaLang/julia - e2c8809ef505d2aeff9c22eba79ff628fb9e44f6 authored 12 months ago
Fix Int8(-128) // Int8(-128) (#51944)

Fixes #51731 and #51730

Also fixes one of the previously broken tests:
```julia
@test_brok...

github.com/JuliaLang/julia - d24316ac6465302aa32d9616ab731499c3734bce authored 12 months ago
docs: remove outdated discussion about externally changing module bindings (#53170)

As of Julia 1.9, bindings in modules can be changed directly.

See https://discourse.julialang...

github.com/JuliaLang/julia - 736eeda72493f02247994785d5b5a9c8f9dca2f5 authored 12 months ago
fix spurious overflow for Float16(::Rational) (#52395)

Fixes #52394.

Also fixes `Float32` for `UInt128`, since currently
`Float32((typemax(UInt128)...

github.com/JuliaLang/julia - bead1d32f1ad09e22cb40ce6e7ec268189359644 authored 12 months ago
Added documentation for the Markdown Macro (#52607)

Co-authored-by: Jameson Nash <[email protected]>

github.com/JuliaLang/julia - d765ad1533d8a43b8a1500bcea7aa43b7d67eead authored 12 months ago
[deps] Do not build OpenBLAS Bfloat16 kernels in from source build (#53221)

Not clear why OpenBLAS build fails, GCC 10 should be sufficient to
compile the Bfloat16 kernels...

github.com/JuliaLang/julia - e22db88127197cb3236e350cdb4ccbfff6cde232 authored 12 months ago
Fix escaping of docstring in `@__DIR__` (#53225)

This issue was introduced in #52442.
The markdown parser had issues with the triple-quotes.
Us...

github.com/JuliaLang/julia - d453af81c8c70f06b2c8b70cef566ffdc5705958 authored 12 months ago
Add explicit mention of branch cuts to `log`, `sqrt`, `angle` docstrings (#52970)

I realised that `angle` doesn't even specify that it's in -π to π.

These are all pretty stand...

github.com/JuliaLang/julia - 41bbfb45964d9962fa2d65c7efc170561e781d99 authored 12 months ago
Add InteractiveUtils in doc refs to define_editor (#52927)

Otherwise since `define_editor` is not exported, it's hard for the user
to find what it's refer...

github.com/JuliaLang/julia - 0c804bd54b96d24ff2e9d4680ba3baed4771aec7 authored 12 months ago
improve return type inference for `string` (#52806)

Packages like URIs.jl overload `joinpath` with methods that return
non-strings. This prevents g...

github.com/JuliaLang/julia - 76b8b2acbb40c3a41a14742fec8d440375ef5445 authored 12 months ago
Add missing artifact functions to docs output (#52698)

Fixes #52688

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

github.com/JuliaLang/julia - fc1c1cd0e7c0e48c05bd2f7e9e56b4e08b757514 authored 12 months ago
Clarify the docs of @__DIR__ (#52442)

The original docs start with `Expand`, which is already a concept that
might not be clear to th...

github.com/JuliaLang/julia - 32687b044514db3af1b5e815d09f001402885b73 authored 12 months ago
Remove allocation from PermutedDimsArray constructor (#53185)

Remove allocation from PermutedDimsArray constructor by
replacing `all(map(pred, ...))` with `a...

github.com/JuliaLang/julia - 101aa3911d438580921a6e9721f193d9694c26d8 authored 12 months ago
rename init.c func `abspath` -> `absrealpath` (#52574)

For clarification given its behavior is not the same as julia's
`abspath`

Related https://gi...

github.com/JuliaLang/julia - 34f14961cde9070ed09dae17bfb11f90eb80b22b authored 12 months ago
add docstring and doctest for `Base.format_bytes` (#52976)

There are many uses of this function throughout the package
ecosystem. In addition, it is commo...

github.com/JuliaLang/julia - 522cf3befcffcefbd3b3ad64ad3e4f810fadaffa authored 12 months ago
add specialized `reverse` implementation for `NTuple` (#50113)

This adds a specialized version of `reverse` for NTuple
using a simple constructor.

1.9:
``...

github.com/JuliaLang/julia - 321cc2d5423175fade20bf823e7402f278768eac authored 12 months ago
Update LLVM version to 16.0.6+4 (#53195)

This has a build change for enzyme, but should be NFC

github.com/JuliaLang/julia - 0c4900397c25d591c7301579db9002f437bf8f91 authored 12 months ago
Profile: add notes to `print()` docs (#53205)

github.com/JuliaLang/julia - 9bafc5334a6a883408ba70761111158f97cc288d authored 12 months ago
deps/ittapi: Update ittapi clean target (#52693)

Change:
- clean `libittnotify` and `libjitprofiling`, not `libopenlibm`

c.f. https://github....

github.com/JuliaLang/julia - eb82072647a1142e2e3ab64f428e27c29531ff6b authored 12 months ago
fix typo in AnnotatedChar constructor (#53204)

Found randomly when using JET for something completely different.

github.com/JuliaLang/julia - 31ae77542dbdd18bc43eed9e151421f5c6c416de authored 12 months ago
Improved terminfo parser (#51198)

This bundles up the following changes:

- Rejiged TermInfo struct
- Read the extended terminf...

github.com/JuliaLang/julia - da8a441137797613aee9fe47d7f66a3e25ddcff8 authored 12 months ago
Add `:greedy` scheduler to `@threads` (#52096)

github.com/JuliaLang/julia - 94fd312df03d5075796fbd2e8b47288a84a1c6de authored 12 months ago
Don't tell people to use Pkg to install Pkg (#53197)

github.com/JuliaLang/julia - 353884c7e818f0412386feac72c16b243a08cd1a authored 12 months ago
AnnotatedIOBuffer: prevent despecialization of annotations list (#53155)

In f117a500ca93 code modifying annotations via list comprehensions was
introduced. However, whe...

github.com/JuliaLang/julia - 28db6c7a1159bba9e1745416df0f2917c5e9324c authored 12 months ago
Bump SparseArrays to use SuiteSparse 7.6.0 (#53180)

This is using commits that are on a branch of SparseArrays.jl. The PR
for SuiteSparse 7.6 in Sp...

github.com/JuliaLang/julia - cfcf8a026276f31eff170fac6ede9d07297d56cf authored 12 months ago
Remove Matrix constructor for AbstractTriangular (#53167)

This seems redundant, as the fallback constructor does the same.
```julia
julia> using LinearAlg...

github.com/JuliaLang/julia - 26d17a80b21519214fed18a9ee1670c123211b24 authored 12 months ago
Implement empty! for Channel (#53137)

github.com/JuliaLang/julia - 6defd59986503acc3891938be47563fd385fe2c6 authored 12 months ago
improve error when broadcast failed due to axistype (#45922)

github.com/JuliaLang/julia - 914de06663165dfe7ffa65960c6e9839b55684b8 authored 12 months ago
try improving check_top_bit error message (#53166)

Fixes #30247

@staticfloat this was your issue, so what do you think of this? I think
the mai...

github.com/JuliaLang/julia - 9aba4a8db97771e49d7b99bc2140780a1dd49a9c authored 12 months ago
further improve clarity of MethodError printing (#53164)

Distinguish some of the cases of manually thrown MethodError by looking
for a method in the spe...

github.com/JuliaLang/julia - d91a7fa7a10473a61607e14a1f801d0aae4bfdb4 authored 12 months ago
Do not resolve binding `Module` in Main during sysimg generation (#53162)

Currently, the use of `Module` in the precompilation scripts makes the
Module binding automatic...

github.com/JuliaLang/julia - 37a0e65da2a572d2299979a07c46120271e1d475 authored 12 months ago
add atomic operators for globals, memory, and setonce (#52868)

This implements `AtomicMemory`, atomic operations for globals, and the
class of atomic function...

github.com/JuliaLang/julia - 8db129472ea88a9c5c4a6e94dff7b330723aed28 authored 12 months ago
Improve printing for length and size method error (#53146)

github.com/JuliaLang/julia - 3d8b10770a7a7317dde13ae36881991db356326c authored 12 months ago
Write test result data to static location, and log (#53173)

github.com/JuliaLang/julia - 6be4235ec9d1d82b6b574070e5bdb6f0bc3759ae authored 12 months ago
Normalize indices in promote_shape error messages (#41311)

Seeing implementation details like `Base.OneTo` in error messages may
be confusing to some user...

github.com/JuliaLang/julia - 47663bd28c91a629f7bf13ff1df979865b661f1c authored 12 months ago
Fix typo in BuildKite test data generation CI code (#53168)

github.com/JuliaLang/julia - 831cc145793095e3c7fa65be51496f3484ac89ce authored 12 months ago
Collect test results into BuildKit-compatible JSON (#53145)

github.com/JuliaLang/julia - 6f7cfa7dbba7406b292008ffa6b77a39e9887109 authored 12 months ago
Improve error message for `which(fn, types)` (#47369)

Error messages for `MethodError` are much more helpful in determining
why the method was not su...

github.com/JuliaLang/julia - fc062919c3f474b365ebfd153fc16e0cfc9536fa authored 12 months ago
Merge pull request #670 from JuliaLang/msi-readme-update

Add MSI option to README

github.com/JuliaLang/juliaup - d3acca09e11e345e9b0fb856052ff80a99e40aa0 authored 12 months ago
Merge branch 'main' into msi-readme-update

github.com/JuliaLang/juliaup - 443def4d13260215330ccfa0a632f4ef89012408 authored 12 months ago
stdlib: make dot product of Hermitian matrices real (#52318)

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

github.com/JuliaLang/julia - fda9321d6dca28ed0fc2815853c9371d11a80009 authored 12 months ago
Add count of lock conflicts to `@time` etc. Add `@lock_conflicts` (#52883)

github.com/JuliaLang/julia - 12c5d2dff8d0c34ac4c8a8b10c9a6f467d8f9d46 authored 12 months ago
chore: Release juliaup version 1.14.5

github.com/JuliaLang/juliaup - 3154c92e3ff735c9f57a538e5735accef3307b0e authored 12 months ago
Fix more StoreBroker bugs

github.com/JuliaLang/juliaup - 4fef76fd3ef6195b8bda8546ab00fa0915f51763 authored 12 months ago
chore: Release juliaup version 1.14.4

github.com/JuliaLang/juliaup - 7a185e597d7e2cf69351912b80cd301d6c81259e authored 12 months ago
Fix downgrade of powerhsell

github.com/JuliaLang/juliaup - f94ee4b84cfaa8d3566015d68d9c41f95819fd3b authored 12 months ago
Fix `size` on `GenericMemory` with non-`Int` `Integer` argument (#53161)

I found this through fuzzing. The nature of the issue indicates to me
that this was untested, b...

github.com/JuliaLang/julia - 98e4f01d26e5d466aeddacf6ac7107ec42903b31 authored 12 months ago
chore: Release juliaup version 1.14.3

github.com/JuliaLang/juliaup - fd38f0e635495b063fa86a6db7e7675a614b0706 authored 12 months ago
Try a different fix for StoreBroker bug

github.com/JuliaLang/juliaup - 40c954defb3fc5b22b0caf2a0c8aa3f5e0624f01 authored 12 months ago
chore: Release juliaup version 1.14.2

github.com/JuliaLang/juliaup - 1c97f401308e93422ad23fd966fcf61e39c4a64b authored 12 months ago
Try a fix for StoreBroker

github.com/JuliaLang/juliaup - 40a0d9482fbe26787d578b3124d0bb4253356f60 authored 12 months ago
Fix typo in CHANGELOG

github.com/JuliaLang/juliaup - ed1f19bf47e24545d41dff41c7126903f21079f9 authored 12 months ago
chore: Release juliaup version 1.14.1

github.com/JuliaLang/juliaup - a292d58cd447a72cd53d5ab037580c433607aa39 authored 12 months ago
Work around a StoreBroker bug

github.com/JuliaLang/juliaup - 00a39e9c3c71ce4d4cc4786c787b28ae34e6232c authored 12 months ago
chore: Release juliaup version 1.14.0

github.com/JuliaLang/juliaup - a2378501da7a7a6d6db6d6e634d6147d3e2a95cf authored 12 months ago
Merge pull request #809 from JuliaLang/da/nightly

Nightly

github.com/JuliaLang/juliaup - 320b968b4e312e0af031b1e724548188a3875460 authored 12 months ago
Add filter(f, ::Namedtuple) (#50795)

github.com/JuliaLang/julia - f2e168a0a8bbd6be82b4a0dfa205bc8080a48824 authored 12 months ago