Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor data step script into library (API) and consumer (CLI) #85

Merged
merged 24 commits into from
Sep 22, 2023

Commits on Sep 22, 2023

  1. Nix flake: use Python 3.11

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    de98d4a View commit details
    Browse the repository at this point in the history
  2. data step: refactor

    Rewrite as a library (set of functions) and a CLI.
    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    07afb00 View commit details
    Browse the repository at this point in the history
  3. use new code paths in training step; fix MLproject

    Cleaner subdomain configuration.
    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a073a38 View commit details
    Browse the repository at this point in the history
  4. data: enable selecting Pangeo intake catalog

    Also locks intake catalog to current HEAD.
    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fb9179c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67e2adc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0e2080 View commit details
    Browse the repository at this point in the history
  7. cli/data: re-add logging

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bdb3b68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e317a0 View commit details
    Browse the repository at this point in the history
  9. step/data: simplify gaussian_filter call

    No need to repeat sigma according to docs.
    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    eed04b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65beb54 View commit details
    Browse the repository at this point in the history
  11. step/data: remove code copied from unused debug

    Also does more operations up front in the CLI for testing purposes.
    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    95db10d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e36ce8 View commit details
    Browse the repository at this point in the history
  13. step/data/coarsen: cleaning

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8ae5f67 View commit details
    Browse the repository at this point in the history
  14. step/data: simplify ufunc call

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4bc7354 View commit details
    Browse the repository at this point in the history
  15. readme: clarify data step CLI

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a08f621 View commit details
    Browse the repository at this point in the history
  16. step/data: clean up, log more

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    240cc6b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1b47b8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8b5aa4a View commit details
    Browse the repository at this point in the history
  19. fix data step pytests

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c74ea76 View commit details
    Browse the repository at this point in the history
  20. MLproject: remove data step

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f5e8848 View commit details
    Browse the repository at this point in the history
  21. readme: fix example commands

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    33681b7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9be2292 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d89fe97 View commit details
    Browse the repository at this point in the history
  24. readme: +note on old GEOS req

    raehik committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b483fd0 View commit details
    Browse the repository at this point in the history