Skip to content

v2.7.4

Compare
Choose a tag to compare
@gchabert gchabert released this 28 Nov 16:43
· 647 commits to master since this release

Release notes v 2.7.4

Main changes

  • Fix important bug in copy of Properties. The properties mechanism should be stable now!
  • Fix performance issue #342 for good (was artificially canceled by the previous bug)
  • New implementations of atanhc and atanhccc operators by A. Goldsztejn
  • Finish parser implem for generic binary operators

Minor changes

  • Fix issues #215, #345
  • Fix Travis problems by A. Marendet