diff --git a/NOTES b/NOTES index 080d0ce..e4bfc99 100644 --- a/NOTES +++ b/NOTES @@ -1,4 +1,16 @@ +* 2019-11-14 Version 0.9.0 + +Many improvements, most to pystare. + +In pystare... +- Circular covers +- Support for matplotlib.tri.Triangulate +- A toe in the water of exceptions + +In the library... +- Subtle bug corrected in terminator construction + * 2019-09-23 Version 0.8.2 Replacing math.h with cmath seems to help builds on CentOS 7 and later gcc. diff --git a/README b/README index c435b11..372b78c 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ INSTALL Please see the INSTALL file for more information. CMake is the preferred build method. PySTARE - A fledgling Python 3 interface is available. See INSTALL and src/PySTARE.cpp for more information. + A Python 3 interface is available. See INSTALL and src/PySTARE.cpp for more information. ########################################################################### diff --git a/VERSION b/VERSION index b63ba69..ac39a10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9 +0.9.0