update README.md

This commit is contained in:
Chunxiao Li 2023-07-16 23:26:54 +08:00
parent da7d4abae2
commit 99bf7d752b
2 changed files with 3 additions and 2 deletions

View File

@ -123,7 +123,8 @@ pip install pyatmos --upgrade # to upgrade a pre-existing installation
```
## 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**
- 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.

View File

@ -2,7 +2,7 @@ from setuptools import setup,find_packages
setup(
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',
author = 'Chunxiao Li',
author_email = 'lcx366@126.com',