Skip to content

Releases: speechbrain/HyperPyYAML

v1.2.3

Choose a tag to compare

@pplantinga pplantinga released this 01 Jan 20:03

What's Changed

  • Fix #25, !include breaking due to override handling by @egaznep in #26
  • Add a security note in the README by @Gastron in #21
  • Pin ruamel.yaml<0.19.0 for compatibility by @OscarFree in #32
  • Fix(core): Ensure Python 3.8+ compatibility by using ast.Constant by @Foxerine in #31

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

Choose a tag to compare

@pplantinga pplantinga released this 21 Sep 14:43

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@pplantinga pplantinga released this 30 May 14:01

What's Changed

  • Update setup.py to exclude incompatible ruamel.yaml version by @Adel-Moumen in #20

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@pplantinga pplantinga released this 31 Mar 13:27

What's Changed

  • Fix: correct parsing scientific e notation as float by @xin-w8023 in #17
  • Fix: stop pass-through of overrides to !includes tag by @weiwei-ww in #10
  • Fix: remove functools.partial wrapper for 'name' tag when not needed by @aqzlpm11 in #6

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@pplantinga pplantinga released this 18 Nov 18:08
750b1d8

New !applyref tag added that is resolved at the same time as !ref tag.

v1.0.1

Choose a tag to compare

@pplantinga pplantinga released this 20 Apr 21:03
cb1445b

Minor release to add license information.

v1.0.0

Choose a tag to compare

@pplantinga pplantinga released this 13 Mar 18:44

First release!