You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,43 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
5
5
6
6
## [Unreleased]
7
7
8
+
## Changed
9
+
- local version identifier uses only ASCII letters/numbers and periods (PEP 440)
10
+
-`Data.create_constant`: allow kwargs to be passed to the constant creation
11
+
12
+
## [3.6.0]
13
+
14
+
### Added
15
+
-`Data.norm_for_each`: easier norm-by-axis syntax
16
+
-`kit.from_list_of_objects`: convenience method for grabbing an channel/variable/axis/etc. using multiple specifiers
17
+
-`Data.get_var`: get variable object by index, name, or variable itself
18
+
-`Data.get_axis`: get axis object by index, name, or variable itself
19
+
-`Data.get_channel`: get channel object by index, name, or variable itself
20
+
21
+
### Fixed
22
+
- quick2D works with contours on
23
+
- quick2D works with `pixelated=False` (i.e. contourf)
24
+
-`data.from_LabRAM`: small tweaks to deal with newly emerged test failure in python 3.11 tests
25
+
26
+
### Changed
27
+
- various unit tests were altered to speed up CI
28
+
- default colorbar is sampled at 4096 points (was 256)
29
+
- packaging now done through pyproject.toml
30
+
31
+
## [3.5.5]
32
+
33
+
### Fixed
34
+
- distribution information includes dependency setuptools (fixes conda feedstock)
35
+
36
+
## [3.5.4]
37
+
38
+
### Fixed
39
+
- setup.py is now configured to allow numpy 2.x
40
+
- contour/contourf artist overloads compatible with matplotlib 3.10
41
+
42
+
### Changed
43
+
- actively supporting python 3.11-3.13
44
+
8
45
## [3.5.3]
9
46
10
47
### Added
@@ -18,7 +55,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
18
55
- wt5 explore : fixed bug where data will not load interactively if directory is not cwd
19
56
- constants in chopped data will inherit the units of the original data
20
57
21
-
## Changed
58
+
### Changed
59
+
- numpy 2.0 compatible
22
60
- refactor of artists.quick1D and artists.quick2D
23
61
- quick2D and quick1D will not force `autosave=True` if the number of figures is large. Instead, interactive plotting will be truncated if the number of figures is large.
24
62
- artists now gets turbo colormap straight from matplotlib
@@ -396,7 +434,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
0 commit comments