From 6208cecdf2620043df499467b42495e0ab2492d7 Mon Sep 17 00:00:00 2001 From: natashabatalha Date: Thu, 14 Nov 2024 05:35:24 +0000 Subject: [PATCH] v3.0 for ref light phase curve --- HISTORY.rst | 4 ++++ reference/config.json | 2 +- reference/version.md | 4 ++++ setup.py | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b385c10..53c4881 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ History ------- +3.3 (2024-11-12) +~~~~~~~~~~~~~~~~ +* Reflected light phase curves + 3.2 (2024-7-8) ~~~~~~~~~~~~~~ * Disequilibrium climate modeling diff --git a/reference/config.json b/reference/config.json index e1ae393..3992590 100755 --- a/reference/config.json +++ b/reference/config.json @@ -1,5 +1,5 @@ { - "version":"3.2.2", + "version":"3.3", "calculation":"spectrum_only", "phase":0, "planet":{ diff --git a/reference/version.md b/reference/version.md index f7b4442..41f82c6 100644 --- a/reference/version.md +++ b/reference/version.md @@ -1,3 +1,7 @@ +Version 3.3 +----------- +- Reflected light phase curves (Hamill et al. 2024) + Version 3.2 ----------- - Disequilibrium Climate (Mukherjee et al. 2024) Elf-OWL models diff --git a/setup.py b/setup.py index 4479430..5b07752 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ # to this sample package. setup( name='picaso', - version = '3.2.2', + version = '3.3', description = 'planetary intesity code for atmospheric scattering observations', long_description = 'README.md', author = 'Natasha E. Batalha',