This release introduces a new module `wavelet` that contains various functions for implementing wavelet analyses in general, and analytic Morse wavelets in particular. This module is mostly based on Jonathan Lilly's jLab Matlab toolbox.
What's Changed
* Rowsize everywhere by milancurcic in https://github.com/Cloud-Drift/clouddrift/pull/246
* More general subset by milancurcic in https://github.com/Cloud-Drift/clouddrift/pull/248
* Sphere-to-3d by selipot in https://github.com/Cloud-Drift/clouddrift/pull/247
* Relicense to MIT by milancurcic in https://github.com/Cloud-Drift/clouddrift/pull/249
* sphere_to_cartesian -> spherical_to_cartesian and cartesian_to_sphere… by milancurcic in https://github.com/Cloud-Drift/clouddrift/pull/253
* Allow time to be 1-d if u,v or lon,lat are n-d by milancurcic in https://github.com/Cloud-Drift/clouddrift/pull/252
* docs: copy button by philippemiron in https://github.com/Cloud-Drift/clouddrift/pull/255
* start of wavelet module by selipot in https://github.com/Cloud-Drift/clouddrift/pull/240
**Full Changelog**: https://github.com/Cloud-Drift/clouddrift/compare/v0.20.1...v0.21.0