MAP-Tk 0.7.0 and 0.7.1 Releases
December 23, 2015
Motion-imagery Aerial Photogrammetry Toolkit (MAP-Tk) 0.7.0 provides both new functionality and improvements to the open-source software solution. The highlights of the release are a new Ceres Solver plugin, support for lens distortion modeling, match matrix computation and visualization, and a prototype for a new graphical visualization application. Version 0.7.1 extends 0.7.0 by adding support for […]

VTK 7.0.0 Enters Release Candidate Stage
December 17, 2015
The VTK development team is happy to announce that VTK 7.0 has entered the release candidate stage! You can find the source, data, and vtkpython binary packages here: http://www.vtk.org/download/#candidate Please try this version of VTK and report any issues to the list or the bug tracker so that we can try to address them before VTK 7.0.0 final. The official release notes will be available when final is out in the next few weeks. In […]

ITK 4.9 Release Candidate 1 is ready for testing!
November 25, 2015
On behalf of the Insight Toolkit community, we are proud to announce that ITK 4.9 release candidate 1 has been tagged and is available for testing! Please take this opportunity to test the new features in the release candidate. A few selected highlights for this release are as follows: New Remote modules: the Cuberille module […]

Girder 1.4 Improves Installations of Third-Party Plugins
November 19, 2015
Girder 1.4.0 is now available! The release improves install utilities to make it much easier to install third-party plugins into Girder. For example, with an updated girder-install command and general packaging infrastructure, it is simpler to bundle and install third-party plugins that contain web client code. Also simplified is the grunt build process, thanks to […]

Announcing ITK 4.8.2!
November 17, 2015
On behalf of the Insight Toolkit Community, we are happy to announce the release of ITK 4.8.2! Download it Now! This is a patch release that fixes critical issues, regressions, documentation, and compiler support. For compiler support, this release adds support for Visual Studio 2015 and addresses CMake configuration on some newer Linux distributions with […]

ParaView 5.0.0-RC1 available for download
November 12, 2015
ParaView 5.0.0-RC1 is now available for download. This marks the beginning of the ParaView 5.0 series, a long away from the first release v0.2.0 tagged in Dec 2001! Here are some of the major highlights. New Rendering Engine This release introduces a brand new rendering backend that the team has been putting together for the […]

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 […]
