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

Risc-V and perhaps x86, issue with NaN

github.com/JuliaLang/julia - stensmo opened this issue 2 months ago
Introduce Sys.isWSL()

github.com/JuliaLang/julia - PallHaraldsson opened this pull request 2 months ago
Fix typo in nextfloat and prevfloat docs

github.com/JuliaLang/julia - LilithHafner opened this pull request 2 months ago
Fix typo in `@cmd` docstring

github.com/JuliaLang/julia - LilithHafner opened this pull request 2 months ago
Highlight circular references

github.com/JuliaLang/julia - jakobjpeters opened this pull request 2 months ago
Run CI on backport branch too

github.com/JuliaLang/Pkg.jl - IanButterworth opened this pull request 2 months ago
Bump version from 2.1.23 to 2.1.24

github.com/JuliaLang/PackageCompiler.jl - DilumAluthge opened this pull request 2 months ago
Extend `invoke` to accept CodeInstance

github.com/JuliaLang/julia - Keno opened this pull request 2 months ago
CI: Fix some typos introduced in #1009

github.com/JuliaLang/PackageCompiler.jl - DilumAluthge opened this pull request 2 months ago
Unwrap contiguous views in `copyto!`

github.com/JuliaLang/julia - jishnub opened this pull request 3 months ago
run compiler tests in parallel for `Pkg.test`

github.com/JuliaLang/julia - KristofferC opened this pull request 3 months ago
Backports for Julia 1.10.8

github.com/JuliaLang/julia - KristofferC opened this pull request 3 months ago
Backports for Julia 1.11.2

github.com/JuliaLang/julia - KristofferC opened this pull request 3 months ago
set VERSION to 1.11.2

github.com/JuliaLang/julia - KristofferC opened this pull request 3 months ago
complete the tests for Compiler.jl as the stdlib.

github.com/JuliaLang/julia - aviatesk opened this pull request 3 months ago
fix jl_mutex_lock deadlock under rr

github.com/JuliaLang/julia - vtjnash opened this pull request 3 months ago
precompilepkgs: fix is_direct_dep -> is_project_dep

github.com/JuliaLang/julia - IanButterworth opened this pull request 3 months ago
subtype: fast path for Type == TypeVar

github.com/JuliaLang/julia - N5N3 opened this pull request 3 months ago
Add mechanism to disable creating new worlds

github.com/JuliaLang/julia - vtjnash opened this pull request 3 months ago
move out LinearAlgebra into its own repository

github.com/JuliaLang/julia - KristofferC opened this pull request 3 months ago
Bump version from 2.1.22 to 2.1.23

github.com/JuliaLang/PackageCompiler.jl - DilumAluthge opened this pull request 3 months ago
separate module context for Compiler.jl tests

github.com/JuliaLang/julia - aviatesk opened this pull request 3 months ago
Default GDB Listener to on when running under RR

github.com/JuliaLang/julia - vchuravy opened this pull request 3 months ago
Make Compiler tests runnable as package

github.com/JuliaLang/julia - Keno opened this pull request 3 months ago
🤖 [master] Bump the Pkg stdlib from 9f8e11a4c to 7b759d7f0

github.com/JuliaLang/julia - DilumAluthgeBot opened this pull request 3 months ago
Fix `unsafe_trunc` test for `NaN16`

github.com/JuliaLang/julia - giordano opened this pull request 3 months ago
Increase some CI timeouts

github.com/JuliaLang/PackageCompiler.jl - DilumAluthge opened this pull request 3 months ago
Update Trixi.jl GSoC projects

github.com/JuliaLang/julialang.org - ranocha opened this pull request 3 months ago
Profile: Fix short names

github.com/JuliaLang/julia - IanButterworth opened this pull request 3 months ago
codegen: make more judicious use of global rooting

github.com/JuliaLang/julia - vtjnash opened this pull request 3 months ago
inference: add missing modeling for `swapglobal!`

github.com/JuliaLang/julia - aviatesk opened this pull request 3 months ago
release-1.10: set VERSION to 1.10.7

github.com/JuliaLang/julia - KristofferC opened this pull request 3 months ago
Demote PowerPC to Tier 4 for Julia 1.12+

github.com/JuliaLang/julialang.org - DilumAluthge opened this pull request 3 months ago
Update svd.jl documentation

github.com/JuliaLang/julia - CNOT opened this pull request 3 months ago
fix table of content in 1.11 blogpost

github.com/JuliaLang/julialang.org - KristofferC opened this pull request 3 months ago
DONOTMERGE

github.com/JuliaLang/julia - gbaraldi opened this pull request 3 months ago
pass experimental flag in juliac script

github.com/JuliaLang/julia - baggepinnen opened this pull request 3 months ago
Automatically upgrade empty manifest files to v2 format

github.com/JuliaLang/Pkg.jl - IanButterworth opened this pull request 3 months ago
[release-1.10] Backports for 1.10

github.com/JuliaLang/Pkg.jl - IanButterworth opened this pull request 3 months ago
Add preference for version named manifest files (#43845)

github.com/JuliaLang/julia - IanButterworth opened this pull request 3 months ago
Bump codecov/codecov-action from 4 to 5

github.com/JuliaLang/BumpStdlibs.jl - dependabot[bot] opened this pull request 3 months ago
chore(deps): bump flate2 from 1.0.34 to 1.0.35

github.com/JuliaLang/juliaup - dependabot[bot] opened this pull request 3 months ago
chore(deps): bump bstr from 1.10.0 to 1.11.0

github.com/JuliaLang/juliaup - dependabot[bot] opened this pull request 3 months ago
chore(deps): bump serde_json from 1.0.132 to 1.0.133

github.com/JuliaLang/juliaup - dependabot[bot] opened this pull request 3 months ago
fix some new-edges issues

github.com/JuliaLang/julia - vtjnash opened this pull request 3 months ago
fix precompile(::MethodInstance) ccall signature

github.com/JuliaLang/julia - vtjnash opened this pull request 3 months ago
`--trace-compile=stdout`

github.com/JuliaLang/julia - LilithHafner opened this issue 3 months ago
read a .xlsx file

github.com/JuliaLang/julia - Dionysus7777777 opened this issue 3 months ago
Support copyline and copyuntil?

github.com/JuliaLang/Compat.jl - lmiq opened this issue 3 months ago
Fix debug build against non-debug LLVM

github.com/JuliaLang/julia - Keno opened this pull request 3 months ago
Bump codecov/codecov-action from 4 to 5

github.com/JuliaLang/Example.jl - dependabot[bot] opened this pull request 3 months ago
Default project

github.com/JuliaLang/juliaup - davidanthoff opened this issue 3 months ago