17
0

- update to 4.0.2:

- unpin pandas to allow 2.x

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-chartify?expand=0&rev=24
This commit is contained in:
2023-06-12 15:13:19 +00:00
committed by Git OBS Bridge
parent 36c10f5aac
commit 5979a8ca5e
4 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
-------------------------------------------------------------------
Sun Jun 11 19:31:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
- updaet to 4.0.3:
* Require jupyter_bokeh to enable html output
- update to 4.0.2:
* Fix categorical_order_by check for scatter plot
* Fix categorical_order_by check for _construct_source
* Refactor category sorting in _construct_source
@@ -10,6 +9,7 @@ Sun Jun 11 19:31:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
* Fix scatter plot tests that used line plots
* Updated version requirement of pillow to avoid bug
* Dropped support for python 3.6 and 3.7
- unpin pandas to allow 2.x
-------------------------------------------------------------------
Sun Jun 11 19:26:34 UTC 2023 - Dirk Müller <dmueller@suse.com>