mistocr 0.1.2__tar.gz → 0.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.
- {mistocr-0.1.2/mistocr.egg-info → mistocr-0.1.3}/PKG-INFO +1 -1
- mistocr-0.1.3/mistocr/__init__.py +1 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr/refine.py +1 -1
- {mistocr-0.1.2 → mistocr-0.1.3/mistocr.egg-info}/PKG-INFO +1 -1
- {mistocr-0.1.2 → mistocr-0.1.3}/settings.ini +1 -1
- mistocr-0.1.2/mistocr/__init__.py +0 -1
- {mistocr-0.1.2 → mistocr-0.1.3}/LICENSE +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/MANIFEST.in +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/README.md +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr/_modidx.py +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr/core.py +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr.egg-info/SOURCES.txt +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr.egg-info/dependency_links.txt +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr.egg-info/entry_points.txt +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr.egg-info/not-zip-safe +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr.egg-info/requires.txt +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/mistocr.egg-info/top_level.txt +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/pyproject.toml +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/setup.cfg +0 -0
- {mistocr-0.1.2 → mistocr-0.1.3}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.3"
|
|
@@ -89,7 +89,7 @@ def mk_fixes_lut(
|
|
|
89
89
|
api_key: str=os.getenv('ANTHROPIC_API_KEY') # API key
|
|
90
90
|
) -> dict[str, str]: # Dictionary of old → new heading
|
|
91
91
|
"Make a lookup table of fixes"
|
|
92
|
-
fixes = fix_hdg_hierarchy(hdgs, model, api_key)
|
|
92
|
+
fixes = fix_hdg_hierarchy(hdgs, model=model, api_key=api_key)
|
|
93
93
|
return {hdgs[int(k)]:v for k,v in fixes.items()}
|
|
94
94
|
|
|
95
95
|
# %% ../nbs/01_refine.ipynb 22
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.2"
|
|
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
|