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

Use bigger dtypes in routed models to expand number of supported pixels and implement docker container #1434

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    576f4c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495ea32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cac295 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9d38db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9d72de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3195875 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44d5b1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55cb3d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a90a795 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efa1df2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bfd67f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb64267 View commit details
    Browse the repository at this point in the history
  13. Using sed for substring replacement instead of bash builtings. GHA do…

    …esn't like all the nested curly braces. RE:natcap#1431
    phargogh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a3f951f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    77be2d4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    beea25d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    781789d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5f5817e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c181d28 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f6ea5ec View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eab9919 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2d6cc1e View commit details
    Browse the repository at this point in the history
  22. Improving the number of pixels that can be included in the analysis.

    This comes at a near-doubling of required stack memory (and some heap
    memory), but it should be OK for most users.  RE:natcap#1431
    phargogh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0d647f3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6acc0a7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    db1a05e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Merge branch 'main' into bugfix/1431-sdr-and-probably-other-routed-mo…

    …dels-have-int32-limitations
    phargogh authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c4b9e0f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge branch 'main' of https://github.com/natcap/invest into bugfix/1…

    …431-sdr-and-probably-other-routed-models-have-int32-limitations
    
    Conflicts:
    	HISTORY.rst
    phargogh committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    88d409e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bugfix/1431-sdr-and-probably-other-routed-models-have-i…

    …nt32-limitations' of github.com:phargogh/invest into bugfix/1431-sdr-and-probably-other-routed-models-have-int32-limitations
    phargogh committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ef2b0bf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    274f669 View commit details
    Browse the repository at this point in the history
  2. Replacing native pygeoprocessing builds with better yml generation.

    This way pip will perform scm-based package installation like normal
    with whatever extra dependencies it needs.
    
    RE:natcap#1431
    phargogh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e6f850c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39ebcb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65fd138 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into bugfix/1431-sdr-and-probably-other-routed-mo…

    …dels-have-int32-limitations
    phargogh authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4ca297d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7119e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce7c59d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' of https://github.com/natcap/invest into bugfix/1…

    …431-sdr-and-probably-other-routed-models-have-int32-limitations
    
    Conflicts:
    	HISTORY.rst
    phargogh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    544e647 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'bugfix/1431-sdr-and-probably-other-routed-models-have-i…

    …nt32-limitations' of github.com:phargogh/invest into bugfix/1431-sdr-and-probably-other-routed-models-have-int32-limitations
    phargogh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1da2138 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4800f4a View commit details
    Browse the repository at this point in the history
  11. Attempting to address a build warning about setuptools_scm/setuptools…

    … version incompatibility that I encountered in github actions. RE:natcap#1431
    phargogh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8bfd8d0 View commit details
    Browse the repository at this point in the history
  12. Allowing git lfs install to fail.

    When running on github actions, I found an error noting that `Hook
    already exists: pre-push` (see below), which to me makes me think that
    LFS already exists and has been configured.  And I confirm that on GHA,
    git-lfs is installed to version 3.4.0
    
    ```
    git -C data/invest-test-data lfs install
    Hook already exists: pre-push
    
    	#!/bin/sh
    	command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
    	git lfs pre-push "$@"
    
    To resolve this, either:
      1: run `git lfs update --manual` for instructions on how to merge hooks.
      2: run `git lfs update --force` to overwrite your hook.
    ```
    phargogh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4c82149 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8301c75 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76c84ba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab8400f View commit details
    Browse the repository at this point in the history
  16. Adding a compiler if on linux or it's needed.

    A compiler will be needed to build from source.
    
    RE:natcap#1431
    phargogh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    89d840a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    d9aeced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd492aa View commit details
    Browse the repository at this point in the history