Skip to content

3.3.2

Compare
Choose a tag to compare
@saraedum saraedum released this 15 Jan 14:11
· 21 commits to master since this release

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.