Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@fsoubelet fsoubelet released this 26 Jul 15:01
· 131 commits to master since this release
3bc07b0

Release 0.4.0 brings the following changes:

  • Optimization of the Docker image.
  • Removal of the fsbox dependency.
  • Use of loguru library for logging, and improved logging.
  • Refactored commandl ine argument parsing for scripts.
  • Improved type hinting.
    The cpymadtools module plotters now return a matplotlib figure.
  • Increased testing.

Additional cleanup:

  • Renaming pyhdtoolkit.math to pyhdtoolkit.maths to avoid namespace clashes if trying to use the standard library's math module.
  • Removing many functions from pyhdtoolkit.maths.nonconvex_phase_sync module as they were needed for notebooks but not this package.