8000 Releases · avendesora/pythonbible · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: avendesora/pythonbible

v0.13.1

23 May 21:29
ab668b7
Compare
Choose a tag to compare

0.13.1 - 2024-05-21

Changed

  • Modified max verses dictionary with chapter/verse info from multiple versions/translations.

v0.13.0

21 May 22:28
74d988c
Compare
Choose a tag to compare

0.13.0

Added

  • Additional English Versions

Changed

  • Modified some Version names and values to match their OSIS values

v0.12.0

04 Oct 03:36
95aedc3
Compare
Choose a tag to compare

Added

  • Official support for Python 3.12

v0.11.1

03 Oct 04:17
0a92926
Compare
Choose a tag to compare

The goal of this release was to address [Issue #118] (When trying to get the scripture text for a verse that is in a book that is not included in the given version, the entire scripture text for that version was returned.)

Added

  • VersionMissingVerseError exception

Fixed

  • Raise an error when trying to get scripture text for a verse that is in a book that is not included in the given version.

v0.11.0

30 Jun 23:01
7090de5
Compare
Choose a tag to compare

0.11.0 - 2023-06-27

Changed

  • Updated README to more accurately describe current OSIS parser and Bible text formatting functionality
  • Minor code quality improvements based on static code analysis

Removed

  • Python 3.7 support (due to official end of life on June 27, 2021)

v0.10.0

27 May 16:30
e4f488d
Compare
Choose a tag to compare

The goal of this release was to address [Issue #90], and to make things related to Books, BookGroups, and Versions structured in a more object-oriented way.

Added

  • started this Changlog
  • new abbreviations list property of Book Enum
  • Jupyter notebook for Basic Usage documentation
  • Jupyter notebook for Advanced Usage, Single Chapter Books documentation
  • Jupyter notebook for Advanced Usage, Multi Book References documentation
  • Jupyter notebook for Advanced Usage, Book Groups documentation

Changed

  • moved book specific regular expressions to new regular_expression property of Book
  • moved book default titles to be encapsulated within the Book Enum and updated the title property to use them
  • moved book group regular expressions to be encapsulated within the BookGroup Enum and updated the regular_expression property to use them
  • moved book group books tuple to be encapsulated within the BookGroup Enum and updated the books property to use them
  • moved version titles to be encapsulated within the Version Enum and updated the title property to use them
  • updated Technical Reference documentation to use autodocs (generate documentation from docstrings)

Fixed

  • changed the default Version to AMERICAN_STANDARD in order to match the existing documentation
  • updated Advanced Usage documentation to reference the format_scripture_references function rather than the format_references function (which doesn't exist)
  • fixed a typo on the documentation index page

v0.9.1

27 May 15:55
3c0543c
Compare
Choose a tag to compare

v0.9.0

27 May 15:55
1cb85b1
Compare
Choose a tag to compare
0