-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v3.4.0 #416
Release v3.4.0 #416
Conversation
… angular-lightcone
… angular-lightcone
… angular-lightcone
for more information, see https://pre-commit.ci
updates: - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
ci: always save plots
fix delta k in RSD velocity gradients for non-cubic boxes
[pre-commit.ci] pre-commit autoupdate
remove unneeded param structures before validation
fix: spurious warning on config setup
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## production #416 +/- ##
==============================================
- Coverage 86.33% 82.19% -4.14%
==============================================
Files 12 13 +1
Lines 2780 3140 +360
Branches 0 854 +854
==============================================
+ Hits 2400 2581 +181
- Misses 380 400 +20
- Partials 0 159 +159 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
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 lightconesshould 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 the
AngularLightconer
definition.KEEP_3D_VELOCITIES
user-param. This is required to be True if you want toapply RSDs to an
AngularLightcone
.pass the
lightcone_fname
argument torun_lightcone
.cache_tools.get_boxes_at_redshift
function to get all boxes at a givenredshift, regardless of the parameters used to create them.
CosmoParams.from_astropy()
classmethod for constructing a cosmo params objectdirectly from an astropy cosmology.
Internals
subcell_rsds.c
C-module.Fixed
clang
and newergcc
versions.