v0.12.2
new features
cqp_unescape()
inutils.py
SubCorpora()
incwb.py
- option to not remove nodes from context table in collocation analyses (
rm_nodes=True
) - option to calculate unigram breakdown (
split=False
) - option to disable cache invalidation (
inval_cache=True
)
deprecated features
- deprecate
discoursemes.py
under the hood
- deal with overlapping names of filter and highlighting discoursemes
- use
trieregex
to build minimal RegExps for disjunction queries - speed up
Undump()
- ensure library directory exists
- avoid
fillna()
with downcast
dependencies
- drop python3.7 support
- add support for python3.11 and python3.12
- compile with Cython 3.0.0
- update to association-measures 0.3.0
- update to pandas 2.0
- ensure compatibility with cwb-cads v0.3.0
further house-keeping
- installation of CWB from debian package
- use venv rather pipenv for dependency management
- improve ccc-utils (include gespeR)