What's Changed
* Fixed an important bug with `select` that got introduced in the last couple days, and also optimized select to use greedy decoding as opposed to always exploring every branch.
* Ensure get_ipython is available even in callbacks by jmandel in https://github.com/microsoft/guidance/pull/74
New Contributors
* jmandel made their first contribution in https://github.com/microsoft/guidance/pull/74
**Full Changelog**: https://github.com/microsoft/guidance/compare/0.0.50...0.0.51