Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Feb 19, 2022
1 parent fe2ea89 commit bc95e0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rainette
Type: Package
Title: The Reinert Method for Textual Data Clustering
Version: 0.2.1.9000
Date: 2021-10-06
Version: 0.3.0
Date: 2022-02-18
Authors@R: c(person("Julien", "Barnier", email="julien.barnier@cnrs.fr",
role=c("aut","cre")), person("Florian", "Privé",
email="florian.prive.21@gmail.com", role="ctb"))
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# rainette (development version)
# rainette 0.3.0

## New features

Rework of the double classification computation :

- New `full` argument to `rainette2()`. If `TRUE` (default, same behavior as previous versions), all crossings between groups of the two single classifications are taken into account to find the best partition. If `FALSE`, only the crossings with maximal associations are kept.
- New `parallel` argument to `rainette2()` to compute partitions with `mclapply` (`FALSE` by default, won't work on Windows)
- New `parallel` argument to `rainette2()` to compute partitions with `mclapply` (`FALSE` by default, won't work on Windows, uses more RAM)
- Global optimization and speed up of `rainette2()` computations, with added progress bars to better estimate long runs

## Documentation
Expand Down

0 comments on commit bc95e0f

Please sign in to comment.