Skip to content

Commit

Permalink
Merge pull request #3 from ihmcrobotics/release/0.19.1
Browse files Browse the repository at this point in the history
Release/0.19.1
  • Loading branch information
rjgriffin42 authored Oct 30, 2024
2 parents 26c6592 + 7e2cd46 commit 1971a85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ihmc-matrix-library
IHMC Matrix Library gathers utilities to improve experience the matrix library EJML.

![develop, fast](https://github.com/ihmcrobotics/ihmc-matrix-library/actions/workflows/gradle-test-fast.yml/badge.svg?branch=develop) Current develop status


# Usage
Supported platforms:
- Linux (Ubuntu 20.04+ or similar x86_64, arm64)
Expand Down Expand Up @@ -34,4 +37,4 @@ Windows:
macOS:
- XCode 1.13.1+
- swig
- CMake
- CMake
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

ihmc {
group = "us.ihmc"
version = "0.19.0"
version = "0.19.1"
vcsUrl = "https://github.com/ihmcrobotics/ihmc-matrix-library"
openSource = true

Expand All @@ -18,13 +18,13 @@ mainDependencies {
api("org.ejml:ejml-core:0.39")
api("org.ejml:ejml-ddense:0.39")

api("us.ihmc:ihmc-commons:0.32.0")
api("us.ihmc:euclid:0.21.0")
api("us.ihmc:ihmc-commons:0.34.0")
api("us.ihmc:euclid:0.22.2")
api("us.ihmc:ihmc-native-library-loader:2.0.3")
api("net.sf.trove4j:trove4j:3.0.3")
}

testDependencies {
api("us.ihmc:euclid-frame:0.21.0")
api("us.ihmc:euclid-frame:0.22.2")
api("org.ejml:ejml-simple:0.39")
}

0 comments on commit 1971a85

Please sign in to comment.