Skops

Latest version: v0.9.0

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

Scan your dependencies

Page 1 of 2

0.9.0

What's Changed
* Removes unnecessary paragraph after model card updates by lazarust in https://github.com/skops-dev/skops/pull/376
* Bump version to next dev version after release by BenjaminBossan in https://github.com/skops-dev/skops/pull/378
* MNT: Update repo URL of sklearn nightly build, fix sparse matrix persistence issue by BenjaminBossan in https://github.com/skops-dev/skops/pull/375
* Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by dependabot in https://github.com/skops-dev/skops/pull/379
* MNT: Support Catboost for Python 3.11 by EdAbati in https://github.com/skops-dev/skops/pull/380
* Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by dependabot in https://github.com/skops-dev/skops/pull/382
* FIX: Decision Tree Visualization by reidjohnson in https://github.com/skops-dev/skops/pull/386
* ENH: Quantile Forest Support by reidjohnson in https://github.com/skops-dev/skops/pull/384
* Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by dependabot in https://github.com/skops-dev/skops/pull/387
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/skops-dev/skops/pull/390
* MNT: updates to HF Hub, manage fairlearn deprecation by BenjaminBossan in https://github.com/skops-dev/skops/pull/392
* FIX: fixed `get_log_level` when level = 3 by EdAbati in https://github.com/skops-dev/skops/pull/346
* DEPR deprecate hub_utils.get_model_output by adrinjalali in https://github.com/skops-dev/skops/pull/396
* MNT update linters and use ruff by adrinjalali in https://github.com/skops-dev/skops/pull/397
* DEPR hub_utils.push by adrinjalali in https://github.com/skops-dev/skops/pull/398
* CI move to pypi's trusted publisher workflow by adrinjalali in https://github.com/skops-dev/skops/pull/399

New Contributors
* reidjohnson made their first contribution in https://github.com/skops-dev/skops/pull/386

**Full Changelog**: https://github.com/skops-dev/skops/compare/v0.8.0...v0.9.0

0.8.0

What's Changed

* ENH Set folded on model card add by lazarust in https://github.com/skops-dev/skops/pull/361
* MNT support array functions in numpy>=1.25 by adrinjalali in https://github.com/skops-dev/skops/pull/373
* MNT fixed test for QuantileRegressor by EdAbati in https://github.com/skops-dev/skops/pull/374
* ENH: Added CLI command to update skops files by EdAbati in https://github.com/skops-dev/skops/pull/343

0.7.0

What's Changed
* MNT start 0.7 development by adrinjalali in https://github.com/skops-dev/skops/pull/339
* MNT: A little hardening of the auditing of Nodes by BenjaminBossan in https://github.com/skops-dev/skops/pull/340
* MNT Refactor trusted by BenjaminBossan in https://github.com/skops-dev/skops/pull/338
* Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by dependabot in https://github.com/skops-dev/skops/pull/342
* FEAT Add skops space creator app by BenjaminBossan in https://github.com/skops-dev/skops/pull/307
* MNT: Fix clean up script, also clean spaces by BenjaminBossan in https://github.com/skops-dev/skops/pull/348
* ENH expose compression and compression level to the user API by adrinjalali in https://github.com/skops-dev/skops/pull/345
* TST Add trust check to persistence performance test by BenjaminBossan in https://github.com/skops-dev/skops/pull/351
* TST Check file size differences by BenjaminBossan in https://github.com/skops-dev/skops/pull/350
* FIX: bug when visualizing byte nodes by BenjaminBossan in https://github.com/skops-dev/skops/pull/352
* FIX attempt at fixing broken GH workflow by BenjaminBossan in https://github.com/skops-dev/skops/pull/353
* FIX: Broken CI for MacOS and Python 3.8 by BenjaminBossan in https://github.com/skops-dev/skops/pull/354
* Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by dependabot in https://github.com/skops-dev/skops/pull/356
* Cache model loading in model card by jucamohedano in https://github.com/skops-dev/skops/pull/299
* [skip ci] DOC some minor updates to README.rst by BenjaminBossan in https://github.com/skops-dev/skops/pull/357
* `ENH` trusting np.ufuncs and np.dtypes by omar-araboghli in https://github.com/skops-dev/skops/pull/336
* ENH Copy plots on Card save by lazarust in https://github.com/skops-dev/skops/pull/330
* `ENH` Allow collapsing any section in card by lazarust in https://github.com/skops-dev/skops/pull/341
* DOC add missing changelog entries by adrinjalali in https://github.com/skops-dev/skops/pull/365

0.6

