-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix race condition bug deleting categories #40
Commits on Jul 31, 2024
-
Fix word count calculation when removing category in Bayes classifier
- Move total word count reduction before category deletion - Ensure accurate word count maintenance during category removal
Configuration menu - View commit details
-
Copy full SHA for 3dac781 - Browse repository at this point
Copy the full SHA 3dac781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b53130 - Browse repository at this point
Copy the full SHA 6b53130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf5f1c - Browse repository at this point
Copy the full SHA 5bf5f1cView commit details -
- Reduce tested Ruby versions to 2.7 and head
Configuration menu - View commit details
-
Copy full SHA for 1e5b24e - Browse repository at this point
Copy the full SHA 1e5b24eView commit details -
Bump classifier gem version to 1.4.2
- Update classifier gem from version 1.4.1 to 1.4.2 in Gemfile.lock
Configuration menu - View commit details
-
Copy full SHA for aa67f7e - Browse repository at this point
Copy the full SHA aa67f7eView commit details -
Refactor Bayesian classifier tests
- Remove test for nonexistent category removal - Rename and update test for category removal - Add mutex_m requirement in test helper
Configuration menu - View commit details
-
Copy full SHA for ed07d6c - Browse repository at this point
Copy the full SHA ed07d6cView commit details -
Add mutex_m dependency and update fast-stemmer version
- Add mutex_m gem to Gemfile and gemspec - Update fast-stemmer dependency version in gemspec - Remove explicit require of mutex_m in test_helper.rb
Configuration menu - View commit details
-
Copy full SHA for daeb29d - Browse repository at this point
Copy the full SHA daeb29dView commit details -
Update classifier gem dependencies
- Loosen fast-stemmer version constraint to ~> 1.0 - Add mutex_m dependency with version ~> 0.2
Configuration menu - View commit details
-
Copy full SHA for 9b559f2 - Browse repository at this point
Copy the full SHA 9b559f2View commit details