Octave-kernel

Latest version: v0.36.0

Safety actively analyzes 675368 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.21.0

- Fix `imwrite` handling [61](https://github.com/Calysto/octave_kernel/pull/61) ([blink1073](https://github.com/blink1073))

0.20.0

- Add handling of input functions [60](https://github.com/Calysto/octave_kernel/pull/60) ([blink1073](https://github.com/blink1073))

0.18.0

- Handle `surf` vs `imshow` [51](https://github.com/Calysto/octave_kernel/pull/51) ([thomasjm](https://github.com/thomasjm))

0.16.1

- Add makefile [43](https://github.com/Calysto/octave_kernel/pull/43) ([blink1073](https://github.com/blink1073))
- Plot images at their native resolution, without any resizing [40](https://github.com/Calysto/octave_kernel/pull/40) ([alexdu](https://github.com/alexdu))

0.13

- Also use `OCTAVE_EXECUTABLE` in banner property if available [21](https://github.com/Calysto/octave_kernel/pull/21) ([zertrin](https://github.com/zertrin))
- Fixed deprecation warning in Jupyter 4 caused by importing from IPython.kernel [16](https://github.com/Calysto/octave_kernel/pull/16) ([akubera](https://github.com/akubera))


Release Guide

Using `jupyter_releaser`

The recommended way to make a release is to use [`jupyter_releaser`](https://github.com/jupyter-server/jupyter_releaser#checklist-for-adoption).

Manual Release

- Update `CHANGELOG`

- Run the following:

bash
export VERSION=<version>
pip install jupyter_releaser
tbump --only-patch $VERSION
git commit -a -m "Release $VERSION"
git tag $VERSION; true;
git push --all
git push --tags
rm -rf dist build
make data-files
python -m build .
twine check dist/*
twine upload dist/*

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.