- current version
- Update differential beam simulation (#40)
- fixed the gain's linear drift function bug (#39). Thanks @markm42
- Add module to predict the trajectory of a body (Sun, Moon, ...) (#38)
- Updated flat sky visualization (#37). Thanks @markm42
- Fix the RA/DEC of the first time sample correctly (#35)
- Correlated noise (#29)
- Add dichroic detector (#28)
- Add subscans information (#27)
- Add beam ellipticity systematics (#26)
- Add Neil small aperture scan
- Add method to perform systematic deprojection (IGQU)
- Add App for differential pointing
- Fix bug in dealing with leap second correction.
- Allow python 3.5 & 3.6 (both code and Travis fixed)
- Allow image in interactive ipython to be shown
- Completely remove weave - never used in practice (use fortran instead for speed-up)
- Add HWP demodulation (in addition to pair difference) to estimate I, Q, and U from timestreams.
- Allow different nside (input vs output) to be used.
- Add ACT scanning strategy, and custom scanning strategy.
- Add link to the bootcamp in the description (s4cmb-resources).
- Improve coverage and coverage tool.
- Simplify the scanning strategy module.
- Add App to study relative gain variation
- Allow to process channel-by-channel in tod2map to save memory!
- Update the default noise level to 5ish uk.arcmin.
- Add routines to simulate gain drifts.
- Fix bug in bolometer coordinates in the focal plane (it was mixed with pair coordinates).
- Allow routine in HealpixFitsMap to read alms files directly.
- Allow the mapping per detector pair to save memory.
- Remove the notebooks from the repo (now at s4cmb_notebooks).
- Add new routines to simulate differential pointing.
- Add new routines to define detectors gain.
- Include flat sky projection for the output maps.
- Include white noise simulator (time-domain noise).
- Include Dockerfile.
- Add examples for MPI usage (with examples on Cori, NERSC).
- Add fits interface for dumping maps on disk.
- Remove unused args in several classes and routines.
- Add App for SO, and support for xpure.
- Massive change in the way parsers are handled.
- Add SQUID to SQUID crosstalk.
- Release the package on pip.
- Add systematic module, with routine to simulate detector crosstalk.
- Fix bugs in the detector/SQUID labeling (instrument module).
- Add Fortran scripts and Makefile for the compilation.
- Add detector pointing and TOD modules.
- Doc contains end-to-end example (without systematic effect).
- Fix many bugs related to absolute imports (py 2 vs 3) and failed tests in doctest.
- First version of the repo (public)
- Add instrument and scanning strategy modules.
- Release public version.