Skip to content

Commit 460f71d

Browse files
committed
release of 1.0.0
1 parent 0a6da18 commit 460f71d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyGroupedTransforms"
7-
version = "0.3.6"
7+
version = "1.0.0"
88
authors = [
99
{ name="Felix Wirth", email="[email protected]" },
1010
]

src/pyGroupedTransforms/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from .GroupedTransforms import *
2121

2222
# export
23-
2423
__all__ = [
2524
"NFFTtools",
2625
"NFCTtools",
@@ -35,7 +34,7 @@
3534
"Setting",
3635
"GroupedCoefficientsComplex",
3736
"GroupedCoefficientsReal",
38-
"get_superposition_set", # TODO: Exports ab hier testen
37+
"get_superposition_set",
3938
"GroupedTransform",
4039
"GroupedCoefficients",
4140
]

0 commit comments

Comments
 (0)