Skip to content

Commit

Permalink
remove DArray functionality from Base
Browse files Browse the repository at this point in the history
- moves the DArray code to the DistributedArrays.jl package
  under the JuliaParallel organization

- removes the documentation for DArray's from stdlib and manual

- update tests, delete DArray examples, add NEWS entry
  • Loading branch information
jakebolewski committed Feb 27, 2015
1 parent 23a41de commit b84b0e2
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 778 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ Deprecated or removed
* `names` for composite datatypes has been deprecated and
renamed to `fieldnames` ([#10332]).

* `DArray` functionality has been removed from `Base` and is now a
standalone package under the JuliaParallel umbrella organization ([#10333]).

* The `Graphics` module has been removed from `Base` and is now a
standalone package ([#10150], [#9862]).

Expand Down
383 changes: 0 additions & 383 deletions base/darray.jl

This file was deleted.

Loading

0 comments on commit b84b0e2

Please sign in to comment.