What's Changed
* MNT bump version to 0.6.dev0 on main by adrinjalali in https://github.com/skops-dev/skops/pull/280
* MNT add a section for the new releaes in the changelog by adrinjalali in https://github.com/skops-dev/skops/pull/281
* DOC add PR prefixes to maintainer docs by adrinjalali in https://github.com/skops-dev/skops/pull/282
* ENH pandoc parser minor improvements and support older pandoc by BenjaminBossan in https://github.com/skops-dev/skops/pull/284
* Fix typo in _model_card.py by eltociear in https://github.com/skops-dev/skops/pull/285
* DOC fix author links by adrinjalali in https://github.com/skops-dev/skops/pull/286
* ENH permutation importance by merveenoyan in https://github.com/skops-dev/skops/pull/142
* `MNT/MAINT` upgrading isort to 5.12.0 by omar-araboghli in https://github.com/skops-dev/skops/pull/294
* ENH: Add possibility to turn section invisible by BenjaminBossan in https://github.com/skops-dev/skops/pull/288
* Add tabular regression example by lazarust in https://github.com/skops-dev/skops/pull/254
* `ENH` trusting scipy.ufuncs by omar-araboghli in https://github.com/skops-dev/skops/pull/295
* DOC Add example of using a custom template with model cards by BenjaminBossan in https://github.com/skops-dev/skops/pull/291
* MNT: Upgrade mypy to version 1.0.0 by BenjaminBossan in https://github.com/skops-dev/skops/pull/297
* MNT move pr template to proper place by BenjaminBossan in https://github.com/skops-dev/skops/pull/306
* MNT Bump actions/checkout from 2 to 3 by dependabot in https://github.com/skops-dev/skops/pull/304
* DOC Document compatibility across sklearn versions by BenjaminBossan in https://github.com/skops-dev/skops/pull/290
* ENH Add performance test + GH action to run it weekly by BenjaminBossan in https://github.com/skops-dev/skops/pull/289
* DOC Add intelex inference example by ahuber21 in https://github.com/skops-dev/skops/pull/303
* FIX: Support operators persistence by BenjaminBossan in https://github.com/skops-dev/skops/pull/287
* `ENH` add metric frame by lazarust in https://github.com/skops-dev/skops/pull/298
* MNT: refactor model card to render sections lazily by BenjaminBossan in https://github.com/skops-dev/skops/pull/310
* DOC add roadmap by adrinjalali in https://github.com/skops-dev/skops/pull/311
* BUG: Fix bug in tests for fairlearn + 1 more test by BenjaminBossan in https://github.com/skops-dev/skops/pull/313
* CI add codecov token to the config by adrinjalali in https://github.com/skops-dev/skops/pull/312
* CI Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by dependabot in https://github.com/skops-dev/skops/pull/318
* `ENH` Adds ability to create table of contents by lazarust in https://github.com/skops-dev/skops/pull/305
* FIX Fix issue with setting model_diagram to False by BenjaminBossan in https://github.com/skops-dev/skops/pull/314
* DOC make sklearn's estimator run in parallel in the intelex example by adrinjalali in https://github.com/skops-dev/skops/pull/316
* FIX: issue with fitting TargetEncoder in tests by BenjaminBossan in https://github.com/skops-dev/skops/pull/324
* MNT Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by dependabot in https://github.com/skops-dev/skops/pull/323
* ENH: Default section for Card.add_* methods by BenjaminBossan in https://github.com/skops-dev/skops/pull/321
* FEAT Function to visualize skops files by BenjaminBossan in https://github.com/skops-dev/skops/pull/317
* ENH Dealing with skops persistence protocol updates by BenjaminBossan in https://github.com/skops-dev/skops/pull/322
* FIX LoadContext missing arg & wrong function name by BenjaminBossan in https://github.com/skops-dev/skops/pull/325
* DOC california housing example by BenjaminBossan in https://github.com/skops-dev/skops/pull/308
* MNT Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by dependabot in https://github.com/skops-dev/skops/pull/328
* FIX: Workflow file for persistence performance by BenjaminBossan in https://github.com/skops-dev/skops/pull/326
* DOC Add section on compatibility of skops format by BenjaminBossan in https://github.com/skops-dev/skops/pull/332
* FIX: Bug in random generator persistence by BenjaminBossan in https://github.com/skops-dev/skops/pull/331
* MNT Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by dependabot in https://github.com/skops-dev/skops/pull/337

New Contributors
* eltociear made their first contribution in https://github.com/skops-dev/skops/pull/285
* omar-araboghli made their first contribution in https://github.com/skops-dev/skops/pull/294
* lazarust made their first contribution in https://github.com/skops-dev/skops/pull/254
* ahuber21 made their first contribution in https://github.com/skops-dev/skops/pull/303

**Full Changelog**: https://github.com/skops-dev/skops/compare/v0.5.0...v0.6

0.5.0

Not secure
What's Changed
* MNT: Change placeholder character to control character by E-Aho in https://github.com/skops-dev/skops/pull/258
* DOC make the persistence warning the same as the user guide by adrinjalali in https://github.com/skops-dev/skops/pull/259
* FIX: Persistence tests failing when using sklearn nightly by BenjaminBossan in https://github.com/skops-dev/skops/pull/260
* MNT Turn off CatBoost verbosity in tests by BenjaminBossan in https://github.com/skops-dev/skops/pull/262
* DOC Add section on security of supported libraries by BenjaminBossan in https://github.com/skops-dev/skops/pull/261
* Prevent CatBoost from creating folder when testing by BenjaminBossan in https://github.com/skops-dev/skops/pull/263
* Revert FIX: Persistence tests failing when using sklearn nightly by adrinjalali in https://github.com/skops-dev/skops/pull/265
* Update docs on gradio and HF Hub by BenjaminBossan in https://github.com/skops-dev/skops/pull/268
* ENH Support more array-like data types for tabular data and list-like data types for text data by anferico in https://github.com/skops-dev/skops/pull/179
* Fix for metadata having model format by merveenoyan in https://github.com/skops-dev/skops/pull/272
* MNT Fixes for huggingface_hub 0.12 compatibility by BenjaminBossan in https://github.com/skops-dev/skops/pull/274
* ENH Work on supporting scikit-learn intelex by BenjaminBossan in https://github.com/skops-dev/skops/pull/267
* FEAT CLI conversion by E-Aho in https://github.com/skops-dev/skops/pull/249
* MNT add python=3.11 support by adrinjalali in https://github.com/skops-dev/skops/pull/246
* FEAT Parse model cards with pandoc by BenjaminBossan in https://github.com/skops-dev/skops/pull/257
* MNT bump version to 0.5 by adrinjalali in https://github.com/skops-dev/skops/pull/279

0.4.0.post1

A minor doc change.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.