Renamed MonkeyPatch to Tanuki, support for [embeddings](https://github.com/monkeypatch/tanuki.py/blob/update_docs/docs/embeddings_support.md) and [function configurability](https://github.com/monkeypatch/tanuki.py/blob/update_docs/docs/function_configurability.md) is released!
Use embeddings to integrate Tanuki with downstream RAG implementations using OpenAI Ada-2 model.
Function configurability allows to configure Tanuki function executions to ignore certain implemented aspects (finetuning, data-storage communications) for improved latency and serverless integrations.
---
What's Changed
* Usecase/email regex by bmagz in https://github.com/Tanuki/tanuki.py/pull/65
* Added marketplace classifier example by MichaelSel in https://github.com/Tanuki/tanuki.py/pull/73
* Added support for pydantic objects as inputs to align statements by MartBakler in https://github.com/Tanuki/tanuki.py/pull/71
* Enchancement/informative openai messages by MartBakler in https://github.com/Tanuki/tanuki.py/pull/79
* fix: Fix author string in pyproject.toml by jonesmabea in https://github.com/Tanuki/tanuki.py/pull/83
* Feature/patch configurability by MartBakler in https://github.com/Tanuki/tanuki.py/pull/80
* Telemetry can be disabled by cosmastech in https://github.com/Tanuki/tanuki.py/pull/90
* usecase/web-scraping by bmagz in https://github.com/Tanuki/tanuki.py/pull/91
* Feature/embeddings by JackHopkins in https://github.com/Tanuki/tanuki.py/pull/88
* Fix/rename to tanuki by JackHopkins in https://github.com/Tanuki/tanuki.py/pull/94
* selenium webscraping example by bmagz in https://github.com/Tanuki/tanuki.py/pull/93
* Update community guidelines, code of conduct, contributing, security,… by JackHopkins in https://github.com/Tanuki/tanuki.py/pull/98
* Update docs for new release by MartBakler in https://github.com/Tanuki/tanuki.py/pull/97
* Update readme.md by MartBakler in https://github.com/Tanuki/tanuki.py/pull/99
* Remove old monkey-patch.py files by JackHopkins in https://github.com/Tanuki/tanuki.py/pull/100
New Contributors
* jonesmabea made their first contribution in https://github.com/Tanuki/tanuki.py/pull/83
* cosmastech made their first contribution in https://github.com/Tanuki/tanuki.py/pull/90
**Full Changelog**: https://github.com/Tanuki/tanuki.py/compare/v0.0.10...v0.1.0