Releases: Giskard-AI/giskard
Releases · Giskard-AI/giskard
v2.7.6
What's Changed
- [GSK-2937] Update docs after moving non-ML worker code outside by @Inokinoki in #1836
- GSK-2604 GSK-2766 Renamed tittle of wage classification notebook by @kevinmessiaen in #1841
Full Changelog: v2.7.5...v2.7.6
v2.7.5
What's Changed
- [GSK-2920] Fallback to english if
num2words
does not implement in a language by @Inokinoki in #1826 - Fix LLMON url typo by @alexcombessie in #1828
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #1827
- GSK-1807 Integrate Sentry by @kevinmessiaen in #1823
- Fix download link for enron by @Hartorn in #1834
- GSK-2902 GSK-2418 Add a method to execute test suite and upload result to Hub programmatically + result cleanup by @kevinmessiaen in #1818
Full Changelog: v2.7.4...v2.7.5
v2.7.4
What's Changed
- [GSK-2871] Fix TextPerturbationDetector failed with error from
num2word
under "it" or "fa" language code by @Inokinoki in #1815 - GSK-2874 Fix quality badge using https://peps.python.org/pep-0563/ by @kevinmessiaen in #1816
- [GSK-2793] Updated injection prompts (removing duplicates) by @rabah-khalek in #1817
- Remove verbose log when wrapping dataset by @luca-rossi in #1821
- Bump docs date to 2024 by @luca-martial in #1819
- GSK-2376 Add seed to LLM generators and evaluators in order to ensure reproducibility by @kevinmessiaen in #1824
Full Changelog: v2.7.3...v2.7.4
v2.7.3
What's Changed
- [GSK-2270] Add the transformation column back & hide it only if not used by @cy-moi in #1803
- GSK-2426 only run
core.core.CallableMeta.extract_doc
when necessary by @kevinmessiaen in #1776 - GSK-2754 Added requirements to the llm-as-a-judge per row test metadata by @kevinmessiaen in #1792
- [GSK-2834] Show only light theme logo in PyPI package description by @vjern in #1810
- [GSK-2846] Update RAG toolset and scan documentation by @pierlj in #1802
- GSK-2819 Pydantic models cannot be serialised with our code by @kevinmessiaen in #1808
- GSK-2822 Don't edit global logger level by @kevinmessiaen in #1806
- GSK-1993 Updated usage of enum value to enum name by @kevinmessiaen in #1793
- Patching deep copy of a test to avoid failure by @Hartorn in #1813
- Fix serialisation issue with object return from llm by @Hartorn in #1814
- [Gsk-2864] fragment markdown report by @cy-moi in #1812
Full Changelog: v2.7.2...v2.7.3
v2.7.2
v2.7.1
What's Changed
- Add documentation for AVID integration by @mattbit in #1677
- [GSK-2280] Feature: Added Number-to-Words Transformation by @sagar118 in #1615
- [GSK-2625] Fix deprecations in tests fixtures from sklearn 1.4.0 by @andreybavt in #1743
- Remove cache in CI by @Hartorn in #1778
- Add type for SuiteTest by @Smixi in #1766
- Fix tests run on enron by @Hartorn in #1789
- Update deps batch by @Hartorn in #1790
- Added tool calls support for LLM clients by @kevinmessiaen in #1694
- [GSK-2574] Improve release process by @vjern in #1773
- Optimizer classification grid search in tree slicer by @luca-rossi in #1758
- Simplify scan metadata by @luca-rossi in #1772
- Update the contributing style guide by @mattbit in #1795
- [GSK-2775] Fix typos in docs by @vjern in #1796
- [GSK-2760] Fix README images display in PyPI by @vjern in #1794
- GSK-2617 Missing kwargs in a test make the whole suite fail by @kevinmessiaen in #1748
- [GSK-2574] Enhance release process slack notifications by @vjern in #1779
- GSK-1191 Added support of scan Transformation Function to the Hub by @kevinmessiaen in #1791
- [GSK-2807] Documentation polishing by @AbSsEnT in #1798
- GSK-2788 Refactored artifact upload/download to not be dependant of project by @kevinmessiaen in #1797
New Contributors
- @sagar118 made their first contribution in #1615
- @Smixi made their first contribution in #1766
- @vjern made their first contribution in #1773
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- [GSK-2672] Optimize import giskard execution time by @Hartorn in #1765
- GSK-2684 Added LLM as a judge ground truth test by @kevinmessiaen in #1767
- [GSK-2594 | GSK-2611 | GSK-2610 | GSK-2607 | GSK-2602] Fixed documentation notebooks by @kevinmessiaen in #1760
- [GSK-1069] Add text transform: remove accents by @asselindebeauville in #1755
- [GSK 2658] Custom scanner by @bmalezieux in #1763
- [GSK-2655] Add avid labels to huggingface markdown template and remove unused columns by @cy-moi in #1768
- GSK-2407 Made metric None as default by @kevinmessiaen in #1769
- GSK-2581 GSK-2587: Modify test code for tests in an existing test suite by @kevinmessiaen in #1752
New Contributors
- @bmalezieux made their first contribution in #1763
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- [GSK-2626] Fix run test action for custom tests by @henchaves in #1753
- [GSK-2659] Fix link in log after uploading a test suite by @Inokinoki in #1757
- Update calibration detectors to display
metric_value_perc
with 2 decimals by @asselindebeauville in #1754 - feat: set str to use name and id for Dataset and Model by @AdriMarteau in #1732
- Add a to_junit method to standardize the report format of TestSuiteResult by @Kranium2002 in #1703
- [GSK-2311] Fixed load method by @rabah-khalek in #1756
- Fixed pre-commit by @kevinmessiaen in #1761
- Skip gg shield in CI by @Hartorn in #1762
- Change hex to lower in some tests for windows compatibility by @Hartorn in #1764
New Contributors
- @asselindebeauville made their first contribution in #1754
Full Changelog: v2.5.3...v2.6.0
v2.5.3
What's Changed
- Add ggshield to pre-commit by @Hartorn in #1750
- Gsk 2622 GSK-2584: Added a method to create Dataset from TestDetails by @kevinmessiaen in #1747
Full Changelog: v2.5.2...v2.5.3
v2.5.2
What's Changed
- GSK-2468 Try to automatically add import when adding kwargs tests to giskard Hub by @kevinmessiaen in #1734
Full Changelog: v2.5.1...v2.5.2