Accepting request 706408 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/706408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oct2py?expand=0&rev=2
This commit is contained in:
2019-06-02 13:18:05 +00:00
committed by Git OBS Bridge
parent 8b1a937a2b
commit ff027d8ce7
4 changed files with 27 additions and 20 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed May 29 20:26:24 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to version 5.0.2
* Removed the ``executable`` argument to ``Oct2Py`` in favor of using
environment variables because we need to instantiate the ``octave``
convenience instance at startup.
* Add a plot_backend kwarg for eval and clean up default backend selection.
* Add support for Pandas DataFrames and Series
* Remove unwanted octave-workspace files at exit
* Add a backend property to specify the graphics toolkit
- Disable building for python2 since it has python3-only
dependencies
-------------------------------------------------------------------
Sun Mar 11 08:35:05 UTC 2018 - sebix+novell.com@sebix.at