-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: add nltk dependency to run docs examples #168
Conversation
Codecov Report
@@ Coverage Diff @@
## master #168 +/- ##
=======================================
Coverage 96.02% 96.02%
=======================================
Files 40 40
Lines 980 980
=======================================
Hits 941 941
Misses 39 39 Continue to review full report at Codecov.
|
@deepcharles I had to add the dependency to |
This issue is due to a new version of mkdocs where livereload is not listed as a dependency any more although it is used by mkdocstrings (mkdocs/mkdocs#2448). |
* Update labeler.yml * build: add nltk dependency to run docs examples (#168) * chore:add nltk dependency to run docs examples * chore: add livereload dependency. Not sure if this is an error on mkdocs side * build: remove livereload dependency * build: pin mkdocs version Co-authored-by: Charles T <charles@doffy.net> * feat(display): more display options (#160) * more_display_options - Add the ability for the user to pass arguments to format the computed_chg_pts axvline parameters. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - test - Added tests. Modified: tests/test_display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - do not redeclare variables - Just use the arguments for color, linewidth and linestyle, tests should pass. Modified: src/ruptures/show/display.py * more_display_options - do not redeclare variables - Typo Modified: src/ruptures/show/display.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Update labeler.yml Co-authored-by: Olivier Boulant <olivier.boulant@hey.com> Co-authored-by: earthgecko <96679+earthgecko@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* chore: pre-commit autoupdate updates: - [github.com/nbQA-dev/nbQA: 0.10.0 → 0.11.1](nbQA-dev/nbQA@0.10.0...0.11.1) * build: add nltk dependency to run docs examples (#168) * chore:add nltk dependency to run docs examples * chore: add livereload dependency. Not sure if this is an error on mkdocs side * build: remove livereload dependency * build: pin mkdocs version Co-authored-by: Charles T <charles@doffy.net> * feat(display): more display options (#160) * more_display_options - Add the ability for the user to pass arguments to format the computed_chg_pts axvline parameters. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - test - Added tests. Modified: tests/test_display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - do not redeclare variables - Just use the arguments for color, linewidth and linestyle, tests should pass. Modified: src/ruptures/show/display.py * more_display_options - do not redeclare variables - Typo Modified: src/ruptures/show/display.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * chore: better PR labeler (#169) * Update labeler.yml * build: add nltk dependency to run docs examples (#168) * chore:add nltk dependency to run docs examples * chore: add livereload dependency. Not sure if this is an error on mkdocs side * build: remove livereload dependency * build: pin mkdocs version Co-authored-by: Charles T <charles@doffy.net> * feat(display): more display options (#160) * more_display_options - Add the ability for the user to pass arguments to format the computed_chg_pts axvline parameters. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - test - Added tests. Modified: tests/test_display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - do not redeclare variables - Just use the arguments for color, linewidth and linestyle, tests should pass. Modified: src/ruptures/show/display.py * more_display_options - do not redeclare variables - Typo Modified: src/ruptures/show/display.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Update labeler.yml Co-authored-by: Olivier Boulant <olivier.boulant@hey.com> Co-authored-by: earthgecko <96679+earthgecko@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * chore: pre-commit autoupdate updates: - [github.com/nbQA-dev/nbQA: 0.10.0 → 0.11.1](nbQA-dev/nbQA@0.10.0...0.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Olivier Boulant <olivier.boulant@hey.com> Co-authored-by: Charles T <charles@doffy.net> Co-authored-by: earthgecko <96679+earthgecko@users.noreply.github.com>
Solves https://github.com/deepcharles/ruptures/pull/167/checks?check_run_id=2769725773