Releases: xpdAcq/xpdView
0.5.1
License:
By downloading and using this software you agree to the license here:
https://github.com/xpdAcq/xpdView/blob/master/LICENSE
Download and Installation:
The package is available on Anaconda
If you are using Anaconda, make sure you are pulling from channel conda-forge
Install the package (If you are using a conda environment make sure to
activate it first):
conda install xpdview -c conda-forgeIf you do not use conda (and we recommend you do) you may download and build
the sources from the links below. Unpack the sources, then in the base
directory type
python setup.py installChangelog:
Fixed:
- Have a safe default for start doc dimensions in case there are none
- Handle null dimensions more gracefully
0.5.0
License:
By downloading and using this software you agree to the license here:
https://github.com/xpdAcq/xpdView/blob/master/LICENSE
Download and Installation:
The package is available on Anaconda
If you are using Anaconda, make sure you are pulling from channel conda-forge
Install the package (If you are using a conda environment make sure to
activate it first):
conda install xpdview -c conda-forgeIf you do not use conda (and we recommend you do) you may download and build
the sources from the links below. Unpack the sources, then in the base
directory type
python setup.py installChangelog:
Changed:
- A single
Waterfallinstance can be used for all 1D data in a stream LiveWaterfallwill inspect the events for which 1D data to plot
0.4.1
License:
By downloading and using this software you agree to the license here:
https://github.com/xpdAcq/xpdView/blob/master/LICENSE
Download and Installation:
The package is available on Anaconda
If you are using Anaconda, make sure you are pulling from channel conda-forge
Install the package (If you are using a conda environment make sure to
activate it first):
conda install xpdview -c conda-forgeIf you do not use conda (and we recommend you do) you may download and build
the sources from the links below. Unpack the sources, then in the base
directory type
python setup.py installChangelog:
Fixed:
- Use
blueskyfor callback base to avoid circular deps
0.4.0
License:
By downloading and using this software you agree to the license here:
https://github.com/xpdAcq/xpdView/blob/master/LICENSE
Download and Installation:
The package is available on Anaconda
If you are using Anaconda, make sure you are pulling from channel conda-forge
Install the package (If you are using a conda environment make sure to
activate it first):
conda install xpdview -c conda-forgeIf you do not use conda (and we recommend you do) you may download and build
the sources from the links below. Unpack the sources, then in the base
directory type
python setup.py installChangelog:
Changed:
- Waterfall plot is now more efficent
- The waterfall callback now supports data which it can't handle, it just
ignores the data. This allows us to support the RunRouter.
0.3.2
License:
By downloading and using this software you agree to the license here:
https://github.com/xpdAcq/xpdView/blob/master/LICENSE
Download and Installation:
The package is available on Anaconda
If you are using Anaconda, make sure you are pulling from channel conda-forge
Install the package (If you are using a conda environment make sure to
activate it first):
conda install xpdview -c conda-forgeIf you do not use conda (and we recommend you do) you may download and build
the sources from the links below. Unpack the sources, then in the base
directory type
python setup.py installChangelog:
0.3.1
v0.3
This version is fully integrated with xpdAn pipeline.
Changes including:
-
Waterfallclass adopter for pipeline callback. -
fine tune in
Waterfallinteractive slider for better performance.
Future version will focus on live visualization but not standalone gui.