Skip to content

Releases: LDEO-CREW/Pythonic-DISORT

v0.2.3

24 Aug 20:55
Compare
Choose a tag to compare

This is v0.2.2 but with bugs fixed.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

24 Aug 19:26
Compare
Choose a tag to compare

Made changes to help deal with large $I_0$ (intensity of direct beam) inputs, though there will likely still be problems

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Aug 17:41
Compare
Choose a tag to compare

The two largest changes are: 1) the zeroth Fourier mode, $u^0$, is now returned by pydisort and it is useful for calculating actinic flux and other quantities of interest but reclassification of delta-scaled flux and other corrections must be done manually; 2) we added exposition and a warning relating to single-scattering albedos, $\omega$, which are close to $1$.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Jun 09:09
Compare
Choose a tag to compare

Added parallel solving of Fourier modes using the joblib package.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

30 May 10:20
Compare
Choose a tag to compare

Identical to v0.1.0 except for a tiny change that was accidentally omitted from v0.1.0.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 May 10:13
Compare
Choose a tag to compare

Prevented overflow in the associated Legendre coefficients (changes made to src/PythonicDISORT/_one_Fourier_mode.py). Changing that part of the code also increased speed by about 2ms (about 10%) and increased accuracy. Pytests were tweaked but are in essence unchanged.

Full Changelog: v0.0.2...v0.1.0

v0.0.2

19 Apr 15:08
Compare
Choose a tag to compare

A minor change to the code, see lines 396 to 403 of pydisort.py. Otherwise just doc and docstring changes.
Full Changelog: v0.0.1...v0.0.2

Initial release

17 Apr 22:15
Compare
Choose a tag to compare

Initial release