A bugfix release to ensure preliminary F10.7 data is downloaded when needed.
Type of change
Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
import datetime as dt
import pysat
stime = # Set to a date to past the last partial quarterly file you have, will vary by user
f107 = pysat.Instrument('sw', 'f107', tag='prelim', use_header=True)
f107.dowload(start=stime)
f107.files.files[stime]
In the old version, if you had previously downloaded a quarterly file and it needed to be updated, the update wouldn't happen.
Test Configuration
Operating system: OS X Big Sur
Version number: Python 3.8
Any details about your local setup that are relevant: main version of pysat
Checklist:
[x] Update the version number
[x] Verify and update Zenodo information in .zenodo.json
[x] doc tests pass locally
[x] activate this branch on readthedocs (see link in CI)
Description
A bugfix release to ensure preliminary F10.7 data is downloaded when needed.
Type of change
How Has This Been Tested?
In the old version, if you had previously downloaded a quarterly file and it needed to be updated, the update wouldn't happen.
Test Configuration
Checklist:
CHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the release checklist on the pysat wiki: https://github.com/pysat/pysat/wiki/Checklist-for-Release