We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aace17a commit ae4361cCopy full SHA for ae4361c
CHANGELOG.md
@@ -6,12 +6,17 @@ In this release, test coverage is 79%.
6
7
🛠️ Bug fixes:
8
9
+* Moved up `LineCrossSection` import for consistency with other cross-section panels
10
* Unexpected behavior regarding `io.load_items` and `io.save_items` functions:
11
* Those functions were serializing and deserializing most of the parameters of the
12
plot items, but not their visibility state
13
* This is now fixed: the visibility state of the plot items is now saved and restored
14
as expected
15
16
+ℹ️ Other changes:
17
+
18
+* Explicitely exclude NumPy V2 from the dependencies (not compatible yet)
19
20
## Version 2.3.2 ##
21
22
In this release, test coverage is 79%.
0 commit comments