Skip to content

Commit

Permalink
Release cpymad 1.6.3
Browse files Browse the repository at this point in the history
- add wheels for python 3.9
- require newer version of minrpc, fixes UnpicklingError when transmitting
  large datasets to/from MAD-X process
- always append ';' to all ``input()`` text in the command log
  • Loading branch information
coldfix committed Dec 3, 2020
1 parent 439f52c commit 1bb70b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
~~~~~~~~~

1.6.3
=====
Date: 03.12.2020

- add wheels for python 3.9
- require newer version of minrpc, fixes UnpicklingError when transmitting
large datasets to/from MAD-X process
- always append ';' to all ``input()`` text in the command log


1.6.2
=====
Date: 14.10.2020
Expand Down
2 changes: 1 addition & 1 deletion src/cpymad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import unicode_literals

__title__ = 'cpymad'
__version__ = '1.6.2'
__version__ = '1.6.3'

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

0 comments on commit 1bb70b1

Please sign in to comment.