Skip to content

Releases: zfit/phasespace

Small update for versioning

29 Feb 11:02
Compare
Choose a tag to compare

This is a technical release to switch versioning to manual.

Move to TF2

28 Jan 14:27
Compare
Choose a tag to compare

This release switched to TensorFlow 2.0 eager mode. Please upgrade your TensorFlow installation if possible and change
your code (minimal changes) as described under "Behavioral changes".
In case this is currently impossible to do, please downgrade to < 1.1.0.

Major Features and Improvements

  • full TF2 compatibility

Behavioral changes

  • generate now returns an eager Tensor. This is basically a numpy array wrapped by TensorFlow.
    To explicitly convert it to a numpy array, use the numpy() method of the eager Tensor.
  • generate_tensor is now depreceated, generate can directly be used instead.

Bug fixes and small changes

Requirement changes

  • requires now TensorFlow >= 2.0.0

Conda-forge release

13 Oct 13:53
Compare
Choose a tag to compare

1.0.4

Release to conda-forge, thanks to Chris Burr

(fixing failed 1.0.3 release)

Conda-forge package

13 Oct 11:54
Compare
Choose a tag to compare

1.0.3

Not working release with pip
Release to conda-forge, thanks to Chris Burr

Add paper information

03 Jun 12:51
Compare
Choose a tag to compare

Add the JOSS paper and fix a problem with zenodo

Stable release

20 May 12:21
Compare
Choose a tag to compare

This is the stable release of phasespace. Should be 100% usable.

First release for Zenodo

13 Mar 08:51
Compare
Choose a tag to compare
Pre-release
0.9.0

Fix setup.cfg