Skip to content

Tags: e-lo/GMNSpy

Tags

gmnspy-v1.0.0-beta.1

Toggle gmnspy-v1.0.0-beta.1's commit message
release: bump datagrove + gmnspy to 1.0.0b1 (first beta)

- packages/datagrove/pyproject.toml: 0.1.0.dev0 -> 1.0.0b1
- packages/gmnspy/pyproject.toml:    1.0.0.dev0 -> 1.0.0b1
  (PEP 440 normalization of v1.0.0-beta.1)

Also pin the cross-package dependency so a future datagrove 2.x can't
silently break installed gmnspy 1.x:
- gmnspy.dependencies: "datagrove" -> "datagrove>=1.0.0b1,<2"

Verified locally:
- uv build for both packages produces clean wheel + sdist
- gmnspy wheel METADATA: Requires-Dist: datagrove<2,>=1.0.0b1
- gmnspy wheel ships gmnspy/osm/mappings/*.yaml + gmnspy/spec/**/*.json
- both wheels carry LICENSE in dist-info/licenses/
- uv lock + uv sync --extra osm --extra graph resolve cleanly

Tag conventions follow the existing publish workflows:
- datagrove-v1.0.0-beta.1 -> .github/workflows/publish-datagrove.yml
- gmnspy-v1.0.0-beta.1    -> .github/workflows/publish-gmnspy.yml

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

datagrove-v1.0.0-beta.1

Toggle datagrove-v1.0.0-beta.1's commit message
release: bump datagrove + gmnspy to 1.0.0b1 (first beta)

- packages/datagrove/pyproject.toml: 0.1.0.dev0 -> 1.0.0b1
- packages/gmnspy/pyproject.toml:    1.0.0.dev0 -> 1.0.0b1
  (PEP 440 normalization of v1.0.0-beta.1)

Also pin the cross-package dependency so a future datagrove 2.x can't
silently break installed gmnspy 1.x:
- gmnspy.dependencies: "datagrove" -> "datagrove>=1.0.0b1,<2"

Verified locally:
- uv build for both packages produces clean wheel + sdist
- gmnspy wheel METADATA: Requires-Dist: datagrove<2,>=1.0.0b1
- gmnspy wheel ships gmnspy/osm/mappings/*.yaml + gmnspy/spec/**/*.json
- both wheels carry LICENSE in dist-info/licenses/
- uv lock + uv sync --extra osm --extra graph resolve cleanly

Tag conventions follow the existing publish workflows:
- datagrove-v1.0.0-beta.1 -> .github/workflows/publish-datagrove.yml
- gmnspy-v1.0.0-beta.1    -> .github/workflows/publish-gmnspy.yml

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

0.3.5

Toggle 0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #38 from e-lo/pedro/pandas_compatibility

This makes GMNSPy compatible with Pandas 3.0, fixes #39.
Adds testing across multiple versions of Python and Pandas.
Fixes typos

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version

hotfix

0.3.3

Toggle 0.3.3's commit message
bump version

0.3.1

Toggle 0.3.1's commit message
increment version

0.3.0

Toggle 0.3.0's commit message
url fmt

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from pedrocamargo/pedro/logging

- Uses logging rather than print statements
- Re-organizes validation module

0.0.0

Toggle 0.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create pythonpublish.yml