Skip to content

Commit 813d61c

Browse files
committed
update version
1 parent 113324a commit 813d61c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 0.9.5 [07/04/2021]:
2+
- fix typo in beam cloning in track.
3+
- add support for poisson bracket direction in gtpsa conversion.
4+
allow to (re)move and permute canonical variables in damap.
5+
- add option.ptcorder to write/dump gtpsa in the PTC order, i.e. (pt,-t)
6+
- improve read method for gtpsa, allow to detect/force the type to read.
7+
better error handling (not stopping), return name of gtpsa or error string.
8+
- improve write method for gtpsa and damap
9+
- add read method for damap (was NYI)
10+
111
Version 0.9.4 [08/03/2021]:
212
- improve foreach selector of sequences and mtable.
313
- fix delegation of binary operator right side for Complex, Matrix and GTPSA.

src/mad_ver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define MAD_VERSION "0.9.4"
1+
#define MAD_VERSION "0.9.5"

0 commit comments

Comments
 (0)