clyne
clyne
Compiling with OpenMP support on OSX requires using the vanilla clang compiler (not Apple's bundled bastardization of clang). Compilation is failing as shown below: ``` [ 10%] Building C object...
@stasj how does the build system (cmake) determine which Python environment to use? Specifically, I'm running cmake from an active 3.9 conda environment and cmake is reporting: ` Python Found...
Add vapor_python to [PyPi](https://pypi.org/) to improve findability, etc.
It is possible to use NaNs as a missing value. Hence, Grid::GetMissingValue() may return a NaN. Much of the code in VAPOR that handles missing values checks for the existence...
Currently our Conda third party dependencies are locked to the same versions (or at least very close) to our manually built libraries. We may need to relax these requirements to...
With the inclusion of a Python API, it is now possible to add automated, comprehensive validation testing to verify that renderers are behaving correctly with different data inputs. A validation...
A comprehensive conda install guide is needed, similar to [this](https://geocat-comp.readthedocs.io/en/latest/installation.html#installing-geocat-comp-via-conda-in-a-new-environment). @stasj is there a reason a wrapper, `install_vapor.sh`, is needed to perform the conda install?
All (most?) of the example scripts should be converted to Jupyter Notebooks, rendered as a documentation page from our website, and available as downloads in both Python and Jupyter Notebook...