There was an error while loading. Please reload this page.
1 parent a68b98e commit e97cbddCopy full SHA for e97cbdd
1 file changed
doc/source/changes/editor/version_0_35_2.rst.inc
@@ -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