Skip to content

Commit

Permalink
preparing 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rcabanasdepaz committed Aug 5, 2021
1 parent c0c4abc commit 0320001
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ before_install:
- rm -R $HOME/.m2/*
- mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get -DgroupId=net.sf.lpsolve -DartifactId=lp_solve -Dversion=5.5.2 -Dpackaging=jar -DremoteRepositories=https://raw.github.com/idsia/crema/mvn-repo/
- mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get -DgroupId=ch.javasoft.polco -DartifactId=polco -Dversion=4.7.1 -Dpackaging=jar -DremoteRepositories=https://raw.github.com/idsia/crema/mvn-repo/
- mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get -DgroupId=ch.idsia -DartifactId=crema -Dversion=0.1.4 -Dpackaging=jar -DremoteRepositories=https://raw.github.com/idsia/crema/mvn-repo/
- mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:get -DgroupId=ch.idsia -DartifactId=crema -Dversion=0.1.5 -Dpackaging=jar -DremoteRepositories=https://raw.github.com/idsia/crema/mvn-repo/
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

0.1.3
=============
- EMCredalBuilder: learns a set of precise SCMs compatible with the observed distribution.
- CausalMultiVE: causal inference from a set of precise SCMs.
- Probability of necessity and sufficiency queries.
- Data IO functionality.
- Extended unit tests.
- fixed some bugs.



0.1.2
=============

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Add the following code in the pom.xml of your project:
<dependency>
<groupId>ch.idsia</groupId>
<artifactId>credici</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion docs/notes/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Credici can be easily included at any maven project. For this, add the following
<dependency>
<groupId>ch.idsia</groupId>
<artifactId>credici</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.idsia</groupId>
<artifactId>credici</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>


<repositories>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>ch.idsia</groupId>
<artifactId>crema</artifactId>
<version>0.1.5-SNAPSHOT</version>
<version>0.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0320001

Please sign in to comment.