breaking:
- CLI command changed: e.g.
python3 getnative.py .....
->python3 run_getnative.py .....
- default output dir changed: getnative/getnative -> (CWD)/results
- renamed argument: (-img-out, --generate-images) -> (-mask, --output-mask)
new:
- added support for installing getnative via pip:
with this you can call it viagetnative
in your CLI - getnative is now on pypi: https://pypi.org/project/getnative/
- added an argument to set the output dir (-dir,--output-dir)
minor:
- Let the user know that (-ns, --no-save) disables all output arguments
- updated the readme
- fix progressbar getting deleted
- fix mask output with stepping would have wrong resolution in the filename