Release notes and changelog for 6.1.0#1133
Merged
Merged
Conversation
mdickinson
commented
May 21, 2020
| Release 6.1.0 | ||
| ------------- | ||
|
|
||
| Released: 2020-05-XX |
Member
Author
There was a problem hiding this comment.
This will be updated upon actual release; there's already an entry in the release checklist to remind us to do this.
mdickinson
commented
May 21, 2020
mdickinson
commented
May 21, 2020
kitchoi
reviewed
May 21, 2020
kitchoi
reviewed
May 21, 2020
Co-authored-by: Kit Choi <kitchoi@users.noreply.github.com>
Member
Author
|
This is mostly done, but:
|
mdickinson
commented
May 22, 2020
mdickinson
commented
May 22, 2020
kitchoi
approved these changes
May 22, 2020
Contributor
kitchoi
left a comment
There was a problem hiding this comment.
LGTM. Two minor suggestions.
11 tasks
mdickinson
commented
May 22, 2020
| #1080, #1082, #1079, #1071, #1072, #1075, #1085, #1089, #1078, #1093, #1086, | ||
| #1077, #1095, #1102, #1108, #1110, #1112, #1117, #1118, #1123, #1125, #1126, | ||
| #1128, #1129, #1135) | ||
| * Make ``DefaultValue``, ``ValidateTrait`` and ``TraitKind`` available in |
Member
Author
There was a problem hiding this comment.
This change was already present in 6.0.
mdickinson
commented
May 22, 2020
| (#926) | ||
| * Fix exception swallowing by Trait attribute access. (#959, #960) | ||
| * Allow collections in valid values for ``Enum`` trait. (#889) | ||
| * Avoid containment-related ``DeprecationWarning`` on Python 3.7 (#855) |
mdickinson
commented
May 22, 2020
| Documentation | ||
| ~~~~~~~~~~~~~ | ||
|
|
||
| * Improved API documentation for ``trait_types``. (#843) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Building on @kitchoi's work, here's a first draft of release notes and changelog.
There's a bit of duplication between the prose version of the changes and the PR-by-PR version, especially with respect to the deprecations. I'm not sure how best to combine them, or whether to leave as-is.Closes #1101.
For future use, here's the quick-and-dirty Python script I'm using to check for missing changelog entries: