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 3b5547c commit ff19018Copy full SHA for ff19018
build.sbt
@@ -12,7 +12,7 @@ packageDescription := "DynaML is a scala library/repl for implementing and worki
12
"which can be extended easily to implement advanced models for small and large scale applications.\n\n"+
13
"But the library can also be used as an educational/research tool for data analysis."
14
15
-val mainVersion = "v1.4-beta.26"
+val mainVersion = "v1.4-beta.27"
16
17
val dataDirectory = settingKey[File]("The directory holding the data files for running example scripts")
18
0 commit comments