From ac957e7aa9732ba7786163599974275a9e5fe8cd Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Tue, 5 Nov 2024 08:51:44 +0800 Subject: [PATCH] By dynamically setting environment variables *ENABLE_IERS_LOAD*, the problem of repeatedly loading IERS data files when other packages call this package is fixed. --- README.md | 3 +++ pyatmos/.DS_Store | Bin 8196 -> 8196 bytes setup.py | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 956f929..bbb630c 100755 --- a/README.md +++ b/README.md @@ -123,6 +123,9 @@ pip install pyatmos --upgrade # to upgrade a pre-existing installation ``` ## Change log + +- **1.2.7 — Nov 05, 2024** + - By dynamically setting environment variables *ENABLE_IERS_LOAD*, the problem of repeatedly loading IERS data files when other packages call this package is fixed. - **1.2.6 — Mar 08, 2024** - Implemented the calculation of Associated Legendre polynomials using `scipy`, eliminating the dependency on the `pyshtools` package. - **1.2.5 — Jul 16, 2023** diff --git a/pyatmos/.DS_Store b/pyatmos/.DS_Store index 6fc0733d51879f2cbbfada54a94d0580e39bda86..33b4ead544b94346cc55107c5b00552b14c7e3de 100644 GIT binary patch delta 43 zcmV+`0M!44K!iY$V*$9aah3;>fDN+;2pkBLh7r88-Vi7Uvj-UV1e4$qVzXWqr2=W( B5G?=z delta 64 zcmV-G0Kfl)K!iY$V*$6Zah3;>fDN+;2pk9jx07HNaS9iEdp9;LATl;Llb{eA0g00! W5+4DIv)m9X2eSqk_XM;46bA#XJQQ01 diff --git a/setup.py b/setup.py index ee9059a..36d652a 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup,find_packages setup( name = 'pyatmos', - version = '1.2.6', + version = '1.2.7', description = 'A package to estimate the vertical structure of atmosphere with various atmospheric density models', author = 'Chunxiao Li', author_email = 'lcx366@126.com',