Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://github.com/JuliaLang/Distributed.jl

Implement a hook in base for disabling threading (JuliaLang/julia#30004)

of libraries, use it to decouple Distributed from LinearAlgebra.

6eef924ba8ec5ce4f5955602ce71eec7539ebd5c authored about 6 years ago
Don't bundle busybox with Windows (JuliaLang/julia#30022)

4c5e08262a2377c17cdb8fb20ac8838ab58d4f1d authored about 6 years ago
Replace trivial uses of rethrow(exc) with rethrow() (JuliaLang/julia#29794)

In all these cases we're merely rethrowing the existing exception, so it
seems simpler and clea...

0ef45e54bb72056c93096bb8670baf3c99a14dd6 authored over 6 years ago
add synchronization to Distributed to make sure setup msg is sent first

9eb21618f8c62d3137fa7981961969519e5c4381 authored over 6 years ago
Some xrefs and examples for Distiributed (JuliaLang/julia#29137)

21d68c9b619468d0a608265e6bd1e49866ae352a authored over 6 years ago
Some more examples/formatting/xrefs for Distributed docs (JuliaLang/julia#29011)

f984c998cf1bf405341a19c7075f11f5c4b366b5 authored over 6 years ago
Support ranges with different integer widths in `preduce` (JuliaLang/julia#28651)

cca90adda7095b31db09db3b157e476a83236839 authored over 6 years ago
fix JuliaLang/julia#28499, calling `cluster_cookie` before cluster starts (JuliaLang/julia#28656)

e7f3bb327ab28050be5d92ce7ac9cde4a649cef6 authored over 6 years ago
fix a few more deprecation-related items

d4b50d30fb30e456b0581258e9e79a07a30a0d81 authored over 6 years ago
remove more deprecations (JuliaLang/julia#28457)

a54401cc35e8f7b3c02255beb3f0420e8a04d746 authored over 6 years ago
remove more deprecations (JuliaLang/julia#28434)

07c3b4f7f911e0631489ff1338569bdee850eff3 authored over 6 years ago
trigger precompilation to prevent race-condition in distributed tests (JuliaLang/julia#28408)

28394048244398a9fe76340da22a70e4b6f197c4 authored over 6 years ago
[Distributed] don't sidestep require logic (JuliaLang/julia#26813)

464ff7f1ea846eb8953924687fdee54f42846d39 authored over 6 years ago
loading: make __precompile__ the default (JuliaLang/julia#26991)

fix JuliaLang/julia#26282

893ccca3e5278d25f6180192f786f0c3704ca26a authored over 6 years ago
fixup Project files to new Project format

0012371d0c10f3a36ce6f995160633d5750d70a7 authored over 6 years ago
delay part of Distributed's initialization to improve startup time

dead29982d9c614bebd843378d3283036070647f authored over 6 years ago
cores => threads: more thorough replacement where appropriate

5524f14abd754e1b7b84c71afa8a4cc054cf6316 authored over 6 years ago
Rename Sys.CPU_CORES => Sys.CPU_THREADS

709278bc2c20a4af2c7e71c39cc52043785e81cd authored over 6 years ago
Merge pull request JuliaLang/julia#24899 from JuliaLang/teh/remove_the_training_wheels

Remove the "experimental" status from non-1 indexing

8417fb1b7da705b9e97fc4ef6cbd21ea5d6ee617 authored over 6 years ago
Remove the "experimental" status from non-1 indexing

2017e19db73bde6774b7d449cecb9e7f1a1879e5 authored over 6 years ago
Many typo fixes. (JuliaLang/julia#27976)

c0556929c6ec95a118441a22fdfad8780c16eb7c authored over 6 years ago
fix JuliaLang/julia#27933, don't `eval` value of global vars in cluster deserializer

87bcdc94dd0237246dd28d25447bdfc27dd66fc5 authored over 6 years ago
Remove ARPACK from LICENSE.md. Various other small updates. (JuliaLang/julia#27666)

* Remove ARPACK from LICENSE.md
* Various small updates related to stdlib reorganization and U...

c82d1ff30da6bb4f786f421d7958723ab96f83ae authored over 6 years ago
fix JuliaLang/julia#27554, deprecate `try` without `catch` or `finally`

04081c39b078e6b8aa5673ab36edbb7d0ee24385 authored over 6 years ago
make `coalesce` handle only `missing`; add `something` (JuliaLang/julia#27258)

* make `coalesce` handle only `missing`; add `something` to handle `nothing`/`Some`

fixes Jul...

8f674428de8cf5f53d9192f56ed3a9c8c02fc1c1 authored over 6 years ago
Merge pull request JuliaLang/julia#27212 from Sacha0/breakless

once more unto the decomposition breach, dear friends!

d2f19fda4ed991e01d9a0f6d64e64cbcf6e2dd83 authored over 6 years ago
make `@sync` lexically scoped and merge `@schedule` with `@async` (JuliaLang/julia#27164)

3b8b5eb7c89b8c58127837b5eed27b461b14ffc4 authored over 6 years ago
Deprecate svdfact to svd.

b437cc98e28b2e8c2470123c42de679fccd512b3 authored over 6 years ago
Merge pull request JuliaLang/julia#25261 from JuliaLang/kf/iterate

Iteration protocol change

0f8d4f87d132c7c370bdfe174d40de51cfb5180c authored over 6 years ago
Change iteration protocol

This changes the iteration protocol from `start`/`next`/`done` to `iterate`.
The new lowering of...

8ade0162722921ee582b42fdb242e16a858d2509 authored over 6 years ago
Merge pull request JuliaLang/julia#26876 from JuliaLang/jb/iterfixes

several iterator trait fixes

cea567d6a2ab277aa6e3a2dec23b6b4450387d12 authored almost 7 years ago
Implement isopen for RemoteChannel (JuliaLang/julia#26890)

7029a206e17caf5603b799c88078f55331eaa6bc authored almost 7 years ago
fix some traits of Pairs, Rest, and Flatten iterators

fix IteratorSize of AsyncGenerator

add some missing `eltype` methods

1d9e9cb919b841cef615a247f21befb4e6f27268 authored almost 7 years ago
separate `isbitstype(::Type)` from `isbits` (JuliaLang/julia#26850)

effc914de46f92d50f9e7e812ed903fe8d53ebe6 authored almost 7 years ago
check process type while getting bind address (JuliaLang/julia#26704)

fixes JuliaLang/julia#26699

4496d2bfc53e78caf95c9c715747ac0b821256c0 authored almost 7 years ago
reorder pmap arguments to allow do-block syntax (JuliaLang/julia#26783)

d358068ad819d8b9d5c72bacad536c948f15f95e authored almost 7 years ago
normalize paths passed to include (JuliaLang/julia#26656)

28554add24de519619583bf8b0e12d2909e6ae53 authored almost 7 years ago
Rename split keyword from keep to keepempty (JuliaLang/julia#26647)

This is a much clearer name. I've also enabled various forms of split/rsplit to be consistent wi...

dbb918fb6174326dbf3a60a9502744b19c25c672 authored almost 7 years ago
Merge pull request JuliaLang/julia#26283 from JuliaLang/aa/isfound

Deprecate contains to occursin, deprecate callable regexes

8ef80dbf4087c2785d5787cb14342eccecbb4622 authored almost 7 years ago
Deprecate contains to occursin

occursin takes its arguments in reverse order from contains.

52963fdaaa97007d1b67dede78d12b6466a64ab6 authored almost 7 years ago
replace `equalto` and `occursin` with curried `isequal`, `==`, and `in` (JuliaLang/julia#26436)

ee8086b45e9838f6ae200bee26f925e719a89f36 authored almost 7 years ago
rename uninitialized to undef (JuliaLang/julia#26316)

* uninit is dead, long live undef

* UnInitialized -> UndefInitializer + show method

* also...

1d64572cf6e269ce01840dac82c2ea95bcffdab8 authored almost 7 years ago
Fix a Distributed GC test. (JuliaLang/julia#26390)

This addresses https://github.com/JuliaLang/julia/pull/26360#issuecomment-371345214 . The fix en...

e6651e0166cb0fd6ad3bd00f428083490ef082f9 authored almost 7 years ago
add AbstractChar supertype of Char (JuliaLang/julia#26286)

619ee4b5c2dbec4a70f7f51349d53ddf0bc4c036 authored almost 7 years ago
Move benchmarks out of the repository (JuliaLang/julia#26327)

f63b88d1ccbb01bd38ab0d41be5e44ef6f6223ec authored almost 7 years ago
fix accumulated bugs with stdlib initialization (JuliaLang/julia#26241)

These were making it hard to turn off certain stdlibs,
which in turn made it hard to test alter...

3984fb664e8442ff73073fcec088df04521c63fa authored almost 7 years ago
deprecate bin, oct, dec, hex, and base in favor of `string` and keyword args (JuliaLang/julia#25804)

* deprecate bin, oct, dec, hex, and base in favor of `string` and keyword args

* Work around ...

bcf31320f3689dac52e9a179c44b6a8a0d416fa9 authored almost 7 years ago
move Sockets out of Base (JuliaLang/julia#25935)

0998ebf133890f7761d0528c39766a798f6785e0 authored almost 7 years ago
disable problematic rmdir to fix AV build (JuliaLang/julia#26255)

057cfc7221cbe2bfccfcef1ec427850d6db8e1c2 authored almost 7 years ago
Deprecate `assert` function. Addresses JuliaLang/julia#8856.

d0e30871f2a5bde55fd7f0bfa32b605b8d8a8a52 authored almost 7 years ago
Merge pull request JuliaLang/julia#26161 from JuliaLang/sk/dotfiles

move dotfiles under ~/.julia

281d53f373c839c706767418c55bf6b9a3efa188 authored almost 7 years ago
Merge pull request JuliaLang/julia#26141 from JuliaLang/kc/pkg3_stdlib

Pkg3 stdlib

bf2910401625b258307f66148def7020b9fd8139 authored almost 7 years ago
dot files: move `~/.juliarc.jl` to `~/.julia/config/startup.jl`

also rename `/etc/julia/juliarc.jl` to `/etc/julia/startup.jl`

428b2850b792893ceb45cd7caa9210f0c5abc763 authored almost 7 years ago
Add 'stdlib/Pkg3/' from commit '01d768ffd03c0e0cc6d62cf06dfd58a90c989c41'

git-subtree-dir: stdlib/Pkg3
git-subtree-mainline: f4d82b2bb16704106d1d4ec4e9bc6cc08a50ebb9
git-...

c7e090d3c830eec28eac8102af9590c82d3a6ee6 authored almost 7 years ago
Deprecate DevNull, STDIN, STDOUT, and STDERR to lowercase (JuliaLang/julia#25959)

* Adjust some uses of std(in|out|err) as a variable name

This includes bumping the Documenter...

b90c79e309f4127fbc01b6ff600e6209989df7ff authored almost 7 years ago
Fix leak of Futures when unfetched Futures are repeatedly serialized (JuliaLang/julia#26143)

to the node with the reference store.

7280d31248f3b3f029350d9cd2a66e8db9b45890 authored almost 7 years ago
add ```at-meta DocTestSetup = :(using $STDLIB)``` all stdlib docs

55e8175322d35a014c4e3e48ee6ed0c6674f474d authored almost 7 years ago
Merge pull request JuliaLang/julia#147 from JuliaLang/kc/few_fixes

few fixes noticed when bringing Pkg3 into stdlib

01d768ffd03c0e0cc6d62cf06dfd58a90c989c41 authored almost 7 years ago
trim trailing whitespace

af137b7c1ee986a23f61e8041ad9ede386849f31 authored almost 7 years ago
Add Julia ports of hyperbolic (including inverse) functions from openlibm. (JuliaLang/julia#24159)

560bd96dda3bc54552b06d9a60ead68310e35280 authored almost 7 years ago
Make fetch/wait on Task consistend with RemoteRefs [Closes JuliaLang/julia#25928] (JuliaLang/julia#25940)

bae5589d4275d81a8a505ef28ba3f530a310c93f authored almost 7 years ago
Merge pull request JuliaLang/julia#99 from JuliaLang/kc/fix_deprecations

fix deprecations

1028b0e3172d04992a2d9f0db459ddc17ed32315 authored almost 7 years ago
Merge pull request JuliaLang/julia#25956 from JuliaLang/kc/term_menus_stdlib

Move TerminalMenus.jl into a submodule of REPL

45f7b5eba767e43251d109231ca9d892c3d5ed04 authored almost 7 years ago
clean up BinaryProvider files

ebd2d44c1a53425ee4a4f42917b7a51acd98ada8 authored almost 7 years ago
Add 'stdlib/REPL/src/TerminalMenus/' from commit '9a3511a4a6edb26a64f7f252e1fd4c0713a6c12a'

git-subtree-dir: stdlib/REPL/src/TerminalMenus
git-subtree-mainline: f8acac74c5c48e00c967f75ea93...

0bfc792d77a3851d37650ec7f0cd29cc2951eed6 authored almost 7 years ago
Add 'stdlib/SHA/' from commit '62e0924400f8fdd90f1a974dff3da31c7d39dad0'

git-subtree-dir: stdlib/SHA
git-subtree-mainline: f8acac74c5c48e00c967f75ea93c9bf08d3f6122
git-s...

9c20e1e26c8c13101157401284d49bae8167782f authored almost 7 years ago
stdlib: add project files with uuids and deps sections

And now we have a complete graph of how all the stdlib packages
depend on each other!

e1abb464691b63a28d8c7cbc44446193b2870323 authored almost 7 years ago
remove some exports from Core and Base (JuliaLang/julia#25802)

c2cf23f3173657c9d067b729c375947d912c35fe authored almost 7 years ago
fix some dict types (JuliaLang/julia#25899)

- add type parameters to IdDict
- convert some Dicts to IdDicts
- better QuoteNode hash method

eceef380402d4921e8da44e4c2507ed7f04e2d0a authored almost 7 years ago
Merge pull request JuliaLang/julia#25698 from fredrikekre/fe/using-warning

fix `using A.B` and `using A: B` warnings

2bfe48389d2e8adcc30360342da0c070ccc2644b authored about 7 years ago
Replace the --machinefile to --machine-file (JuliaLang/julia#25673)

* Replace the --machinefile to --machine-file
* Adds deprecated warning for --machinefile option

6a83696a233beca116153a46107b6e9a8691e72a authored about 7 years ago
fix `using A.B` and `using A: B` warnings

in Dates, Printf, Profile, SharedArrays, SuiteSparse and Distributed
stdlibs. The warnings are no...

753320fa4d92be19601f228910e7abaf1dc975e9 authored about 7 years ago
Pkg3-style code loading, DEPOT_PATH, tests

Developed together with vtjnash

b0b2093a47d79d68dea5f093a6e6a87c8abea9d4 authored about 7 years ago
move `Serializer` to stdlib (JuliaLang/julia#25628)

bfb1f0c50886eec558dec100baee89a0f87bb833 authored about 7 years ago
Merge pull request JuliaLang/julia#25615 from JuliaLang/jb/underscoredeps

remove some underscores

72f30776798a295eb57f2099a90343ee74b73adf authored about 7 years ago
move Base.LinAlg to LinearAlgebra stdlib

27070301c8acb5c9beb6d13f6bdc1023fbf10bbc authored about 7 years ago
fix Distributed include test (JuliaLang/julia#25243)

53aabb20dc6024aac49efa50949ae7e4854a6b5f authored about 7 years ago
Renamed ObjectIdDict -> IdDict{K,V} and added {K,V} (JuliaLang/julia#25210)

- also updated constuctors to be in-line with Dict
- added some extra tests

ce64d7d70342637218df872f09234aa116a643ab authored about 7 years ago
rename `object_id` to `objectid`

f90df68789304c241b8fb3f96c593318fd5f3086 authored about 7 years ago
Merge pull request JuliaLang/julia#25569 from JuliaLang/cjf/logging-backtraces

Attach backtraces explicitly in error logging

43f6398ce90eaef0dc3fd0d887a9049676c6ed90 authored about 7 years ago
rename `@parallel` to `@distributed`. part of JuliaLang/julia#19578 (JuliaLang/julia#25528)

a70e6c3712b16c042c8b2f77b27957d4dc5562dd authored about 7 years ago
refactor inference.jl into multiple files for readability/maintainability (JuliaLang/julia#25517)

- the contents of `coreimg.jl`, `inference.jl` and `codevalidation.jl` now live in `base/compile...

e2164302b4eed84cc4250853952264dc0a9a26e6 authored about 7 years ago
Attach backtraces explicitly in error logging

To avoid ambiguity and confusion, do not assume that `catch_backtrace()`
is the backtrace associ...

07e51f936afff49ef3c8df304c136e1f24e9de4d authored about 7 years ago
move Random to stdlib (JuliaLang/julia#24874)

5438aefe96354b201fd2364349c1fc0aeefe766f authored about 7 years ago
move case functions and char predicates back to Base (JuliaLang/julia#25479)

fixes JuliaLang/julia#25394

1868628ab7f062c3715d29b57bcdec63a8f1ccbe authored about 7 years ago
Merge pull request JuliaLang/julia#25450 from Sacha0/decollect

presently possible rewrites for potential collect deprecation

6ff9fdaf0880804c626fc194fe9454d0a52c2c5b authored about 7 years ago
Replace collect with (Vector|Matrix|Array) in stdlib/.

0a70a9d0d168c7bb30dd57e647f298425aa5a7d0 authored about 7 years ago
camel-case `iteratorsize` and `iteratoreltype` (JuliaLang/julia#25402)

This matches other traits better.

23e6f6157bd74e2e00e8cb5c6c1306e05afc62bd authored about 7 years ago
rewrite all ones(...) calls in base, stdlib, test and documentation (JuliaLang/julia#25087)

a51faa96be7a6d1b7f30c49171e6a8f4a4b87fc1 authored about 7 years ago
Merge search into findfirst/findnext and rsearch into findlast/findprev

9d08b6f82e9044936d2ec4e76d7c02e8c029e7a6 authored about 7 years ago
Bump :copyright: (JuliaLang/julia#25345)

27647de74657c05dd41f0cd960985e3bd854e573 authored about 7 years ago
undo breaking change to kwargs iteration order

This starts to decouple the performance improvement of JuliaLang/julia#24795
from the existence ...

0473da4083a7b6d510efe2264c9f62297a6856ca authored about 7 years ago
preserve structure of `using` and `import` statements in parser (JuliaLang/julia#25256)

This allows round-trip printing and more flexibility in how the
statements are interpreted.

3105a16a0b0590c6b2191dc55180e47ef82664f0 authored about 7 years ago
move `nprocs` and `myid` to Distributed

42b70654fb834c4c89698c5e09a9b0a5d8afd495 authored about 7 years ago
Deprecate getindex(::Factorization, ::Symbol) in favor of dot overloading (JuliaLang/julia#25184)

f5083864e49986af807eb4c06125442cc4ba70c8 authored about 7 years ago
Rename unshift!/shift! to pushfirst!/popfirst! (JuliaLang/julia#25100)

a9af1786c4046401532f21d222988fb65adf3a11 authored about 7 years ago
rename Void => Cvoid, Nothing (depending on usage)

git ls-files base doc examples src stdlib test | xargs perl -i -ple '/\b(ccall|cglobal|cfunction...

449244e4a6a734fefcebff58ff7ebcda6c31b772 authored about 7 years ago
Merge pull request JuliaLang/julia#25155 from JuliaLang/vc/distributed_topo

rename topology master_slave to master_worker

2f0b7772bde74778f3a620857cd725390c5121a1 authored about 7 years ago
Merge pull request JuliaLang/julia#25102 from JuliaLang/sk/home

rename JULIA_HOME => Sys.BINDIR

c4b3a385d9fc536ed41293a71bbbd4f83f490bed authored about 7 years ago
rename topology master_slave to master_worker

cb5172b7346910337abdfb5bd09beb349b9cd2aa authored about 7 years ago