Skip to content

Commit

Permalink
Merge pull request #142 from DerwenAI/update
Browse files Browse the repository at this point in the history
make setup work
  • Loading branch information
ceteri authored Mar 25, 2021
2 parents db116ad + 359f9d9 commit c782842
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Empty file removed .dictionary
Empty file.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
rev: v2.0.0
hooks:
- id: codespell # spell-check source code
args: ["--ignore-words=.dictionary", "pytextrank/*.py", "*.md", "docs/*.md"]
args: ["pytextrank/*.py", "*.md", "docs/*.md"]
exclude: ^examples/
language: python
types: [text]
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include README.md
include LICENSE
include changelog.txt
recursive-include tests *.py

4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## 3.1.1

2021-03-35
2021-03-25

* fix the span length calculation in explanation notebook; kudos @Ankush-Chander
* add `BiasedTextRank` by @Ankush-Chander (many thanks!)
* add conda `environment.yml` plus instructions
* use `bandit` to check for security issues
* use `codespell` to check for spelling errors
* add `pre-commit` checks in general
* update `doc._.phrases` in the call to `change_focus()` so summary sync with the latest focus
* update `doc._.phrases` in the call to `change_focus()` so the summarization will sync with the latest focus


## 3.1.0
Expand Down

0 comments on commit c782842

Please sign in to comment.