crosscat
crosscat copied to clipboard
Update Crosscat to Python 3.
check.sh passes, although there are still various breakages in examples and scripts (some of them involved missing files, which I wasn't sure how to fix).
Also, setup.py is broken (the call to git describe in get_version fails).
There are few simple fixes:
- use python 3.8
- create a tag
$ git tag -a v0.1.56 -m "Emily Fertig py3" - in
setup.pyfind the linedesc = subprocess.check_output...and append.decode('utf-8')