-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft of 0.9.0 release notes #1511
Draft of 0.9.0 release notes #1511
Conversation
LGTM 👍 thanks very much! @travisbrown |
Current coverage is 92.26% (diff: 100%)@@ master #1511 diff @@
==========================================
Files 246 246
Lines 3743 3763 +20
Methods 3622 3637 +15
Messages 0 0
Branches 121 126 +5
==========================================
+ Hits 3459 3472 +13
- Misses 284 291 +7
Partials 0 0
|
Looks like that #1506 is ready to merge. |
These look great @travisbrown thanks for your work on this! |
Thanks! LGTM as well. 👍 |
@kailuowang Thanks—I'm making these last updates now and will rebase and push shortly. |
c482111
to
366c17c
Compare
bc0f164
to
87c7af9
Compare
👍 |
New type class instances: | ||
|
||
* [#1475](https://github.com/typelevel/cats/pull/1475): `Reducible` instances for `Eval` and `Id` | ||
* [#1496](https://github.com/typelevel/cats/pull/1496): `Choice` instance for `Kleisli` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This just moved the Choice
instance around, because there was an implicit ambiguity when you wanted a Category[Kleisli, α, α]
.
Should we just put this under miscellaneous as something like "Simpler creation of some SemigroupK
and MonoidK
instances" ?
Left a minor comment and we may want to bump the date, for the rest 👍 |
Miscellaneous improvements (syntax, documentation, tests): | ||
|
||
* [#1440](https://github.com/typelevel/cats/pull/1440): Improved type class documentation | ||
* [#1442](https://github.com/typelevel/cats/pull/1442): Improved documentation for `Semigroup` and `Monoid` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improved documentation for Functor/Applicative/Traverse as well :-) #1513
Thanks @peterneyens, @adelbertc—will update the PR this morning. |
LGTM 👍 |
As discussed in #1508. I've included #1506 even though it's not merged yet, since it's the biggest change in this release, but not the other unmerged PRs that are likely to make it into 0.9.0.