What's Changed
This change includes performance and usability fixes, as well as a new experimental feature —
🧪 experimental: autorun test functions with pytest
: When this experimental flag is enabled, cells containing only functions starting with test
will automatically be executed with pytest.
All changes
- Better placeholder for dataframe @ context by @koaning in #3941
- Disable RTC experimental flag by @akshayka in #3942
- fix: top level function serialization broke in wasm example by @dmadisetti in #3945
- fix: default to opt-in for introspection of tables by @Light2Dark in #3940
- experimental: reactive pytest by @dmadisetti in #3938
- chore(deps): update dependency anywidget to ~=0.9.14 by @renovate in #3947
- chore(deps): update crate-ci/typos action to v1.29.10 by @renovate in #3946
Full Changelog: 0.11.12...0.11.13