Skip to content

Release 0.9.1

Compare
Choose a tag to compare
@fsoubelet fsoubelet released this 07 May 21:15
· 95 commits to master since this release
aad22f1

Release 0.9.1 brings the following:

Added:

  • An install_mpl_style function in the utils.defaults module to create a phd.mplstyle file in matplotlib's stylelib directory, making the style callable through plt.style.use("phd").

Changed:

  • The PLOT_PARAMS dictionary in utils.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.