New
v0.0.7 - 2026-02-19
What's Changed
- convert files in
bytecode/vmtoHeapGuardby @davidhewitt in https://github.com/pydantic/monty/pull/166 - remove static dispatch from
PrintWriterinVMby @davidhewitt in https://github.com/pydantic/monty/pull/142 - convert
signature.rsand more builtins to HeapGuard by @davidhewitt in https://github.com/pydantic/monty/pull/170 - Add
redundant_cloneclippy lint by @davidhewitt in https://github.com/pydantic/monty/pull/169 - Implement
mapbuiltin function by @friendlymatthew in https://github.com/pydantic/monty/pull/64 - fix async stack overflow by @samuelcolvin in https://github.com/pydantic/monty/pull/174
- more heap guard cleanups by @davidhewitt in https://github.com/pydantic/monty/pull/179
- better Pydantic AI example by @samuelcolvin in https://github.com/pydantic/monty/pull/173
- Implement dataclass methods by @samuelcolvin in https://github.com/pydantic/monty/pull/175
- Builtin resolution by @samuelcolvin in https://github.com/pydantic/monty/pull/182
- Asyncio run by @samuelcolvin in https://github.com/pydantic/monty/pull/185
- implement calling of user-defined functions by @davidhewitt in https://github.com/pydantic/monty/pull/180
- prep to 0.0.7 release by @samuelcolvin in https://github.com/pydantic/monty/pull/188
New Contributors
- @friendlymatthew made their first contribution in https://github.com/pydantic/monty/pull/64
Full Changelog: https://github.com/pydantic/monty/compare/v0.0.6...v0.0.7