figpack 0.2.37__tar.gz → 0.2.38__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.
Potentially problematic release.
This version of figpack might be problematic. Click here for more details.
- {figpack-0.2.37/figpack.egg-info → figpack-0.2.38}/PKG-INFO +2 -2
- {figpack-0.2.37 → figpack-0.2.38}/README.md +1 -1
- {figpack-0.2.37 → figpack-0.2.38}/figpack/__init__.py +1 -1
- figpack-0.2.37/figpack/figpack-figure-dist/assets/index-Bt8OPETP.js → figpack-0.2.38/figpack/figpack-figure-dist/assets/index-DsU-DhF6.js +37 -37
- {figpack-0.2.37 → figpack-0.2.38}/figpack/figpack-figure-dist/index.html +1 -1
- {figpack-0.2.37 → figpack-0.2.38/figpack.egg-info}/PKG-INFO +2 -2
- {figpack-0.2.37 → figpack-0.2.38}/figpack.egg-info/SOURCES.txt +1 -1
- {figpack-0.2.37 → figpack-0.2.38}/pyproject.toml +1 -1
- {figpack-0.2.37 → figpack-0.2.38}/LICENSE +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/MANIFEST.in +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/cli.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/__init__.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/_bundle_utils.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/_file_handler.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/_save_figure.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/_server_manager.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/_show_view.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/_upload_bundle.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/_view_figure.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/config.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/extension_view.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/figpack_extension.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/figpack_view.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/core/zarr.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/extensions.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/figpack-figure-dist/assets/index-V5m_wCvw.css +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/figpack-figure-dist/assets/neurosift-logo-CLsuwLMO.png +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/Box.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/CaptionedView.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/DataFrame.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/Gallery.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/GalleryItem.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/Iframe.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/Image.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/LayoutItem.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/Markdown.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/MatplotlibFigure.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/MountainLayout.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/MountainLayoutItem.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/MultiChannelTimeseries.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/PlotlyExtension/PlotlyExtension.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/PlotlyExtension/__init__.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/PlotlyExtension/_plotly_extension.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/PlotlyExtension/plotly_view.js +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/Spectrogram.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/Splitter.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/TabLayout.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/TabLayoutItem.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/TimeseriesGraph.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack/views/__init__.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack.egg-info/dependency_links.txt +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack.egg-info/entry_points.txt +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack.egg-info/requires.txt +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/figpack.egg-info/top_level.txt +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/setup.cfg +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_box.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_cli.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_core.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_dataframe.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_extension_system.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_figpack_view.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_file_handler.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_gallery.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_image.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_markdown.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_matplotlib_figure.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_multichannel_timeseries.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_plotly_figure.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_server_manager.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_spectrogram.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_splitter.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_tablayout.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_timeseries_graph.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_upload_bundle.py +0 -0
- {figpack-0.2.37 → figpack-0.2.38}/tests/test_view_figure.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: figpack
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.38
|
|
4
4
|
Summary: A Python package for creating shareable, interactive visualizations in the browser
|
|
5
5
|
Author-email: Jeremy Magland <jmagland@flatironinstitute.org>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -133,7 +133,7 @@ If you use figpack in your research, please cite it:
|
|
|
133
133
|
|
|
134
134
|
Or in APA format:
|
|
135
135
|
|
|
136
|
-
> Magland, J. (2025). figpack (Version 0.2.
|
|
136
|
+
> Magland, J. (2025). figpack (Version 0.2.38) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.17419621
|
|
137
137
|
|
|
138
138
|
## Contributing
|
|
139
139
|
|
|
@@ -57,7 +57,7 @@ If you use figpack in your research, please cite it:
|
|
|
57
57
|
|
|
58
58
|
Or in APA format:
|
|
59
59
|
|
|
60
|
-
> Magland, J. (2025). figpack (Version 0.2.
|
|
60
|
+
> Magland, J. (2025). figpack (Version 0.2.38) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.17419621
|
|
61
61
|
|
|
62
62
|
## Contributing
|
|
63
63
|
|