update README.md
This commit is contained in:
parent
da7d4abae2
commit
99bf7d752b
@ -123,7 +123,8 @@ pip install pyatmos --upgrade # to upgrade a pre-existing installation
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Change log
|
## Change log
|
||||||
|
- **1.2.5 — Jul 16, 2023**
|
||||||
|
- Added time system for loading/updating the EOP file and Leap Second file from IERS
|
||||||
- **1.2.4 — Feb 16, 2023**
|
- **1.2.4 — Feb 16, 2023**
|
||||||
- Changed functions `read_sw_nrlmsise00` and `get_sw` due to the space weather file changed from 'SW-ALL.txt' to 'SW-ALL.csv'
|
- Changed functions `read_sw_nrlmsise00` and `get_sw` due to the space weather file changed from 'SW-ALL.txt' to 'SW-ALL.csv'
|
||||||
- Deleted the colored-progress bar for downloading space weather file, and use `wget` instead.
|
- Deleted the colored-progress bar for downloading space weather file, and use `wget` instead.
|
||||||
|
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.4',
|
version = '1.2.5',
|
||||||
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