-
Notifications
You must be signed in to change notification settings - Fork 77
Task/4 2 2026 1027 plotting with just one color #1691
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
emily-howell
wants to merge
110
commits into
develop
Choose a base branch
from
task/4_2_2026-1027-plotting-with-just-one-color
base: develop
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 91 commits
Commits
Show all changes
110 commits
Select commit
Hold shift + click to select a range
142cdd0
Save state post resolving conpilation bug :(
emily-howell f118307
Removing slide verify_params
emily-howell 736daf9
Adding some more json schema examples
emily-howell f6a94d2
Adding a schema validator for flow filters
emily-howell 6d5d6e1
Translating all filters in ascent_runtime_vtkh_filters to json schema…
emily-howell 0e05a88
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/2_3_…
emily-howell 96efc0e
Removing temporary helpers and cleaning up files
emily-howell d95a906
Seed should be seeds
emily-howell 69a3cbf
adding a detail namespace to validator
emily-howell 6bbaed1
Converting over the expression filters
emily-howell 5116d52
converting another file
emily-howell 47f6376
Trying to add some support for expressions again
emily-howell ddc3b89
Adding a way to pass our expression validator into the flow filter
emily-howell d068b1a
We have a valid expression checker!
emily-howell 3661bed
Integrating the expression checking into the vtkh number schemas :)
emily-howell ce5e626
Taking a pass at trying to get the JIT tests to pass
emily-howell fc14616
Require that either field or topology be given for a threshold filter
emily-howell 7208c66
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/2_3_…
emily-howell 1c72710
Converting more filters to new schema - tested
emily-howell 1026bca
Adding new template schemas to make further filter conversion possible
emily-howell 58f6b0f
Updating the param check and flow schema validator with additional ca…
emily-howell 9fbe4e9
Forgot to also add a type for integers
emily-howell 04ef548
Converting more filters to new schema - tested
emily-howell c188301
Converting more filters to new schema - tested
emily-howell 70a82c8
rover filter schemas
emily-howell 35f3725
Adding dray filter schemas
emily-howell 36d8a51
Adding schemas for rendering filters
emily-howell 4478fdc
Last filter conversion over to json schema!!!
emily-howell ce6fc1b
cleaning up branch
emily-howell 6f5f933
Had AI generate an import check for optional that will work with c++11.
emily-howell 81e8e99
Whopps. need to use it everywhere
emily-howell 30fb70d
Cleaning up some errors
emily-howell b902ed0
Needed to add the pattern validation still
emily-howell c62f81f
Took a pass at updating the flow schema error language
emily-howell 220b6f3
Whoops, accidentally wiped out the count variable in the exclusive ch…
emily-howell 5ec5905
Fixing up renders test that checks error messages
emily-howell 0ba7c9a
Removing the surprise checking features for now
emily-howell 9238036
A first pass at documentation
emily-howell f4a360f
Making many an improvement to the documentation
emily-howell cd54f14
Fixing up the pattern checking to match json schema behavior
emily-howell 8f31664
Fixing up the array checking to also check numeric leaf arrays
emily-howell d95f5db
Fixing adios2 error in CI
emily-howell be2c2d2
Making sure that a compatable optional is used properly everywhere fo…
emily-howell 2062e62
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell ac3ad74
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/3_19…
emily-howell d4b004b
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/2_3_…
emily-howell adfbbaa
Merge branch 'task/2_3_2025-json-schema-for-filters' of github.com:Al…
emily-howell 45ee303
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell 1d51baf
Fixing reflect filter
emily-howell 66b189b
Merge branch 'task/2_3_2025-json-schema-for-filters' of github.com:Al…
emily-howell 2dcc0e1
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell 27e81e5
Adding some documentation for the template schemas
emily-howell ecc78ba
Added a changelog note
emily-howell f06051b
Fixing spelling error
emily-howell 1d2c3d9
Using refs to nodes instead of copying seperate nodes into tree
emily-howell 1e109b9
Generalizing the expression checking to any format checking
emily-howell 95cd1f1
Applied formatting fixes
emily-howell dfa0367
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/3_19…
emily-howell 0699c49
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/2_3_…
emily-howell 7d2c9f9
Merge branch 'task/2_3_2025-json-schema-for-filters' of github.com:Al…
emily-howell 99ec4b7
Using refs to nodes instead of copying seperate nodes into tree for e…
emily-howell 2dc14f8
const string ref vector
emily-howell 7a9ceec
removing the optional_params
emily-howell 8f34331
Removing print statement added for debugging
emily-howell 3311697
Merge branch 'task/2_3_2025-json-schema-for-filters' of github.com:Al…
emily-howell 03640d3
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell b5dbb01
Fixing up little things missed because merge conflicts were weird
emily-howell 16ce8b4
Updating docs to reflect ref style args and removal of optional done …
emily-howell 5ea4a25
Adding a link to the json schema docs
emily-howell 7974ee7
Adding specific line change feedback
emily-howell ee2c9c1
Fixing up punctuation in errors
emily-howell 89398d7
Adding some more documentation improvements
emily-howell accae20
An abondance of one liners
emily-howell 2729d90
fixing all of the join_file_path calls and not just one
emily-howell 6ad7e20
Fixing the refrences in adios2 schema
emily-howell b34494a
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell ab2bb3f
Formatting param check file
emily-howell 043567e
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell 6d362c9
Somehow this header didn't get underlined
emily-howell eacaca0
Fixing a little error I noticed in the array schemas
emily-howell c48cd2a
Adding single color input rather than full color table
emily-howell c4ee0f5
Added a blurb in the docs.
emily-howell 2a860b3
Fixing typo
emily-howell c0eed7a
Adding the minItem and maxItem array parameters to the array_schema h…
emily-howell a887ee4
Removing missed ignore schema in array schema conversion. By default,…
emily-howell aa06366
Adding small append fix to any of vecs. This was originally a change …
emily-howell 7b3ec3e
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell b9b7487
Updating docs to reflect changes made upstream
emily-howell 666c466
Merge branch 'task/3_24_2026-json-schema-for-filters-documentation-ed…
emily-howell 770fd69
Taking advantage of updated maxItems changes
emily-howell a32309c
Small error. Whoops
emily-howell 768edd7
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/3_19…
emily-howell 139974b
Removing s from schema
emily-howell 60ecfc7
Adding HDF5 example back
emily-howell b7dfbff
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell a06a3a4
Adding anote to explain ignore schemas
emily-howell d9d3593
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/3_19…
emily-howell a9b6d87
Merge branch 'task/3_19_2026-json-schema-for-filters-extended-edition…
emily-howell d9a32f0
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/3_24…
emily-howell a5a8b28
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/3_24…
emily-howell 59cda35
Merge branch 'task/3_24_2026-json-schema-for-filters-documentation-ed…
emily-howell 74be493
Added requested changes
emily-howell 9350efc
Realizing I accidentally added the changes that I needed to get the d…
emily-howell 9dab8ac
Merge branch 'task/3_24_2026-json-schema-for-filters-documentation-ed…
emily-howell e7f8144
rewiring to be passed as "color_table/solid"
emily-howell 12d2bca
Fixing small error in formatting
emily-howell d9aeea8
Merge branch 'task/3_24_2026-json-schema-for-filters-documentation-ed…
emily-howell 719c318
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/4_2_…
emily-howell 5091dab
Cleaning up more color property instances
emily-howell 4f4358b
Cleaning up MR
emily-howell 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
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.
should this be
pseudocolor?