Release 0.9.1
Release 0.9.1 brings the following:
Added:
- An
install_mpl_style
function in theutils.defaults
module to create aphd.mplstyle
file inmatplotlib
's stylelib directory, making the style callable throughplt.style.use("phd")
.
Changed:
- The
PLOT_PARAMS
dictionary inutils.defaults
has been updated.
Removed:
- The
numba
library's used has been removed, easing the package's dependencies.
Additional dependencies are pydantic
, rich
and pendulum
. The llvmlite
dependency is also added explicitely, though it is a dependency of numba
and the version constraint is here to guarantee pyhdtoolkit
will build on Python 3.9.
Tests now include Python 3.9.