Version 1.0.0
This version marks the release for publication.
It introduces multiple-input, keyword argument, and multiple output support for rules.
The project also switched to a new build system with uv and hatchling.
See below for detailed changes.
What's Changed
- Fix small typo in image-classification-vgg-resnet.ipynb by @p16i in #190
- remove nn.MultiheadAttention from Activation types.py by @rachtibat in #191
- Canonizers/ParamMod: Fix Gradients for Parameters by @chr5tphr in #185
- ValueError message in AlphaBeta rule by @jackmcrider in #199
- Example: Add ResNet18/VGG11 to feed_forward.py by @chr5tphr in #195
- Core: yield from in collect_leaves by @chr5tphr in #206
- Docs: Pin nbconvert < 7.14 by @chr5tphr in #207
- Example: Add option to ignore residual by @chr5tphr in #205
- Docstring: Fix issues highlighted by pydoclint by @chr5tphr in #216
- Core: Composite Generator, Image: vmin_ vmax_ init by @chr5tphr in #217
- Core: Remove member type from contextmanager by @chr5tphr in #218
- Build System: Switch to uv + hatchling by @chr5tphr in #215
- Logo: Update by @chr5tphr in #219
- Docs: Update the python version for readthedocs by @chr5tphr in #221
- Docs: Fix
Edit on Githuband intersphinx by @chr5tphr in #222 - ParamMod: State-Dict-based parameter modification by @chr5tphr in #223
- Repository: Add CITATION.cff for citation info by @chr5tphr in #224
- Repository: Remove the confusing LICENSE file by @chr5tphr in #225
- Add torchvision.ops.FrozenBatchNorm2d to types by @rachtibat in #202
- Fix setattr issue in canonizers.MergeBatchNorm (#208) by @karray in #209
- Added flag to toggle trained weights in tutorial. Also removed unused import. #164 by @chrissy0 in #186
- Tutorial: Fix issue in the notebook-json by @chr5tphr in #226
- Docs: Tutorial notebook cells missing ids by @chr5tphr in #228
- MergeBatchNorm: Set bias to batch-norm bias by @chr5tphr in #229
- CI: Do run docs by @chr5tphr in #227
- README: Document the updated build system by @chr5tphr in #232
- CI: Compute Heatmaps by @chr5tphr in #231
- Core: Multiple Inputs, Outputs, and Keyword Arguments by @chr5tphr in #196
- CI: Deploy: Do not update dependencies by @chr5tphr in #233
New Contributors
Full Changelog: 0.5.1...1.0.0