- depricate
plot_transectandhofm_plotfunctions. Replaced with more generalplot_xyzfunction. - replace
transect_uvwithget_transect_uv. - remove Basemap dependency and all code related to Basemap.
plot_vector- plotting vector on a map.plot_xyz- ploting, for example, transect or hovmoeller diagrams.get_transect- returns the data for transect, that then should be used withplot_xyzto plot.tplot- plotting on original FESOM mesh, without interpolation.compute_face_coords- compute coordinates (centers) of elements (triangles).cut_region- cut region from the mesh.xmoc_data- compute moc for selected regionget_mask- create mask of the region (e.g. Atlantic or Pacific Ocean).
- fix
get_cmapto cpmply with new matplotlib versions. - fix RTD builds on master (by Suvarchal Kumar Cheedela).
- fix issue with time module change after python 3.7 (by Paul Gierz)
- Notebook example for vector plotting.
- Notebook example for plotting on original mesh with``tplot``.
- Notebook example for very fast plotting with geoviews .
- Notebook example for xMOC plotting.
- general cleaning up of the code
- split
plotfunction to make it more readable. - refactor
tonodesfunction, allow xarray intonodes3d - add tests for transects.
- Fixes for PyPI
- First release on PyPI.