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

florisvb / PyNumDiff
90%

Build:
DEFAULT BRANCH: master
Repo Added 03 Oct 2025 08:06PM UTC
Files 14
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
  • CI-improvements
  • circular-variable-support
  • common-kerneldiff
  • docs/add-contributing-guidelines
  • fix/191-splinediff-nan
  • fix/issue-173-polydiff-variable-step-nan
  • improve-robust
  • improve-test-coverage
  • linting
  • more-multi
  • multidimensional
  • nix-jerk-sliding
  • outlier-robust
  • polydiff-multidim
  • rbfdiff-multidim
  • remove-unused-code
  • robust-mutlidim
  • robust-optimization
  • robustdiff-variable-step
  • robustify-tvr
  • rtsdiff
  • savgol-multi
  • spectraldiff
  • splinediff-multidim
  • tvrdiff

13 Mar 2026 11:26PM UTC coverage: 90.383% (-1.5%) from 91.915%
23074615745

push

github

pavelkomarov
fix: replace Iterable ABC with hasattr(__iter__) in ensure_iterable

collections.abc.Iterable was imported in kalman_smooth.py but used in
utility.py, causing a NameError. Replace with hasattr(v, '__iter__'),
which handles None and scalars correctly without any import.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

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

23 existing lines in 2 files now uncovered.

874 of 967 relevant lines covered (90.38%)

0.9 hits per line

Relevant lines Covered
Build:
Build:
967 RELEVANT LINES 874 COVERED LINES
0.9 HITS PER LINE
Source Files on master
  • Tree
  • List 14
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23074615745 master fix: replace Iterable ABC with hasattr(__iter__) in ensure_iterable collections.abc.Iterable was imported in kalman_smooth.py but used in utility.py, causing a NameError. Replace with hasattr(v, '__iter__'), which handles None and scalars correct... push 13 Mar 2026 11:29PM UTC pavelkomarov github
90.38
23029326843 master docs: uniformly note multidimensional support in x param docstrings All non-legacy methods with an `axis` parameter now say "May be multidimensional; see `axis`." in their x param description. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic... push 12 Mar 2026 11:50PM UTC pavelkomarov github
91.91
23029145765 master Merge pull request #188 from mariaprot/tvrdiff I added multidimensionality functions to the tvrdiff method by callin… push 12 Mar 2026 11:44PM UTC web-flow github
91.91
23027772165 master Merge pull request #197 from florisvb/rbfdiff-multidim Add axis parameter to rbfdiff (#76) push 12 Mar 2026 10:57PM UTC web-flow github
91.86
23025046895 master Merge pull request #187 from mariaprot/spectraldiff I made spectraldiff capable of handling multidimensional data. The 4 … push 12 Mar 2026 09:38PM UTC web-flow github
91.6
23019511929 master Merge pull request #194 from florisvb/polydiff-multidim Add axis parameter to polydiff (#76) push 12 Mar 2026 07:17PM UTC web-flow github
91.55
23018309552 master Merge pull request #195 from florisvb/robust-mutlidim Add axis parameter to robustdiff (#76) push 12 Mar 2026 06:47PM UTC web-flow github
91.51
22981998834 master Merge pull request #193 from florisvb/fix/191-splinediff-nan Extend splinediff to handle missing data (NaN), add missing-data tests push 12 Mar 2026 01:09AM UTC web-flow github
91.48
22981626592 master Merge pull request #189 from mariaprot/rtsdiff This continues us toward resolving #76 push 12 Mar 2026 12:54AM UTC web-flow github
91.47
22929669210 master Merge pull request #192 from Ashton-Graves/robustdiff-variable-step Robustdiff variable step push 10 Mar 2026 11:57PM UTC web-flow github
91.29
See All Builds (152)
  • 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