Skip to content
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

Rcal 596 Updates for association processing #241

Merged
merged 25 commits into from
Jul 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7b78fb2
RCAL-596 Inital changes for reading associations
ddavis-stsci Jul 11, 2023
68628c8
rcal-596 Updates for association processing
ddavis-stsci Jul 18, 2023
abc7976
rcal-596 Updates for association processing
ddavis-stsci Jul 18, 2023
094ccca
RCAL-596 Added tests for filetype
ddavis-stsci Jul 18, 2023
45815ab
rcal-596 Incorporate/rebase _utils updates.
ddavis-stsci Jul 19, 2023
63c400f
change log msg
ddavis-stsci Jul 20, 2023
acd8d4d
RCAL-596 Fix my rebase of _utils
ddavis-stsci Jul 20, 2023
5ccc842
RCAL-596 Fix my rebase of _utils
ddavis-stsci Jul 20, 2023
937b0ac
RCAL-596 Fix my rebase of _utils
ddavis-stsci Jul 20, 2023
05df2a3
RCAL-596 Fix my rebase of _utils
ddavis-stsci Jul 20, 2023
a1b141b
RCAL-596 Reorder asn test in _utils
ddavis-stsci Jul 20, 2023
5f53e4c
Merge branch 'main' into rcal-596_dsd
zacharyburnett Jul 20, 2023
a1115e7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 20, 2023
e283ad1
RCAL-596 code cleanup for review
ddavis-stsci Jul 20, 2023
eecddc2
Update utils
ddavis-stsci Jul 21, 2023
d2c912d
Update utils
ddavis-stsci Jul 21, 2023
c38833d
Merge branch 'spacetelescope:main' into rcal-596_dsd
ddavis-stsci Jul 21, 2023
786960e
RCAL-596 pseudo review updates
ddavis-stsci Jul 24, 2023
0d048a6
RCAL-596 import Path from pathlib
ddavis-stsci Jul 24, 2023
f3df2ff
rcal-596 review updates
ddavis-stsci Jul 25, 2023
3974ac6
rcal-596 updates for test_stnode
ddavis-stsci Jul 25, 2023
6538574
rcal-596 Updates
ddavis-stsci Jul 26, 2023
c4da77b
rcal-596 Update Changes
ddavis-stsci Jul 26, 2023
f332ce8
Merge branch 'main' into rcal-596_dsd
ddavis-stsci Jul 26, 2023
cb927e9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into rcal-596_dsd
  • Loading branch information
ddavis-stsci authored Jul 26, 2023
commit f332ce80bcddc7ea982002ce4edb478ac484b39b
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
0.17.0 (unreleased)
===================

- Add checks for for association processing [#241]

- Make a shallow copy when opening an existing datamodel, rather than
a full copy. [#232]

- Remove the ``random_utils`` module and make ``maker_utils`` entirely deterministic. [#217]

- Add tests to ensure consistency between file-level schemas in RAD and the corresponding
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.