Releases: magpylib/magpylib-studio
Release list
v0.1.3
Install from the Marketplace:
code --install-extension magpylib.magpylib-studio-vscodeOr from the .vsix attached below, which is the same build:
code --install-extension magpylib-studio-v0.1.3.vsixThe extension is the UI only — it drives a Python engine. You do
not have to install that yourself: when it cannot find one, the
extension offers Install the Engine, which sets up an
interpreter, installs the engine into it and points
magpylib-studio.pythonPath at it.
To do it by hand instead, into any interpreter >= 3.11:
pip install magpylib-studioThen set magpylib-studio.pythonPath to that interpreter.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Install from the Marketplace:
code --install-extension magpylib.magpylib-studio-vscodeOr from the .vsix attached below, which is the same build:
code --install-extension magpylib-studio-v0.1.2.vsixThe extension is the UI only — it drives a Python engine. You do
not have to install that yourself: when it cannot find one, the
extension offers Install the Engine, which sets up an
interpreter, installs the engine into it and points
magpylib-studio.pythonPath at it.
To do it by hand instead, into any interpreter >= 3.11:
pip install magpylib-studioThen set magpylib-studio.pythonPath to that interpreter.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Install into VS Code:
code --install-extension magpylib-studio-v0.1.1.vsixThe extension is the UI only — it drives a Python engine, which
has to be installed separately into an interpreter it can find:
pip install "magpylib-studio @ git+https://github.com/magpylib/magpylib-studio.git"Then set magpylib-studio.pythonPath to that interpreter.
Full Changelog: v0.1.0...v0.1.1
v0.1.0rc2
Install into VS Code:
code --install-extension magpylib-studio-v0.1.0rc2.vsixThe extension is the UI only — it drives a Python engine, which
has to be installed separately into an interpreter it can find:
pip install "magpylib-studio @ git+https://github.com/magpylib/magpylib-studio.git"Then set magpylib-studio.pythonPath to that interpreter.
Full Changelog: v0.1.0rc1...v0.1.0rc2
v0.1.0rc1
Install into VS Code:
code --install-extension magpylib-studio-v0.1.0rc1.vsixThe extension is the UI only — it drives a Python engine, which
has to be installed separately into an interpreter it can find:
pip install "magpylib-studio @ git+https://github.com/magpylib/magpylib-studio.git"Then set magpylib-studio.pythonPath to that interpreter.
Full Changelog: https://github.com/magpylib/magpylib-studio/commits/v0.1.0rc1
v0.1.0
Install into VS Code:
code --install-extension magpylib-studio-v0.1.0.vsixThe extension is the UI only — it drives a Python engine, which
has to be installed separately into an interpreter it can find:
pip install "magpylib-studio @ git+https://github.com/magpylib/magpylib-studio.git"Then set magpylib-studio.pythonPath to that interpreter.
Full Changelog: v0.1.0rc1...v0.1.0