StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.6 KiB
53 lines
1.6 KiB
4 years ago
|
# History
|
||
|
|
||
|
## 8.2.1
|
||
|
- Fix toAsync bug and patch tests
|
||
|
|
||
|
## 8.2.0
|
||
|
- Add toAsync
|
||
|
- Convert tests from QUnit to Mocha
|
||
|
|
||
|
## 8.1.0
|
||
|
- Add getKey
|
||
|
|
||
|
## 8.0.0
|
||
|
- Rename joinObj to joinObject
|
||
|
- Simplify compareProperty. Use cint.compareProperty.bind(cint, property) to achieve old behavior.
|
||
|
|
||
|
## 7.2.0
|
||
|
- Add unit tests for startsWith, before, after, between, repeatString, toTitleCase, ordinal, mapNumber, rotate, toObject, joinObj, toArray, filterObject, look, compare, compareProperty, isValue, typeof
|
||
|
- Added tallyProps.
|
||
|
- Rearranged sections.
|
||
|
|
||
|
## 7.1.2
|
||
|
- Removed semicolons. Enabled header in minified file.
|
||
|
|
||
|
## 7.1.1
|
||
|
- Updated README
|
||
|
|
||
|
## 7.1.0
|
||
|
- Added functions: addTwo, add, intoString, setValue, mapOverKey, tap, look
|
||
|
|
||
|
## 7.0.0
|
||
|
- Corrected spelling of 'arritize' to 'aritize'
|
||
|
|
||
|
## 6.0.0
|
||
|
- Removed compose, contains, filter, find, group, isEmpty, merged, pluck, range. Use underscore functions of the same name.
|
||
|
- Removed I. Use _.identity.
|
||
|
- Removed findByProperty. Use _.findWhere.
|
||
|
- Removed filterBy. Use _.where.
|
||
|
- Removed hasKey. Use _.has.
|
||
|
- Removed sequence. Use _.compose.apply(args.reverse())).
|
||
|
- Renamed curryAt to partialAt to more closely match lodash semantics.
|
||
|
- Removed curry and rcurry. Use _.partial and _.partialRight.
|
||
|
- Removed currify. Use _.curry.
|
||
|
- Removed toInstance, install, and installPrototypes. Use [nativity-cint](https://github.com/metaraine/nativity-cint).
|
||
|
- Removed reversed. Use arr.concat().reverse().
|
||
|
- Renamed hasValue to isValue
|
||
|
|
||
|
- Removed distributions. Use git tags to checkout a specific version.
|
||
|
|
||
|
## 6.1.0
|
||
|
- Add node-qunit
|
||
|
- Remove 'var' from cint declaration to work with node-qunit
|