Skip to content
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

Merged
merged 5 commits into from
Jan 15, 2017

Conversation

travisbrown
Copy link
Contributor

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.

@kailuowang
Copy link
Contributor

LGTM 👍 thanks very much! @travisbrown

@codecov-io
Copy link

codecov-io commented Jan 3, 2017

Current coverage is 92.26% (diff: 100%)

Merging #1511 into master will decrease coverage by 0.14%

@@             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          

Powered by Codecov. Last update fd15e07...70804d8

@kailuowang
Copy link
Contributor

Looks like that #1506 is ready to merge.

@johnynek
Copy link
Contributor

johnynek commented Jan 3, 2017

These look great @travisbrown thanks for your work on this!

@non
Copy link
Contributor

non commented Jan 3, 2017

Thanks! LGTM as well. 👍

@kailuowang
Copy link
Contributor

#1514 #1512 merged.

@travisbrown
Copy link
Contributor Author

@kailuowang Thanks—I'm making these last updates now and will rebase and push shortly.

@kailuowang
Copy link
Contributor

👍

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`
Copy link
Collaborator

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" ?

@peterneyens
Copy link
Collaborator

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`
Copy link
Contributor

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

@travisbrown
Copy link
Contributor Author

Thanks @peterneyens, @adelbertc—will update the PR this morning.

@adelbertc
Copy link
Contributor

LGTM 👍

@adelbertc adelbertc merged commit 68dfae1 into typelevel:master Jan 15, 2017
@stew stew removed the in progress label Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants