Files
python-oct2py/python-oct2py.changes
Todd R e9f19c802a Accepting request 718005 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to version 5.0.4
  * update example docs
- Update to version 5.0.3
  * switch to line_handler and add a carriage return test
  * remove hardcoded email

OBS-URL: https://build.opensuse.org/request/show/718005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-oct2py?expand=0&rev=5
2019-07-23 20:29:44 +00:00

33 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------
Tue Jul 23 20:26:33 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to version 5.0.4
* update example docs
- Update to version 5.0.3
* switch to line_handler and add a carriage return test
* remove hardcoded email
-------------------------------------------------------------------
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
- Use %license macro for license.
-------------------------------------------------------------------
Mon Aug 14 14:43:22 UTC 2017 - toddrme2178@gmail.com
- Initial version