CHANGELOG

v0.4.0 (2025-02-14)

Build System

  • Edit semantic release options for github release (ed1044e)

  • Update dependencies versions. (9c21fae)

  • Update lock file. (c137b54)

  • deps: Bump pillow from 10.1.0 to 10.3.0 (c9f544b)

Bumps pillow from 10.1.0 to 10.3.0. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: pillow dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump certifi from 2023.11.17 to 2024.7.4 (5188dc0)

Bumps certifi from 2023.11.17 to 2024.7.4. - Commits

— updated-dependencies: - dependency-name: certifi dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump gitpython from 3.1.40 to 3.1.41 (938899b)

Bumps gitpython from 3.1.40 to 3.1.41. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: gitpython dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump idna from 3.6 to 3.7 (de229f6)

Bumps idna from 3.6 to 3.7. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: idna dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump jinja2 from 3.1.2 to 3.1.4 (ec4fb61)

Bumps jinja2 from 3.1.2 to 3.1.4. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: jinja2 dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump jupyter-lsp from 2.2.1 to 2.2.2 (78dc362)

Bumps jupyter-lsp from 2.2.1 to 2.2.2. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: jupyter-lsp dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump notebook from 7.0.6 to 7.0.7 (dc34076)

Bumps notebook from 7.0.6 to 7.0.7. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: notebook dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump notebook from 7.0.7 to 7.2.2 (167dd96)

Bumps notebook from 7.0.7 to 7.2.2. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: notebook dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump requests from 2.31.0 to 2.32.2 (764e8f0)

Bumps requests from 2.31.0 to 2.32.2. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: requests dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump setuptools from 69.0.3 to 70.0.0 (c7e86f5)

Bumps setuptools from 69.0.3 to 70.0.0. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: setuptools dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump tornado from 6.4 to 6.4.2 (baf5c16)

Bumps tornado from 6.4 to 6.4.2. - Changelog - Commits

— updated-dependencies: - dependency-name: tornado dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump urllib3 from 2.1.0 to 2.2.2 (3769fc9)

Bumps urllib3 from 2.1.0 to 2.2.2. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: urllib3 dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

  • deps-dev: Bump zipp from 3.17.0 to 3.19.1 (6f645a2)

Bumps zipp from 3.17.0 to 3.19.1. - Release notes - Changelog - Commits

— updated-dependencies: - dependency-name: zipp dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com

Documentation

  • Add missing keys to the readthedocs config file. (3ad7f23)

  • Add os setting to .readthedocs.yml. (1282226)

  • Remove extraneous keys from readthedocs config. (68188d8)

  • Try to fix issue in readthedocs configuration. (48a452f)

Features

  • Add publishing to PyPI and update CI/CD workflow. (30962d0)

v0.3.0 (2024-01-04)

Bug Fixes

  • Add git log depth and update python setup version (6fb8500)

  • Change command for semantic release (dea4084)

Build System

Documentation

  • Add deprecation notice to flatland function (bb12a3c)

  • Add reference to the tutorial (035e9bb)

  • Explain differences from tutorial (2a43287)

Features

v0.2.1 (2024-01-04)

Bug Fixes

  • Update PSR settings to auto increment version (bd4318c)

v0.2.0 (2024-01-04)

Bug Fixes

  • Check input type to plot_words function (16c24bb)

Build System

  • Add PSR as dev dependency (fdde093)

  • Configue PSR for versioning (b349dc7)

  • Preparing for release v0.2.0 (b4bba82)

  • Remove python constraint on myst_nb (7268a2b)

Features

  • Add example data and datasets module (e291851)

Testing

  • Add additional tests for all modules (a54b9cd)

v0.1.0 (2023-12-30)

Build System

  • Add matplotlib as a dependency (1e83b2e)

  • Add pytest and pytest-cov as dev dependencies (6b355a9)

  • Added dev dependencies for docs (f96b185)

  • Remove upper bound on dependency versions (b0c7a54)

Documentation

  • Add usage to readme (ddefb89)

  • Created docstrings for package functions (ce12e5c)

  • Updated example (fea4c59)

Features

Testing

  • Add unit test for count_words (c0dac59)