Giskard

Latest version: v2.14.0

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

Scan your dependencies

Page 3 of 11

2.7.3

What's Changed
* [GSK-2270] Add the transformation column back & hide it only if not used by cy-moi in https://github.com/Giskard-AI/giskard/pull/1803
* GSK-2426 only run `core.core.CallableMeta.extract_doc` when necessary by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1776
* GSK-2754 Added requirements to the llm-as-a-judge per row test metadata by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1792
* [GSK-2834] Show only light theme logo in PyPI package description by vjern in https://github.com/Giskard-AI/giskard/pull/1810
* [GSK-2846] Update RAG toolset and scan documentation by pierlj in https://github.com/Giskard-AI/giskard/pull/1802
* GSK-2819 Pydantic models cannot be serialised with our code by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1808
* GSK-2822 Don't edit global logger level by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1806
* GSK-1993 Updated usage of enum value to enum name by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1793
* Patching deep copy of a test to avoid failure by Hartorn in https://github.com/Giskard-AI/giskard/pull/1813
* Fix serialisation issue with object return from llm by Hartorn in https://github.com/Giskard-AI/giskard/pull/1814
* [Gsk-2864] fragment markdown report by cy-moi in https://github.com/Giskard-AI/giskard/pull/1812


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

2.7.2

What's Changed
* [GSK-2540, GSK-2558, GSK-2663] RAG toolset by pierlj in https://github.com/Giskard-AI/giskard/pull/1735
* Fix pipy release by Hartorn in https://github.com/Giskard-AI/giskard/pull/1801
* Temporary fix for docs links to notebooks by mattbit in https://github.com/Giskard-AI/giskard/pull/1805


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.7.1...v2.7.2

2.7.1

What's Changed
* Add documentation for AVID integration by mattbit in https://github.com/Giskard-AI/giskard/pull/1677
* [GSK-2280] Feature: Added Number-to-Words Transformation by sagar118 in https://github.com/Giskard-AI/giskard/pull/1615
* [GSK-2625] Fix deprecations in tests fixtures from sklearn 1.4.0 by andreybavt in https://github.com/Giskard-AI/giskard/pull/1743
* Remove cache in CI by Hartorn in https://github.com/Giskard-AI/giskard/pull/1778
* Add type for SuiteTest by Smixi in https://github.com/Giskard-AI/giskard/pull/1766
* Fix tests run on enron by Hartorn in https://github.com/Giskard-AI/giskard/pull/1789
* Update deps batch by Hartorn in https://github.com/Giskard-AI/giskard/pull/1790
* Added tool calls support for LLM clients by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1694
* [GSK-2574] Improve release process by vjern in https://github.com/Giskard-AI/giskard/pull/1773
* Optimizer classification grid search in tree slicer by luca-rossi in https://github.com/Giskard-AI/giskard/pull/1758
* Simplify scan metadata by luca-rossi in https://github.com/Giskard-AI/giskard/pull/1772
* Update the contributing style guide by mattbit in https://github.com/Giskard-AI/giskard/pull/1795
* [GSK-2775] Fix typos in docs by vjern in https://github.com/Giskard-AI/giskard/pull/1796
* [GSK-2760] Fix README images display in PyPI by vjern in https://github.com/Giskard-AI/giskard/pull/1794
* GSK-2617 Missing kwargs in a test make the whole suite fail by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1748
* [GSK-2574] Enhance release process slack notifications by vjern in https://github.com/Giskard-AI/giskard/pull/1779
* GSK-1191 Added support of scan Transformation Function to the Hub by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1791
* [GSK-2807] Documentation polishing by AbSsEnT in https://github.com/Giskard-AI/giskard/pull/1798
* GSK-2788 Refactored artifact upload/download to not be dependant of project by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1797

New Contributors
* sagar118 made their first contribution in https://github.com/Giskard-AI/giskard/pull/1615
* Smixi made their first contribution in https://github.com/Giskard-AI/giskard/pull/1766
* vjern made their first contribution in https://github.com/Giskard-AI/giskard/pull/1773

**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.7.0...v2.7.1

2.7.0

What's Changed
* [GSK-2672] Optimize import giskard execution time by Hartorn in https://github.com/Giskard-AI/giskard/pull/1765
* GSK-2684 Added LLM as a judge ground truth test by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1767
* [GSK-2594 | GSK-2611 | GSK-2610 | GSK-2607 | GSK-2602] Fixed documentation notebooks by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1760
* [GSK-1069] Add text transform: remove accents by asselindebeauville in https://github.com/Giskard-AI/giskard/pull/1755
* [GSK 2658] Custom scanner by bmalezieux in https://github.com/Giskard-AI/giskard/pull/1763
* [GSK-2655] Add avid labels to huggingface markdown template and remove unused columns by cy-moi in https://github.com/Giskard-AI/giskard/pull/1768
* GSK-2407 Made metric None as default by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1769
* GSK-2581 GSK-2587: Modify test code for tests in an existing test suite by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1752

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

**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.6.0...v2.7.0

2.6.0

What's Changed
* [GSK-2626] Fix run test action for custom tests by henchaves in https://github.com/Giskard-AI/giskard/pull/1753
* [GSK-2659] Fix link in log after uploading a test suite by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1757
* Update calibration detectors to display `metric_value_perc` with 2 decimals by asselindebeauville in https://github.com/Giskard-AI/giskard/pull/1754
* feat: set __str__ to use name and id for Dataset and Model by AdriMarteau in https://github.com/Giskard-AI/giskard/pull/1732
* Add a to_junit method to standardize the report format of TestSuiteResult by Kranium2002 in https://github.com/Giskard-AI/giskard/pull/1703
* [GSK-2311] Fixed load method by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1756
* Fixed pre-commit by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1761
* Skip gg shield in CI by Hartorn in https://github.com/Giskard-AI/giskard/pull/1762
* Change hex to lower in some tests for windows compatibility by Hartorn in https://github.com/Giskard-AI/giskard/pull/1764

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

**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.5.3...v2.6.0

2.5.3

What's Changed
* Add ggshield to pre-commit by Hartorn in https://github.com/Giskard-AI/giskard/pull/1750
* Gsk 2622 GSK-2584: Added a method to create Dataset from TestDetails by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1747


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.5.2...v2.5.3

Page 3 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.