Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default exhaustiveness now 8. Vina 1.1.2 message in console.
  • Loading branch information
Jacob Durrant committed Dec 4, 2019
1 parent 5af6835 commit d6cf66e
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 15 deletions.
4 changes: 3 additions & 1 deletion dist/Webina/Webina.js
Expand Up @@ -19,7 +19,9 @@
// There are a few variables and functions from vina.js that I want to easily
// access from here.
var VERSION = "1.0.0"; // Replaced by compile script.
console.log("Webina JavaScript Library " + VERSION);
console.log("Webina Library " + VERSION);
console.log(" Compiled from Vina 1.1.2 codebase:");
console.log(" http://vina.scripps.edu/");
var WEBINA_Module;
// A shiv for decodeBase64.
var decodeBase64 = "function" == typeof atob ? atob : function (r) {
Expand Down
9 changes: 5 additions & 4 deletions dist/Webina/Webina.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Webina</title>
<link rel="shortcut icon" href="favicon.ico"><link href="vendors.13c7e9f06bde2c8bfdb6.1.css" rel="stylesheet"><link href="styles.13c7e9f06bde2c8bfdb6.3.css" rel="stylesheet"></head>
<link rel="shortcut icon" href="favicon.ico"><link href="vendors.ba6bc77155b7ef7dbaec.1.css" rel="stylesheet"><link href="styles.ba6bc77155b7ef7dbaec.3.css" rel="stylesheet"></head>

<body>
<div id="app"></div>
Expand All @@ -19,6 +19,6 @@
<script src="vue.min.js"></script>
<script src="vuex.min.js"></script>
<script src="bootstrap-vue.min.js"></script>
<script type="text/javascript" src="runtime.13c7e9f06bde2c8bfdb6.js"></script><script type="text/javascript" src="vendors.13c7e9f06bde2c8bfdb6.js"></script><script type="text/javascript" src="app.13c7e9f06bde2c8bfdb6.js"></script><script type="text/javascript" src="styles.13c7e9f06bde2c8bfdb6.js"></script><script type="text/javascript" src="styles.css.13c7e9f06bde2c8bfdb6.js"></script></body>
<script type="text/javascript" src="runtime.ba6bc77155b7ef7dbaec.js"></script><script type="text/javascript" src="vendors.ba6bc77155b7ef7dbaec.js"></script><script type="text/javascript" src="app.ba6bc77155b7ef7dbaec.js"></script><script type="text/javascript" src="styles.ba6bc77155b7ef7dbaec.js"></script><script type="text/javascript" src="styles.css.ba6bc77155b7ef7dbaec.js"></script></body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/UI/Tabs/VinaParams.ts
Expand Up @@ -106,7 +106,7 @@ export function setup(): void {
label="Exhaustiveness" id="exhaustiveness"
description="Exhaustiveness of the global search (roughly proportional to time). Webina defaults to 4 to speed execution in the browser, but the Vina default is 8. Use 8 when accuracy is critical."
placeholder="8"
:default="4"
:default="8"
:min="1"
></numeric-input>
</sub-section>
Expand Down
4 changes: 3 additions & 1 deletion src/Webina/dist/Webina.js
Expand Up @@ -19,7 +19,9 @@
// There are a few variables and functions from vina.js that I want to easily
// access from here.
var VERSION = "1.0.0"; // Replaced by compile script.
console.log("Webina JavaScript Library " + VERSION);
console.log("Webina Library " + VERSION);
console.log(" Compiled from Vina 1.1.2 codebase:");
console.log(" http://vina.scripps.edu/");
var WEBINA_Module;
// A shiv for decodeBase64.
var decodeBase64 = "function" == typeof atob ? atob : function (r) {
Expand Down
9 changes: 5 additions & 4 deletions src/Webina/dist/Webina.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/Webina/src/Webina.ts
Expand Up @@ -7,7 +7,9 @@
// access from here.

let VERSION = "XXXXXXXXXXXXX.X" // Replaced by compile script.
console.log("Webina JavaScript Library " + VERSION);
console.log("Webina Library " + VERSION);
console.log(" Compiled from Vina 1.1.2 codebase:");
console.log(" http://vina.scripps.edu/")

var WEBINA_Module: any

Expand Down
Binary file modified webina.zip
Binary file not shown.

0 comments on commit d6cf66e

Please sign in to comment.