Skip to content

v0.10.0

Compare
Choose a tag to compare
@denewiler denewiler released this 03 Jan 18:24
· 128 commits to main since this release
c8dd003

Added

  • Statick-tex and json-merger included in Statick Docker image. (#506)

Removed

  • Removed support for Python 3.8.

Fixed

  • Updates for new tool versions. (#493)
  • Fix command used to run ruff tool.
    • Ruff v0.5.0 requires use of ruff check instead of ruff.
  • Update list of files in clean script to fix shellscript warnings about globs for files with hyphens.
  • Ignore new pylint finding for too many positional arguments.
    Finding showed up with pylint 3.3.0.
  • Change default value of deep get method to match valid type for reduce function.