Skip to content

Latest commit

 

History

History
146 lines (89 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

146 lines (89 loc) · 10.2 KB

Changelog

3.4.1 (2025-01-22)

Bug Fixes

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)

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)

3.3.3 (2024-11-13)

Bug Fixes

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

3.3.2 (2024-11-08)

Bug Fixes

3.3.1 (2024-11-08)

Bug Fixes

  • include readme as long description in setup.py (#349) (4d315e9)

3.3.0 (2024-10-30)

Features

3.2.0 (2024-10-29)

Features

3.1.3 (2024-10-23)

Bug Fixes

3.1.2 (2024-08-27)

Bug Fixes

3.1.1 (2024-07-22)

Bug Fixes

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

3.1.0 (2024-07-22)

Features

Bug Fixes

Documentation

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