- add support for pandas 0.14 and 0.15 - add a function to selectively remove data from nwis hdf5 cache
0.7.4
- in cuahsi.wof module: allow optional configuration of caching behavior for underlying suds SOAP library - in cuahsi.wof.get_values(), variable_code is no longer a keyword argument. It didn't make sense for it to be a kwarg since it is not optional.
0.7.3
- bugfix: using parameters argument in ulmo.ncdc.gsod.get_data() was not working
0.7.2
- add parser for TWDB DOT dataloggers to usgs.eddn
0.7.1
- bugfix: in cpc.drought dataset calculate year number externally rather than using year number from data files, as they are sometimes incorrect (see github issue 66)
0.7.0
- this release includes some backwards incompatible changes - update ncdc.cirs to use new nClimDiv dataset (see ftp://ftp.ncdc.noaa.gov/pub/data/cirs/climdiv/div-dataset-transition-readme.txt) for details about the new dataset - some ncdc.cirs element names have changed: - cdd -> cddc - hdd -> hddc - pcp -> pcpn - tmp -> tmpc - fix flakey cpc.drought url determination causing data for the 2011 agricultural year to be unavailable