Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3c31415
fix: validate stable model contracts
stefan-jansen Jul 31, 2026
dfabe25
fix: preserve identity across model workflows
stefan-jansen Jul 31, 2026
96ba17a
feat: add safe model artifact persistence
stefan-jansen Jul 31, 2026
d8c9ed7
feat: persist neural model checkpoints
stefan-jansen Jul 31, 2026
25b272c
fix: make neural refits atomic
stefan-jansen Jul 31, 2026
515efe2
fix: correct financial model objectives
stefan-jansen Jul 31, 2026
ae77fdd
fix: enforce portfolio training contracts
stefan-jansen Jul 31, 2026
0d895b8
fix: reject inestimable factor histories
stefan-jansen Jul 31, 2026
c6687e5
fix: isolate core workflows and artifact writes
stefan-jansen Jul 31, 2026
d47f5fe
fix: tighten distribution dependency contracts
stefan-jansen Jul 31, 2026
eac008a
fix: freeze the stable public surface
stefan-jansen Jul 31, 2026
e52dfb4
test: require complete development dependencies
stefan-jansen Jul 31, 2026
2128338
test: qualify immutable release candidates
stefan-jansen Jul 31, 2026
ef82ae9
ci: qualify and promote one release candidate
stefan-jansen Jul 31, 2026
225379d
test: cover latent factor runtime contracts
stefan-jansen Jul 31, 2026
959ee08
test: cover public data validation contracts
stefan-jansen Jul 31, 2026
3429947
test: cover backtest integration contracts
stefan-jansen Jul 31, 2026
c37caef
test: cover long-frame integration contracts
stefan-jansen Jul 31, 2026
74d2f15
test: cover artifact frame contracts
stefan-jansen Jul 31, 2026
a688451
test: harden artifact validation coverage
stefan-jansen Jul 31, 2026
6671c20
test: cover portfolio training failures
stefan-jansen Jul 31, 2026
5950aab
test: enforce SDF runtime contracts
stefan-jansen Jul 31, 2026
c899225
test: cover configuration rejection contracts
stefan-jansen Jul 31, 2026
0d31567
test: cover neural runtime branches
stefan-jansen Jul 31, 2026
59e0a8e
ci: enforce release coverage thresholds
stefan-jansen Jul 31, 2026
eaf27cf
fix: honor configured computation precision
stefan-jansen Jul 31, 2026
f14faa7
feat: record redacted fit execution context
stefan-jansen Jul 31, 2026
215b714
feat: persist fit run records
stefan-jansen Jul 31, 2026
b83042a
fix: report actionable public validation errors
stefan-jansen Jul 31, 2026
99f26b8
ci: harden release packaging and documentation
stefan-jansen Jul 31, 2026
c11e439
ci: qualify hardware and performance
stefan-jansen Jul 31, 2026
1f28593
chore: prepare stable 0.1.0 candidate
stefan-jansen Jul 31, 2026
b8a97f2
ci: cover portfolio performance profiles
stefan-jansen Jul 31, 2026
8230ebd
test: distinguish cross-device recovery tolerance
stefan-jansen Jul 31, 2026
dc1cd98
perf: normalize uncapped portfolios in linear time
stefan-jansen Jul 31, 2026
f7cc469
fix: make seeded CUDA training deterministic
stefan-jansen Jul 31, 2026
783c57e
ci: qualify isolated scaling axes
stefan-jansen Jul 31, 2026
77303d3
test: ignore subsecond timing noise
stefan-jansen Jul 31, 2026
30cb8ed
ci: fix cross-platform candidate qualification
stefan-jansen Aug 1, 2026
f29b2e0
fix: persist artifacts portably on Windows
stefan-jansen Aug 1, 2026
513a0a3
ci: compare wheel contents across platforms
stefan-jansen Aug 1, 2026
b1fded8
build: normalize packaged text across platforms
stefan-jansen Aug 1, 2026
d0115f1
fix: require Python 3.14 compatible NumPy
stefan-jansen Aug 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
4 changes: 4 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
self-hosted-runner:
labels:
- cuda
- rtx-3090
Loading
Loading