Skip to content

Commit d608508

Browse files
committed
v6.26
1 parent 29a7bd8 commit d608508

File tree

6 files changed

+765
-232
lines changed

6 files changed

+765
-232
lines changed

PyAnalySeries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
filesName = None
6161

6262
#========================================================================================
63-
version = 'v6.25'
63+
version = 'v6.26'
6464

6565
open_ws = {}
6666
open_displayWindows = {}

notebooks/inso_01.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
"name": "python",
395395
"nbconvert_exporter": "python",
396396
"pygments_lexer": "ipython3",
397-
"version": "3.13.0"
397+
"version": "3.12.13"
398398
}
399399
},
400400
"nbformat": 4,

notebooks/inso_02.ipynb

Lines changed: 379 additions & 0 deletions
Large diffs are not rendered by default.

releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 6.26
2+
* Fix in defineInsolation, Eccentricity and Precession parameter are dimensionless
3+
* Factorize astro/insolation computations from defineInsolationAstroSeriesWindow into a shared module insolationAstroSeries.py
4+
* Add a notebook example using insolationAstroSeries.py (interactive with ipywidgets)
15
* 6.25
26
* Fix XOriginalValues format to list in defineInterpolation
37
values are converted to lists on save to avoid ambiguous comparisons

0 commit comments

Comments
 (0)