Thanks to visit codestin.com
Credit goes to github.com

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: CrayLabs/SmartSim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: CrayLabs/SmartSim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix_copyright
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 272 files changed
  • 1 contributor

Commits on Aug 13, 2025

  1. Update copyright headers from 2021-2024 to 2021-2025

    Update all copyright headers across the codebase to reflect the new year.
    This includes Python files, configuration files, documentation, tests,
    Docker files, shell scripts, and other supporting files.
    
    Files updated:
    - All Python source files (*.py)
    - Configuration files (*.cfg, *.toml, .pylintrc)
    - Documentation files (*.rst, doc/conf.py)
    - License file (LICENSE.md)
    - Build files (Makefile, setup.cfg)
    - Docker files
    - Test configuration files
    - Shell scripts and MPI stubs
    - YAML workflow files
    
    The changelog entry referencing historical 2021-2024 changes was
    intentionally left unchanged as it documents past events.
    al-rigazzi committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    5aee900 View commit details
    Browse the repository at this point in the history
  2. Update changelog with copyright header changes

    Add entry documenting the update of copyright headers from 2021-2024
    to 2021-2025 across 271 files in the codebase.
    al-rigazzi committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    8943c3a View commit details
    Browse the repository at this point in the history
Loading