Matthew Honnibal
|
22f1ad012e
|
* Add spacy.munge to list of packages
|
2015-06-07 22:28:13 +02:00 |
|
Matthew Honnibal
|
ce8e524825
|
* Fix requirements in setup.py
|
2015-06-07 22:24:21 +02:00 |
|
Matthew Honnibal
|
48bc4122d8
|
* Upd version in setup.py
|
2015-06-07 19:05:28 +02:00 |
|
Matthew Honnibal
|
cc7439a16b
|
* Don't use alignment.pyx file, move functionality to spacy.gold
|
2015-05-24 21:51:15 +02:00 |
|
Matthew Honnibal
|
fc75210941
|
* Move spacy.syntax.conll to spacy.gold
|
2015-05-24 21:35:02 +02:00 |
|
Matthew Honnibal
|
bfeb29ebd1
|
* Tmp commit
|
2015-05-24 02:50:14 +02:00 |
|
Matthew Honnibal
|
03ebf70a66
|
* Inc version to 0.84
|
2015-05-12 02:38:51 +02:00 |
|
Jordan Suchow
|
3a8d9b37a6
|
Remove trailing whitespace
|
2015-04-19 13:01:38 -07:00 |
|
Jordan Suchow
|
5f0f940a1f
|
Remove unused imports
|
2015-04-19 01:05:22 -07:00 |
|
Matthew Honnibal
|
716ba06711
|
* Inc version
|
2015-04-16 04:28:15 +02:00 |
|
Matthew Honnibal
|
05d0f078bb
|
* Inc version
|
2015-04-13 22:29:31 +02:00 |
|
Matthew Honnibal
|
ab53855dfe
|
* Bump version
|
2015-04-13 06:08:22 +02:00 |
|
Matthew Honnibal
|
11c4794e56
|
* Bump version number
|
2015-04-12 07:17:32 +02:00 |
|
Matthew Honnibal
|
8f68b864c4
|
* Move Span/Spans to separate files. Currently duplicates lots of Tokens functionality. Should probably be integrated into Tokens
|
2015-03-26 16:44:48 +01:00 |
|
Matthew Honnibal
|
e99f19dd6c
|
* Fix clean function
|
2015-03-26 16:44:44 +01:00 |
|
Matthew Honnibal
|
357dcdcc01
|
* Fix clean function
|
2015-03-26 16:44:44 +01:00 |
|
Matthew Honnibal
|
8da53cbe3c
|
* Fix setup.py, so that when compiling, only the necessary files are compiled
|
2015-03-26 16:44:43 +01:00 |
|
Matthew Honnibal
|
6e86790a4e
|
* Add new syntax modules to setup.py
|
2015-03-26 16:44:42 +01:00 |
|
Matthew Honnibal
|
c341bfb0a2
|
* Inc version
|
2015-03-03 05:46:14 -05:00 |
|
Matthew Honnibal
|
827a2337b0
|
* Inc version
|
2015-02-27 03:56:54 -05:00 |
|
Matthew Honnibal
|
74015da94b
|
* Inc version
|
2015-02-23 15:40:41 -05:00 |
|
Matthew Honnibal
|
6102360111
|
* Add -Wno-strict-prototypes, to suppress warning
|
2015-02-21 20:04:37 -05:00 |
|
Matthew Honnibal
|
ba1d3ddd7f
|
* Move -lc++ link arg to only be used if darwin is OS. Should actually check whether GCC is compiler
|
2015-02-18 06:10:43 -05:00 |
|
Matthew Honnibal
|
59b46e4c2f
|
* Move libc++ argument back under check for darwin. This assumes that extensions on OSX will be built with clang, but OSX GCC builds are also possible. Need to detect compiler and disable this flag
|
2015-02-18 06:03:45 -05:00 |
|
Matthew Honnibal
|
aa475673ee
|
* Tweak compile args for OSX
|
2015-02-18 05:41:11 -05:00 |
|
Matthew Honnibal
|
b4edd1d907
|
* Make new compile args conditional on darwin, as they're invalid on Linux
|
2015-02-18 05:09:50 -05:00 |
|
Matthew Honnibal
|
e885903dc6
|
* Add compile args to fix conda compilation on OSX, and increment version
|
2015-02-18 05:01:27 -05:00 |
|
Matthew Honnibal
|
69d27d55b0
|
* Inc version, with new orphan-token bug fix
|
2015-02-16 16:52:54 -05:00 |
|
Matthew Honnibal
|
789a6fe462
|
* Inc version --- 0.63 seems to have been packaged incorrectly, to not include a bug fix to tokens.pyx to transfer ownership to Token objects
|
2015-02-16 11:56:14 -05:00 |
|
Matthew Honnibal
|
773d209405
|
* Inc version to 0.63
|
2015-02-11 18:39:41 -05:00 |
|
Matthew Honnibal
|
f0a9d2cb9c
|
* Inc version
|
2015-02-11 14:20:57 -05:00 |
|
Matthew Honnibal
|
5ff2b5c8f0
|
* Inc version
|
2015-02-10 10:16:09 -05:00 |
|
Matthew Honnibal
|
29bdf0d05a
|
* Inc version
|
2015-02-09 10:22:06 -05:00 |
|
Matthew Honnibal
|
407bb5da8b
|
* Increment version
|
2015-02-09 09:46:20 -05:00 |
|
Matthew Honnibal
|
933c188eb5
|
* Inc version
|
2015-02-07 13:14:27 -05:00 |
|
Matthew Honnibal
|
ef795aece8
|
* Upd release
|
2015-02-07 12:26:34 -05:00 |
|
Matthew Honnibal
|
330b1a7a3d
|
* Inc version
|
2015-02-07 11:32:13 -05:00 |
|
Matthew Honnibal
|
bfe1bcc02d
|
* Rename 0.4.0 to 0.40
|
2015-02-01 18:32:01 +11:00 |
|
Matthew Honnibal
|
dea1245311
|
* Require advanced version of cymem
|
2015-02-01 17:04:59 +11:00 |
|
Matthew Honnibal
|
ac20a53509
|
* Change version to 0.4.0
|
2015-02-01 16:54:13 +11:00 |
|
Matthew Honnibal
|
d1a5091052
|
* Require six
|
2015-02-01 16:24:50 +11:00 |
|
Matthew Honnibal
|
754f4aed8e
|
* Inc version
|
2015-01-31 22:49:46 +11:00 |
|
Matthew Honnibal
|
a3955fd8d5
|
* Require plac
|
2015-01-31 13:50:53 +11:00 |
|
Matthew Honnibal
|
6c081dd1fc
|
* Handle failure when numpy headers are already installed correctly
|
2015-01-30 19:48:19 +11:00 |
|
Matthew Honnibal
|
f0bbffca8d
|
* Fix the way numpy headers are installed during compilation from source
|
2015-01-30 18:14:45 +11:00 |
|
Matthew Honnibal
|
781dd712dc
|
* Fix numpy commit problem
|
2015-01-28 14:00:20 +11:00 |
|
Matthew Honnibal
|
8cd5a91063
|
* Inc version, and add wget as requirement
|
2015-01-25 23:00:54 +11:00 |
|
Matthew Honnibal
|
419fef7627
|
* Inc version
|
2015-01-25 22:15:47 +11:00 |
|
Matthew Honnibal
|
77a61a8970
|
* Inc version
|
2015-01-25 18:51:35 +11:00 |
|
Matthew Honnibal
|
7a750983b9
|
* Don't package word vectors in source dist
|
2015-01-25 16:58:38 +11:00 |
|