Releases: aslan-ng/keepdelta
Releases · aslan-ng/keepdelta
KeepDelta 0.2.0
🎉 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.cfffile has been added to support GitHub’s “Cite this repository” feature.
KeepDelta 0.1.9
🎉 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
🎉 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
🎉 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
🎉 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
🎉 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
🎉 KeepDelta 0.1.4 - Paper is ready
- Paper submission
- Minor enhancements
KeepDelta 0.1.3
🎉 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
🎉 KeepDelta 0.1.2 - Migration to pyproject.toml and Adding Source Files for Assets
- 🚀 Migrated to
pyproject.toml: Fully transitioned to modern Python packaging, replacingsetup.pywith a cleaner, standardizedpyproject.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
🎉 KeepDelta 0.1.1 - Minor Improvements and Fixes
- Fixed image URLs in PyPI README
- Added PyPI version shields
- General improvements to actions