Recent Releases of azimuth

azimuth - v2.8.0

What's Changed

  • Add a route to validate a config by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/579
  • Fix importing the same proposed actions CSV file twice by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/580
  • Bump requests from 2.28.1 to 2.31.0 by @dependabot in https://github.com/ServiceNow/azimuth/pull/567
  • Bump mpmath from 1.2.1 to 1.3.0 by @dependabot in https://github.com/ServiceNow/azimuth/pull/566
  • Add buttons to upload and download a config file by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/581
  • Clean up by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/584
  • Clean up importing routers by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/585
  • Detect saliency layer by @gabegma in https://github.com/ServiceNow/azimuth/pull/583
  • Add drop-down menu to load a previous config by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/586
  • Fix disabled look by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/587
  • Add discard buttons to individual config fields by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/588
  • Apply feedback on loading previous config by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/589
  • Add changelog for 2.8.0 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/590
  • Re-release 2.8.0 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/593

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.7.0...v2.8.0

- Python
Published by JosephMarinier over 2 years ago

azimuth - v2.7.0

What's Changed

  • Minor fixes to comments and logs by @gabegma in https://github.com/ServiceNow/azimuth/pull/533
  • Clean up links from Docker Compose by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/536
  • Update python to 3.9 by @gabegma in https://github.com/ServiceNow/azimuth/pull/534
  • Rename variable in tests by @gabegma in https://github.com/ServiceNow/azimuth/pull/535
  • Validate behavioral testing number fields by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/537
  • Show error messages from backend on API failure by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/524
  • Fix breadcrumbs by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/541
  • Fix get_tags() method by @gabegma in https://github.com/ServiceNow/azimuth/pull/544
  • Fix config modal closing unexpectedly on unsuccessful config update by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/540
  • Clean up config by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/523
  • Cleanup tasks in memory by @gabegma in https://github.com/ServiceNow/azimuth/pull/543
  • Refactor validation modules by @gabegma in https://github.com/ServiceNow/azimuth/pull/542
  • Improve speed of outcome count per threshold by @gabegma in https://github.com/ServiceNow/azimuth/pull/545
  • Avoid restarting task when pending by @gabegma in https://github.com/ServiceNow/azimuth/pull/539
  • Fix startup dependencies by @gabegma in https://github.com/ServiceNow/azimuth/pull/538
  • Don't block execution when waiting for startup tasks by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/547
  • Refactor DatasetSplitManager to reload latest cache. by @gabegma in https://github.com/ServiceNow/azimuth/pull/527
  • Refactor ArtifactManager and restart TaskManager by @gabegma in https://github.com/ServiceNow/azimuth/pull/529
  • Assign tasks to workers by @gabegma in https://github.com/ServiceNow/azimuth/pull/525
  • Make validation errors less verbose by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/546
  • Merge release v2.6.1 on main by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/553
  • Open utterance details in a modal by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/551
  • Fix front end failing to parse unexpected errors by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/556
  • Refactor AzimuthBaseSettings outside of config.py by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/557
  • Align isort's max line length with flake8 and black by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/559
  • Hide registering task logs by @gabegma in https://github.com/ServiceNow/azimuth/pull/562
  • Create an API route to get the config history by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/560
  • Clean up aliases by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/563
  • Support null dataset by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/558
  • Support adding/removing pipelines/post-processors by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/561
  • Bump pymdown-extensions from 9.3 to 10.0 by @dependabot in https://github.com/ServiceNow/azimuth/pull/565
  • Support custom metrics by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/569
  • Remove deprecation warning from pytest output by @Dref360 in https://github.com/ServiceNow/azimuth/pull/570
  • Fix CI setup-poetry by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/572
  • Update documentation for 2.6.2 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/571
  • Release 2.7.0 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/574

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.6.1...v2.7.0

- Python
Published by JosephMarinier over 2 years ago

azimuth - v2.6.1

