Releases: brunoarine/findlike
Releases · brunoarine/findlike
v1.4.2
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.2
- fix: downgrade requirements to make it Python 3.7 compatible.
This move was based on the fact that a lot of Docker images, production systems, and general users still use Debian Buster, which ships Python version 3.7.
Only a few requirements had to be downgraded, most notably Numpy, but none of findlike's features were affected.
v1.2.1
v1.2.0
v1.1.0
- Feat: Included numbers in word regex (9cec1c5)
- Chore: Fixed Makefile build target (ead823c)
- Chore: Marked checkpoint for v1.1.0 (f90c243)
- Test: Added unit tests (c141b18)
- Test: Added example files for external testing (a18a2a1)
- Test: Added unit tests for formatters (674656a)
- Refactor: Extracted Corpus code into smaller methods (1add2eb)
- Refactor: Prepend heading to BaseFormatter results (ef0f332)
- Refactor: Improved typing compatibility in formatters (9f140f2)
- Refactor: Renamed and moved read_file to utils.py (fd98713)
- Fix: Scanned directory instead of directory.parent (7e63de5)
- Docs: Updated installation instructions (53adf03)
- Docs: Removed bad sections (b85eba3)
v1.0.0
Feat
87dd109
- Filter files by extension4825d93
- Replace custom stopwords with stop-words pkgc90aae0
- Replace min-words with min-charsaa461d1
- Add--absolute-paths
option59d463f
- Add--threshold
parameter9fdf91b
- Change CLI flag letters for better ones
Fix
686fc6a
- Optionally omit score in JSON formatb523457
- Check if binary before processing file