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: dftd3/simple-dftd3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: dftd3/simple-dftd3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 5 commits
  • 16 files changed
  • 4 contributors

Commits on Aug 12, 2024

  1. Workarounds for Cray compilers (#77)

    Signed-off-by: Federico Pedron <fedekbe@gmail.com>
    fedepedron authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f147b26 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fix python3.12 build failure (#79)

    * See https://cffi.readthedocs.io/en/stable/whatsnew.html#v1-16-0
    * Replace the use of deprecated numpy random calls
    * Upgrade GCC on MacOS
    * Add setuptools in meson as dependency
    * Skip Windows wheel build
    
    Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
    wangenau and awvwgk authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5024500 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    cbaae10 View commit details
    Browse the repository at this point in the history
  2. Fixes invalid escape sequences (#78)

    Uses raw strings to supress the `SyntaxWarning` thrown by python3.12
    
    Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
    jevandezande and awvwgk authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    204bd2f View commit details
    Browse the repository at this point in the history
  3. Update to version 1.1.1 (#81)

    awvwgk authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    150f0cf View commit details
    Browse the repository at this point in the history
Loading