-
Notifications
You must be signed in to change notification settings - Fork 129
Remove deprecated modules #111
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
Conversation
hits the #119 issue |
31f5367
to
aef730a
Compare
@ricardoV94 I want to make this PR fat, that will get rid of everything we do not want to support, I'll continue opening issues to validate we indeed want to remove some part of the code. Does it resonate with you? Opening small individual PRs is overwhelming |
Sure. I am going to "request changes", because you mention this PR closes #120 but it doesn't yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't yet close #120
I open issues when I discover something new, so there will me more referenced issues |
e24e4be
to
8cbea97
Compare
8cbea97
to
c9c0f35
Compare
Are we keeping |
We do, we even continue testing that |
I've added https://pypi.org/project/pyDeprecate/ to the dependencies so whenever we decide deprecating things or change arguments we can follow semantic versioning with that |
f45900b
to
55a0f0a
Compare
451af01
to
aee9de7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, so many deletions! That's awesome.
# html4_writer added to Fix colon & whitespace misalignment | ||
# https://github.com/readthedocs/sphinx_rtd_theme/issues/766#issuecomment-513852197 | ||
html4_writer = True | ||
# https://github.com/readthedocs/sphinx_rtd_theme/issues/766#issuecomment-629666319 | ||
# html4_writer = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whole comment can be removed because the whitespace problem is now taken care of by the pymc-sphinx-theme
63cc0ca
to
2472877
Compare
8ac9871
to
8f0a4f2
Compare
I've modified mypy script to reflect the updated fileset as suggested in #77 by @michaelosthege |
Who is going to press the nuke button? |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #111 +/- ##
==========================================
+ Coverage 74.45% 79.99% +5.53%
==========================================
Files 179 151 -28
Lines 49235 43980 -5255
Branches 10426 9310 -1116
==========================================
- Hits 36660 35181 -1479
+ Misses 10275 6637 -3638
+ Partials 2300 2162 -138
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else seems good for me, just an error in the docs that were changed
8558e3b
to
2c413f3
Compare
nuke |
Epic. |
Motivation for these changes
These modules/functions were not used anymore or moved to a different place long time ago
Checklist
Major / Breaking Changes
Bugfixes / New features
Docs / Maintenance