Skip to content

Commit 23a8446

Browse files
committed
add CHANGELOG.md for v0.3.0 release
1 parent 7b844c9 commit 23a8446

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)