Skip to content

Releases: magpylib/magpylib-studio

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 01 Aug 21:30

Install from the Marketplace:

code --install-extension magpylib.magpylib-studio-vscode

Or from the .vsix attached below, which is the same build:

code --install-extension magpylib-studio-v0.1.3.vsix

The 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-studio

Then set magpylib-studio.pythonPath to that interpreter.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Aug 01:40

Install from the Marketplace:

code --install-extension magpylib.magpylib-studio-vscode

Or from the .vsix attached below, which is the same build:

code --install-extension magpylib-studio-v0.1.2.vsix

The 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-studio

Then set magpylib-studio.pythonPath to that interpreter.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 23:41

Install into VS Code:

code --install-extension magpylib-studio-v0.1.1.vsix

The 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

Choose a tag to compare

@github-actions github-actions released this 31 Jul 21:29

Install into VS Code:

code --install-extension magpylib-studio-v0.1.0rc2.vsix

The 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

Choose a tag to compare

@github-actions github-actions released this 31 Jul 21:22

Install into VS Code:

code --install-extension magpylib-studio-v0.1.0rc1.vsix

The 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

Choose a tag to compare

@github-actions github-actions released this 31 Jul 21:55

Install into VS Code:

code --install-extension magpylib-studio-v0.1.0.vsix

The 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