-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc6615a
commit efa67b6
Showing
1 changed file
with
30 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,44 @@ | ||
# Changelog | ||
|
||
## [0.2.0] - 2024-01-28 | ||
|
||
### Added | ||
|
||
- todo write about new features | ||
|
||
### Changed | ||
|
||
- todo write about changes | ||
|
||
### Deprecated | ||
|
||
- todo write about deprecations | ||
|
||
### Removed | ||
|
||
- todo write about removals | ||
|
||
### Fixed | ||
|
||
- todo write about fixes | ||
|
||
### Security | ||
|
||
- Updated dependencies to mitigate known vulnerabilities. | ||
## [0.2.0] - 2024-02-02 | ||
|
||
🔗 langchain lcel compatibility (runnable decorator) | ||
🔍 primitive type parsers | ||
🔄 dynamic chat routers | ||
📄 full jinja2 templating | ||
🚦 enums, literal output types | ||
🦙 llamacpp + ollama support | ||
📡 openai json mode streaming | ||
🔁 auto retry for pydantic validations | ||
👁️ better vision support | ||
✍️ create custom parsing types | ||
🏗️ codebase restructuring | ||
⬆️ updated deps | ||
|
||
## [0.1.10] - 2023-12-12 | ||
|
||
- universal model loader | ||
- improved configuration | ||
- SettingOverrides | ||
- auto gguf model download | ||
- optional dependencies | ||
- improve examples | ||
- other small improvements | ||
🔄 universal model loader | ||
🛠 improved configuration | ||
⚙️ SettingOverrides | ||
📥 auto gguf model download | ||
🔗 optional dependencies | ||
🌟 improve examples | ||
🔧 other small improvements | ||
|
||
## [0.1.0] - [0.1.9] - 2023-12-01 | ||
|
||
- pydantic v2 | ||
- llamacpp support | ||
- auto retry parsing | ||
- jinja templates | ||
- multiple tiny improvements | ||
- codebase refactor | ||
- bug fixes | ||
🆕 pydantic v2 | ||
🦙 llamacpp support | ||
🔁 auto retry parsing | ||
📄 jinja templates | ||
✨ multiple tiny improvements | ||
🏗️ codebase refactor | ||
🐛 bug fixes | ||
|
||
## [0.0.1] - [0.1.7] - 2023-10-08 | ||
|
||
- Undocumented Experimental Releases | ||
🧪 Undocumented Experimental Releases | ||
|
||
## [0.0.1] - 2023-08-31 | ||
|
||
- Initial Release | ||
🎉 Initial Release |