0.11.3 (2015-05-18)
-------------------

- Fixed more spurious runtime warnings while running vaporize.

0.11.2 (2015-05-15)
-------------------

- Fixed spurious runtime warnings while running vaporize.

0.11.1 (2015-05-14)
-------------------

- Fixed minor bug in enhydris_cache (ever growing comment in cached
  file)

0.11.0 (2015-04-29)
-------------------

- vaporize can now work without pressure (it calculates it from the
  elevation if necessary)

0.10.6 (2015-04-16)
-------------------

- In soil water balance, fix a bug concerning the changes of 0.10.5.

0.10.5 (2015-04-09)
-------------------

- Fix error in the handling of 'missing_allowed' when aggregating time
  series.
- In soil water balance, do not necessarily assume we irrigate
  whenever the model says we should.

0.10.4 (2015-03-10)
-------------------

- Fix error in "swb" model for soil water balance.
- Fix an error message in vaporize.

0.10.3 (2015-02-17)
-------------------

- Improvements in "swb" module for soil water balance.
- Better "no data" value in rasters.

0.10.2 (2015-02-15)
-------------------

- Can now calculate daily evaporation in addition to hourly.
- "spatial" now properly sets no data value in rasters.

0.10.1 (2015-01-30)
-------------------

- Minor bug fix: spatial.extract_point_from_raster now raises
  exception on error.

0.10.0 (2014-12-29)
-------------------

- Added "evaporation" module, which calculates evaporation, and
  related "vaporize" command line application.
- Added "swb" module, which determines irrigation needs based on soil
  water balance.
- Improvement in API of cliapp.
- timeseries.datetime_from_iso() is now deprecated; use the "iso8601"
  module instead. timeseries.datetime_from_iso() will be removed in
  version 1.0.
- Fordonia, bitia and pond have been renamed to aggregate, spatialize,
  and enhydris_cache.
- Aggregate (formerly fordonia) and spatialize (formerly bitia) now
  store the time zone in their output files (if it has been specified
  in their input).
- Spatialize (formerly bitia) can now use seasonal albedo, and it now
  also recalculates already existing output if in the meantime more
  data has become available. Several bugs have also been corrected.
- Experimental Mac OS X support.

0.9.1 (2014-06-16)
------------------

- Fixed installation bug which made it necessary to install requests
  before installing pthelma.

0.9.0 (2014-06-16)
------------------

- New application Pond performs local filesystem caching of Enhydris
  data.

- Bitia no longer puts date in output filename, but as a field in the
  file instead; the file is named filename_prefix-XXXX.tif, where XXXX
  is a number from 0 (for most recent) to files_to_produce.

- Bitia now works locally, without communicating with Enhydris; Pond
  must be called before it in order to update the local cache.

- Added version 3 of time series file format.

- New application Fordonia performs time series aggregation.

- Fixed bug: loggertodb's WDAT5 format now pays attention to DST.

0.8.1 (2014-06-06)
------------------

- Added bitia to scripts (accidentally forgotten in 0.8.0)

0.8.0 (2014-06-05)
------------------

- Python 3 support

- enhydris_api client module

- New CLI program bitia for spatial integration

- Added loggertodb msaccess file format

- Some bug fixes

0.7.3 (2014-06-03)
------------------

- Fixed setup.py that was requiring pytz to be installed

0.7.2 (2014-04-30)
------------------

- Added method Timeseries.delete_items()

0.7.1 (2014-03-19)
------------------

- Davis WDAT5 loggertodb timezone parameter now works with py2exe on
  Windows

0.7.0 (2014-03-18)
------------------

- Davis WDAT5 loggertodb file format now works

- Time series files can have empty lines

0.6.0 (2014-02-25)
------------------

- Windows installer for loggertodb

0.5.0 (2014-01-28)
------------------

- loggertodb support for Davis WDAT5 files

- loggertodb checks for configuration errors

0.4.1 (2013-11-14)
------------------

- loggertodb compatible with Django 1.5.5 and later.

0.4.0 (2013-10-31)
------------------

- Improve DST handling; use pytz.

0.3.0 (2013-10-14)
------------------

- Strip double quotes in loggertodb's simple data file format.

0.2.1 (2013-08-19)
------------------

- Improvements in installation procedure.

0.1.0 (2013-08-14)
------------------

- Initial release.
