figpack 0.2.29__tar.gz → 0.2.30__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.

Files changed (74) hide show
  1. {figpack-0.2.29/figpack.egg-info → figpack-0.2.30}/PKG-INFO +1 -1
  2. {figpack-0.2.29 → figpack-0.2.30}/figpack/__init__.py +1 -1
  3. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Iframe.py +1 -1
  4. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Markdown.py +1 -1
  5. {figpack-0.2.29 → figpack-0.2.30/figpack.egg-info}/PKG-INFO +1 -1
  6. {figpack-0.2.29 → figpack-0.2.30}/pyproject.toml +1 -1
  7. {figpack-0.2.29 → figpack-0.2.30}/LICENSE +0 -0
  8. {figpack-0.2.29 → figpack-0.2.30}/MANIFEST.in +0 -0
  9. {figpack-0.2.29 → figpack-0.2.30}/README.md +0 -0
  10. {figpack-0.2.29 → figpack-0.2.30}/figpack/cli.py +0 -0
  11. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/__init__.py +0 -0
  12. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_bundle_utils.py +0 -0
  13. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_file_handler.py +0 -0
  14. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_save_figure.py +0 -0
  15. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_server_manager.py +0 -0
  16. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_show_view.py +0 -0
  17. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_upload_bundle.py +0 -0
  18. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/_view_figure.py +0 -0
  19. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/config.py +0 -0
  20. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/extension_view.py +0 -0
  21. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/figpack_extension.py +0 -0
  22. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/figpack_view.py +0 -0
  23. {figpack-0.2.29 → figpack-0.2.30}/figpack/core/zarr.py +0 -0
  24. {figpack-0.2.29 → figpack-0.2.30}/figpack/extensions.py +0 -0
  25. {figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/assets/index-CSkROe6e.js +0 -0
  26. {figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/assets/index-V5m_wCvw.css +0 -0
  27. {figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/assets/neurosift-logo-CLsuwLMO.png +0 -0
  28. {figpack-0.2.29 → figpack-0.2.30}/figpack/figpack-figure-dist/index.html +0 -0
  29. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Box.py +0 -0
  30. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/DataFrame.py +0 -0
  31. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Gallery.py +0 -0
  32. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/GalleryItem.py +0 -0
  33. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Image.py +0 -0
  34. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/LayoutItem.py +0 -0
  35. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/MatplotlibFigure.py +0 -0
  36. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/MountainLayout.py +0 -0
  37. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/MountainLayoutItem.py +0 -0
  38. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/MultiChannelTimeseries.py +0 -0
  39. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/PlotlyExtension/PlotlyExtension.py +0 -0
  40. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/PlotlyExtension/__init__.py +0 -0
  41. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/PlotlyExtension/_plotly_extension.py +0 -0
  42. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/PlotlyExtension/plotly_view.js +0 -0
  43. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Spectrogram.py +0 -0
  44. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/Splitter.py +0 -0
  45. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/TabLayout.py +0 -0
  46. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/TabLayoutItem.py +0 -0
  47. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/TimeseriesGraph.py +0 -0
  48. {figpack-0.2.29 → figpack-0.2.30}/figpack/views/__init__.py +0 -0
  49. {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/SOURCES.txt +0 -0
  50. {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/dependency_links.txt +0 -0
  51. {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/entry_points.txt +0 -0
  52. {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/requires.txt +0 -0
  53. {figpack-0.2.29 → figpack-0.2.30}/figpack.egg-info/top_level.txt +0 -0
  54. {figpack-0.2.29 → figpack-0.2.30}/setup.cfg +0 -0
  55. {figpack-0.2.29 → figpack-0.2.30}/tests/test_box.py +0 -0
  56. {figpack-0.2.29 → figpack-0.2.30}/tests/test_cli.py +0 -0
  57. {figpack-0.2.29 → figpack-0.2.30}/tests/test_core.py +0 -0
  58. {figpack-0.2.29 → figpack-0.2.30}/tests/test_dataframe.py +0 -0
  59. {figpack-0.2.29 → figpack-0.2.30}/tests/test_extension_system.py +0 -0
  60. {figpack-0.2.29 → figpack-0.2.30}/tests/test_figpack_view.py +0 -0
  61. {figpack-0.2.29 → figpack-0.2.30}/tests/test_file_handler.py +0 -0
  62. {figpack-0.2.29 → figpack-0.2.30}/tests/test_gallery.py +0 -0
  63. {figpack-0.2.29 → figpack-0.2.30}/tests/test_image.py +0 -0
  64. {figpack-0.2.29 → figpack-0.2.30}/tests/test_markdown.py +0 -0
  65. {figpack-0.2.29 → figpack-0.2.30}/tests/test_matplotlib_figure.py +0 -0
  66. {figpack-0.2.29 → figpack-0.2.30}/tests/test_multichannel_timeseries.py +0 -0
  67. {figpack-0.2.29 → figpack-0.2.30}/tests/test_plotly_figure.py +0 -0
  68. {figpack-0.2.29 → figpack-0.2.30}/tests/test_server_manager.py +0 -0
  69. {figpack-0.2.29 → figpack-0.2.30}/tests/test_spectrogram.py +0 -0
  70. {figpack-0.2.29 → figpack-0.2.30}/tests/test_splitter.py +0 -0
  71. {figpack-0.2.29 → figpack-0.2.30}/tests/test_tablayout.py +0 -0
  72. {figpack-0.2.29 → figpack-0.2.30}/tests/test_timeseries_graph.py +0 -0
  73. {figpack-0.2.29 → figpack-0.2.30}/tests/test_upload_bundle.py +0 -0
  74. {figpack-0.2.29 → figpack-0.2.30}/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.29
3
+ Version: 0.2.30
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
@@ -2,7 +2,7 @@
2
2
  figpack - A Python package for creating shareable, interactive visualizations in the browser
3
3
  """
4
4
 
5
- __version__ = "0.2.29"
5
+ __version__ = "0.2.30"
6
6
 
7
7
  from .cli import view_figure
8
8
  from .core import FigpackView, FigpackExtension, ExtensionView
@@ -37,7 +37,7 @@ class Iframe(FigpackView):
37
37
  url_array = np.frombuffer(url_bytes, dtype=np.uint8)
38
38
 
39
39
  # Store the URL as a zarr array
40
- group.create_dataset("url_data", data=url_array, chunks=True)
40
+ group.create_dataset("url_data", data=url_array)
41
41
 
42
42
  # Store URL size in attrs
43
43
  group.attrs["data_size"] = len(url_bytes)
@@ -42,7 +42,7 @@ class Markdown(FigpackView):
42
42
  content_array = np.frombuffer(content_bytes, dtype=np.uint8)
43
43
 
44
44
  # Store the markdown content as a zarr array
45
- group.create_dataset("content_data", data=content_array, chunks=True)
45
+ group.create_dataset("content_data", data=content_array)
46
46
 
47
47
  # Store content size in attrs
48
48
  group.attrs["data_size"] = len(content_bytes)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: figpack
3
- Version: 0.2.29
3
+ Version: 0.2.30
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "figpack"
7
- version = "0.2.29"
7
+ version = "0.2.30"
8
8
  description = "A Python package for creating shareable, interactive visualizations in the browser"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
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