Skip to content

(Closes #510) Prepare for 0.2.3 release#511

Open
arporter wants to merge 1 commit into
masterfrom
510_new_release_0_2_3
Open

(Closes #510) Prepare for 0.2.3 release#511
arporter wants to merge 1 commit into
masterfrom
510_new_release_0_2_3

Conversation

@arporter

Copy link
Copy Markdown
Member

No description provided.

@arporter arporter self-assigned this Jun 10, 2026
@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.24%. Comparing base (65ea44f) to head (57c4066).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #511   +/-   ##
=======================================
  Coverage   92.24%   92.24%           
=======================================
  Files          88       88           
  Lines       13866    13866           
=======================================
  Hits        12790    12790           
  Misses       1076     1076           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@arporter

Copy link
Copy Markdown
Member Author

The draft release is here: https://github.com/stfc/fparser/releases
I've also tweaked the wiki page to remind us to update the doxygen.config file.
Ready for a review from anyone :-)

@arporter arporter added the Release Planning and creating fparser releases label Jun 10, 2026

@sergisiso sergisiso left a comment

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.

Thanks @arporter Just two small comments.

Comment thread README.md
@@ -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

Comment thread README.md
* 10/06/2026 Version 0.2.3 released (adds support for preprocessor line markers,
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?

@sergisiso sergisiso added reviewed with actions PR has been reviewed and is back with developer and removed under review labels Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Planning and creating fparser releases reviewed with actions PR has been reviewed and is back with developer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants