History

0.1.0 (2020-03-26)

  • First release on PyPI.

Commit Log

* 2021-07-30:fix bug in relative error, edited cli
|  (HEAD, origin/master, origin/HEAD, master)
| 
* 2020-11-18:Bump version: 0.1.9 → 0.1.10
|  (tag: v0.1.10)
| 
* 2020-11-18:bug in rmse calculation
| 
| 
* 2020-11-11:Bump version: 0.1.8 → 0.1.9
|  (tag: v0.1.9)
| 
* 2020-11-11:handle 0s in relative error calc, --header flag, new requirements file for docs
| 
| 
* 2020-10-31:single input bug fix
| 
| 
* 2020-10-21:Bump version: 0.1.7 → 0.1.8
|  (tag: v0.1.8)
| 
* 2020-10-21:minor change in behavior of qq and interface to evalglare options
| 
| 
* 2020-10-19:add qq plot command, more options for corr
| 
| 
* 2020-05-28:Bump version: 0.1.6 → 0.1.7
|  (tag: v0.1.7)
| 
* 2020-05-28:added logisticregression functions
| 
| 
* 2020-05-01:add weights to logistic regression
| 
| 
* 2020-04-20:add y value and neff to output from logist-error
| 
| 
* 2020-04-17:Bump version: 0.1.5 → 0.1.6
|  (tag: v0.1.6)
| 
* 2020-04-17:logit and softmax
| 
| 
* 2020-04-16:report out for logist-error
| 
| 
* 2020-04-16:format stdout of logist-error
| 
| 
* 2020-04-16:logistic based weighted error ccalculation
| 
| 
* 2020-04-09:measure sigma of error from zero not mu
| 
| 
* 2020-04-03:Bump version: 0.1.4 → 0.1.5
|  (tag: v0.1.5)
| 
* 2020-04-03:add additional stats to img-cr output
| 
| 
* 2020-04-01:Bump version: 0.1.3 → 0.1.4
|  (tag: v0.1.4)
| 
* 2020-04-01:new coefficients for humanblur lorentz fit
| 
| 
* 2020-03-31:fix csh for linux
| 
| 
* 2020-03-31:Bump version: 0.1.2 → 0.1.3
|  (tag: v0.1.3)
| 
* 2020-03-31:added humanblur cshell functions for preconditioning images credit: greg ward
| 
| 
* 2020-03-31:include commit log in history
| 
| 
* 2020-03-31:Bump version: 0.1.1 → 0.1.2
|  (tag: v0.1.2)
| 
* 2020-03-31:output kde ssize and select which columns to condition (hdrstats kde / kde-error
| 
| 
* 2020-03-27:Bump version: 0.1.0 → 0.1.1
|  (tag: v0.1.1)
| 
* 2020-03-27:code clean up
| 
| 
* 2020-03-26:added requirements
| 
| 
* 2020-03-26:implemented commands from floating scripts
| 
| 
* 2020-03-26:added initial test functions for cli
| 
| 
* 2020-03-26:first commit