Refactor
- **constants**: add global variables for URLs in constants.py
- Reformat code with pep8 tools
- turn relative imports into absolute imports
- simplify and reduce expressions
- rename classes with CamelCase
Docs
- **README**: add "Example use"
- add docstrings in subpackages
- add docs/CHANGELOG.md
- **docs**: add `*.rst` documentation files
- add autosummary of whole dhlab package
- **logo**: update logo image
- add jupyter integration and toggle feature
- add copybutton to code blocks
- add docstrings and make functions private
v2.0.20geo (2022-03-02)
Feat
- **dhlab.api.dhlab_api**: add function `get_places`
- **text.geo_data**: add class `GeoData`
Fix
- **text.dispersion**: pass **kwargs to `plot()`
v.2.0.18dispersion (2022-02-21)
Feat
- **text.dispersion**: add class Dispersion
- **api.dhlab_api**: add get_dispersion
Fix
- **requirements**: remove wordcloud
v2.0.17params (2022-02-08)
Refactor
- **text.corpus**: add parameter fulltext
- **api.dhlab_api.document_corpus**: add parameter fulltext
- **text.conc_coll.Concordance**: add parameters window and limit
- **text.conc_coll.Collocations**: add parameter samplesize
Fix
- **text.corpus.urnlist**: fix urnlist assignment
v2.0.12.chunk (2022-01-29)
Refactor
- **text.chunking**: add attribute self.chunks
v2.0.10chunks (2022-01-29)
Feat
- **text.conc_coll**: add class Counts
- **text.corpus**: add class Corpus_from_identifiers
- **text.chunking**: add class Chunks
- **text.chunking**: add functions get_chunks, get_chunks_para
Fix
- imports
- **dhlab_api.get_chunks**: return dict not dataframe
- apply autopep8