Skip to content

Commit 85074bc

Browse files
committed
fix: Update CHANGELOG for v1.16.0 to document bug fix for 2D output export to dataframes
1 parent 041ae33 commit 85074bc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AnyPyTools Change Log
22

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.
9+
10+
311
## v1.15.2
412

513
**Fixed:**

0 commit comments

Comments
 (0)