Release v1.4
Target
Version 1.4 targets broadband analysis (e.g., at least the entire H-band) of clear-sky late T dwarf emission; it also adds the capability of a pilot version of transmission spectroscopy.
Update List
- pilot version of the transmission spectra capability #356| tutorial
- operators on spectra class #363 (pilot) | see get started
- multiple molecules handler #388 | tutorial
-
OpaDirect
for Kurucz #400 - Non air broadening using the fitting formula by Tan et al. (2022) #378 | doc
- required device memory estimate #385 | doc
- single broadening parameter for PreMODIT #376 | doc
- uncertainty importing for HITEMP (for HITRAN, we postpone the release until the new release of RADIS) #397
- refactoring more, many small improvements , see here.
removing deprecated features and renaming
- spec.rtransfer.wavenumber_grid -> use utils.grids.wavenumber_grid instead
- spec.rtransper.dtauM -> use spec.layeropacity.layer_optical_depth
changes
- ExoJAX now
stronglyrecommends using 64-bit as default #385, unless you are confident that 32-bit is enough for computation.
from jax import config
config.update("jax_enable_x64", True)
- Users can choose the order of the wavelength grid, but the default is now descending order though v<=1.3 assumes the ascending order. #395