Skip to content

Commit 3ba2188

Browse files
authored
Release 1.0.1 against cell-viz 1.1.2 / nupic-history-server 0.0.1 (#25)
* Release 1.0.1 against cell-viz 1.1.2 * update dependency versions
1 parent 98dc715 commit 3ba2188

File tree

4 files changed

+50962
-4
lines changed

4 files changed

+50962
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is a web application with a Nodejs server and a JavaScript frontend.
2626
## Dependencies
2727

2828
- [NuPIC History Server](https://github.com/htm-community/nupic-history-server) - install & run
29-
- [Cell-viz](https://github.com/numenta/cell-viz/) - install & generate the static content with `webpack`
29+
- [Cell-viz](https://github.com/numenta/cell-viz/) 1.1.2 - install & generate the static content with `webpack`
3030
#### Generate static content from cell-viz
3131
There are 2 options:
3232
- Permanent link: `ln -s static/js/third/dyson-bundle.js YOUR_PATH/cell-viz/out/dyson.js` This is a permanent solution, just need to update the webpack in `cell-viz` later on.
@@ -41,7 +41,7 @@ Install npm requirements:
4141

4242
## Run
4343

44-
> **REQUIREMENT**: This server depends on the [nupic-history-server](https://github.com/htm-community/nupic-history-server) running on PORT 8080. You must have that server running for any spatial pooler visualizations to work (ep. 7+).
44+
> **REQUIREMENT**: This server depends on the [nupic-history-server](https://github.com/htm-community/nupic-history-server) 0.0.1 running on PORT 8080. You must have that server running for any spatial pooler visualizations to work (ep. 7+).
4545
4646
Now start this server on any port you like:
4747

html/ep10/topology.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src="/static/js/third/dyson-bundle.js"></script>
1+
<script src="/static/js/third/cell-viz-1.1.2.bundle.js"></script>
22
<!-- <script src="https://ci.numenta.com/browse/RES-NCV-51/artifact/shared/Webpacked-dyson-bundle.js/dyson-bundle.js"></script> -->
33
<script src="/static/js/third/dat.gui.min.js"></script>
44

html/ep11/sequencer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src="/static/js/third/dyson-bundle.js"></script>
1+
<script src="/static/js/third/cell-viz-1.1.2.bundle.js"></script>
22
<!-- <script src="https://ci.numenta.com/browse/RES-NCV-51/artifact/shared/Webpacked-dyson-bundle.js/dyson-bundle.js"></script> -->
33
<script src="/static/js/third/dat.gui.min.js"></script>
44

0 commit comments

Comments
 (0)