Skip to content

Commit 42f245c

Browse files
committed
Release cpymad v1.17.0
- 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 parent 1b385db commit 42f245c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
Changelog
22
~~~~~~~~~
33

4+
1.17.0
5+
======
6+
Date: 28.12.2024
7+
8+
- add builds for python 3.13
9+
- add builds for free-threaded python 3.13 (linux only)
10+
- migrate to pyproject.toml based packaging
11+
- no longer include .c in source distribution, require cython for building
12+
- no longer include .c, .pyx, .pxd in binary distributions
13+
- show deprecation warning for py3.8 and below
14+
15+
416
1.16.3
517
======
618
Date: 25.04.2024
719

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

1426

src/cpymad/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
__title__ = 'cpymad'
7-
__version__ = '1.16.3'
7+
__version__ = '1.17.0'
88

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

0 commit comments

Comments
 (0)