Skip to content

chore(main): release jacobian 0.14.0 - #2104

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--components--jacobian
Open

chore(main): release jacobian 0.14.0#2104
github-actions[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--components--jacobian

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.14.0 (2026-08-21)

Features

  • add incidence structure operations (#1732) (#2114) (5412655)
  • hypergraphs: add finite hypergraph operations (#1742) (#2112) (bd62eb1)
  • math: add chip-firing operations for #1741 (#2120) (e258c82)
  • math: add disjunctive sum operation to impartial games domain (#1907) (#2142) (46bc734)
  • math: add finite group actions domain (#1737) (#2118) (ae6a059)
  • math: add Green relations (L, R, H, D, J) to finite semigroup domain (#2111) (99b7fcc)
  • math: add integral binary quadratic forms domain (#2113) (caf0438)
  • math: add majorization and matrix mixing domain (#1958) (#2130) (2d00a72)
  • math: add nonlinear binary code operations (#2124) (dbc40df)
  • math: add Petri net siphon/trap check operation (#1908) (#2143) (b65e53b)
  • math: add representation numbers, theta series, scaling, and direct sum to quadratic forms (#2117) (e88bbb3)
  • math: add simple reflection and Weyl group data operations to root systems (#2116) (ca85037)
  • math: register numerical semigroup elasticity operations (#1906) (#2144) (fb36a11)
  • skills: add public operation contract audit (aaff27f)

Bug Fixes

  • math: validate lattice full row rank at request time to make boundary mutations fail-closed (2a1e49c)

Documentation

  • agents: learn from math trajectories (0db39a2)
  • agents: separate gap diagnosis from admission (be54c78)
  • focus agent guide on repository invariants (#2103) (e9679e8)

This PR was generated with Release Please. See documentation.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8de8f42ec5

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread pyproject.toml Outdated
[project]
name = "jacobian"
version = "0.13.0"
version = "0.13.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Synchronize the lockfiles with version 0.13.1

When this commit runs through the required release-candidate CI, .github/scripts/check-release-consistency reports uv.lock and both root version fields in npm/package-lock.json as 0.13.0 while the manifests now expect 0.13.1, and exits with status 1. Because publishing requires successful CI for the tagged commit, this release tree cannot be published until both lockfiles are regenerated and committed.

AGENTS.md reference: AGENTS.md:L3-L6

Useful? React with 👍 / 👎.

Comment thread CHANGELOG.md
Comment on lines +6 to +8
### Documentation

* focus agent guide on repository invariants ([#2103](https://github.com/morluto/jacobian/issues/2103)) ([e9679e8](https://github.com/morluto/jacobian/commit/e9679e876dd245652a9af770c0f22448d3433f62))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include the omitted runtime fixes in the 0.13.1 notes

For users comparing 0.13.0 with 0.13.1, this section presents the release as documentation-only, but the range also contains e6205bf, which changes shipped runtime behavior, including enforcing whole-operation wall budgets in graph optimization and preserving missing-working-directory outcomes. Publishing the binaries with only this documentation entry hides the functional fixes and their compatibility significance; add the relevant fix/refactor entries to this release section.

Useful? React with 👍 / 👎.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--jacobian branch 2 times, most recently from 755c497 to 117b6c8 Compare August 20, 2026 14:04
@github-actions github-actions Bot changed the title chore(main): release jacobian 0.13.1 chore(main): release jacobian 0.14.0 Aug 21, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--jacobian branch from 39f689a to 72066ff Compare August 21, 2026 00:08

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 368d395d06

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread CHANGELOG.md

### Features

* **skills:** add public operation contract audit ([aaff27f](https://github.com/morluto/jacobian/commit/aaff27feec27eb080d3f205fe912eba65f67bf37))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include runtime changes in the 0.14.0 notes

Fresh evidence in this revision is that the new 0.14.0 range includes 4c7b265, 9f96bdc, 1d4c6f0, and 26ca8b7, while this section still describes only skill and documentation changes. Those commits change public request/result contracts across dozens of operations, make general ideal radical and quotient operations depend on Singular 4.4, and alter MCP invalid-parameter responses, so users upgrading from 0.13.0 are not warned about material compatibility and deployment changes; add the corresponding breaking-change, fix, and backend entries before publishing.

AGENTS.md reference: AGENTS.md:L3-L6

Useful? React with 👍 / 👎.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--jacobian branch from 368d395 to cc27e9b Compare August 21, 2026 01:51

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fab8717c17

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread CHANGELOG.md
Comment on lines +8 to +9
* **hypergraphs:** add finite hypergraph operations ([#1742](https://github.com/morluto/jacobian/issues/1742)) ([#2112](https://github.com/morluto/jacobian/issues/2112)) ([bd62eb1](https://github.com/morluto/jacobian/commit/bd62eb1bbcaa94baaccd5c74bf35df8f54e338be))
* **skills:** add public operation contract audit ([aaff27f](https://github.com/morluto/jacobian/commit/aaff27feec27eb080d3f205fe912eba65f67bf37))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Document the integer-lattice operation suite

Fresh evidence beyond the earlier changelog comment is that the release range now includes 6721c5a, which adds and registers nine public lattice operations (including canonical basis, dual, saturation, discriminant group, and orthogonal/direct sums), but the feature list still mentions only hypergraphs and the audit skill. Users reviewing the 0.14.0 notes would therefore miss a substantial new public API surface; add the lattice suite to this section.

Useful? React with 👍 / 👎.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--jacobian branch 4 times, most recently from 509a733 to 6d10764 Compare August 21, 2026 02:47
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--jacobian branch from 01a9025 to f82fed0 Compare August 21, 2026 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants