seqeyes-python 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/PKG-INFO +1 -1
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/pyproject.toml +1 -1
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/src/seqeyes/__init__.py +1 -1
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/.gitignore +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/README.md +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/examples/demo.ipynb +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/examples/demo.py +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/src/seqeyes/_plot.py +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/src/seqeyes/_renderer.py +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/src/seqeyes/resources/pulseq-bundle.js +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/src/seqeyes/resources/viewer.html +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/tests/conftest.py +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/tests/debug_full.html +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/tests/debug_minimal.html +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/tests/debug_viewer.html +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/tests/debug_viewer.py +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/tests/integration_test.py +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/tests/test_plot.py +0 -0
- {seqeyes_python-0.2.0 → seqeyes_python-0.2.1}/tests/test_renderer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: seqeyes-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Interactive Pulseq MRI sequence viewer for Jupyter — lightweight, beautiful, replaces seq.plot() in pypulseq.
|
|
5
5
|
Project-URL: Homepage, https://github.com/bughht/seqeyes_plugin
|
|
6
6
|
Project-URL: Repository, https://github.com/bughht/seqeyes_plugin
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "seqeyes-python"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "Interactive Pulseq MRI sequence viewer for Jupyter — lightweight, beautiful, replaces seq.plot() in pypulseq."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|