Moritz Kern

Results 41 issues of Moritz Kern

This PR moves Vizipahnt from setup.py to pyproject.toml, aligning with PEP 518. Key changes include: - Introduction of `pyproject.toml` - removed `setup.py`, since it is no longer required See also:...

enhancement

This PR adds a GitHub Actions runner for caching data from the Gin Elephant data repository and enabling local data usage for validation tests with the `elephant.datasets` module. This reduces...

This PR adds autoformatting with ruff

## Description This PR addresses the issue arising from the deprecation of the `.A` attribute in `scipy.sparse` matrices starting with `scipy==1.14.0` . The `.A` attribute was used to convert sparse...

With release of neo v0.13.4. copy got removed for all neo objects. See: https://github.com/NeuralEnsemble/python-neo/pull/1554

This pull request introduces an enhancement to Fano factor using the the `elephant.trials` module to represent trials. This change is part of a greater effort to provide a more structured...

This pull request introduces an enhancement to Unitary Event Analysis (UE) using the the `elephant.trials` module to represent trials. This change is part of a greater effort to provide a...

This PR adresses #493. ## New feature: `include_t_stop` flag in `Synchrotool` class This pull request introduces a new feature to the Synchrotool class by adding the `include_t_stop flag`. This allows...

enhancement

This PR adds a new Jupyter Notebook tutorial for the elephant.trials module, demonstrating how to handle trial data in neuroscience experiments using Elephant. The notebook covers the usage of `TrialsFromBlock`...

Enhanced description for the `spike_interval` parameter to clarify the bahavior and effects on the resulting spike train aswell as the choice of the chosen default values. Added notes section to...

documentation