We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b844c9 commit 23a8446Copy full SHA for 23a8446
1 file changed
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+# Release notes
2
+
3
+<!-- do not remove -->
4
5
+## 0.3.0
6
7
+### New Features
8
+- Migrated to nbdev3 with `pyproject.toml` (PEP 621) replacing `settings.ini`
9
+- Renamed `analysis` module to `analyze` for verb-based naming consistency
10
+- Agnostic `Schedule` system: schedules return progress (0→1), callbacks multiply by target
11
+- Per-layer sparsity targets via dict for `SparsifyCallback` and `Pruner`
12
+- Sensitivity analysis module (`fasterai.analyze.sensitivity`)
13
14
+### Enhancements
15
+- Updated CI workflows to nbdev3 actions (`quarto-ghp3`, `nbdev3-ci`)
16
+- Expanded PyPI keywords and classifiers
17
+- Fixed repository URLs and metadata for FasterAI-Labs organization
18
0 commit comments