Skip to content

v0.12.0

Compare
Choose a tag to compare
@ausgerechnet ausgerechnet released this 15 Aug 12:24
· 79 commits to master since this release
0692b91

interface changes

  • introduce SubCorpus (instead of Dump) (closes #64)
  • return single dataframe for Dumps.collocates() and .keywords() (closes #65)
  • paths to directories now end on _dir instead of _path (registry_dir, lib_dir, data_dir)
  • Corpus._..._availableCorpus.available_...() (attributes, wordlists, macros)

caching

  • speed up collocation and keyword retrieval by caching interim results

maintenance

  • update dependencies (do not use pandas v2.x for now)
  • extend doc strings
  • remove Pipfile.lock from repository
  • add .flake8 file for ignoring long lines
  • add a test showing correct functionality of keywords() when using several p-atts (closes #73)

ccc-utils

  • remove unsupported packages (R 4.3.1)
  • improve usability of concordancing function