-
Notifications
You must be signed in to change notification settings - Fork 37
[2.0.0] Remove isis_formatter and usgscsm_formatter #698
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
Open
jrcain-usgs
wants to merge
18
commits into
DOI-USGS:main
Choose a base branch
from
jrcain-usgs:clean-formatter
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
4c6571d
comment out isis and usgscsm formatter
jrcain-usgs 543d2f7
usgscsm -> ale formatter in test_load
jrcain-usgs fab8cd5
error for old formatters
jrcain-usgs 1c2c9ae
keyerror
jrcain-usgs 36f5fce
kernels and inst_id in formatter tests
jrcain-usgs 424c841
comment out test_usgscsm_formatter
jrcain-usgs 4ae0c7e
if syntax
jrcain-usgs a06fa8f
rm formatter code from drivers, formatters init
jrcain-usgs d98fd84
rm formatter code from test_cassis
jrcain-usgs 1e5cda2
rm test isis and usgscsm_formatter
jrcain-usgs d199752
warn -> warning
jrcain-usgs a4cd83b
rm isis and usgscsm formatters
jrcain-usgs da02f77
rm other formatters from notebooks
jrcain-usgs 9bdf12e
Merge branch 'main' into clean-formatter
jrcain-usgs 7c0f1cb
formatter module
jrcain-usgs d3a2cec
Changelog entry remove old formatters
jrcain-usgs fd3ca2e
fixed changelog entry
jrcain-usgs 0bed01e
breaking change, needs 2.0.0 ver bump
jrcain-usgs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| from . import usgscsm_formatter, isis_formatter | ||
| from . import formatter |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good but a breaking change like this would require a version tick to ALE 2.0.0. In ISIS we usually hold any breaking change for the yearly release, I don't know what we should do for ALE. With the spiceql changes and the gdal additions we could likely do a 2.0.0. @Kelvinrr thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should probably hold off on this for this reason. At least we should see if there are more API breaking changes we can pile on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code removed is ancient and not used by anybody. Likely ALE 2.0.0 bump is needed simply because of adding the ShadowCam lens distortion which breaks the enums.
I'd say the risk of this is very low. Also, likely next ISIS need to have a hard pin to this as well, and with usgscsm and spiceql too, all because of ShadowCam. There's no good reason for the user to want independent versions for these.