This release of ART 1.0.1 accounts for initial user feedback on v1.0.0
Added
- add support for binary logistic regression with
sklearn.linear_model.LogisticRegression
in addition to the existing support for multi-class logistic regression (#171)
Changed
-
extended exception messages inside of attacks checking for valid combinations of attacks and classifiers to provide better explanations of the reason for the raised exception (#174)
-
update Travis unit-testing to use TensorFlow 2.0.0 (#183)
Removed
[None]