From a1e81a77ce7a6968d9f1076da0121f88405e5237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Thu, 14 Dec 2023 17:21:12 +0200 Subject: [PATCH] Updated CHANGELOG for 2.0.0 --- ChangeLog | 21 +++++++++++++++++++++ doc/news/ci.rst | 3 --- doc/news/codespell.rst | 3 --- doc/news/doc-ball.rst | 3 --- doc/news/flint23.rst | 3 --- doc/news/pipdeps.rst | 3 --- doc/news/shared.rst | 3 --- doc/news/unitialized.rst | 4 ---- 8 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 doc/news/ci.rst delete mode 100644 doc/news/codespell.rst delete mode 100644 doc/news/doc-ball.rst delete mode 100644 doc/news/flint23.rst delete mode 100644 doc/news/pipdeps.rst delete mode 100644 doc/news/shared.rst delete mode 100644 doc/news/unitialized.rst diff --git a/ChangeLog b/ChangeLog index dc478296..b4046cf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,27 @@ e-antic Change Log .. current developments +v2.0.0 +==================== + +**Added:** + +* Added tarball with the built documentation to our GitHub release pages with every future release of e-antic. +* Added support for FLINT 3. + +**Removed:** + +* Removed the static library from the conda package that we upload with every commit to the master branch to the flatsurf channel. To our knowledge nobody is using these builds. They can sometimes be useful for debugging because they are built with debug symbols (which is why they are very big.) Providing a static library that nobody should use anyway is eating up the limited storage on anaconda.org twice as fast so we disable this. + +**Fixed:** + +* Adapted CI setup on GitHub to changes in setup-miniconda. +* Fixed some typos in source code, documentation, and error messages. +* Improved `environment.yml` files for development to not pull in any incompatible dependencies from PyPI silently +* Fixed compiler warning about possibly uninitialized variable. + + + v1.3.0 ==================== diff --git a/doc/news/ci.rst b/doc/news/ci.rst deleted file mode 100644 index 8d6ac213..00000000 --- a/doc/news/ci.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Adapted CI setup on GitHub to changes in setup-miniconda. diff --git a/doc/news/codespell.rst b/doc/news/codespell.rst deleted file mode 100644 index b9a584f0..00000000 --- a/doc/news/codespell.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Fixed some typos in source code, documentation, and error messages. diff --git a/doc/news/doc-ball.rst b/doc/news/doc-ball.rst deleted file mode 100644 index 441976cc..00000000 --- a/doc/news/doc-ball.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Added:** - -* Added tarball with the built documentation to our GitHub release pages with every future release of e-antic. diff --git a/doc/news/flint23.rst b/doc/news/flint23.rst deleted file mode 100644 index ded244dc..00000000 --- a/doc/news/flint23.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Added:** - -* Added support for FLINT 3. diff --git a/doc/news/pipdeps.rst b/doc/news/pipdeps.rst deleted file mode 100644 index 9e28f18d..00000000 --- a/doc/news/pipdeps.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Improved `environment.yml` files for development to not pull in any incompatible dependencies from PyPI silently diff --git a/doc/news/shared.rst b/doc/news/shared.rst deleted file mode 100644 index 43f2f21f..00000000 --- a/doc/news/shared.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Removed:** - -* Removed the static library from the conda package that we upload with every commit to the master branch to the flatsurf channel. To our knowledge nobody is using these builds. They can sometimes be useful for debugging because they are built with debug symbols (which is why they are very big.) Providing a static library that nobody should use anyway is eating up the limited storage on anaconda.org twice as fast so we disable this. diff --git a/doc/news/unitialized.rst b/doc/news/unitialized.rst deleted file mode 100644 index 245ccee9..00000000 --- a/doc/news/unitialized.rst +++ /dev/null @@ -1,4 +0,0 @@ -**Fixed:** - -* Fixed compiler warning about possibly uninitialized variable. -