What's Changed

  • Minor fixes to comments and logs by @gabegma in https://github.com/ServiceNow/azimuth/pull/533
  • Clean up links from Docker Compose by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/536
  • Update python to 3.9 by @gabegma in https://github.com/ServiceNow/azimuth/pull/534
  • Rename variable in tests by @gabegma in https://github.com/ServiceNow/azimuth/pull/535
  • Validate behavioral testing number fields by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/537
  • Fix breadcrumbs by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/541
  • Fix get_tags() method by @gabegma in https://github.com/ServiceNow/azimuth/pull/544
  • Fix config modal closing unexpectedly on unsuccessful config update by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/540
  • Clean up config by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/523
  • Cleanup tasks in memory by @gabegma in https://github.com/ServiceNow/azimuth/pull/543
  • Refactor validation modules by @gabegma in https://github.com/ServiceNow/azimuth/pull/542
  • Improve speed of outcome count per threshold by @gabegma in https://github.com/ServiceNow/azimuth/pull/545
  • Avoid restarting task when pending by @gabegma in https://github.com/ServiceNow/azimuth/pull/539
  • Fix startup dependencies by @gabegma in https://github.com/ServiceNow/azimuth/pull/538
  • Don't block execution when waiting for startup tasks by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/547
  • Refactor DatasetSplitManager to reload latest cache. by @gabegma in https://github.com/ServiceNow/azimuth/pull/527
  • Refactor ArtifactManager and restart TaskManager by @gabegma in https://github.com/ServiceNow/azimuth/pull/529
  • Assign tasks to workers by @gabegma in https://github.com/ServiceNow/azimuth/pull/525

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.5.2...v2.6.1

- Python
Published by gabegma almost 3 years ago

azimuth - v2.6.0

What's Changed

  • Add support for persistent ID and filtering on ID in exploration space by @gabegma in https://github.com/ServiceNow/azimuth/pull/301
  • Bump express from 4.17.1 to 4.17.3 in /webapp by @dependabot in https://github.com/ServiceNow/azimuth/pull/328
  • Fix similar and perturbed long utterances by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/330
  • Remove warnings from GitHub actions by @gabegma in https://github.com/ServiceNow/azimuth/pull/326
  • Improve-class-overlap-images by @gabegma in https://github.com/ServiceNow/azimuth/pull/329
  • Fix webapp crash when no pipeline by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/333
  • Update README.md by @gabegma in https://github.com/ServiceNow/azimuth/pull/337
  • Fix sort by confidence or prediction without postprocessing by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/327
  • Fix crash on Safari by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/339
  • Update datasets by @gabegma in https://github.com/ServiceNow/azimuth/pull/309
  • Log changes for 2.5.2 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/342
  • Update README.md by @gabegma in https://github.com/ServiceNow/azimuth/pull/343
  • Bump decode-uri-component from 0.2.0 to 0.2.2 in /webapp by @dependabot in https://github.com/ServiceNow/azimuth/pull/323
  • Bump loader-utils from 2.0.2 to 2.0.4 in /webapp by @dependabot in https://github.com/ServiceNow/azimuth/pull/289
  • Bump wheel from 0.35.1 to 0.38.1 by @dependabot in https://github.com/ServiceNow/azimuth/pull/353
  • Bump setuptools from 50.3.0 to 65.5.1 by @dependabot in https://github.com/ServiceNow/azimuth/pull/354
  • Bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in https://github.com/ServiceNow/azimuth/pull/334
  • Bump joblib from 1.1.0 to 1.2.0 by @dependabot in https://github.com/ServiceNow/azimuth/pull/261
  • Exclude fields from cache by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/350
  • Clean up the last useTheme() by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/341
  • Update @xmldom/xmldom by @gabegma in https://github.com/ServiceNow/azimuth/pull/356
  • Added new fields in config page by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/282
  • Add new start-up tasks by @gabegma in https://github.com/ServiceNow/azimuth/pull/332
  • Fix app when no training set by @gabegma in https://github.com/ServiceNow/azimuth/pull/357
  • Bump oauthlib from 3.2.0 to 3.2.1 by @dependabot in https://github.com/ServiceNow/azimuth/pull/249
  • Bump protobuf from 3.19.4 to 3.19.5 by @dependabot in https://github.com/ServiceNow/azimuth/pull/254
  • Save modules' metadata in cache by @gabegma in https://github.com/ServiceNow/azimuth/pull/352
  • Use mktemp to store the OpenAPI spec by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/364
  • Test Description by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/369
  • Fix config scopes by @gabegma in https://github.com/ServiceNow/azimuth/pull/351
  • Fix reference in the doc by @gabegma in https://github.com/ServiceNow/azimuth/pull/371
  • Replace "simple" emojis shortcodes by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/372
  • Support training set only by @gabegma in https://github.com/ServiceNow/azimuth/pull/361
  • Add better support for csv files by @gabegma in https://github.com/ServiceNow/azimuth/pull/368
  • Display config args as vertical list by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/367
  • Improve config page display when values are null by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/374
  • Save config in cache when starting the app and when modifying config by @gabegma in https://github.com/ServiceNow/azimuth/pull/349
  • Add units to config fields by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/370
  • Fix Utterance Details page collapsing with extra long utterances by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/381
  • Update citation and badges by @gabegma in https://github.com/ServiceNow/azimuth/pull/382
  • Refactor Syntactic Warnings by @gabegma in https://github.com/ServiceNow/azimuth/pull/380
  • Update poetry to 1.3.2 by @gabegma in https://github.com/ServiceNow/azimuth/pull/387
  • Add persistent id to utterances by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/384
  • Test various front-end components by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/224
  • Refactor general warnings by @gabegma in https://github.com/ServiceNow/azimuth/pull/386
  • Enforce mypy in pre-commit by @gabegma in https://github.com/ServiceNow/azimuth/pull/392
  • Added default-config API route by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/389
  • Update doc for syntax analysis by @gabegma in https://github.com/ServiceNow/azimuth/pull/393
  • Remove generic tokenizer and support multiple languages for the word cloud. by @gabegma in https://github.com/ServiceNow/azimuth/pull/388
  • Modify the minimum value to start from 1 for all integer type config fields by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/394
  • Enable use_fast for tokenizer by @gabegma in https://github.com/ServiceNow/azimuth/pull/401
  • Improve optimistic update of datasetInfo by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/398
  • Remove model_contract from artifact_path by @gabegma in https://github.com/ServiceNow/azimuth/pull/402
  • Fix back end when updating the config by @gabegma in https://github.com/ServiceNow/azimuth/pull/395
  • Add default config to config page UI by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/396
  • Adapt dataset warnings so it works with one dataset split by @gabegma in https://github.com/ServiceNow/azimuth/pull/390
  • Add a config scope for MetricsPerFilterModule by @gabegma in https://github.com/ServiceNow/azimuth/pull/399
  • Fix config number fields by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/404
  • Disable apply button while changes are being applied by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/405
  • Add "Status" service API tag to trigger start up task on config update by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/397
  • Add start-up task completion message before the application is loaded by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/403
  • Improve router test by @gabegma in https://github.com/ServiceNow/azimuth/pull/407
  • Inherit behavioral test config from AzimuthBaseSettings by @gabegma in https://github.com/ServiceNow/azimuth/pull/409
  • Fix column name in dataset warnings by @gabegma in https://github.com/ServiceNow/azimuth/pull/410
  • Support empty list for pipelines by @gabegma in https://github.com/ServiceNow/azimuth/pull/406
  • Add a message while config is updated by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/412
  • Add requiredmodoptions by @gabegma in https://github.com/ServiceNow/azimuth/pull/413
  • Rename allowedmodoptions by @gabegma in https://github.com/ServiceNow/azimuth/pull/416
  • Fix dashboard scroll by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/419
  • Bump gitpython from 3.1.27 to 3.1.30 by @dependabot in https://github.com/ServiceNow/azimuth/pull/360
  • Refactor flaky test by @gabegma in https://github.com/ServiceNow/azimuth/pull/417
  • Fix flaky test by @gabegma in https://github.com/ServiceNow/azimuth/pull/422
  • Bump oauthlib from 3.2.1 to 3.2.2 by @dependabot in https://github.com/ServiceNow/azimuth/pull/424
  • Add all missing analyses config fields by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/426
  • Refactor add_tags method by @gabegma in https://github.com/ServiceNow/azimuth/pull/423
  • Export proposed actions by @gabegma in https://github.com/ServiceNow/azimuth/pull/408
  • Refactor dataset manager by @gabegma in https://github.com/ServiceNow/azimuth/pull/427
  • Compute syntax smart tags for utterances with multiple sentences. by @gabegma in https://github.com/ServiceNow/azimuth/pull/435
  • Bump ipython from 8.2.0 to 8.10.0 by @dependabot in https://github.com/ServiceNow/azimuth/pull/436
  • Adapt route to add proposed actions by @gabegma in https://github.com/ServiceNow/azimuth/pull/429
  • Add language field to config page by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/428
  • Correct the syntax section field name of config page by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/438
  • Add truncation=True to HFPipelines by @Dref360 in https://github.com/ServiceNow/azimuth/pull/440
  • Merge v2.5.2 by @gabegma in https://github.com/ServiceNow/azimuth/pull/448
  • Create v2.5.3 release by @gabegma in https://github.com/ServiceNow/azimuth/pull/449
  • Add short and long utterances on token count plot by @gabegma in https://github.com/ServiceNow/azimuth/pull/442
  • Add persistent id to front end by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/385
  • Fix generated types for Unions in Dicts by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/455
  • Change the outcome per threshold bar chart to area chart by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/444
  • Fix patch_utterances being a POST by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/457
  • Bump isort in pre-commit by @gabegma in https://github.com/ServiceNow/azimuth/pull/458
  • Save task results when loading module cache by @gabegma in https://github.com/ServiceNow/azimuth/pull/459
  • Support ignoring missing persistent ids when importing proposed actions by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/461
  • Add export utterances, export proposed actions to utterance table by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/445
  • Refactor get_utterances by @gabegma in https://github.com/ServiceNow/azimuth/pull/452
  • Update poetry.lock by @gabegma in https://github.com/ServiceNow/azimuth/pull/463
  • Migrate dev dependencies to new poetry group by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/462
  • Remove /admin route prefix by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/466
  • Test for performance analysis comparison table by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/420
  • Fix front-end tests by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/468
  • Add fix to browser history after navigating to exploration page with no pipeline by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/464
  • Add Outcome option to dropdown in Smart Tag Analysis by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/456
  • Remove v1 folder structure by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/467
  • Clean up pipeline vs model and previous PR by @gabegma in https://github.com/ServiceNow/azimuth/pull/450
  • UI test script for class overlap table by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/441
  • Link from confusion matrix to utterance table by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/470
  • Fix negative query params by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/471
  • Bump json5 from 1.0.1 to 1.0.2 in /webapp by @dependabot in https://github.com/ServiceNow/azimuth/pull/359
  • Update tensorflow by @gabegma in https://github.com/ServiceNow/azimuth/pull/355
  • Bump dns-packet from 5.3.1 to 5.4.0 in /webapp by @dependabot in https://github.com/ServiceNow/azimuth/pull/473
  • Bump werkzeug from 2.1.0 to 2.2.3 by @dependabot in https://github.com/ServiceNow/azimuth/pull/443
  • Validate config min/max values by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/474
  • Clean up docker image by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/316
  • Load config history by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/472
  • Bump jupyter-core from 4.9.2 to 4.11.2 by @dependabot in https://github.com/ServiceNow/azimuth/pull/477
  • Bump torch from 1.9.0 to 1.13.1 by @dependabot in https://github.com/ServiceNow/azimuth/pull/379
  • Update tensorflow to 2.11.0 by @gabegma in https://github.com/ServiceNow/azimuth/pull/476
  • Import proposed actions to utterance table by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/465
  • Support dataset-only smart tag analysis by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/478
  • Fix outcome per threshold plot overflow by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/485
  • Add modal to config page by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/437
  • Update documentation for 2.6.0 by @gabegma in https://github.com/ServiceNow/azimuth/pull/484
  • Fix unshrinking labels by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/489
  • Hide TF info messages in logs by @gabegma in https://github.com/ServiceNow/azimuth/pull/492
  • Create AzimuthConfigHistory class by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/493
  • Add "created-on" in config history by @gabegma in https://github.com/ServiceNow/azimuth/pull/491
  • Add faiss to startup by @gabegma in https://github.com/ServiceNow/azimuth/pull/495
  • Remove artifact_path from project hash by @gabegma in https://github.com/ServiceNow/azimuth/pull/497
  • Allow user to change dask cluster from route by @gabegma in https://github.com/ServiceNow/azimuth/pull/500
  • Make the Swagger UI work through the front-end proxy by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/502
  • Fix config page checkbox fields click event by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/496
  • Simplify Makefile by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/503
  • Fix errors after applying config changes that require startup tasks by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/501
  • Make API errors uniform by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/480
  • Avoid parsing whole config prematurely by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/504
  • Clean up config vs task_manager.config by @gabegma in https://github.com/ServiceNow/azimuth/pull/499
  • Revert "Simplify Makefile (#503)" by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/508
  • Support serving the front end in HTTPS by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/507
  • Improve config modal by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/487
  • Fix overwriting the partial config on changing the language field by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/509
  • Save config only when different from last config in history by @gabegma in https://github.com/ServiceNow/azimuth/pull/506
  • Separate Docker build in two GitHub actions by @gabegma in https://github.com/ServiceNow/azimuth/pull/511
  • Fix GPU release by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/514
  • Make config UI string fields editable by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/482
  • Add common fields configuration section and persistentId under the project section by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/505
  • Update numpy to 1.23.5 by @gabegma in https://github.com/ServiceNow/azimuth/pull/516
  • Enable debug option by @gabegma in https://github.com/ServiceNow/azimuth/pull/517
  • Support editing lists, args, and kwargs by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/512
  • Tackle dask issues by @gabegma in https://github.com/ServiceNow/azimuth/pull/518
  • Document known issue by @gabegma in https://github.com/ServiceNow/azimuth/pull/520
  • Release 2.6.0 by @gabegma in https://github.com/ServiceNow/azimuth/pull/519

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.5.3...v2.6.0

