Skip to content

Commit 579ce3a

Browse files
committed
Release cpymad v1.10.0
- remove support for python 3.5 - fix TypeError in jupyter on windows 10 (#110) - fix output to go to jupyter notebook instead of terminal on linux in recent versions of python and jupyter
1 parent 66783f1 commit 579ce3a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
~~~~~~~~~
33

4+
1.10.0
5+
======
6+
Date: 09.09.2022
7+
8+
- remove support for python 3.5
9+
- fix TypeError in jupyter on windows 10 (#110)
10+
- fix output to go to jupyter notebook instead of terminal on linux in recent
11+
versions of python and jupyter
12+
13+
414
1.9.3
515
=====
616
Date: 28.02.2022

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.9.3'
7+
__version__ = '1.10.0'
88

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

0 commit comments

Comments
 (0)