|
| 1 | +## v2.0.0b25 (2026-04-10) |
| 2 | + |
| 3 | + |
| 4 | +- Merge pull request #206 from OpenMOSS/dev |
| 5 | +- Release: QK Tracing |
| 6 | +- feat(server): support qk tracing |
| 7 | +- refactor(circuits): move Dimensioned to indexed_tensor |
| 8 | +- feat(server): support host mode |
| 9 | +- feat(circuits): support nodes_to_offsets with unregistered nodes (returns -1) |
| 10 | +- refactor(attribution): replace generic D container with Dimensioned for improved type safety and clarity |
| 11 | +- refactor(attribution): unify QK tracing via generic D container and Hessian matrix |
| 12 | +- chore: enforce commitizen pre-commit rules |
| 13 | +- chore: ignore claude artifacts and drop BaseSAEConfig alias |
| 14 | +- refactor(circuits): serialize AttributionResult using torch.save |
| 15 | +- fix(server): preload models on workers & fix distributed function registration |
| 16 | +- fix(circuits): fix full_tensor and to device to transfer all fields properly |
| 17 | +- feat(server): support distributed circuit tracing |
| 18 | +- fix(backend): relax input constraint to allow non-tensor input in distributed settings |
| 19 | +- feat(circuits): support full_tensor and to device in AttributionResult |
| 20 | +- feat(examples): add script for QK tracing in attribute() with model loading and replacement modules |
| 21 | +- feat(circuits): integrate QK tracing into attribute() pipeline |
| 22 | +- chore(deps): bump pygments from 2.19.2 to 2.20.0 |
| 23 | +- Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. |
| 24 | +- [Release notes](https://github.com/pygments/pygments/releases) |
| 25 | +- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) |
| 26 | +- [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0) |
| 27 | +- --- |
| 28 | +updated-dependencies: |
| 29 | +- dependency-name: pygments |
| 30 | + dependency-version: 2.20.0 |
| 31 | + dependency-type: indirect |
| 32 | +... |
| 33 | +- Signed-off-by: dependabot[bot] <support@github.com> |
| 34 | +- chore(deps): bump requests from 2.32.5 to 2.33.0 |
| 35 | +- Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. |
| 36 | +- [Release notes](https://github.com/psf/requests/releases) |
| 37 | +- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) |
| 38 | +- [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) |
| 39 | +- --- |
| 40 | +updated-dependencies: |
| 41 | +- dependency-name: requests |
| 42 | + dependency-version: 2.33.0 |
| 43 | + dependency-type: indirect |
| 44 | +... |
| 45 | +- Signed-off-by: dependabot[bot] <support@github.com> |
| 46 | +- chore(deps): bump nltk from 3.9.3 to 3.9.4 |
| 47 | +- Bumps [nltk](https://github.com/nltk/nltk) from 3.9.3 to 3.9.4. |
| 48 | +- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) |
| 49 | +- [Commits](https://github.com/nltk/nltk/compare/3.9.3...3.9.4) |
| 50 | +- --- |
| 51 | +updated-dependencies: |
| 52 | +- dependency-name: nltk |
| 53 | + dependency-version: 3.9.4 |
| 54 | + dependency-type: indirect |
| 55 | +... |
| 56 | +- Signed-off-by: dependabot[bot] <support@github.com> |
| 57 | +- chore(deps): bump aiohttp from 3.13.3 to 3.13.4 |
| 58 | +- --- |
| 59 | +updated-dependencies: |
| 60 | +- dependency-name: aiohttp |
| 61 | + dependency-version: 3.13.4 |
| 62 | + dependency-type: indirect |
| 63 | +... |
| 64 | +- Signed-off-by: dependabot[bot] <support@github.com> |
| 65 | +- chore(deps): bump tornado from 6.5.4 to 6.5.5 |
| 66 | +- Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.4 to 6.5.5. |
| 67 | +- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) |
| 68 | +- [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.4...v6.5.5) |
| 69 | +- --- |
| 70 | +updated-dependencies: |
| 71 | +- dependency-name: tornado |
| 72 | + dependency-version: 6.5.5 |
| 73 | + dependency-type: indirect |
| 74 | +... |
| 75 | +- Signed-off-by: dependabot[bot] <support@github.com> |
| 76 | +- fix(circuits): detach ref tensor |
| 77 | +- chore: remove some timers in lorsa and sae |
| 78 | +- chore(dependencies): add numba to dev dependencies |
| 79 | +- fix(circuits): only encode once in apply_saes |
| 80 | +- perf(circuits): use multi_batch_index |
| 81 | +- perf(circuits): use batch index & move source values out of loop |
| 82 | +- feat: implement batch_index to replace the torch DTensor indexing |
| 83 | +- perf: improve tp attribution |
| 84 | +- Use local Dimension; merge NodeInfoRef before doing values |
| 85 | +- fix: abstopk |
| 86 | +- fix: use abstopk in feature activation function |
| 87 | + |
1 | 88 | ## v2.0.0b24 (2026-04-04) |
2 | 89 |
|
3 | 90 | ### Fix |
|
0 commit comments