Skip to content

Releases: telegraphic/pygdsm

1.6.4

24 Sep 02:32

Choose a tag to compare

This release supports Python 3.9 (see #36).

1.6.3

18 Aug 23:39

Choose a tag to compare

  • Adds *args and **kwargs to the init_gsm() and init_observer() functions.

1.6.2

18 Jul 01:20

Choose a tag to compare

  • Fixes bug in 1.6.1, no other new functionality.

1.6.1

16 Jul 06:57

Choose a tag to compare

NOTE: This release is broken, do not use!

  • Adding zenodo as backup data source

1.6.0

16 Jul 06:30

Choose a tag to compare

  • 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

06 May 06:27
e6837a2

Choose a tag to compare

  • 1.5.4 (2024.04.15) - changes:
    • Added observed_gsm property to BaseObserver.
    • Added hpix2sky and sky2hpix helpers.
    • Now using query_disc to find pixels below horizon (neater code).
  • 1.5.3 (2024.04.15) - Added init_gsm() and init_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

03 Apr 07:40
20be97f

Choose a tag to compare

Merge pull request #20 from David-McKenna/fix_pypi_deploy

Fix PyPi Distribution Files

1.5.1

29 Mar 01:44
3d795bf

Choose a tag to compare

Trigger new pypi upload workflow

1.5.0

29 Mar 00:54
cb82c4c

Choose a tag to compare

Changelog

  • Fix to GlobalSkyModel16: correct T_CMB monopole addition (thanks to R. Francis)

1.4.0

27 Apr 08:22
6c3284b

Choose a tag to compare

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
    Renamed pygdsm2016_quickstart to pygdsm16_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 between cubic or pchip methods. The default option has been set to pchip, consistent with the original GSM2008 model.