Skip to content

Releases: nansencenter/sea_ice_drift

SeaIceDrift-0.7

05 Oct 11:07
Compare
Choose a tag to compare

Changelog

  • interpolation_poly() and interpolation_near() is generic
  • max_drift_filter() accepts drift or speed threshold
  • gdal is imported before Nansat
  • compliance with Nansat 1.1.*
  • nansat is listed in requirements
  • SeaIceDrift.get_drift_PM changes API

SeaIceDrift-0.6

26 Feb 12:57
Compare
Choose a tag to compare
  • Adapt to Python 3
  • Calculate Hessian as a quality indicator
  • Update path to test files
  • Fix bugs

SeaIceDrift-0.5

03 Aug 09:25
Compare
Choose a tag to compare

Fix bugs related to stricter indexing rules in new numpy

SeaIceDrift-0.4

13 Mar 11:46
Compare
Choose a tag to compare

Fix severe bug in lib.get_drift_vectors

SeaIceDrift-0.3

10 Mar 10:04
Compare
Choose a tag to compare

Update default values for some parameters
Remove obsolete files
Replace equirec with U,V computation for a given domain

SeaIceDrift-0.2

11 Jan 15:14
Compare
Choose a tag to compare

Changelog:

  • Feature Tracking and Pattern Matching functions are grouped in ftlib.p and pmlib.py modules
  • Common functions are in lib.py module
  • Convenience class SeaICeDrift is in seaicedrift.py module
  • Unittests are added
  • Integration with TravisCI and Coverals is implemented