Skip to content

Commit

Permalink
Merge pull request #625 from mrava87/doc-pytensor
Browse files Browse the repository at this point in the history
doc: add pytensor to doc and warning about osx error
  • Loading branch information
mrava87 authored Dec 11, 2024
2 parents 893ab69 + 8971c22 commit 0f526c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Templates
LinearOperator
FunctionOperator
MemoizeOperator
PyTensorOperator
TorchOperator
JaxOperator

Expand Down
4 changes: 4 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ or via ``pip`` with
.. note::
PyTensor does not support NumPy 2 yet, so make sure you use NumPy 1.x with PyTensor and PyMC.

.. note::
OSX users may experience a ``CompileError`` error when using PyTensor. This can be solved by adding
``pytensor.config.gcc__cxxflags = "-Wno-c++11-narrowing"`` after ``import pytensor``.

PyWavelets
----------
`PyWavelets <https://pywavelets.readthedocs.io/en/latest/>`_ is used to implement the wavelet operators.
Expand Down

0 comments on commit 0f526c1

Please sign in to comment.