Skip to content

Commit 7273cbc

Browse files
authored
add release notes for v0.2.1 (#437)
1 parent d6943ee commit 7273cbc

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

docs/references/release-notes.md

+66
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,71 @@
11
# Release notes
22

3+
## Version 0.2.1
4+
5+
### Feature changes and enhancements
6+
7+
- Ragna is now available on
8+
[conda-forge](https://github.com/conda-forge/ragna-feedstock)! Check out the
9+
[installation instructions](../install.md).
10+
- A new
11+
[extensive tutorial on how to use custom components](../generated/tutorials/gallery_custom_components.md)
12+
with Ragna is now available!
13+
14+
### Breaking Changes
15+
16+
- The status code for the `POST /chats` endpoint in case a user requests an unknown
17+
component was changed from
18+
[404](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/422) to
19+
[422](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404) to avoid
20+
confusion.
21+
- The MosaicML inference API was, to the best of our knowledge, removed. Thus, the
22+
`ragna.assistants.Mpt7bInstruct` and `ragna.assistants.Mpt30bInstruct` were defunct
23+
with no chance from our side to recover functionality.
24+
25+
### What's Changed
26+
27+
- updated get_component error message from 404 to 422 by
28+
[@Tengal-Teemo](https://github.com/Tengal-Teemo) in
29+
[#374](https://github.com/Quansight/ragna/pull/374)
30+
- fix mypy after pydantic 2.7 by [@pmeier](https://github.com/pmeier) in
31+
[#390](https://github.com/Quansight/ragna/pull/390)
32+
- use relative links for all images in UI by [@pmeier](https://github.com/pmeier) in
33+
[#393](https://github.com/Quansight/ragna/pull/393)
34+
- upgrade ruff to 0.4.1 by [@pmeier](https://github.com/pmeier) in
35+
[#394](https://github.com/Quansight/ragna/pull/394)
36+
- Remove Mosaic Assistant by
37+
[@smokestacklightnin](https://github.com/smokestacklightnin) in
38+
[#387](https://github.com/Quansight/ragna/pull/387)
39+
- use custom JSON type for database for more generic support by
40+
[@pmeier](https://github.com/pmeier) in
41+
[#389](https://github.com/Quansight/ragna/pull/389)
42+
- Add instructions to install from conda-forge. by [@kklein](https://github.com/kklein)
43+
in [#396](https://github.com/Quansight/ragna/pull/396)
44+
- bump mypy to 1.10 by [@pmeier](https://github.com/pmeier) in
45+
[#398](https://github.com/Quansight/ragna/pull/398)
46+
- \#373 Include documentation_helpers in module by
47+
[@arjxn-py](https://github.com/arjxn-py) in
48+
[#395](https://github.com/Quansight/ragna/pull/395)
49+
- mypy for sqlalchemy by [@pmeier](https://github.com/pmeier) in
50+
[#402](https://github.com/Quansight/ragna/pull/402)
51+
- update ignored deprecation warnings by [@pmeier](https://github.com/pmeier) in
52+
[#412](https://github.com/Quansight/ragna/pull/412)
53+
- [DOC] Add tutorial for adding your own objects by
54+
[@smokestacklightnin](https://github.com/smokestacklightnin) in
55+
[#368](https://github.com/Quansight/ragna/pull/368)
56+
- add support for chromadb>=0.5.1 by [@pmeier](https://github.com/pmeier) in
57+
[#435](https://github.com/Quansight/ragna/pull/435)
58+
- refactor protocol model extraction to only check extra parameters by
59+
[@pmeier](https://github.com/pmeier) in
60+
[#436](https://github.com/Quansight/ragna/pull/436)
61+
62+
### New Contributors
63+
64+
- [@kklein](https://github.com/kklein) made their first contribution in
65+
[#396](https://github.com/Quansight/ragna/pull/396)
66+
- [@arjxn-py](https://github.com/arjxn-py) made their first contribution in
67+
[#395](https://github.com/Quansight/ragna/pull/395)
68+
369
## Version 0.2.0
470

571
### Feature changes and enhancements

0 commit comments

Comments
 (0)