Skip to content

Latest commit

Β 

History

History
728 lines (599 loc) Β· 78.1 KB

CHANGELOG.md

File metadata and controls

728 lines (599 loc) Β· 78.1 KB

Morpheus 23.11.01 (7 Dec 2023)

πŸ› Bug Fixes

  • Convert models/ransomware-models/ransomw-model-short-rf-20220126.sav to LFS (#1408) @mdemoret-nv

πŸ“– Documentation

Morpheus 23.11.00 (30 Nov 2023)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

Morpheus 23.07.03 (11 Oct 2023)

πŸ› Bug Fixes

Morpheus 23.07.02 (25 Jul 2023)

πŸ› Bug Fixes

Morpheus 23.07.01 (21 Jul 2023)

πŸ› Bug Fixes

Morpheus 23.07.00 (20 Jul 2023)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

Morpheus 23.03.01 (04 Apr 2023)

πŸ“– Documentation

Morpheus 23.03.00 (30 Mar 2023)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

Morpheus 23.01.00 (30 Jan 2023)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

Morpheus 22.11.00 (18 Nov 2022)

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

Morpheus 22.09.01 (9 Nov 2022)

πŸ› Bug Fixes

Morpheus 22.09.00 (30 Sep 2022)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

Known Issues

  • The GNN example workflow cannot be run due to incompatible dependencies between cuML 22.08 and SRF 22.09. See issue #390

Morpheus 22.08.00 (7 Sep 2022)

πŸ› Bug Fixes

  • Fixing compilation with SRF 22.08a (#332) @mdemoret-nv
  • Update Ransomware Models (#295) @bsuryadevara
  • Bump numpy from 1.19.5 to 1.22.0 in /models/validation-inference-scripts/fraud-detection-models (#175) @dependabot[bot]
  • Bump numpy from 1.19.5 to 1.22.0 in /models/training-tuning-scripts/fraud-detection-models (#174) @dependabot[bot]
  • Bump numpy from 1.20.3 to 1.22.0 in /models/validation-inference-scripts/phishing-models (#173) @dependabot[bot]
  • Bump numpy from 1.20.3 to 1.22.0 in /models/validation-inference-scripts/hammah-models (#172) @dependabot[bot]

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

Morpheus 22.06.01 (15 Jul 2022)

πŸ› Bug Fixes

Morpheus 22.06.00 (5 Jul 2022)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

⚠️ Known Issues

  • Triton 22.04 can crash under heavy load from Morpheus+Kafka (#259)

Morpheus 22.04.00 (27 Apr 2022)

Initial Public Release

Morpheus is being provided as OSS and is now generally available on GitHub as well as NGC (NVIDIA GPU Cloud). Morpheus is still early software and a work in progress. Breaking changes (including breaking API changes) are to be expected

Highlights

  • GNN (Graph Neural Networking) based workflow for fraud detection
  • Transformer based workflow for log parsing
  • Updated Morpheus to use the features for pipeline development

πŸ› Bug Fixes

  • Fix default DOCKER_IMAGE_TAG to match that of build_container_release.sh (#33) @dagardner-nv
  • fix incorrect bert vocab and hash in training-tuning-scripts/log-parsing/resources (#32) @raykallen
  • Removing no_args_is_help from CLI commands (#29) @mdemoret-nv
  • Log parsing example updates (#28) @efajardo-nv
  • fix to_file "overwrite" option for cli (#15) @cwharris

πŸ“– Documentation

Documentation is provided in the Morpheus GitHub repo (https://github.com/NVIDIA/Morpheus/tree/branch-22.04/docs)

πŸ› οΈ Improvements

  • TensorRT installation warning for onnx_to_trt (#23) @cwharris

⚠️ Known Issues

  • No known issues