Skip to content

Commit 3573d82

Browse files
committed
Merge branch 'main' of https://github.com/jina-ai/docarray
2 parents a4b2569 + d703b2b commit 3573d82

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33

4+
45
<a name=release-note-0-1-1></a>
56
## Release Note (`0.1.1`)
67

@@ -47,3 +48,19 @@
4748
- [[```b80ca931```](https://github.com/jina-ai/docarray/commit/b80ca9319b3c18aa4d626fef53abddae9d134e0a)] __-__ update license (*Han Xiao*)
4849
- [[```d95d3edf```](https://github.com/jina-ai/docarray/commit/d95d3edfb229d88ff764db5ecb407052ad534686)] __-__ reformat code (#5) (*Han Xiao*)
4950

51+
<a name=release-note-0-1-2></a>
52+
## Release Note (`0.1.2`)
53+
54+
> Release time: 2022-01-09 14:26:21
55+
56+
57+
58+
πŸ™‡ We'd like to thank all contributors for this new release! In particular,
59+
Han Xiao, Jina Dev Bot, πŸ™‡
60+
61+
62+
### 🍹 Other Improvements
63+
64+
- [[```5d78e7bf```](https://github.com/jina-ai/docarray/commit/5d78e7bfed63cb6f4fcd272c94debe894a04c256)] __-__ fix release script (*Han Xiao*)
65+
- [[```e5e5419a```](https://github.com/jina-ai/docarray/commit/e5e5419ae69ae8f7c6a27f0cc5e78ee607561169)] __-__ __version__: the next version will be 0.1.2 (*Jina Dev Bot*)
66+

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DocArray is a library for nested, unstructured data such as text, image, audio,
1616

1717
🌌 **All data types**: super-expressive data structure for representing complicated/mixed/nested text, image, video, audio, 3D mesh data.
1818

19-
🐍 **Pythonic experience**: Designed to be as easy as Python list. If you know how to Python, you know how to DocArray. Intuitive idioms and type annotation simplify the code you write.
19+
🐍 **Pythonic experience**: designed to be as easy as Python list. If you know how to Python, you know how to DocArray. Intuitive idioms and type annotation simplify the code you write.
2020

2121
πŸ§‘β€πŸ”¬ **Data science powerhouse**: greatly accelerate data scientists work on embedding, matching, visualizing, evaluating via Torch/Tensorflow/ONNX/PaddlePaddle on CPU/GPU.
2222

β€Ždocarray/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.2'
1+
__version__ = '0.1.3'
22

33
from .document import Document
44
from .array import DocumentArray

0 commit comments

Comments
Β (0)