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

NeuralEnsemble / elephant
88%

Build:
DEFAULT BRANCH: master
Repo Added 13 Feb 2014 11:18AM UTC
Files 44
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/dataset_load
  • enh/docs_signal_processing
  • enh/pyproject.toml
  • enh/spike_extraction_documentation
  • enh/style_guide_type_hints
  • enh/trial_by_trial_methods
  • enh/trials_fano_factor
  • enh/tutorial_signal_processing
  • enh/update_doc
  • feature/badge-update
  • 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/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/update_codemeta_json
  • fix/valid_conv_kern_len
  • fix/van-rossum-nan
  • issue-templates
  • maintenance/bump_version_after_1.2.0
  • release_1.2.0
  • release_1.2.0_fix_rtd_relnotes
  • 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

21 May 2026 01:27PM UTC coverage: 88.424% (+0.1%) from 88.294%
26228932376

push

github

web-flow
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

* Temporarily switched off trigger for CI.yaml

* Try: Exporting the linker and Cpp paths to Openmp, also WHY APPLE WHY!

* Try: Added a debugg statement to get env value

* Added a return 0 no-op to fix a clang warning

* Replaced Clock alias with more generic std class system_clock that is supported accross all platforms

* Removed condition that exluded clang from ignore diagnostic command

* Added ignore warning diagnostic for clang

* Try: Added env flag to build only for native arch on macos, i.e. arm64; Also added debugg statement for Cpp envs

* Try: switch to cibuildwheel over python build module for macos to enable
cibuildwheel specific env vars

* Try: Added env var to target only newer macos versions cause apple's being appley

* Try: Added x86 runner for native builds; Dynamic addition of env vars for host arch; just apple shenanigans

* Simplified build_wheels file: removed redundant lines eg. upgrading pip (actions already does this), required py version already mentioned in setup.py, buildwheel step can be common

* Added a new CI job to verify compile was successfull

* Removed unused header based on PR review comment

* Revert "Temporarily switched off trigger for CI.yaml"

This reverts commit 86056c4a4.

* Use python -P instead of  to prevent imports from local source files and ensure the installed package is used; Also fixed a typo

* Revert Temporarily added trigger for build_wheels CI on pull_request sync

6821 of 7714 relevant lines covered (88.42%)

3.52 hits per line

Relevant lines Covered
Build:
Build:
7714 RELEVANT LINES 6821 COVERED LINES
3.52 HITS PER LINE
Source Files on master
  • Tree
  • List 44
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
22670500254 master updating release notes on rtd to match github (#691) push 04 Mar 2026 01:08PM UTC web-flow github
88.42
22669120014 master [MAIN] Release 1.2.0 (#664) * update copyright year * update version in .zenodo.json * changed copyright from 2025 to 2026 for 1.2.0 release * Add new Zenodo identifiers for software versions * Update copyright year to 2026 in LICENSE.txt * ... push 04 Mar 2026 12:27PM UTC web-flow github
88.42
22580458143 master added skip decorator to asset binning test class for when sklearn unavailable (#690) push 02 Mar 2026 02:36PM UTC web-flow github
88.42
22301702928 master [Enh] Function to load example or test datasets (#687) * Functions to download datasets refactored and documentation/comments improved for clarity * Added load_data function with corresponding mapping dictionary to ASSET and UE datasets. * Upda... push 23 Feb 2026 10:19AM UTC web-flow github
88.28
22229015502 master [ENH] time_histogram handles single `neo.SpikeTrain` (#650) * remove copy statement * add regression test for issue #648 * fix time_histogram for single spike_train * update docstring * fix neo. spike trains to neo.spiketrain objects * fix b... push 20 Feb 2026 03:05PM UTC web-flow github
88.06
21953289981 master Clip small negative values in van_rossum_distance before np.sqrt (#680) * Clipped small negative values in van_rossum_distance to prevent Nan from np.sqrt; added test case for same * refined van rossum distance funtion warning and regression te... push 12 Feb 2026 03:44PM UTC web-flow github
88.06
21586815548 master [MAIN] add support for numpy > 2.0 (#656) * AttributeError: `np.infty` was removed in the NumPy 2.0 release. Use `np.inf` instea * np. trapz to np.trapezoid * np.NaN depr in favor of np.nan * np.Inf depr in favor of np.inf * np.NaN depr in fa... push 02 Feb 2026 10:44AM UTC web-flow github
88.05
See All Builds (2249)
  • 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