Skip to content

Commit

Permalink
Bumping version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Jun 16, 2016
1 parent ac9c064 commit 88056dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.2.0] - 2016-06-16
### Added
- Subcommand `watch`, which allows for a user to monitor the status of an epoch
- `parse` now allows for aggregation of numeric values with the same key into mean, stddev and other statistics with the --agg flag. Combined with the `trials` parameter in the expfile, this allows for multiple runs to be aggregated and parsed into one output.
- Adding richer symbolic epoch syntax (e.g., HEAD~~ is the third to last experiment).
- Version control information is now captured for SVN repos as well as git
- Metadata for result files are now stored in `$epoch/.md$ as structured YAML data.

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dimebox",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "bin/dimebox",
"scripts": {
Expand Down

0 comments on commit 88056dc

Please sign in to comment.