You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build and test system updated to 2025 best practices: tox, pyproject.toml
Updated dependencies to Numpy >= 2.0 and Scipy >= 1.13
Executable scripts rbfopt_test_interface.py and rbfopt_cl_interface.py are now installed automatically by setuptools using 2025 best practices; as a consequence, the scripts are executable files that lose the .py suffix, so they are called simply by invoking rbfopt_test_interface and rbfopt_cl_interface, respectively.