Skip to content

Releases: QuantGov/quantgov

v0.6.4

04 Dec 15:37
f0e7023
Compare
Choose a tag to compare

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

12 Aug 16:00
4cbef96
Compare
Choose a tag to compare

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

18 Sep 17:36
e32bccc
Compare
Choose a tag to compare

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

v0.6.1

12 Sep 15:40
4c5dbff
Compare
Choose a tag to compare

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

v0.6.0

11 Sep 13:23
fc23324
Compare
Choose a tag to compare

This version introduces readability metrics, including Flesch Reading Ease.

v0.5.0

28 Sep 19:08
f0dbec0
Compare
Choose a tag to compare

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

28 Jun 17:48
471d183
Compare
Choose a tag to compare

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

Bug Fix

12 Jun 20:36
94103ff
Compare
Choose a tag to compare

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

Version 0.4.01: Minor update

08 Jun 17:55
70ceb6a
Compare
Choose a tag to compare

This update fixes some problems with PyPI

Version 0.4 Release: Sentiment Analysis , Complexity, and Rounding

17 Apr 18:19
f03f33e
Compare
Choose a tag to compare

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.