Release History
Version |
Date |
Description |
0.12.0 |
2019-03-29 |
This release of the PDS4 Tools software is a component of the integrated release 9.1.0 of the PDS4 System. This is an operational release of the system components to date. |
0.11.0 |
2018-09-28 |
This release of the PDS4 Tools software is a component of the integrated release 9.0.0 of the PDS4 System. This is an operational release of the system components to date. |
0.10.1 |
2018-08-01 |
This release of the PDS4 Tools software is an interim point build of the component. This is an operational release of the system components to date. |
0.10.0 |
2018-03-30 |
This release of the PDS4 Tools software is a component of the integrated release 8.1.0 of the PDS4 System. This is an operational release of the system components to date. |
0.9.0 |
2017-09-29 |
This release of the PDS4 Tools software is a component of the integrated release 8.0.0 of the PDS4 System. This is an operational release of the system components to date. |
0.8.0 |
2017-03-31 |
This release of the PDS4 Tools software is a component of the integrated release 7.1.0 of the PDS4 System. This is an operational release of the system components to date. |
0.7.0 |
2016-09-30 |
This release of the PDS4 Tools software is a component of the integrated release 7.0.0 of the PDS4 System. This is an operational release of the system components to date. |
0.6.0 |
2016-03-31 |
This release of the PDS4 Tools software is a component of the integrated release 6.1.0 of the PDS4 System. This is an operational release of the system components to date. |
0.5.0 |
2015-03-31 |
This release of the PDS4 Tools software is a component of the integrated releases 5.1.0 and 6.0.0 of the PDS4 System. This is an operational release of the system components to date. |
0.4.1 |
2014-11-18 |
This release of the PDS4 Tools software is an interim point build of the component. This is an operational release of the system components to date. |
0.3.0 |
2014-03-31 |
This release of the PDS4 Tools software is a component of the integrated releases 4.1.0 and 5.0.0 of the PDS4 System. This is an operational release of the system components to date. |
0.2.0 |
2013-09-13 |
This release of the PDS4 Tools software is a component of the integrated releases 3.1.1 and 4.0.0 of the PDS4 System. This is an operational release of the system components to date. |
0.1.0 |
2012-09-30 |
This release of the PDS4 Tools software is a component of the integrated release 3.0.0 of the PDS4 System. This is an operational release of the system components to date. |
Release 0.6.0 – 2016-03-31
Type |
Changes |
By |
|
Resolved issue with running or building the software in Java 1.8. Fixes PDS-366. |
slevoe, mcayanan |
|
A unit test has been added (with a corrected label) to verify that the table can be extracted properly. Fixes PDS-368. |
mrose |
|
ExtractTable should support labels that reference multiple data files. This includes adding in a -d flag option to extract a table from a specific data file. In addition, a -a flag option was added to extract all tables in a single run. Fixes PDS-390. |
mcayanan |
|
Throws a NullPointerException when transforming an Array 2D image where the Object_Statistics and/or Display_2D_Image elements are not present in the label. Fixes PDS-414. |
mcayanan |
|
Added support for Array_3D_Image products. Fixes PDS-431. |
mcayanan |
|
Added initial support for Array_3D_Spectrum products. Fixes PDS-432. |
mcayanan |
|
Not handling scaling_factor, value_offset, and orientation values properly for Array_2D_Image transformations. Fixes PDS-433. |
mcayanan |
|
Support for more data types for image transformations: SignedLSB2, UnsignedLSB2, and SignedMSB2. Fixes PDS-434. |
mcayanan |
|
Updated xerces dependency version from 1.2.3 to 2.9.0 to resolve the error. Fixes PDS-445. |
hyunlee |
|
Updated schema to 1.5.0.0. Added code to ObjectAccess to get all array objects (though users should still use the Label class instead). |
mrose |
|
Updated the JRE requirement to 1.7 in the Installation document. |
shardman |