Skip to content

Releases: CDAT/vcs

vcs-8.2.1

05 Aug 20:00
4ee3423
Compare
Choose a tag to compare

vcs 8.2.1 going to cdat 8.2.1

vcs-8.2.1.rc1

20 Jul 21:42
6e5f054
Compare
Choose a tag to compare

vcs-8.2.1.rc1 going to CDAT 8.2.1.rc1

CDAT 8.2

16 Oct 16:35
27cee26
Compare
Choose a tag to compare
Merge pull request #420 from CDAT/check_for_imports

Check for imports

CDAT 8.1

27 Feb 13:48
Compare
Choose a tag to compare
CDAT 8.1 Pre-release
Pre-release
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

CDAT 8.0

27 Mar 21:10
Compare
Choose a tag to compare
v8.0

doc string pass again

UV-CDAT 2.12

03 Sep 16:23
Compare
Choose a tag to compare
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

UV-CDAT 2.10

10 May 14:23
Compare
Choose a tag to compare
v2.10

UV-CDAT 2.10

UV-CDAT 2.8

02 Nov 23:01
Compare
Choose a tag to compare
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.