File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
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
+
12
23
### Changed
13
24
14
25
### Removed
You can’t perform that action at this time.
0 commit comments