Releases: fact-project/pyfact
Releases · fact-project/pyfact
v0.26.2
- Fix unicode string reading when reading files written using h5py 2 with h5py 3
v0.26.1
v0.26.1
- Fix error in case tables does not support zstd compression
- Improve Readme
v0.26.0
v0.26.0
- Remove unused slowdata module, remove mongo depencency
v0.25.2
v0.25.2
- Fix read_simulated_spectrum
v0.25.0
v0.25.0
Add support for hdf5 blosc compression and use zstd
compression by default.
v0.24.0
v0.24.0
- Rewrite weight calculations to directly calculate weights for a given observation time
- Fixe power law with exponential cutoff
v0.23.0
v0.23.0
- Implement power law with exponential cutoff
- Rename curved_powerlaw -> log_parabola
- Add function to read properties of a simulated spectrum from corsika header files.
Merged PRs
- Merge pull request #124 from fact-project/better_reweighting
- Merge pull request #125 from fact-project/read_spectrum
v0.22.3
v0.22.3
- Fix docstring and error message in
fact.io
v0.22.2
v0.22.2
Rename fact.coordinates.representation.PlanarRepresentation
to FACTPlanarRepresentation
to solve a name conflict that arouse when importing the coordinate packages of both ctapipe and pyfact.
See #122
v0.22.1
v0.22.1
- Use peewee >= 3
- Refactor time module to better work with pandas / eventio
- Add script to write a ctapipe camera geometry fits file