Simple-parsing

Latest version: v0.1.7

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

Scan your dependencies

Page 1 of 3

0.1.7

What's Changed
* Fix docstring of the `dict_union` function by GaetanLepage in https://github.com/lebrice/SimpleParsing/pull/327
* Fix 307: Replace logger.info with logger.debug by bguisard in https://github.com/lebrice/SimpleParsing/pull/328
* Try a fix for broken docformatter pre-commit hook by lebrice in https://github.com/lebrice/SimpleParsing/pull/333
* Remove dead code and manage dependencies with poetry by 42nick in https://github.com/lebrice/SimpleParsing/pull/330
* Add option to specify config path argument name by joshlk in https://github.com/lebrice/SimpleParsing/pull/334

New Contributors
* GaetanLepage made their first contribution in https://github.com/lebrice/SimpleParsing/pull/327
* bguisard made their first contribution in https://github.com/lebrice/SimpleParsing/pull/328
* 42nick made their first contribution in https://github.com/lebrice/SimpleParsing/pull/330
* joshlk made their first contribution in https://github.com/lebrice/SimpleParsing/pull/334

**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.1.6...v0.1.7

0.1.6

What's Changed
* Drop python 3.7 + Setup Poetry + CodeCov + Pre-Commit by lebrice in https://github.com/lebrice/SimpleParsing/pull/300
* Fix the benchmark workflow by lebrice in https://github.com/lebrice/SimpleParsing/pull/302
* Fix the 'upload' benchmark workflow by lebrice in https://github.com/lebrice/SimpleParsing/pull/303
* Add codecov inline PR comments by lebrice in https://github.com/lebrice/SimpleParsing/pull/305
* Fix is_optional(Literal[None]) by krzentner in https://github.com/lebrice/SimpleParsing/pull/323
* Try to use stdlib tomllib before tomli by bkad in https://github.com/lebrice/SimpleParsing/pull/318

New Contributors
* krzentner made their first contribution in https://github.com/lebrice/SimpleParsing/pull/323
* bkad made their first contribution in https://github.com/lebrice/SimpleParsing/pull/318

**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.1.5...v0.1.6

What's Changed
* Drop python 3.7 + Setup Poetry + CodeCov + Pre-Commit by lebrice in https://github.com/lebrice/SimpleParsing/pull/300
* Fix the benchmark workflow by lebrice in https://github.com/lebrice/SimpleParsing/pull/302
* Fix the 'upload' benchmark workflow by lebrice in https://github.com/lebrice/SimpleParsing/pull/303
* Add codecov inline PR comments by lebrice in https://github.com/lebrice/SimpleParsing/pull/305
* Fix is_optional(Literal[None]) by krzentner in https://github.com/lebrice/SimpleParsing/pull/323
* Try to use stdlib tomllib before tomli by bkad in https://github.com/lebrice/SimpleParsing/pull/318
* Try to fix broken(?) python-publish.yml by lebrice in https://github.com/lebrice/SimpleParsing/pull/324

New Contributors
* krzentner made their first contribution in https://github.com/lebrice/SimpleParsing/pull/323
* bkad made their first contribution in https://github.com/lebrice/SimpleParsing/pull/318

**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.1.5...v0.1.6

0.1.5

What's Changed
* Faster import (lazy numpy) by lebrice in https://github.com/lebrice/SimpleParsing/pull/285
* Add support for TOML config files by diggerk in https://github.com/lebrice/SimpleParsing/pull/289
* Remove the benchmark-comment workflow for now by lebrice in https://github.com/lebrice/SimpleParsing/pull/291
* Disallow extra nonexistent fields by anivegesana in https://github.com/lebrice/SimpleParsing/pull/290
* fix broken link by stas00 in https://github.com/lebrice/SimpleParsing/pull/292

New Contributors
* diggerk made their first contribution in https://github.com/lebrice/SimpleParsing/pull/289
* anivegesana made their first contribution in https://github.com/lebrice/SimpleParsing/pull/290
* stas00 made their first contribution in https://github.com/lebrice/SimpleParsing/pull/292

**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.1.4...v0.1.5

0.1.4

What's Changed
* Simplify and Fix test_decorator.py by lebrice in https://github.com/lebrice/SimpleParsing/pull/273
* Remove PyTorch as a test dependency by lebrice in https://github.com/lebrice/SimpleParsing/pull/274
* Add `replace_subgroups` function by zhiruiluo in https://github.com/lebrice/SimpleParsing/pull/215
* add confilct_resolver_max_attempts property by JonasFrey96 in https://github.com/lebrice/SimpleParsing/pull/272
* Increase import performance (lru_cache) and add pytest-benchmark by lebrice in https://github.com/lebrice/SimpleParsing/pull/279
* Add Performance Regression tests to CI by lebrice in https://github.com/lebrice/SimpleParsing/pull/282

New Contributors
* JonasFrey96 made their first contribution in https://github.com/lebrice/SimpleParsing/pull/272

**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* Fix AttributeError in field_parsing.py by lebrice in https://github.com/lebrice/SimpleParsing/pull/251
* Add lru_cache wrapper in docstring parsing by lebrice in https://github.com/lebrice/SimpleParsing/pull/252
* added example for how to use the flag helper by LTluttmann in https://github.com/lebrice/SimpleParsing/pull/256
* Lazy import of numpy/torch etc. by breuleux in https://github.com/lebrice/SimpleParsing/pull/253
* Fix literals for Python 3.9 by brentyi in https://github.com/lebrice/SimpleParsing/pull/260
* Add test to reproduce 259 by lebrice in https://github.com/lebrice/SimpleParsing/pull/262
* upgrade precommit hooks by lebrice in https://github.com/lebrice/SimpleParsing/pull/263

New Contributors
* LTluttmann made their first contribution in https://github.com/lebrice/SimpleParsing/pull/256
* breuleux made their first contribution in https://github.com/lebrice/SimpleParsing/pull/253
* brentyi made their first contribution in https://github.com/lebrice/SimpleParsing/pull/260

**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.1.2...v0.1.3

0.1.2.post1

What's Changed
* Fix AttributeError in field_parsing.py by lebrice in https://github.com/lebrice/SimpleParsing/pull/251
* Add lru_cache wrapper in docstring parsing by lebrice in https://github.com/lebrice/SimpleParsing/pull/252


**Full Changelog**: https://github.com/lebrice/SimpleParsing/compare/v0.1.2...v0.1.2.post1

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.