@@ -4,22 +4,41 @@ 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.5.1] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.1 ) - 2021-01-11
7
+ ## [ 0.5.4] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.4 ) - 2022-01-28
8
+
9
+ ### Added
10
+ - Add ` NucleusClient.get_job ` to retrieve ` AsyncJob ` s by job ID
11
+
12
+ ## [ 0.5.3] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.3 ) - 2022-01-25
13
+
14
+ ### Added
15
+ - Add average precision to polygon metrics
16
+ - Add mean average precision to polygon metrics
17
+
18
+ ## [ 0.5.2] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.2 ) - 2022-01-20
19
+
20
+ ### Added
21
+ - Add ` Dataset.delete_scene `
22
+
23
+ ### Fixed
24
+ - Removed ` Shapely ` dependency
25
+
26
+ ## [ 0.5.1] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.1 ) - 2022-01-11
8
27
9
28
### Fixed
10
29
- Updated dependencies for full Python 3.6 compatibility
11
30
12
- ## [ 0.5.0] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.0 ) - 2021 -01-10
31
+ ## [ 0.5.0] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.5.0 ) - 2022 -01-10
13
32
14
33
### Added
15
34
- ` nucleus.metrics ` module for computing metrics between Nucleus ` Annotation ` and ` Prediction ` objects.
16
35
17
- ## [ 0.4.5] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.4.5 ) - 2021 -01-07
36
+ ## [ 0.4.5] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.4.5 ) - 2022 -01-07
18
37
19
38
### Added
20
39
- ` Dataset.scenes ` property that fetches the Scale-generated ID, reference ID, type, and metadata of all scenes in the Dataset.
21
40
22
- ## [ 0.4.4] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.4.4 ) - 2021 -01-04
41
+ ## [ 0.4.4] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.4.4 ) - 2022 -01-04
23
42
24
43
### Added
25
44
- ` Slice.export_raw_items() ` method that fetches accessible (signed) URLs for all items in the Slice.
0 commit comments