From fbc49df2fe6ba8f19751eaa7b23ee5c3ac9f6b2b Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 24 Apr 2018 09:40:45 -0300 Subject: [PATCH] Update changelog for next release --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index beac3f8..bb2a0f4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Changelog --------- +Version 1.3.0 + +* Implemented most of netCDF4.Variable methods and properties in CFVariable. + Things like var.shape or var.size will work by default without the need to + request the original variable object. + Version 1.2.0 * Return the array of polygons and the shapely geometry.