Skip to content

Releases: opticks-org/opticks

Opticks Production Release 4.12.2

01 Feb 20:49
Compare
Choose a tag to compare

Opticks 4.12.2 has been release on February 1, 2021.

The Opticks 4.12.2 release is binary compatible with the 4.12.x releases. Any extensions built for 4.12.0 and 4.12.1 will work in 4.12.2 without rebuilding.

Downloading

The source code can be checked out or downloaded under the v4.12.2 tag in github.

The installs are available below. Installs and the SDK toolkits can be downloaded from the Opticks website

Online Help is available here

Online SDK documentation is available here

Changes

Application Changes

  • Fix a NITF bug introduced in 4.12.1 where NITFs with a number in the filename caused unexpected behavior.

Developer and SDK changes

  • None

Opticks Release Candidate 4.12.2rc1

26 Jan 14:47
v4.12.2rc1
Compare
Choose a tag to compare
Pre-release

Opticks 4.12.2 has been release on January 26, 2021.

The Opticks 4.12.2 release is binary compatible with the 4.12.x releases. Any extensions built for 4.12.0 and 4.12.1 will work in 4.12.2 without rebuilding.

Downloading

The source code can be checked out or downloaded under the v4.12.2rc1 tag in github.

Binaries are only available for Windows 64-bit. A Linux release will accompany the production release. The installs are available below. Installs and the SDK toolkits can be downloaded from the Opticks website

Changes

Application Changes

  • Fix a NITF bug introduced in 4.12.1 where NITFs with a number in the filename caused unexpected behavior.

Developer and SDK changes

  • None

Opticks 4.12.1 production release

10 Jan 18:30
Compare
Choose a tag to compare

Opticks 4.12.1 has been release on January 10, 2020.

This release is intended to replace Opticks 4.12.0 as the recommended stable release.

The Opticks 4.12.1 release is binary compatible with the 4.12.0 release. Any extensions built for 4.12.0 will work in 4.12.1 without rebuilding.

Downloading

The source code can be checked out or downloaded under the v4.12.1 tag in github.

Binaries are only available for Windows 64-bit and CentOS 7.3. The installs are available below. Installs and the SDK toolkits can be downloaded from the Opticks website

Changes

A complete list of issues addressed in this release can be found in the issue tracker.

Application Changes

  • The IID1 field in an NITF image segment will now be used as the dataset name when importing a NITF file. Previously, the filename with an image segment number appended was used.
  • Gain and offset values in a NITF image segment are now applied to the pixel values so the correct data are displayed in the spatial data window.
  • New LIDAR tactical decision aids from the NGA TDA open source library are now available. These include mudslide prediction and hydrology classification.
  • Cubehelix colormap support has been added including a default cubehelix colormap and a GUI to create custom cubehelix colormaps. This can be accessed from the colormap dialog.

Developer and SDK changes

  • The build scripts have been updated to run under recent Python 3 revisions.
  • The SCons files have been updated to build on recent gcc versions in most distributions. This changes some command line flags sent to gcc and set the C++ standard to c++03 to avoid problems in Qt header files with c++11 and newer.
  • The various scripts now work properly with git instead of subversion. The exception is the build-installer.py script which will require a manual git ls-files command.
  • Various build fixes and updates to work with CentOS 7 and Windows 10 including fixes to the WiX files to work with WiX 3.6.