Conversation
[CI] HITRAN credentials moved to TRAVIS
Added parallel CO2 chunk downloader with ThreadPoolExecutor
Add new HITRAN molecules: CH3 and H3+
When downloading data from hitran, some lines at very small wavenumbers are missing. This fixes it.
Upper limit was not sufficient to account for all water lines (standard conditions) in HITRAN
Update hitranapi.py
Increase test coverage
fix: convert README from RST to Markdown and fix PyPI deployment
fix(docs): update docs for sphinx/docutils compatibility and remove b…
Remove unnecessary columns - different types in Python<=3.12 and 3.13
Collaborator
Author
|
@HajimeKawahara this should allow a release of 0.17 on PyPi |
Collaborator
|
@minouHub Thank you! Before the release, could I have about a or two week(s) to review it to ensure consistency with ExoJAX? |
Collaborator
Author
|
Yes no pb. Ping me when ready |
Collaborator
|
Checklist from ExoJAX
if add_HITRAN_uncertainty_code and "ierr" not in df.columns:
raise KeyError("HITRAN uncertainty column 'ierr' was requested but not loaded")@minouHub I find a problem on the uncertainty option in |
Fix HITRAN uncertainty column preservation for add_HITRAN_uncertainty_code The failing tests are not related to this PR and solved on develop.
This file contains hidden or 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
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.
Spring 2026 🐣
Details in #994
⚙️Compatibility with Python 3.13 and automatic deployement
Full list of changes:
New Contributors
Full Changelog: 0.16.4...0.17