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-forge
If 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 install
Changelog:
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-forge
If 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 install
Changelog:
Changed:
- A single
Waterfall
instance can be used for all 1D data in a stream LiveWaterfall
will 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-forge
If 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 install
Changelog:
Fixed:
- Use
bluesky
for 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-forge
If 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 install
Changelog:
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-forge
If 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 install
Changelog:
0.3.1
v0.3
This version is fully integrated with xpdAn
pipeline.
Changes including:
-
Waterfall
class adopter for pipeline callback. -
fine tune in
Waterfall
interactive slider for better performance.
Future version will focus on live visualization but not standalone gui.