Atomic Structures in Tomviz
January 4, 2019
Tomviz is a cross platform, open source application for the processing, visualization, and analysis of 3D tomographic data. Here the full pipeline of data processing steps from reconstruction to visualization to analysis of 3D data can be presented, saved, and restored. A suite of Python tools for 3D analysis is packaged to accommodate custom algorithms. […]
Avogadro and Quantum Chemistry Viz in JupyterLab
December 11, 2018
We have a new Open Chemistry DOE SBIR Phase II project developing integration of chemical and materials data within Jupyter coupled with a data server/job execution logic. Previously we wrote up some of the early results in a blog post, and presented the platform at JupyterCon in August of this year. In the last few months […]
VTK 8.2.0-rc2 ready for testing
November 27, 2018
The second release candidate for VTK 8.2.0 is ready to try. You can get it from the downloads page, http://www.vtk.org/download/#candidate or from git with the 8.2.0.rc2 tag. The changes over rc1 consist of a handful of bug fixes, most notably a change to fix python wheel building. Things could turn up in testing of course, but I […]
CMake 3.13.0 available for download
November 20, 2018
I am happy to announce that CMake 3.13.0 is now available for download at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.13 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.13/release/3.13.html Some of the more significant changes in CMake 3.13 are: The Visual Studio Generators for VS 2010 and above learned to support the “INTERPROCEDURAL_OPTIMIZATION” target […]
Kitware Upgrades User Experience With ParaView 5.6
November 8, 2018
ParaView lets users customize shortcuts, favorite filters and read more types of data. Kitware, in combination with the ParaView development community, made the second major release of ParaView this year, version 5.6. “ParaView now has more facilities for customizing user interfaces,” said Berk Geveci, the senior director of scientific computing at Kitware. “These facilities can […]
VTK 8.2.0-rc1 ready for testing
November 7, 2018
The VTK maintenance team is happy to announce that VTK 8.2 has entered the release candidate stage! You can find the source, data and documentation tarballs here: http://www.vtk.org/download/#candidate Take a look at the VTK wiki for a complete list of API changes in v8.2.0 over the previous version. Please try this version of VTK, and […]
ParaView 5.6.0 Release Notes
November 7, 2018
ParaView 5.6.0 Release Notes Major changes made since ParaView 5.5.2 are listed in this document. The full list of issues addressed by this release is available here. General Notes State file compatibility with ParaView 4.2 State files from ParaView 4.1 or earlier are no longer supported. To update state files from ParaView 4.1 or earlier, […]
CMake 3.13.0-rc3 is ready for testing
November 7, 2018
I am proud to announce the third CMake 3.13 release candidate. https://cmake.org/download/ The first 3.13.0 release candidates included a change to allow generator expressions in “install(CODE)” and “install(SCRIPT)”. This has been reverted in rc2 due to breaking backwards compatibility. See issue 18435. Documentation is available at: https://cmake.org/cmake/help/v3.13 Release notes appear below and are also published […]
CMake 3.13.0-rc2 is ready for testing
October 25, 2018
I am proud to announce the second CMake 3.13 release candidate. https://cmake.org/download/ The first 3.13.0 release candidates included a change to allow generator expressions in “install(CODE)” and “install(SCRIPT)”. This has been reverted in rc2 due to breaking backwards compatibility. See issue 18435. Documentation is available at: https://cmake.org/cmake/help/v3.13 Release notes appear below and are also published […]
CMake 3.13.0-rc1 is ready for testing
October 9, 2018
I am proud to announce the first CMake 3.13 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.13 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.13/release/3.13.html Some of the more significant changes in CMake 3.13 are: The Visual Studio Generators for VS 2010 and above learned to support the “INTERPROCEDURAL_OPTIMIZATION” target property and supporting […]
ParaView Spatio-Temporal Parallelism Revised
September 28, 2018
As Andy Bauer described a long while back in the Kitware blog, ParaView provides a way to generate more efficient batch scripts for temporal data processing. The strategy is to make the temporal domain the primary axis of parallel decomposition in an MPI job. That is, groups of nodes in a cluster simultaneously process different […]
Recent Advances in the Molecular Visualization and Processing with VTK and ParaView
September 20, 2018
The molecule framework in VTK and ParaView has recently been improved. In this blog we quickly introduce the new features. Note that the features presented below are available in ParaView 5.6 and VTK master branch (thus in next release VTK 8.2). Conversion Between vtkMolecule and vtkPointSet Two new filters enable converting vtkMolecule into vtkPolyData (mesh […]
ITK 5.0 Beta 1: Pythonic Interface
September 11, 2018
We are happy to announce the first beta release for ITK 5! Source code (zip) Source code (tar.gz) This release features an additional, more Pythonic interface to filters. This interface is more familiar in Python and facilitates rapid prototyping. ITK 5.0 Beta 1 also includes many performance-related improvements, such as a pure C++11 thread pool […]
Two techniques that are used by simulations are geometric refinement (also known as hierarchical refinement, or h-refinement) and polynomial refinement (also known as p-refinement). Traditional simulations often apply geometric refinement, which splits cells with low accuracy to resolve finer spatial features. More recent finite element simulations may also apply polynomial refinement. This technique enhances existing […]
Tomviz 1.4 Released: Microscopy and Microanalysis
August 19, 2018
We are pleased to announce the release of Tomviz 1.4 (GitHub release page). This release rounds out many of the big changes we made to our pipeline, state file, and related functionality in the 1.3 release. The state file, which is now saved as JSON, reflects the hierarchy shown in the application more directly, and […]
ITK 4.13.1 has been released!
August 13, 2018
On behalf of the Insight Segmentation and Registration Toolkit (ITK) community, we are happy to announce the release of ITK 4.13.1! ITK is an open-source, cross-platform library for multidimensional image analysis. Download ITK 4.13.1 To install or upgrade Python packages with pip: python -m pip install --upgrade pip python -m pip install --upgrade --upgrade-strategy eager […]
CMake 3.12.1 available for download
August 9, 2018
We are pleased to announce that CMake 3.12.1 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! Changes in 3.12.1 since 3.12.0: Brad King (8): CSharp: Set CMAKE_CSharp_COMPILER_LOADED variable when language is enabled UseSWIG: Use CSharp language only if it is enabled Help: Add explicit […]
CMake 3.12.0 available for download
July 17, 2018
I am happy to announce that CMake 3.12.0 is now available for download at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.12 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.12/release/3.12.html Some of the more significant changes in CMake 3.12 are: The “target_link_libraries()” command now supports Object Libraries. Linking to an object library uses its object […]