Skip to content

Releases: CDAT/cdat

CDAT 8.2.1

06 Aug 22:20
8a9d5c9
Compare
Choose a tag to compare

The CDAT Team is happy to announce that CDAT 8.2.1 is officially released!

This release contains important bug fixes and updates. We encourage all of you to update.

Major changes in CDAT v8.2.1

  • Python 3.6, 3.7 and 3.8 now fully supported
  • Python 2 is now deprecated
  • Improved and updated documentation
  • All CDAT repositories' build process updated to use conda-forge pinning
  • Dependency updates for compatibility with latest versions
  • Major bug fixes and improvements to CDMS
  • CDMS is built with libnetcdf nompi variant.
  • No more anonymous logging. Prompts asking to allow anonymous logging removed.
  • VCDAT no longer part of CDAT build, and is released separately. VCDAT will contain CDAT in its distribution.
  • More changes!

Releases Notes from Github Repos for Milestone: 8.2.1

cdat_info

Closed Issues

enhancement

Merged Pull Requests

Known Bugs

No known issues!

cdms

Closed Issues

bug

pending-release

Merged Pull Requests

Known Bugs

No known issues!

vcs

Closed Issues

bug

duplicate

enhancement

fixed in a branch

invalid

Merged Pull Requests

Known Bugs

Other

cdutil

Closed Issues

Merged Pull Requests

Known Bugs

No known issues!

genutil

Closed Issues

bug

Merged Pull Requests

Known Bugs

No known issues!

dv3d

Closed Issues

Merged Pull Requests

Known Bugs

No known issues!

vcsaddons

Closed Issues

Merged Pull Requests

Known Bugs

No known issues!

wk

Closed Issues

Merged Pull Requests

Known Bugs

No known issues!

CDAT 8.1

06 Mar 19:52
867fb7a
Compare
Choose a tag to compare

The CDAT team is pleased to announce the release of CDAT version 8.1

This is mainly a bug fixes release and we are encouraging all of you to update.

CDAT is distributed via anaconda:

conda create -n cdat81  -c cdat/label/v81 -c conda-forge cdat

Major changes in v8.1

  • Improved documentation
  • Unified BSD3 licences
  • General improvements in test suite and distribution: All repos now report coverage and produce "noarch" conda distribution when possible
  • VCS now using VTK context2 and OpenGL2
  • EzPlot added to vcsaddons: Better looking default plots for 1D plots.
  • cdms read performance improvements
  • cdms uses latest version of NetCDF

Releases Notes from Github Repos for Milestone: 8.1

vcs

Closed Issues

bug

enhancement

invalid

question

Merged Pull Requests

Known Bugs

Other

b" * b'vector linewidth not working'"
b" * b'template x/ymintics1 seems to be using line property of x/ytic1 for last label'"
b" * b'text disappear in png with bg=False'"
b" * b'Black png returned when using a vnc session'"

cdutil

Closed Issues

Merged Pull Requests

Known Bugs

No known issues!

genutil

Closed Issues

enhancement

Merged Pull Requests

Known Bugs

No known issues!

dv3d

Closed Issues

Merged Pull Requests

Known Bugs

No known issues!

vcsaddons

Closed Issues

enhancement

Merged Pull Requests

Known Bugs

No known issues!

Releases Notes from Github Repos for Milestone: 3.1

cdms

Closed Issues

bug

cdms2

critical

enhancement

help wanted

question

Merged Pull Requests

Known Bugs

Other

b" * b'ESMF conservative blending when you have missing values'"
b" * b'netcdf string variables unable to be read'"
b' * b"cdms2 seg faults when using unknown '+rw' mode for opening a file"'

cdtime

Closed Issues

bug

enhancement

Read more

CDAT 8.0

28 Mar 18:45
Compare
Choose a tag to compare

The CDAT team is pleased to announce the release of CDAT version 8.0

DOI

CDAT is distributed via anaconda:

conda create -n cdat8  -c conda-forge -c cdat cdat

Major changes in v8.0

New Name

UV-CDAT is now the "Community Data Analysis Tools" (CDAT)

Mainly CDAT is now a suite comprising many packages

9 developed directly by the CDAT team:

  • Community Data Management System (CDMS) v3.0
    • cdtime v3.0
  • General Utilities (genutil) v8.0
  • Climate Data Utilities (cdutil) v8.0
  • Visualization Control System (VCS) v8.0
    • DV3D v8.0
    • VCS Addons v8.0
    • Thermodynamic (thermo) v8.0
    • Wheeler Kiladis (wk) v8.0
  • cibots
  • cdp
  • output_viewer

A few more provided by the Python community at large

  • vtk
  • matplotlib
  • basemap
  • ipython
  • jupyter
  • nb_conda
  • flake8
  • autopep8
  • spyder
  • eofs
  • windspharm
  • esmpy

The split into many sub-packages allows us to release new features and bug fixes more frequently for each package, with CDAT releases unifying all these on a more regular release cycle

Vistrails is gone, VCDAT is in

We dropped support for our GUI-based version and are replacing it with a browser-based version: VCDAT

At the moment VCDAT is still in beta and is distributed separately see:

https://github.com/CDAT/vcdat/wiki
and
https://github.com/CDAT/vcdat/wiki/User-Installation

Support for Python 3

All CDAT packages are now available for both Python 2 and Python 3

Improved documentation

readthedocs and jupyter notebooks

cdms improved esmpy support with masking

Using esmf 7.1

Stability fixes

All packages

vcs markers improved

vcs log axes enabled again

Release Changes

Changes/bug fixes since v2.12

Documentation

Documentation
Tutorials
Image/code galleries

Many thanks to users, testers, and developers for helping CDAT reach this milestone. In addition to new functionality, we have fixed several major and minor bugs in version 8.0 and therefore we strongly recommend users upgrade their CDAT installation.

Remarks:

Ever wonder if you should answer yes or no at the "send anonymous usage report" question.

Well those who answer yes help us as seen here

UV-CDAT 2.12

06 Sep 23:07
Compare
Choose a tag to compare

The UV-CDAT team is pleased to announce the release of UV-CDAT version 2.12

DOI

UV-CDAT is distributed via anaconda:

conda create -n uvcdat-2.12 uvcdat -c conda-forge -c uvcdat 

Major changes in v2.12

New Analytics page

Ever wonder if you should answer yes or no at the "send anonympus usage report" question.

Well those who answer yes help us as seen here

Optimized vcs plotting

some internal object were never cleared lead to some memory leak
faster mesalib implementation: newest version AND LLVM implementation

Major Changes

CDMS: esmpy bug fixes with masking
CDMS: crosssection regridder now can handle gaussian grids with uneven number of latitude
CDMS: netcdf4 files can be edited
CDMS: Numpy 1.13 now supported
VCS: cleared all object leaks
VCS: streamlines are now evenly spaced by default
VCS: convenience function to load all mpl colormaps
VCS: getcolors return correct rgb values if string passed
VCS: Faster implememtation of mesalib (NOX)
Documentation: taylor diagram jupyter notebook
Documentation: cdms 101 jupyter notebook

Changes/bug fixes since v2.10

Documentation
Image/code galleries

Many thanks to users, testers, and developers for helping UV-CDAT to reach this milestone. This is a bug fix release, we have fixed several major and minor bugs in version 2.10 and therefore we strongly recommend users upgrade their UV-CDAT installation.

UV-CDAT 2.10

11 May 13:09
Compare
Choose a tag to compare

The UV-CDAT team is pleased to announce the release of UV-CDAT version 2.10.

DOI

IMPORTANT NOTE

Due to a bug in conda, the following version of conda will not install properly 4.3.13, 4.3.14, 4.3.15, 4.3.16, 4.3.17. Hence please make sure your version of conda is not one of the above-metioned. To be safe run:

conda install -n root "conda<4.3.13"

UV-CDAT is distributed via anaconda:

conda create -n uvcdat-2.10 uvcdat -c conda-forge -c uvcdat 

Major changes in v2.10

NOX versions discontinued as stand-alone

Starting with 2.10 there is no need to install a special version of uvcdat (or vcs, dv3d, vcsaddons, etc...) to obtain a mesa version of UV-CDAT packages, simply add the mesalib package to your environment

CDMS: Switch from esmp legacy to esmpy for python interface to ESMF regridder
CDMS: Numpy 1.12
Build: Conda build uses conda-forge channel for all externals and some of uv-cdat packages
VCS: streamlines
VCS: patterns re-introduced and improved
VCS: improved inline documentation strings
VCS: NoX support on OSX
Build: Most packages now have their own repos and this allows more granular/modular UV-CDAT installations
Documentation: gallery improved
Documentation: jupyter notebooks introduced (and supported)
Documentation: reformatting of most packages doc string, in readthedocs compatible format

Changes/bug fixes since v2.8.0

Documentation
Image/code galleries

Many thanks to users, testers, and developers for helping UV-CDAT to reach this milestone. This is a bug fix release, we have fixed several major and minor bugs in version 2.8 and therefore we strongly recommend users upgrade their UV-CDAT installation.

UV-CDAT Version 2.8

02 Nov 23:00
Compare
Choose a tag to compare

The UV-CDAT team is pleased to announce the release of UV-CDAT version 2.8.

DOI

Changes in v2.8.0

  • CDMS: Numpy 1.11, 1.10 and 1.9
  • CDMS: NetCDF 4.4.1?
  • Build: Conda build uses conda-forge channel for externals when possible
  • VCS: viridis new default colormap (and there are a couple of other new palette/colormap entries)
  • VCS: improved inline documentation strings
  • Build: Most packages now have their own repos and this allows more granular/modular UV-CDAT installations
  • VCSaddons: parallel coordinates new addon (1D representation of multiple units/scales results)
  • VCSaddons: polar plots new addon
  • Documentation: gallery improved
  • Documentation: jupyter notebooks introduced (and supported)
  • Changes/bug fixes since v2.6.0

