Skip to content

Releases: galsci/pysm

3.4.0

12 Dec 02:03
Compare
Choose a tag to compare
  • No model changes compared to b9
  • Fixed the requirement on pixell version to 0.17.3 for reproducibility
  • Added pysm_tag_filename script to add datestamp to filenames to avoid caching errors
  • Added datestamp to Dust and Synchrotron templates to avoid caching errors if users had previously used a beta version of PySM 3.4.0 see commit 694653e

3.4.0b9

27 Jun 15:05
Compare
Choose a tag to compare
3.4.0b9 Pre-release
Pre-release
  • Bugfix: Fix dust beta and Td ellmax that were erroneously set to 2048 #164
  • Print warning if templates are not found suggesting to update PySM #165
  • Document features in the spectrum of d9 d10 d11 s4 s5 s6 and s7 due to the "Galactic plane fix" #168 and #170

3.4.0b8

23 Mar 05:07
Compare
Choose a tag to compare
3.4.0b8 Pre-release
Pre-release
3.4.0 beta 8

3.4.0b6

18 Feb 04:44
Compare
Choose a tag to compare
3.4.0b6 Pre-release
Pre-release

See CHANGES.rst

3.4.0b4

21 Nov 20:15
Compare
Choose a tag to compare
3.4.0b4 Pre-release
Pre-release
  • Brand new implementation of small scales injection for Synchrotron PR 134 <#134, affects s4, s5, s6, s7
  • Brand new implementation of small scales injection for GNILC Dust PR 133 <#133, affects d9, d10, d11
  • Fix bug in InterpolatingComponent, when the user requested a frequency between 2 available points, the weighting of the 2 relevant maps was switched, see #129
  • Implemented a proper unit test of the running trapz implementation used for bandpass integration against np.trapz, see #129
  • Imported WebSky extralactic components from so_pysm_models, now version 0.4, it also includes SPT based correction for CIB #129
  • apply_smoothing_and_coord_transform now supports a different output resolution and supports doing both HEALPix and CAR in the same execution, also added best practices for dealing with resolution in the docs #125
  • Model has max_nside attribute which specifies its max resolution https://github.com/galsci/pysm/ pull/124

3.4.0b3

16 Apr 04:32
e9334a9
Compare
Choose a tag to compare
3.4.0b3 Pre-release
Pre-release
  • Implementation of Synchrotron with curvature s7 `based on ARCADE #115

3.4.0b2

16 Apr 04:29
29b5742
Compare
Choose a tag to compare
3.4.0b2 Pre-release
Pre-release
  • bugfix: fixed units error recently introduced in the CO Lines models, reported by @mousset #113
  • Synchrotron high resolution models s4, s5, s6, based on Haslam and WMAP https://github.com/galsci/ pysm/pull/106

3.4.0b1

04 Mar 06:46
Compare
Choose a tag to compare
3.4.0b1 Pre-release
Pre-release
  • Galactic plane fix for d9, d10, d11 #111
  • Documentation about the processing of GNILC dust input templates #97 spectral index and dust temperature #104
  • Planck GNILC based templates d9, d10, d11 #108
  • CO Lines models co1, co2, co3 #86
  • 3D MKD Dust model with 6 layers d12 #87

3.3.2

29 Oct 21:31
Compare
Choose a tag to compare
  • Improvements to install documentation #93
  • Moved Github repository from healpy/pysm to galsci/pysm, under the Panexperiment Galactic Science group organization
  • Changes in this release are related to the JOSS Review openjournals/joss-reviews#3783
  • Turned UserWarning into logging, Pull Request 88 #88

3.3.1

24 Jul 17:59
Compare
Choose a tag to compare
  • Packaging: removed Poetry, using new Astropy package template and Github actions, Pull Request 76 and 77.
  • Docs: Reproduce PySM 2 template preprocessing for Synchrotron, Pull Request 71
  • Docs: Reproduce PySM 2 template preprocessing for Dust, Pull Request 66