- Python
Published by gabegma almost 3 years ago

azimuth - v2.5.3

What's Changed

  • Add truncation=Trueto HF Pipelines by @Dref360 and @gabegma in #440
  • Add release notes and bump version by @gabegma

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.5.2...v2.5.3

- Python
Published by gabegma about 3 years ago

azimuth - v2.5.2

What's Changed

  • Fix flaky tests for ExpirableModule and Metrics by @Dref360 in https://github.com/ServiceNow/azimuth/pull/321
  • Bump express from 4.17.1 to 4.17.3 in /webapp by @dependabot in https://github.com/ServiceNow/azimuth/pull/328
  • Fix similar and perturbed long utterances by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/330
  • Remove warnings from GitHub actions by @gabegma in https://github.com/ServiceNow/azimuth/pull/326
  • Improve-class-overlap-images by @gabegma in https://github.com/ServiceNow/azimuth/pull/329
  • Fix webapp crash when no pipeline by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/333
  • Update README.md by @gabegma in https://github.com/ServiceNow/azimuth/pull/337
  • Fix sort by confidence or prediction without postprocessing by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/327
  • Fix crash on Safari by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/339

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.5.1...v2.5.2

- Python
Published by JosephMarinier about 3 years ago

azimuth - v2.5.1

What's Changed

  • Ignore language environment variable by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/325

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.5.0...v2.5.1

- Python
Published by JosephMarinier about 3 years ago

azimuth - v2.5.0

What's Changed

  • Add class analysis by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/284
  • Add ability to specify F-E and B-E ports by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/286
  • Clean up by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/287
  • Add pipeline pre/post-processing steps breakdown in the utterance detail page by @gabegma in https://github.com/ServiceNow/azimuth/pull/263
  • Fix ONNX on GPU by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/290
  • Nandhini/performance analysis table additional change by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/285
  • Preserve white spaces in utterances by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/291
  • Add accuracy by @gabegma in https://github.com/ServiceNow/azimuth/pull/296
  • Clean up ONNX on GPU by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/299
  • Bump pillow from 9.0.1 to 9.3.0 by @dependabot in https://github.com/ServiceNow/azimuth/pull/298
  • Add missing copyrights by @gabegma in https://github.com/ServiceNow/azimuth/pull/293
  • Added youtube playlist to home documentation and readme.md by @dinoobot in https://github.com/ServiceNow/azimuth/pull/300
  • Fix pipeline confusion in class overlap by @gabegma in https://github.com/ServiceNow/azimuth/pull/304
  • Misc fixes and cleanups by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/302
  • Azimuth for French with language selection in config by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/239
  • Add precision in comment by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/310
  • Forbid extra fields by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/306
  • Fix 100% in confidence histogram by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/311
  • Make overlap threshold input more user friendly by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/307
  • Fix generated types for CustomObjects by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/314
  • Fix learn more links by @gabegma in https://github.com/ServiceNow/azimuth/pull/318
  • Add pipeline names by @gabegma in https://github.com/ServiceNow/azimuth/pull/317
  • Class overlap comms, in-app and in docs by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/312
  • Fix overlap threshold number picker by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/322
  • Release v2.5.0 by @gabegma in https://github.com/ServiceNow/azimuth/pull/315

