-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(version): the next version will be 0.1.2
build(hanxiao): first test release
- Loading branch information
Showing
2 changed files
with
50 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
|
||
|
||
|
||
<a name=release-note-0-1-1></a> | ||
## Release Note (`0.1.1`) | ||
|
||
> Release time: 2022-01-09 11:27:09 | ||
|
||
|
||
π We'd like to thank all contributors for this new release! In particular, | ||
Han Xiao, π | ||
|
||
|
||
### π New Features | ||
|
||
- [[```27d0373b```](https://github.com/jina-ai/docarray/commit/27d0373b50fed2201d9bda25f2fa6fde745f9dc7)] __-__ __array__: add progressbar for to/from bytes (#14) (*Han Xiao*) | ||
- [[```a56067e4```](https://github.com/jina-ai/docarray/commit/a56067e486d2318e05bcf6088bd1436040107ad2)] __-__ __array__: add summary method for array (#9) (*Han Xiao*) | ||
- [[```bdc3aa23```](https://github.com/jina-ai/docarray/commit/bdc3aa23a232945a5eb3cd0eb38a26879dbc38d3)] __-__ __document__: add summary method to document (#7) (*Han Xiao*) | ||
- [[```28a7e42e```](https://github.com/jina-ai/docarray/commit/28a7e42ecb35f0b0be20f54c03c102d0c1a0b7a9)] __-__ __array__: use pickle as default binary serialization (#4) (*Han Xiao*) | ||
|
||
### π Bug fixes | ||
|
||
- [[```da3b32e1```](https://github.com/jina-ai/docarray/commit/da3b32e1fe25ee42eca669da05a420997addfd4e)] __-__ __array__: push pull use most compact protocol (#6) (*Han Xiao*) | ||
|
||
### π Documentation | ||
|
||
- [[```db8c7d98```](https://github.com/jina-ai/docarray/commit/db8c7d9842f08384301d45e30ae805167ae21eb3)] __-__ minor fix on docs (#13) (*Han Xiao*) | ||
- [[```113cfef5```](https://github.com/jina-ai/docarray/commit/113cfef56062ba6a2767379225a93210f112cd7b)] __-__ add what-is chapter (*Han Xiao*) | ||
- [[```cd16f5f6```](https://github.com/jina-ai/docarray/commit/cd16f5f6eb5f1a2e25ef39b45ab3aa35ef6876c2)] __-__ __array__: add evaluation of array (#12) (*Han Xiao*) | ||
- [[```43ab092b```](https://github.com/jina-ai/docarray/commit/43ab092b488313577aa70935b73d9e65c6a61ab2)] __-__ __array__: add doc for array serialization (#11) (*Han Xiao*) | ||
- [[```423b7b42```](https://github.com/jina-ai/docarray/commit/423b7b422dae581f56d515659ce392a780a18a53)] __-__ __array__: add doc for array serialization (*Han Xiao*) | ||
- [[```8558c0c4```](https://github.com/jina-ai/docarray/commit/8558c0c4b1ad0ea264da555c6cbbcd09c3eba047)] __-__ __array__: add doc for array serialization (#10) (*Han Xiao*) | ||
- [[```3b2e07ce```](https://github.com/jina-ai/docarray/commit/3b2e07ce32131c077e3c46ff7a230467a184d991)] __-__ __array__: add doc for array api (*Han Xiao*) | ||
- [[```d3f2c61d```](https://github.com/jina-ai/docarray/commit/d3f2c61dee3dbb0fcabc3b6de63d374c96b601ca)] __-__ __document__: add doc for document api (#8) (*Han Xiao*) | ||
|
||
### π Unit Test and CICD | ||
|
||
- [[```3a6dab0a```](https://github.com/jina-ai/docarray/commit/3a6dab0a79d44554be3e9b90279ba06d26bac0a4)] __-__ set first version to 0.1.0 (*Han Xiao*) | ||
|
||
### πΉ Other Improvements | ||
|
||
- [[```321adc71```](https://github.com/jina-ai/docarray/commit/321adc7177dea717acc7e5b3d0ed02280252f64f)] __-__ fix release script (*Han Xiao*) | ||
- [[```75191605```](https://github.com/jina-ai/docarray/commit/75191605fea046049caf74e7fa92408ba888b10a)] __-__ fix readme (*Han Xiao*) | ||
- [[```a4fbf9d4```](https://github.com/jina-ai/docarray/commit/a4fbf9d408efb8ee4501aa39d4ce420a328eae2e)] __-__ update readme (*Han Xiao*) | ||
- [[```0815a79b```](https://github.com/jina-ai/docarray/commit/0815a79bdf10f9b878cd0f2438c78070eae42115)] __-__ restructure docs (*Han Xiao*) | ||
- [[```b80ca931```](https://github.com/jina-ai/docarray/commit/b80ca9319b3c18aa4d626fef53abddae9d134e0a)] __-__ update license (*Han Xiao*) | ||
- [[```d95d3edf```](https://github.com/jina-ai/docarray/commit/d95d3edfb229d88ff764db5ecb407052ad534686)] __-__ reformat code (#5) (*Han Xiao*) | ||
|
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,4 +1,4 @@ | ||
__version__ = '0.1.1' | ||
__version__ = '0.1.2' | ||
|
||
from .document import Document | ||
from .array import DocumentArray |