Skip to content

Python 2/3 Compatible Release

Latest
Compare
Choose a tag to compare
@alexanderrichards alexanderrichards released this 17 Jul 12:38
· 52 commits to master since this release
51a6659

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 the TemporaryNamedFile random hash in them.