Skip to contents

theorytools 0.1.3

  • Fix issue raised by Prof. Brian Ripley: download_theory() examples fail if no internet.
  • Add support for Python functions
  • Add download_huggingface() to download models from huggingface
  • Add get_embeddings() to get vector embeddings using huggingface model
  • Add code() to code qualitative text entries with support of cosine similarity or string distance
  • Add add_level() for recursive coding of qualitative text entries
  • Add similarity_stringdist() to calculate similarity between character vectors based on string distance
  • Add similarity_cosine() to calculate cosine similarity between vector embeddings, see get_embeddings()

theorytools 0.1.2

CRAN release: 2025-07-13

  • Minor bugfixes
  • Add prune_dag()
  • Add vignette computational_social_science.Rmd

theorytools 0.1.1

CRAN release: 2025-06-23

  • Add several vignettes to accompany the paper release

theorytools 0.1.0

CRAN release: 2025-01-14

  • Initial CRAN submission.