Skip to content

Commit

Permalink
Merge branch 'ar/changelog-031rc1' into 'master'
Browse files Browse the repository at this point in the history
Prep 0.3.1RC1

See merge request machine-learning/modkit!188
  • Loading branch information
ArtRand committed Jun 8, 2024
2 parents 29e69be + fb9283d commit 9f1f148
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.3.1rc1]
### Fixes
- [find-motifs] Bug where error would be reported when output tables are specified. Fixes #195
### Adds
- [extract] Allows streaming read calls table directly to stdout.


## [v0.3.0]
### Fixes
- [validate] Fix bug where observations were not being balanced correctly.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mod_kit"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 9f1f148

Please sign in to comment.