Releases: empty-sekai/allium-deck
Releases · empty-sekai/allium-deck
Release list
v0.0.6
Changelog
v0.0.6 - 2026-07-18
Bug fixes
- Harden optimized pool and SIMD paths
Fixes
- Accelerate multi-event top-k search
- Add prepared AVX-512 card pool builder
- Compact cold card pool assembly
- Accelerate generic cold pool construction
Assets
| Asset | Description |
|---|---|
recommend_cli-v0.0.6-* |
Prebuilt CLI binaries (Linux x86_64 / musl / aarch64, Windows x86_64, macOS Intel / Apple Silicon) |
allium-deck-wasm-v0.0.6.tgz |
Installable npm package @empty-sekai/allium-deck-wasm |
allium-deck-wasm-v0.0.6-6.0.0.36-cn.zip |
Browser WASM bundle with embedded CN masterdata snapshot |
v0.0.5
Changelog
v0.0.5 - 2026-07-15
Bug fixes
- Use supported git-cliff arguments
Features
- Extend deck engine APIs and exact scoring
Assets
| Asset | Description |
|---|---|
recommend_cli-v0.0.5-* |
Prebuilt CLI binaries (Linux x86_64 / musl / aarch64, Windows x86_64, macOS Intel / Apple Silicon) |
allium-deck-wasm-v0.0.5.tgz |
Installable npm package @empty-sekai/allium-deck-wasm |
allium-deck-wasm-v0.0.5-6.0.0.36-cn.zip |
Browser WASM bundle with embedded CN masterdata snapshot |
v0.0.4
Changelog
v0.0.4 - 2026-07-14
Bug fixes
- Expand dominated alternatives to restore Top-K candidates
- Align event deck omakase defaults
- Validate compatibility search parameters
- Avoid cookie-only crates token check
Features
- Add bonus target compatibility primitives
Fixes
- Optimize challenge recommendation search
Assets
| Asset | Description |
|---|---|
recommend_cli-v0.0.4-* |
Prebuilt CLI binaries (Linux x86_64 / musl / aarch64, Windows x86_64, macOS Intel / Apple Silicon) |
allium-deck-wasm-v0.0.4.tgz |
Installable npm package @empty-sekai/allium-deck-wasm |
allium-deck-wasm-v0.0.4-6.0.0.36-cn.zip |
Browser WASM bundle with embedded CN masterdata snapshot |
v0.0.3
v0.0.3
Fixes
Assets
| Asset | Description |
|---|---|
recommend_cli-v0.0.3-* |
Prebuilt CLI binaries (linux x86_64 / musl / aarch64, windows x86_64) |
allium-deck-wasm-v0.0.3-6.0.0.36-cn.zip |
Browser WASM engine with embedded CN masterdata snapshot |
v0.0.2
v0.0.2 - 2026-06-10
Features
- Add browser wasm deck engine
- Expand deck params and evaluation rules
Documentation
- Clarify CLI usage and installation methods
Assets
| Asset | Description |
|---|---|
recommend_cli-v0.0.2-* |
Prebuilt CLI binaries (linux x86_64 / musl / aarch64, windows x86_64) |
allium-deck-wasm-v0.0.2-cn.zip |
Browser WASM engine with embedded CN masterdata snapshot |
v0.0.1
Changelog
v0.0.1 - 2026-06-05
Bug fixes
- Fix unsound Top-K tie-break pruning in dominance filtering
- WL support deck goes through dominance pruning; remove correctness-breaking pool cap
Features
- Add minimize mode for weakest-deck search
- Select music_meta row by difficulty (default expert)
Tests
- Add brute-force proof harness (1206 real-world fixtures + 84 mock cases) for search correctness verification
- Add dataset validation and coverage reporting
Documentation
- Add soundness section with verified pruning mechanism guarantees
- Add issue link for Top-K dominance known limitation
Ci
- Add release workflow