Releases: simonsobs/nemo
Releases · simonsobs/nemo
v0.8.1
Release Summary
- Used for the ACT DR6 cluster search as described in https://arxiv.org/abs/2507.21459
- This version is identical to v0.8.0, except for fixing a bug related to the
-x
option fornemoModel
, and updates to documentation. - Documentation is still not complete in some areas.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Release Summary
- Used for the ACT DR6 cluster search as described in https://arxiv.org/abs/2507.21459
- Documentation is being updated and is not complete in some areas
New Contributors
Full Changelog: v0.7.3...v0.8.0
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