kplot 1.1.25__tar.gz → 1.1.26__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.25
3
+ Version: 1.1.26
4
4
  Summary: a matplotlib wrapper for keyan :-)
5
5
  Author: Keyan Gootkin
6
6
  Author-email: Keyan Gootkin <keyangootkin@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "kplot"
3
- version = "1.1.25"
3
+ version = "1.1.26"
4
4
  description = "a matplotlib wrapper for keyan :-)"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -3,7 +3,8 @@
3
3
  # !==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==!==
4
4
  from kplot.axes import subplots
5
5
 
6
- from kbasic.typing import Number, Iterable, Optional
6
+ from collections.abc import Iterable
7
+ from kbasic.typing import Number, Optional
7
8
  from numpy import asarray, hstack, column_stack, newaxis, concatenate, hypot, diff,\
8
9
  nanmin, nanmax, ndarray, log10
9
10
  from matplotlib.figure import Figure
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes