Skip to content

Draco 7.14.1 release

Compare
Choose a tag to compare
@keadyk keadyk released this 02 Sep 16:31
· 670 commits to develop since this release
  • Release Draco 7.14.1
CCS-2 Draco Team: Kelly G. Thompson, Kent G. Budge, Matt A. Cleveland, Ryan T. Wollaeger,
 Ben R. Ryan, Alex R. Long, Kendra P. Long, James S. Warsa, Jae H. Chang, and Andrew T. Till.

Prior Contributors: Gabriel M. Rockefeller, Allan B. Wollaber, Tim Kelley, Rob B. Lowrie,
 Paul W. Talbot, Katherine J. Wang, Ondrej Certik, Peter Ahrens, David A. Dixon,
 Massimiliano Rosa, Todd J. Urbatsch, Daniel Holladay, Howard Pritchard, Jeff D. Densmore,
 Jeff Furnish, John McGhee, Kris C. Garrett, Mike Buksas, Nick Myers, Paul Henning,
 Randy Roberts, Seth Johnson, Todd Adams, Tom Evans, Lori Pritchett-Sheats, and Seth D. Cook.

Copyright (C) 2016-2022 Triad National Security, LLC. (C19028, LA-CC-16-016),
 Released under a 3-Clause BSD License.

Summary of changes:

  • Added a preliminary KDE smoothing capability, which can use PyTorch or a simple in-house neural network capability for optimal bandwidth prediction.
  • Various changes to support new build modes (Ninja) and toolchains/compiler versions
  • Added the ability to generate randomized unstructured X3D meshes for testing
  • Extended Ensight Translator to handle 3D unstructured mesh data
  • Retired bespoke isInf, isNan, and shared pointer classes in favor of C++ std library functions
  • Improve support for older gcc (< 9.0.0)+OpenMP

Features

Corrected Defects

Known Defects

  • (None?!)