Skip to content

script documentation cleanups#298

Merged
thewtex merged 5 commits intomainfrom
script-documentation-cleanups
Nov 21, 2025
Merged

script documentation cleanups#298
thewtex merged 5 commits intomainfrom
script-documentation-cleanups

Conversation

@hjmjohnson
Copy link
Copy Markdown
Member

@hjmjohnson hjmjohnson commented Nov 20, 2025

  • ENH: Reference correct script name in documentation comments.
  • STYLE: Move TBB variable setting local to where it was needed.
  • ENH: Update TBB with lastest bug fixes

@hjmjohnson hjmjohnson requested a review from thewtex November 20, 2025 23:25
CMakeLists.txt Outdated
ExternalProject_add(oneTBB
URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2022.2.0.tar.gz
URL_HASH SHA256=f0f78001c8c8edb4bddc3d4c5ee7428d56ae313254158ad1eec49eced57f6a5b
URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2022.3.0.tar.gz
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@hjmjohnson has this been tested?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

On mac and Linux yes. I dont have a working windows box yes. I'll remove this for now.

from packaging.version import Version

# Version needs to be python PEP 440 compliant (no leading v)
VERSION = '6.0b1'.removeprefix("v")
Copy link
Copy Markdown
Member

@thewtex thewtex Nov 21, 2025

Choose a reason for hiding this comment

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

There is no leading 'v'?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Not yet. But stripping 'v' is needed to get the same backward compatible behavior when using version tags for checking out and setting version. The v needs to be stripped somewhere.

@hjmjohnson hjmjohnson force-pushed the script-documentation-cleanups branch from cae8241 to 6c029b9 Compare November 21, 2025 14:55
@hjmjohnson hjmjohnson force-pushed the script-documentation-cleanups branch from 6c029b9 to a91178f Compare November 21, 2025 15:01
@hjmjohnson hjmjohnson requested a review from thewtex November 21, 2025 15:08
@thewtex thewtex merged commit ab4b64f into main Nov 21, 2025
1 check passed
@thewtex thewtex deleted the script-documentation-cleanups branch November 21, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants