Skip to content

Commit

Permalink
Feature/validation criterion callback hook (#237)
Browse files Browse the repository at this point in the history
* Add validation criterion callback hook

* Fix bug in decorator tests

* Update changelog
  • Loading branch information
MattPainter01 authored and ethanwharris committed Jul 23, 2018
1 parent 50dd297 commit 2dd4628
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Added
- Added a on_validation_criterion callback hook
### Changed
### Deprecated
### Removed
### Fixed

## [0.1.4] - 2018-07-23
### Added
- Added a decorator API for metrics which allows decorators to be used for metric construction
Expand Down

0 comments on commit 2dd4628

Please sign in to comment.