File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased]
6
- ### Changed
7
- - Convert ` README.md ` (Markdown) to ` README.rst ` (reStructuredText).
8
6
7
+ ## 1.5.1 - 2017-05-15
9
8
### Fixed
10
9
- Fixed a bug which caused an exception to be set on all `` ModelFuture `` objects, regardless of job status (#86 ).
11
10
- Fixed a bug which made the `` ModelPipeline `` unable to generate prediction jobs for models trained with v0.5 templates (#84 ).
12
11
- Handle the case when inputs to `` ModelFuture `` are `` numpy.int64 `` (or other non-`` integer `` ints) (#85 ).
13
12
13
+ ### Changed
14
+ - Convert ` README.md ` (Markdown) to ` README.rst ` (reStructuredText).
15
+
14
16
## 1.5.0 - 2017-05-11
15
17
### Added
16
18
- Retries to http request in `` get_swagger_spec `` to make calls to `` APIClient `` robust to network failure
Original file line number Diff line number Diff line change 1
- __version__ = "1.5.0 "
1
+ __version__ = "1.5.1 "
You can’t perform that action at this time.
0 commit comments