Releases: litebird/litebird_sim
Version 0.3.0
Version 0.2.1
- Fix bug #107
Version 0.2.0 (Alpha)
-
Add a text-mode browser for the IMO PR#103
-
Implement the tools to build a Singularity container PR#96
-
Implement an interface to the TOAST mapmaker PR#86
-
Fix issue #101 (No proper "parents" in Entry objects) PR#102
-
Make the README point to the latest version of the documentation PR#99
-
Ensure that tests do not write within the source-code directory PR#97
-
Add a
STATUS.md
file showing the overall implementation status of the simulation modules PR#87 -
Clarify how the IMO is used by
litebird_sim
PR#94 -
Make tests run faster by using ducc0 0.8.0 PR#92
-
Misc minor changes: gitignore .DS_Store; losslessly compress some assets PR#88
-
Improve the
Observation
API. Deprecate the pointing-related methods (moved toscanning
), quantities are local by default PR#84 -
Permit to use pre-allocated buffers when generating quaternions and pointing angles PR#83
-
Add support for PySM3 in new class
Mbs
PR#76 -
Add the parameter
include_git_diff
inSimulation.flush()
PR#81 -
Add the ability to specify the size of the floating-point type used in
Observation
objects PR#79 -
Simple bin map-maker PR#73
-
Use SI units in class
SpinningScanningStrategy
(breaking change) PR#69 -
Use dataclasses, rename
Detector
toDetectorInfo
andInstrument
toInstrumentInfo
(breaking change) PR#60 -
Code cleanups PR#71
-
Improve the README PR#70
Version 0.1.0
First release; it's done mainly to test how we can set up a pipeline to produce true releases in the future.