UV-CDAT Resources


Many thanks to users, testers, and developers for helping UV-CDAT to reach this milestone. This is a bug fix release, we have fixed several major and minor bugs in version 2.8 and therefore we strongly recommend users upgrade their UV-CDAT installation.

UV-CDAT is distributed via anaconda

conda create -n uvcdat-2.8 -c conda-forge -c uvcdat uvcdat

We also alert users to an Askbot website to help the UV-CDAT user community. This supports version 2.2 onward. See: http://uvcdat.askbot.com

UV-CDAT 2.6

30 Jun 23:47
Compare
Choose a tag to compare

The UV-CDAT team is pleased to announce the release of UV-CDAT version 2.6.

DOI

Changes in v2.6.0

UV-CDAT Resources


Many thanks to users, testers, and developers for helping UV-CDAT to reach this milestone. This is a bug fix release, we have fixed several major and minor bugs in version 2.6 and therefore we strongly recommend users upgrade their UV-CDAT installation.

From this release on UV-CDAT is distributed via conda

conda install -c uvcdat uvcdat

or

conda create -n uvcdat-2.6 -c uvcdat uvcdat

We also alert users to an Askbot website to help the UV-CDAT user community. This supports version 2.2 onward. See: http://uvcdat.askbot.com

UV-CDAT 2.4.1

19 Apr 20:05
Compare
Choose a tag to compare

The UV-CDAT team is pleased to announce the release of UV-CDAT version 2.4.1.

DOI

Many thanks to users, testers, and developers for helping UV-CDAT to reach this milestone. This is a bug fix release, we have fixed several major and minor bugs in version 2.4.1 and therefore we strongly recommend users upgrade their UV-CDAT installation. For this release, we are providing binary distributions for RedHat6/CentOS6, Ubuntu 15, Mac OS X 10.9 and up, and the installation source code. Additional binaries may become available later.

We also alert users to an Askbot website to help the UV-CDAT user community. This supports version 2.2 onward. See: http://uvcdat.askbot.com

To obtain UV-CDAT or browse documentation and image galleries, please visit the following links:


Platform binaries

All binaries are built using the defaults, with an installation path of /usr/local/uvcdat/2.4.1

Binary installation instructions

Linux

MacOS X

Changes in v2.4.1

UV-CDAT Resources


As always, the UV-CDAT development team would like to thank you for your continued support. We look forward to receiving feedback so that we can continue to improve UV-CDAT.

Best regards,
UV-CDAT Team

UV-CDAT 2.4.0

25 Jan 06:58
Compare
Choose a tag to compare

The UV-CDAT team is pleased to announce the release of UV-CDAT version 2.4.0.

DOI

Many thanks to users, testers, and developers for helping UV-CDAT to reach this milestone. We have added significant improvements and fixed several major and minor bugs in version 2.4.0 and therefore we strongly recommend users upgrade their UV-CDAT installation. For this release, we are providing binary distributions for RedHat6/CentOS6, Ubuntu 15, Mac OS X 10.9 and up, and the installation source code. Additional binaries may become available later.

We also alert users to an Askbot website to help the UV-CDAT user community. This supports version 2.2 onward. See: http://uvcdat.askbot.com

To obtain UV-CDAT or browse documentation and image galleries, please visit the following links:


Platform binaries

All binaries are built using the defaults, with an installation path of /usr/local/uvcdat/2.4.0

Binary installation instructions

Linux

MacOS X

Changes in v2.4.0

UV-CDAT Resources


As always, the UV-CDAT development team would like to thank you for your continued support. We look forward to receiving feedback so that we can continue to improve UV-CDAT.

Best regards,
UV-CDAT Team

UV-CDAT 2.2.0

14 May 22:52
Compare
Choose a tag to compare

The UV-CDAT team is pleased to announce the release of UV-CDAT version 2.2.0.

DOI

Many thanks to users, testers, and developers for helping UV-CDAT to reach this milestone. We have fixed several major and minor bugs in version 2.2 and therefore we strongly recommend users upgrade their UV-CDAT installation. For this release, we are providing binary distributions for RedHat6/CentOS6, Ubuntu 14, Mac OS X 10.8 and up, and the installation source code. Additional binaries may become available later.

We are proud to announce the launch of an askbot website to help the UV-CDAT user community. This supports version 2.2 onward. See: http://askbot-uvcdat.llnl.gov/

To obtain UV-CDAT or browse documentation and image galleries, please visit the following links:


Platform binaries

Binary installation instructions

Linux

MacOS X

Changes in v2.2

Changes/bug fixes since v2.1

UV-CDAT Resources

Source code build instructions
Documentation
Image/code galleries
Planned features and bug fixes for v2.4


As always, the UV-CDAT development team thanks you for your continued support. We look forward to receiving feedback so that we can continue to improve UV-CDAT.

Best regards,