Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius-G committed Nov 3, 2023
1 parent 7a7f4ef commit 0576a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Work-in-progress, interfaces and functionalities might be subject to changes.
## News
Since version 0.2 of the package, the following new features are available:
- Model uncertainties: The functions giving the predictions for the observable values can now also return a parameter-dependent value quantifying the uncertainty on the prediction. These uncertainties are currently treated as uncorrelated and are added to the total covariance matrix.
- The data type of the (inverse) covariance matrix can now be set by the user. This can allow to increase the performance by speeding up the vector-matrix multiplication, e.g. in the case of sparse covariance matrices.
- The data type of the (inverse) covariance matrix can now be set by the user. This can allow to increase the performance by speeding up the vector-matrix multiplication, e.g. in the case of sparse covariance matrices. The function `run_speed_test` can be used to determine which data type of the covariance matrix is the most suitable for the current model.
- `MeasurementDistribution` is now called `BinnedMeasurement`


Expand Down

0 comments on commit 0576a7d

Please sign in to comment.