Skip to content

Commit 53831ce

Browse files
committed
v0.9.3 is identical to v0.9.2 except that two sets of values that were used for debugging are no longer being returned.
1 parent 773a6e4 commit 53831ce

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/JOSS_Paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ It was used in @HP2024 and is being used in at least three ongoing projects:
182182
on the Two-Stream Approximations, on atmospheric photolysis,
183183
and on the topographic mapping of Mars through photoclinometry.
184184
I will continue to maintain and upgrade `PythonicDISORT`. The latest version:
185-
`PythonicDISORT v0.9.2` was released on October 13, 2024.
185+
`PythonicDISORT v0.9.3` was released on October 13, 2024.
186186

187187
# Acknowledgements
188188

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'Pythonic DISORT'
1010
copyright = '2023, HO Jia Xu Dion'
1111
author = 'Dion HO Jia Xu'
12-
release = '0.9.2'
12+
release = '0.9.3'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"scipy>=1.8.0",
99
]
1010
name = "PythonicDISORT"
11-
version = "0.9.2"
11+
version = "0.9.3"
1212
authors = [
1313
{ name="Dion HO Jia Xu", email="dh3065@columbia.edu" },
1414
]

src/PythonicDISORT/_assemble_intensity_and_fluxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,6 @@ def flux_down(tau, is_antiderivative_wrt_tau=False, return_tau_arr=False):
589589
# --------------------------------------------------------------------------------------------------------------------------
590590

591591
if only_flux:
592-
return flux_up, flux_down, u0, G_collect_0, K_collect_0 # TODO: Remove the temporary G_collect_0, K_collect_0
592+
return flux_up, flux_down, u0
593593
else:
594594
return flux_up, flux_down, u0, u

0 commit comments

Comments
 (0)