Releases: ServiceNow/azimuth
Releases · ServiceNow/azimuth
v2.3.0
What's Changed
- Update dev branches documentation by @gabegma in #165
- Update PR template by @JosephMarinier in #171
- Link performance analysis to exploration page by @nandhinibsn in #173
- Fix pipeline comparison smart tag family not working as a filter on the Exploration space by @JosephMarinier in #175
- Singular filters by @JosephMarinier in #174
- Use snake_case query parameters by @JosephMarinier in #177
- Fix not installing the
devdeps in production by @JosephMarinier in #178 - Fix loosing hidden columns by @JosephMarinier in #172
- Fix losing hidden columns by @JosephMarinier in #185
- Support greater utterance ids by @JosephMarinier in #182
- Support infinitely large utterance ids by @JosephMarinier in #188
- Improve Dockerfile to reduce Frontend image size by @Dref360 in #158
- Code of Conduct file addition by @hughesthe1st in #189
- added visualbar to similarity column by @nandhinibsn in #184
- Polish Performance Analysis table headers by @JosephMarinier in #191
- Fix filtering dataset with pipeline filters by @JosephMarinier in #170
- Create better target icon by @JosephMarinier in #193
- Small typo: encoded -> encoder by @lindsaydbrin in #199
- Fix clinc-151 small issues by @gabegma in #205
- Fix filtering aggregation modules without post-processing by @JosephMarinier in #203
- Fix losing collapsed state on filter selector by @JosephMarinier in #206
- Update python dependencies by @gabegma in #160
- Update CONTRIBUTING.md by @gabegma in #208
- Bump mistune from 0.8.4 to 2.0.3 by @dependabot in #192
- Bump react-redux by @JosephMarinier in #210
- Bump seaborn by @gabegma in #212
- Bump terser from 5.12.1 to 5.14.2 in /webapp by @dependabot in #183
- Cache tokenizer by @JosephMarinier in #211
- Work around max page size by @JosephMarinier in #207
- Fix high_epistemic_uncertainty smart tag by @gabegma in #213
- Separate data and presentation by @JosephMarinier in #209
- Add tooltip if filter selector is unavailable by @JosephMarinier in #214
- Fix transitive deps by @gabegma in #217
- Add syntax config by @gabegma in #219
- Add documentation for v2.3 by @gabegma in #221
Full Changelog: v2.2.0...v2.3.0
v2.2.3
What's Changed
- Fix losing hidden columns from Performance Analysis table when changing view (Label, Prediction, etc.). by @JosephMarinier in #185
- Fix utterances table poorly showing ids greater than 99, now supporting up to 9999. by @JosephMarinier in #182
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- Fix loosing hidden columns when sorting Performance Analysis table, clicking
See more/less, or switching dataset split or pipeline. by @JosephMarinier in #172
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- Fix pipeline comparison smart tag family not working as a filter on the Exploration space by @JosephMarinier in #175
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Update Docker instructions by @gabegma in #83
- Override analytics code by @Dref360 in #99
- #87 Fix issue where data actions would not work by @Dref360 in #98
- Polish switches 🇵🇱 by @JosephMarinier in #84
- Use launch instead of compose to get image from DockerHub by @Dref360 in #85
- Fix small typo in docs by @lindsaydbrin in #103
- Remove spectral-metric by @lindsaydbrin in #102
- Fix env variable name by @gabegma in #105
- Add auto as an option for make launch by @Dref360 in #100
- Fix issue with performance analysis table and smart tags by @gabegma in #104
- Remove unnecessary test file by @gabegma in #107
- Fix unexpected borders in Performance Analysis table by @JosephMarinier in #118
- Update release notes to v2.1.1 by @gabegma in #119
- Fix issue where dependency caching was not done properly in the backend by @Dref360 in #108
- Show 20 similar utterances instead of 10 by @Dref360 in #121
- Toggle normalized confusion matrix by @nandhinibsn in #86
- Offer hiding columns from the Performance Analysis table by @JosephMarinier in #129
- Add documentation around custom utterances by @Dref360 in #143
- Raise exceptions inside ValidationModule to avoid hanging without information in debug mode by @Dref360 in #141
- Hotfix/improve documentation by @gabegma in #148
- Move confidence threshold out of
/dataset_infoby @JosephMarinier in #61 - Bump notebook from 6.4.10 to 6.4.12 by @dependabot in #151
- Add detail to install node.js with brew by @lindsaydbrin in #67
- Update tensorflow by @gabegma in #153
- Smart tag families by @JosephMarinier in #145
- Add F1 by @JosephMarinier in #155
- Bump numpy from 1.21.5 to 1.22.0 by @dependabot in #156
- Description in UI by @nandhinibsn in #146
- Add pipeline comparison smart tag family by @JosephMarinier in #161
- Add visual bars to Performance Analysis table by @nandhinibsn in #159
- Various fixes before releasing by @JosephMarinier in #163
- Update documentation for v2.2 by @gabegma in #162
- Releasing 2.2 by @gabegma in #164
Full Changelog: v2.1.0...v2.2.0
v2.1.1
What's Changed
- Update Docker instructions by @gabegma in #83
- Override analytics code by @Dref360 in #99
- #87 Fix issue where data actions would not work by @Dref360 in #98
- Polish switches 🇵🇱 by @JosephMarinier in #84
- Use launch instead of compose to get image from DockerHub by @Dref360 in #85
- Fix small typo in docs by @lindsaydbrin in #103
- Remove spectral-metric by @lindsaydbrin in #102
- Fix env variable name by @gabegma in #105
- Add auto as an option for make launch by @Dref360 in #100
- Fix issue with performance analysis table and smart tags by @gabegma in #104
- Remove unnecessary test file by @gabegma in #107
- Fix unexpected borders in Performance Analysis table by @JosephMarinier in #118
- Update release notes to v2.1.1 by @gabegma in #119
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Add pipeline comaprison tag - bis by @Dref360 in #62
- Add the ability to disable post-processing for filterable modules by @gabegma in #58
- Add options for non-normalized confusion matrix by @Dref360 in #65
- Ggm/clean up conf test by @gabegma in #66
- Add profiling code and caching for metrics by @Dref360 in #69
- Use typing to force parsing all query parameters by @JosephMarinier in #72
- Nandhini/toggle post processing by @nandhinibsn in #73
- Merge main into dev May 25th by @Dref360 in #76
- Polish postprocessing switch by @JosephMarinier in #74
- Fix issue where we sent OutcomeCountPerThreshold filters by @Dref360 in #78
- Pr/ggm/documentation switch by @gabegma in #77
- Update docker images names by @Dref360 in #79
- Update release notes by @gabegma in #80
- Release 2.1.0 by @gabegma in #81
New Contributors
- @nandhinibsn made their first contribution in #73
Full Changelog: v2.0.0...v2.1.0