## 0.0.10
+ Added `muna.beta.openai.chat.completions.create` method for creating chat completions with our OpenAI-compatible client.
+ Added `muna.beta.openai.chat.completions.stream` method for streaming chat completions with our OpenAI-compatible client.
+ Added support for remote and adaptive `acceleration` in `muna.preditions.create` method.
+ Removed `muna.beta.predictions.remote.create` method. Use `muna.predictions.create` method instead.
+ Removed `muna.beta.predictions.remote.stream` method. Use `muna.predictions.stream` method instead.
+ Removed `muna.beta.RemoteAcceleration` type. Use `muna.Acceleration` type instead.
## 0.0.9
+ Added support for making predictions with lists of tensors.
+ Added support for making predictions with lists of images.
+ Upgraded to Function C 0.0.43.
## 0.0.8
+ Added `Parameter.batch` field to inspect inference batching configuration for parameters.
## 0.0.7
+ Updated build script to export `DEP_FUNCTION_LIB_PATH` for path to the Function C library.
## 0.0.6
+ Updated build script to export `DEP_FUNCTION_LIB_DIR` for path to the Function C library.
## 0.0.5
+ Added `muna.beta.openai.embeddings.create` method for using text embedding models via an OpenAI-compatible client.
## 0.0.4
+ Fixed 403 error when making predictions that have not been cached on the local disk.
## 0.0.3
+ Added `Serialize` derive to `RemotePrediction` and `RemotePredictionEvent`.
## 0.0.2
+ Updated `muna.predictions.create` method to allow concurrent multi-threaded usage.
## 0.0.1
+ First pre-release.