kplot 1.1.2__tar.gz → 1.1.3__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.3
2
2
  Name: kplot
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
  Summary: a matplotlib wrapper for keyan :-)
5
5
  Requires-Dist: matplotlib>=3.10.8
6
6
  Requires-Dist: numpy>=2.4.2
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "kplot"
3
- version = "1.1.2"
3
+ version = "1.1.3"
4
4
  description = "a matplotlib wrapper for keyan :-)"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -4,4 +4,4 @@ from kplot.hist import hist
4
4
  from kplot.image import show
5
5
  from kplot.plot import plot, diffplot, powerlawplot
6
6
  from kplot.utils import alias_kwarg, column_width, two_column_width
7
- from kplot.movie import show_movie, line_movie
7
+ from kplot.movie import func_video, show_video, line_video, lines_video, show_video_function, line_video_function
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes