Skip to content

Commit 9903f83

Browse files
committed
Update CHANGELOG.md
1 parent ee40577 commit 9903f83

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
77

88
### Added
99
- new artists submodule `animate` as a convenient wrapper for matplotlib's `FuncAnimate`
10-
- `quick2Ds` and `quick1Ds`: like `quick2D` and `quick1D`, but iterator based
1110
- `animate.animate2D`: allows versatile conversion of data to animation.
1211
- `animate.animate_interact2D`: create an animation from an interact2D object.
13-
- `animate.animate_quick2D`: create an animation whose frames are the figures that would be created in a quick2D call
12+
- `Quick2DIterator`, `Quick1DIterator`: iterator classes for making figures for each object in a data chop.
13+
- `quick2Ds` and `quick1Ds`: like `quick2D` and `quick1D`, but wrap the iterator classes.
14+
- `animate.animate_quick`: create an animation whose frames are the figures that would be created in a quick1Ds/quick2Ds call.
1415

1516
### Changed
1617
- `interact2D`: replaced SimpleNamespace object with a dataclass for more explicit typing
17-
- `quick2D`: `__iter__` method added which modifies the same figure over and over instead of writing new figures for each chop object
18+
- `quick1D`, `quick2D`: refactored for integration with iterators, animations (these functions are wrappers for the class `Quick1DLegacy`, `Quick2DLegacy`).
1819

1920
### Fixed
2021
- `Data.squeeze`: axes of output object now inherit units from axes of the input object

0 commit comments

Comments
 (0)