-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.0.4 LTS Release Prep (old) #5684
Conversation
) * Added line to close match cube in noproj.cpp. Not closing the cube resulted in a temporary "*.lbl" file that remained after running the noproj application. Addresses DOI-USGS#5577. * CHANGELOG entry for noproj bug fix. Addresses DOI-USGS#5577. * Added history entry in noproj.xml. Addresses DOI-USGS#5577.
* Removed preemptive validity check for polygon * Removed unused import * Updated changelog
* Avoid double image load when opening cubes from cmdline in qview * Added changelog entry * Revert interval change
* Fixes order of coordinates * Add changelog
* Fixed typo * PVL compliant * PR feedback changes
* Remove label check for level3 * update changelog * fix test * addressed PR feedback * fixed grammar
…nd in the bundleout.txt file when performing a rectangular (XYZ) bundle adjustment, originally implemented in UofA OSIRIS-REx code on 2019-07-30. Addresses DOI-USGS#5642. (DOI-USGS#5643) * The RADIUS checkbox in the GUI is excluded when a RECTANGULAR solution is selected. * In the bundleout.txt file, for rectangular solutions, 1) RADIUS is set to N/A in the SOLVE OPTIONS section; and 2) the POINTS UNCERTAINTY SECTION was fixed to properly display adjusted point uncertainty statistics with Error Propagation turned on. * Spacing for point labels was cleaned up in the INPUT: GLOBAL IMAGE PARAMETER UNCERTAINTIES section. * Finally, a slight modification was added to the FunctionalTestJigsawBundleXYZ ctest to verify that RADIUS is N/A in a RECTANGULAR solution.
…eometries. (DOI-USGS#5620) * Fixed issues with GisGeometry/Strategy classes. Addresses DOI-USGS#5612. * GisGeometry was throwing an exception when isValid() was called and the geometry was indeed invalid * GisGeometry - added buffer() method * Strategy was updated to better manage geometries * Strategy - Added RepairInvalidGeometry and InvalidGeometryAction to allow better user control over invalid geometries * Strategy - Apply buffer(0) algorithm when an invalid geometry is detected * Strategy - Added more debug output * Corrected invalid geometry problems in isisminer. Addresses DOI-USGS#5612. * GisGeometry was throwing an exception when isValid() was called and the geometry was indeed invalid * GisGeometry - added buffer() method * Strategy was updated to better manage geometries * Strategy - Added RepairInvalidGeometry and InvalidGeometryAction to allow better user control over invalid geometries * Strategy - Apply buffer(0) algorithm when an invalid geometry is detected * Strategy - Added more debug output * isisminer - improved handling of invalid/bad geometries * isisminer - Documented new parameters RepairInvalidGeometry and InvalidGeometryAction and updated Calculator strategy documentation * Fixed a bug in isisminer in which bad (e.g. self-intersecting) polygon geometries were not treated properly. Added pertinent unit tests to GisGeometry and Strategy classes. Fixed incorrect links and minor typos in isisminer documentation. Addresses DOI-USGS#5612. * Per reviewer comments, corrected additional typos in GisGeometry.cpp. Addresses DOI-USGS#5612. --------- Co-authored-by: Kris J. Becker <[email protected]>
* Fixed kaguyasp2ascii with detached label data input - Fixed condition to check whether input file is attached label or detached label. - Fixed input file specification outside current directory for detached label case * Updated changelog * Updated creaters
* speed up camstats * add changelog
* Fix xmltojson namespaced xml key conversion * Update xml test with namespaced elements * Added changelog entry
* fixes photomet not accepting backplanes * fix changelog * Converted to gtests * Add input cube attributes
* Convert dstripe to gtests * add changelog * Fixed build error
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
10 similar comments
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Adds HRSC support in socetlinescankeywords * Add test cube * Fixed tests
…to gtests. Removed existing Makefile tests. (DOI-USGS#5444) * Converted skypt to a callable app. Converted existing makefile tests to gtest format and removed old makefile tests and data. Addresses DOI-USGS#5443. * Updated contributor list to add Sarah S. Sutton. Addresses DOI-USGS#5443. --------- Co-authored-by: Sarah Sutton <[email protected]>
…verted to a gtest and removed. (DOI-USGS#5600) * Noseam has been refactored to be callable. Makefile test has been converted to a gtest and removed. Addresses DOI-USGS#5599. * Modifications to address gtest failures. Also added addtional input parameter error checking to ensure noseam exits prior to generation of temporary files. Finally modified gtests to remove the print.prt file if generated. Addresses DOI-USGS#5599.
…le test converted to a gtest. (DOI-USGS#5590) * Updated explode application gtest to use DefaultCube fixture instead of cube in isis/tests/data. Addresses DOI-USGS#5557. * Cleaned up includes in default explode gtest. Added history entry to explode.xml. Addresses DOI-USGS#5557. * Updating main.cpp and removed Makefile tests for explode conversion to callable app. Addresses DOI-USGS#5557. * Added CHANGELOG entry for conversion of explode app to callable function. Addresses DOI-USGS#5557. --------- Co-authored-by: Adam Paquette <[email protected]>
…rted to gtest format (DOI-USGS#5579) * Fixed minor misspellings in error messages. Addresses DOI-USGS#5516. * Test data added for isisminer. Addresses DOI-USGS#5516. * Converted isisminer Makefile tests to gtest format. Addresses DOI-USGS#5516. * Converted isisminer application to callable function. Addresses DOI-USGS#5516. * Minor tweak to isisminer csvwriter test. Addresses DOI-USGS#5516. * Added compareCsvLineCustomDelimiter method, specifically for isisminer testing support. Addresses DOI-USGS#5516. * Removed isisminer Makefile tests (replaced by gtests) and updated CHANGELOG reflecting conversion of isisminer to callable app. Addresses DOI-USGS#5516. * Replace isis cube in /isis/tests/data/isisminer/gistest with isd and label files. Minor tweaks to FunctionalTestsIsisminer.cpp. History entry added to isisminer.xml. Addresses DOI-USGS#5516. * Minor changes for conversion of isisminer to callable app. Addresses DOI-USGS#5516. * Had to add data file index.lbl to the .gitignore file for it to be uploaded. Addresses DOI-USGS#5516.
…een converted to gtests and removed. Addresses DOI-USGS#5594. (DOI-USGS#5597)
…een converted to gtests and removed. (DOI-USGS#5582) * Photrim has been converted to a callable app. Corresponding Makefile tests have been converted to gtests and removed. Addresses DOI-USGS#5581. * Tweaks to FunctionalTestsPhotrim.cpp. Addresses DOI-USGS#5581.
…been converted to gtests. (DOI-USGS#5572) * Bandtrim has been refactored to be callable; old Makefile tests have been removed and replaced by gtests. Addresses DOI-USGS#5571. * Update FunctionalTestsBandtrim.cpp Minor documentation change.
* Modified to work with new (detached) data * Updated changelog * Allow data specification outside current directory
* Added fail-early + error message for csminit'd images without csm solve parameters * Updated changelog
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5684". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
Description
Release prep for 8.0.4 LTS, incoming changes:
[8.0.4] - 2024-11-26
Added
Changed
qwt
dependency version to 6.2.0 or below #5498suitesparse
dependency version to maximum not including 7.7.0 #5496Fixed
Related Issue
How Has This Been Validated?
Types of changes
Checklist:
Licensing
This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words: