This is great news! Too few ML practitioners know what a gamechanger nbdev can be. Years ago at AMD I used nbdev (version 1?) to implement an early prototype of FSR4 realtime super resolution. It was self-explanatory (e.g. with diagrams showing examples of jittering and temporal super resolution)…
Christian Laforte
nbdev v3 is released!
The big change is that nbdev now uses pyproject.toml, not settings.ini, for all config. (nbdev v1 predates pyproject's support for project metadata, so we used our own settings file.)
v3's `nbdev_migrate_config` automates migration
nbdev.fast.ai/getting_star...