Skip to content

v1.2.0 stable

Compare
Choose a tag to compare
@tomhea tomhea released this 17 Sep 21:09
· 95 commits to main since this release
2e2a70c

Version 1.2.0 changes:

  • Flipjump is now a python package! pip install flipjump:
    • Run the new command line tool: fj hello-world.fj.
    • Import from python: from flipjump import assemble_and_run, ....
    • Poetry support via the new pyproject.toml.
  • Project reorganization: the flipjump python source files are under flipjump/ (reorganized and split into smaller files), and the stl files are under flipjump/stl/.
  • The flipjump_quickstart.py file: easy access to the main flipjump features from Python.
  • Improved READMEs and documentation.

It is all tested, and ready to be used on windows or linux (and mac shouldn't be a problem), with python 3.7+.
The only exception is hex.div which still doesn't work (its tests are xfailed), so you can use the slower-but-stable bit.div+casts for division.