Skip to content

Releases: supermanzer/NDBC

v1.2.0

18 Dec 19:30
Compare
Choose a tag to compare

Updating PyPI projecct links

v1.1.2

19 Sep 18:37
Compare
Choose a tag to compare

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

04 Apr 20:56
02d0e6f
Compare
Choose a tag to compare

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 general get_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

06 Feb 20:30
Compare
Choose a tag to compare

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

28 Jun 16:44
f3670e2
Compare
Choose a tag to compare

This new release provides station search functionality. APIs are provided for both box and radial station searches.