Skip to content

Commit e97cbdd

Browse files
committed
fetched editor changelog for 0.35.2
1 parent a68b98e commit e97cbdd

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. py:currentmodule:: larray_editor
2+
3+
New features
4+
^^^^^^^^^^^^
5+
6+
* added support for displaying Polars Series (closes :editor_issue:`323`).
7+
8+
9+
Fixes
10+
^^^^^
11+
12+
* fixed displaying and filtering datetime columns in Pandas DataFrame
13+
(closes :editor_issue:`328`).
14+
15+
* remove no longer displayable variables from the variable list (for example,
16+
when a variable represents an open file and the file is closed).
17+
Closes :editor_issue:`327`).
18+
19+
* fixed displaying Pandas 3+ DataFrame and Series when pyarrow is not installed
20+
(closes :editor_issue:`322`).
21+
22+
* fixed displaying Polars *Frame when pyarrow is not installed
23+
(closes :editor_issue:`324`).

0 commit comments

Comments
 (0)