Skip to content

Commit 59bba6e

Browse files
committed
DOC: Add release notes for spyder-modelx v0.15.0 and update updates.rst
1 parent a9dd946 commit 59bba6e

5 files changed

Lines changed: 71 additions & 0 deletions

File tree

1.94 MB
Loading

doc/source/releases/spymx_relnotes_v0.14.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,28 @@ spyder-modelx v0.14.0 (19 April 2025)
2020

2121
This release is for supporting Spyder 6.0.0 - 6.0.4.
2222

23+
.. _release-mxplugin-v0.14.1:
24+
25+
spyder-modelx v0.14.1 (5 August 2025)
26+
=========================================
27+
28+
This release fixes a bug in MxAnalyzer as reported here: `GH183`_
29+
30+
.. _GH183: https://github.com/fumitoh/modelx/discussions/183
31+
32+
.. _release-mxplugin-v0.14.2:
33+
34+
spyder-modelx v0.14.2 (10 August 2025)
35+
=========================================
36+
37+
This release is for restoring the expression option in MxAnalyzer: `GH183`_
38+
39+
40+
.. _release-mxplugin-v0.14.3:
41+
42+
spyder-modelx v0.14.3 (28 December 2025)
43+
=========================================
44+
45+
This release is for supporting Spyder 6.1.0+.
46+
2347

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
.. currentmodule:: modelx
2+
3+
===================
4+
spyder-modelx v0.15
5+
===================
6+
7+
To update spyder-modelx, run the following command::
8+
9+
>>> pip install spyder-modelx --upgrade
10+
11+
If you're using Anaconda, use the ``conda`` command instead::
12+
13+
>>> conda update spyder-modelx
14+
15+
16+
.. _release-mxplugin-v0.15.0:
17+
18+
spyder-modelx v0.15.0 (25 January 2026)
19+
=========================================
20+
21+
This release reflects enhanced MxAnalyzer UI:
22+
23+
.. figure:: /images/spyder-modelx-demo-0_15_0.gif
24+
:align: center
25+
:alt: spyder-modelx v0.15.0 demo
26+
27+
MxAnalyzer UI enhancements demonstration
28+
29+
Enhancements
30+
------------
31+
32+
**MxExplorer**
33+
34+
* Context menu now has two new items, **Analyze precedents** and **Analyze dependents**,
35+
replacing **Analyze selected**.
36+
* The new items are also added as toolbar icons.
37+
38+
**MxAnalyzer**
39+
40+
* Now has two new context menu items, **Analyze precedents** and **Analyze dependents**,
41+
which set the current node as the selected object either in the precedents tab or
42+
the dependents tab.
43+
* Now has 3 toolbar icons that correspond to the context menu items.

doc/source/updates.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Updates
1212
Visit <a href="https://github.com/fumitoh/modelx/discussions" target="_blank">Discussions</a>
1313
for more frequent updates.</p>
1414

15+
* *25 January 2026:*
16+
spyder-modelx v0.15.0 is released. See :ref:`release-mxplugin-v0.15.0`.
17+
1518
* *24 January 2026:*
1619
modelx v0.30.1 is released. See :doc:`releases/relnotes_v0_30_1`.
1720

doc/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Release Notes - spyder-modelx
8585
.. toctree::
8686
:maxdepth: 1
8787

88+
releases/spymx_relnotes_v0.15.rst
8889
releases/spymx_relnotes_v0.14.rst
8990
releases/spymx_relnotes_v0.13.rst
9091
releases/spymx_relnotes_v0.12.0.rst

0 commit comments

Comments
 (0)