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

bukosabino / ta
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: fix/psar-iloc-setitem
DEFAULT BRANCH: master
Repo Added 12 Nov 2019 05:35PM UTC
Files 8
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 fix/psar-iloc-setitem
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • added-pivot-points
  • develop
  • feat/359-rank-percentile-indicators
  • feature/Twiggs-Money-Flow
  • feature/clean-code
  • feature/doc3
  • feature/doc5
  • feature/fix-roc
  • feature/fstring
  • feature/macd
  • feature/proof-of-coverage
  • feature/tests
  • feature/warning
  • fix-aroon-most-recent-extreme
  • fix/psar-iloc-indexing
  • fix/psar-iloc-setitem
  • master
  • patch-1

31 Jul 2026 06:50AM UTC coverage: 97.764%. First build
1317

Pull #368

circleci

saket3395
fix: use .iloc for PSAR series assignment to avoid deprecated positional setitem

Fixes #354, #357, #339, #348. In PSARIndicator._run, one assignment
(self._psar[i] = high2) used bare positional __setitem__ while the
surrounding code already used .iloc[i] consistently. This triggers
pandas' FutureWarning for Series.__setitem__ positional indexing and
is inconsistent with the rest of the method, as reported independently
across four issues.

Changed to self._psar.iloc[i] = high2 to match the rest of the method.
Pull Request #368: Fix PSAR series assignment to use .iloc consistently

109 of 114 branches covered (95.61%)

Branch coverage included in aggregate %.

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

1334 of 1362 relevant lines covered (97.94%)

0.98 hits per line

Relevant lines Covered
Build:
Build:
1362 RELEVANT LINES 1334 COVERED LINES
0.98 HITS PER LINE
Source Files on master
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1317 fix/psar-iloc-setitem fix: use .iloc for PSAR series assignment to avoid deprecated positional setitem Fixes #354, #357, #339, #348. In PSARIndicator._run, one assignment (self._psar[i] = high2) used bare positional __setitem__ while the surrounding code already used ... Pull #368 31 Jul 2026 06:52AM UTC saket3395 circleci
97.76
1316 fix-aroon-most-recent-extreme Fix Aroon Up/Down to count from the most recent high/low AroonIndicator used np.argmax / np.argmin, which return the first (oldest) occurrence of the extreme in the rolling window. Aroon's "periods since the N-period high/low" must be measured fr... Pull #367 11 Jul 2026 01:15AM UTC nyxst4ck circleci
97.9
1312 master Add category-based walkthrough links for all indicators in README.md Pull #363 20 Apr 2026 09:06AM UTC chandraveshchaudhari circleci
97.76
1308 master Reviewers suggested changes to the README and the notebooks. Also added a new utility file for category notebooks. Pull #363 20 Apr 2026 09:02AM UTC chandraveshchaudhari circleci
97.76
1306 feat/359-rank-percentile-indicators Add Rank and Percentile indicators (#359) New RankIndicator (IVR-style) and PercentileIndicator (IVP-style) in ta.others for implied volatility analysis. - Rank: (current - min) / (max - min) * 100 over rolling window - Percentile: fraction of h... Pull #364 10 Apr 2026 11:12PM UTC atharvajoshi01 circleci
96.09
1304 master Remove visualization feature mention from README.md Pull #363 02 Apr 2026 12:00PM UTC chandraveshchaudhari circleci
97.76
1290 fix/psar-iloc-indexing fix: use iloc for consistent positional indexing in PSARIndicator Fix inconsistent Series indexing in PSARIndicator._run() where self._psar[i] was used instead of self._psar.iloc[i] at line 1030. In pandas, Series.__setitem__ with integer keys t... Pull #361 28 Feb 2026 05:20AM UTC Jo2234 circleci
97.76
1289 patch-1 fix: Typo in Donchian mband in README.md Pull #360 03 Feb 2026 02:20AM UTC web-flow circleci
97.76
1284 patch-1 Update index.rst Fixed the Motivation (English) Link. Pull #356 16 Jul 2025 10:47PM UTC web-flow circleci
97.76
1282 feature/Twiggs-Money-Flow New indicator: Twiggs Money Flow Pull #355 23 Jun 2025 01:02PM UTC ValueRaider circleci
97.74
See All Builds (342)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc