Skip to content

Commit 165ed56

Browse files
Update CHANGELOG.md
1 parent bbb457d commit 165ed56

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## v0.2.0 (Upcoming)
1+
# v0.7.1 (March 19, 2025)
22

3-
### Added
3+
## Deprecations and Changes
4+
- Change `grid_spacing_in_um` in `pixel_size_in_um` and `voxel_size_in_um` (and relative doc string) to better represent the physical dimension of the fundamental unit of the image (pixel or voxel).
5+
6+
## Bug Fixes
7+
8+
## Features
49

10+
## Improvements
511
- New illumination pattern classes to represent different microscopy scanning methods:
612
- `IlluminationPattern`: Base class for describing the illumination pattern used to acquire images
713
- `LineScan`: Line scanning method commonly used in two-photon microscopy
@@ -16,14 +22,7 @@
1622

1723
- Updated example notebooks to demonstrate the use of different scanning methods
1824

19-
### Changed
20-
21-
- Modified the YAML specification to include new neurodata type definitions and relationships
22-
- Updated Python implementation files to expose the new classes in the API
23-
- Enhanced test files to verify the new classes work correctly
24-
- Change `grid_spacing_in_um` in `pixel_size_in_um` and `voxel_size_in_um` (and relative doc string) to better represent the physical dimension of the fundamental unit of the image (pixel or voxel).
25-
26-
### Notes
25+
## Notes
2726

2827
- These changes are backward compatible and add new functionality without removing existing features
2928
- The `illumination_pattern` parameter is now required when creating `ImagingSpace` objects

0 commit comments

Comments
 (0)