v0.3.0
Changed
-
New linters via pre-commit
-
Development env now handled by tox
-
Moved
modesl, data, idealgas
fromthermoextrap.core
tothermoextrap
.
These were imported at top level anyway. This fixes issues with doing things
likefrom thermoextrap.data import ...
, etc. -
Moved
core._docstrings_
todocstrings
. -
Now using
cmomy.docstrings
instead of repeating them here.
Full Changelog: v0.2.3...v0.3.0