Skip to content

Commit

Permalink
0.5 News
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Jul 7, 2017
1 parent b72741f commit 61af18a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
@@ -1,5 +1,19 @@
## PairwiseListMatrices.jl Release Notes

### Changes from v0.4 to v0.5

* It has better support for Julia 0.5, e.g. faster `map` and `broadcast`.

* The `label` field of `PairwiseListMatrix` is eliminated, `NamedArrays` are used instead
for storing element names.

* `PairwiseListMatrix` now takes the type of the list vector as type parameter. This gives
better support for different vector types e.g. `BitArray`.

* `RecipesBase` are used for `plot` the matrices `using Plots`.

* It solves some bugs.

### Changes from v0.3 to v0.4

PairwiseListMatrices v0.4 requires Julia v0.5.
Expand Down

0 comments on commit 61af18a

Please sign in to comment.