v1.4.0
smith120bh
released this
12 Jan 00:41
·
489 commits
to master
since this release
Notes:
- This version has dropped support for Python 3.7! That is primarily due to the latest version of
matplotlib
also dropping support. You should still be able to install a headless version of anaStruct in Python 3.7 - but tests will no longer be automatically run against Python 3.7, so use at your own risk. - If you wish to install anaStruct with plotting capability, you now need to explicitly install it using
pip install anastruct[plot]
. Alternatively, you can now install a headless version of anaStruct using justpip install anastruct
.
What's Changed
- Move matplotlib to extras_require, to make headless installs possible by @smith120bh in #112
- Set Minimum Python version to 3.8 & Bump matplotlib from 3.0.3 to 3.6.2 by @dependabot in #100
Full Changelog: release-v1.3.4...release-v1.4.0