Skip to content

Releases: QuantGov/quantgov

v0.6.4

Choose a tag to compare

@jnelson16 jnelson16 released this 04 Dec 15:37
f0e7023

Allows for single class return from a multi-class algorithm. This release will NOT be published on pypi since 0.7.0 is coming soon.

v0.6.3

Choose a tag to compare

@jnelson16 jnelson16 released this 12 Aug 16:00
4cbef96

Uses @jnelson16's version of textstat for Flesch scores, which uses textblob to measure sentence length.

Filters Flesch scores and average sentence lengths to be greater than -100 and less than 100 respectively (by default, filtering value can be changed with CLI argument --threshold).

v0.6.2

Choose a tag to compare

@jnelson16 jnelson16 released this 18 Sep 17:36
e32bccc

This hotfix allows the user to pass arguments to the ml.estimate and corpus.get_streamer functions.

v0.6.1

Choose a tag to compare

@jnelson16 jnelson16 released this 12 Sep 15:40
4c5dbff

This hotfix catches a "division by zero" error on the sentence length analysis when no sentences are found.

v0.6.0

Choose a tag to compare

@jnelson16 jnelson16 released this 11 Sep 13:23
fc23324

This version introduces readability metrics, including Flesch Reading Ease.

v0.5.0

Choose a tag to compare

@OliverSherouse OliverSherouse released this 28 Sep 19:08
f0dbec0

This version significantly reorganizes and simplifies the library and framework:

  • NLP analysis is moved from corpus metadata to the new nlp commands
  • estimator functions have been moved to ml
  • Trained estimators are now packaged as a single, .qge file
  • Snakemake is now no longer a dependency; workflow management is left to the discretion of the user.

See the updated documentation for details.

Version 0.4.2: S3 Driver Bugfix

Choose a tag to compare

@OliverSherouse OliverSherouse released this 28 Jun 17:48
471d183

This version fixes a bug for S3 Corpus Drivers on Windows.

Bug Fix

Choose a tag to compare

@mgasvoda mgasvoda released this 12 Jun 20:36
94103ff

Fixed bug related to stopwords download on import of the estimator.

Version 0.4.01: Minor update

Choose a tag to compare

@OliverSherouse OliverSherouse released this 08 Jun 17:55
70ceb6a

This update fixes some problems with PyPI

Version 0.4 Release: Sentiment Analysis , Complexity, and Rounding

Choose a tag to compare

@OliverSherouse OliverSherouse released this 17 Apr 18:19
f03f33e

This version introduces a few new builtins in the corpus, including some complexity measures and sentiment analysis. It also adds in an option to round probability results from classifiers.