Releases: nomic-ai/nomic
Releases · nomic-ai/nomic
v3.4.1
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
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
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
3.3.3 (2024-11-13)
Bug Fixes
- drop autogenerated columns added in pandas conversion to pyarrow (ece41a5)
v3.3.2
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
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
3.3.0 (2024-10-30)
Features
v3.2.0
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
3.1.3 (2024-10-23)
Bug Fixes
v3.1.2
3.1.2 (2024-08-27)
Bug Fixes