Skip to content

Bump version 1.1.1 -> 1.1.2#26

Merged
hugary1995 merged 1 commit into
mainfrom
bump-v1.1.2
Jun 25, 2026
Merged

Bump version 1.1.1 -> 1.1.2#26
hugary1995 merged 1 commit into
mainfrom
bump-v1.1.2

Conversation

@hugary1995

Copy link
Copy Markdown
Contributor

What

Version bump only: 1.1.11.1.2 (pyproject.toml + docs/conf.py). No code changes.

Why

requirements.txt already declares numpy>=2 (merged in #25 "numpy ver >= 2"), but the released 1.1.1 still effectively pins numpy<2 for anything that depends on it. Cutting 1.1.2 publishes a pyzag that no longer constrains numpy below 2.

Downstream: this unblocks neml2 from depending on a pyzag that drags numpy<2 into every pip install neml2 — which currently downgrades numpy on Google Colab and conflicts with Colab's numpy>=2 packages (opencv, jax, …). Once 1.1.2 is on PyPI, neml2 will bump its pin to pyzag==1.1.2.

Release

After merge: create a GitHub Release/tag for v1.1.2 to trigger the python.yml PyPI publish.

🤖 Generated with Claude Code

Cut a release carrying the already-merged `numpy>=2` support (#25), so
downstreams (e.g. neml2) can depend on a pyzag that no longer pins
numpy<2. No code changes — version bump only (pyproject.toml + docs).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-06-25 18:29 UTC

@hugary1995 hugary1995 merged commit 75623bc into main Jun 25, 2026
7 checks passed
@hugary1995 hugary1995 deleted the bump-v1.1.2 branch June 25, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant