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: modern-fortran/neural-fortran
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: modern-fortran/neural-fortran
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 21 files changed
  • 4 contributors

Commits on Aug 3, 2025

  1. First change; take a look

    Riccardo Orsi authored and Riccardo Orsi committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    d36edc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Removed set_params as well

    Riccardo Orsi authored and Riccardo Orsi committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    226b030 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2025

  1. Merge pull request #227

    This merging is a refactoring of the neural-fortran code.
    
    Instead of the functions get_params and set_params, a function get_params_ptr is implemented. All of the instances of the old two functions have been replaced with the new one.
    Riccardo231 authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    3658b8a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Fixed compilation errors for Intel compilers (#229)

    * Fixed compilation errors for Intel compilers
    
    * Adapt CMakeLists for renamed modules
    
    ---------
    
    Co-authored-by: Vandenplas, Jeremie <[email protected]>
    jvdp1 and Vandenplas, Jeremie authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    89a255b View commit details
    Browse the repository at this point in the history
Loading