pybounds 0.0.7__tar.gz → 0.0.8__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 pybounds might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: Bounding Observability for Uncertain Nonlinear Dynamics Systems (BOUNDS)
5
5
  Home-page: https://pypi.org/project/pybounds/
6
6
  Author: Ben Cellini, Burak Boyacioglu, Floris van Breugel
@@ -7,7 +7,7 @@ from .observability import FisherObservability
7
7
  from .observability import SlidingFisherObservability
8
8
  from .observability import ObservabilityMatrixImage
9
9
  from .observability import transform_states
10
- from .observability import SymbolicJacobian
11
10
 
12
- from .util import colorline
11
+ from .jacobian import SymbolicJacobian
13
12
 
13
+ from .util import colorline
@@ -9,7 +9,7 @@ import matplotlib.pyplot as plt
9
9
  from mpl_toolkits.axes_grid1.inset_locator import inset_axes
10
10
  import sympy as sp
11
11
  from .util import LatexStates
12
- from jacobian import SymbolicJacobian
12
+ from .jacobian import SymbolicJacobian
13
13
 
14
14
 
15
15
  class EmpiricalObservabilityMatrix:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: Bounding Observability for Uncertain Nonlinear Dynamics Systems (BOUNDS)
5
5
  Home-page: https://pypi.org/project/pybounds/
6
6
  Author: Ben Cellini, Burak Boyacioglu, Floris van Breugel
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="pybounds", # Replace with your own username
8
- version="0.0.7",
8
+ version="0.0.8",
9
9
  author="Ben Cellini, Burak Boyacioglu, Floris van Breugel",
10
10
  author_email="bcellini00@gmail.com",
11
11
  description="Bounding Observability for Uncertain Nonlinear Dynamics Systems (BOUNDS)",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes