justinsalamon / scaper

A library for soundscape synthesis and augmentation
BSD 3-Clause "New" or "Revised" License
377 stars 55 forks source link

Fixing _sample_trunc_norm so that it works in both Scipy 1.4.0 and 1.5.1 (latest) #108

Closed pseeth closed 4 years ago

pseeth commented 4 years ago

This follows the discussion in #107 and implements the backwards-compatible fix. Bumped version to 1.3.8.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 913d535627f80e49df7758a7a1bbd6c8a45fc39c on fix-for-107 into d96622fbfd16e73518b192eaee152af9718147a3 on master.

justinsalamon commented 4 years ago

Tests are passing on travis: https://travis-ci.org/github/justinsalamon/scaper/builds/708983342

@pseeth LGTM, Squash & Merge!