Skip to content

Commit

Permalink
Add changeling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed May 28, 2016
1 parent 87d5da4 commit 1cfcf2b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**********
What's new
**********

Version 0.2
===========

- Full Python3 support
- Update the parameters of the Logistic Regression Classifier manually. In literature, this is often denoted as the **deterministic record linkage**.
- Expectation/Conditional Maxisation algorithm completely rewritten. The performance of the algorithm is much better now. The algorithm is still experimental.
- New string comparison metrics: Q-gram string comparing and Cosine string comparing.
- New indexing algorithm: Q-gram indexing.
- Several internal tests.
- Updated documenation.
- BernoulliNBClassifier is now named NaiveBayesClassifier. No changes to the algorithm.
- Arguments order in compare functions corrected.
- Function to clean phone numbers

Version 0.1
===========
- Official release
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Overview
:maxdepth: 2

reference
changelog



Expand Down

0 comments on commit 1cfcf2b

Please sign in to comment.