Skip to content

Commit

Permalink
Updated CHANGELOG for 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jan 15, 2023
1 parent 8ec97dc commit b37ef11
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 22 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
3 changes: 0 additions & 3 deletions doc/news/ci.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/news/exactreal3.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/news/macos.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/news/python310.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/news/shared.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/news/variant.rst

This file was deleted.

0 comments on commit b37ef11

Please sign in to comment.