v1.2.0 stable
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.
- Run the new command line tool:
- Project reorganization: the flipjump python source files are under
flipjump/
(reorganized and split into smaller files), and the stl files are underflipjump/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.