Closed steven-murray closed 3 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Attention: Patch coverage is 88.60104%
with 66 lines
in your changes missing coverage. Please review.
Project coverage is 82.19%. Comparing base (
f75560c
) to head (3dc9953
). Report is 373 commits behind head on production.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
v3.4.0
Performance
Deprecations
Fixed
Lightcone.lightcone_coords
.NON_CUBIC_FACTOR != 1
.matplotlib
versions and registeringcmap
.Added
Lightconer
base class with user-facing classesRectilinearLightconer
andAngularLightconer
. These are now the recommended way to define how lightcones should be created. Note that these are not the final lightcone object, but simply a "definition" for how to create the lightcone.Lightcone
class still exists, but is now joined by anAngularLightcone
class that is the output lightcone when using theAngularLightconer
definition.KEEP_3D_VELOCITIES
user-param. This is required to be True if you want to apply RSDs to anAngularLightcone
.lightcone_fname
argument torun_lightcone
.cache_tools.get_boxes_at_redshift
function to get all boxes at a given redshift, regardless of the parameters used to create them.CosmoParams.from_astropy()
classmethod for constructing a cosmo params object directly from an astropy cosmology.Internals
subcell_rsds.c
C-module.Fixed
clang
and newergcc
versions.