Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.22 KB

whats-new.rst

File metadata and controls

54 lines (35 loc) · 1.22 KB

salem

What's New

v0.2.0 (08 November 2016)

Salem is now released under a 3-clause BSD license.

Enhancements

  • New :py~DatasetAccessor.wrf_zlevel and :py~DatasetAccessor.wrf_plevel functions for vertical interpolation
  • Salem can now plot on cartopy's maps thanks to a new :py~salem.proj_to_cartopy function.
  • Doc improvements
  • New diagnostic variable: 'WS'

v0.1.1 (27 October 2016)

Enhancements

  • Some doc improvements
  • New ds keyword to the accessors subset() and roi() methods

Bug fixes

  • Natural Earth file lr (low-res) now shipped with sample-data, mr and hr can still be downloaded if needed
  • Remove use to deprecated rasterio.drivers()
  • GeoNetCDF files without time variable should now open without error

v0.1.0 (22 October 2016)

Big refactoring (15), partly backwards incompatible (mostly renaming). Improved xarray accessors, WRF tools, merged Cleo into the codebase, added a first draft of documentation.

v0.0.9 (22 October 2016)

Initial release.