------------------- - Introduce rebin_factor xdata function. - Carry through intensity calibration during FFT/IFFT. - Add copy magic method to data metadata. - Make read-only accessors to all DataMetadata properties instead of having them be read/write. - Require Python 3.9 or higher.
0.15.3
------------------- - Add is_valid method to calibrations and use when converting to strings.
0.15.2
------------------- - Add low level functions for general multi-dimensional processing.
0.15.1
------------------- - Use scipy.fft for FFT's for better/consistent performance.
0.15.0
------------------- - Add axis_coordinates function to generate coordinate values from calibrated xdata. - Simplify data and metadata by eliminating unloading capability (no effect on public API).
0.14.3
------------------- - Fix issue where timezone/timezone_offset could get set to invalid values. - Improve Gaussian blur to handle RGB.