-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move PyChaste Bindings into Chaste Trunk #46
Comments
Discussion @ Sheffield HackathonCoverage TestingAdd tests to check if there are new classes in cell_based without wrappers Test against comprehensive list of supported use cases (100% coverage shouldn't be required initially for wrappers). ConfiguringPybind11 Preferences in order:
Pull latest pybind11 stable version to keep up to date with latest Python and C++ version support. cppwg Conda packagingAdd Chaste developers to anaconda pychaste channel Use GitHub actions for building conda packages Build for Linux/MacOS amd64 and arm64 (Linux arm64 on self-hosted) DockerMerge into Chaste docker Developer Documentation
|
Directory structure:
|
Notes from Nottingham Hackathon
|
Rather than listing |
Thanks @bdevans. I'll update the package list. |
Hi @kwabenantim, I made some progress on merging this in but I think it is blocked until the revised
Is that something you can look at or is it a job for @fcooper8472? See also: |
Hi @bdevans. I think @fcooper8472 has been working on this. Could it be fixed temporarily by something similar to the changes in Chaste#321? |
Thanks @kwabenantim, I had no luck with that so I'll wait to see what @fcooper8472 says. |
Summary
It might be a good idea to consider moving the Python bindings into the main Chaste trunk as the bindings are tightly coupled to upstream Chaste source.
Advantages:
Disadvantages:
The text was updated successfully, but these errors were encountered: