Skip to content

Releases: nomic-ai/nomic

v3.4.1

22 Jan 22:50
062b78d
Compare
Choose a tag to compare

3.4.1 (2025-01-22)

Bug Fixes

  • adding deprecations to docstrings for delete_data, update_maps, update_indices methods of AtlasDataset (#370) (58e7a5c)

v3.4.0

22 Jan 20:25
3fd4869
Compare
Choose a tag to compare

3.4.0 (2025-01-22)

Features

  • show progress bar when embedding using local model (#363) (98dfece)

Bug Fixes

  • added missing docstring description for indexed_field in map_data (#369) (4dfc34c)
  • ValueError returned when calling map_data on blobs and embeddings (#373) (2f860b4)

v3.3.4

12 Dec 20:33
0d46e4a
Compare
Choose a tag to compare

3.3.4 (2024-12-12)

Bug Fixes

  • handle identifiers with slash (#367) (119aab8)
  • internal schema attr does not exist when loading existing AtlasDataset (#365) (f102513)

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