Skip to content

Version 2.1.2

Latest
Compare
Choose a tag to compare
@rossarmstrong rossarmstrong released this 05 Apr 03:54
· 22 commits to main since this release

Enhancements

  • Full compatibility with Python v3.12:

    • The package has been thoroughly tested and verified to work seamlessly with Python v3.12.
    • All dependencies have been updated and are also compliant with Python v3.12.
  • Added comprehensive package documentation using Sphinx and hosted on Read the Docs. The documentation covers installation instructions, usage guides, and worked examples of all feature functionality. Access the documentation at https://werpy.readthedocs.io/.

  • Updated the circleci config.yml file to support the compilation of Cython .pyx files.

  • Integrated codecov into the circleci config.yml file to generate comprehensive coverage reports.

  • Enhanced testing procedures to increase code coverage percentage.

  • Ensured compliance with the Black code formatting by modifying relevant files.

Changed

  • Bump jinja2 from 3.1.2 to 3.1.3 in /docs. (#1)

  • Bump sphinx-nefertiti from 0.2.1 to 0.2.3 (#2)

  • Bump sphinx-nefertiti from 0.2.3 to 0.3.1 (#3)