-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from XAITK/update-to-v0.7
Update to v0.7.
- Loading branch information
Showing
34 changed files
with
3,691 additions
and
2,386 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
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
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
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
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,2 +1,2 @@ | ||
# Additional requirements for building our documentation in read-the-docs build | ||
sphinx-prompt==1.4.0 | ||
sphinx-prompt |
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ Release Notes | |
release_notes/v0.5.0 | ||
release_notes/v0.6.0 | ||
release_notes/v0.6.1 | ||
release_notes/v0.7.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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
v0.7.0 | ||
====== | ||
|
||
This minor release updates the mimumum supported python to `python = "^3.8"`, addresses dependency vulnerabilities, and updates typing to conform with current mypy and pytest standards. | ||
|
||
Updates / New Features | ||
---------------------- | ||
|
||
Build | ||
|
||
* New minimum supported python changed to `python = "^3.8"`. | ||
|
||
CI | ||
|
||
* Updated codecov action version to 3. | ||
|
||
* Added explicit use of codecov token to facilitate successful coverage | ||
submission. | ||
|
||
Dependencies | ||
|
||
* Updated ``notebook`` dependency due to a vulnerability alert. | ||
|
||
* Periodic update of locked dep versions within abstract version constraints. | ||
|
||
* Updated sphinx versions to fix local documentation building issue. | ||
|
||
* Updated python minimum requirement to 3.8 (up from 3.6). This involved a | ||
number of updates and bifurcations of abstract requirements, an update to | ||
pinned versions for development/CI, and expansion of CI to cover python | ||
versions 3.10 and 3.11 (latest current release). | ||
|
||
Fixes | ||
----- | ||
|
||
Docs | ||
|
||
* Added missing step to the release process about creating the release on | ||
GitHub's Releases section. | ||
|
||
Examples | ||
|
||
* Added a note to each example about restarting the runtime for compatibility | ||
with Colab, as well as a step to create a data directory if necessary. |
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.