Skip to content

Removed numba, updated types for new numpy, main function guard#29

Open
janmalec wants to merge 1 commit intoCatchemAL:mainfrom
janmalec:py3.14,nonumba
Open

Removed numba, updated types for new numpy, main function guard#29
janmalec wants to merge 1 commit intoCatchemAL:mainfrom
janmalec:py3.14,nonumba

Conversation

@janmalec
Copy link

@janmalec janmalec commented Dec 8, 2025

This program works fast enough and is simpler to maintain without Numba, so in my fork I removed it due to lack of Python 3.14 support. Replace Numba-specific types and JIT paths with pure NumPy code. Update array type hints to current NumPy typing. Add if name == "main" guard to allow clean module execution so users don't run in trouble if they just run doddle without arguments.

@janmalec janmalec changed the title Removed number, updated types for new numpy, main function guard Removed numba, updated types for new numpy, main function guard Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant