• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

feihoo87 / QuLab
21%

Build:
DEFAULT BRANCH: master
Repo Added 16 Dec 2023 08:21AM UTC
Token CuyUc0krtN7qQlr79kjD4zvLE23hxzn3M regen
Build 216 Last
Files 99
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: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • master
  • v2.0.0
  • v2.0.1
  • v2.0.2
  • v2.0.3a
  • v2.0.4
  • v2.0.5
  • v2.0.6
  • v2.0.7
  • v2.0.8
  • v2.0.9
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.3
  • v2.1.4
  • v2.10.0
  • v2.10.1
  • v2.10.10
  • v2.10.10a
  • v2.10.11
  • v2.10.12
  • v2.10.2
  • v2.10.3
  • v2.10.4
  • v2.10.5
  • v2.10.6
  • v2.10.8
  • v2.10.9b
  • v2.11.0
  • v2.11.1
  • v2.11.10
  • v2.11.11
  • v2.11.12
  • v2.11.13
  • v2.11.14
  • v2.11.15
  • v2.11.16
  • v2.11.2
  • v2.11.3
  • v2.11.4
  • v2.11.5
  • v2.11.6
  • v2.11.7
  • v2.11.8
  • v2.11.9a
  • v2.12.0
  • v2.12.1
  • v2.12.2
  • v2.12.3
  • v2.2.0
  • v2.2.3
  • v2.2.4
  • v2.2.5
  • v2.2.6
  • v2.2.7
  • v2.2.8
  • v2.3.0
  • v2.3.1
  • v2.3.2
  • v2.3.3
  • v2.3.4
  • v2.3.5
  • v2.3.6
  • v2.4.0b
  • v2.4.1
  • v2.4.10
  • v2.4.11
  • v2.4.12
  • v2.4.13
  • v2.4.14
  • v2.4.15
  • v2.4.16
  • v2.4.17
  • v2.4.18
  • v2.4.19
  • v2.4.2
  • v2.4.20
  • v2.4.3
  • v2.4.4
  • v2.4.5
  • v2.4.6
  • v2.4.7
  • v2.4.8
  • v2.4.9
  • v2.5.0
  • v2.5.1
  • v2.5.2
  • v2.5.3
  • v2.5.4
  • v2.5.5
  • v2.6.0
  • v2.6.1
  • v2.6.2
  • v2.7.0
  • v2.7.1
  • v2.7.10
  • v2.7.11
  • v2.7.12
  • v2.7.13
  • v2.7.14
  • v2.7.15
  • v2.7.16
  • v2.7.17
  • v2.7.18
  • v2.7.19
  • v2.7.2
  • v2.7.3
  • v2.7.4
  • v2.7.5
  • v2.7.6
  • v2.7.7
  • v2.7.8
  • v2.7.9
  • v2.8.0
  • v2.9.0
  • v2.9.1
  • v2.9.10
  • v2.9.2
  • v2.9.3
  • v2.9.4
  • v2.9.5
  • v2.9.6
  • v2.9.7
  • v2.9.8b
  • v2.9.9

24 Feb 2026 06:13AM UTC coverage: 20.62% (+0.9%) from 19.715%
22339117265

push

github

feihoo87
Update documentation for Dataset set_array feature

Add comprehensive documentation for the new set_array functionality:

- usage.md:
  - Add '设置独立数组' section with usage examples
  - Add storage optimization table explaining pattern types
  - Update Dataset and Array class API reference

- design.md:
  - Update Array model schema with pattern and storage_type fields
  - Add Array storage modes documentation (append-based vs set_array)
  - Add design explanation for pattern-based storage

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

2453 of 11896 relevant lines covered (20.62%)

3.71 hits per line

Relevant lines Covered
Build:
Build:
11896 RELEVANT LINES 2453 COVERED LINES
3.71 HITS PER LINE
Source Files on master
  • Tree
  • List 99
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22339117265 master Update documentation for Dataset set_array feature Add comprehensive documentation for the new set_array functionality: - usage.md: - Add '设置独立数组' section with usage examples - Add storage optimization table explaining pattern types - Upda... push 24 Feb 2026 06:18AM UTC feihoo87 github
20.62
22306429745 master Fix Windows path handling in load_chunk() for cross-platform compatibility - Normalize backslashes to forward slashes before path prefix checks - Fixes 'chunks/' and 'packs/' detection on Windows where paths use '\\' Co-Authored-By: Claude Opus ... push 23 Feb 2026 12:38PM UTC feihoo87 github
19.71
22305750169 master Add SQLite WAL mode support for improved concurrent access Enable WAL (Write-Ahead Logging) mode for SQLite databases to provide: - Better concurrent read/write performance - Reduced database locking errors - Improved multi-thread/multi-process s... push 23 Feb 2026 12:18PM UTC feihoo87 github
19.71
22299083262 master Fix DeprecationWarning: replace datetime.utcnow() with timezone-aware datetime Replace deprecated datetime.utcnow() with datetime.now(timezone.utc) to fix: DeprecationWarning: datetime.datetime.utcnow() is deprecated Changes: - Add utcnow() help... push 23 Feb 2026 08:56AM UTC feihoo87 github
18.48
21910513005 v2.12.3 Update dependencies in pyproject.toml, increment version to 2.12.3 in version.py, and add xlsx.py for Excel file handling functions. push 11 Feb 2026 03:08PM UTC feihoo87 github
0.0
21910505562 master Update dependencies in pyproject.toml, increment version to 2.12.3 in version.py, and add xlsx.py for Excel file handling functions. push 11 Feb 2026 03:08PM UTC feihoo87 github
0.0
20291827847 v2.12.2 fix config file search logic on Windows push 17 Dec 2025 04:40AM UTC feihoo87 github
0.0
20291820688 master fix config file search logic on Windows push 17 Dec 2025 04:40AM UTC feihoo87 github
0.0
19222518377 master Update GitHub Actions workflow to include Python 3.14 and 3.14t, and upgrade setup-python action to version 6 for improved compatibility. push 10 Nov 2025 06:15AM UTC feihoo87 github
0.0
17550493458 v2.12.1 Update version to 2.12.1 in version.py push 08 Sep 2025 12:18PM UTC feihoo87 github
0.0
See All Builds (216)

Badge your Repo: QuLab

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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