If you are interested in contributing to LUMIN, - Search for your issue here: https://github.com/GilesStrong/lumin/issues - Pick an issue and comment on the task that you want to work on this feature. - If you need more context on a particular issue, please ask and discuss.
Once you finish implementing a feature or bug-fix, please send a Pull Request to https://github.com/GilesStrong/lumin
To develop LUMIN on your machine, here are some tips:
- Uninstall all existing LUMIN installs:
conda uninstall lumin
pip uninstall lumin
- Clone a copy of LUMIN from source:
git clone https://github.com/GilesStrong/lumin
cd lumin
- Perform the modifications in source code and rebuild, test the changes locally.
python setup.py install
(after the changes)
Create a Pull Request referencing the issue.