We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4106646 commit dcc8568Copy full SHA for dcc8568
doc/source/changes/version_0_32.rst.inc
@@ -10,8 +10,11 @@ Syntax changes
10
Backward incompatible changes
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13
-* Dumping and loading Axis and Group objects contained in a session is no longer possible
14
- with the CSV and Excel formats. Please use the HDF format instead.
+* Because it was broken, the possibility to dump and load Axis and Group objects
+ contained in a session has been removed for the CSV and Excel formats.
15
+ Fixing it would have taken too much time considering it is very rarely used
16
+ (no one complains it was broken) so the decision to remove it was taken.
17
+ However, this is still possible using the HDF format.
18
Closes :issue:`815`.
19
20
0 commit comments