vidformer 1.0.0__tar.gz → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vidformer
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: vidformer-py is a Python 🐍 interface for [vidformer](https://github.com/ixlab/vidformer).
5
5
  Author-email: Dominik Winecki <dominikwinecki@gmail.com>
6
6
  Requires-Python: >=3.8
@@ -9,7 +9,7 @@ vidformer-py is a Python 🐍 interface for [vidformer](https://github.com/ixlab
9
9
  * [🧑‍💻 Source Code](https://github.com/ixlab/vidformer/tree/main/vidformer-py/)
10
10
  """
11
11
 
12
- __version__ = "1.0.0"
12
+ __version__ = "1.0.1"
13
13
 
14
14
 
15
15
  import base64
@@ -549,7 +549,7 @@ def imwrite(path, img, *args):
549
549
  server.export_spec(spec.id(), path, encoder=encoder)
550
550
 
551
551
 
552
- def vidplay(video, method=None):
552
+ def vidplay(video, method="html"):
553
553
  """
554
554
  Play a vidformer video specification.
555
555
  """
File without changes
File without changes
File without changes