-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
39e2ee7
remove deprecated modules from pytensor.graph
ferrine 0a0d00b
clean up pytensor.graph.sched
ferrine c66d89d
remove MPI
ferrine 112ee6e
remove test sched
ferrine a585a3c
remove test for deprecated import
ferrine 936b4b8
remove more deprecated modules
ferrine 06ea668
remove deprecated MRG_RandomStream
ferrine 7d17362
remove deprecated pytensor.tensor.nnet
ferrine 26f0d55
remove deprecated module pytensor.assert_op
ferrine 1ad1cd1
remove functions that are not referenced anywhere
ferrine 5a1faa5
remove deprecated config api
ferrine b272a38
remove pytensor.tensor.signal module as it was marked deprecated
ferrine 1b8ea45
remove ConsiderConstant
ferrine cad47ee
remove deprecated stack interface
ferrine 091933c
remove deprecated printing api
ferrine 1f2e889
remove outdated deprecations
ferrine 629e0bd
remove deprecated module sparse.opt
ferrine 90ec896
remove deprecated module scan.opt
ferrine d096c41
remove deprecation exception from scan argumens and replace it with a…
ferrine b1a1dfc
remove uutdated deprecations from pytensor/tensor/math.py
ferrine 65cd588
remove uutdated deprecations from pytensor/tensor/slinalg.py
ferrine eca127d
remove outdated deprecations from pytensor/tensor/rewriting/basic.py
ferrine 3e6efb4
remove outdated deprecations from pytensor/graph/rewriting/basic.py
ferrine 0c8e968
remove outdated deprecations from pytensor/graph/rewriting/db.py
ferrine 8de0ed5
remove outdated deprecations from pytensor/graph/rewriting/utils.py
ferrine 9c6653e
remove deprecated module pytensor/tensor/random/opt.py
ferrine f6ec71b
remove deprecated module pytensor/link/jax/jax_dispatch.py
ferrine 0b92f87
remove deprecated module pytensor/link/jax/jax_linker.py
ferrine efe448c
remove deprecated pytensoor.change_flags
ferrine bac999d
remove test for a scipy deprecated submodule
ferrine b007aca
remove deprecation utility, favor pydeprecate (https://pypi.org/proje…
ferrine ac2694b
manual curation of docs to eliminate 90% of warnings
ferrine 4c598f8
remove sympy support
ferrine 05a8db2
remove gpu related script pytensor/misc/latence_gpu_transfert.py
ferrine 1aef521
remove unused internal argument
ferrine a84cee7
remove pytensor/sandbox/solve.py as it is marked deprecated
ferrine 040054a
remove pytensor/sandbox/fourier.py as it is marked deprecated
ferrine 17adb0a
refactor deprecated api
ferrine 393cafd
remove deprecated type from pytensor/sparse/type.py
ferrine 64b356e
bring back deprecated configvals
ferrine 0398c03
remove deleted files from mypy script and improve the structure
ferrine 61a6e4a
remove toposort from pytensor/graph/utils.py it was not referenced an…
ferrine 2c413f3
remove D from pytensor/graph/utils.py it was not referenced anywhere
ferrine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ dependencies: | |
- numpy | ||
- scipy | ||
- six | ||
- sphinx>=3 | ||
- sphinx>=5.1.0 | ||
- mock | ||
- pillow | ||
- pip | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,4 @@ | |
features | ||
op | ||
type | ||
params_type | ||
utils |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ Modules | |
config | ||
d3viz/index | ||
graph/index | ||
gpuarray/index | ||
gradient | ||
misc/pkl_utils | ||
printing | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,3 @@ | |
:maxdepth: 1 | ||
|
||
linalg | ||
neighbours | ||
rng_mrg |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
========================================= | ||
:mod:`tensor.conv` -- Tensor Convolutions | ||
========================================= | ||
|
||
.. module:: tensor.conv | ||
:platform: Unix, Windows | ||
:synopsis: Tensor Convolutions | ||
.. moduleauthor:: LISA, PyMC Developers, PyTensor Developers | ||
|
||
.. automodule:: pytensor.tensor.conv | ||
:members: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,6 @@ They are grouped into the following sections: | |
slinalg | ||
nlinalg | ||
fft | ||
conv | ||
math_opt | ||
basic_opt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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