File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to the [Nucleus Python Client](https://github.com/scaleapi/n
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.12.2] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.12.2 ) - 2022-06-02
9
+
10
+ ### Added
11
+
12
+ - Allow users to upload external evaluation results calculated on the client side.
13
+
14
+
8
15
## [ 0.12.1] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.12.1 ) - 2022-06-02
9
16
10
17
### Added
@@ -16,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
23
### Added
17
24
18
25
- Allow users to create external evaluation functions for Scenario Tests in Validate.
19
- - Allow users to upload external evaluation results calculated on the client side.
20
26
21
27
22
28
## [ 0.11.2] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.11.2 ) - 2022-05-20
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exclude = '''
21
21
22
22
[tool .poetry ]
23
23
name = " scale-nucleus"
24
- version = " 0.12.1 "
24
+ version = " 0.12.2 "
25
25
description = " The official Python client library for Nucleus, the Data Platform for AI"
26
26
license = " MIT"
27
27
authors = [" Scale AI Nucleus Team <nucleusapi@scaleapi.com>" ]
You can’t perform that action at this time.
0 commit comments