Skip to content

Commit e4a5e4e

Browse files
author
Ram Idavalapati
authored
Merge pull request #29 from RamanjaneyuluIdavalapati/master
New feature `annoy` added to wordvecspace module
2 parents 88a8fdf + 54c786d commit e4a5e4e

16 files changed

Lines changed: 1711 additions & 793 deletions

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ language: python
22
python:
33
- '3.5'
44
before_install:
5-
- wget 'https://s3.amazonaws.com/deepcompute-public/data/wordvecspace/small_test_data.tgz'
5+
- wget 'https://s3.amazonaws.com/deepcompute-public-data/wordvecspace/small_test_data.tgz'
66
&& tar xvzf small_test_data.tgz
7-
- export WORDVECSPACE_DATADIR='./small_test_data'
7+
- export WORDVECSPACE_DATAFILE='dc.wvspace'
88
install:
99
- pip install .[service]
1010
- sudo apt install libopenblas-base
11+
- sudo apt-get install libffi-dev
1112
script:
1213
- python3 setup.py test
1314
deploy:
@@ -24,8 +25,8 @@ deploy:
2425
- wordvecspace/command.py
2526
- wordvecspace/convert.py
2627
- wordvecspace/cuda.py
27-
name: wordvecspace-0.5
28-
tag_name: 0.5
28+
name: wordvecspace-0.5.1
29+
tag_name: 0.5.1
2930
on:
3031
repo: deep-compute/wordvecspace
3132
# pypitest

0 commit comments

Comments
 (0)