New Contributors

  • @dinoobot made their first contribution in https://github.com/ServiceNow/azimuth/pull/300

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.4.1...v2.5.0

- Python
Published by gabegma about 3 years ago

azimuth - v2.4.1

What's Changed

  • Fix Smart Tag Analysis by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/281

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.4.0...v2.4.1

- Python
Published by JosephMarinier over 3 years ago

azimuth - v2.4.0

What's Changed

  • Fix typo in project description by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/223
  • Test behavioral testing preview by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/218
  • Fix log level ignored in app.py by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/226
  • Fix flake8 expecting changes in huggingface cache by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/227
  • Add progress info during startup by @Dref360 in https://github.com/ServiceNow/azimuth/pull/190
  • Rename PerturbationTestingScope to PerturbationTestingConfig by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/229
  • Update contribution guidelines by @gabegma in https://github.com/ServiceNow/azimuth/pull/220
  • Clean up frontend Dockerfile by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/236
  • Add and rename some data actions by @gabegma in https://github.com/ServiceNow/azimuth/pull/233
  • Generate frontend types without the back end running by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/237
  • Reorder confusion matrix so the rejection class is last by @gabegma in https://github.com/ServiceNow/azimuth/pull/230
  • Cleanup after #237 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/241
  • Bump nbconvert from 5.5.0 to 6.5.1 by @dependabot in https://github.com/ServiceNow/azimuth/pull/225
  • Update poetry command and lock by @gabegma in https://github.com/ServiceNow/azimuth/pull/244
  • Bump jupyter-server from 1.15.6 to 1.17.0 by @dependabot in https://github.com/ServiceNow/azimuth/pull/240
  • Reorder confusion matrix based on reverse cuthill mckee by @gabegma in https://github.com/ServiceNow/azimuth/pull/242
  • Include docs/Makefile in Makefile and clean it up by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/246
  • Update grpcio by @gabegma in https://github.com/ServiceNow/azimuth/pull/248
  • Update onnx by @gabegma in https://github.com/ServiceNow/azimuth/pull/251
  • Add slack account by @gabegma in https://github.com/ServiceNow/azimuth/pull/252
  • Add Notice.txt as requested by legal by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/253
  • Pr/ggm/improve metrics per filter by @gabegma in https://github.com/ServiceNow/azimuth/pull/250
  • Add large dask cluster to config by @gabegma in https://github.com/ServiceNow/azimuth/pull/260
  • Downgrade onnxruntime-extensions to 0.3.1 by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/266
  • Add model comparison by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/228
  • Read model from cache if offline by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/269
  • Fix bug with empty HF filtering by @gabegma in https://github.com/ServiceNow/azimuth/pull/262
  • Class imbalance warnings by @gabegma in https://github.com/ServiceNow/azimuth/pull/272
  • Update clinc-151 demo by @gabegma in https://github.com/ServiceNow/azimuth/pull/273
  • Rename sections by @gabegma in https://github.com/ServiceNow/azimuth/pull/247
  • #268 Add locking mechanism throught env by @Dref360 in https://github.com/ServiceNow/azimuth/pull/270
  • Update to v2.4 by @gabegma in https://github.com/ServiceNow/azimuth/pull/274
  • Docs for Smart Tag Analysis by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/277
  • Add smart tag analysis plot by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/275

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.3.0...v2.4.0

- Python
Published by gabegma over 3 years ago

azimuth - v2.3.0

