-
Notifications
You must be signed in to change notification settings - Fork 5
merge main into dev-milestone #127
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
Open
jharlow-intel
wants to merge
32
commits into
dev-milestone
Choose a base branch
from
main
base: dev-milestone
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8e250c9
Bump github/codeql-action from 3.30.3 to 3.30.5
dependabot[bot] 2e1c94c
Merge pull request #114 from IntelPython/dependabot/github_actions/gi…
antonwolfy 88cffdc
update version for 0.3.0 release
ndgrigorian d11e52f
Bump github/codeql-action from 3.30.5 to 3.30.6
dependabot[bot] c315a49
Bump ossf/scorecard-action from 2.4.2 to 2.4.3
dependabot[bot] a32d6e6
Merge pull request #116 from IntelPython/dependabot/github_actions/gi…
ndgrigorian d37a841
Merge branch 'main' into dependabot/github_actions/ossf/scorecard-act…
ndgrigorian aed721e
add gh-105 to the changelog
ndgrigorian 0d32529
Merge branch 'main' into prepare-for-0.3.0-release
ndgrigorian 1896c90
Merge pull request #115 from IntelPython/prepare-for-0.3.0-release
ndgrigorian 2672917
Merge branch 'main' into dependabot/github_actions/ossf/scorecard-act…
ndgrigorian a44c791
Merge pull request #117 from IntelPython/dependabot/github_actions/os…
ndgrigorian 90e8679
Bump github/codeql-action from 3.30.6 to 4.30.8
dependabot[bot] 0e02a5b
Merge pull request #118 from IntelPython/dependabot/github_actions/gi…
ndgrigorian 049357f
Add 3.14 python (#119)
ekomarova f54f1f6
Bump github/codeql-action from 4.30.8 to 4.30.9
dependabot[bot] 827f75a
Merge pull request #120 from IntelPython/dependabot/github_actions/gi…
ndgrigorian 2f42f0f
Bump actions/upload-artifact from 4.6.2 to 5.0.0
dependabot[bot] 27de6c7
Bump github/codeql-action from 4.30.9 to 4.31.0
dependabot[bot] 28724e6
Merge pull request #121 from IntelPython/dependabot/github_actions/ac…
antonwolfy c78fa95
Merge branch 'main' into dependabot/github_actions/github/codeql-acti…
antonwolfy a15bca1
Merge pull request #123 from IntelPython/dependabot/github_actions/gi…
dependabot[bot] c30bdd4
Bump actions/download-artifact from 5 to 6
dependabot[bot] fda9fba
Merge pull request #122 from IntelPython/dependabot/github_actions/ac…
antonwolfy 5f63105
Update CODEOWNERS
ndgrigorian 5ea7257
Merge pull request #124 from IntelPython/update-codeowners
ndgrigorian ed79620
Drop Python 3.9
ndgrigorian 6d25472
Update CHANGELOG
ndgrigorian 1285c7a
Merge branch 'main' into drop-python-3.9
ndgrigorian 06b2603
Merge pull request #125 from IntelPython/drop-python-3.9
ndgrigorian 64df8be
Bump github/codeql-action from 4.31.0 to 4.31.2
dependabot[bot] 845e59f
Merge pull request #126 from IntelPython/dependabot/github_actions/gi…
antonwolfy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| * @ndgrigorian @antonwolfy @xaleryb @ekomarova | ||
| * @ndgrigorian @antonwolfy @xaleryb @jharlow-intel |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |
| runs-on: ubuntu-latest | ||
| strategy: | ||
| matrix: | ||
| python: ["3.9", "3.10", "3.11", "3.12", "3.13"] | ||
| python: ["3.10", "3.11", "3.12", "3.13"] | ||
| steps: | ||
| - name: Cancel Previous Runs | ||
| uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
|
|
@@ -64,7 +64,7 @@ | |
| conda-recipe | ||
| - name: Upload artifact | ||
| uses: actions/upload-artifact@v4.6.2 | ||
| uses: actions/upload-artifact@v5.0.0 | ||
| with: | ||
| name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} | ||
| path: ${{ env.CONDA_BLD }}/${{ env.PACKAGE_NAME }}-*.conda | ||
|
|
@@ -75,7 +75,7 @@ | |
|
|
||
| strategy: | ||
| matrix: | ||
| python: ["3.9", "3.10", "3.11", "3.12", "3.13"] | ||
| python: ["3.10", "3.11", "3.12", "3.13"] | ||
| experimental: [false] | ||
| runner: [ubuntu-latest] | ||
| continue-on-error: ${{ matrix.experimental }} | ||
|
|
@@ -84,7 +84,7 @@ | |
|
|
||
| steps: | ||
| - name: Download artifact | ||
| uses: actions/download-artifact@v5 | ||
| uses: actions/download-artifact@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 3: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} | ||
| - name: Add conda to system path | ||
|
|
@@ -146,7 +146,7 @@ | |
|
|
||
| strategy: | ||
| matrix: | ||
| python: ["3.9", "3.10", "3.11", "3.12", "3.13"] | ||
| python: ["3.10", "3.11", "3.12", "3.13"] | ||
| env: | ||
| conda-bld: C:\Miniconda\conda-bld\win-64\ | ||
| steps: | ||
|
|
@@ -196,7 +196,7 @@ | |
| conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe | ||
| - name: Upload artifact | ||
| uses: actions/upload-artifact@v4.6.2 | ||
| uses: actions/upload-artifact@v5.0.0 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 3: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} | ||
| path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda | ||
|
|
@@ -209,7 +209,7 @@ | |
| shell: cmd /C CALL {0} | ||
| strategy: | ||
| matrix: | ||
| python: ["3.9", "3.10", "3.11", "3.12", "3.13"] | ||
| python: ["3.10", "3.11", "3.12", "3.13"] | ||
| experimental: [false] | ||
| runner: [windows-latest] | ||
| continue-on-error: ${{ matrix.experimental }} | ||
|
|
@@ -219,7 +219,7 @@ | |
|
|
||
| steps: | ||
| - name: Download artifact | ||
| uses: actions/download-artifact@v5 | ||
| uses: actions/download-artifact@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 3: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} | ||
|
|
||
|
|
||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| {% set version = "0.3.0dev1" %} | ||
| {% set version = "0.3.0" %} | ||
| {% set buildnumber = 0 %} | ||
|
|
||
| package: | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| __version__ = '0.3.0dev1' | ||
| __version__ = '0.3.0' |
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
Oops, something went wrong.
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.
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium