Releases: Christopher-K-Long/saveable-objects
Releases · Christopher-K-Long/saveable-objects
Release list
v1.1.8
v1.1.7
Warning
Skip this release and use v1.1.8
- GitHub workflow release generation bug.
v1.1.6
Warning
Skip this release and use v1.1.8
Warning
While publishing to PyPI was successful, the automatic GitHub release failed. Thus, the usual artifacts are not available below. I will release v1.1.7 as soon as possible so that binaries are available.
Changes
- Removed duplicated license tabs from the GitHub documentation
- Improved the release automation
- Enforced checks on
date-releasedinCITATION.cffbefore a release can be published
v1.1.5
- Added the license to the documentation
- Added link to the GitHub repository to the navigation pane in the documentation
- Added a version consistency test
- Added tox support for user testing.
v1.1.4
- Hid superfluous table of contents in the index page of the User Guide in the documentation;
- Changed the documentation theme to Furo;
- This fixed a bug in which long lines of code would not be correctly
highlighted in the view source code page.
- This fixed a bug in which long lines of code would not be correctly
v1.1.3
- Added unit test status badge to README.
- Added
CITATION.cff.
v1.1.2
- Reduced build requirements.
- Minor improvements to documentation.
v1.1.1
Added line numbers to the view source code section of the documentation.
v1.1.0
This release adds support for earlier Python versions that 3.10. Specifically, the changes in this release are:
- Support was added for Python versions 3.7, 3.8, and 3.9
- Minor updates to the documentation.
v1.0.0
This is the initial release!
Features
SaveableObjects can be saved with.save()and loaded with ````.load()``- Error-free loading can be performed with
.tryload() - Conditional loading can be performed with
.loadifand.loadifparams - Classes can be converted to saveable-objects with
SaveableWrapper