Skip to content

v0.1.0

Choose a tag to compare

@timmens timmens released this 24 Feb 16:08
1fb9eae

Caution

The conda-forge package for this version is broken due to a missing __init__.py in the subsolvers subpackage. Please use v0.1.1 instead.

This is a minor release that makes tranquilo a fully standalone package, removing all
external optimizer dependencies.

  • #17: Replace estimagic dependency with optimagic; update CI to Python 3.10–3.12
    (@timmens)
  • #19: Remove optimagic dependency, making tranquilo fully standalone; migrate to
    pyproject.toml with hatch; make plotly optional; raise minimum Python to 3.10 (@timmens)
  • #7: Fix typos (@segsell)