MatGraphDB v0.0.3 - New Deployment Workflow and Cleanup
What's New:
This release introduces a new automated Python deployment workflow along with some cleanup and reorganization of the repository.
Key Changes:
-
New Python Deployment Workflow:
- On every release, this workflow will:
- Build and deploy the package to PyPI.
- Automatically generate a changelog based on git commits.
- Update the repository version.
- Update the release notes with the current release details.
This addition simplifies the release process and ensures consistency for future deployments.
- On every release, this workflow will:
-
File Cleanup and Organization:
- Moved Old Scripts to Sandbox: Legacy scripts have been moved to a sandbox directory for archival purposes.
- Removed Unused File: A redundant or unused file has been removed, reducing clutter in the codebase.
0.0.3 (10-03-2024)
Bugs
- None identified
New Features
- Added new python deployment workflow. On release, this will build and deploy on PyPI, generate a changelog from the commits, update the repo version, and update the release notes with the current change version changelog
Documentation updates
- None identified
Maintenance
- Moved old scripts to sandbox
- Removed unused file