Releases: PALab/place
PLACE 0.8.0
Along with many other changes, adds the ability to repeat previous experiments (with optional configuration changes).
PLACE 0.7.0
Now 100% web-based
The 0.7.0 release introduces the Django HTTP server, which allows all the PLACE files to be distributed directly from a single location. As such, using place.auckland.ac.nz to host the web files is no longer required.
Also, plots are now completely web-based, meaning that everything is sent to Elm (no more Matplotlib pop-ups on the server).
PLACE 0.6.4
v0.6.4 minor updates to get build working better
PLACE 0.3.1
v0.3.1 PLACE now puts timestamps data into the NumPy array instead of update…
PLACE 0.2.2
This version (0.2.2) has been tested in the lab and will perform scans through the webapp interface.
Several bugs (mostly related to Python 2/3) have been fixed.
PLACE 0.2.1
WebApp Support
This version of PLACE includes the first ever support for interfacing with the scan.py
script via a browser-based interface.
Currently, the web app will only access a locally running webapp. First launch the server by running place_server
. Then launch the web app by opening place.html.
The conda package for Linux 64-bit Python 3.5 is attached to this release - or install via conda by running:
conda install -c freemapa place=0.2.1
(see README for more information)
Note: This is still in development, so you may encounter some issues during use. Please let us know if you find any bugs.