Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
453f324
WIP:
genematx May 13, 2025
caeb40d
ENH: renaming data keys
genematx May 21, 2025
ced6303
ENH: added zebra spec to mimetype mapping
genematx May 21, 2025
708bb2d
Merge branch 'migration' into threaded-tw
genematx May 22, 2025
5b8c9cf
WIP: tests failing
genematx May 23, 2025
47f58b2
WIP: fix the failing tests
genematx May 23, 2025
1bb28e8
TST: test the case when datums are received after events
genematx May 23, 2025
61efd78
TST: normalize test examples according to the new schema
genematx May 23, 2025
ddcca15
TST: turn off schema validation, temporarily
genematx May 23, 2025
5e4f91b
ENH: reformat StreamResource documents to compy with the schema
genematx May 27, 2025
9c2b651
ENH: add json writer callback
genematx May 28, 2025
176877e
ENH: refactor JSON writing callbacks
genematx May 30, 2025
66bfa63
ENH: implement backup writer
genematx May 30, 2025
34444c5
MNT: lint
genematx May 30, 2025
971ca30
MNT: typing
genematx May 30, 2025
47dfaef
MNT: more typing
genematx May 30, 2025
a430332
TST: one more test for templating
genematx May 30, 2025
6541b14
REV: revert changes in TW to pass the tests
genematx Jun 4, 2025
0e03b1e
TST: try without tiled_writer tests
genematx Jun 4, 2025
15fe4f2
TST: try without Consolidators tests
genematx Jun 4, 2025
758ec1f
REV: revert tiled writer tests, remove TW from __init__
genematx Jun 4, 2025
8bf7df8
REV: revert comments on Consolidator tests
genematx Jun 4, 2025
0285eb9
DOC: Documentation for TiledWriter
genematx Jun 4, 2025
5c582d8
DOC: add a usage example of TW
genematx Jun 5, 2025
8edf7f2
DOC: fix markdown indents
genematx Jun 5, 2025
9b1d7ef
DOC: fix link
genematx Jun 5, 2025
c9494a3
MNT: mention related event-model PR
genematx Jun 5, 2025
26a4a9f
Update src/bluesky/consolidators.py
genematx Jun 5, 2025
f53e0d5
Update docs/tiled-writer.rst
genematx Jun 5, 2025
d436000
DOC: external data path for TiledWriter
genematx Jun 5, 2025
556474b
MNT: minor refactoring and docstrings
genematx Jun 5, 2025
1d10796
MNT: refactor dtype normalization
genematx Jun 5, 2025
938d88a
Merge branch 'refactor-tw' of github.com:genematx/bluesky into refact…
genematx Jun 5, 2025
63f9edf
ENH: parameterize the batch size
genematx Jun 9, 2025
74b82d3
ENH: add spec_to_mimetype kwarg to TiledWriter
genematx Jun 9, 2025
c444e51
STY: make RunNormalizer a public class
genematx Jun 10, 2025
d0fb266
DOC: rename RunNormalizer in the docs
genematx Jun 10, 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
REV: revert tiled writer tests, remove TW from __init__
  • Loading branch information
genematx committed Jun 4, 2025
commit 758ec1f429501db81b69254cc5fbe23a20e45e4a
2 changes: 0 additions & 2 deletions src/bluesky/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"LiveFitPlot",
"LiveRaster",
"LiveMesh",
# "TiledWriter",
]

from .core import (
Expand All @@ -28,4 +27,3 @@
)
from .fitting import LiveFit
from .mpl_plotting import LiveFitPlot, LiveGrid, LiveMesh, LivePlot, LiveRaster, LiveScatter
# from .tiled_writer import TiledWriter
Loading
Loading