Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch: Clean up for update 0.3.0 #76

Merged
merged 4 commits into from
Apr 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions elastica/_elastica_numba.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class _elastica_numba:
"""The purpose is to throw deprecation error to people previously
using _elastica_numba module. Please remove this in the future.
"""

raise ImportError(
"The module _elastica_numba is moved to main implementation. Please import the modules without _elastica_numba."
)
24 changes: 0 additions & 24 deletions elastica/_elastica_numba/_calculus.py

This file was deleted.

14 changes: 0 additions & 14 deletions elastica/_elastica_numba/_external_forces.py

This file was deleted.

17 changes: 0 additions & 17 deletions elastica/_elastica_numba/_interaction.py

This file was deleted.

14 changes: 0 additions & 14 deletions elastica/_elastica_numba/_joint.py

This file was deleted.

20 changes: 0 additions & 20 deletions elastica/_elastica_numba/_linalg.py

This file was deleted.

Empty file.
7 changes: 0 additions & 7 deletions elastica/_elastica_numba/_rod/_cosserat_rod.py

This file was deleted.

16 changes: 0 additions & 16 deletions elastica/_elastica_numba/_rod/_data_structures.py

This file was deleted.

7 changes: 0 additions & 7 deletions elastica/_elastica_numba/_rotations.py

This file was deleted.

10 changes: 0 additions & 10 deletions elastica/_elastica_numba/_timestepper/__init__.py

This file was deleted.

14 changes: 0 additions & 14 deletions elastica/_elastica_numba/_timestepper/_explicit_steppers.py

This file was deleted.

14 changes: 0 additions & 14 deletions elastica/_elastica_numba/_timestepper/_symplectic_steppers.py

This file was deleted.