Skip to content

Releases: empty-sekai/allium-deck

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 18 Jul 10:38
5fd93b0

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

Choose a tag to compare

@github-actions github-actions released this 15 Jul 10:23
b799502

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

Choose a tag to compare

@nichinichisou0609 nichinichisou0609 released this 15 Jul 03:08
0769cc9

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

Choose a tag to compare

@allium-review-bot allium-review-bot released this 10 Jun 20:28

v0.0.3

Fixes

  • Expand dominated alternatives to restore Top-K runner-up candidates when top_k > 1 (#6, fixes #2)

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

Choose a tag to compare

@github-actions github-actions released this 10 Jun 17:21
7ab4ba8

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

Choose a tag to compare

@github-actions github-actions released this 06 Jun 09:31

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