Skip to content

Latest commit

 

History

History
84 lines (83 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

84 lines (83 loc) · 3.23 KB

pymilvus 0.0.1(TBD)

Task

  • Improve interface documentation (#89)
  • Add examples in partition.py (#88)
  • add example for index.py (#87)
  • Format collection exception raising (#84)
  • Add dim param example (#86)
  • Add search for hello_milvus (#85)
  • Add wrapper to SearchResult-related class (#83)
  • Improve hello_milvus file (#81)
  • update return format in index.py (#82)
  • Move return type behind the return annotation in partition.py (#79)
  • update exception in index.py and add index.rst (#80)
  • Format returns (#78)
  • Improve the docstring of connections.Connections (#77)
  • Add interface connections (#76)
  • Add annotions in partition.py (#74)
  • Add exceptions and errors in collection (#75)
  • Add exceptions and errors class (#70)
  • Implement and add example to Collection.search (#73)
  • Add requirements for installing and add hello_milvus (#72)
  • Add index related examples (#71)
  • Add util implements (#63)
  • Fix partition and add partition example (#67)
  • Add interface documentation about collection (#69)
  • Update unittest (#68)
  • Test trigger readocs (#66)
  • Add case when CollectionSchema specifies the primary field (#61)
  • Referencing other interfaces in interface comments (#65)
  • Fix todo lists (#64)
  • Update todo items (#62)
  • Fix mistake return type (#60)
  • Add TODO marks (#59)
  • Fix bug for inserting when collection schema has a primary field (#58)
  • Add create index test for binary data (#56)
  • Update tests in test_partition (#57)
  • Add codecov config file (#55)
  • Add check in some interfaces (#54)
  • Add test for create index (#53)
  • Update example (#52)
  • Add copyright and modify params and documentation (#51)
  • Delete auto_id param for collection schema (#49)
  • Add an example (#50)
  • Add example for testing collection (#48)
  • Add codecov badge in README.md (#47)
  • Update GitHub Actions (#46)
  • Fix some partition unittests (#45)
  • Add partition impl in MockMilvus (#44)
  • Update mergify (#43)
  • Implement mock milvus (#42)
  • Update index and partition unittests (#41)
  • Implement Collection.insert, Support list and tuple (#40)
  • Add example for collection init method (#36)
  • Update doc: add util doc
  • Update github actions (#35)
  • Update unittest (#32)
  • Add to_dict for CollectionSchema and FieldSchema (#31)
  • Implement the init method of the v1 of collection (#26)
  • Fix bug for html bug (#29)
  • Fix bug: access attribute from None (#25)
  • Add example to Collection.load & Collection.release (#28)
  • Update index interfaces (#27)
  • Impl CollectionSchema and FieldSchema (#24)
  • Add example for proprety methods of collection(#17)
  • Mock milvus.Milvus in test_connections.py (#21)
  • Fix compile error (#23)
  • Add mergify file (#22)
  • Update interface for partition module (#20)
  • Update documentation (#19)
  • Realized the properties of collection (#16)
  • Update interfaces in collection module (#14)
  • Update interfaces in utility module (#11)
  • Implement the management class of milvus connections (#10)
  • Add GitHub Actions to run unittests (#12)
  • rename milvus_orm to pymilvus_orm (#9)
  • Update doc (#8)
  • Add the annotation of apis (#7)
  • Add annotation for apis (#6)
  • Add sdk interface draft (#5)
  • Initialize the api framework #2
  • Initialize the api framework
  • Establish the initial directory structure and copy the document files (#1)
  • Initial commit