Skip to content

Commit

Permalink
Changelog update (#1089)
Browse files Browse the repository at this point in the history
* updated changelog
  • Loading branch information
damonge committed Jun 5, 2023
1 parent 7b36de7 commit 17a0e5a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 17a0e5a

Please sign in to comment.