Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.6.0 #9

Merged
merged 14 commits into from
Jul 4, 2022
Merged

Version 0.6.0 #9

merged 14 commits into from
Jul 4, 2022

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    a8f883e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Add NRSVUE translation support

    This translation is synonymous with NRSV
    daniel-tran committed May 15, 2022
    Configuration menu
    Copy the full SHA
    ec2455f View commit details
    Browse the repository at this point in the history
  2. Remove CJB translation support

    Some Psalms are inconsistently formatted and have various quirks about them, including starting from passage 0 or having secondary passage numbers surrounded by parentheses in the source text. There's also Joel 4 which seems to be exclusively valid for this translation.
    daniel-tran committed May 15, 2022
    Configuration menu
    Copy the full SHA
    df22168 View commit details
    Browse the repository at this point in the history
  3. Add Psalm 83 into system test baseline set

    To scope out any other translations which also have secondary passage numbers similar to CJB
    daniel-tran committed May 15, 2022
    Configuration menu
    Copy the full SHA
    0df9628 View commit details
    Browse the repository at this point in the history
  4. Automatically calculate the year in Sphinx documentation

    To keep the year up to date even if the license file isn't updated
    daniel-tran committed May 15, 2022
    Configuration menu
    Copy the full SHA
    214a094 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Add keyword search functions into Base Extractor

    Does not include a function to search within a singular passage, as it doesn't seem to provide much value
    daniel-tran committed May 28, 2022
    Configuration menu
    Copy the full SHA
    b1746a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Add experimental scripts

    To showcase potential functionality that might make it into the library in the future, although that is not a guarantee. Also includes helper scripts that can help with debugging and automation.
    daniel-tran committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    51e2824 View commit details
    Browse the repository at this point in the history
  2. Rename find_keyword functions to find_text

    These functions can handle inputs containing multiple words, which is now better communicated with the new function names
    daniel-tran committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    0e9a0d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f40df View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    1239491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7611df1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    411e0b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Add find_text_in_passage function to Base Extractor

    This interface is being added more to keep in line with the primary motivation of this library, despite not adding much value
    daniel-tran committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d377975 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Add note about potential state modification in BaseExtractor

    The easiest resolution is to just let users handle proper state restoration for the singular property in question
    daniel-tran committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    f7e83f6 View commit details
    Browse the repository at this point in the history