Moritz Kern
Moritz Kern
# Spack Package for Viziphant This PR contains a spack package for viziphant. This package is required to integrate viziphant as a component to EBRAINS Phase 3. With this, Viziphant...
This PR is a part of the integration of viziphant in ebrains phase 3. This step sets up a repository mirrored to gitlab.ebrains.eu. (https://gitlab.ebrains.eu/neural-ensemble/viziphant/) The added ebrains.yml will sync this...
This PR fixes the build of docs on github actions. todo: - [x] use mamba instead of conda
This pull request introduces an enhancement to GPFA using the the `elephant.trials` module to represent trials. This change is part of a greater effort to provide a more structured and...
This is housekeeping for release 1.1.0.
This PR closes #613. This PR changes the handling of `neo.AnalogSignals` in `elephant.spike_train_generation` module. 1. **Type Annotations:** Improved code readability with type annotations. 2. **Multichannel Support:** handling of analog signals...
A `citation.cff` file contains metadata about a software project. It can be used to generate citations for Elephant and link it to other sources of information, such as repositories, archives,...
**Describe the bug** The ebrains TC team have notified me about the following issue when testing Elephant on JUSUF and Galileo100. When trying to install elephant on JUSUF, two tests...
This pull request extends the functionality of the GPFA classes methods to accept continuous data. The changes are done to the methods `fit`, `transform` and `fit_transform`, which now accept continuous...
This PR moves Elephant from setup.py to pyproject.toml, aligning with PEP 518. Key changes include: - Introduction of `pyproject.toml` - `setup.py` is still needed to compile the C-code for the...