Skip to content

Commit fc23324

Browse files
authored
Release 0.6.0 (#64)
* Inaugurate 0.6.0 development * adding pos metrics analysis, design word count analysis * flesch reading analysis
1 parent f0dbec0 commit fc23324

File tree

7 files changed

+709
-629
lines changed

7 files changed

+709
-629
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,5 @@ ENV/
8888

8989
# Rope project settings
9090
.ropeproject
91+
92+
.DS_Store

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
"e1839a8" = {path = ".", extras = ["nlp", "s3driver"], editable = true}
7+
e1839a8 = {path = ".",extras = ["nlp", "s3driver"],editable = true}
8+
textstat = "*"
89

910
[dev-packages]
1011
"pytest-flake8" = "*"

Pipfile.lock

Lines changed: 259 additions & 230 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quantgov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from . import corpus, nlp, ml, utils
55
from .utils import load_driver
66

7-
__version__ = '0.5.0'
7+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)