Giskard

Latest version: v2.16.2

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

Scan your dependencies

Page 11 of 15

2.0.0b27

Not secure
What's Changed
* Little improvements by Hartorn in https://github.com/Giskard-AI/giskard/pull/1479
* Improve reporting on robustness/ethical issues [GSK-1765] by mattbit in https://github.com/Giskard-AI/giskard/pull/1411
* Use 80 as default port in ML worker by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1482
* Added default value for clauses to match backend DTO by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1483
* Added `function_inputs` to `TestSuiteDTO` by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1485
* [GSK-1508] Add unit tests for WebSocket-based ML Worker communication (python) by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1277
* Updating gh md template by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1493
* Fix the excepthook for threads by Hartorn in https://github.com/Giskard-AI/giskard/pull/1492
* 1921 & GSK-1851 & GSK-1901 - save langchain chain without ml flow to reduce compatibility by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1490
* Allow latest pandas version by Hartorn in https://github.com/Giskard-AI/giskard/pull/1491
* Show name of transformations performed in CTA by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1500
* [GSK-1419][GSK-1383] Make dataset, model as suite input in `Suite` and upload them automatically by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1499
* GSK-1963: ignore mixpanel errors by andreybavt in https://github.com/Giskard-AI/giskard/pull/1502
* GSK-1895 New worker pool by Hartorn in https://github.com/Giskard-AI/giskard/pull/1478


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.0.0b26...v2.0.0b27

2.0.0b26

Not secure
What's Changed
* Fixing option order by Hartorn in https://github.com/Giskard-AI/giskard/pull/1477
* [GSK-1770] Fix text explanation for regression model by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1475


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.0.0b25...v2.0.0b26

2.0.0b25

