Skip to content

Commit

Permalink
docs: CHANGELOG updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Mar 21, 2023
1 parent 500690b commit 64e8e49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [2.7.0] - 2023-03-21
### Added
- Alternative way of specifying priors in `least_squares` added.
- Correlated fits now also work with priors.
- Lists of `Obs` can now be serialized and deserialized in pandas.to_sql
- `print_config` function for debugging purposes added.
- `Corr.show` can now visualize results of combined fits.

### Changed
- Fit routines refactored and simplified.
- sfcf input routines refactored.
- drho is not automatically computed for all windows in the automatic windowing procedure. This change speeds up the `gamma_method` for very long Monte Carlo histories.
- `__slots__` added to `Corr` class.

## [2.6.0] - 2023-02-07
### Added
- The fit module now has a new interface to deal with combined fits.
Expand Down

0 comments on commit 64e8e49

Please sign in to comment.