Skip to content

Commit 5a23a44

Browse files
authored
Forward-merge branch-25.06 into branch-25.10 (#2313)
Forward-merge triggered by push to branch-25.06 that creates a PR to keep branch-25.10 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See [forward-merger docs](https://docs.rapids.ai/maintainers/forward-merger/) for more info.
2 parents f5c6b1e + 32b4d43 commit 5a23a44

16 files changed

+55
-15
lines changed

.github/workflows/ci_pipe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ jobs:
155155
matrix:
156156
arch: ["amd64", "arm64"]
157157
include:
158-
- runner: linux-amd64-gpu-l4-latest-1
158+
- runner: linux-amd64-gpu-l4-earliest-1
159159
arch: "amd64"
160-
- runner: linux-arm64-gpu-a100-latest-1
160+
- runner: linux-arm64-gpu-a100-earliest-1
161161
arch: "arm64"
162162

163163
steps:

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,18 @@ limitations under the License.
8080
- Forward merge branch-25.02 into branch-25.06 ([#2197](https://github.com/nv-morpheus/Morpheus/pull/2197)) [@willkill07](https://github.com/willkill07)
8181
- CI: Add new L4 runner for test ([#2145](https://github.com/nv-morpheus/Morpheus/pull/2145)) [@willkill07](https://github.com/willkill07)
8282

83+
# Morpheus 25.02.03 (03 Sep 2025)
84+
85+
## 🛠️ Improvements
86+
87+
- Forward-merge branch-24.10 into branch-25.02 ([#2310](https://github.com/nv-morpheus/Morpheus/pull/2310))
88+
89+
# Morpheus 25.02.02 (29 Aug 2025)
90+
91+
## 🛠️ Improvements
92+
93+
- Forward-merge branch-24.10 into branch-25.02 ([#2302](https://github.com/nv-morpheus/Morpheus/pull/2302))
94+
8395
# Morpheus 25.02.01 (28 Feb 2025)
8496

8597
## 🐛 Bug Fixes
@@ -150,6 +162,17 @@ limitations under the License.
150162
- Improve `SharedProcessPool` tests performance ([#1950](https://github.com/nv-morpheus/Morpheus/pull/1950)) [@yczhang-nv](https://github.com/yczhang-nv)
151163
- Add parquet support to write_to_file_stage.py ([#1937](https://github.com/nv-morpheus/Morpheus/pull/1937)) [@yczhang-nv](https://github.com/yczhang-nv)
152164

165+
# Morpheus 24.10.03 (03 Sep 2025)
166+
167+
## 🐛 Bug Fixes
168+
- Dependency fixes for 24.10 ([#2309](https://github.com/nv-morpheus/Morpheus/pull/2309)) [@dagardner-nv](https://github.com/dagardner-nv)
169+
170+
# Morpheus 24.10.02 (29 Aug 2025)
171+
172+
## 🛠️ Improvements
173+
- Forward-merge branch-24.06 into branch-24.10 ([#2300](https://github.com/nv-morpheus/Morpheus/pull/2300))
174+
- Forward-merge branch-24.06 into branch-24.10 ([#2245](https://github.com/nv-morpheus/Morpheus/pull/2245))
175+
153176
# Morpheus 24.10.01 (22 Nov 2024)
154177

155178
## 🐛 Bug Fixes
@@ -296,6 +319,16 @@ limitations under the License.
296319
- Removing support for `MultiMessage` from stages ([#1803](https://github.com/nv-morpheus/Morpheus/pull/1803)) [@yczhang-nv](https://github.com/yczhang-nv)
297320
- Batch incoming DOCA raw packet data ([#1731](https://github.com/nv-morpheus/Morpheus/pull/1731)) [@dagardner-nv](https://github.com/dagardner-nv)
298321

322+
# Morpheus 24.06.03 (03 Sep 2025)
323+
324+
## 🐛 Bug Fixes
325+
- Misc version and CI fixes ([#2306](https://github.com/nv-morpheus/Morpheus/pull/2306)) [@dagardner-nv](https://github.com/dagardner-nv)
326+
327+
# Morpheus 24.06.02 (29 Aug 2025)
328+
329+
## 🛠️ Improvements
330+
- Update dependencies for Morpheus 24.06 container ([#2217](https://github.com/nv-morpheus/Morpheus/pull/2217)) [@yczhang-nv](https://github.com/yczhang-nv)
331+
299332
# Morpheus 24.06.01 (23 Aug 2024)
300333

301334
## 🛠️ Improvements

ci/vale/styles/config/vocabularies/morpheus/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ LLM(s?)
4646
# https://github.com/logpai/loghub/
4747
Loghub
4848
Milvus
49+
Numba
4950
PyPI
5051
[Mm]ixin
5152
MLflow

conda/environments/all_cuda-128_arch-aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ dependencies:
7777
- nlohmann_json=3.11
7878
- nodejs=18.*
7979
- numba=0.60
80+
- numba=0.60.0
8081
- numexpr
8182
- numpydoc=1.5
8283
- onnx=1.15
@@ -127,13 +128,12 @@ dependencies:
127128
- yapf=0.43
128129
- pip:
129130
- --extra-index-url https://download.pytorch.org/whl/cu124
130-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
131131
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
132132
- databricks-cli < 0.100
133133
- databricks-connect
134134
- dgl
135135
- exhale>=0.3.7
136-
- faiss-cpu
136+
- faiss-cpu==1.9
137137
- google-search-results==2.4
138138
- gpudb>=7.2.2.3
139139
- langchain-nvidia-ai-endpoints==0.0.11

conda/environments/all_cuda-128_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ dependencies:
7979
- nlohmann_json=3.11
8080
- nodejs=18.*
8181
- numba=0.60
82+
- numba=0.60.0
8283
- numexpr
8384
- numpydoc=1.5
8485
- onnx=1.15
@@ -133,13 +134,12 @@ dependencies:
133134
- yapf=0.43
134135
- pip:
135136
- --extra-index-url https://download.pytorch.org/whl/cu124
136-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
137137
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
138138
- databricks-cli < 0.100
139139
- databricks-connect
140140
- dgl
141141
- exhale>=0.3.7
142-
- faiss-cpu
142+
- faiss-cpu==1.9
143143
- google-search-results==2.4
144144
- gpudb>=7.2.2.3
145145
- langchain-nvidia-ai-endpoints==0.0.11

conda/environments/dev_cuda-128_arch-aarch64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dependencies:
6565
- nlohmann_json=3.11
6666
- nodejs=18.*
6767
- numba=0.60
68+
- numba=0.60.0
6869
- numpydoc=1.5
6970
- pip
7071
- pkg-config=0.29

conda/environments/dev_cuda-128_arch-x86_64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ dependencies:
6666
- nlohmann_json=3.11
6767
- nodejs=18.*
6868
- numba=0.60
69+
- numba=0.60.0
6970
- numpydoc=1.5
7071
- pip
7172
- pkg-config=0.29

conda/environments/examples_cuda-128_arch-aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies:
3636
- networkx=2.8.8
3737
- nodejs=18.*
3838
- numba=0.60
39+
- numba=0.60.0
3940
- numexpr
4041
- numpydoc=1.5
4142
- onnx=1.15
@@ -67,12 +68,11 @@ dependencies:
6768
- yaml=0.2
6869
- pip:
6970
- --extra-index-url https://download.pytorch.org/whl/cu124
70-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
7171
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
7272
- databricks-cli < 0.100
7373
- databricks-connect
7474
- dgl
75-
- faiss-cpu
75+
- faiss-cpu==1.9
7676
- google-search-results==2.4
7777
- gpudb>=7.2.2.3
7878
- langchain-nvidia-ai-endpoints==0.0.11

conda/environments/examples_cuda-128_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies:
3737
- newspaper3k==0.2.8
3838
- nodejs=18.*
3939
- numba=0.60
40+
- numba=0.60.0
4041
- numexpr
4142
- numpydoc=1.5
4243
- onnx=1.15
@@ -69,12 +70,11 @@ dependencies:
6970
- yaml=0.2
7071
- pip:
7172
- --extra-index-url https://download.pytorch.org/whl/cu124
72-
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
7373
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
7474
- databricks-cli < 0.100
7575
- databricks-connect
7676
- dgl
77-
- faiss-cpu
77+
- faiss-cpu==1.9
7878
- google-search-results==2.4
7979
- gpudb>=7.2.2.3
8080
- langchain-nvidia-ai-endpoints==0.0.11

conda/environments/runtime_cuda-128_arch-aarch64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies:
3030
- mrc=25.10
3131
- networkx=2.8.8
3232
- numba=0.60
33+
- numba=0.60.0
3334
- numpydoc=1.5
3435
- pip
3536
- pluggy=1.3

0 commit comments

Comments
 (0)