Rename package pyAMICA to pamica - #176
Merged
Merged
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
==========================================
- Coverage 82.62% 82.31% -0.31%
==========================================
Files 23 23
Lines 2607 2607
Branches 441 441
==========================================
- Hits 2154 2146 -8
- Misses 326 335 +9
+ Partials 127 126 -1
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the Python distribution + import package
pyAMICA->pamica(PyPIpyamicais taken;pamicaunblocks the release). Final phase of epic #165.Closes #169. Completes epic #165.
What changed
git mv pyAMICA pamica(package dir incl. native/, sample_data/, Fortran sources);test_pyAMICA.py->test_pamica.py.pyAMICA->pamicaacross 121 tracked files: imports (from pamica import AMICA, AMICATorchNG, AMICA_NumPy, AMICANative),pyproject.toml(name/packages/package-data/coverage source), package-dir path refs inci.yml,release-binaries.yml,native/build.sh,native/validate_shim.sh,codecov.yml,_typos.toml,validate_implementations.py, and docs.Preserved (NOT renamed)
The GitHub repo
sccn/pyAMICA, allgithub.com/sccn/pyAMICAURLs, and the docs domaineeglab.org/pyAMICA-- including the_REPOdefault innative/resolver.py(binaries release from this repo). Done via a protect-tokens -> replace -> restore transform; verified nosccn/pamicaoreeglab.org/pamicamangling.Verified
import pamicaand the full public surface import.uv build->pamica-0.1.2-py3-none-any.whlcontainingpamica.*(incl.pamica.native).mkdocs build --strictclean;native/build.shbuilds with the moved source path.PAMICA_*/pamica(no change needed).Note: the GitHub repo name is unchanged; only the Python package identity moves to
pamica.