Changelog for
python311-GooseMPL-0.15.0-lp160.2.1.noarch.rpm :
* Sun Oct 06 2024 Ben Greiner
- Update to 0.15.0
* log_ticks allow custom formatting (e.g. with shorted minus) by AATTtdegeus in #46- Release 0.14.0
* Changing output fit- Releae 0.13.0
* Adding voronoi binning by AATTtdegeus in #42
* Adding ticks as equivalent of log_ticks by AATTtdegeus in #43- Add GooseMPL-pr52-np2.patch gh#tdegeus/GooseMPL#52
* Fri Jan 20 2023 Ben Greiner - Update to 0.12.1
* Add asLinearSegmentedColormap by AATTtdegeus in #41
* bin: adding number of samples per bin to output by AATTtdegeus in [#39]
* Fit functions: default use absolute error, let option to user by AATTtdegeus in #37
* Minor bugfix: adding return in histogram_bin_edges_mincount by AATTtdegeus in #38
* Binning data & Fit error by AATTtdegeus in #36
* Function to re-normalize a histogram by AATTtdegeus in #33
* Adding fit_exp by AATTtdegeus in #32
* Adding yerr to fit_powerlaw by AATTtdegeus in #31
* Adding log-ticks function
* Updating plot-styles. Breaking change, \"goose\" -> \"goose\", \"goose-autolayout\"
* fit_powerlaw : plot using just two data-points in the scale is log-log
* Adding plot function to fit_powerlaw
* Deprecating \"write_data\" and \"restore_data\"
* Adding integer bin-edges to public API (formerly only integrated in histogram_bin_edges) + minor bugfix (#25)
* Adding \"fit_powerlaw\" (#24, #28)
* Fri May 07 2021 Ben Greiner - Require the latex packages which are used in the code
* Tue Apr 20 2021 Steve Kowalik - Update to 0.5.0:
* Add new minmax function- Don\'t build on Python 3.6, due to no NumPy.
* Tue Jul 07 2020 Marketa Calabkova - Update to 0.4.2
* Integration \"__version__\" directly in module
* Added functionality to write to HDF5 file
* Updating requirements for readthedocs
* Add LaTeX number formatting
* Extracting parameters from \"plot_powerlaw\"
* Style changes
* Mon Nov 18 2019 Todd R - Initial version