Skip to content

Commit 8f75a01

Browse files
committed
Export scientific types
1 parent da4f20c commit 8f75a01

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/DataScienceTraits.jl

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@ end
157157
# EXPORTS
158158
#---------
159159

160-
export scitype, elscitype
160+
export
161+
# functions
162+
scitype,
163+
elscitype,
164+
165+
# types
166+
Continuous,
167+
Categorical,
168+
Compositional,
169+
Distributional,
170+
Geometrical,
171+
Tensorial,
172+
Temporal,
173+
Unknown
161174

162175
end

0 commit comments

Comments
 (0)