v0.2.0
CMBLensing v0.2.0
Changes:
- Both Zygote and CuArrays have bugs which break CMBLensing in recent versions, so their version is capped here for now
rfid
parameter toload_sim_dataset
is deprecated, instead dofiducial_θ=(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
andresimulate!
, only the latter which mutates, and they both return all the resimulated fields (this was the behavior ofreturn_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)