v0.2.3
π Complete Release Notes can be found here
Summary: Bug Fixes and Maintenance Updates π
β¨ New Features
- Docs:
- Added Zenodo Bibtex entry and badge in docs for easier citation.
- Maintenance:
- Switched to new Issue GitHub's form schema using YAMLs.
β‘οΈ Updates/Improvements
- Maintenance:
- Added new patterns to
.gitignoreto ignore vim files.
- Added new patterns to
- Setup:
- Implemented new patch to remove GitHub README UI specific text for using
README.mdtext aslong_descriptionmetadata.
- Implemented new patch to remove GitHub README UI specific text for using
- Docs:
- Updated existing recipes to include
withstatement access method in FFdecoder APIs. - Updated docs text font to
Libre Franklin.
- Updated existing recipes to include
π Bug-fixes
- FFdecoder API:
- Fixed Context Manager methods.
- Fixed
__enter__method returning class instance instead of formulating pipeline. - Fixed
__exit__method calling wrong non-existent method.
- Fixed
- Fixed Context Manager methods.
- Setup:
- Fixed missing
comma(,)in keywords metadata. - Fixed bug in patch string.
- Fixed missing