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: fracpete/matlab-weka-package
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2021.1.13
Choose a base ref
...
head repository: fracpete/matlab-weka-package
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 12, 2021

  1. Copy the full SHA
    fa13576 View commit details
  2. Copy the full SHA
    9cf1f95 View commit details

Commits on Jan 13, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9897ca3 View commit details
Showing with 9 additions and 1 deletion.
  1. +8 −0 README.md
  2. +1 −1 pom.xml
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,6 +26,14 @@ Options:
(default: 25)
```

**Note**

The loader outputs all the entries contained
in the .mat file on `stderr`. So check the
console output for them, if you are unsure
about what the name of the matrix is that
you are trying to load.

The saver:

```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

<groupId>com.github.fracpete</groupId>
<artifactId>matlab-weka-package</artifactId>
<version>2021.1.13-SNAPSHOT</version>
<version>2021.1.14-SNAPSHOT</version>
<packaging>jar</packaging>

<name>matlab</name>