File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.49.1 (2023-06-29)
3+ ## Fixed
4+ * Removed numpy version lock that caused Python version >3.8 to download incompatible numpy version
5+
26# Version 3.49.0 (2023-06-27)
37
48## Changed
59* Improved batch creation logic when more than 1000 global keys provided
610
7-
811## Notebooks
912* Added example on how to access mark in export v2
1013* Removed NDJSON library from ` examples/basics/custom_embeddings.ipynb `
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.49.0 '
24+ release = '3.49.1 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.49.0 "
2+ __version__ = "3.49.1 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments