diffct 1.2.1__tar.gz → 1.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {diffct-1.2.1 → diffct-1.2.2}/PKG-INFO +1 -1
  2. {diffct-1.2.1 → diffct-1.2.2}/diffct/differentiable.py +214 -136
  3. diffct-1.2.2/docs/source/api.rst +86 -0
  4. {diffct-1.2.1 → diffct-1.2.2}/docs/source/fbp_fan_example.rst +3 -3
  5. {diffct-1.2.1 → diffct-1.2.2}/docs/source/fbp_parallel_example.rst +5 -4
  6. {diffct-1.2.1 → diffct-1.2.2}/docs/source/fdk_cone_example.rst +2 -2
  7. {diffct-1.2.1 → diffct-1.2.2}/docs/source/iterative_reco_cone_example.rst +18 -8
  8. {diffct-1.2.1 → diffct-1.2.2}/docs/source/iterative_reco_fan_example.rst +3 -12
  9. {diffct-1.2.1 → diffct-1.2.2}/docs/source/iterative_reco_parallel_example.rst +13 -13
  10. {diffct-1.2.1 → diffct-1.2.2}/examples/fbp_fan.py +7 -6
  11. {diffct-1.2.1 → diffct-1.2.2}/examples/fbp_parallel.py +6 -5
  12. {diffct-1.2.1 → diffct-1.2.2}/examples/fdk_cone.py +10 -8
  13. {diffct-1.2.1 → diffct-1.2.2}/examples/iterative_reco_cone.py +171 -169
  14. {diffct-1.2.1 → diffct-1.2.2}/examples/iterative_reco_fan.py +10 -8
  15. {diffct-1.2.1 → diffct-1.2.2}/examples/iterative_reco_parallel.py +11 -8
  16. {diffct-1.2.1 → diffct-1.2.2}/pyproject.toml +1 -1
  17. diffct-1.2.1/docs/source/api.rst +0 -172
  18. {diffct-1.2.1 → diffct-1.2.2}/.github/workflows/docs.yml +0 -0
  19. {diffct-1.2.1 → diffct-1.2.2}/.gitignore +0 -0
  20. {diffct-1.2.1 → diffct-1.2.2}/LICENSE +0 -0
  21. {diffct-1.2.1 → diffct-1.2.2}/README.md +0 -0
  22. {diffct-1.2.1 → diffct-1.2.2}/diffct/__init__.py +0 -0
  23. {diffct-1.2.1 → diffct-1.2.2}/docs/Makefile +0 -0
  24. {diffct-1.2.1 → diffct-1.2.2}/docs/source/_static/.gitkeep +0 -0
  25. {diffct-1.2.1 → diffct-1.2.2}/docs/source/conf.py +0 -0
  26. {diffct-1.2.1 → diffct-1.2.2}/docs/source/examples.rst +0 -0
  27. {diffct-1.2.1 → diffct-1.2.2}/docs/source/getting_started.rst +0 -0
  28. {diffct-1.2.1 → diffct-1.2.2}/docs/source/index.rst +0 -0
  29. {diffct-1.2.1 → diffct-1.2.2}/requirements.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffct
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: A CUDA-based library for computed tomography (CT) projection and reconstruction with differentiable operators
5
5
  Project-URL: Homepage, https://github.com/sypsyp97/diffct
6
6
  Author-email: Yipeng Sun <yipeng.sun@fau.de>