conc
  1. Development
  2. Releases
  • Introduction to Conc
  • Tutorials
    • Get Started with Conc
    • Quick Conc Recipes
    • Installing Conc
  • Explanations
    • Why Conc?
    • Anatomy of a corpus
    • Performance
  • Development
    • Releases
    • Roadmap
    • Developer Guide
  • API
    • corpus
    • conc
    • corpora
    • frequency
    • ngrams
    • concordance
    • keyness
    • collocates
    • result
    • plot
    • text
    • core
  1. Development
  2. Releases

Releases

Information on Conc releases.

This page duplicates information from Conc’s CHANGELOG in the Github repository.

[0.1.4] - 2025-06-18 - documentation and test improvements, Result/Text class updates

Added

  • added tutorials, recipes, install page and other documentation
  • nox-based pre-release test script for Pythons 3.10+
  • renderpng.py in scripts to render screenshots for docs
  • added Result.to_html method to support Text revisions and more flexible output options

Changed

  • restructured and updated documentation
  • minor code changes related to documentation clarity (e.g. formatting of corpus_path values from build)
  • improved Text class HTML output, new functionality in Text to support this
  • simplified Result class internal structure for more flexible output

[0.1.3] - 2025-06-13 - concordance plot improvements

Changed

  • concordance plot rewritten in pure HTML/JS/CSS without Plotly/AnyWidget for better performance and portability across Jupyter environments

Removed

  • AnyWidget dependency (due to rewrite of concordance plot)

[0.1.2] - 2025-06-12 - CI build improvements and new corpora module

Added

  • exposed concordance plot via Conc interface class
  • added conc.corpora module
  • added console script conc_build_sample_corpora to be used in CI
  • added anywidget dependency for concordance plot

Changed

  • moved build_test_corpora from conc.core to conc.corpora as build_sample_corpora
  • raise deprecation error for build_test_corpora
  • move function from conc.core related to corpus source downloads to conc.corpora
  • deprecated calls in conc.core log warnings and run new functions in conc.corpora
  • changed CI workflow to use conc_build_sample_corpora

Fixed

  • resolve error related to column not found when changing concordance context lengths

[0.1.1] - 2025-06-10 - Dependency fix

Fixed

  • move memory_profiler from dev to main dependencies

[0.1.0] - 2025-06-09 - Initial release

Initial release of Conc

  • Report an issue