Not secure
What's Changed
* [GSK-1710] Added md suffix in pyproject by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1392
* GSK-1272- Filter slicing functions clauses when column name are not available by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1175
* Adding CODEOWNERS file to secure .github folder by Hartorn in https://github.com/Giskard-AI/giskard/pull/1395
* Feature/gsk 1618 run python tests on windows builder by Hartorn in https://github.com/Giskard-AI/giskard/pull/1382
* [GSK-1621] Create a "How to use" section to Catalog>SFs and Catalog>TFs by henchaves in https://github.com/Giskard-AI/giskard/pull/1356
* fix project deletion by andreybavt in https://github.com/Giskard-AI/giskard/pull/1400
* Added langchain agent to talk to Giskard models by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1311
* Feature/GitHub summary by Hartorn in https://github.com/Giskard-AI/giskard/pull/1393
* Feature/gsk 1243 project export doesnt work by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1204
* [GSK-1700] Issue when df has single column by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1385
* [GSK-1593] Display Giskard Client info including URL, token and Spaces token by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1324
* [GSK-1735] Chore: Clarify license setup instructions by luca-martial in https://github.com/Giskard-AI/giskard/pull/1402
* Fix PID lockfile issue for both Hugging Face Spaces and Docker by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1403
* Fix/improve unreliable test by Hartorn in https://github.com/Giskard-AI/giskard/pull/1399
* Trying different workflows by Hartorn in https://github.com/Giskard-AI/giskard/pull/1396
* [GSK-1698] Remove legacy ML worker info and properties by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1390
* Update README.md by mathieuroques in https://github.com/Giskard-AI/giskard/pull/1310
* [GSK-1587] Add MixPanel to backend and track WebSocket events with general info by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1338
* [GSK-1560] Docs of integration on Hugging Face Spaces by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1312
* [GSK-1664][GSK-1677] Advanced Giskard license for Hugging Face Spaces by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1378
* [GSK-1700] Issue when df has single column (version 2) by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1405
* [GSK-1623] Secure Giskard readonly demo space at Hugging Face Spaces by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1355
* [GSK-1751] text push always giving None as the most contributing word by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1404
* Do not run integration tests on windows by Hartorn in https://github.com/Giskard-AI/giskard/pull/1410
* Disable cache on nightly and clear cache every week by Hartorn in https://github.com/Giskard-AI/giskard/pull/1415
* [GSK-1745] Support both Pydantic 1 & 2 by Hartorn in https://github.com/Giskard-AI/giskard/pull/1401
* fixed gender_stereotype_detector issue by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1418
* [GSK-1783] Fix issues due to pydantic compatibility migration by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1421
* Bump v2.0.0b22 by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1422
* Fix clear cache workflow by Hartorn in https://github.com/Giskard-AI/giskard/pull/1416
* [GSK-1790] Fix UI bug when adding a new feedback by henchaves in https://github.com/Giskard-AI/giskard/pull/1424
* GSK-1797 Fix add test to test suite by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1425
* [GSK-1726] Add code snippet to Export test button by henchaves in https://github.com/Giskard-AI/giskard/pull/1408
* [GSK-1793][GSK-1796] Fix callable functions downloading in data processing by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1428
* removed unnecessary model validations upon upload by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1417
* [GSK-1589] Analytics infinite loop by mattbit in https://github.com/Giskard-AI/giskard/pull/1321
* [GSK-852] Change Tensorflow to latest version, to enable arm64 test a… by Hartorn in https://github.com/Giskard-AI/giskard/pull/1409
* New version notebook by AbSsEnT in https://github.com/Giskard-AI/giskard/pull/1420
* [GSK-1476] introducing debug_description in test decorator by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1290
* [GSK-1812] Fix wrong descriptions of performance issues by mattbit in https://github.com/Giskard-AI/giskard/pull/1431
* Fix docker build by Hartorn in https://github.com/Giskard-AI/giskard/pull/1432
* [GSK-1711] Added check of push output by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1394
* Feature/gsk 1818 remove unnecessary objects in the UI by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1444
* Bump actions/checkout from 3.3.0 to 4.1.0 by dependabot in https://github.com/Giskard-AI/giskard/pull/1443
* [GSK-1608] Update token nomenclature of CLI parameters by henchaves in https://github.com/Giskard-AI/giskard/pull/1414
* Clean up everything not related to python by Hartorn in https://github.com/Giskard-AI/giskard/pull/1447
* Easier release by Hartorn in https://github.com/Giskard-AI/giskard/pull/1448
* Fix workflow name by Hartorn in https://github.com/Giskard-AI/giskard/pull/1449
* [GSK-1837] Error while trying to download Test Suite by henchaves in https://github.com/Giskard-AI/giskard/pull/1456
* Fixed transformations application from debugger by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1457
* GSK-1843 Fix push object upload by Googleton in https://github.com/Giskard-AI/giskard/pull/1459
* Feature/gsk 1841 missing package markdown by Hartorn in https://github.com/Giskard-AI/giskard/pull/1454
* Feature/gsk 1840 cannot install giskard with poetry directly by Hartorn in https://github.com/Giskard-AI/giskard/pull/1455
* Feature/gsk 1847 enron model test suite cannot be run by Hartorn in https://github.com/Giskard-AI/giskard/pull/1458
* Fix paths due to removal of python-client by Hartorn in https://github.com/Giskard-AI/giskard/pull/1461
* Activate again Sonar on the python code by Hartorn in https://github.com/Giskard-AI/giskard/pull/1473
* Update docs to add on-premise message. by BlancaRiveraCampos in https://github.com/Giskard-AI/giskard/pull/1470
* [GSK-1813] Fix giskard server upgrade runs for 20mns without returning by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1474
* Feature/gsk 1814 add a message error when the server is started with version by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1445
* GSK-1863 : Using multiprocess instead of threading by Hartorn in https://github.com/Giskard-AI/giskard/pull/1469
* Make worker action cancellable by Hartorn in https://github.com/Giskard-AI/giskard/pull/1472

New Contributors
* Hartorn made their first contribution in https://github.com/Giskard-AI/giskard/pull/1395
* luca-martial made their first contribution in https://github.com/Giskard-AI/giskard/pull/1402
* BlancaRiveraCampos made their first contribution in https://github.com/Giskard-AI/giskard/pull/1470

