Skip to content

Commit

Permalink
increase version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Jul 20, 2020
1 parent 8c9da37 commit 82b9260
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: paradox
Title: Define and Work with Parameter Spaces for Complex
Algorithms
Version: 0.3.0
Version: 0.4.0
Authors@R:
c(person(given = "Michel",
family = "Lang",
Expand Down
14 changes: 11 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# paradox 0.2.0.9000
# paradox 0.4.0

* New function `transpose()` converts `data.table` of parameter values to a list of lists.
* New methods `ParamSet$check_dt()`, `$assert_dt()` and `test_dt()` can check a `data.table` for valid parameter values.
* New public methods `is_numeric()` and `is_categorical()` for parameter sets.
* Fixed a test for upcoming release of `data.table()`.
* Added a helper function to format parameter sets in Rd files.

# paradox 0.3.0

* New function `transpose()` converts `data.table` of parameter values to a list
of lists.
* New methods `ParamSet$check_dt()`, `$assert_dt()` and `test_dt()` can check a
`data.table` for valid parameter values.
* Documentation updated.
* Unified style for object printers.

Expand Down

0 comments on commit 82b9260

Please sign in to comment.