We're pleased to announce the release of v0.0.4 for our Python package. This release includes several updates and improvements that enhance the usability and compatibility of our library with OpenAI functions. Here's what's new:
What's Changed
* **Type Hinting and Stubs**: We've added a `py.typed` file and updated `setup.py` to fix library stub errors, making our package fully compliant with PEP 561. This means type checkers like `mypy` can now use the type annotations provided with the package to perform static type checking.
* **License Badge Update**: The README file now includes an updated license badge that reflects the current licensing of our project.
* **OpenAI Function Wrappers**: To facilitate the use of our package with OpenAI functions, we've introduced OpenAI function wrappers. These are designed to provide a seamless integration experience. Accompanying the new feature, we've updated the documentation, added a comprehensive suite of tests, and included a linter bash script to ensure code quality.
* **Version Bump**: The package version has been upgraded from `0.0.3` to `0.0.4`, marking a new stage in our ongoing development process.
Upgrading
To upgrade to the latest version, run:
bash
pip install --upgrade kin-kernel
We recommend all users to upgrade to this latest version to take advantage of the improvements.
Acknowledgments
A big thank you to our contributors and users for your feedback, contributions, and support. Your input is invaluable and helps us make our package better with every release.
---
Thank you for using our package, and we hope you enjoy the new features and enhancements in v0.0.4!