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 cb85fb7 commit 3fa64eeCopy full SHA for 3fa64ee
Project.toml
@@ -21,6 +21,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
21
22
[compat]
23
ChainRulesCore = "1.0"
24
+Compat = "4.2"
25
DataAPI = "1.0"
26
DelimitedFiles = "1.0"
27
FLoops = "0.2"
src/MLUtils.jl
@@ -21,12 +21,9 @@ import NNlib
@traitdef IsTable{X}
@traitimpl IsTable{X} <- Tables.istable(X)
-
-if VERSION < v"1.9.0-DEV.1163"
- import Compat: stack
-else
28
- import Base: stack
29
-end
+
+using Compat: stack
30
include("observation.jl")
31
export numobs,
32
getobs,
0 commit comments