Recent Releases of saveable-objects

saveable-objects - v1.1.7

  • GitHub workflow release generation bug.

Release 1.1.6

  • 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;
  • Fixed bug in GitHub workflow testing where the wrong requirements.txt was being installed.

Release 1.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.

Release 1.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.

Release 1.1.3

  • Added unit test status badge to README.
  • Added CITATION.cff.

Release 1.1.2

  • Reduced build requirements.
  • Minor improvements to documentation.

Release 1.1.1

Added line numbers to view source code section of the documentation.

Release 1.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.

Release 1.0.0

This is the initial release. Future changes to this release will be documented above.

- Python
Published by github-actions[bot] 11 months ago

saveable-objects - v1.1.6

[!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

- Python
Published by Christopher-K-Long 11 months ago

saveable-objects - 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.

- Python
Published by github-actions[bot] 11 months ago

saveable-objects - 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.

- Python
Published by github-actions[bot] 11 months ago

saveable-objects - v1.1.3

  • Added unit test status badge to README.
  • Added CITATION.cff.

- Python
Published by github-actions[bot] 11 months ago

saveable-objects - v1.1.2

  • Reduced build requirements.
  • Minor improvements to documentation.

- Python
Published by github-actions[bot] 11 months ago

saveable-objects - v1.1.1

Added line numbers to the view source code section of the documentation.

- Python
Published by github-actions[bot] 11 months ago

saveable-objects - 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.

- Python
Published by github-actions[bot] 11 months ago

saveable-objects - 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 .loadif and .loadifparams
  • Classes can be converted to saveable-objects with SaveableWrapper

- Python
Published by github-actions[bot] 11 months ago