Skip to content

Releases: hotzenklotz/pybeerxml

2.1.2

01 Oct 16:35
89dd046
Compare
Choose a tag to compare

New Features

  • Added more supported attributes for Yeast(s) #23 Thanks @scheb

Bug Fixes

  • None

2.1.1

01 Oct 08:29
f276112
Compare
Choose a tag to compare

New Features

  • None

Bug Fixes

  • Fixed an issue with yeast attenuation #22 Thanks @scheb

2.1.0

29 Sep 14:30
Compare
Choose a tag to compare

New Features

  • Added feature to return IBU, OG, FG, ABV, Color from BeerXML recipe if provided. Fallback to calculated version. #20 Thanks @scheb
    • calculated properties are still available if required:
    recipe.ibu_calculated
    recipe.fg_calculated
    recipe.og_calculated
    recipe.abv_calculated
    recipe.color_calculated
    
    • Hint: This changes the behavior slightly and might not be backwards compatible
    • added event more properties/fields specified in the BeerXML spec

Bug Fixes

  • Small fixed to formatting and code style

2.0.0

28 Sep 09:52
Compare
Choose a tag to compare

New Features

  • Extensive refactoring of the code base
    • full conversion to Python 3 (Python >3.6, 3.7, 3.8)
    • added Type hints
    • switched to poetry for dependency management
      -use GitHub actions for CI
  • Added support for parsing Equipment and a lot more recipe metadata fields #19 @scheb
  • Added method to parse recipe from string #18 @scheb
    xml_as_string = load_xml_as_string
    recipes = Parser.parse_from_string(xml_as_string)
    

1.0.8

05 May 08:46
447cd18
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Bumped some dependency versions for security fixes

1.0.7

20 Sep 08:10
Compare
Choose a tag to compare

New Features

  • Added new Coffee Stout recipe to unit tests

Bug Fixes

  • Fixed subsequent mash steps overwriting previous mashing information #11 @jwjulien

1.0.6

27 Dec 19:53
e9cf8d6
Compare
Choose a tag to compare

New Features

  • Added SRM color calculation for recipes based on the individual fermentables #10 @shouptech

Bug Fixes

  • None

1.0.5

17 Dec 10:18
c5e29d0
Compare
Choose a tag to compare

New Features

  • None

Bug Fixes

1.0.4

26 Oct 13:55
Compare
Choose a tag to compare

New Features

  • Updated the package metadata ton include more information / the readme on the PyPI website

1.0.3

26 Oct 13:34
381d55f
Compare
Choose a tag to compare

New Features

  • added CircleCI configuration for auto releasing / deploying PyPI packages for new git tags / GitHub releases.