Skip to content

Commit f6d8872

Browse files
committed
Updated the changelog.
1 parent f0a757a commit f6d8872

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Added a support for a free GP noise model. That is, the GP hyperparameters can be free parameters in the model.
13+
However, this is somewhat slower than using the fixed GP model, since the GP needs to be computed for each model
14+
evaluation.
15+
- Added a ``ExoIris.plot_white_gp_predictions`` method to visualize the GP predictions for the white light curves.
16+
17+
### Improved
18+
19+
- Improved TSData fits io to make sure all the properties (such as the noise and bias groups) are saved and read properly.
20+
- Fixed a white light curve fitting but where the error array was not filtered correctly.
21+
- Made `TSData` to raise a `ValueError` if either the time or wavelength array contains any non-finite values.
22+
1223
### Changed
1324

1425
### Removed

0 commit comments

Comments
 (0)