This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
Releases: gnarea/pyrecord
Releases · gnarea/pyrecord
Version 1.0.1
Version 1.0 Final
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
Made records pickable by setting the module on the record type.
Version 1.0 Release Candidate 1
Initial release. But absolutely stable: Has been used in production systems for months.