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: pyiron/pyiron_snippets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pyiron_snippets-0.1.3
Choose a base ref
...
head repository: pyiron/pyiron_snippets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pyiron_snippets-0.1.4
Choose a head ref
  • 13 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    fbc12df View commit details
    Browse the repository at this point in the history
  2. Skip test on windows

    pmrv committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9aa5e75 View commit details
    Browse the repository at this point in the history
  3. Format black

    pyiron-runner committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    039f62f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa505a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Add comments for windows

    pmrv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    982faaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d26756 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Use a warning instead of logger

    Avoids creating random files for users who otherwise do not use the logger.
    pmrv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6fd7ac8 View commit details
    Browse the repository at this point in the history
  2. Adapt test to warning

    pmrv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    87d7912 View commit details
    Browse the repository at this point in the history
  3. Format black

    pyiron-runner committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dd06a76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efd976c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22 from pyiron/warn

    Log a warning when an executable is found, but does not have the exec…
    pmrv authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0089e58 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. [patch] Fix readme example formatting (#26)

    I don't know what the hell sort of linter madness got a hold of these examples, but they got broken so badly they weren't even being recognized by the test suite as examples so they wouldn't even fail the tests!
    liamhuber authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5c2f87a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. [patch] Allow _FactoryMade to explicitly define where its reduce sh…

    …ould import from (#27)
    
    * Allow `_FactoryMade` to explicitly define where its reduce should import from
    
    * Give the same <locals> protection with the new syntax
    
    * Add comment
    
    * Extend tests to cover both syntaxes
    
    * Edit docstring
    
    * Format black
    
    ---------
    
    Co-authored-by: pyiron-runner <pyiron@mpie.de>
    liamhuber and pyiron-runner authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e0beaa6 View commit details
    Browse the repository at this point in the history
Loading