Parametrize-from-file

Latest version: v0.20.0

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

Scan your dependencies

Page 1 of 5

0.20.0

Chore

* chore: allow more_itertools>=8.10 ([`1b8366c`](https://github.com/kalekundert/parametrize_from_file/commit/1b8366c5b6a8d2a93424df7bc8903ab663a8d893))

* chore: fix the release process ([`c044bdd`](https://github.com/kalekundert/parametrize_from_file/commit/c044bddd4b7ce8e535731667d6fc1afdde235d80))

* chore: remove unnecessary shebang lines ([`adccaf6`](https://github.com/kalekundert/parametrize_from_file/commit/adccaf69bc0fe567058d88bfb257d9074930597f))

* chore: fix typo in test error message ([`fe495bd`](https://github.com/kalekundert/parametrize_from_file/commit/fe495bd11b504fbd398e52357455ddf12beccd45))

Feature

* feat: add a schema function to rename parameters ([`de5a71e`](https://github.com/kalekundert/parametrize_from_file/commit/de5a71ea3850de53351315d696c7146ef212ba34))

* feat: save decorator arguments as function attributes ([`367dff2`](https://github.com/kalekundert/parametrize_from_file/commit/367dff2f54da6eb86e7d8492a289bb209094ca88))

Test

* test: improve test coverage ([`b3e6791`](https://github.com/kalekundert/parametrize_from_file/commit/b3e6791ea0427e88df736fe3155e4f43feb0e3de))

* test: test `add_loader()` and `remove_loader()` ([`681edbc`](https://github.com/kalekundert/parametrize_from_file/commit/681edbcbf63b3b4af4f053ff568498c59ab084f0))

0.19.0

Chore

* chore: upgrade to latest readthedocs config format ([`74ba8ac`](https://github.com/kalekundert/parametrize_from_file/commit/74ba8acec6f3aa23dff116b79693f25d8ae4aacd))

* chore: ignore deprecation warnings caused by datetime/arrow ([`77b4216`](https://github.com/kalekundert/parametrize_from_file/commit/77b4216e89dd8a3e19b60ed9f856940d90bc46e1))

* chore: switch to gitlint ([`f5ea748`](https://github.com/kalekundert/parametrize_from_file/commit/f5ea7484e31f940fe6b957fd9d9cdd50a590fba5))

* chore: update ruff command ([`1aac862`](https://github.com/kalekundert/parametrize_from_file/commit/1aac862da1275da6410e153f0c12229256214b77))

* chore: fix PyPI link to documentation ([`4448eb7`](https://github.com/kalekundert/parametrize_from_file/commit/4448eb7a058a0779a39185dec4f398ade28c4220))

* chore: add linting; update semantic release ([`bbd5a87`](https://github.com/kalekundert/parametrize_from_file/commit/bbd5a87bae4d8d07606cf9862f2ff9f8b8d3a0b4))

Feature

* feat: improve error message ([`e910232`](https://github.com/kalekundert/parametrize_from_file/commit/e9102326e2e51d81615b6b7577f9252e54d01855))

Fix

* fix: handle class-level parametrization correctly

Fixes 21 ([`24f8f13`](https://github.com/kalekundert/parametrize_from_file/commit/24f8f13f0eba388006a5ce51bda5129703c2a993))

Unknown

* 0.19.0 ([`69ef36a`](https://github.com/kalekundert/parametrize_from_file/commit/69ef36a3b9e5b5a9a972a03513a8d49b7054b5c6))

0.18.0

Documentation

* docs: update examples to use &39;import parametrize_from_file as pff&39; ([`794806b`](https://github.com/kalekundert/parametrize_from_file/commit/794806b5fda08e47cd30c989b0799eda9cb8c1c1))

* docs: fix typos ([`7681380`](https://github.com/kalekundert/parametrize_from_file/commit/76813801e7b3544d827023b924bcaf916286069c))

* docs: fix syntax highlighting ([`fbc1e14`](https://github.com/kalekundert/parametrize_from_file/commit/fbc1e14d68bcfb0e2ccd0526d7d6d47f9d31df33))

* docs: make README example more intuitive ([`277ba97`](https://github.com/kalekundert/parametrize_from_file/commit/277ba9735dee3ce862edd65da709562e38badf08))

Feature

* feat: allow schema functions to add marks ([`f1f0c2b`](https://github.com/kalekundert/parametrize_from_file/commit/f1f0c2b18e6dd7140f8d393bf23cd62a7203021c))

Fix

* fix: improve error messages ([`3a92dbf`](https://github.com/kalekundert/parametrize_from_file/commit/3a92dbf7fca3fbecac3b425ab3574df3d9983356))

Unknown

* Merge branch &39;master&39; of github.com:kalekundert/parametrize_from_file ([`c701520`](https://github.com/kalekundert/parametrize_from_file/commit/c7015201da2db23f2dab73a9d7899d6e4856fdd2))

0.17.1

Chore

* chore: replace contextlib2 with contextlib (18)

contextlib.nullcontext was added in Python 3.7 which is the oldest supported version ([`9c68f20`](https://github.com/kalekundert/parametrize_from_file/commit/9c68f20c8e75cc00b92d5ae73e2a30c7867bbd7a))

Documentation

* docs: fix documentation link ([`da99cc5`](https://github.com/kalekundert/parametrize_from_file/commit/da99cc545f55b5e0201baa9771c4f5368015250f))

* docs: fix CI badge ([`a47c0c1`](https://github.com/kalekundert/parametrize_from_file/commit/a47c0c11d63a80aacb235302961d8374f75ae516))

Test

* test: account for changed module name of `nt.load()` ([`1fb2b7b`](https://github.com/kalekundert/parametrize_from_file/commit/1fb2b7bf42fddaf1f6578235ba179bcdc7635da6))

Unknown

* Merge branch &39;master&39; of github.com:kalekundert/parametrize_from_file ([`309056d`](https://github.com/kalekundert/parametrize_from_file/commit/309056ddc74db9822bf699519fe6b8261395c8b0))

0.17.0

Feature

* feat: allow multiple cast functions for each field ([`c026e8b`](https://github.com/kalekundert/parametrize_from_file/commit/c026e8b9989a9c67c6c45f70a3427207e43d83c0))

0.16.0

Feature

* feat: don&39;t eval/exec the error() context managers ([`9d8b2af`](https://github.com/kalekundert/parametrize_from_file/commit/9d8b2af5834b88e42230a75a88582f1c35a934a5))

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.