Skip to content

Releases: nomic-ai/nomic

v3.9.0

11 Nov 05:18
b963f42

Choose a tag to compare

3.9.0 (2025-11-11)

Features


Install from PyPI:

pip install -U nomic

📦 View on PyPI

v3.8.0

05 Nov 23:10
f85aace

Choose a tag to compare

3.8.0 (2025-11-05)

Features

  • add py.typed marker for PEP 561 compliance (#400) (762aeee)

Bug Fixes


Install from PyPI:

pip install -U nomic

📦 View on PyPI

v3.7.0

04 Nov 00:22
b6bcebd

Choose a tag to compare

3.7.0 (2025-11-03)

Features

  • Add parse and extract options for Nomic Developer API (#398)

Breaking Change: This release drops support for Python 3.8 and 3.9. Python 3.9 reached end-of-life on October 31st. Please update to Python 3.10 or newer to continue using the Nomic client.


Install from PyPI:

pip install -U nomic

📦 View on PyPI

v3.6.0

24 Sep 03:36
d5ad80e

Choose a tag to compare

3.6.0 (2025-09-23)

Features

  • Nomic Platform support for enterprise (#396)

v3.5.3

30 May 20:33
4fcfa5c

Choose a tag to compare

3.5.3 (2025-05-30)

Bug Fixes

  • reduce text-embedding api max request batch size to 10 (#392) (8487355)

v3.5.2

30 May 12:09
d0fa41b

Choose a tag to compare

3.5.2 (2025-05-16)

Bug Fixes

v3.5.1

12 May 03:23
2bed1fc

Choose a tag to compare

What's Changed

v3.5.0

09 May 22:52
c17ba3b

Choose a tag to compare

3.5.0 (2025-05-09)

Features

Documentation

  • replace mention of default org with org tied to your api key (#375) (af54791)

v3.4.1

22 Jan 22:50
062b78d

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

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)