We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7438967 commit cbe28cfCopy full SHA for cbe28cf
1 file changed
CHANGELOG.md
@@ -2,10 +2,11 @@
2
3
## v1.16.0
4
5
-**Fixed:**
6
-Fixed a bug when exporting output to pandas dataframes would not work correctly if the output was 2 dimensional.
7
-Now output is correctly converted to 1D arrays.
8
-I.e. similart to how 3D vectors are converted to 3 columns the rotation matrices are converted to 9 columns.
+**Fixed:**
+Resolved an issue where exporting 2D output to pandas dataframes
+failed. Now, 2D outputs (3D when a function of time) are flattened into 1D arrays for compatibility. For
+example, rotation matrices are split into 9 separate columns, similar to how 3D
9
+vectors are split into 3 columns.
10
11
12
## v1.15.2
0 commit comments