Skip to content

Commit

Permalink
Remove xrt classes.
Browse files Browse the repository at this point in the history
Have been moved to pyxu_xrt/ repo.
  • Loading branch information
SepandKashani committed Apr 22, 2024
1 parent 188617d commit fe181d8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,234 deletions.
1 change: 0 additions & 1 deletion doc/api/experimental/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ pyxu.experimental
:hidden:

sampler
xray
14 changes: 0 additions & 14 deletions doc/api/experimental/xray.rst

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@ Sampling Tools
~pyxu.experimental.sampler.OnlineVariance
~pyxu.experimental.sampler.ULA

Transforms
^^^^^^^^^^

.. autosummary::

~pyxu.experimental.xray.XRayTransform
~pyxu.experimental.xray._rt.RayXRT
~pyxu.experimental.xray._fourier.FourierXRT

pyxu.info.deps
--------------

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ dev = [
"sphinx-gallery >= 0.14.0, < 1",
"tox >= 4.6, < 5",
]
xray = [ "drjit == 0.4.4", ]
complete-cpu = [ "pyxu[interact,xray]", ]
complete-cpu = [ "pyxu[interact]", ]
gpu11-base = [ "cupy-cuda11x >= 13.0, < 14", ]
gpu12-base = [ "cupy-cuda12x >= 13.0, < 14", ]
complete11 = [ "pyxu[complete-cpu,gpu11-base]", ]
Expand Down
Loading

0 comments on commit fe181d8

Please sign in to comment.