-
Notifications
You must be signed in to change notification settings - Fork 238
🚏 Roadmap #131
Copy link
Copy link
Closed
Description
Before 1.0, all new features and breaking changes will only bump the minor version. That also means the list below will only mention those features/breaking changes that are necessary for that minor version. Patch release is triggered whenever a bug is fixed. Hence they are not tracked/planned here in advance. Bugs solved in patch release can be tracked in the CHANGELOG.
0.13:
on 20.04.2022
- an example and documentation about using ES backend for traditional text search, e.g. works on
.textand.tags - Benchmark 6 ops: C,R,U,D, find by NN, find by conditions on all backends we have. No CICD, no integration, just
- a table of 6 rows and 6 columns in QPS,
- details about the benchmark machine setup, CPU, core, Python version
- a reproducible script in the repo that can run as-is.
- put the benchmark table in https://docarray.jina.ai/advanced/document-store/ and link to the script
0.12
on 07.04.2022
- Documents the dataclass
0.11
on 01.04.2022
0.10
on 28.03.2022
- Dataclass to represent multimodal document with free schema. (@alaeddine-13 ) (feat: multi modal document #188 ) (intentionally undocumented!)
- ES support (@davidbp @winstonww) (Feat elastic storage #207 )
- Publish
.findinterface by documenting it: refactoring if needed and adding docs (@numb3r3 ) docs(array): add docs for find function #197
0.9:
on 08.03.2022
- Solve the poll-out column such as
embeddingandvectorat DocumentArray level (DocumentArray pull out columns #161 )- Update all DocumentStore backend to the latest. P,Q,W,S (depends on the last one)
- add
.to_dict()/.from_dict()to DA. #156 -
only in(decided to drop this feature after discussion).match/.findmake.embeddingsraise error if it contains None element #157 - PQlite -> ANNLite renaming (fix: rename pqlite to annlite #151 )
- adding
lookuppy-based QL to the.findinterface (feat: query language supporting filter #150)
0.8
on 25.02.2022
-
find,matchinterface feat: find method #93 - add & support serialization protocol via filename suffix Add protocol and compression info DocumentArray filename #128
- Documentations for the above
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels