Skip to content

Releases: QuantGov/quantgov

v0.3.3: Enable use of "timestamp" file for corpus timestamp

01 Feb 17:30
6b793a2
Compare
Choose a tag to compare

This is a minor release that affects the core library as well as the default corpus, estimator, and project. It solves a problem some users had where a corpus's driver.py was being emptied when a corpus error occurred. Backwards compatibility is maintained, though the new default corpus, estimator, and project will only work with this version onward.

v0.3.2: More Cases for Multilabel

09 Jan 20:27
bcfaac6
Compare
Choose a tag to compare

This release is a hotfix that allows the use of multilabel estimation with an sklearn OneVsRest classifier.

QuantGov 0.3.1: Test Changes

01 Nov 23:35
28e152e
Compare
Choose a tag to compare

This is a minor update with no functionality change. It updates the tests for the new component repository layouts.

Version 0.3: New Framework

01 Nov 17:30
772554e
Compare
Choose a tag to compare

QuantGov v0.3.0 introduces the new framework which will carry forward through vesion 1.0. This includes:

  • Replacing Make with Snakemake
  • Built-in commands for analyzing corpora
  • Built-in structures for estimators
  • Built-in commands for evaluating and training estimators and using them to estimate on new corpora