From 3a5691ab4b3de285dd83e9275b0e40bbcb722514 Mon Sep 17 00:00:00 2001 From: Michael Eastwood Date: Tue, 21 Nov 2017 10:51:26 -0800 Subject: [PATCH] prepare for v0.2 release --- NEWS.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..c287b05 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,12 @@ +# News + +## v0.2.0 + +*2017-11-21* + +* Package reorganization for compatibilitiy with Julia v0.6. +* Documentation improvements. +* Array keywords are now allowed. +* Subtable keywords are functional again. +* Some arithmetic operations on measures are now defined. + diff --git a/README.md b/README.md index 3a8c5bb..0c6da7c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Julia wrapper of CasaCore. -**Documentation:** http://mweastwood.info/CasaCore.jl/latest/ +**Documentation:** http://mweastwood.info/CasaCore.jl/stable/ **Author:** Michael Eastwood