|
1 | 1 | # Release notes
|
2 | 2 |
|
| 3 | +## Version 0.1.2 |
| 4 | + |
| 5 | +### What's Changed |
| 6 | + |
| 7 | +- pin pymupdf to latest release by [@pmeier](https://github.com/pmeier) in |
| 8 | + [#169](https://github.com/Quansight/ragna/pull/169) |
| 9 | +- Update assistant timeout to accomodate longer response time. by |
| 10 | + [@petrpan26](https://github.com/petrpan26) in |
| 11 | + [#184](https://github.com/Quansight/ragna/pull/184) |
| 12 | +- cache importlib_metadata_package_distributions by [@pmeier](https://github.com/pmeier) |
| 13 | + in [#188](https://github.com/Quansight/ragna/pull/188) |
| 14 | +- fix LanceDB retrieval by [@pmeier](https://github.com/pmeier) in |
| 15 | + [#195](https://github.com/Quansight/ragna/pull/195) |
| 16 | +- use model_config over Config class by [@pmeier](https://github.com/pmeier) in |
| 17 | + [#199](https://github.com/Quansight/ragna/pull/199) |
| 18 | +- special case LocalDocument more by [@pmeier](https://github.com/pmeier) in |
| 19 | + [#170](https://github.com/Quansight/ragna/pull/170) |
| 20 | +- docs: small improvements to "Set Configuration" how-to by |
| 21 | + [@agilgur5](https://github.com/agilgur5) in |
| 22 | + [#197](https://github.com/Quansight/ragna/pull/197) |
| 23 | +- docs: various improvements to Python API tutorial by |
| 24 | + [@agilgur5](https://github.com/agilgur5) in |
| 25 | + [#196](https://github.com/Quansight/ragna/pull/196) |
| 26 | +- fix chat info by [@pmeier](https://github.com/pmeier) in |
| 27 | + [#220](https://github.com/Quansight/ragna/pull/220) |
| 28 | +- change version scheme to increase the minor instead of patch version by |
| 29 | + [@pmeier](https://github.com/pmeier) in |
| 30 | + [#221](https://github.com/Quansight/ragna/pull/221) |
| 31 | +- run CI on release branches by [@pmeier](https://github.com/pmeier) in |
| 32 | + [#222](https://github.com/Quansight/ragna/pull/222) |
| 33 | +- mark as PEP561 compatible by [@pmeier](https://github.com/pmeier) in |
| 34 | + [#232](https://github.com/Quansight/ragna/pull/232) |
| 35 | +- set hard limit of visible document pills by [@pmeier](https://github.com/pmeier) in |
| 36 | + [#235](https://github.com/Quansight/ragna/pull/235) |
| 37 | +- supply document name as part of the request body rather than query by |
| 38 | + [@pmeier](https://github.com/pmeier) in |
| 39 | + [#186](https://github.com/Quansight/ragna/pull/186) |
| 40 | +- Make document upload method flexible by [@pmeier](https://github.com/pmeier) in |
| 41 | + [#238](https://github.com/Quansight/ragna/pull/238) |
| 42 | + |
| 43 | +### New Contributors |
| 44 | + |
| 45 | +- [@petrpan26](https://github.com/petrpan26) made their first contribution in |
| 46 | + [#184](https://github.com/Quansight/ragna/pull/184) |
| 47 | +- [@agilgur5](https://github.com/agilgur5) made their first contribution in |
| 48 | + [#197](https://github.com/Quansight/ragna/pull/197) |
| 49 | + |
3 | 50 | ## Version 0.1.1
|
4 | 51 |
|
5 | 52 | ### Feature changes and enhancements
|
|
0 commit comments