Releases: telegraphic/pygdsm
1.5.4
- 1.5.4 (2024.04.15) - changes:
- Added
observed_gsm
property toBaseObserver
. - Added
hpix2sky
andsky2hpix
helpers. - Now using
query_disc
to 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_quickstart
topygdsm16_quickstart
to 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 betweencubic
orpchip
methods. The default option has been set topchip
, consistent with the original GSM2008 model.
1.3.1
Fix to github action
1.2.0
Bumping to 1.2.0