Releases: Cosmoglobe/zodipy
Releases · Cosmoglobe/zodipy
Introduced testing and updated project dependency versions
14 Sep 13:13
Compare
Sorry, something went wrong.
No results found
This release updates project dependency versions and introduces unit and type testing
Changed
Updated pillow and related dependencies due to invulnerability issues with versions < 8.3.2
Introduced type checking with mypy
Introduced a few unit tests with pytest
Added GitHub actions to automatically run pytest and mypy on push and pull requests
Zodipy 0.2.1 Release Notes
06 Sep 08:06
Compare
Sorry, something went wrong.
No results found
Note: This release only includes code refactoring. The behavior of Zodipy remains the same.
Merged the two existing simulation strategies into a common strategy that handles both simulation use cases 43c29ed
Zodipy 0.2.0 Release Notes
04 Sep 19:32
Compare
Sorry, something went wrong.
No results found
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
03 Sep 13:10
Compare
Sorry, something went wrong.
No results found
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
23 Aug 14:57
Compare
Sorry, something went wrong.
No results found
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
22 Aug 13:17
Compare
Sorry, something went wrong.
No results found
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
20 Aug 22:00
Compare
Sorry, something went wrong.
No results found
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
18 Aug 13:49
Compare
Sorry, something went wrong.
No results found
Refactored code, updated documentation, and changed keyword name in get_emission from mask -> solar_cut 44b7ab0 95da02d .
Zodipy 0.1.4 Release Notes
16 Aug 13:10
Compare
Sorry, something went wrong.
No results found
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
15 Aug 21:48
Compare
Sorry, something went wrong.
No results found
Changed input argument types to Zodi object 1703eb8 .
Fixed import override 6cbf848 .
Added __all__.