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

openvax / topiary / 24309473407
84%
master: 90%

Build:
Build:
LAST BUILD BRANCH: v5.16.2
DEFAULT BRANCH: master
Ran 12 Apr 2026 03:05PM UTC
Jobs 3
Files 25
Run time 1min
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

12 Apr 2026 02:58PM UTC coverage: 87.495% (+0.1%) from 87.363%
24309473407

push

github

iskandr
Add TopiaryResult wrapper and concat() for provenance tracking

Part of #109. TopiaryResult bundles a DataFrame with its Metadata so
that provenance (source files, model versions, form) travels with the
data and survives serialization round-trips.

New:
- topiary/result.py: TopiaryResult class + concat() function
- Delegates common DataFrame operations (__len__, __iter__, __getitem__,
  __contains__, columns, shape, empty, head, tail, iterrows, itertuples)
- Convenience properties: models, form, sources
- Methods: to_wide(), to_long(), to_tsv(), to_csv()
- concat(results) merges DataFrames + unions metadata, warns on model
  version conflicts, raises on mixed forms

Metadata:
- New sources: list[str] field; multiple #source= lines in comment block
- Parsed and written automatically

IO changes:
- read_tsv / read_csv now return TopiaryResult (breaking change)
- Accept optional tag= to label source; defaults to filename
- Add a 'source' column to the DataFrame on load (unless already present)
- to_tsv / to_csv accept either TopiaryResult or bare DataFrame

Bump to 4.12.0 (breaking API change).

Deferred to follow-up PRs (see #109):
- filter_by / sort_by methods (need top() DSL filter first)
- Predictor returns TopiaryResult by default

113 of 125 new or added lines in 3 files covered. (90.4%)

2421 of 2767 relevant lines covered (87.5%)

2.62 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
92.0
topiary/result.py
4
96.36
-2.58% topiary/io.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.10 - 24309473407.1 12 Apr 2026 03:06PM UTC 25
87.5
GitHub Action Run
2 python-3.12 - 24309473407.2 12 Apr 2026 03:06PM UTC 25
87.5
GitHub Action Run
3 python-3.11 - 24309473407.3 12 Apr 2026 03:05PM UTC 25
87.5
GitHub Action Run
Source Files on build 24309473407
  • Tree
  • List 25
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24309473407
  • 20353d5e on github
  • Prev Build on master (#24296551009)
  • Next Build on topiary-result (#24313094903)
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