Skip to content

C++11 compatibility

Latest
Compare
Choose a tag to compare
@gstonge gstonge released this 26 Apr 19:26
· 6 commits to master since this release
e1a71f8
  • Now compatible with C++11.
  • When sampling an empty set, it raises a KeyError instead or returning a
    None. This also affects the behavior of sampling without replacement when
    n_samplesis larger than the set size.
  • Other forbidden operations raises an error as well instead of returning a
    None.