Skip to content

0.1.1

Compare
Choose a tag to compare
@joeryjoery joeryjoery released this 13 Apr 09:23
· 33 commits to main since this release
d397c29

This release allows mypy to type check this library when installed from PyPI.

Changes:

  • Added py.typed inside jit_env and setup.py
  • Extended repr in Environment and Wrapper and implemented more detailed reprs in jit_env.wrappers.py.
  • Added tests to ensure repr and str work as expected.