Releases: src-d/gemini
Releases · src-d/gemini
v0.7.1
v0.7.0
Breaking changes:
New features:
- Remove duplicated repositories #200
Fixes:
- hash/query: Use floats instead of doubles in wmh #196
- hash: Filter files with null language #198
- hash: Fix segfault on macOs Mojave #204
- report: Multiple performance optimization #197
Also documentation explains current limitation, performance tips and list of known bugs now.
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
The main features
Apache Spark application performance tuning on actual cluster:
hash
uses more performant Apache Spark conf defaults for running on clusterhash
more performance improvements: JSON parser, broadcast DocFreqhash
CLI has Feature Extractor error reporting summary
Other improvements:
- CLI options parsing refactored and is shared among all commands
- UX: CLI lists actual .siva files to be processed by engine
- Golang example of querying for duplicates updated
- Smaller bug fixes and improvements