#Recent Changes
##H2O-Dev
###0.1.20.1019 - 1/19/15
####New Features
These features have been added since the last release:
#####UI
- Added various documentation links to the build page (github)
#####API
- None
#####Algorithms
- Ported matrix multiply over and connected it to rapids (github)
#####System
- None
####Enhancements
These changes are to improvements to existing features (which includes changed default values):
#####UI
- Allow user to specify (the log of) the number of rows per chunk for a new constant chunk; use this new function in CreateFrame (github)
- Make CreateFrame non-blocking, now displays progress bar in Flow (github)
- Add row and column count to H2OFrame show method (github)
- Admin watermeter page (PUBDEV-234)
- Admin stack trace (PUBDEV-228)
- Admin profile (PUBDEV-227)
- Flow: Add download logs in UI (PUBDEV-204)
- Need shutdown, minimally like h2o (PUBDEV-74)
#####API
- Changed 2 to 3 for JSON requests (github)
- Rename some more fields per consistency (
max_iterschanged tomax_iterations,_itersto_iterations,_ncatsto_categorical_column_count,_centersrawtocenters_raw,_avgwithinsstoavg_within_ss,_withinmsetowithin_mse) (github) - Changed K-Means output parameters (
withinmsetowithin_mse,avgsstoavg_ss,avgbetweensstoavg_between_ss) (github) - Remove default field values from DeepLearning parameters schema, since they come from the backing class (github)
- Add @API help annotation strings to JSON model output (PUBDEV-216)
#####Algorithms
- Minor fix in rapids matrix multiplicaton (github)
- Updated sparse chunk to cut off binary search for prefix/suffix zeros (github)
- Updated L_BFGS for GLM - warm-start solutions during lambda search, correctly pass current lambda value, added column-based gradient task (github)
- Fix model parameters' default values in the metadata (github)
- Set default value of k = number of clusters to 1 for K-Means (PUBDEV-251)
#####System
- Reject any training data with non-numeric values from KMeans model building (github)
####Bug Fixes
These changes are to resolve incorrect software behavior:
#####UI
- None
#####API
- Fixed isSparse call for constant chunks (github)
- Fixed sparse interface of constant chunks (no nonzero if const 1= 0) (github)
#####Algorithms
- None
#####System
- Typeahead for folder contents apparently requires trailing "/" (github)
- Fix build and instructions for R install.packages() style of installation; Note we only support source installs now (github)
- Fixed R test runner h2o package install issue that caused it to fail to install on dev builds (github)
###0.1.20.1018 - 1/15/15
####New Features These features have been added since the last release:
#####UI
- Admin timeline (PUBDEV-226)
- Admin cluster status (PUBDEV-225)
- Markdown cells should auto run when loading a saved Flow notebook (PUBDEV-87)
- Complete About page to include info about the H2O version (PUBDEV-223)
#####API
- None
#####Algorithms
- None
#####System
- None
####Enhancements
These changes are to improvements to existing features (which includes changed default values):
#####UI
- None
#####API
- None
#####Algorithms
- Flow: Implement model output for GBM (PUBDEV-119)
#####System
- None
####Bug Fixes
These changes are to resolve incorrect software behavior:
- None
###0.1.20.1016 - 12/28/14
- Added ip_port field in node json output for Cloud query (github)