pyibis-ami 7.2.6__tar.gz → 7.2.7__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 pyibis-ami might be problematic. Click here for more details.
- {pyibis_ami-7.2.6/src/pyibis_ami.egg-info → pyibis_ami-7.2.7}/PKG-INFO +1 -1
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/pyproject.toml +1 -1
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7/src/pyibis_ami.egg-info}/PKG-INFO +1 -1
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/LICENSE +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/MANIFEST.in +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/README.md +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/docs/source/ami.rst +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/docs/source/conf.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/docs/source/ibis.rst +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/docs/source/index.rst +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/docs/source/install.rst +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/docs/source/modules.rst +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/docs/source/tools.rst +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/all_taps.run +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/bandwidth.run +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/dummy.em +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/examples.md +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/freq_resp.em +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/impulse.em +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/impulse_response_8ma.txt +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/mode.run +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/stratix4_ami_tx_runs/all_taps.run +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/stratix4_ami_tx_runs/test_results.xml +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/examples/test_results/test_results.xsl +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/setup.cfg +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibis_ami.egg-info/SOURCES.txt +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibis_ami.egg-info/dependency_links.txt +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibis_ami.egg-info/entry_points.txt +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibis_ami.egg-info/requires.txt +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibis_ami.egg-info/top_level.txt +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/IBIS_AMI_Checker.ipynb +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/IBIS_AMI_Tester.ipynb +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/__init__.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/__main__.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ami/__init__.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ami/config.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ami/generic.ami.em +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ami/generic.ibs.em +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ami/model.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ami/parameter.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ami/parser.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ami/reserved_parameter_names.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/common.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ibis/__init__.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ibis/file.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ibis/model.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/ibis/parser.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/tools/__init__.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/tools/run_notebook.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/tools/run_tests.py +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/src/pyibisami/tools/test_results.xsl +0 -0
- {pyibis_ami-7.2.6 → pyibis_ami-7.2.7}/tests/test_run_tests.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyibis-ami
|
|
3
|
-
Version: 7.2.
|
|
3
|
+
Version: 7.2.7
|
|
4
4
|
Summary: Facilitates working directly with IBIS-AMI DLLs from the Python command prompt.
|
|
5
5
|
Author-email: David Banas <capn.freako@gmail.com>
|
|
6
6
|
Project-URL: Documentation, https://pyibis-ami.readthedocs.io/en/latest/
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyibis-ami"
|
|
7
7
|
description = "Facilitates working directly with IBIS-AMI DLLs from the Python command prompt."
|
|
8
|
-
version = "7.2.
|
|
8
|
+
version = "7.2.7"
|
|
9
9
|
authors = [ {name = "David Banas", email = "capn.freako@gmail.com"}
|
|
10
10
|
]
|
|
11
11
|
readme = "README.md"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyibis-ami
|
|
3
|
-
Version: 7.2.
|
|
3
|
+
Version: 7.2.7
|
|
4
4
|
Summary: Facilitates working directly with IBIS-AMI DLLs from the Python command prompt.
|
|
5
5
|
Author-email: David Banas <capn.freako@gmail.com>
|
|
6
6
|
Project-URL: Documentation, https://pyibis-ami.readthedocs.io/en/latest/
|
|
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
|
|
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
|
|
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
|
|
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
|