Skip to content

Releases: SasheVuchkov/near-duplicate-docs

v1.1.13

17 Jan 17:18
Compare
Choose a tag to compare

Changes

  • Optimized the StringShinglingTool (The comparing process should be faster now)

Get in Touch

If you have any questions, please feel free to get in touch by sending emails to sashe@buhalbu.com, or you can tweet @SasheVuchkov.

Also, please don't hesitate to file issues...

Cheers,
Sashe Vuchkov

v1.1.12

06 Dec 05:36
Compare
Choose a tag to compare

Changes

  • Fixed a typo in the README.md

Get in Touch

If you have any questions, please feel free to get in touch by sending emails to sashe@buhalbu.com, or you can tweet @SasheVuchkov.

Also, please don't hesitate to file issues...

Cheers,
Sashe Vuchkov

v1.1.11: Fixed a bug where the finder returns result with existing, but empty …

03 Dec 16:27
Compare
Choose a tag to compare

Changes

  • Fixed a bug where the finder returns result with existing, but empty keys
  • Created a unit test that covers the bug

Get in Touch

If you have any questions, please feel free to get in touch by sending emails to sashe@buhalbu.com, or you can tweet @SasheVuchkov.

Also, please don't hesitate to file issues...

Cheers,
Sashe Vuchkov

v1.1.10

03 Dec 11:15
Compare
Choose a tag to compare

Changes

  • New integration with coveralls.io
  • New badge for test coverage
  • New badge for the build state
  • Coverage format changed to lcov
  • Pushed the coverage folder in the repo

Get in Touch

If you have any questions, please feel free to get in touch by sending emails to sashe@buhalbu.com, or you can tweet @SasheVuchkov.

Also, please don't hesitate to file issues...

Cheers,
Sashe Vuchkov

v1.1.9

02 Dec 18:28
Compare
Choose a tag to compare

Changes

  • Updated the README.md
  • Created some type guards for the config object
  • Created unit tests for the new type guards
  • Created a new git workflow for deploying
  • Optimized the CandidatesBucket.compress() / Optimized the Calculator
  • Improved the index.ts file

Get in Touch

If you have any questions, please feel free to get in touch by sending emails to sashe@buhalbu.com, or you can tweet @SasheVuchkov.

Also, please don't hesitate to file issues...

Cheers,
Sashe Vuchkov

v1.1.0

01 Dec 07:11
Compare
Choose a tag to compare

New AsyncNearDuplicateFinder class (and makeAsyncDuplicatesFinder callback)

I noticed that somehow I totally missed the opportunity to use some asynchronicity, so I decided to implement the interface NearDuplicateFinder as async functions. As a result, there is a massive gain of speed by using AsyncNearDuplicateFinder when the set is not too big (fewer than 2000 docs). For now, there isn't a significant improvement for bigger sets.

Other changes

  • Updated the README.md
  • Created an interface NearDuplicatesFinder
  • Created an abstract class AbstractNearDuplicatesFinder
  • Created some new Config types

Fixes

  • Fixed several typos in README.md

Get in Touch

If you have any questions, please feel free to get in touch by sending emails to sashe@buhalbu.com, or you can tweet @SasheVuchkov.

Also, please don't hesitate to file issues...

Cheers,
Sashe Vuchkov

v1.0.5

01 Dec 02:19
Compare
Choose a tag to compare
v1.0.3

v1.0.3

30 Nov 23:28
Compare
Choose a tag to compare
v1.0.3