Tags · X-DataInitiative/tick · GitHub
Skip to content

Tags: X-DataInitiative/tick

Tags

v0.8.0.2

Toggle v0.8.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.8.0.2 (#538)

First release with cp314 wheels.

Co-authored-by: m.bompaire <m.bompaire@criteo.com>

v0.8.0.1

Toggle v0.8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use cibuildwheel for PyPI publishing, bump to 0.8.0.1 (#534)

* Use cibuildwheel for PyPI publishing, bump to 0.8.0.1

The previous per-OS publish workflows called python -m build --wheel on
vanilla runners, producing linux_x86_64-tagged wheels that PyPI rejects
with HTTP 400 (it only accepts manylinux*). As a result no Linux wheels
shipped for 0.8.0.0.

Consolidates the three pythonpublish-* workflows into a single
publish.yml that runs pypa/cibuildwheel across ubuntu-latest, macos-15,
macos-15-intel, and windows-2022, then uploads all collected artifacts
in a single twine step.

Pins MACOSX_DEPLOYMENT_TARGET=11.0 (Big Sur) instead of inheriting the
macOS 15 runner default, matching the numpy 2 / scipy 1.13 floor the
project already targets.

Version bumped to 0.8.0.1 since 0.8.0.0 wheels for mac/windows already
shipped and PyPI does not allow republishing a version.

v0.8.0.0

Toggle v0.8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Align publish workflows with build matrices (#533)

Linux publish built only 3.12, while the build job tests 3.11/3.12/3.13.
Windows publish used windows-latest without msvc-dev-cmd, diverging from
the windows-2022 + msvc-dev-cmd setup used for the build job.

Co-authored-by: m.bompaire <m.bompaire@criteo.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

v0.6

Toggle v0.6'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 #394 from Dekken/v0.6

version number increase

v0.5

Toggle v0.5'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 #312 from X-DataInitiative/v0.5.0

v0.5.0 release

v0.4

Toggle v0.4'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 #156 from Dekken/v0.4

prepare for v0.4 - fix manifest

v0.3

Toggle v0.3's commit message
Merge pull request #70 from X-DataInitiative/TICK-363-solvers-docstrings

TICK-363 Improvement of the solvers docstrings

0.2.1

Toggle 0.2.1's commit message
Merge pull request #52 from X-DataInitiative/TICK-388-build-and-relea…

…se-v02

TICK-388 Upgrade version