Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# News #
* 01/04/2025 Version 0.2.2 released (adds support for more types of directive and
* 10/06/2026 Version 0.2.3 released (adds support for preprocessor line markers,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close the parenthesis

improved handling of labelled DO loops and support for F2008 extension to
Proc_Decl.
* 01/04/2026 Version 0.2.2 released (adds support for more types of directive and

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried:

pip install build
python -m build --sdist --wheel

manually since we moved to pyproject and I wanted to make sure the automated publishing script will work, and it does, but there is this warning:

 SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2027-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!

Can we solve this?

support for the Fortran2008 unlimited-repeat format specifier).
* Good to know: fparser with Python 3.14 is approximately a factor of two faster than
it is with older Python versions.
Expand Down
Loading