Skip to content

Commit

Permalink
Release cpymad v1.17.0
Browse files Browse the repository at this point in the history
- add builds for python 3.13
- add builds for free-threaded python 3.13 (linux only)
- migrate to pyproject.toml based packaging
- no longer include .c in source distribution, require cython for building
- no longer include .c, .pyx, .pxd in binary distributions
- show deprecation warning for py3.8 and below
  • Loading branch information
coldfix committed Dec 28, 2024
1 parent 1b385db commit 42f245c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
Changelog
~~~~~~~~~

1.17.0
======
Date: 28.12.2024

- add builds for python 3.13
- add builds for free-threaded python 3.13 (linux only)
- migrate to pyproject.toml based packaging
- no longer include .c in source distribution, require cython for building
- no longer include .c, .pyx, .pxd in binary distributions
- show deprecation warning for py3.8 and below


1.16.3
======
Date: 25.04.2024

- fix error in build pipeline due to github just having changed the
``macos-latest`` runner from x86_64 to arm64. Another tag needed to trigger
another release
- show deprecation warning for py3.7 downoards
- show deprecation warning for py3.7 and below
- macos arm64 wheels are now tested in CI


Expand Down
2 changes: 1 addition & 1 deletion src/cpymad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__title__ = 'cpymad'
__version__ = '1.16.3'
__version__ = '1.17.0'

__summary__ = 'Cython binding to MAD-X'
__uri__ = 'https://github.com/hibtc/cpymad'
Expand Down

0 comments on commit 42f245c

Please sign in to comment.