Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alex-pirozhenko/sklearn-pmml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alex-pirozhenko/sklearn-pmml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dependabot/maven/sklearn_pmml/convert/test/jpmml-csv-evaluator/org.jpmml-pmml-model-1.4.3
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 27, 2019

  1. Bump pmml-model in /sklearn_pmml/convert/test/jpmml-csv-evaluator

    Bumps [pmml-model](https://github.com/jpmml/jpmml-model) from 1.2.6 to 1.4.3.
    - [Release notes](https://github.com/jpmml/jpmml-model/releases)
    - [Commits](jpmml/jpmml-model@1.2.6...1.4.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 27, 2019
    Copy the full SHA
    3924958 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 sklearn_pmml/convert/test/jpmml-csv-evaluator/pom.xml
2 changes: 1 addition & 1 deletion sklearn_pmml/convert/test/jpmml-csv-evaluator/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<groupId>org.jpmml</groupId>
<artifactId>pmml-model</artifactId>
<!-- OK to upgrade this one: released under BSD 3-clause. Must not upgrade pmml-evaluator. -->
<version>1.2.6</version>
<version>1.4.3</version>
</dependency>

<dependency>