Skip to content

Commit 5b2a89e

Browse files
committed
version bump
1 parent f44bfd5 commit 5b2a89e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

doc/source/changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Changelog
33
==========
44

5+
v1.1.2
6+
======
7+
8+
* `iplot`:
9+
10+
* Added ``servable`` keyword argument: ``servable=True`` will serves the
11+
application to a new browser windows,
12+
* Added ``name`` keyword argument: if used with ``servable=True`` it will
13+
add a title to the interactive application.
14+
15+
* Default settings:
16+
17+
* Added ``servable`` and ``theme`` to ``interactive`` section.
18+
19+
* Fixed a bug when plotting lines with ``BokehBackend``.
20+
* Improved the way of setting the number of discretization points: ``n``
21+
can now be a two (or three) elements tuple, which will override ``n1`` and
22+
``n2``.
23+
* It is now possible to pass a float number of discretization points, for
24+
example ``n=1e04``.
25+
* added ``label`` keyword argument to plot functions.
26+
27+
28+
529
v1.1.1
630
======
731

spb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)