Skip to content

Commit d8f81a9

Browse files
committed
Merge remote-tracking branch 'origin/develop' into mno/AL-2849
2 parents 3728631 + 6463e3b commit d8f81a9

File tree

28 files changed

+1171
-20
lines changed

28 files changed

+1171
-20
lines changed

CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
# Version 3.26.2 (2022-09-06)
4+
### Added
5+
* Support for document (pdf) de/serialization from exports
6+
* Use the `LBV1Converter.serialize()` and `LBV1Converter.deserialize()` methods
7+
* Support for document (pdf) de/serialization for imports
8+
* Use the `NDJsonConverter.serialize()` and `NDJsonConverter.deserialize()` methods
9+
10+
# Version 3.26.1 (2022-08-23)
11+
### Changed
12+
* `ModelRun.get_config()`
13+
* Modifies get_config to return un-nested Model Run config
14+
### Added
15+
* `ModelRun.update_config()`
16+
* Updates model run training metadata
17+
* `ModelRun.reset_config()`
18+
* Resets model run training metadata
19+
* `ModelRun.get_config()`
20+
* Fetches model run training metadata
21+
22+
### Changed
23+
* `Model.create_model_run()`
24+
* Add training metadata config as a model run creation param
25+
326
# Version 3.26.0 (2022-08-15)
427
## Added
528
* `Batch.delete()` which will delete an existing `Batch`
@@ -663,7 +686,3 @@ a `Label`. Default value is 0.0.
663686

664687
## Version 2.2 (2019-10-18)
665688
Changelog not maintained before version 2.2.
666-
667-
### Changed
668-
* `Model.create_model_run()`
669-
* Add training metadata config as a model run creation param

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.25.1'
24+
release = '3.26.2'
2525

2626
# -- General configuration ---------------------------------------------------
2727

0 commit comments

Comments
 (0)