forked from pool/python-chartify
- Skip python39: no longer supported since ipython 8.19 - Add chartify-pr170-pd.melt-kwarg.patch gh#spotify/chartify#170 - Build PEP517 wheel, clean some obsolete pinning edits OBS-URL: https://build.opensuse.org/request/show/1155338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-chartify?expand=0&rev=27
90 lines
3.4 KiB
Plaintext
90 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 5 19:22:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Skip python39: no longer supported since ipython 8.19
|
|
- Add chartify-pr170-pd.melt-kwarg.patch gh#spotify/chartify#170
|
|
- Build PEP517 wheel, clean some obsolete pinning edits
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 12:23:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.0.5:
|
|
* Relaxed scipy and pandas version requirements to allow
|
|
verions 2.x
|
|
* Documentation build fix
|
|
* Pin tornado requirement to reduce vulnerability
|
|
* Require jupyter_bokeh to enable html output
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 11 19:31:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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
|
|
* Add tests for categorical_order_by
|
|
* 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>
|
|
|
|
- update to 3.1.0:
|
|
* Added Boxplot Chart including example in examples notebook
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 14:16:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.0.5:
|
|
* Fixed a few errors in example and tutorial notebooks
|
|
* Fixed a typo in requirements.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 22 17:20:53 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 3.0.4
|
|
* This update is a maintanaince release with no new features and
|
|
mainly behind the scenes updates
|
|
* Limit versions of bokeh, Jinja, and importlib-metadata to fix
|
|
build error. This is only necessary for python 3.6 it seems.
|
|
* Updated required versions of pytest and coverage
|
|
* Update setup.py (#135)
|
|
* Update options.py (#133)
|
|
* Change ChromeDriver link to avoid deprecated site (#134)
|
|
* Added test case and fix from PR #127
|
|
* Eliminate a number of deprecation warnings
|
|
- Use python dependency generator
|
|
* Adjust requirements.txt accordingly, unpin where needed
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 12 15:46:27 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 3.0.3
|
|
* Fix loading of color, color palette and styles configuration
|
|
with PyYaml >= 5.2
|
|
- Change in 3.0.2
|
|
* Support pyyaml 5.2+
|
|
- Skip python36 build in TW because python36-scipy is no more
|
|
(NEP 29)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 8 11:01:06 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 3.0.1
|
|
* Reduce dependencies by switching from Jupyter to IPython.
|
|
* Updated Python to 3.6+ and Pandas to 1.0+ (Thanks @tomasaschan!)
|
|
* Updated Bokeh to 2.0+
|
|
* Removed colour dependency to fix setup errors.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 6 06:35:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Disable one test that fails due to numpy update
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 3 20:59:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- initial version
|