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
Co-authored-by: Dilum Aluthge <[email protected]>
github.com/JuliaLang/julia - e10c8f5bd1e85e46872b6c2d999576827561c581 authored over 1 year ago
This should catch issues like https://github.com/JuliaLang/julia/issues/51561,
at least when ru...
We used to be able to seed RNGs with a string, but that string was
interpreted as the filename ...
For any object `x` from which one can sample, the `Random` API also
requires that `rand(rng, Sa...
github.com/JuliaLang/julia - ecaf457f883abb1fd83697551c119af7a570cd18 authored over 1 year ago
github.com/JuliaLang/julia - 6da54ceacfd32664a3094e66eef99ec2e2cccc61 authored over 1 year ago
Fixes #51605 .
I also created a version of rand for `Base.ValueIterator{Dict}` which
curren...
This permits constructing `LinearIndices` for infinite arrays, for which
the axes can't be a `B...
As they say, if at first you don't succeed, try again, then try again,
add an extra layer of in...
doc: Corrected some sentences.
---------
Co-authored-by: Christian Guinard <chguinard99@gm...
github.com/JuliaLang/julia - e81c8e35778f323af3d028a7840780ee8798dfc9 authored over 1 year agoCo-authored-by: Prem Chintalapudi <[email protected]>
github.com/JuliaLang/julia - 341e9d067d0cbdce5fe85ff18d6ef5945cbadc28 authored over 1 year ago
A small further extension to #51512 to better align the internal
behavior of the `_limit_type_si...
This is a rebase of #35856, where we keep only the tests, as the
functionality was added in #50...
This adds e.g. `rand(Pair{Int,Int})` producing a random pair of `Int`.
github.com/JuliaLang/julia - e4c90310e25751352001b48ef99100f188546447 authored over 1 year agoWe maintain a "global seed" for this feature of `@testset`:
> Before the execution of the bod...
github.com/JuliaLang/julia - 0296599417923bd98a2e632a7c6eabb6d659af84 authored over 1 year agogithub.com/JuliaLang/julia - fee755134b8e33889fc3e7287b54688d50831cd5 authored over 1 year ago
github.com/JuliaLang/julia - 41184ccf92e20b6a806e851fbc24740c098eade5 authored over 1 year ago
github.com/JuliaLang/juliaup - 6801789f905b2fcc4f1cc07361c475a072f5fb44 authored over 1 year ago
From #51550
---------
Co-authored-by: Dilum Aluthge <[email protected]>
github.com/JuliaLang/julia - 60b10de5ec389f843e00ff719e60d3ad2d907e30 authored over 1 year agogithub.com/JuliaLang/julia - fd21c9618228e2268d5f3e875fd19b7ae1051f2c authored over 1 year ago
github.com/JuliaLang/julia - 6fc6a97d1dbc7b7c6172b26afb28e845c8888c8e authored over 1 year ago
This is a minor simplification to the multidimensional iteration code
that behaves slightly bet...
It turns out that when using `REPLInterpreter` inference for tasks like
evaluating (partially) ...
This exposes the GC "stop the world" API to the user, for causing a
thread to quickly stop exec...
Add a bonus for Intrinsics called with mostly constant arguments. We
know that simple expressio...
github.com/JuliaLang/julia - f919e8f16c9f1b1f22110904f1d19d98d4789b7c authored over 1 year ago
Co-authored-by: Ian McInerney <[email protected]>
github.com/JuliaLang/julia - 0d494e461887bbe205799f293c40aabddf094f3f authored over 1 year ago
This PR adds native support for the LLVM `bfloat` type, through a new
`BFloat16` type. It doesn...
github.com/JuliaLang/juliaup - c54a11946b1762d7f87702f01287d7e52193b562 authored over 1 year ago
`jl_errorexception_type` is undefined at the point we (fail to) load a
sysimg.
Fixes https://github.com/JuliaLang/julia/issues/51576 on a simple
snapshot I collected on my ma...
Fixes #51532.
We have funny series of interactions. With the REPL and its dependencies
being...
This helps with type-stability, as the flag `tA` is usually known from
the type of the matrix.
...
As pointed out in
https://github.com/JuliaLang/julia/issues/51594#issuecomment-1747781744,
thi...
Fix #51510
github.com/JuliaLang/julia - 25f510a34523922f45f9d676d156123959a29f47 authored over 1 year ago
This allows you to attach a docstring to a `@ccallable` method
definition.
Fixes #51586
github.com/JuliaLang/julia - 165f7288e273d61c477cfd11f64c9878bd8a7614 authored over 1 year ago
This seems to be the right combination of annotations to fix both #50562
and an inference regre...
The original text here:
> For example, deep-copying an array produces a new array whose eleme...
github.com/JuliaLang/julia - 9fb67c8cc86ce0f117304cc37b17e18dac43511f authored over 1 year agogithub.com/JuliaLang/julia - b790cf8f0c54b17d19c482073bde4d7e6db5c553 authored over 1 year ago
github.com/JuliaLang/julia - 0dd8d43d0961d720db318929827abdfa22c366e3 authored over 1 year ago
Co-authored-by: ararslan <[email protected]>
github.com/JuliaLang/juliaup - f74323bc872ef35c60fa77239568e1e684c36ea0 authored over 1 year agogithub.com/JuliaLang/julia - f2d1276be8a1d4831addb62376eb19550494d3d1 authored over 1 year ago
`getrf!` should take the vector `ipiv` as input the same way that
`geqrf!` uses the vector `tau`.
Fixes https://github.com/JuliaLang/julia/issues/51465, caused by
https://github.com/libunwind/l...
Co-authored-by: Valentin Churavy <[email protected]>
github.com/JuliaLang/julia - ac8246fa60b9b51b80b5d553d9e56d22e41d3206 authored over 1 year ago
Rationale: currently, the Markdown documentation specifies the necessary
indent for code blocks...
github.com/JuliaLang/julia - 4119dcfeb0cfbc380614b5272567d967e662c777 authored over 1 year ago
github.com/JuliaLang/julia - 6ce15fce1cf92bd2d86d04ceccd501a383656b81 authored over 1 year ago
Update libc.jl compatability note to julia 1.11
github.com/JuliaLang/julia - e9d633f70a1e686628dbee83b281354d5bf999f4 authored over 1 year agogithub.com/JuliaLang/julia - 64fc7db055604a8858e38e18bd81ff14f8f45101 authored over 1 year ago
github.com/JuliaLang/julia - b6856507373535060afeac71015311ba168e93b2 authored over 1 year ago
github.com/JuliaLang/julia - ca862df7bfc534d22d4d39d265d1f74d59c1ab77 authored over 1 year ago
github.com/JuliaLang/julia - a4562e608f6dddf1110c12fc6033b51c9bd0e6a0 authored over 1 year ago
The REPL completion engine employs aggressive inference (incorporating
aggressive global bindin...
Fixes https://github.com/JuliaGPU/GPUCompiler.jl/issues/504. Similar to
https://github.com/Juli...
On AMDGPU, this was generating a `addrspace(10)` pointer to an `alloca`
which is illegal and le...
No behavior change, just a performance improvement: searchsorted(range,
lt=<) now performs exac...
Added since the 2023-39 update. https://discuss.getsol.us/d/9808-sync-update-for-week-39-2023
h...
Field completions can be wrong when `getproperty` and `propertynames`
are overloaded for a targ...
github.com/JuliaLang/julia - 0a4bea62e7b2c8559a34246860835cb94c0d8cb3 authored over 1 year ago
This addresses a part of #37165:
> It's common that sequential seeds for RNGs are not as inde...
github.com/JuliaLang/julia - ab992b96fcba09d22e6c61b4ea077a96dfaf8bb4 authored over 1 year ago`pmap` is part of the Distributed std lib
github.com/JuliaLang/julia - 3a85776b19a11b3926439d5db71d3e9fc9b3668b authored over 1 year agoas suggested by https://github.com/JuliaLang/julia/issues/50236
github.com/JuliaLang/julia - 8436f68426f74584d8383c49ff7de299af095569 authored over 1 year ago
Alternative to #46190, see that PR for background. There isn't a strong
use-case for accepting ...
`GLOBAL_RNG` is a relic from pre-v1.3 when our global RNG was not
thread-safe:
```
const GLOB...
This groups some toplevel tests together, and removes hardcoded random
values generated by `Mer...
Co-authored-by: Rafael Fourquet <[email protected]>
github.com/JuliaLang/julia - c0996397a5abbad5e5c1de858eee6c9d47eb5027 authored over 1 year ago
Co-authored-by: @IanButterworth
Co-authored-by: Ian Butterworth <[email protected]>
github.com/JuliaLang/julia - 66fe51f0ad9531fa782c4dece0669076456f396c authored over 1 year ago
Straightforward implementations given
https://xoshiro.di.unimi.it/xoshiro256plusplus.c
This ...
github.com/JuliaLang/julia - 2d935672228af42b3a4760bb7e049c8a105a872b authored over 1 year ago
The work I did in #41099 introduced code which, if method information
could not be found for an...
github.com/JuliaLang/julia - bf3eb09038daef5c7b5d522321061ea4f3606e91 authored over 1 year ago
Co-authored-by: Nathan Zimmerberg <[email protected]>
github.com/JuliaLang/julia - daeb1b4c6b8efe8abcb4553a626cc3ca5138f903 authored over 1 year ago
Handling `AbstractQ`s in concatenation got lost in the overhaul. This
brings it back (though it...
This maybe allows for LLVM to optimize things a bit further since some
passes check if both sid...
Alternative to https://github.com/JuliaLang/julia/pull/51472
github.com/JuliaLang/julia - c1051678c59c23db71b72003f839c612f528b049 authored over 1 year agogithub.com/JuliaLang/julia - b6a748fb7ad9145ae8143484e11e33af6bad41df authored over 1 year ago
The block size when reporting `blocks` is _always_ 512, regardless of
the filesystem, on all sy...
In `jl_print_task_backtraces()`. Follow-on to
https://github.com/JuliaLang/julia/pull/51430.
github.com/JuliaLang/julia - 0a82b71681028d6b1a49d580496f28ebc214a21e authored over 1 year ago
Inference has been able to restrict type of `Vararg` type parameter `N`
to `Int` for cases like...
This allows us to get dict completions through nested `getindex`.
github.com/JuliaLang/julia - 95c1dc56ee65e13f286c99477680ff9b64899553 authored over 1 year ago
This allows us to get completions for the following kind of cases:
```julia
julia> some_issue3...
This change allows them to take `match::MethodMatch` and
`mi::MethodInstance`, making debugging...
The deoptimization can sometimes destroy the effects analysis and
disable [semi-]concrete evalu...
... I also used `t` instead of `x`, since that seems to be more
prevalent when talking about tu...
Various simplifications and improvements from investigating #51228.
Improves the logic for show...
This enhances type/effects inference for calls of the `merge` function,
especially when input t...
Introduced in 539224f, the `func_for_method_checked` check has been used
for some of the reflec...
github.com/JuliaLang/julia - e5c6340e252986c0bba240a0924ee4b6885aeb65 authored over 1 year ago
This doesn't really serve any purpose to have and it gets very spammy.
github.com/JuliaLang/julia - 66e83e7e1aae4d038567173a3f2f2b6f72ea3c88 authored over 1 year ago
The jl_live_tasks API now reports all threads, instead of only Tasks
first started by the curren...
github.com/JuliaLang/julia - 1d9ebbc2c930ac0799c603aaf9f192dd5f62aacd authored over 1 year ago
github.com/JuliaLang/julia - 3c0d4802fadd4eb81657cd495fea2cc722646014 authored over 1 year ago
Co-authored-by: Fredrik Ekre <[email protected]>
github.com/JuliaLang/julia - 9bf2620d6588cf8bac27c39201bee8de130c918e authored over 1 year agogithub.com/JuliaLang/julia - ce86593fead6414252acbd3aaa2871d16030f256 authored over 1 year ago
github.com/JuliaLang/julia - 75b782653a03947bade15bf399ff2c0bb023f27e authored over 1 year ago
- A GMP patch was malformed; copy the corrected version from Yggdrasil
- Always invoke `patch` ...
github.com/JuliaLang/julia - 6bb9111589e79c3d7c12ee4749add7142c0c6d8e authored over 1 year ago
- fixed the docstring of `ir_inline_unionsplit!`
- simplify `show` for `SlotNumber`
- tweak bo...