We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6da18 commit 460f71dCopy full SHA for 460f71d
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "pyGroupedTransforms"
7
-version = "0.3.6"
+version = "1.0.0"
8
authors = [
9
{ name="Felix Wirth", email="[email protected]" },
10
]
src/pyGroupedTransforms/__init__.py
@@ -20,7 +20,6 @@
20
from .GroupedTransforms import *
21
22
# export
23
-
24
__all__ = [
25
"NFFTtools",
26
"NFCTtools",
@@ -35,7 +34,7 @@
35
34
"Setting",
36
"GroupedCoefficientsComplex",
37
"GroupedCoefficientsReal",
38
- "get_superposition_set", # TODO: Exports ab hier testen
+ "get_superposition_set",
39
"GroupedTransform",
40
"GroupedCoefficients",
41
0 commit comments