Skip to content

Commit

Permalink
v0.9.9
Browse files Browse the repository at this point in the history
Signed-off-by: David Ohana <david.ohana@ibm.com>
  • Loading branch information
davidohana committed Jan 12, 2022
1 parent 22dc982 commit 501ced6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ post: [Use open source Drain3 log-template mining project to monitor for network
- [**Masking**](#masking). Replace some message parts (e.g numbers, IPs, emails) with wildcards. This improves the
accuracy of template mining.
- [**Packaging**](#installation). As a pip package.
- [**Configuration**](#configuration) Support for configuring Drain3 using an `.ini` file or a configuration object.
- [**Configuration**](#configuration). Support for configuring Drain3 using an `.ini` file or a configuration object.
- [**Memory efficiency**](#memory-efficiency). Decrease the memory footprint of internal data structures and introduce
cache to control max memory consumed (thanks to @StanislawSwierc)
- [**Inference mode**](#training-vs-inference-modes). In case you want to separate training and inference phase, Drain3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
setup(
name='drain3',
packages=['drain3'],
version="0.9.8",
version="0.9.9",
license='MIT',
description="Persistent & streaming log template miner",
long_description=long_description,
Expand Down

0 comments on commit 501ced6

Please sign in to comment.