Skip to content

Releases: gnarea/pyrecord

Version 1.0.1

03 Nov 23:30
Compare
Choose a tag to compare

No changes whatsoever from previous release. This is an artificial release because PYPI won't allow me to replace the distribution files after they've been uploaded.

Version 1.0 Final

03 Nov 23:28
Compare
Choose a tag to compare

No code change from previous release -- This is just to say "it's definitely production-ready". However, the following minor changes were made:

  • Altered test suite to ensure Python 3.4 and 3.5 were supported, as well as PyPy3.
  • Dropped support for Python 3.2 because coverage.py v4 no longer supports it, so the test suite wouldn't run anymore in this environment. This version will work on Python 3.2, but future releases may not.
  • Marked Wheel distribution as universal.

Version 1.0 Release Candidate 2

18 Feb 14:55
Compare
Choose a tag to compare

Made records pickable by setting the module on the record type.

Version 1.0 Release Candidate 1

08 Nov 15:58
Compare
Choose a tag to compare

Initial release. But absolutely stable: Has been used in production systems for months.