**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.0.0b20...v2.0.0b25

2.0.0b22

Not secure
What's Changed
* [GSK-1710] Added md suffix in pyproject by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1392
* GSK-1272- Filter slicing functions clauses when column name are not available by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1175
* Adding CODEOWNERS file to secure .github folder by Hartorn in https://github.com/Giskard-AI/giskard/pull/1395
* Feature/gsk 1618 run python tests on windows builder by Hartorn in https://github.com/Giskard-AI/giskard/pull/1382
* [GSK-1621] Create a "How to use" section to Catalog>SFs and Catalog>TFs by henchaves in https://github.com/Giskard-AI/giskard/pull/1356
* fix project deletion by andreybavt in https://github.com/Giskard-AI/giskard/pull/1400
* Added langchain agent to talk to Giskard models by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1311
* Feature/GitHub summary by Hartorn in https://github.com/Giskard-AI/giskard/pull/1393
* Feature/gsk 1243 project export doesnt work by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1204
* [GSK-1700] Issue when df has single column by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1385
* [GSK-1593] Display Giskard Client info including URL, token and Spaces token by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1324
* [GSK-1735] Chore: Clarify license setup instructions by luca-martial in https://github.com/Giskard-AI/giskard/pull/1402
* Fix PID lockfile issue for both Hugging Face Spaces and Docker by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1403
* Fix/improve unreliable test by Hartorn in https://github.com/Giskard-AI/giskard/pull/1399
* Trying different workflows by Hartorn in https://github.com/Giskard-AI/giskard/pull/1396
* [GSK-1698] Remove legacy ML worker info and properties by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1390
* Update README.md by mathieuroques in https://github.com/Giskard-AI/giskard/pull/1310
* [GSK-1587] Add MixPanel to backend and track WebSocket events with general info by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1338
* [GSK-1560] Docs of integration on Hugging Face Spaces by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1312
* [GSK-1664][GSK-1677] Advanced Giskard license for Hugging Face Spaces by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1378
* [GSK-1700] Issue when df has single column (version 2) by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1405
* [GSK-1623] Secure Giskard readonly demo space at Hugging Face Spaces by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1355
* [GSK-1751] text push always giving None as the most contributing word by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1404
* Do not run integration tests on windows by Hartorn in https://github.com/Giskard-AI/giskard/pull/1410
* Disable cache on nightly and clear cache every week by Hartorn in https://github.com/Giskard-AI/giskard/pull/1415
* [GSK-1745] Support both Pydantic 1 & 2 by Hartorn in https://github.com/Giskard-AI/giskard/pull/1401
* fixed gender_stereotype_detector issue by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1418
* [GSK-1783] Fix issues due to pydantic compatibility migration by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1421

New Contributors
* Hartorn made their first contribution in https://github.com/Giskard-AI/giskard/pull/1395
* luca-martial made their first contribution in https://github.com/Giskard-AI/giskard/pull/1402

**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.0.0b20...v2.0.0b22

2.0.0b20

Not secure
What's Changed
* Fix automatic Docker image building with mono-image by Inokinoki in https://github.com/Giskard-AI/giskard/pull/1297


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.0.0b18...v2.0.0b20

2.0.0b18

Not secure
What's Changed
* [GSK-1634] From MAD to 10% change per sample by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1377
* Fixed issues with upload by Googleton in https://github.com/Giskard-AI/giskard/pull/1348
* Fixed suite test template passed test color issue by kevinmessiaen in https://github.com/Giskard-AI/giskard/pull/1383
* [GSK-1702] SHAP import issue by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1384
* [GSK-1684] removing validation flags for model evaluation by rabah-khalek in https://github.com/Giskard-AI/giskard/pull/1379


**Full Changelog**: https://github.com/Giskard-AI/giskard/compare/v2.0.0b16...v2.0.0b18

Page 11 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.