By dynamically setting environment variables *ENABLE_IERS_LOAD*, the problem of repeatedly loading IERS data files when other packages call this package is fixed.
This commit is contained in:
parent
15b691055a
commit
ac957e7aa9
@ -123,6 +123,9 @@ pip install pyatmos --upgrade # to upgrade a pre-existing installation
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Change log
|
## 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**
|
- **1.2.6 — Mar 08, 2024**
|
||||||
- Implemented the calculation of Associated Legendre polynomials using `scipy`, eliminating the dependency on the `pyshtools` package.
|
- Implemented the calculation of Associated Legendre polynomials using `scipy`, eliminating the dependency on the `pyshtools` package.
|
||||||
- **1.2.5 — Jul 16, 2023**
|
- **1.2.5 — Jul 16, 2023**
|
||||||
|
BIN
pyatmos/.DS_Store
vendored
BIN
pyatmos/.DS_Store
vendored
Binary file not shown.
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup,find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'pyatmos',
|
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',
|
description = 'A package to estimate the vertical structure of atmosphere with various atmospheric density models',
|
||||||
author = 'Chunxiao Li',
|
author = 'Chunxiao Li',
|
||||||
author_email = 'lcx366@126.com',
|
author_email = 'lcx366@126.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user