Skip to content

PyEPR v1.2.0

Latest
Compare
Choose a tag to compare
@avalentino avalentino released this 30 Mar 09:33
· 5 commits to main since this release
v1.2.0
ab97646
  • Drop the deprecated print_ methods, print should be used instead.
  • Switch to cython language_level=3.
  • Fix the deprecated use of property is cython source files.
  • epr is now a package.
  • Switch to "src" project layout.
  • Rename doc folder into docs.
  • Switch to mathjax to build HTML docs.
  • Formatting.
  • Fix broken links.
  • Fix spelling.
  • Enable CI for linting and doc building.
  • Move coverage configuration to pyproject.toml.
  • Fix tests on iterators.
  • Fix unit tests of OSX ARM.