Skip to content

Releases: nomic-ai/nomic

v3.3.3

13 Nov 20:42
507543e
Compare
Choose a tag to compare

3.3.3 (2024-11-13)

Bug Fixes

  • drop autogenerated columns added in pandas conversion to pyarrow (ece41a5)

v3.3.2

08 Nov 21:01
a2746eb
Compare
Choose a tag to compare

3.3.2 (2024-11-08)

Bug Fixes

  • include readme as long description in setup.py (#349) (4d315e9)
  • proper readme rendering in setup.py (#353) (6a0803c)

v3.3.1

08 Nov 17:14
08d7566
Compare
Choose a tag to compare

Deprecations

  • Remove functions update_maps and update_indices from the AtlasDataset class 08d7566 for long-since deprecated endpoints. The officially supported way to make a map on a dataset in Atlas is to use the add_data function from the AtlasDataset class and then call create_index which will create a new map.

v3.3.0

31 Oct 00:10
52329a8
Compare
Choose a tag to compare

3.3.0 (2024-10-30)

Features

v3.2.0

29 Oct 16:32
f080fbd
Compare
Choose a tag to compare

3.2.0 (2024-10-29)

Features

  • Nomic Python SDK defaults to using the API key of the issuing organization (organization scoped API keys) (#340) (9e4701c)

v3.1.3

29 Oct 01:36
c4e652e
Compare
Choose a tag to compare

3.1.3 (2024-10-23)

Bug Fixes

v3.1.2

27 Aug 01:36
d67643c
Compare
Choose a tag to compare

3.1.2 (2024-08-27)

Bug Fixes

v3.1.1

22 Jul 20:00
f474849
Compare
Choose a tag to compare

3.1.1 (2024-07-22)

Bug Fixes

  • release-please releases twice, check if commit message is chore(main) (#332) (c5ab322)

v3.1.0

22 Jul 19:19
6bc137d
Compare
Choose a tag to compare

3.1.0 (2024-07-22)

Features

Bug Fixes

Documentation

  • update docs to make more clear that blobs are stored locally only (#318) (aa863ec)

v3.0.6: Task type for text embeddings

23 Jan 20:30
f8ddd74
Compare
Choose a tag to compare
  • Allows specifying task type for text embeddings.