From 17a0e5a2a36708059ba945fc2fa43384843f33a6 Mon Sep 17 00:00:00 2001 From: David Alonso Date: Mon, 5 Jun 2023 13:44:15 +0100 Subject: [PATCH] Changelog update (#1089) * updated changelog --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7d514f9..8bd73f511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Unreleased +# v2.8.0 Changes + +## Python library +- Refactor pyccl under an abstract CCLObject (#934). +- Bump Python version to 3.8 (#1031). +- Optimize HM autocorrelation power spectra (#891). +- `__eq__` methods for all objects (#1033). +- IA halo profile (#1074). +- Lightweight docs revamp for v2.last (#1082). + +# v2.7.0 Changes + +## Python library +- Numpy 1.24 compatibility (#1012). +- Fix OpenMP again (#1017). + +# v2.6.0 Changes + +## Python library +- Enhancements for Pk2D, Tk3D, Tracer (#923). +- Useful error for transfer functions with non-monotonic scale factors (#971). +- Better docs for correlations (#974). +- Stop supporting Python 3.6 (#975). +- HaloProfileGNFW bugfix for c500 update (#969). +- Added option to make einasto alpha a free parameter (#987, #989). +- MG parameters in CosmologyCalculator (#977). +- Added functions to check if OpenMP is working (#1000). +- Enhancement to the perturbative modelling (#1002). + +# v2.5.0 Changes + +## Python library +- Fixed missing terms in Super Sample Covariance (#941). +- Fixed status message string initialisation (#935). +- Fixed WL functions in pyccl.halos.profiles ( #943). +- 10x speed increase in CIB profile by (#917). +- Super Sample Covariance with linear galaxy bias approximation (#947). +- Add action to publish to pypi by (#948). + # v2.4.0 Changes ## Python library