Skip to content

Commit

Permalink
Start CHANGELOG and up to development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzk committed Jan 1, 2016
1 parent 684a7a8 commit 594c8fa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Version 0.2.3.9000

* Start development version and use mungebits2 package throughout.

# Version 0.2.3

* The `munge_procedure` passed to a `tundraContainer` can now be a stageRunner,
in preparation for hierarchical munging in the mungebits2 package.

# Version 0.2.2

* tundraContainer objects can now add pre-munge and post-munge hooks - functions
that will be executed before and after munging when the `train` or
`predict` methods are called. You can add a hook using
`container$add_hook('train_pre_munge', function() { ... })`. Note these functions
can modify the tundraContainer's internals, like `input` or `output`.

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Tundra provides a standardized container format for classifiers
developed in R. This allows easier deployment by keeping both the data
preparation procedure and the statistics in one place with an easy
interface.
Version: 0.3.0
Version: 0.3.0.9000
Author: Robert Krzyzanowski <technoguyrob@gmail.com>
Maintainer: Robert Krzyzanowski <technoguyrob@gmail.com>
Authors@R: c(person("Robert", "Krzyzanowski",
Expand Down

0 comments on commit 594c8fa

Please sign in to comment.