Skip to content

Commit

Permalink
update CHANGELOG.md, bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Jul 9, 2019
1 parent 27d27da commit aa72b26
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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).

## [0.3.0]
This is the version used for presentation at SciPy 2019
### Added
- functionality in `utils.results_csv` that computes d prime and adds it
to the .csv, as well as accuracy across both target present and target
absent conditions (i.e. what most people would call just "accuracy")
- single-source version
- summary results files and files with paths to training/validation/test
data are part of repository

### Changed
- `figures.acc_v_set_size` re-written as more general `metric_v_set_size`,
works with d-prime metric and can plot accuracy, means, etc., for both
conditions (instead of always separating out target present and target
absent conditions into two lines)

## [0.2.0]
This is the version used for paper submitted to ccneuro 2019
### Added
Expand All @@ -22,9 +38,6 @@ This is the version used for paper submitted to ccneuro 2019
+ enables "balancing" data set
- sub-module for running learning curves (needs to be updated to use
additions to `searchstims.train`)
- functionality in `utils.results_csv` that computes d prime and adds it
to the .csv, as well as accuracy across both target present and target
absent conditions (i.e. what most people would call just "accuracy")

### Fixed
- `searchnets.train` uses `MomentumOptimizer` like original AlexNet and
Expand Down

0 comments on commit aa72b26

Please sign in to comment.