Releases: hotzenklotz/pybeerxml
Releases · hotzenklotz/pybeerxml
2.1.2
2.1.1
2.1.0
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
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
1.0.7
1.0.6
New Features
- Added SRM color calculation for recipes based on the individual fermentables #10 @shouptech
Bug Fixes
- None
1.0.5
1.0.4
New Features
- Updated the package metadata ton include more information / the readme on the PyPI website
1.0.3
New Features
- added CircleCI configuration for auto releasing / deploying PyPI packages for new git tags / GitHub releases.