pysat / pysatSpaceWeather

pysat support for space weather indices and data sets
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

RC v0.0.10 #116

Closed aburrell closed 1 year ago

aburrell commented 1 year ago

Description

A bugfix release to ensure preliminary F10.7 data is downloaded when needed.

Type of change

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

Checklist:

If 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

aburrell commented 1 year ago

@rstoneback @JonathonMSmith can I get one of you to review this today? Otherwise the release will get pushed further back since I'll be out.