Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nv-morpheus/utilities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b5a53cf77c9c9e9406939f1e6bbc163ba16b0f0f
Choose a base ref
...
head repository: nv-morpheus/utilities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e49a3fa44951305e4837b140692282bb5e603eb8
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 14, 2023

  1. Pr template and discussions (#31)

    This PR Does 4 things:
    - Creates a pull request template for future PRs
    - Creates a config.yml so we can point users to Discussions for Morpheus
    - Deletes the `Question` Issue Template since we are moving to Discussions for that
    - Delete the no longer necessary add_to_project GHA
    
    Authors:
      - Ben Jarmak (https://github.com/jarmak-nv)
    
    Approvers:
      - Michael Demoret (https://github.com/mdemoret-nv)
    
    URL: #31
    jarmak-nv authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c3311c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Make Cython targets have the same extension as pybind11 (#34)

    Small fix to correctly output the right python extension like pybind11 does. Turns this:
    ```
    cudf_helpers.so
    ```
    into
    ```
    cudf_helpers.cpython-310-x86_64-linux-gnu.so
    ```
    
    Authors:
      - Michael Demoret (https://github.com/mdemoret-nv)
    
    Approvers:
      - Devin Robison (https://github.com/drobison00)
    
    URL: #34
    mdemoret-nv authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e49a3fa View commit details
    Browse the repository at this point in the history
Loading