Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 01:01
· 661 commits to master since this release

CMBLensing v0.2.0

Diff since v0.1.2

Changes:

  • Both Zygote and CuArrays have bugs which break CMBLensing in recent versions, so their version is capped here for now
  • rfid parameter to load_sim_dataset is deprecated, instead do fiducial_θ=(r=...,)
  • Saving chains to disk is now done incrementally (only new samples are written each time) for greatly improved performance. load_chains is available to read these new chain files (still one file per chain).
  • Add init_GPU_workers and enable MPI parallel GPU runs
  • Add resimulate and resimulate!, only the latter which mutates, and they both return all the resimulated fields (this was the behavior of return_truths=true before)
  • Handling of CPU/GPU random number generation is cleaned up interally somewhat
  • Add BinRescaledOp for bandpower estimation

Merged pull requests:

  • set PACKAGECOMPILE to false to at least get docs building (#8) (@marius311)