Releases: mathworks/matlab-proxy
v0.4.0
- Introducing Support for Windows Operating Systems.
- Document environment variable
MWI_APP_HOST
to control the address on which the web-server is hosted.
v0.3.0
Deprecate python 3.6 Support
Introduce python 3.10 Support
Small Bug fixes
Closes GH-2
Full Changelog: v0.2.10...v0.3.0
v0.2.10
Minor improvements to reduce output cruft on startup.
v0.2.9
Contains bug fixes and improved architecture to query the state of MATLAB, and to exit from MATLAB before terminating the proxy.
Full Changelog: v0.2.7...v0.2.9
v0.2.7
Minor doc bug fix.
v0.2.6
Bugfix which effects which paths MATLAB is allowed to access in r2021b and r2022a
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Minor bugfix which ensures clean MATLAB workspace on first launch.
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Fixes critical bug which prevents matlab-proxy from being launched in environments without a terminal. Often seen with JupyterHub /
DockerSpawner based environments.
v0.2.3
Full Changelog: v0.1.0...v0.2.3
Contains:
- Bugfixes on UI elements that presented the state of the integration.
- Support for SSL certificates. You can now run MATLAB-PROXY as an https server. See Advanced-Usage.md for more information.
- MATLAB-PROXY now uses the HOME folder instead of TMPDIR to store launch artifacts. This solves : mathworks/jupyter-matlab-proxy#13
matlab-proxy 0.1.0 release
Initial release of matlab-proxy