What's Changed
- Repl type checking by @samuelcolvin in #319
- Add JSON load/dump to benchmarks by @samuelcolvin in #320
- Implement strict mode for zip() function to enforce equal lengths of iterables by @davidhewitt in #324
- move datatests & benches to separate crates by @davidhewitt in #325
- replace
vm.cleanup()withDropimplementation by @davidhewitt in #326 - Improve type checking performance by @samuelcolvin in #321
- Add
CollectStringandCollectStreamsforprint_outputby @samuelcolvin in #322 - add Rust coverage for python tests by @samuelcolvin in #328
Full Changelog: v0.0.11...v0.0.12