Skip to content

Releases: aslan-ng/keepdelta

KeepDelta 0.2.0

14 Jun 20:57

Choose a tag to compare

🎉 KeepDelta v0.2.0 – JOSS Publication and Citation Support

  • JOSS paper published: KeepDelta is now peer-reviewed and published in the Journal of Open Source Software.
  • README.md now includes clear citation instructions.
  • A CITATION.cff file has been added to support GitHub’s “Cite this repository” feature.

KeepDelta 0.1.9

02 Jun 21:47

Choose a tag to compare

🎉 KeepDelta v0.1.9 – Zenodo Archive

  • Final pre-JOSS archival release
  • GitHub → Zenodo sync enabled
  • Added __version__ attribute for easy runtime version checks

KeepDelta 0.1.8

02 Jun 21:22

Choose a tag to compare

🎉 KeepDelta v0.1.8 – Maintenance and Documentation Improvements

  • Final pre-JOSS archival release
  • Updated license and metadata
  • Fixed minor typo in README.md

KeepDelta 0.1.7

02 Jun 19:01

Choose a tag to compare

🎉 KeepDelta v0.1.7 – Archiving and Paper Enhancement

  • First version archived for long-term access (Kilthub + Zenodo)
  • Minor improvements to the JOSS paper (paper.md)
  • Tagged to match the version submitted to the Journal of Open Source Software (JOSS)

KeepDelta 0.1.6

21 Apr 13:11

Choose a tag to compare

🎉 KeepDelta v0.1.6 – Trusted Publishing & PyPI Release Tests

  • Implemented Trusted Publishers methodology for secure and streamlined PyPI releases
  • Automated tests for PyPI releases
  • Minor enhancements in README

KeepDelta 0.1.5

20 Apr 14:47

Choose a tag to compare

🎉 KeepDelta v0.1.5 – Expanded README & Packaging Fixes

  • Resolved installation issue: ModuleNotFoundError: No module named 'keepdelta.types'
  • Expanded README with additional examples and clearer explanations of type-specific behavior.
  • Added more unit tests for improved reliability.

KeepDelta 0.1.4

01 Apr 13:48

Choose a tag to compare

🎉 KeepDelta 0.1.4 - Paper is ready

  • Paper submission
  • Minor enhancements

KeepDelta 0.1.3

29 Mar 21:49

Choose a tag to compare

🎉 KeepDelta 0.1.3 - More tests and readme enhancement

  • More unit tests added to asses the nested data structures.
  • Readme has more descriptive badges.

KeepDelta 0.1.2

17 Mar 21:10

Choose a tag to compare

🎉 KeepDelta 0.1.2 - Migration to pyproject.toml and Adding Source Files for Assets

  • 🚀 Migrated to pyproject.toml: Fully transitioned to modern Python packaging, replacing setup.py with a cleaner, standardized pyproject.toml.
  • 📦 Included Source Files for Assets: Now providing asset source files, making regeneration and customization easier.
  • Enhanced GitHub Actions Workflow: Improved automation for a smoother development process.

KeepDelta 0.1.1

14 Mar 17:30

Choose a tag to compare

🎉 KeepDelta 0.1.1 - Minor Improvements and Fixes

  • Fixed image URLs in PyPI README
  • Added PyPI version shields
  • General improvements to actions