========== ==================== Branch Build Status ========== ==================== Master |Master Test Status| Dev |Dev Test Status| ========== ====================
The QuantGov library is a companion to the QuantGov Platform
<http://www.quantgov.org>
_. It provides an easy way to start a new project
using the quantgov start
set of commands, and also provides a set of
classes and functions often used in the QuantGov framework.
To install the library, use pip install quantgov
.
Documentation is available at http://docs.quantgov.org.
.. |Master Test Status| image:: https://travis-ci.org/QuantGov/quantgov.svg?branch=master :target: https://travis-ci.org/QuantGov/quantgov
.. |Dev Test Status| image:: https://travis-ci.org/QuantGov/quantgov.svg?branch=dev :target: https://travis-ci.org/QuantGov/quantgov
the repository
_ on GitHub to start making your changes to the dev branch (or branch off of it)... _the repository
: http://github.com/quantgov/quantov
.. _AUTHORS: https://github.com/quantgov/quantgov/blob/master/AUTHORS.rst
Bumps ipython from 7.7.0 to 8.10.0.
Sourced from ipython's releases.
See https://pypi.org/project/ipython/
We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/
7.9.0
No release notes provided.
7.8.0
No release notes provided.
15ea1ed
release 8.10.0560ad10
DOC: Update what's new for 8.10 (#13939)7557ade
DOC: Update what's new for 8.10385d693
Merge pull request from GHSA-29gw-9793-fvw7e548ee2
Swallow potential exceptions from showtraceback() (#13934)0694b08
MAINT: mock slowest test. (#13885)8655912
MAINT: mock slowest test.a011765
Isolate the attack tests with setUp and tearDown methodsc7a9470
Add some regression tests for this changefd34cf5
Swallow potential exceptions from showtraceback()Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Rather than reading or streaming in text multiple times, we could save computing power by reading once, and then running all or some of the NLP commands on the text, returning multiple sets of data.
The sentence counter in textstat is not good and often returns incorrect values, which negatively affects the accuracy of the Flesch reading score, as implemented. We need to fix this in one of two ways:
Corpus.builtins => analysis.nlp Estimator prediction => analysis.ml
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.
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).
This hotfix allows the user to pass arguments to the ml.estimate
and corpus.get_streamer
functions.
This hotfix catches a "division by zero" error on the sentence length analysis when no sentences are found.
This version introduces readability metrics, including Flesch Reading Ease.
This version significantly reorganizes and simplifies the library and framework:
nlp
commandsestimator
functions have been moved to ml
.qge
fileSee the updated documentation for details.
quantgov-platform machine-learning research-tool economics public-policy