10
0
forked from pool/python-mpld3

- Update to version 0.5.7:

Unfortunately, I am not able to find a changelog anywhere, so
  this is just edited list of commit messages:
  - Bump to 0.5.2, attempt to fix docs, fix very deprecated
    pandas and nu…
  - Add an option to not include JS libraries in HTML.
  - Update package.json with new version
  - Treat browserify as default, update require mechanism
  - Fix outdated dependency and update RELEASING.md
  - Clean up test_ticklabels.py
  - Remove test_tickformat_index as it has been replaced by
    FuncFormatter…
  - Update documentation code to work with Python 3
  - Update long_description_content_type

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-mpld3?expand=0&rev=4
This commit is contained in:
2022-02-07 02:16:31 +00:00
committed by Git OBS Bridge
parent f7d054f3a4
commit b504c1c71a
6 changed files with 354 additions and 11 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Feb 7 01:54:44 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to version 0.5.7:
Unfortunately, I am not able to find a changelog anywhere, so
this is just edited list of commit messages:
- Bump to 0.5.2, attempt to fix docs, fix very deprecated
pandas and nu…
- Add an option to not include JS libraries in HTML.
- Update package.json with new version
- Treat browserify as default, update require mechanism
- Fix outdated dependency and update RELEASING.md
- Clean up test_ticklabels.py
- Remove test_tickformat_index as it has been replaced by
FuncFormatter…
- Update documentation code to work with Python 3
- Update long_description_content_type
-------------------------------------------------------------------
Wed Apr 21 10:00:34 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>