Skip to content

Commit f534ab9

Browse files
committed
Updated changelog.
1 parent 205c15d commit f534ab9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGES.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
Release 1.3.0
228
=========================================
329

0 commit comments

Comments
 (0)