File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to the [Nucleus Python Client](https://github.com/scaleapi/n
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.7.0] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.7.0 ) - 2022-03-09
8
+
9
+ ### Added
10
+ - ` LineAnnotation ` added
11
+ - ` LinePrediction ` added
12
+
7
13
## [ 0.6.7] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.6.7 ) - 2021-03-08
8
14
9
15
### Added
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.6.7 "
24
+ version = " 0.7.0 "
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