Skip to content

Releases: alexanderrichards/ProductionSystem

Python 2/3 Compatible Release

17 Jul 12:38
51a6659
Compare
Choose a tag to compare

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.

Initial Release

16 May 10:17
1d5931d
Compare
Choose a tag to compare

This release is the last of the purely Python 2.7 code. After this point we are using the dual Python 2/3 compatible code base.