What's Changed
- implement support of empty output surveys
- implement addition of metadata to output files
- expand dependencies compatibility:
- now compatible with python 3.11, 3.12, removing support for python 3.8
- BREAKING CHANGE: phase space kernel sizes vs density estimates (see warning below).
Warning
Input now receives directly the phase space kernel sizes instead of the density estimates it used to use to determine said kernel sizes. This is strongly backward incompatible as Input will now not recognize the density estimates as valid arguments. Please refer to the updated jupyter notebook for the updated implementation, making use of argument kernels instead of rho_pos and rho_vel.
Full Changelog: v0.6.1...v0.7.0