Skip to content

Releases: kalekundert/parametrize_from_file

v0.20.0

21 Apr 01:22
Compare
Choose a tag to compare

v0.20.0 (2024-04-21)

Chore

  • chore: allow more_itertools>=8.10 (1b8366c)

  • chore: fix the release process (c044bdd)

  • chore: remove unnecessary shebang lines (adccaf6)

  • chore: fix typo in test error message (fe495bd)

Feature

  • feat: add a schema function to rename parameters (de5a71e)

  • feat: save decorator arguments as function attributes (367dff2)

Test

  • test: improve test coverage (b3e6791)

  • test: test add_loader() and remove_loader() (681edbc)

v0.18.0

01 Sep 20:41
Compare
Choose a tag to compare

v0.18.0 (2023-09-01)

Documentation

  • docs: update examples to use 'import parametrize_from_file as pff' (794806b)

  • docs: fix typos (7681380)

  • docs: fix syntax highlighting (fbc1e14)

  • docs: make README example more intuitive (277ba97)

Feature

  • feat: allow schema functions to add marks (f1f0c2b)

Fix

  • fix: improve error messages (3a92dbf)

Unknown

  • Merge branch 'master' of github.com:kalekundert/parametrize_from_file (c701520)

v0.17.1

22 Jun 20:58
Compare
Choose a tag to compare

Fix

Documentation

v0.17.0

23 Aug 17:17
Compare
Choose a tag to compare

Feature

  • Allow multiple cast functions for each field (c026e8b)

v0.16.0

14 Jun 16:30
Compare
Choose a tag to compare

Feature

  • Don't eval/exec the error() context managers (9d8b2af)

v0.15.0

10 Jun 14:49
Compare
Choose a tag to compare

Feature

  • Provide schema functions tailored for testing (275c79d)

v0.14.0

18 Apr 18:26
Compare
Choose a tag to compare

Feature

  • Allow loaders to be overridden locally (466fa31)
  • Allow preprocess() to get additional contextual information (a482725)

Documentation

  • Use sentence-case for page titles (0f30c42)
  • Use python 3.7 to build the docs (6bd272c)

v0.13.1

08 Apr 15:52
Compare
Choose a tag to compare

Fix

Documentation

  • Add a tutorial on temporary files (09aa784)
  • Fix pytest cross-references (33580bb)
  • Tweak wording (f791460)

v0.13.0

17 Jan 19:29
Compare
Choose a tag to compare

Feature

  • Allow assertions on the direct causes of exceptions (d4d2be9)

v0.12.0

17 Jan 16:34
Compare
Choose a tag to compare

Feature

  • Allow deferred eval/exec to be invoked by name (08d0bf2)