|
| 1 | +Changelog |
| 2 | +========= |
| 3 | + |
| 4 | +All notable changes to this project will be documented in this file. |
| 5 | + |
| 6 | +The format is based on `Keep a Changelog <https://keepachangelog.com/en>`_ |
| 7 | +and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_. |
| 8 | + |
| 9 | +[Unreleased] |
| 10 | +------------ |
| 11 | +Changed |
| 12 | +^^^^^^^ |
| 13 | +Fixed |
| 14 | +^^^^^ |
| 15 | +Added |
| 16 | +^^^^^ |
| 17 | + |
| 18 | +[3.4.0] - 2021-03-29 |
| 19 | +-------------------- |
| 20 | +Changed |
| 21 | +^^^^^^^ |
| 22 | +- `TrackEddiesObservations.filled_by_interpolation` method stop to normalize longitude, to continue to have same |
| 23 | + beahviour you must call before `TrackEddiesObservations.normalize_longitude` |
| 24 | + |
| 25 | +Fixed |
| 26 | +^^^^^ |
| 27 | +- Use `safe_load` for yaml load |
| 28 | +- repr of EddiesObservation when the collection is empty (time attribute empty array) |
| 29 | +- display_timeline and event_timeline can now use colors according to 'y' values. |
| 30 | +- event_timeline now plot all merging event in one plot, instead of one plot per merging. Same for splitting. (avoid bad legend) |
| 31 | + |
| 32 | +Added |
| 33 | +^^^^^ |
| 34 | +- Identification file could be load in memory before to be read with netcdf library to get speed up in case of slow disk |
| 35 | +- Add a filter option in EddyId to be able to remove fine scale (like noise) with same filter order than high scale |
| 36 | + filter |
| 37 | +- Add **EddyQuickCompare** to have few figures about several datasets in comparison based on match function |
| 38 | +- Color and text field for contour in **EddyAnim** could be choose |
| 39 | +- Save EddyAnim in mp4 |
| 40 | +- Add method to get eddy contour which enclosed obs defined with (x,y) coordinates |
| 41 | +- Add **EddyNetworkSubSetter** to subset network which need special tool and operation after subset |
| 42 | +- Network: |
| 43 | + - Add method to find relatives segments |
| 44 | + - Add method to get cloase network in an other atlas |
| 45 | +- Management of time cube data for advection |
| 46 | + |
| 47 | +[3.3.0] - 2020-12-03 |
| 48 | +-------------------- |
| 49 | +Added |
| 50 | +^^^^^ |
| 51 | +- Add an implementation of visvalingam algorithm to simplify polygons with low modification |
| 52 | +- Add method to found close tracks in an other atlas |
| 53 | +- Allow to give a x reference when we display grid to be able to change xlim |
| 54 | +- Add option to EddyId to select data index like `--indexs time=5 depth=2` |
| 55 | +- Add a method to merge several indexs type for eddy obs |
| 56 | +- Get dataset variable like attribute, and lifetime/age are available for all observations |
| 57 | +- Add **EddyInfos** application to get general information about eddies dataset |
| 58 | +- Add method to inspect contour rejection (which are not in eddies) |
| 59 | +- Grid interp could be "nearest" or "bilinear" |
| 60 | + |
| 61 | +Changed |
| 62 | +^^^^^^^ |
| 63 | +- Now to have object informations in plot label used python ```format``` style, several key are available : |
| 64 | + |
| 65 | + - "t0" |
| 66 | + - "t1" |
| 67 | + - "nb_obs" |
| 68 | + - "nb_tracks" (only for tracked eddies) |
| 69 | + |
| 70 | +[3.2.0] - 2020-09-16 |
| 71 | +-------------------- |
| 72 | + |
| 73 | +[3.1.0] - 2020-06-25 |
| 74 | +-------------------- |
0 commit comments