This is a minor release with a couple of method upgrades.
The `subset` method now lets users subset hours. For example `ds.subset(hour=1)` will select the first hour of the day.
The match point methods have also been modified so that the dataframe sent to them does not have to strictly match names, so that names such as "longitude", "Longitude" will automatically be decoded as longitude.