What's Changed

  • Update dev branches documentation by @gabegma in https://github.com/ServiceNow/azimuth/pull/165
  • Update PR template by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/171
  • Link performance analysis to exploration page by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/173
  • Fix pipeline comparison smart tag family not working as a filter on the Exploration space by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/175
  • Singular filters by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/174
  • Use snake_case query parameters by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/177
  • Fix not installing the dev deps in production by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/178
  • Fix loosing hidden columns by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/172
  • Fix losing hidden columns by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/185
  • Support greater utterance ids by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/182
  • Support infinitely large utterance ids by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/188
  • Improve Dockerfile to reduce Frontend image size by @Dref360 in https://github.com/ServiceNow/azimuth/pull/158
  • Code of Conduct file addition by @hughesthe1st in https://github.com/ServiceNow/azimuth/pull/189
  • added visualbar to similarity column by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/184
  • Polish Performance Analysis table headers by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/191
  • Fix filtering dataset with pipeline filters by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/170
  • Create better target icon by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/193
  • Small typo: encoded -> encoder by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/199
  • Fix clinc-151 small issues by @gabegma in https://github.com/ServiceNow/azimuth/pull/205
  • Fix filtering aggregation modules without post-processing by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/203
  • Fix losing collapsed state on filter selector by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/206
  • Update python dependencies by @gabegma in https://github.com/ServiceNow/azimuth/pull/160
  • Update CONTRIBUTING.md by @gabegma in https://github.com/ServiceNow/azimuth/pull/208
  • Bump mistune from 0.8.4 to 2.0.3 by @dependabot in https://github.com/ServiceNow/azimuth/pull/192
  • Bump react-redux by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/210
  • Bump seaborn by @gabegma in https://github.com/ServiceNow/azimuth/pull/212
  • Bump terser from 5.12.1 to 5.14.2 in /webapp by @dependabot in https://github.com/ServiceNow/azimuth/pull/183
  • Cache tokenizer by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/211
  • Work around max page size by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/207
  • Fix highepistemicuncertainty smart tag by @gabegma in https://github.com/ServiceNow/azimuth/pull/213
  • Separate data and presentation by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/209
  • Add tooltip if filter selector is unavailable by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/214
  • Fix transitive deps by @gabegma in https://github.com/ServiceNow/azimuth/pull/217
  • Add syntax config by @gabegma in https://github.com/ServiceNow/azimuth/pull/219
  • Add documentation for v2.3 by @gabegma in https://github.com/ServiceNow/azimuth/pull/221

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.2.0...v2.3.0

- Python
Published by gabegma over 3 years ago

azimuth - v2.2.3

What's Changed

  • Fix losing hidden columns from Performance Analysis table when changing view (Label, Prediction, etc.). by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/185
  • Fix utterances table poorly showing ids greater than 99, now supporting up to 9999. by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/182

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.2.2...v2.2.3

- Python
Published by JosephMarinier over 3 years ago

azimuth - 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 https://github.com/ServiceNow/azimuth/pull/172

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.2.1...v2.2.2

- Python
Published by JosephMarinier over 3 years ago

azimuth - v2.2.1

What's Changed

  • Fix pipeline comparison smart tag family not working as a filter on the Exploration space by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/175

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.2.0...v2.2.1

- Python
Published by JosephMarinier over 3 years ago

azimuth - v2.2.0

What's Changed

  • Update Docker instructions by @gabegma in https://github.com/ServiceNow/azimuth/pull/83
  • Override analytics code by @Dref360 in https://github.com/ServiceNow/azimuth/pull/99
  • #87 Fix issue where data actions would not work by @Dref360 in https://github.com/ServiceNow/azimuth/pull/98
  • Polish switches 🇵🇱 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/84
  • Use launch instead of compose to get image from DockerHub by @Dref360 in https://github.com/ServiceNow/azimuth/pull/85
  • Fix small typo in docs by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/103
  • Remove spectral-metric by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/102
  • Fix env variable name by @gabegma in https://github.com/ServiceNow/azimuth/pull/105
  • Add auto as an option for make launch by @Dref360 in https://github.com/ServiceNow/azimuth/pull/100
  • Fix issue with performance analysis table and smart tags by @gabegma in https://github.com/ServiceNow/azimuth/pull/104
  • Remove unnecessary test file by @gabegma in https://github.com/ServiceNow/azimuth/pull/107
  • Fix unexpected borders in Performance Analysis table by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/118
  • Update release notes to v2.1.1 by @gabegma in https://github.com/ServiceNow/azimuth/pull/119
  • Fix issue where dependency caching was not done properly in the backend by @Dref360 in https://github.com/ServiceNow/azimuth/pull/108
  • Show 20 similar utterances instead of 10 by @Dref360 in https://github.com/ServiceNow/azimuth/pull/121
  • Toggle normalized confusion matrix by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/86
  • Offer hiding columns from the Performance Analysis table by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/129
  • Add documentation around custom utterances by @Dref360 in https://github.com/ServiceNow/azimuth/pull/143
  • Raise exceptions inside ValidationModule to avoid hanging without information in debug mode by @Dref360 in https://github.com/ServiceNow/azimuth/pull/141
  • Hotfix/improve documentation by @gabegma in https://github.com/ServiceNow/azimuth/pull/148
  • Move confidence threshold out of /dataset_info by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/61
  • Bump notebook from 6.4.10 to 6.4.12 by @dependabot in https://github.com/ServiceNow/azimuth/pull/151
  • Add detail to install node.js with brew by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/67
  • Update tensorflow by @gabegma in https://github.com/ServiceNow/azimuth/pull/153
  • Smart tag families by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/145
  • Add F1 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/155
  • Bump numpy from 1.21.5 to 1.22.0 by @dependabot in https://github.com/ServiceNow/azimuth/pull/156
  • Description in UI by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/146
  • Add pipeline comparison smart tag family by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/161
  • Add visual bars to Performance Analysis table by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/159
  • Various fixes before releasing by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/163
  • Update documentation for v2.2 by @gabegma in https://github.com/ServiceNow/azimuth/pull/162
  • Releasing 2.2 by @gabegma in https://github.com/ServiceNow/azimuth/pull/164

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.1.0...v2.2.0

