File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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+
529v1.1.1
630======
731
Original file line number Diff line number Diff line change 1- __version__ = "1.1.1 "
1+ __version__ = "1.1.2 "
You can’t perform that action at this time.
0 commit comments