alexanderrichards
released this
17 Jul 12:38
·
52 commits
to master
since this release
Release containing all the changes to enable Python 2/3 compatibility.
In addition we have:
- A lower version limit for RPyC as they changed their netref classes cache key format.
- Native data types passed to SQLAlchemy in Python 2 since it falls over with the compatibility newint type.
- Submission now creates a temporary directory for files like
runscript.sh
meaning filenames can clash with other submissions and they no longer need theTemporaryNamedFile
random hash in them.