Skip to content

Commit

Permalink
Release 0.6.0 (#64)
Browse files Browse the repository at this point in the history
* Inaugurate 0.6.0 development

* adding pos metrics analysis, design word count analysis

* flesch reading analysis
  • Loading branch information
jnelson16 authored Sep 10, 2019
1 parent f0dbec0 commit fc23324
Show file tree
Hide file tree
Showing 7 changed files with 709 additions and 629 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ ENV/

# Rope project settings
.ropeproject

.DS_Store
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
"e1839a8" = {path = ".", extras = ["nlp", "s3driver"], editable = true}
e1839a8 = {path = ".",extras = ["nlp", "s3driver"],editable = true}
textstat = "*"

[dev-packages]
"pytest-flake8" = "*"
Expand Down
489 changes: 259 additions & 230 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion quantgov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from . import corpus, nlp, ml, utils
from .utils import load_driver

__version__ = '0.5.0'
__version__ = '0.6.0'
Loading

0 comments on commit fc23324

Please sign in to comment.