Version 0.5.0
-
Breaking change New API for noise module #151:
-
Function
add_noise
has been renamed toadd_noise_to_observations
, and its parameternoisetype
has been renamed intonoise_type
for consistency with other parameters (breaking) -
New functions
add_white_noise
andadd_one_over_f_noise
are exported (they were already implemented but were not visible) -
Each
Simulation
object creates random number generators (fieldSimulation.random
), in a way that is safe even for MPI applications
-
-
Breaking change New API for
scan_map_in_observations
andadd_dipole_to_observations
, which now accept list of pointing matrices and simplify the parameters describing the HWP #171 -
Add a notebook to show an example of how to use the framework (#178)
-
Support the production of maps in Galactic coordinates through the TOAST2 wrapper to the Madam map-maker (#177)
-
Make
make_bin_map
compute pixel indices instead of requiring them as input, add support for Galactic coordinates #176 -
Use a more robust algorithm to compute pointings #175
-
Improve the documentation for the destriper #172
-
Add a high-pass filter for the noise #169
-
Upgrade NumPy from 1.20 to 1.21, Numba from 0.54 to 0.55, Rich from 6.2 to 11.0 #152
-
Add the ability to create Singularity container from branches different than
master
#163 -
Make MBS tests more robust against disappearing temporary directories #162
-
Remove NumPy's and Healpy's deprecation warnings #158
-
Use a cache to speed up CI builds PR#147
-
Create a script that fetches information about the latest release and produce a release announcement PR#156
-
Option for rotating the pointing from ecliptic to galactic coordinates in scan_map #164
-
Fix issue #148