File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ Release 1.4.0
3+ =========================================
4+
5+ * **MAJOR ** performance gains in the ``.to_js_literal() `` method. Implementation seems to
6+ improve performance by 50 - 90%.
7+ * *SIGNIFICANT * performance gains in the ``.to_json() `` method. Implementation seems to
8+ improve performance by 30 - 90%.
9+ * **ENHANCEMENT: ** Significantly simplified use of the ``.from_pandas() `` method to support:
10+
11+ * creation of multiple series from one DataFrame in one method call
12+ * creation of series without needing to specify a full property map
13+ * support for creating series by DataFrame row, rather than just by DataFrame column
14+
15+ * **ENHANCEMENT: ** Added the ``.from_pandas_in_rows() `` method to support creation of
16+ charts and series from simple two-dimensional DataFrames laid out in rows.
17+ * **ENHANCEMENT: ** Added one-shot chart creation and rendering from Series objects.
18+ * **ENHANCEMENT: ** Added one-shot chart creation using ``series `` and ``data ``/``series_type `` keywords.
19+ * **ENHANCEMENT: ** Added ``.convert_to() `` convenience method to Series objects.
20+ * **ENHANCEMENT: ** Added ``CallbackFunction.from_python() `` method which converts a Python function
21+ to its JavaScript equivalent using generative AI, with support for both OpenAI and Anthropic.
22+ * **BUGFIX: ** Fixed instability issues in Jupyter Notebooks, both when operating as a Notebook (outside of
23+ Jupyter Lab) and when saved to a static HTML file.
24+
25+ ---------------------
26+
127Release 1.3.0
228=========================================
329
You can’t perform that action at this time.
0 commit comments