Skip to content
/ blpd Public

Lagrangian (stochastic) particle dispersion with Python+Numba to model bees finding floral scents

License

Notifications You must be signed in to change notification settings

zmoon/blpd

Folders and files

NameName
Last commit message
Last commit date
Mar 30, 2021
Mar 1, 2025
Feb 3, 2025
Mar 31, 2021
Apr 1, 2024
Jun 15, 2021
Mar 3, 2025
Jul 3, 2020
Oct 30, 2022
Apr 1, 2021
Jun 15, 2021
Apr 4, 2024
Dec 9, 2022
Jul 3, 2020

Repository files navigation

blpd

Lagrangian (stochastic) particle dispersion with Python+Numba to model bees finding floral scents

CI workflow status pre-commit.ci status Run examples on Binder Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

pdoc API documentation: https://zmoon.github.io/blpd/blpd.html

Installing

Latest:

pip install https://github.com/zmoon/blpd/archive/master.zip

For development

  1. Clone the repo
    git clone https://github.com/zmoon/blpd
    
  2. Register the package as an editable install, by navigating into the the repo and executing
    pip install -e .
    

Notes

❗ An updated version of pip (>= 19.0) should be used for the install to ensure that the build backend specified in pyproject.toml will be read and used (installed if necessary). Otherwise, the blpd package version may not be correctly read into the package metadata.

References

About

Lagrangian (stochastic) particle dispersion with Python+Numba to model bees finding floral scents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages