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

Mivot writer #627

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
89d8dae
add a clean ns option for the pretty printing
lmichel Nov 24, 2024
5fddfcd
layout changed after a read/write cycle
lmichel Nov 24, 2024
89c6fe3
local copy of the MIVOT XML schema
lmichel Nov 24, 2024
cf7fc92
annotation builder: new class
lmichel Nov 24, 2024
db49366
instance builder: new class
lmichel Nov 24, 2024
4803139
test suite for the annotations builders
lmichel Nov 24, 2024
34aacff
API for writing MIVOT annotations
lmichel Nov 27, 2024
1b6197b
test suite for the MIVOT writer
lmichel Nov 27, 2024
f367116
Doc updated with the split into 2 documents, one for the reader and one
lmichel Nov 28, 2024
7a9cff4
Changelog updated
lmichel Nov 28, 2024
c8b8549
code style
lmichel Nov 28, 2024
3ad6f43
style corrections
lmichel Nov 30, 2024
79c01b8
add PR number in change log
lmichel Nov 30, 2024
9e20fd3
removed
lmichel Nov 30, 2024
55cc826
add PR number
lmichel Nov 30, 2024
a622b32
resolve conflicts
lmichel Nov 30, 2024
be59549
add writer to api index
lmichel Nov 30, 2024
c68dfaa
Merge branch 'main' into mivot-writer
lmichel Nov 30, 2024
f9917ed
fix CI
lmichel Dec 1, 2024
c7cfe7b
Merge branch 'mivot-writer' of github.com:lmichel/pyvo into mivot-writer
lmichel Dec 1, 2024
7e0c918
fix use of mapping exception
lmichel Dec 1, 2024
4b40de5
add package init
lmichel Dec 1, 2024
c0068aa
fix call to MivotInstance dict
lmichel Dec 1, 2024
e9e273e
typo
lmichel Dec 2, 2024
28ee3ed
test MivotViewer.to_dict() output
lmichel Dec 2, 2024
a86c8f2
Fix CI errors
lmichel Dec 1, 2024
d74d094
add missing doctring for clean_ns parameter of pretty_string()
lmichel Dec 2, 2024
150acba
merge after rebase
lmichel Dec 2, 2024
9462516
fix test output in rest file
lmichel Dec 2, 2024
9277c03
flake8
lmichel Dec 2, 2024
b2efc78
Fix CI errors
lmichel Dec 1, 2024
2dee869
Merge branch 'mivot-writer' of github.com:lmichel/pyvo into mivot-writer
lmichel Dec 3, 2024
d36398b
restructuring documentation : toc updated, exposed API
lmichel Dec 13, 2024
1b5f460
Fix code blocks in docstring that were tagged as sphinx reference (one
lmichel Dec 13, 2024
514b48b
remove narrative doc from source files
lmichel Dec 14, 2024
b79706c
replace abbreviation with explicit name (clean_ns)
lmichel Dec 14, 2024
4932477
add explicit definition of the exposed namespaces (__all__)
lmichel Dec 14, 2024
b8021e9
add license
lmichel Dec 14, 2024
0303a85
Make optional parameters mandatory keywords.
lmichel Dec 14, 2024
3d9dec5
import viewer explicitely because pyvo.mivot.viewer is no longer the
lmichel Dec 15, 2024
bff20a5
XML typography more homogeneous, parameter model_url of add_model made
lmichel Dec 15, 2024
bab58f2
fix CI errors
lmichel Dec 15, 2024
d470071
DOC: fix headings
bsipocz Dec 16, 2024
c39489b
mv #627 to 1.7 section
lmichel Jan 21, 2025
3e9c6a4
Merge branch 'main' into mivot-writer
lmichel Jan 21, 2025
f030f35
#627 review
lmichel Jan 23, 2025
d7c73e8
Merge branch 'mivot-writer' of [email protected]:lmichel/pyvo.git into m…
lmichel Jan 23, 2025
01b6a5c
Adrian's review
lmichel Feb 19, 2025
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
add writer to api index
lmichel committed Nov 30, 2024
commit be595498ba720049ce3f465eec599b53bde12914
1 change: 1 addition & 0 deletions docs/mivot/index.rst
Original file line number Diff line number Diff line change
@@ -74,3 +74,4 @@ Reference/API
.. automodapi:: pyvo.mivot.seekers
.. automodapi:: pyvo.mivot.features
.. automodapi:: pyvo.mivot.utils
.. automodapi:: pyvo.mivot.writer