Skip to content

Tags: CDAT/vcs

Tags

v8.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Readthedocs (#449)

* update docs/rtd_environment.yml to grab packages from 8.2.1.rc1

v8.2.1.rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pass in conda_build_env=base when doing 'make conda-rerender' and 'ma…

…ke conda-build' in .circleci/config.yml (#448)

v8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #420 from CDAT/check_for_imports

Check for imports

v8.1

Add support for the 'reference' attribute on the vector gm (#389)

* do not downgrade

* Add support for the 'reference' attribute on the vector gm

The 'reference' attribute has been available to read/write on
the vector graphics method, but until now has not been implemented.
Now, if it is set, the default behavior of choosing a sensible value
for the arrow length based on the screen space availabe, text size,
etc., will be overridden.  Instead the arrow length will simply be
chosen to match the reference attribute.  Hence, this feature should
be used with care, as it could result in a vector legend with either
very large or very small reference arrow.

* latest vtk and add libcdms in circleci and recipe

* Removed space

* Needs greater equal

* No restriction on vtk

* trying py37 no_coverage needed

* trying to force outputviwer version in testsrunner

* downgrading to py36 since conda bug for testsrunner and py37

* ok pushing back 3.7 now that i uplaod output_viewr for 37

* please no_coverage . merged no_downgrade branch in

removed restriction on libcdms and numpy

* for now forcing 3.6

* trying newewr xcode on mac sidde

* ok no more circleci...

* maybe no comments

* maybe needs two jobs

* forgot the ':' at the end

* templink was left over, that probably was the trick

* ok now with 3.7

* back to 3.6 only for now

v8.0

doc string pass again

v2.12

allow runt_test to be killed with Ctrl+C (#243)

* allow runt_test to be killed with Ctrl+C

* corrected english (such a difficult language)

* trying w/o the -n

* no need to downgrade conda anymore

* ok we need a -n

* 1 for circleci ?

* Somehow picks up wrong mesa

* Update circleci_mac.sh

V2.12

allow runt_test to be killed with Ctrl+C (#243)

* allow runt_test to be killed with Ctrl+C

* corrected english (such a difficult language)

* trying w/o the -n

* no need to downgrade conda anymore

* ok we need a -n

* 1 for circleci ?

* Somehow picks up wrong mesa

* Update circleci_mac.sh

v2.10

UV-CDAT 2.10

v2.8

BUG #26: If masking reduces the bounds of a dataset, plots look incom…

…plete. (#27)

We use 'vtk_dataset_bounds_no_mask', the dataset bounds before masking
instead of the dataset bounds for fitToViewport.