Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance/1.0.x #208

Merged
merged 18 commits into from
Jun 11, 2024
Merged

Maintenance/1.0.x #208

merged 18 commits into from
Jun 11, 2024

Commits on May 31, 2024

  1. FIX: Fix directory path max length

    The maximum length of a path has been adjusted to 256 characters instead of 128
    inoelloc committed May 31, 2024
    Configuration menu
    Copy the full SHA
    62206b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. FIX: Fix Fortran character array

    This commit addresses problems with Fortran character arrays passed to Python. The first was that the length of the character string
    was too short (20). The second was that only 1D arrays were managed and if the length of the character string is equal to the limit
    then the values in the array are not splited correctly.
    
    The max length has been increased from 20 to 128 and the associated decorator to handle character arrays has been modified to managed
    any nD arrays and max character length.
    
    A few tests have been added, but they don't allow you to check all the decorators correctly. It would be necessary to create a
    Fortran file specific to the test case.
    inoelloc committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bd5fa06 View commit details
    Browse the repository at this point in the history
  2. FIX: Fix indices unpacking

    Can't unpack tuple indices directly in arrays
    inoelloc committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fdc3865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23dc22d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #197 from inoelloc/doc-roll-discharge-comment

    Doc roll discharge comment
    inoelloc authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6b81484 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. FIX: Fix generate baseline

    inoelloc committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8cebe12 View commit details
    Browse the repository at this point in the history
  2. DOC: Remove conda usage

    The use of a conda env is deprecated since v1.0. The conda usage has been removed from user guide
    inoelloc committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    25c010b View commit details
    Browse the repository at this point in the history
  3. upgrade doc grapehs and content

    pag13 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9762037 View commit details
    Browse the repository at this point in the history
  4. DOC: update css for dropdown

    inoelloc committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e87f683 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #205 from DassHydro/doc-graphes

    Doc graphes
    inoelloc authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    10ed9a4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #203 from inoelloc/fix-generate-baseline

    FIX: Fix generate baseline
    asjeb authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fe3aa4e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #204 from inoelloc/doc-remove-conda-usage

    DOC: Remove conda usage
    asjeb authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c5a28e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #194 from inoelloc/fix-directory-path-max-length

    Fix directory path max length
    asjeb authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ac0038a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    160c11e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #196 from inoelloc/fix-fortran-char-array

    Fix fortran char array
    asjeb authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f165a4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    067acd6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #206 from inoelloc/fix-fortran-char-array

    FIX PR: Add check and test on char maximum limit
    asjeb authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    534f5f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bccb1d View commit details
    Browse the repository at this point in the history