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

Conversation

inoelloc
Copy link
Member

No description provided.

inoelloc and others added 17 commits May 31, 2024 13:32
The maximum length of a path has been adjusted to 256 characters instead of 128
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.
Can't unpack tuple indices directly in arrays
The use of a conda env is deprecated since v1.0. The conda usage has been removed from user guide
FIX PR: Add check and test on char maximum limit
@inoelloc inoelloc added the maintenance Maintenance label Jun 11, 2024
@inoelloc inoelloc requested a review from asjeb June 11, 2024 10:20
@asjeb asjeb merged commit a9dda3c into main Jun 11, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants