All Versions
22
Latest Version
Avg Release Cycle
18 days
Latest Release
2600 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0 Changes
July 29, 2017- Given the library has been "feature complete" for a year now, let's bump it up to 1.0! :D
-
v0.12.2 Changes
July 29, 2017- ⚡️ Updated dependencies
-
v0.12.1 Changes
July 18, 2017- Multiple instances of stop-words are now correctly ignored - thanks @claytongentry!
-
v0.11.0 Changes
August 14, 2016- 0️⃣ The
:stem
option now accepts any stemming function (still defaults tofalse
) - thanks @duijf!
- 0️⃣ The
-
v0.10.0 Changes
August 09, 2016- Implemented
:dets
storage option - 🛠 Fixed Bernoulli model's float overflow when dealing with large amount of data
- Implemented
-
v0.9.0 Changes
August 04, 2016- ➕ Added
top
option for restricting number of results - ➕ Added
encoded_data
option for use with custom storages
- ➕ Added
-
v0.8.0 Changes
July 28, 2016- 0️⃣ Introduced the storage mechanism (defaults to
:memory
) - Implemented file system storage
- 0️⃣ Introduced the storage mechanism (defaults to
-
v0.7.1 Changes
July 28, 2016- Adjusted the
:smoothing
option
- Adjusted the
-
v0.7.0 Changes
July 28, 2016- Implemented Bernoulli model
-
v0.6.0 Changes
July 28, 2016- Implemented Binarized Multinomial model