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

0.6.0 release #364

Merged
merged 5 commits into from
Jul 12, 2019
Merged

0.6.0 release #364

merged 5 commits into from
Jul 12, 2019

Conversation

michaelweilsalesforce
Copy link
Contributor

@michaelweilsalesforce michaelweilsalesforce commented Jul 11, 2019

87aca8d Aggregate LOCOs of DateToUnitCircleTransformer. (#349)
28eac0c Convert lambda functions into concrete classes to allow compatibility with Scala 2.12 (#357)
a53decd Replace mapValues with immutable Map where applicable (#363)
3e0ae2c Aggregate spark metrics during run time instead of post processing by default (#358)
3b82d96 Try to fix the failing test (#356)
c25f4eb Allow customizing serialization for FeatureGenerator extract function (#352)
e6cc43f Update helloworld examples to be simple (#351)
ecc7f22 Forecast Evaluator - fixes SMAPE, adds MASE and Seasonal Error metrics (#342)
2d49809 Adding key ctor field in all RawFeatureFilter results (#348)
afc910c Enable CicleCI version 2.1 (#353)
736df96 Quick Fix Alias Type Names (#346)
e552147 Forecast evaluator + SMAPE metric (#337)
5b82f42 Local scoring for model with features of all types (#340)
2f55e7a Remove local runner + update docs (#335)
9fd9329 Update pom.xml
1a8cc73 Added missing test for java conversions (#334)
9fee4d4 Get rid of scalaj-collections (#333)
13ddb4f Workflow independent model loading (#274)
428eb4c Update pom.xml
694206c Bump Apache Tika to 1.21 (#331)
0065568 Update pom.xml
58a7585 Create pom.xml
cc84919 Aggregated LOCOs of SmartTextVectorizer outputs (#308)
154e188 Update versions matrix
9ab875a Update Community-Projects.md
fe9b0bb Added community projects docs section (#326)
b08dd94 Add FeatureBuilder.fromSchema (#325)
c47ff42 Improve WeekOfMonth in date transformers (#323)
689b71f Improved datetime unit transformer shortcuts - Part 2 (#319)
7886a58 Correctly pass main class for CLI sub project (#321)
6f55dee Serialize blacklisted map keys with the model + updated access on workflow/model members (#320)
18a9243 Improved datetime unit transformer shortcuts (#316)
9d01538 Improved OpScalarStandardScalerTest (#317)
d6bb99b improved PercentileCalibratorTest (#318)
3992cfe Added concrete wrappers for HashingTF, NGram and StopWordsRemover (#314)
976cd25 Avoid singleton random generators (#312)
2081d5e Remove free function aggregation with feature builders (#311)
b6bc25a Added util methods to create class/object by name + retrieve type tag by type name (#310)
40e4929 Bumped versions to 0.5.3 in docs and set the build version to 0.6.0-SNAPSHOT (#307)
fadc8d9 Bump shadowjar plugin to 5.0.0 (#306)

@codecov
Copy link

codecov bot commented Jul 11, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #364      +/-   ##
==========================================
- Coverage   86.83%   86.82%   -0.02%     
==========================================
  Files         336      336              
  Lines       10873    10873              
  Branches      360      576     +216     
==========================================
- Hits         9442     9440       -2     
- Misses       1431     1433       +2
Impacted Files Coverage Δ
...es/src/main/scala/com/salesforce/op/OpParams.scala 85.71% <0%> (-4.09%) ⬇️

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 87aca8d...2340caa. Read the comment docs.

Copy link
Contributor

@gerashegalov gerashegalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leahmcguire
Copy link
Collaborator

@mweilsalesforce LGTM would you like me to merge?

@michaelweilsalesforce
Copy link
Contributor Author

Please review @tovbinm @leahmcguire

@michaelweilsalesforce
Copy link
Contributor Author

@leahmcguire Sorry, just saw your comment. Please do.

@leahmcguire leahmcguire merged commit 23d200b into master Jul 12, 2019
@leahmcguire leahmcguire deleted the 0.6.0-release branch July 12, 2019 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants