-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
52 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.11.0 | ||
0.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ Release Notes | |
release_notes/v0.9.0 | ||
release_notes/v0.10.0 | ||
release_notes/v0.11.0 | ||
release_notes/v0.12.0 |
17 changes: 9 additions & 8 deletions
17
docs/release_notes/pending_release.rst → docs/release_notes/v0.12.0.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
SMQTK Pending Release Notes | ||
SMQTK v0.12.0 Release Notes | ||
=========================== | ||
|
||
|
||
Updates / New Features | ||
---------------------- | ||
|
||
This minor release includes minor fixes and known dependency version updates. | ||
|
||
Fixes | ||
----- | ||
Docker | ||
|
||
* Fix issue with IQR playground image where matplotlib was attempting to use | ||
the TkAgg backend by default by adding a ``matplotlibrc`` file to specify the | ||
use of the ``Agg`` backend. | ||
|
||
Misc | ||
* Update requirements versions for: Flask, Flask-Cors | ||
* Update Travis-CI conviguration to assume less default values. | ||
|
||
* Update requirements versions for: Flask, Flask-Cors, Pillow | ||
|
||
* Update Travis-CI configuration to assume less default values. | ||
|
||
Web | ||
|
||
* IQR Service | ||
|
||
* Broaden base64 parsing error catch. Specific message of the error changed | ||
with python 3.7. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters