Skip to content

Releases: Christopher-K-Long/saveable-objects

v1.1.8

17 Apr 12:45
b9da2ee

Choose a tag to compare

Fixed bug where artifacts would not upload to the newly created GitHub release.

v1.1.7

17 Apr 12:29
d5daaf8

Choose a tag to compare

Warning

Skip this release and use v1.1.8

  • GitHub workflow release generation bug.

v1.1.6

17 Apr 12:17
1d405fd

Choose a tag to compare

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
1f67585

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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
e432cc2

Choose a tag to compare

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

v1.1.2

31 Mar 00:32
06958bc

Choose a tag to compare

  • Reduced build requirements.
  • Minor improvements to documentation.

v1.1.1

27 Mar 10:51

Choose a tag to compare

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

v1.1.0

22 Mar 11:43
f5dd0d3

Choose a tag to compare

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
2fcede7

Choose a tag to compare

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