Releases: supermanzer/NDBC
Releases · supermanzer/NDBC
v1.2.0
v1.1.2
What's Changed
- Bump pygments from 2.6.1 to 2.7.4 by @dependabot in #31
- Bump urllib3 from 1.25.11 to 1.26.5 by @dependabot in #37
- Bump numpy from 1.20.2 to 1.22.0 by @dependabot in #38
- Revising project directory structure by @supermanzer in #39
- Adding rudimentary models to encapsulate domain logic by @supermanzer in #40
- Update pandas.read_csv calls to avoid deprecated args
Full Changelog: https://supermanzer.github.io/NDBC/html/changelog.html
v1.1.0: Merge pull request #29 from GenSci/dependabot/pip/jinja2-2.11.3
NDBC Package Change Log
v.1.1.0
- Added support for multiple data package retrieval through a more general
get_data()
function. - Added deprecation flags to
get_stdmet()
function, which is being replaced by more generalget_data()
. - Improved bad data flag detection and replacement with
np.NAN
values. - Added property decorated getter functions for all identified data packages
v.1.0.1
- Modified month URL kwargs to better handle selecting months in the previous year. (fixes issue #20)
- Added
__repr__()
method so users can see the station ID when calling the object in the terminal - Added demonstration Jupyter Notebook to make package usage clear.
Month/Year Wrap Fix
NDBC Package Change Log
v.1.0.1
- Modified month URL kwargs to better handle selecting months in the previous year. (fixes issue #20)
- Added
__repr__()
method so users can see the station ID when calling the object in the terminal - Added demonstration Jupyter Notebook to make package usage clear.
Station Search
This new release provides station search functionality. APIs are provided for both box and radial station searches.