1. 02 Aug, 2019 3 commits
    • Edward Z. Yang's avatar
      Conda nightly packaging updates. (#203) · a9bee3ed
      Edward Z. Yang authored
      Billing of changes:
      
      * Can now toggle what branch is built using BRANCH envvar
      * PyTorch nightly we were built against is hardcoded into conda meta.yaml
      * Disable Conda Python 3.5 builds as we don't have nightlies for torch at the moment
      * No more torchaudio-cpu or torchaudio-nightly suffix
      * Remove librosa from testing stanza, so that conda build works with stock anaconda channel
      * Change convention on PREFIX to be what we previously called $PREFIX/audio
      * Make build_from_source.sh cd-neutral
      
      Signed-off-by: Edward Z. Yang ezyang@fb.com
      a9bee3ed
    • Edward Z. Yang's avatar
      Make torchaudio work on Python 2. (#209) · a424509d
      Edward Z. Yang authored
      
      
      - Apply __future__ imports uniformly (future division is the biggy, but absolute
        imports mattered too)
      - Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT
        add this library as a dependency to torchaudio; it's only for testing)
      - Replace math.gcd with fractions.gcd
      - Fix a weird pytest collection bug involving parametrized tests
      - Turn on Python 2 and Python 3.7 in Travis.
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      a424509d
    • Vincent QB's avatar
      67f9f302
  2. 01 Aug, 2019 3 commits
  3. 31 Jul, 2019 3 commits
  4. 30 Jul, 2019 3 commits
  5. 29 Jul, 2019 7 commits
  6. 26 Jul, 2019 3 commits
  7. 25 Jul, 2019 2 commits
  8. 24 Jul, 2019 5 commits
  9. 22 Jul, 2019 2 commits
  10. 18 Jul, 2019 3 commits
  11. 17 Jul, 2019 6 commits