From b37ef1132005d5ef44db5dc571c1102d55c50761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Sun, 15 Jan 2023 16:08:32 +0200 Subject: [PATCH] Updated CHANGELOG for 3.3.2 --- ChangeLog | 21 +++++++++++++++++++++ doc/news/ci.rst | 3 --- doc/news/exactreal3.rst | 3 --- doc/news/macos.rst | 3 --- doc/news/python310.rst | 7 ------- doc/news/shared.rst | 3 --- doc/news/variant.rst | 3 --- 7 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 doc/news/ci.rst delete mode 100644 doc/news/exactreal3.rst delete mode 100644 doc/news/macos.rst delete mode 100644 doc/news/python310.rst delete mode 100644 doc/news/shared.rst delete mode 100644 doc/news/variant.rst diff --git a/ChangeLog b/ChangeLog index 15b873ca..a00515da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,27 @@ intervalxt Change Log .. current developments +v3.3.2 +==================== + +**Added:** + +* Added automatic testing on macOS in our CI setup. +* Added support for Python 3.10 to the automated tests. + +**Removed:** + +* Removed explicit support for Python 3.6 since it reached its end of life in 12/2021; i.e., we are not testing with Python 3.6 in our CI anymore. +* 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. +* Adapted to breaking changes in exact-real 3. (The library should work with both exact-real 2 and 3.) +* Removed unused includes from source code. + + + v3.3.1 ==================== 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/exactreal3.rst b/doc/news/exactreal3.rst deleted file mode 100644 index 0209bf04..00000000 --- a/doc/news/exactreal3.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Adapted to breaking changes in exact-real 3. (The library should work with both exact-real 2 and 3.) diff --git a/doc/news/macos.rst b/doc/news/macos.rst deleted file mode 100644 index 8f753849..00000000 --- a/doc/news/macos.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Added:** - -* Added automatic testing on macOS in our CI setup. diff --git a/doc/news/python310.rst b/doc/news/python310.rst deleted file mode 100644 index f94efac1..00000000 --- a/doc/news/python310.rst +++ /dev/null @@ -1,7 +0,0 @@ -**Added:** - -* Added support for Python 3.10 to the automated tests. - -**Removed:** - -* Removed explicit support for Python 3.6 since it reached its end of life in 12/2021; i.e., we are not testing with Python 3.6 in our CI anymore. 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/variant.rst b/doc/news/variant.rst deleted file mode 100644 index 090b2251..00000000 --- a/doc/news/variant.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Removed unused includes from source code.