- OctaveMagic is now part of Oct2Py: `%load_ext oct2py.ipython` - Enhanced Struct behavior - supports REPL completion and pickling - Fixed: Oct2Py will install on Python3 when using setup.py
1.1.1
- Added support for wheels. - Fixed: Put docs back in the manifest. - Fixed: Oct2py will install when there is no Octave available.
1.1.0
- Full support for plotting with no changes to user code - Support for Nargout = 0 - Overhaul of front end documentation - Improved test coverage and added badge. - Supports Python 2 and 3 from a single code base. - Fixed: Allow help(Oct2Py()) and tab completion on REPL - Fixed: Allow tab completion for Oct2Py().\<TAB> in REPL
1.0.0
- Support for Python 3.3 - Added logging to Oct2Py class with optional logger keyword - Added context manager - Added support for unicode characters - Improved support for cell array and sparse matrices - Fixed: Changes to user .m files are now refreshed during a session - Fixed: Remove popup console window on Windows
0.4.0
- Singleton elements within a cell array treated as a singleton list - Added testing on 64 bit architecture - Fixed: Incorrect Octave commands give a more sensible error message
0.3.6
- Default Octave working directory set to same as OS working dir - Fixed: Plot rending on older Octave versions