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

Adding regional and optimization modules #30

Merged
merged 30 commits into from
Nov 30, 2023
Merged

Adding regional and optimization modules #30

merged 30 commits into from
Nov 30, 2023

Commits on Nov 29, 2023

  1. docs: fix some docstrings

    mdtanker committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3432834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52818c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae4b7b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03fd61e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dd3903 View commit details
    Browse the repository at this point in the history
  6. feat: add regional module

    mdtanker committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2e2a461 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c001491 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    237b1c3 View commit details
    Browse the repository at this point in the history
  9. build: add new dependencies

    mdtanker committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f538a77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc97ca0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    241fd71 View commit details
    Browse the repository at this point in the history
  12. fix: typos and formatting

    mdtanker committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    07290c7 View commit details
    Browse the repository at this point in the history
  13. fix: replace psutil cpu affinity with new function

    used a function from a stack overlow answer which is able to get cpu core numbers for many operating systems since psutil doesn't seem to work for MacOS or Windows.
    mdtanker committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bf045e4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40c0c50 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    660b252 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    60c4dec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    366340e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b8fc37 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b46957f View commit details
    Browse the repository at this point in the history
  20. chore: fix env.yml files

    mdtanker committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4077301 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    249b680 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    34f7494 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    bb843f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bafeff4 View commit details
    Browse the repository at this point in the history
  3. build: restrict xrft version

    Seems to be cause issues in conda-forge feedstock, harmonica requires >= 1.0, match this
    mdtanker committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2fd8a62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2456be1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8bb4a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef8668a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c38045a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4c9c8f View commit details
    Browse the repository at this point in the history