Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nromashchenko committed Oct 9, 2023
1 parent fefad02 commit 16129b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.5.0
- Changed the serialization protocol to sort databases by MI
- The functionality for the option --mu moved to EPIK
- Implemented a second database build algorithm: --on-disk for external merge and filtering
- AR parsers are now on-demand and memory-frugal

v0.4.0
- The project has been renamed to IPK
- Serialization and main data structures moved to I2L, changed namespaces
Expand Down
2 changes: 2 additions & 0 deletions ipk.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

__author__ = "Nikolai Romashchenko"
__license__ = "MIT"
__version__ = "0.5.0"


import os
Expand Down Expand Up @@ -33,6 +34,7 @@


@click.group()
@click.version_option(__version__)
def ipk():
"""
IPK
Expand Down

0 comments on commit 16129b2

Please sign in to comment.