Skip to content

Releases: Cosmoglobe/zodipy

Zodipy 0.2.0 Release Notes

04 Sep 19:32
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
Pre-release
  • Changed input argument types to Zodi object 1703eb8.
  • Fixed import override 6cbf848.
  • Added __all__.

Zodipy 0.1.2 Release Notes

14 Aug 18:27
Compare
Choose a tag to compare
Pre-release
  • Fix bug where initializing the Zodi interface without any arguments would raise an exception f9da748.