| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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
- 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
- Use %license macro for license.
- Initial version