You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,71 @@ See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
17
17
18
+
# Morpheus 25.06.00 (23 Jul 2025)
19
+
20
+
## 🚨 Breaking Changes
21
+
22
+
- Remove NeMoLLM as a dependency, and remove as an option in LLM pipelines ([#2272](https://github.com/nv-morpheus/Morpheus/pull/2272)) [@dagardner-nv](https://github.com/dagardner-nv)
- Bugfix: Remove `MORPHEUS_USE_CONDA` option; Add warning if `CONDA_PREFIX` not found ([#2171](https://github.com/nv-morpheus/Morpheus/pull/2171)) [@willkill07](https://github.com/willkill07)
25
+
26
+
## 🐛 Bug Fixes
27
+
28
+
- Fix: typo for PROJECT_IS_TOP_LEVEL for building examples ([#2291](https://github.com/nv-morpheus/Morpheus/pull/2291)) [@willkill07](https://github.com/willkill07)
29
+
- Fix mlflow dependency in Conda packages ([#2290](https://github.com/nv-morpheus/Morpheus/pull/2290)) [@dagardner-nv](https://github.com/dagardner-nv)
- Fix type checking of the input message in PassThruStage example ([#2284](https://github.com/nv-morpheus/Morpheus/pull/2284)) [@dagardner-nv](https://github.com/dagardner-nv)
32
+
- Replace default model in RAG pipeline with Nvidia hosted model ([#2283](https://github.com/nv-morpheus/Morpheus/pull/2283)) [@dagardner-nv](https://github.com/dagardner-nv)
- Fix Sid visualization example ([#2278](https://github.com/nv-morpheus/Morpheus/pull/2278)) [@dagardner-nv](https://github.com/dagardner-nv)
35
+
- Fix: examples build on aarch64 ([#2277](https://github.com/nv-morpheus/Morpheus/pull/2277)) [@willkill07](https://github.com/willkill07)
36
+
- Remove NeMoLLM as a dependency, and remove as an option in LLM pipelines ([#2272](https://github.com/nv-morpheus/Morpheus/pull/2272)) [@dagardner-nv](https://github.com/dagardner-nv)
37
+
- Fix incompatible pynvml versions in conda envs ([#2264](https://github.com/nv-morpheus/Morpheus/pull/2264)) [@dagardner-nv](https://github.com/dagardner-nv)
- Fix handling of labels in DLP example ([#2257](https://github.com/nv-morpheus/Morpheus/pull/2257)) [@dagardner-nv](https://github.com/dagardner-nv)
40
+
- Add optional databricks packages to the all env, and rename the group ([#2251](https://github.com/nv-morpheus/Morpheus/pull/2251)) [@dagardner-nv](https://github.com/dagardner-nv)
41
+
- Support running the DLP example within the release container ([#2244](https://github.com/nv-morpheus/Morpheus/pull/2244)) [@dagardner-nv](https://github.com/dagardner-nv)
42
+
- Clamp marshmallow to <4 to avoid version incompatibilities ([#2235](https://github.com/nv-morpheus/Morpheus/pull/2235)) [@dagardner-nv](https://github.com/dagardner-nv)
- Work-arounds for dependency issues ([#2225](https://github.com/nv-morpheus/Morpheus/pull/2225)) [@dagardner-nv](https://github.com/dagardner-nv)
45
+
- Fix script reference in DFP example's Dockerfile from 125 to 128 ([#2215](https://github.com/nv-morpheus/Morpheus/pull/2215)) [@Misiac](https://github.com/Misiac)
46
+
- Fix docker container for Python 3.12 ([#2208](https://github.com/nv-morpheus/Morpheus/pull/2208)) [@dagardner-nv](https://github.com/dagardner-nv)
47
+
- Invoke `CudfHelper::load()` from the main Python thread ([#2207](https://github.com/nv-morpheus/Morpheus/pull/2207)) [@dagardner-nv](https://github.com/dagardner-nv)
48
+
- Add test to verify that #2202 is fixed ([#2206](https://github.com/nv-morpheus/Morpheus/pull/2206)) [@dagardner-nv](https://github.com/dagardner-nv)
49
+
- Pin cupy to version <13.4; fix documentation link ([#2194](https://github.com/nv-morpheus/Morpheus/pull/2194)) [@willkill07](https://github.com/willkill07)
50
+
- Bugfix: Remove `MORPHEUS_USE_CONDA` option; Add warning if `CONDA_PREFIX` not found ([#2171](https://github.com/nv-morpheus/Morpheus/pull/2171)) [@willkill07](https://github.com/willkill07)
51
+
- Several fixes & improvements of C++ `MonitorStage` ([#2170](https://github.com/nv-morpheus/Morpheus/pull/2170)) [@yczhang-nv](https://github.com/yczhang-nv)
52
+
- Bugfix: update old references of 25.02 to 25.06 ([#2151](https://github.com/nv-morpheus/Morpheus/pull/2151)) [@willkill07](https://github.com/willkill07)
53
+
54
+
## 📖 Documentation
55
+
56
+
- Update nlp_si_detection example `README.md` to reflect that boolean values are used in the output ([#2293](https://github.com/nv-morpheus/Morpheus/pull/2293)) [@dagardner-nv](https://github.com/dagardner-nv)
57
+
- Update known issues document ([#2292](https://github.com/nv-morpheus/Morpheus/pull/2292)) [@dagardner-nv](https://github.com/dagardner-nv)
- Update examples content list README.md to include DLP pipeline in the list ([#2250](https://github.com/nv-morpheus/Morpheus/pull/2250)) [@tzemicheal](https://github.com/tzemicheal)
60
+
- Update DLP README and notebook to include new diagrams ([#2246](https://github.com/nv-morpheus/Morpheus/pull/2246)) [@hsin-c](https://github.com/hsin-c)
61
+
- Document the need to build the DLP example with the MORPHEUS_BUILD_EXAMPLES=ON flag ([#2243](https://github.com/nv-morpheus/Morpheus/pull/2243)) [@dagardner-nv](https://github.com/dagardner-nv)
- Fix incorrect and outdated comments in examples documentation ([#2234](https://github.com/nv-morpheus/Morpheus/pull/2234)) [@dagardner-nv](https://github.com/dagardner-nv)
64
+
- Add analytics to rendered documentation ([#2205](https://github.com/nv-morpheus/Morpheus/pull/2205)) [@dagardner-nv](https://github.com/dagardner-nv)
65
+
66
+
## 🚀 New Features
67
+
68
+
- DLP inference example notebook ([#2227](https://github.com/nv-morpheus/Morpheus/pull/2227)) [@tzemicheal](https://github.com/tzemicheal)
69
+
- Add Data Loss Prevention Example ([#2226](https://github.com/nv-morpheus/Morpheus/pull/2226)) [@dagardner-nv](https://github.com/dagardner-nv)
70
+
- Switch to the Nvidia Sphinx Theme for documentation ([#2203](https://github.com/nv-morpheus/Morpheus/pull/2203)) [@dagardner-nv](https://github.com/dagardner-nv)
- Adopt Rapids 25.02 and CUDA 12.8 ([#2183](https://github.com/nv-morpheus/Morpheus/pull/2183)) [@dagardner-nv](https://github.com/dagardner-nv)
73
+
- Kinetica Vector DB Service ([#2098](https://github.com/nv-morpheus/Morpheus/pull/2098)) [@am-kinetica](https://github.com/am-kinetica)
74
+
75
+
## 🛠️ Improvements
76
+
77
+
- Set a reasonable num_threads default value for ransomware_detection example ([#2268](https://github.com/nv-morpheus/Morpheus/pull/2268)) [@dagardner-nv](https://github.com/dagardner-nv)
0 commit comments