typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Released 1.0.0 #214

Closed coltfred closed 6 years ago

coltfred commented 6 years ago

I released 1.0.0 cc/ @johnynek

I don't have the ability to push to the actual project so these are the changes that were made as part of that.

213 was the reason I did the publish.

codecov-io commented 6 years ago

Codecov Report

Merging #214 into master will decrease coverage by 0.1%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #214      +/-   ##
=========================================
- Coverage   76.51%   76.4%   -0.11%     
=========================================
  Files          42      42              
  Lines         958     958              
  Branches       68      68              
=========================================
- Hits          733     732       -1     
- Misses        225     226       +1
Impacted Files Coverage Δ
core/src/main/scala/algebra/ring/Ring.scala 97.29% <0%> (-2.71%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eaa1467...de45f32. Read the comment docs.

johnynek commented 6 years ago

thanks a ton @coltfred !

Big help.