Releases: Christopher-K-Long/saveable-objects
Releases · Christopher-K-Long/saveable-objects
v1.1.8
17 Apr 12:45
Compare
Sorry, something went wrong.
No results found
Fixed bug where artifacts would not upload to the newly created GitHub release.
v1.1.7
17 Apr 12:29
Compare
Sorry, something went wrong.
No results found
Warning
Skip this release and use v1.1.8
GitHub workflow release generation bug.
v1.1.6
17 Apr 12:17
Compare
Sorry, something went wrong.
No results found
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-released in CITATION.cff before a release can be published
v1.1.5
14 Apr 12:32
Compare
Sorry, something went wrong.
No results found
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
07 Apr 18:36
Compare
Sorry, something went wrong.
No results found
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.
v1.1.3
01 Apr 14:25
Compare
Sorry, something went wrong.
No results found
Added unit test status badge to README .
Added CITATION.cff.
v1.1.2
31 Mar 00:32
Compare
Sorry, something went wrong.
No results found
Reduced build requirements.
Minor improvements to documentation.
v1.1.1
27 Mar 10:51
Compare
Sorry, something went wrong.
No results found
Added line numbers to the view source code section of the documentation.
v1.1.0
22 Mar 11:43
Compare
Sorry, something went wrong.
No results found
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
20 Mar 21:32
Compare
Sorry, something went wrong.
No results found
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 .loadif and .loadifparams
Classes can be converted to saveable-objects with SaveableWrapper