Activity

Releases

  • v4.1.1 – Incremental Release over v4.1.0 "Jhangri"

    Release - 6/27/2025

    View Release

    # ABOUT VERSION 4.1.1, `Jhangri` This version builds upon the v4.1.0 (Jhangri) release and includes important internal improvements, documentation enhancements, and binding support. [`Jhangri`](https://en.wikipedia.org/wiki/Imarti) is an Indian sweet in the shape of a flower. It is made of white-lentil (*Vigna mungo*) batter, deep-fried in ornamental shape to form the crunchy, golden body, which is then soaked in sugar syrup lightly flavoured with spices. This release has the following changes: # Installation Installing released version from PyPI using `pip` This version is now available for installation via `pip`. To install the latest release, run ``` pip install pymoose ``` ## Post installation You can check that moose is installed and initializes correctly by running: ``` $ python -c "import moose; ch = moose.HHChannel('ch'); moose.le()" ``` This should show ``` Elements under / /Msgs /clock /classes /postmaster /ch ``` ...

Commits

Contributors