Update package to 1.0.0 #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✅ Pull Request: Stable
1.0.0Release — Modernized & Backward CompatibleSummary
This PR upgrades the Global Macro Database Python package from
0.3.1to1.0.0, marking it as a stable, production-ready release.Key improvements:
gmd()toget_data(); more pythonic, results in clearer calls such asgmd.get_data()gmd()function to standalone functions.pyproject.toml(PEP 621) withsetuptools.build_meta.setup.pyusage — fully PEP 517 compatible.pip19+,setuptools42+).toxmatrix for cross-version testing — Python 3.8 onwards.egg-infoand ensured.gitignoreis clean.Highlights
1.0.0reflects stable, documented API.setup.pyneeded, works out-of-the-box with modern Python.Notes
pip>=19to fully respectpyproject.toml.Release: 1.0.0once merged.✅ Ready to merge
Kindly review & merge when convenient — happy to tweak anything if you need adjustments!
Thanks!
— Cedric