Giskard

Latest version: v2.14.0

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 11

2.9.0

What's Changed
* [GSK-2497] Allow to connect multiple external mlworkers by Hartorn in https://github.com/Giskard-AI/giskard/pull/1740
* Switching from mlWorkerId to kernel name by Hartorn in https://github.com/Giskard-AI/giskard/pull/1777
* GSK-2896 Automatically generate a Kernel based on dependencies by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1829
* GSK-3241 Make `kernel_name` the last argument of `create_project` by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1838
* GSK-2887 Upload tests with project when uploading a suite by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1837
* GSK-2928 GSK-2877 Added a method to start and stop managed ML worker using the … by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1851
* Update lockfile & clear runner disk by Hartorn in https://github.com/Giskard-AI/giskard/pull/1868
* Update RAGET docs by pierlj in https://github.com/Giskard-AI/giskard/pull/1874
* [GSK-3419] Add mixpanel telemetry to new client methods by henchaves in https://github.com/Giskard-AI/giskard/pull/1875
* [GSK-3430] Check if we can detect the version of giskard library by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1876
* [GSK-3442] Install giskard only on google colab by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1879
* [GSK-2877] Update doc about ML worker to adapt kernel and multi-ML worker by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1853
* [GSK-2497] Allow to connect multiple external mlworkers (1740) by Hartorn in https://github.com/Giskard-AI/giskard/pull/1771
* Small documentation updates with latest product story by alexcombessie in https://github.com/Giskard-AI/giskard/pull/1880
* RAG Toolkit: Out of KB questions [GSK-3372] by JiaenLiu in https://github.com/Giskard-AI/giskard/pull/1861

New Contributors
* JiaenLiu made their first contribution in https://github.com/Giskard-AI/giskard/pull/1861

**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.8.0...v2.9.0

2.8.0

What's Changed
* [GSK-2892] Improve RAG toolset by pierlj in https://github.com/Giskard-AI/giskard/pull/1820
* [GSK-3361] Model predictions are casted to double by default in regression mode by bmalezieux in https://github.com/Giskard-AI/giskard/pull/1857
* Update mlflow-llm-example.ipynb (typo) by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1858


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.7.7...v2.8.0

2.7.7

What's Changed
* [GSK-3303] Fix validation issue with tuple, also fixes param names by Hartorn in https://github.com/Giskard-AI/giskard/pull/1844
* Fix the llm client to reset when changing llm api or model by Hartorn in https://github.com/Giskard-AI/giskard/pull/1842
* Issue with evaluating openai-based LLMs with mlflow.evaluate() API by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1843
* GSK-2409 Add doc to how to update the lockfile by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1840
* hot-fixing transformation in push perturbation by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1849
* Prevent torch faulty version on MacOS by Hartorn in https://github.com/Giskard-AI/giskard/pull/1855


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.7.6...v2.7.7

2.7.6

What's Changed
* [GSK-2937] Update docs after moving non-ML worker code outside by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1836
* GSK-2604 GSK-2766 Renamed tittle of wage classification notebook by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1841


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.7.5...v2.7.6

2.7.5

What's Changed
* [GSK-2920] Fallback to english if `num2words` does not implement in a language by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1826
* Fix LLMON url typo by alexcombessie in https://github.com/Giskard-AI/giskard/pull/1828
* Bump pre-commit/action from 3.0.0 to 3.0.1 by dependabot in https://github.com/Giskard-AI/giskard/pull/1827
* GSK-1807 Integrate Sentry by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1823
* Fix download link for enron by Hartorn in https://github.com/Giskard-AI/giskard/pull/1834
* GSK-2902 GSK-2418 Add a method to execute test suite and upload result to Hub programmatically + result cleanup by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1818


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.7.4...v2.7.5

2.7.4

What's Changed
* [GSK-2871] Fix TextPerturbationDetector failed with error from `num2word` under "it" or "fa" language code by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1815
* GSK-2874 Fix quality badge using https://peps.python.org/pep-0563/ by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1816
* [GSK-2793] Updated injection prompts (removing duplicates) by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1817
* Remove verbose log when wrapping dataset by luca-rossi in https://github.com/Giskard-AI/giskard/pull/1821
* Bump docs date to 2024 by luca-martial in https://github.com/Giskard-AI/giskard/pull/1819
* GSK-2376 Add seed to LLM generators and evaluators in order to ensure reproducibility by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1824


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.7.3...v2.7.4

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.