Conversation
Bumps [intel-cmplr-lib-ur](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) from 2025.0.4 to 2025.2.0. --- updated-dependencies: - dependency-name: intel-cmplr-lib-ur dependency-version: 2025.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…lib-ur-2025.2.0 build(deps): bump intel-cmplr-lib-ur from 2025.0.4 to 2025.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [intel-cmplr-lib-ur](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) from 2025.2.0 to 2025.2.1. --- updated-dependencies: - dependency-name: intel-cmplr-lib-ur dependency-version: 2025.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [extern/nlopt](https://github.com/stevengj/nlopt) from `a75f3d9` to `b22a9f7`. - [Release notes](https://github.com/stevengj/nlopt/releases) - [Commits](stevengj/nlopt@a75f3d9...b22a9f7) --- updated-dependencies: - dependency-name: extern/nlopt dependency-version: b22a9f7f65e589022bc9a775ad9977c792fab123 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…n/nlopt-b22a9f7 build(deps): bump extern/nlopt from `a75f3d9` to `b22a9f7`
…ctions/checkout-5 build(deps): bump actions/checkout from 4 to 5
…lib-ur-2025.2.1 build(deps): bump intel-cmplr-lib-ur from 2025.2.0 to 2025.2.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/github-script-9 build(deps): bump actions/github-script from 7 to 9
Bumps [extern/nlopt](https://github.com/stevengj/nlopt) from `b22a9f7` to `88c424d`. - [Release notes](https://github.com/stevengj/nlopt/releases) - [Commits](stevengj/nlopt@b22a9f7...88c424d) --- updated-dependencies: - dependency-name: extern/nlopt dependency-version: 88c424d4f458412787df96fcc95218acbca224fd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
also extend mkl suffixes for 2026 version
| text = f.read() | ||
| flags = re.MULTILINE + re.IGNORECASE | ||
| header, *tally_texts = re.split("tally", text, flags=flags) | ||
| _header, *tally_texts = re.split("tally", text, flags=flags) |
…n/nlopt-88c424d build(deps): bump extern/nlopt from `b22a9f7` to `88c424d`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add encoding CLI option, fix for newer mkl, tests, style