Skip to contents

nalanda 0.0.2.0

  • Added early validation for gpt-5-mini, which only supports temperature = 1, so invalid simulation configurations fail before API calls are made.
  • Added fail-fast handling for unrecoverable model/integration route mismatches, so run_ai_on_chapters(on_error = "skip") no longer repeats the same backend configuration failure across every simulation unit.
  • Added split_book_section_by_headings() to split oversized section text files into chapter-level files using known chapter headings.
  • Added renumber_chapters_across_folders() to renumber chapter files across ordered folders while preserving title slugs.

nalanda 0.0.1.4

nalanda 0.0.1.3

  • Renamed simulate_treatment() output columns to use treatment terminology instead of chapter.
  • Simplified summarize_treatment_results() to summarize treatment-level outputs only.
  • Updated README and treatment documentation/examples to match the revised treatment workflow API.

nalanda 0.0.1

  • Added BugReports field in DESCRIPTION pointing to the GitHub issue tracker.
  • Fixed README title grammar: “Do books really change lives?”.
  • Replaced placeholder tests with basic offline tests for prompt builders and chapter summary helpers.
  • Updated summarize_chapter_scores documentation to match current delta/gap output columns.