Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeniau committed May 10, 2021
1 parent 113324a commit 813d61c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 0.9.5 [07/04/2021]:
- fix typo in beam cloning in track.
- add support for poisson bracket direction in gtpsa conversion.
allow to (re)move and permute canonical variables in damap.
- add option.ptcorder to write/dump gtpsa in the PTC order, i.e. (pt,-t)
- improve read method for gtpsa, allow to detect/force the type to read.
better error handling (not stopping), return name of gtpsa or error string.
- improve write method for gtpsa and damap
- add read method for damap (was NYI)

Version 0.9.4 [08/03/2021]:
- improve foreach selector of sequences and mtable.
- fix delegation of binary operator right side for Complex, Matrix and GTPSA.
Expand Down
2 changes: 1 addition & 1 deletion src/mad_ver.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define MAD_VERSION "0.9.4"
#define MAD_VERSION "0.9.5"

0 comments on commit 813d61c

Please sign in to comment.