Skip to content

Release 2022.02.17

Compare
Choose a tag to compare
@sxs-bot sxs-bot released this 17 Feb 18:44
· 0 commits to a30a982ddc740df66fc284091880d623e2444d4f since this release

Upgrade instructions

From #3768 (Remove TimeDependence/Composition.?pp):

There is no more Composition TimeDependence. If a composition of simple maps is desired, then it should be written explicitly.

From #3799 (Functions in ApparentHorizons/Tags.cpp are now free functions.):

The only interface difference (other than the existence of new functions) is that ah::Tags::LaplacianRadius is now a Scalar<DataVector> instead of a DataVector.

Merged pull-requests (14)

General changes (11):

  • Optimize elliptic solver (5): Multigrid algorithm (#3784)
  • Allow roundoff differences in Adams-Bashforth constant step size check (#3793)
  • Add a reference to ConstantDensityStar docs (#3790)
  • Add bool flag for using subcell boundary conditions (#3779)
  • Load correct libz in ocean_clang.sh (#3797)
  • Spectral equation of state (#3661)
  • Add DevGuide documentation of Brigand (#2326)
  • BBH executable: Observe Ah in inertial frame (#3626)
  • Remove TimeDependence/Composition.?pp (#3768)
  • Functions in ApparentHorizons/Tags.cpp are now free functions. (#3799)
  • Revive macOS CI tests (#2472)

Bugfixes (3):

  • Fix typo in CharacteristicSpeeds (#3798)
  • Fix missing Boost headers pre v1.67 (#3802)
  • Fix Charm++ include paths on Frontera (#3809)

Contributors (7): @nilsvu, @wthrowe, @yoonso0-0, @gsb76, @geoffrey4444, @ffoucart, @markscheel