- Python
Published by gabegma over 3 years ago

azimuth - v2.1.1

What's Changed

  • Update Docker instructions by @gabegma in https://github.com/ServiceNow/azimuth/pull/83
  • Override analytics code by @Dref360 in https://github.com/ServiceNow/azimuth/pull/99
  • #87 Fix issue where data actions would not work by @Dref360 in https://github.com/ServiceNow/azimuth/pull/98
  • Polish switches 🇵🇱 by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/84
  • Use launch instead of compose to get image from DockerHub by @Dref360 in https://github.com/ServiceNow/azimuth/pull/85
  • Fix small typo in docs by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/103
  • Remove spectral-metric by @lindsaydbrin in https://github.com/ServiceNow/azimuth/pull/102
  • Fix env variable name by @gabegma in https://github.com/ServiceNow/azimuth/pull/105
  • Add auto as an option for make launch by @Dref360 in https://github.com/ServiceNow/azimuth/pull/100
  • Fix issue with performance analysis table and smart tags by @gabegma in https://github.com/ServiceNow/azimuth/pull/104
  • Remove unnecessary test file by @gabegma in https://github.com/ServiceNow/azimuth/pull/107
  • Fix unexpected borders in Performance Analysis table by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/118
  • Update release notes to v2.1.1 by @gabegma in https://github.com/ServiceNow/azimuth/pull/119

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.1.0...v2.1.1

- Python
Published by gabegma over 3 years ago

azimuth - v2.1.0

What's Changed

  • Add pipeline comaprison tag - bis by @Dref360 in https://github.com/ServiceNow/azimuth/pull/62
  • Add the ability to disable post-processing for filterable modules by @gabegma in https://github.com/ServiceNow/azimuth/pull/58
  • Add options for non-normalized confusion matrix by @Dref360 in https://github.com/ServiceNow/azimuth/pull/65
  • Ggm/clean up conf test by @gabegma in https://github.com/ServiceNow/azimuth/pull/66
  • Add profiling code and caching for metrics by @Dref360 in https://github.com/ServiceNow/azimuth/pull/69
  • Use typing to force parsing all query parameters by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/72
  • Nandhini/toggle post processing by @nandhinibsn in https://github.com/ServiceNow/azimuth/pull/73
  • Merge main into dev May 25th by @Dref360 in https://github.com/ServiceNow/azimuth/pull/76
  • Polish postprocessing switch by @JosephMarinier in https://github.com/ServiceNow/azimuth/pull/74
  • Fix issue where we sent OutcomeCountPerThreshold filters by @Dref360 in https://github.com/ServiceNow/azimuth/pull/78
  • Pr/ggm/documentation switch by @gabegma in https://github.com/ServiceNow/azimuth/pull/77
  • Update docker images names by @Dref360 in https://github.com/ServiceNow/azimuth/pull/79
  • Update release notes by @gabegma in https://github.com/ServiceNow/azimuth/pull/80
  • Release 2.1.0 by @gabegma in https://github.com/ServiceNow/azimuth/pull/81

New Contributors

  • @nandhinibsn made their first contribution in https://github.com/ServiceNow/azimuth/pull/73

Full Changelog: https://github.com/ServiceNow/azimuth/compare/v2.0.0...v2.1.0

- Python
Published by gabegma over 3 years ago

azimuth - v2.0.0

Initial Open-Source Release.

- Python
Published by gabegma over 3 years ago