Changelog for
python3-physt-0.5.0.1-lp154.2.2.noarch.rpm :
* Fri Apr 23 2021 Steve Kowalik
- Update to 0.5.0.1:
* Removed:
*args in method definition whenever possible (prefering explicit keyword-only arguments)
* Changed: In multi-dimensional methods arguments: + list is treated as different value for each axes + tuple is treated as one argument value
* Changed: Plotly backend does not allow matplotlib mimicking any more.
* Added: Basic tests for plotting backends
* Support: Tested against Python 3.6-3.9
* Fixed: Typing annotations are passing mypy validation.
* Fixed: A few small bugs- Do not build for Python 3.6, due to no NumPy.
* Mon Feb 10 2020 Todd R - Update to 0.4.9
* Changed: version.py controls the version number etc.
* Bug fixes
* Thu Jan 30 2020 Todd R - Update to 0.4.8.3
* Added: Binning \"human\" accepts kind=\"time\"
* - Added: find_human_width and related methods in bin_utils
* - Fix: No labels and color cycling in scatter plots for collections
* Mon Jan 21 2019 Todd R - Initial version
* Thu Jan 17 2019 Todd R - Initial version