hwcomponents-adc 1.0.0.post9__tar.gz → 1.0.0.10__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.
Files changed (26) hide show
  1. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/.github/workflows/publish.yaml +3 -0
  2. {hwcomponents_adc-1.0.0.post9/hwcomponents_adc.egg-info → hwcomponents_adc-1.0.0.10}/PKG-INFO +1 -1
  3. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/_version.py +3 -3
  4. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10/hwcomponents_adc.egg-info}/PKG-INFO +1 -1
  5. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/setup_scm_version.py +2 -2
  6. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/.gitignore +0 -0
  7. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/.gitmodules +0 -0
  8. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/README.md +0 -0
  9. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/__init__.py +0 -0
  10. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/adc_data/adc_list.csv +0 -0
  11. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/adc_data/citation.bib +0 -0
  12. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/adc_data/model.yaml +0 -0
  13. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/energy_correlation.csv +0 -0
  14. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/headers.py +0 -0
  15. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/main.py +0 -0
  16. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/model.py +0 -0
  17. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/murmannsurvey.py +0 -0
  18. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/optimizer.py +0 -0
  19. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc/update_model.py +0 -0
  20. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc.egg-info/SOURCES.txt +0 -0
  21. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc.egg-info/dependency_links.txt +0 -0
  22. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc.egg-info/requires.txt +0 -0
  23. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/hwcomponents_adc.egg-info/top_level.txt +0 -0
  24. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/license.txt +0 -0
  25. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/pyproject.toml +0 -0
  26. {hwcomponents_adc-1.0.0.post9 → hwcomponents_adc-1.0.0.10}/setup.cfg +0 -0
@@ -22,6 +22,9 @@ jobs:
22
22
  with:
23
23
  fetch-depth: 0 # Fetch all history and tags for setuptools-scm
24
24
  submodules: recursive # Check out all submodules
25
+ - name: Initialize and update submodules
26
+ run: |
27
+ git submodule update --init --recursive
25
28
  - name: Set up Python
26
29
  uses: actions/setup-python@v4
27
30
  with:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hwcomponents-adc
3
- Version: 1.0.0.post9
3
+ Version: 1.0.0.10
4
4
  Summary: A package for estimating the energy and area of Analog-Digital Converters
5
5
  Author-email: Tanner Andrulis <Andrulis@mit.edu>
6
6
  License-Expression: MIT
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '1.0.0.post9'
32
- __version_tuple__ = version_tuple = (1, 0, 0, 'post9')
31
+ __version__ = version = '1.0.0.10'
32
+ __version_tuple__ = version_tuple = (1, 0, 0, 10)
33
33
 
34
- __commit_id__ = commit_id = 'gb918f2b94'
34
+ __commit_id__ = commit_id = 'g1218877ea'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hwcomponents-adc
3
- Version: 1.0.0.post9
3
+ Version: 1.0.0.10
4
4
  Summary: A package for estimating the energy and area of Analog-Digital Converters
5
5
  Author-email: Tanner Andrulis <Andrulis@mit.edu>
6
6
  License-Expression: MIT
@@ -7,10 +7,10 @@ def post_version(version):
7
7
  if version.exact:
8
8
  return version.format_with("{tag}").lstrip('v')
9
9
 
10
- base = str(version.tag).lstrip('v') if version.tag else (guess_next_version(version) or "1.0.0")
10
+ base = str(version.tag).lstrip('v') if version.tag else (guess_next_version(version) or "1.0")
11
11
  distance = version.distance or 0
12
12
 
13
- return f"{base}.post{distance}" if distance > 0 else base
13
+ return f"{base}.{distance}" if distance > 0 else base
14
14
 
15
15
 
16
16
  def no_local(version):