Nathan Patton
Nathan Patton
# Description Some incremental improvements to fuzzy matching logic for get_references(). Related to [this discussion](https://github.com/avendesora/pythonbible/discussions/120) # Checklist: - [x] I have read the [CONTRIBUTING](https://github.com/avendesora/pythonbible/CONTRIBUTING.md) document. - [x] I have added...
# Description Fix for [Issue 135](https://github.com/avendesora/pythonbible/issues/135) # Checklist: - [ ] I have read the [CONTRIBUTING](https://github.com/avendesora/pythonbible/CONTRIBUTING.md) document. - [ ] I have added tests that prove my fix is effective...
For example, the string: ``` "1 Corinthians 1:1, 2 Corinthians 1:1" ``` Should return the following two references when getting the references: ``` [ NormalizedReference( book=, start_chapter=1, start_verse=1, end_chapter=1, end_verse=1,...
# Description Adding more English Version texts along with updating logic around chapter and verse counts, since those can differ by version. # Checklist: - [ ] I have read...
# Description Separate data packages for each version to keep each package small and allow users to only import the versions they want. # Checklist: - [ ] I have...