Skip to content
Snippets Groups Projects
  1. May 10, 2024
  2. Apr 27, 2024
  3. Apr 26, 2024
  4. Feb 21, 2024
  5. Feb 13, 2024
  6. Feb 12, 2024
  7. Nov 28, 2023
    • Lionel GUEZ's avatar
      Blacken · 78f5fff8
      Lionel GUEZ authored
      78f5fff8
    • Lionel GUEZ's avatar
      Follow PEP 8 - Code lay-out - Imports · 83f9fb34
      Lionel GUEZ authored
      83f9fb34
    • Lionel GUEZ's avatar
      Move functions to `util_eddies.py` · af3e3abd
      Lionel GUEZ authored
      Move functions `node_to_date_eddy` and `date_eddy_to_node` from script
      `report_graph.py` to script `util_eddies.py`. `util_eddies.py`
      contains more basic functions, it only imports
      shapefile. `report_graph.py` imports networkx. It was not convenient
      nor meaningful to require networkx for scripts that use
      `node_to_date_eddy` or `date_eddy_to_node`.
      af3e3abd
  8. Oct 12, 2023
    • Lionel GUEZ's avatar
      Move functions out of repository · 26a986ca
      Lionel GUEZ authored
      Move functions `plot_distr_funct`, `fig_hist` and `fig_distr_funct` to
      module `jumble_matplotlib`, out of this repository, because they are
      of more general interest.
      26a986ca
  9. Sep 15, 2023
  10. Sep 05, 2023
  11. Jul 13, 2023
  12. Jun 23, 2023
  13. Jun 02, 2023
    • Lionel GUEZ's avatar
      Remove option `--dashed` · 783ee368
      Lionel GUEZ authored
      Remove option `--dashed` of script `plot_eddy_contours.py`. This
      option was added in commit 5e0e0deb. The dummy argument dashed of
      function snapshot is useful because we can call snapshot several times
      on the same axes from elsewhere, but I do not see how the option
      `--dashed` of script `plot_eddy_contours.py` is useful, since we
      create a new figure when we run the script.
      783ee368
    • Lionel GUEZ's avatar
      Add function annotations · 6ae3813b
      Lionel GUEZ authored
      6ae3813b
    • Lionel GUEZ's avatar
      Polish · a21b1f23
      Lionel GUEZ authored
      a21b1f23
  14. May 24, 2023
  15. May 23, 2023
Loading