FAQ#
Yes! Any help in improving the documentation is greatly appreciated. If you find a typo, please open a pull request with the fix.
If you think a significant feature is missing from the code, please check the open issues to see if it is already being discussed. If it is not, please open an issue describing the feature and any suggestions on implementation.
If you think you have found a bug in the code, please check the open issues to see if it is already being discussed. If it is not, please open an issue describing the bug. If you have a fix for the bug, please open a pull request with the fix.
Rather than attempting to support a full curated model zoo, we recommend that you create a new repository and open an issue to add a link to it in the External Examples section of the documentation. If you’re new to creating packages, you can use this template repository.
GWPopulation
, how can I do that?If you would like to add a new backend to GWPopulation
, please please check the open issues
to see if it is already being discussed. If it is not, please open an issue
to begin discussion. Features to consider are:
Does the new backend support all of the functionality needed for
GWPopulation
?If not, how much work would be required to add/support this functionality?
One crucial capability is double precision support, for example, at the time of writing (June 2024) MLx
does not support
double precision and so is not compatible with GWPopulation
.