@@ -4,22 +4,41 @@ All notable changes to the [Nucleus Python Client](https://github.com/scaleapi/n
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
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
827
928### Fixed
1029- Updated dependencies for full Python 3.6 compatibility
1130
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
1332
1433### Added
1534- ` nucleus.metrics ` module for computing metrics between Nucleus ` Annotation ` and ` Prediction ` objects.
1635
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
1837
1938### Added
2039- ` Dataset.scenes ` property that fetches the Scale-generated ID, reference ID, type, and metadata of all scenes in the Dataset.
2140
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
2342
2443### Added
2544- ` Slice.export_raw_items() ` method that fetches accessible (signed) URLs for all items in the Slice.
0 commit comments