Skip to content

Commit

Permalink
Update CHANGELOG.md and AUTHORS.md for new alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
lecontm committed Sep 6, 2024
1 parent 93ddf20 commit c49f3e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ This file keeps track of authors contributions.
* Mathis Roux <[email protected]>
* David Youssefi <[email protected]>
* Roman Malinowski <[email protected]>
* Tommy Calendini <[email protected]>

Update here with new contributors.

Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.6.2a1 (September 2024)

### Added
- Using the numba cache. [#413]
- Modification of check_conf to compare the disparity interval with the image size. [#411]
- Addition of a spline order parameter to the shift_right_img method. [#420]
- Add possibility to not use numba cache. [#421]

### Changed
- Update criteria documentation. [#410]
- Changing the after callback to before in the state machine. [#407]
- Updating the filtering.rst, a documentation file. [#414]
- Remove numpy warning. [#408]

### Fixed
- Solving problems displaying images in notebooks. [#409]
- Move the _indicator parameter to remove the sphinx warning. [#416]
- Risk normalisation by external global interval. [#418]
- Use of ‘max’ measurement type with ambiguity. [#404]

## 1.6.1 (June 2024)

### Changed
Expand Down

0 comments on commit c49f3e7

Please sign in to comment.