Changelog for
python310-mizani-0.8.1-1.7.noarch.rpm :
* Mon Mar 06 2023 Daniel Garcia
- Disable broken test in i586 mizani.breaks.log_breaks, it\'s broken because it expect: array([ 1000, 10000, 100000, 1000000]) but got: array([ 1000, 10000, 100000, 1000000], dtype=int32)
* Tue Feb 14 2023 Steve Kowalik - Update to 0.8.1:
* Fixed regression bug in mizani.formatters.log_format for where formatting for bases 2, 8 and 16 would fail if the values were float-integers.
* mizani.formatters.log_format now uses exponent notation for bases other than base 10.
* The lut parameter of mizani.palettes.cmap_pal and mizani.palettes.cmap_d_pal has been deprecated and will removed in a future version.
* mizani.transforms.datetime_trans gained parameter tz that controls the timezone of the transformation.
* mizani.formatters.log_format gained boolean parameter mathtex for TeX values as understood by matplotlib instead of values in scientific notation.
* Fixed bug in mizani.bounds.zero_range where uint64 values would cause a RuntimeError.
* Fri Feb 04 2022 Ben Greiner - Update to 0.7.3
* Fixed log_breaks for narrow range if base=2 (:issue:`76`).
* Thu Feb 18 2021 Ben Greiner - Update to version 0.7.2
* Fixed bug in :func:`~mizani.bounds.rescale_max` to properly handle values whose maximum is zero.- Skip python36 build: NumPy 1.20 in Tumbleweed dropped support for Python 3.6 (NEP 29)- SciPy is not a runtime requirement
* Fri Jul 10 2020 Marketa Calabkova - Update to version 0.7.1
* Fixed issue with :class:`mizani.formatters.log_breaks` where non-linear breaks could not be generated if the limits where greater than the largest integer sys.maxsize.
* Fixed :func:`mizani.palettes.gradient_n_pal` to return nan for nan values.
* Fixed :func:`mizani.scales.scale_discrete.train` when training categoricals to maintain the order.
* Tue Dec 03 2019 Todd R - Initial version