-
Notifications
You must be signed in to change notification settings - Fork 24
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 1.5.0 #464
Merged
Merged
Release 1.5.0 #464
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Only changes needed to build the project without errors are included.
…s and move them to cherab.core.math.transform module.
…cts to StarkBroadenedLine.
…s as in B.A. Lomanowski 2015 NF paper.
…dard ADF15 files.
Recent Anaconda and other Python distributions have changed to -O2 which results in a performance degradation. Manylinux and older Anacondas use -O3, so specify this to maintain behaviour.
…etter in TotalRadiatedPower.populate_cache().
…ated_power Add emission due to CX with neutral hydrogen to the TotalRadiatedPower model
…_lineshape Add Zeeman splitting and Doppler broadening to StarkBroadenedLine and move line shapes models to a dedicated submodule
Require Cython 3 as a dependency
… in test_lineshapes.py
Fix wrong naming in TestTotalRadiatedPower
…adrature Fix uninitialised variable warning in GaussianQuadrature
…test/true ratio to 1 instead of comparing absolute values.
…gs in Python 3.12
…drature Replace deprecated scipy.integrate.quadrature in the TestLineShapes
Add r prefix to docstrings with escape characters to fix SyntaxWarnings in Python 3.12
Add r prefix to strings used in regular expression matching
Change Raysect version to 0.8.1.* in dependencies
Double asterisk is interpreted as bold font in RST, so needs to be escaped to be interpreted as a literal unpack operator in the argument name by Sphinx.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.