Releases: simonsobs/nemo
Releases · simonsobs/nemo
v0.7.3
v0.7.2
Release Summary
- Changes to nemoModel - now no longer uses tiles (but requires more RAM). This prevents large angular scale clusters from being potentially cut off when painted into maps.
What's Changed
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Release Summary
- Fix for reading in beam tform files that are not normalized to 1 at ell = 0.
- Fix for bug in generating sim CMB maps (affects
nemoModel
only). Thanks to Erik Rosenberg for catching this.
What's Changed
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Release Summary
- Much improved speed (in cluster profile calculations) and general performance for the main
nemo
command - Better MPI load balancing
- Stitched maps are now default (no individual tile maps are written)
- Improved sampling when drawing from the halo mass function (thanks to Íñigo and Boris)
- CLASS-SZ can optionally be used by the
MockSurvey
class instead ofpyccl
- Various other bug fixes and improvements
- Note docs are not updated yet
What's Changed
Full Changelog: v0.6.3...v0.7.0
v0.6.3
v0.6.2
v0.6.1
v0.6.0
Release Summary
- Multipass filtering / object detection using the
filterSets
keyword (use to e.g. construct point source and cluster catalogs in onenemo
run - docs not yet updated for this) - Added flag mask (use to e.g. flag dusty regions rather than zero them)
- User-specified mass conversions in
nemoMass
, using CCL routines - Improved memory efficiency
- Improved (more extensive and faster) source injection simulations
- Object painter / beam convolution now uses
pixell
routines - More features in
nemoModel
(used innemo-sim-kit
, which will be public soon) - Removed Cython dependency (easier to install - now just pure Python)
- Numerous API changes and bug fixes
What's Changed
- Injection parameters by @huffenbe in #55
- Multipass by @mattyowl in #56
- Indentation fix by @mattyowl in #57
- Bugfix by @mattyowl in #58
- Masking by @mattyowl in #59
- Rejig by @mattyowl in #60
- Footprints by @mattyowl in #62
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Release Summary
- More extensive docs (though still not complete)
- Revised test suite
- Added Battaglia+2012 cluster models
- First release of nemoSpec (used in Li et al. 2021)
- Numerous API changes and bug fixes
What's Changed [auto generated]
- Development by @mattyowl in #27
- V0.3.0 beta fixes by @mattyowl in #28
- Stitching by @mattyowl in #29
- Stitching configs by @mattyowl in #30
- fix buggy example (#31) by @cristobal-sifon in #32
- V0.3.0b2 fixes by @mattyowl in #34
- Twopass by @mattyowl in #36
- V0.4.0b1 fixes by @mattyowl in #37
- Point source insertion by @mattyowl in #39
- Setup updates for PyPI by @mattyowl in #40
- Nemo spec by @mattyowl in #41
- Update docs by @mattyowl in #42
- Quickstart clusters tutorial by @mattyowl in #43
- Messed up parser in nemoSpec by @mattyowl in #44
- Docs and refactor by @mattyowl in #45
- Dr5 tutorial by @mattyowl in #46
- Battaglia2012models by @mattyowl in #49
- debugging empty catalogs during source insertion testing by @huffenbe in #47
- Tests and docs by @mattyowl in #50
- Tests and docs by @mattyowl in #51
- Fix for rtd by @mattyowl in #52
- More RTD vs CCL fun by @mattyowl in #53
- Tests and docs by @mattyowl in #54
New Contributors
- @cristobal-sifon made their first contribution in #32
- @huffenbe made their first contribution in #47