Releases: jonathanpeppers/inclusive-code-reviews-ml
3.1.5
This aligns with this release of the browser extension:
https://github.com/jonathanpeppers/inclusive-code-reviews-browser/releases/tag/3.1.5
What's Changed
- Use Azure Open AI package to generate cases for model by @haritha-mohan in #176
- Solve various reported issues by @jonathanpeppers in #177
- Found duplicate row by @jonathanpeppers in #178
- [actions] update to autoformat v0.5 by @jonathanpeppers in #179
- [actions] skip macos in maui.yml by @jonathanpeppers in #180
- Add "10, however that [PR][0] is" to fix heuristics by @Copilot in #183
- Fix heuristics for "He'll talk a bit how this works" phrase by @Copilot in #185
- [ci] Fix dotnet-install.sh intermittent failures by adding retry logic by @Copilot in #189
- Fix "This causes several errors:" being flagged as negative by @Copilot in #187
- Fix heuristics to properly classify "They don't say what runtime it is..." as non-negative by @Copilot in #199
- Fix model to properly handle names like Peter and Piotr by @Copilot in #197
- Fix "Your helpfulness!" phrase classification in heuristics by @Copilot in #193
- Report sentence to improve heuristics by @Copilot in #191
- Report sentence to improve heuristics by @Copilot in #195
- Report sentence to improve heuristics by @Copilot in #201
- Update ML.NET to latest version 4.0.2 by @Copilot in #202
- Update projects in ml.net folder to .NET 9 by @Copilot in #205
- [samples] Try out ONNX model in a C# console app by @Copilot in #203
- Setup GitHub Copilot development environment by @Copilot in #211
- Fix heuristics for "Put all this in the" phrase being incorrectly flagged as negative by @Copilot in #209
- Fix heuristics for performance improvement feedback classification by @Copilot in #207
New Contributors
- @Copilot made their first contribution in #183
Full Changelog: 3.1.4...3.1.5
3.1.4
This aligns with this release of the browser extension:
https://github.com/jonathanpeppers/inclusive-code-reviews-browser/releases/tag/3.1.4
What's Changed
- heuristics catch up by @haritha-mohan in #174
- Fix heuristics, week 32. by @rolfbjarne in #175
Full Changelog: 3.1.3...3.1.4
3.1.3
This aligns with this release of the browser extension:
https://github.com/jonathanpeppers/inclusive-code-reviews-browser/releases/tag/3.1.3
What's Changed
- Fix several reported issues, week 16. by @rolfbjarne in #171
- Fix heuristic issues by @haritha-mohan in #172
- Add heuristics test cases. by @rolfbjarne in #173
Full Changelog: 3.1.2...3.1.3
3.1.2
This aligns with this release of the browser extension:
https://github.com/jonathanpeppers/inclusive-code-reviews-browser/releases/tag/3.1.2
What's Changed
- Fix several reported heuristics issues, week 8. by @rolfbjarne in #165
- [classified.csv] fix invalid CSV data by @jonathanpeppers in #166
- Fix several reported issues, week 9. by @rolfbjarne in #167
- Use an LLM to "reword" all the bad CSV rows by @jonathanpeppers in #168
- Fix heuristics by @haritha-mohan in #169
- Fix heuristics, week 15. by @rolfbjarne in #170
Full Changelog: 3.1.1...3.1.2
3.1.1
This aligns with this release of the browser extension:
https://github.com/jonathanpeppers/inclusive-code-reviews-browser/releases/tag/3.1.1
What's Changed
- Fix "Chet Husk" underlined by @jonathanpeppers in #155
- Add a script to re-create the ML model. by @rolfbjarne in #156
- Fix "TL;DR;" by @haritha-mohan in #158
- Fix "mentioned" by @haritha-mohan in #159
- Fix 'This is now fixed.'. Fixes #324. by @rolfbjarne in #160
- Fix several reported issues with heuristics. by @rolfbjarne in #161
- Fix heuristic issue by @haritha-mohan in #162
- Improve heuristics by @mattleibow in #163
- Fix heuristic issues, make tests more reliable by @jonathanpeppers in #164
New Contributors
- @rolfbjarne made their first contribution in #156
- @mattleibow made their first contribution in #163
Full Changelog: 3.1.0...3.1.1
3.1.0
This aligns with this release of the browser extension:
https://github.com/jonathanpeppers/inclusive-code-reviews-browser/releases/tag/3.1.0
What's Changed
- Fix cases of negative sentiment by @jonathanpeppers in #133
- Fixes recent, poor sentiment examples by @jonathanpeppers in #135
- Fix a couple issues found with the model by @jonathanpeppers in #136
- Fixes for "his" and "happy" by @jonathanpeppers in #137
- Update to .NET 8 by @haritha-mohan in #142
- [maui] use $(MauiVersion) by @jonathanpeppers in #143
- Bump to Microsoft.ML 3.0.0 packages by @jonathanpeppers in #144
- Raise thresholds of existing tests by @jonathanpeppers in #145
- Improve training data to solve a few issues by @jonathanpeppers in #146
- Fix
fantastcby @jonathanpeppers in #147 - Fix the phrase 'generous' by @jonathanpeppers in #148
- Used ChatGPT 4 to classify more data by @jonathanpeppers in #149
- Fix "114" by @jonathanpeppers in #152
- [classified.csv] fixed our duplicate rows! by @jonathanpeppers in #153
- [classified.csv] fixed some rows
#urlnot replaced by @jonathanpeppers in #154
New Contributors
- @haritha-mohan made their first contribution in #142
Full Changelog: 2.0.4...3.1.0
2.0.4
This aligns with this release of the browser extension:
https://github.com/jonathanpeppers/inclusive-code-reviews-browser/releases/tag/2.0.4
What's Changed
- Add phrases that were flagged negative for #124 by @weng5e in #125
- "Hello Chuck" is not negative by @jonathanpeppers in #127
- Better detect "you are stupid" by @jonathanpeppers in #128
- Add test case by @jonathanpeppers in #130
New Contributors
Full Changelog: 2.0.3...2.0.4
2.0.3
This aligns with this release of the browser extension:
https://github.com/jonathanpeppers/inclusive-code-reviews-browser/releases/tag/2.0.3
What's Changed
- ConsoleApp: Predict file score by averaging line prediction scores in file by @manjumegh in #105
- Add specific phrases flagged negative by @jonathanpeppers in #106
- More phrases flagged negative by @jonathanpeppers in #107
- Add more comments to fix #108 by @tj-devel709 in #110
- Try AutoFormating the code by @dellis1972 in #114
- Fixes "this is cool" by @jonathanpeppers in #116
- Allow phrases like "deleted:" by @jonathanpeppers in #117
- Classified several phrases from this week by @jonathanpeppers in #118
- Bump to [email protected] by @jonathanpeppers in #121
potential-bad-03-csvby @jonathanpeppers in #122- Add some phrases that were flagged negative by @jonathanpeppers in #123
New Contributors
- @tj-devel709 made their first contribution in #3
- @rmarinho made their first contribution in #4
- @dellis1972 made their first contribution in #8
- @rachelkang made their first contribution in #10
- @manjumegh made their first contribution in #71
- @ursengar made their first contribution in #93
Full Changelog: https://github.com/jonathanpeppers/inclusive-code-reviews-ml/commits/2.0.3