Releases: galsci/pysm
Releases · galsci/pysm
3.4.0
- No model changes compared to
b9
- Fixed the requirement on
pixell
version to0.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
3.4.0b8
3.4.0b6
3.4.0b4
- 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 againstnp.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
3.4.0b2
3.4.0b1
3.3.2
- Improvements to install documentation #93
- Moved Github repository from
healpy/pysm
togalsci/pysm
, under the Panexperiment Galactic Science group organization - Changes in this release are related to the JOSS Review openjournals/joss-reviews#3783
- Turned
UserWarning
intologging
, Pull Request 88 #88
3.3.1
- 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