• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NeuralEnsemble / elephant
89%

Build:
DEFAULT BRANCH: master
Repo Added 13 Feb 2014 11:18AM UTC
Files 42
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.1.0
  • 0.2.0
  • 0.3.0
  • 0.3.x
  • 0.4.0
  • 0.4.1
  • 0.4.2
  • 0.4.3
  • bibtex-typo
  • circleci-project-setup
  • docs_fix
  • docs_fix2
  • doctest
  • enh/add-maintainer-contact
  • enh/add_python_3_13
  • enh/ci_dep_masters
  • enh/dataset_load
  • enh/docs_signal_processing
  • enh/pyproject.toml
  • enh/spike_extraction_documentation
  • enh/style_guide_type_hints
  • enh/surrogate-tests
  • enh/trial_by_trial_methods
  • enh/trials_fano_factor
  • enh/tutorial_signal_processing
  • enh/update_doc
  • feature/badge-update
  • feature/conditional-spectral-granger
  • feature/docstring_validation
  • feature/oogpfa
  • feature/partial
  • feature/spike-psd
  • feature/timescale2
  • fix/CI_deprecated_cache_action
  • fix/VisibleDeprecationWarning
  • fix/cache_action_dataset
  • fix/choose_gpu_backend
  • fix/ci-images
  • fix/ci_docs_python_version
  • fix/ci_micromamba
  • fix/cuda_too_many_resources
  • fix/deprecated_asset_verbose_parameter
  • fix/documentation_citations
  • fix/gh_actions_update
  • fix/index_error_synchrotool_493
  • fix/instantaneous_rate
  • fix/macos_12_deprecation
  • fix/parallel_stuck
  • fix/pin-docutils-for-rtd
  • fix/rtd-runner-fail
  • fix/scipy-validate-indices-fallback
  • fix/scipy_1.15.0
  • fix/scipy_1.16
  • fix/skip_assest_binning_test
  • fix/spade_compile_issue
  • fix/time_histogram_648
  • fix/toml_file_desc
  • fix/trial_shift_doc
  • fix/update_codemeta_json
  • fix/valid_conv_kern_len
  • fix/van-rossum-nan
  • issue-templates
  • maintenance/bump_version_after_1.2.0
  • maintenance/bump_version_after_1.2.1
  • release_1.2.0
  • release_1.2.0_fix_rtd_relnotes
  • release_1.2.1
  • revert-173-fix/travis_numpy
  • revert-417-feature/multitaper_psd_estimate
  • support_numpy_2
  • travis
  • v0.10.0
  • v0.4.0
  • v0.5.0
  • v0.6.0
  • v0.6.2
  • v0.6.3
  • v0.6.4
  • v0.7.0
  • v0.8.0
  • v0.9.0

16 Jun 2026 10:11AM UTC coverage: 88.605% (+0.1%) from 88.488%
27610293580

push

github

web-flow
[Enh] Activating numpydoc validation during Sphinx build (#694)

* Added patch to avoid error if properties have docstrings, when using numpydoc docstring validation

* Enabled numpydoc validation for basic docstring structure

* Fixes for GL02 and GL03, concerning extra line breaks within or at the end of the docstring

* Fixes for GL06, concerning wrong naming and typos in the main docstring sections

* Fixes for GL07, concerning the wrong order of the docstring sections

* Fixes for SS03, concerning missing period at the end of the summary (first) sentence.

* Fixes for SA02, concerning missing periods at the end of the entries in See Also section.

* Fixes for PR02, concerning missing parameters in the docstring (also catches missing space between parameter name and separator :).

* Fixes for PR05, concerning periods at the end of the parameter type

* Fixes for PR06, concerning wrong parameter types

* Fixes related to GL01, concerning missing line-break from the triple quote token

* Added GL05, concerning tabs instead of spaces in indentations

* Added SS02 and SS04, concerning summary starting with capital letter and no leading spaces

* Fixes for PR03, concerning matching the order of parameters in the docstring to the order in the function signature

* Fixes for PR08, concerning parameter description not starting with a capital letter.

* Comment on PR09, that cannot be used due to the information on defaults

* Added PR10, concerning missing space between the colon separator in the parameter type specification

* Fixes for SA03, concerning See Also descriptions not starting with capital letter.

* Added PR07, for checking undocumented parameters.

* Fixes for RT04, concerning that the description of returns start with a capital letter.

* Fixes for RT05, concerning that the description of returns ends with a period.

* Fixed warnings due to indentations in the window parameter description

* Fixed warnings due to indentations in the descrip... (continued)

3 of 3 new or added lines in 1 file covered. (100.0%)

7 existing lines in 2 files now uncovered.

6835 of 7714 relevant lines covered (88.61%)

2.22 hits per line

Relevant lines Covered
Build:
Build:
7714 RELEVANT LINES 6835 COVERED LINES
2.22 HITS PER LINE
Source Files on master
  • Tree
  • List 42
  • Changed 35
  • Source Changed 31
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27610293580 master [Enh] Activating numpydoc validation during Sphinx build (#694) * Added patch to avoid error if properties have docstrings, when using numpydoc docstring validation * Enabled numpydoc validation for basic docstring structure * Fixes for GL02 an... push 16 Jun 2026 10:12AM UTC web-flow github
88.61
27538192484 master bumped version number after release (#701) push 15 Jun 2026 09:53AM UTC web-flow github
88.49
27282770545 master Shorten pyproject.toml description to comply with PyPI Summary field limit (#700) * Toml file desc updated to meet pypi packaging requirement for desc field length * Small typo fix push 10 Jun 2026 02:19PM UTC web-flow github
88.59
27260970834 master [MAIN] Release 1.2.1 (#699) * Added new release version to metadata files * Added release notes to release notes doc * Updated relational doi in zenodo meta data file * Modified release notes based on feeback that change titles should match pr... push 10 Jun 2026 07:40AM UTC web-flow github
88.61
27121143331 master Added CI for latest upstream dependencies (#698) * Added ci file to test elephant periodically against latest dependencies * Added some more dependencies; Force elephant install without deps * Added log levels to manual workflow dispatch * Tem... push 08 Jun 2026 07:03AM UTC web-flow github
88.59
26872082850 master Bumbed up github action versions due to Nodejs 20 deprecation for older actions (#697) push 03 Jun 2026 08:09AM UTC web-flow github
88.59
26817443850 master [ENH] Move to pyproject.toml (#608) * added metadata to pyproject.toml * added dependencies * added build-system * fix formatting * build fim module using setup.py * remove description from CITATION.txt, leave reference to docs * fix format... push 02 Jun 2026 11:44AM UTC web-flow github
88.59
26228932376 master Fix Spade compile issue (#695) * Replacing erase_if with erase-remove to maintain c++17 * Restoring macos compilation for spade extension * Fixed openmp compile flag for MSVC * Temporarily added trigger for build_wheels CI on pull_request sync... push 21 May 2026 01:32PM UTC web-flow github
88.42
26033501364 master Updating GitHub cache action to v5 (#696) * Updated cache action to v5 push 18 May 2026 12:35PM UTC web-flow github
88.29
22707771115 master Bumped version number after 1.2.0 release (#692) push 05 Mar 2026 07:54AM UTC web-flow github
88.42
See All Builds (2299)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc