Fundamental algorithms from the field of fire science and fire safety engineering, for computations with Python.
Documentation is available here:
Examples are available in Jupyter notebooks in the FireSciPy repo on GitHub.
This project is licensed under the Mozilla Public License Version 2.0. https://www.mozilla.org/en-US/MPL/2.0/
See LICENSE for more information.
https://github.com/FireDynamics/FireSciPy
Contributions to this package are welcome!
Please feel free to use the discussions forum or the issue tracker to get in contact with us. From there, we can talk about your ideas and see how to implement them.
Note: From version 0.1.0 onward, the main branch should contain only stable versions and no development on the main branch is permitted. Create new branches for development work, regardless if it is for fixing bugs or adding new features.
Practical summary for contributions directly to the repo:
- Fork it (https://github.com/FireDynamics/FireSciPy/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request