Skip to content

nightmarenet: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:09
6c382bb

0.4.0 (2026-08-06)

Features

  • add formal compute cost analysis (FLOPs per phase) #124 (#172) (abd0b9d)
  • add memory-optimized BERT-base SST-2 scaling config (#562) (c891c46)
  • add retryLazy utility for resilient panel chunk loading (#461) (#475) (3115a30)
  • added aria-labels and keyboard navigation accessibility to sidebar (#602) (99ce773)
  • dashboard: add DateRangePicker and date range filter to ExperimentList (#525) (#596) (193ade9)
  • distortions: add Unicode-aware text distortions for CJK, Arabic, Cyrillic, Devanagari (#563) (0d0cbe1)
  • frontend: add Content-Security-Policy and security headers (#641) (9c4a120)
  • implement ECE metric and Temperature Scaling confidence calibration (#215) (#470) (14e1c12)
  • integrate distributed training into trainer (#592) (d2a4018)
  • research: add distortion quality vs model size correlation study (#601) (cc7f4ed)
  • research: add ε-calibrated DP noise to Dream phase (#707) (1d9be22)
  • run pre-commit hooks in CI on every PR (#425) (6516c14)

Bug Fixes

  • a11y: audit dashboard components for light-mode theme compatibility (#633) (#642) (ed85872)
  • add clone() to mock response in rate-limit test (09be6ba)
  • ci: harden release automation (#458) (2431fef)
  • ci: restrict bundle size check to PRs, remove invalid input (bc6d104)
  • ci: use Node 22 for frontend steps (jsdom requires >=22) (7108894)
  • eval: propagate seed parameter in causal LM distortion evaluation (#643) (0e800d4)
  • harden badge extraction and restore package import ergonomics (#590) (412d8b1)
  • import app module not app object for reload in tests (75cd212)
  • improve FLOP analysis and benchmark validation (#612) (cd3e106)
  • mock all retry attempts in rate-limit test to prevent timeout (4f2cba2)
  • move rank_failures() before return in robustness_score() (#534) (0bc7a92), closes #481
  • pin typescript@^5 and eslint@^9, block major bumps via dependabot (b68508b)
  • prevent duplicate pipeline creation and add seed to RunDetail re-run (#586) (a403163)
  • resolve mypy errors in adaption.py and hpo.py (93593c2)
  • resolve mypy unused-ignore, Next.js 16 params, missing imports (53b7b13)
  • resolve TypeScript errors in test files (c031bac)
  • restore precise return types in certification and generator modules (#446) (#469) (f1b21ed)
  • strip trailing whitespace from test files (pre-commit hook fix) (f76a05b)
  • update .nvmrc to Node 22 (jest-dom@7 requires >=22) (0fec222)
  • use importlib.import_module for app module reload (2a0a398)
  • use importlib.import_module for upload test module access (2d64dbe)
  • wire bottleneck method into compression phase (#538) (3e96862)
  • wire retry handling into API requests (#557) (eacb32e)

Documentation

  • add architecture overview Mermaid diagram (#587) (c83ad12)
  • add common CLI commands cheat sheet (#477) (5a8465b)
  • add configuration files reference to README (#636) (b47e353)
  • add Discussions Q&A template and Community links (#460) (d104cb2)
  • add FAQ section to README (#640) (cb53e14)
  • add troubleshooting section to README (#578) (649c6ca)
  • regenerate openapi.json after dependency bump (8632d82)
  • research: clarify distortion quality metrics (#624) (7aab94b)