File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### [ 1.1.0] - 2022-07-29
4+ #### Fixed
5+ - fix banded Levenshtein implementation
6+
7+ #### Changed
8+ - implement Hirschbergs algorithms to reduce memory usage of
9+ levenshtein_editops
10+
311### [ 1.0.5] - 2022-07-23
412#### Fixed
513- fix opcode conversion for empty source sequence
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
2020 message (FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR} /CMakeCache.txt" )
2121endif ()
2222
23- project (rapidfuzz LANGUAGES CXX VERSION 1.0.5 )
23+ project (rapidfuzz LANGUAGES CXX VERSION 1.1.0 )
2424
2525list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR} /cmake" )
2626include (GNUInstallDirs)
You can’t perform that action at this time.
0 commit comments