Skip to content

Commit 231b8bc

Browse files
committed
Updated changelog and version
Signed-off-by: Nicola VIGANO <[email protected]>
1 parent 6327541 commit 231b8bc

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
[Unreleased]: https://www.github.com/cicwi/corrct/compare/v0.9.0...develop
7+
[Unreleased]: https://www.github.com/cicwi/corrct/compare/v0.9.1...develop
8+
9+
## 0.9.1 - 2024-03-20
10+
### Added
11+
- Overall improvements to `ProjectionGeometry` in the module `models`:
12+
- Initial support for cone-beam geometry, including Parker weights for FDK
13+
- Support for detector tilts
14+
- Better support for detector VU shifts (respecting axes orientation)
15+
- Function to fit scale and bias of an image against data (possibly in a different space)
16+
- Wavelet-Fourier method for the destriping of sinograms
17+
- Ghost Imaging / Structured Illumination:
18+
- Resolution estimation
19+
- Mask binning support
20+
- Linear attenuation coefficient computation for a given material
21+
### Fixed
22+
- Bug introduced with scikit-image 0.22
23+
- Alignment and solvers tests
824

925
## 0.9.0 - 2023-12-24
1026
### Added

corrct/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.9.1

0 commit comments

Comments
 (0)