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

Add ModelLibrary container class #156

Merged
merged 32 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5f4b476
WIP: work around finalize_result
braingram Apr 26, 2024
35c1925
move library to stpipe
braingram Jun 12, 2024
522f55b
make ModelLibrary not a subclass of Sequence or AbstractDataModel
braingram Jun 12, 2024
63df3bd
fix abstract datamodel test following meta requirement
braingram Jun 12, 2024
e83d88f
reorganize input parsing to use more common code
braingram Jun 13, 2024
94fc50d
chdir in asn tests
braingram Jun 13, 2024
c093036
add missing import
braingram Jun 13, 2024
1e302dd
adding init type tests
braingram Jun 13, 2024
09f1790
add test for temp_directory
braingram Jun 14, 2024
d8868fd
add test for tempfile cleanup
braingram Jun 14, 2024
98a58ee
add get_crds_parameters test
braingram Jun 14, 2024
f2c11f7
remove unused meta in test
braingram Jun 14, 2024
742b557
add map_function tests
braingram Jun 14, 2024
eb4941c
add save change map_function to iter_function
braingram Jun 14, 2024
7d19724
iter_function to map_function
braingram Jun 14, 2024
6abb5a4
remove copy
braingram Jun 14, 2024
07aa2e4
add a few more shelving tests
braingram Jun 14, 2024
68e4b99
docstrings
braingram Jun 14, 2024
2ab73e1
moar docstrings
braingram Jun 14, 2024
a765dad
add library and datamodel to docs
braingram Jun 17, 2024
419b235
remove duplicate filename check for list of models
braingram Jun 17, 2024
129178b
add NoGroupID
braingram Jun 17, 2024
0984ed4
add NoGroupID test
braingram Jun 17, 2024
9784f90
fix step result saving for ModelLibrary
braingram Jun 20, 2024
442c119
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 20, 2024
fa17c68
add changelog
braingram Jul 9, 2024
0a02524
clean up comments
braingram Jul 9, 2024
c96ae0c
update docstring
braingram Jul 10, 2024
5c1147b
fix some docstrings and comments based on review
braingram Jul 10, 2024
0adce47
make save private, library is no longer a datamodel
braingram Jul 10, 2024
3aa7d90
remove now-unsupported format from save_model
braingram Jul 12, 2024
89e8262
fix asn data mapping to model
braingram Jul 12, 2024
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
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
==================

- remove Windows tests and add info box indicating lack of Windows support to README [#163]
- add ``ModelLibrary`` container class [#156]

0.6.0 (2024-01-24)
==================
Expand Down
3 changes: 3 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ stpipe API
================

.. automodapi:: stpipe

.. automodapi:: stpipe.library
.. automodapi:: stpipe.datamodel
Loading
Loading