All Versions
22
Latest Version
Avg Release Cycle
18 days
Latest Release
1306 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0
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
July 29, 2017- ⚡️ Updated dependencies
-
v0.12.1
July 18, 2017- Multiple instances of stop-words are now correctly ignored - thanks @claytongentry!
-
v0.10.0
August 09, 2016- Implemented
:dets
storage option - 🛠 Fixed Bernoulli model's float overflow when dealing with large amount of data
- Implemented
-
v0.9.0
August 04, 2016- ➕ Added
top
option for restricting number of results - ➕ Added
encoded_data
option for use with custom storages
- ➕ Added
-
v0.8.0
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
July 28, 2016- Adjusted the
:smoothing
option
- Adjusted the
-
v0.7.0
July 28, 2016- Implemented Bernoulli model
-
v0.6.0
July 28, 2016- Implemented Binarized Multinomial model