Releases: telegraphic/pygdsm
1.6.4
1.6.3
- Adds
*argsand**kwargsto theinit_gsm()andinit_observer()functions.
1.6.2
- Fixes bug in 1.6.1, no other new functionality.
1.6.1
NOTE: This release is broken, do not use!
- Adding zenodo as backup data source
1.6.0
- Moved data to datacentral.org.au, now downloads maps only as needed.
- BaseObserver.generate() now allow for the horizon to be set (thanks @David-McKenna).
- Removed case statements to support older Python versions (thanks @sjoerd-bouma)
1.5.4
- 1.5.4 (2024.04.15) - changes:
- Added
observed_gsmproperty toBaseObserver. - Added
hpix2skyandsky2hpixhelpers. - Now using
query_discto find pixels below horizon (neater code).
- Added
- 1.5.3 (2024.04.15) - Added
init_gsm()andinit_observer()helper functions - 1.5.2 (2024.03.29) - Fix PyPi distribution files (thanks to D. McKenna)
- 1.5.0 (2024.03.29) - Fix to
GlobalSkyModel16, correct T_CMB monopole addition (thanks to R. Francis)
1.5.2
Merge pull request #20 from David-McKenna/fix_pypi_deploy Fix PyPi Distribution Files
1.5.1
Trigger new pypi upload workflow
1.5.0
Changelog
- Fix to
GlobalSkyModel16: correct T_CMB monopole addition (thanks to R. Francis)
1.4.0
Changelog:
-
Renamed GlobalSkyModel2016 and GSMObserver2016
The class GlobalSkyModel2016 has been renamed to GlobalSkyModel16 and GSMObserver2016 has been renamed to GSMObserver16 for simplicity and consistency. -
Changed notebook name
Renamedpygdsm2016_quickstarttopygdsm16_quickstartto match the new naming convention, and made sure they run. -
Updated documentation
The README and quick start guide have been updated to reflect the new class names, ensuring that users are well-informed about the changes. -
Added interpolation option
A new interpolation option has been added, allowing users to select betweencubicorpchipmethods. The default option has been set topchip, consistent with the original GSM2008 model.