Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-sd committed Apr 12, 2024
1 parent 24d8006 commit 15ac1ad
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@
Changelog
==========

v3.3.0
======

* Control system plotting

* Fixed bug with missing title of ``plot_root_locus``.

* Implemented ``sgrid`` based on Matplotlib projection.

* Improved ``sgrid`` support on Bokeh interactive plots.

* Improved labeling of MIMO systems.

* ``step_response, impulse_response, ramp_response`` are now able to
compute an appropriate upper time limit for the simulation.

* Updated code to use ``control 0.10.0``. As a consequence, Python 3.9 is
no longer supported by this module.

* Improvements of interactive plots:

* Added support for multiple-values widgets, like ``RangeSlider``.

* Improvements of ``spb.interactive.panel``:

* Simplified underlying architecture. Previously, ``InteractivePlot``
inherited from ``param.Parameterized``: widgets were class
attributes. Instantiating a new interactive plot would make the previous
instance completely unusable. This inheritance has been removed.
Now, widgets are instance attributes. Multiple instances work perfectly
fine.

* Added support for widgets of Holoviz Panel.

* Updated plotgrid to work with the new architecture.

* Improvements to documentation.

* Fixed bug with legend of ``plot_vector``.


v3.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion spb/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.0"
__version__ = "3.3.0"

0 comments on commit 15ac1ad

Please sign in to comment.