CMake 3.4.0 Released!
November 12, 2015
I am proud to announce that CMake 3.4.0 is now available for download at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.4 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.4/release/3.4.html Some of the more significant features of CMake 3.4 are: * The "if()" command learned a new "TEST" operator that evaluates to true if […]
Build ITK Modules Outside the Main Repository
November 11, 2015
ITK’s architectural modularization, which occurred in version 4.0, allowed the toolkit to scale in content while remaining organized. In particular, we introduced remote modules that allowed methods to be redistributed for optional inclusion when ITK is built. Additionally, we made it easy for researchers to extend existing ITK methods and develop entirely new ITK methods […]
CMake 3.4.0-rc3 is now ready!
November 3, 2015
I am proud to announce the third CMake 3.4 release candidate. Sources and binaries are available at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.4 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.4/release/3.4.html Some of the more significant features of CMake 3.4 are: * The “if()” command learned a new “TEST” operator […]
Girder Improves Capabilities with 1.3.3 Release
November 3, 2015
Girder 1.3.3 has been released! The release updates the PyMongo dependency to the latest major version. It also allows OAuth users to convert into password-login users and exposes system log files via the Representational State Transfer (REST) application programming interface (API) for system administrators. Girder 1.3.3 changes the policy of creating default folders underneath a […]
Faster continuous integration turnaround times
November 2, 2015
Since we’ve migrated to our GitLab instance for our main projects, our buildbot instance has been in charge of testing. This has largely replaced our continuous dashboards for testing. It has also largely replaced our nightly dashboards since it also runs over master branch updates. At first, we had some simple test scheduling using an […]
One question about ParaView that comes up from time to time is how to define time-varying data sources with the Programmable Source. I’ll show the basics of doing this here. Let’s start by looking at a simple example that produces a single static sphere. First, fire up ParaView and create a Programmable Source. The Script property for the Programmable Source […]
How to build distributable C++ executables for Linux with Docker
October 27, 2015
To create easily distributable C++ executables for Linux, the binaries’ dependencies should be minimized. In order to reduce an executable’s dependencies, a binary can be created by linking static libraries. Static linking can be used with most libraries, including the C++ standard library, but it is not preferred with the standard system C library, glibc. […]
CMake 3.4.0-rc2 is now ready!
October 21, 2015
I am proud to announce the second CMake 3.4 release candidate. Sources and binaries are available at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.4 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.4/release/3.4.html Some of the more significant features of CMake 3.4 are: * The "if()" command learned a new "TEST" operator […]
ITK at the 2015 ImageJ User & Developer Conference
October 16, 2015
The 5th ImageJ User & Developer conference, held on September 3-4th at the University of Wisconsin-Madison, brought members of the ImageJ community from all around the world to improve software knowledge. The conference was organized by Kevin Eliceiri and team at the LOCI Lab. Presentations, lightning talks, workshops, and posters were a community forum to […]
Recent Releases
October 14, 2015
ParaView 4.4 Released with Version 5.0 Development Announced ParaView 4.4 is now available for download. Among its features, the release offers several brand new color maps, as well as axes annotation with Axes Grid. The release also includes color improvements and selection enhancements with support for interactive selecting and labeling. For additional information, please refer […]
Kitware Introduces Resonant: Open-Source Data and Analytics
October 14, 2015
Kitware is excited to announce Resonant, a new open-source entry point into the data and analytics space. In recent years, there have been many advances in cloud computing, large-scale analytics tools, and Web standards. But, we found a lack of fully open, extensible, deployable, and integrative tools for researchers. To address this issue, we decided […]
ParaView’s Python Programmable Filters in Geophysics
October 14, 2015
With the ability to write data sources and filters in Python code within a ParaView pipeline, we are able to quickly prototype added functionality that our geodynamic scientists are eager to use. This article provides details on the implementation of a selection of these filters as Python programmable filters. Some of the added features are […]
Representing Geometric Models with SMTK
October 14, 2015
Over the last several decades, the introduction of high-performance computing (HPC) simulation practices has enabled scientists to model complex physical systems. It has also resulted in improved products and manufacturing procedures. Today, there are many sophisticated simulation tools and toolkits that are distributed through both commercial and open-source licenses. Solid modeling kernels such as 3D […]
CMake 3.4.0-rc1 is now ready!
October 6, 2015
I am proud to announce the first CMake 3.4 release candidate. Sources and binaries are available at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.4 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.4/release/3.4.html Some of the more significant features of CMake 3.4 are: * The "if()" command learned a new "TEST" operator […]
ITK 4.8.1 has been released!
September 29, 2015
On behalf of the Insight Toolkit Community, we are happy to announce the release of ITK 4.8.1! Get it now! This is a patch release that fixes critical issues, regressions, important documentation, and compiler support. Most importantly, the 4.8.1 release completes fixes for Python 3 wrapping! A number of other Python-related fixes are […]
Kitware at SciPy 2015
September 24, 2015
The SciPy 2015 Conference was another fantastic gathering of open source scientific efforts. Kitware was a proud participant in this years conference, presenting talks and posters, helping with organization, participating at the sprints, and financially contributing as a silver sponsor for the event. The talks and posters Kitware presented at the conference were: […]
ParaView 4.4 available for download
September 14, 2015
ParaView 4.4 is now available for download. This is will be the last major release in the 4.* series. ParaView 5.0 will be released in the near term with a brand new rendering backend. A thorough list of over 160 issues and feature requests addressed by this release can be found here. Some of the […]
New in ParaView: Changes to color/opacity presets
September 14, 2015
In ParaView, color presets provide a way for user to access of palette of predefined color maps that can be used for pseudocoloring datasets using data variables. Management of presets in ParaView has been revamped for ParaView 4.4 There were several major focuses of this new work including making the UI easier to use, adding support […]