refactor: rename simmit module to _core and cleanup legacy naming #54
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
simmitto_corefollowing Python conventions for internal extension modulesboostpython_smartplus_wrappers.cpptopython_module.cppimport simcoon as sim)from simcoon import simmitChanges
Core module rename
simcoon-python-builder/src/python_wrappers/python_module.cpp: Renamed fromboostpython_smartplus_wrappers.cpp, updatedPYBIND11_MODULE(_core, m)simcoon-python-builder/CMakeLists.txt: Updated target name fromsimmitto_corepython-setup/simcoon/__init__.py: Import from_core, addsimmitalias for backward compatibilityLegacy cleanup
python-setup/simcoon/solver.py: Renamed fromsolver.py.pysimcoon-python-builder/test/test_core/: Renamed fromsimmit_test/simcoon-python-builder/cmake/README.txt: Removed outdated boost.python referencesconda.recipe/meta.yaml: Removed boost dependencyinstall_conda.md: Removed boost install step, updated file referencesInstall.sh,Install.bat: Updated file references, removed boostDocumentation & examples updates (55 files)
from simcoon import simmit as simtoimport simcoon as sim.. autofunction::references fromsimcoon.simmit.Xtosimcoon.Xdoc_hyperelastic.hppTesting
import simcoonworksfrom simcoon import simmitworks (backward compatibility)from simcoon import _coreworksRelated Issue
Closes #53