Skip to content

Commit

Permalink
3.2.1 to fix He problem
Browse files Browse the repository at this point in the history
  • Loading branch information
natashabatalha committed Jul 8, 2024
1 parent bbc2b67 commit 8ebdc4c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
History
-------
3.2 (2024-7-8)
~~~~~~~~~~~~~~
* Disequilibrium climate modeling

3.1 (2023-3-23)
~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion picaso/justdoit.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# #testing error tracker
# from loguru import logger
__refdata__ = os.environ.get('picaso_refdata')
__version__ = 3.2
__version__ = 3.2.1


if not os.path.exists(__refdata__):
Expand Down
2 changes: 1 addition & 1 deletion reference/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version":3.2,
"version":3.2.1,
"calculation":"spectrum_only",
"phase":0,
"planet":{
Expand Down
6 changes: 5 additions & 1 deletion reference/version.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version 3.1 (current beta)
Version 3.2
-----------
- Disequilibrium Climate (Mukherjee et al. 2024) Elf-OWL models

Version 3.1
--------------------------
- Spherical harmonics with reflected light (Rooney et al. 2023a)
- Spherical harmonics with thermal emission (Rooney et al. 2023b)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# to this sample package.
setup(
name='picaso',
version = '3.2',
version = '3.2.1',
description = 'planetary intesity code for atmospheric scattering observations',
long_description = 'README.md',
author = 'Natasha E. Batalha',
Expand Down

0 comments on commit 8ebdc4c

Please sign in to comment.