Recent Releases of oct2py
oct2py - v5.8.0
5.8.0
Enhancements made
- add keepmatlabshapes to oct2py #334 (@tylerbjackson)
Maintenance and upkeep improvements
- add citation #330 (@yasirroni)
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by github-actions[bot] about 1 year ago
oct2py - v5.7.2
5.7.2
Bugs fixed
- add id warning on savesafestruct #327 (@yasirroni)
Maintenance and upkeep improvements
- Fix CI failures #329 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by github-actions[bot] over 1 year ago
oct2py - v5.7.1
5.7.1
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by github-actions[bot] over 1 year ago
oct2py - v5.7.0
5.7.0
Enhancements made
- Skip unsavable #321 (@yasirroni)
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by github-actions[bot] over 1 year ago
oct2py - v5.6.1
5.6.1
Maintenance and upkeep improvements
- Add Release Scripts #318 (@blink1073)
- chore: update pre-commit hooks #313 (@pre-commit-ci)
- Handle pandas deprecation #312 (@blink1073)
- chore: update pre-commit hooks #311 (@pre-commit-ci)
- chore: update pre-commit hooks #309 (@pre-commit-ci)
- Update ruff config #307 (@blink1073)
- chore: update pre-commit hooks #306 (@pre-commit-ci)
- Clean up lint handling and mypy config #305 (@blink1073)
- Adopt ruff format #304 (@blink1073)
- Update typings for mypy 1.6.0 #302 (@blink1073)
- chore: update pre-commit hooks #301 (@pre-commit-ci)
- Adopt sp-repo-review #299 (@blink1073)
- Bump actions/checkout from 3 to 4 #297 (@dependabot)
- Fix numpy warnings #293 (@blink1073)
- Fix typings #288 (@blink1073)
- Add more lint checks #282 (@blink1073)
- Add spelling and docstring enforcement #280 (@blink1073)
- Adopt ruff and typing #279 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dependabot | @pre-commit-ci
- Jupyter Notebook
Published by github-actions[bot] almost 2 years ago
oct2py - v5.6.0
5.6.0
Maintenance and upkeep improvements
- Bump actions/checkout from 2 to 3 #273 (@dependabot)
- Bump codecov/codecov-action from 1 to 3 #272 (@dependabot)
- Add dependabot #271 (@blink1073)
- Bump to Python 3.8+ #270 (@blink1073)
- Maintenance cleanup #267 (@blink1073)
- Clean up precommit #265 (@blink1073)
- Maintenance cleanup #263 (@blink1073)
- Clean up pyproject and ci #261 (@blink1073)
- Clean up handling of flake8 #258 (@blink1073)
- Switch to flit backend #234 (@blink1073)
- Add flake8 and remove py2 compat #233 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dependabot | @pre-commit-ci
- Jupyter Notebook
Published by blink1073 about 3 years ago
oct2py - v5.5.1
5.5.1
Bugs fixed
- Properly Close Octave Sessions #230 (@yasirroni)
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by blink1073 almost 4 years ago
oct2py - v5.5.0
5.5.0
Bugs fixed
- Fix column vector #225 (@yasirroni)
Maintenance and upkeep improvements
- Handle warnings #226 (@blink1073)
- Test with warning and fix resourcewarning #224 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by blink1073 almost 4 years ago
oct2py - v5.4.3
5.4.3
Bugs fixed
- Clean up plot dir handling #216 (@blink1073)
Maintenance and upkeep improvements
- Clean up CI #213 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by blink1073 about 4 years ago
oct2py - v5.4.2
5.4.2
Enhancements made
- Add printdoc convenience function #209 (@yasirroni)
Bugs fixed
- Clean up handling of nout in feval #208 (@yasirroni)
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by blink1073 about 4 years ago
oct2py - v5.4.1
5.4.1
Bugs fixed
- Fix setup fields #205 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
- Jupyter Notebook
Published by blink1073 about 4 years ago
oct2py - v5.3.0
What's Changed
- Update README.rst by @pooyaEst in https://github.com/blink1073/oct2py/pull/181
- Added the option to specify temp_dir by @adityaapte in https://github.com/blink1073/oct2py/pull/192
- Update CI by @blink1073 in https://github.com/blink1073/oct2py/pull/193
- Update docs to fix build by @blink1073 in https://github.com/blink1073/oct2py/pull/194
New Contributors
- @pooyaEst made their first contribution in https://github.com/blink1073/oct2py/pull/181
- @adityaapte made their first contribution in https://github.com/blink1073/oct2py/pull/192
Full Changelog: https://github.com/blink1073/oct2py/compare/5.2.0...v5.3.0
- Jupyter Notebook
Published by blink1073 over 4 years ago
oct2py - 4.0 Release
See release notes.
- Jupyter Notebook
Published by blink1073 almost 9 years ago
oct2py - Version 2.
•Breaking changes -- Removed methods: run, call, lookfor -- Renamed methods: _eval -> eval, get -> pull, put -> push,
close -> exit -- Removed run and call in favor of using eval dynamic functions. -- Renamed methods to avoid overshadowing Octave builtins and for clarity. -- When a command results in "ans", the value of "ans" is returned
instead of the printed string. •Syntax Errors on Windows no longer crash the session. •Added ability to interrupt commands with CTRL+C. •Fixed Octavemagic not following current working directory.
- Jupyter Notebook
Published by blink1073 over 11 years ago
oct2py - 1.3.0
- Added support for Octave keyboard function (requires pexpect on Linux).
- Improved error messages when things go wrong in the Octave session
- (Linux) When pexpect is installed, Octave no longer closes session when a Syntax Error is encountered.
- Fixed: M-files with no docstrings are now supported.
- Jupyter Notebook
Published by blink1073 about 12 years ago
oct2py - 1.1.0
1.0.1 (2013-10-27)
++++++++++++++++++
- 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().
- Jupyter Notebook
Published by blink1073 over 12 years ago