Releases: Cosmoglobe/zodipy
Releases · Cosmoglobe/zodipy
Zodipy 0.2.0 Release Notes
Note: This release only refactored code implementation and restructured files
- Moved logic for selecting simulation strategy out of the
Zodi
initialization to its own file _integration.py
ac84be6
Zodipy 0.1.9 Release Notes
- Implemented manual step-wise integration to drastically improve memory consumption for high nsides 8c51011
- Renamed some files
- Added more type hints
Zodipy 0.1.8 Release Notes
Note: This release only refactored code implementation and restructured files
- Renamed files d1cd49c.
- Fixed bug where the angle theta for the earth-trailing component was not properly constrained deb3e3c.
Zodipy 0.1.7 Release Notes
Note: This release only refactored the code implementation
- Implemented the factory method pattern into various aspects of the code d5703dd 943dd14
Zodipy 0.1.6 Release Notes
- Changed
Zodi
input arguments (start
, stop
, and step
-> epochs
) and removed solar_cut
keyword 77f9912.
- Added possibility to include hit maps to produce pixel weighted average simulations and refactored the SimulationStrategy classes b84e250 2f95b3f.
Zodipy 0.1.5 Release Notes
- Refactored code, updated documentation, and changed keyword name in
get_emission
from mask
-> solar_cut
44b7ab0 95da02d.
Zodipy 0.1.4 Release Notes
- Added possibility to mask pixels during an observation 6edfc1a aaa79f2 b7f1486.
- Observation times are now given through three separate keywords (start, stop, step) to the
Zodi
object, 6f79b42 c3e08b4.
Zodipy 0.1.3 Release Notes
- Changed input argument types to
Zodi
object 1703eb8.
- Fixed import override 6cbf848.
- Added
__all__
.
Zodipy 0.1.2 Release Notes
- Fix bug where initializing the Zodi interface without any arguments would raise an exception f9da748.