Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Dec 21, 2022
1 parent ff0b8b7 commit acb5098
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@

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

## [2.1] - Unreleased
## [2.1] - 2022-12-21

- New classes to compute the 3-point fermion-boson susceptibilities,
`ThreePointSusceptibility`, `ThreePointSusceptibilityPart` and
`ThreePointSusceptibilityContainer`.
- `QuadraticOperator` can now be a product of two creators or two annihilators.
- Renamed type aliases `FreqTuple` -> `FreqTuple3` and `FreqVec` -> `FreqVec3`.
The old names are still usable but marked as deprecated.
- Bump required CMake version to 3.11.0.
- Bump required libcommute version to 0.7.2.
- Bumped required CMake version to 3.11.0.
- Bumped required libcommute version to 0.7.2.
- Use CMake's module `FetchContent` to fetch libcommute if it is not found
locally.
- Install CMake configuration files into
``${CMAKE_INSTALL_PREFIX}/lib/cmake/pomerol``, which is the recommended
location.
- New GitHub Actions workflow that builds and installs pomerol on macOS 11.

## [2.0] - 2021-11-30

Expand Down

0 comments on commit acb5098

Please sign in to comment.