Mike Croucher
|
5607bd9a19
|
Various Py3 related import fixes
|
2015-03-02 20:13:21 +00:00 |
|
Mike Croucher
|
82722305c3
|
Changed refereences to iteritems() to items() for Py3 compat
|
2015-03-02 19:50:41 +00:00 |
|
Mike Croucher
|
46fc08a448
|
cPickle fix for Py3
|
2015-03-02 19:43:26 +00:00 |
|
Mike Croucher
|
6aca7c2765
|
Changed refereences to iteritems() to items() for Py3 compat
|
2015-03-02 19:39:50 +00:00 |
|
Mike Croucher
|
153a110a1d
|
Updated README.m to refelect recent Py3 work
|
2015-03-01 10:25:52 +00:00 |
|
Mike Croucher
|
34103ca37c
|
Commented out weave functions for Py3 support
|
2015-03-01 10:18:27 +00:00 |
|
Mike Croucher
|
a0dc90596c
|
Commented out weave functions for Py3 support
|
2015-03-01 10:17:21 +00:00 |
|
Mike Croucher
|
560950466d
|
itertools fixes from 2to3
|
2015-03-01 09:24:22 +00:00 |
|
Mike Croucher
|
8d66b7b4f0
|
Need to explicitly turn a range object to a list in for these tests
|
2015-02-28 19:15:46 +00:00 |
|
Mike Croucher
|
40f5f4b865
|
has_key has been removed from Python 3
|
2015-02-28 19:08:01 +00:00 |
|
Mike Croucher
|
e0d0f2e633
|
from functools import reduce for Py3 compat
|
2015-02-28 18:59:14 +00:00 |
|
Mike Croucher
|
358488cf5d
|
Ensure that object.__new__ never gets called with arguments
|
2015-02-28 18:50:58 +00:00 |
|
Mike Croucher
|
1c6796e73d
|
import reduce from functools for Py3 compat
|
2015-02-28 18:40:25 +00:00 |
|
Mike Croucher
|
a6e28205e1
|
Ensure that object.__new__ never gets called with arguments
|
2015-02-28 18:36:52 +00:00 |
|
Mike Croucher
|
b4a3253e26
|
Ensure that object.__new__ never gets called with arguments
|
2015-02-28 18:22:44 +00:00 |
|
Mike Croucher
|
79f4b26f4d
|
Fixed integer division for Python 3 compat
|
2015-02-28 12:41:23 +00:00 |
|
Mike Croucher
|
8c552c2509
|
Fixed string encoding for Python 3
|
2015-02-28 12:39:39 +00:00 |
|
Mike Croucher
|
6b1e20027a
|
reduce fix for Python 3
|
2015-02-28 12:20:41 +00:00 |
|
Mike Croucher
|
1c6cfe2d81
|
Changed metaclass syntax to be Py3 compatible. This breaks Py2 compatibility
|
2015-02-28 11:54:11 +00:00 |
|
Mike Croucher
|
58225c0188
|
import reduce from functools for py3 compatibility
|
2015-02-27 19:36:56 +00:00 |
|
Mike Croucher
|
b4ad1b2d73
|
Python3 compatbility fixes
|
2015-02-27 19:32:38 +00:00 |
|
Mike Croucher
|
300bdb960b
|
Print fixes for Python 3
|
2015-02-27 19:04:25 +00:00 |
|
Mike Croucher
|
09c93e62d0
|
Print fixes for Python 3
|
2015-02-27 19:03:45 +00:00 |
|
Mike Croucher
|
4c3d68b761
|
Fixed tab/space indentation issue
|
2015-02-27 19:00:55 +00:00 |
|
Mike Croucher
|
dce76d3226
|
Fix weave import for Py3
|
2015-02-27 18:53:10 +00:00 |
|
Mike Croucher
|
7353fd5575
|
More import fixes for Py3
|
2015-02-27 18:49:28 +00:00 |
|
Mike Croucher
|
19e9c9e735
|
Import fixes for Py3
|
2015-02-27 17:55:58 +00:00 |
|
Mike Croucher
|
e07d554cb5
|
Fixed inconsistent tab error
|
2015-02-27 17:53:29 +00:00 |
|
Mike Croucher
|
17f14537a3
|
Fixed inconsistent tab error
|
2015-02-27 17:52:33 +00:00 |
|
Mike Croucher
|
7a9203be4d
|
More input fixes
|
2015-02-27 17:50:48 +00:00 |
|
Mike Croucher
|
4b7036bdb2
|
More input fixes
|
2015-02-27 17:45:20 +00:00 |
|
Mike Croucher
|
506a57def8
|
Import fixes for Py3
|
2015-02-27 17:39:15 +00:00 |
|
Mike Croucher
|
786feded41
|
Import fix for Py3
|
2015-02-27 17:35:26 +00:00 |
|
Mike Croucher
|
6554c32d23
|
Changed <> to != for Py3 compatibility
|
2015-02-27 16:53:54 +00:00 |
|
Mike Croucher
|
381d28e6c8
|
Updated Py3 work
|
2015-02-27 16:50:34 +00:00 |
|
Mike Croucher
|
a9559acbd0
|
Removed import urllib2 since it wasn't being used
|
2015-02-27 16:47:26 +00:00 |
|
Mike Croucher
|
9e94830528
|
urllib2 fixes for Py3 compatibility
|
2015-02-27 16:39:31 +00:00 |
|
Mike Croucher
|
7bdb6ee556
|
Fixed cPickle import for Python 3
|
2015-02-27 15:57:57 +00:00 |
|
Mike Croucher
|
3451149427
|
Exception raising fix for Python 3
|
2015-02-27 15:54:31 +00:00 |
|
Mike Croucher
|
82ea197972
|
Put weave import in a try block so it fails gracefullt in Py3
|
2015-02-27 15:39:10 +00:00 |
|
Mike Croucher
|
9020a6f060
|
Merge remote-tracking branch 'upstream/devel' into devel
|
2015-02-27 15:18:43 +00:00 |
|
frb-yousefi
|
df4dde91c5
|
Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
|
2015-02-27 13:24:25 +00:00 |
|
frb-yousefi
|
46e67c03cf
|
DGPLVM
|
2015-02-27 13:23:08 +00:00 |
|
Mike Croucher
|
afd92820f7
|
Fixed ConfigParser for Python 3 compat
|
2015-02-27 07:59:54 +00:00 |
|
Mike Croucher
|
046bd3d955
|
Commented out cholupdate since it uses weave and appears not to be used
|
2015-02-26 16:55:17 +00:00 |
|
Mike Croucher
|
e5080eb0ad
|
Added Python 3 progress to README.md
|
2015-02-26 14:40:58 +00:00 |
|
Mike Croucher
|
ebc0b6e1a5
|
Resolved merge conflict
|
2015-02-26 14:37:58 +00:00 |
|
Mike Croucher
|
c6b43d91da
|
Exception fixes for Python 3 compat
|
2015-02-26 14:29:40 +00:00 |
|
mzwiessele
|
b616214252
|
Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
|
2015-02-26 14:24:11 +00:00 |
|
mzwiessele
|
ed6da422eb
|
[pickling errors] due to too little constant jitter, the gradient checks in pickle tests did not pass
|
2015-02-26 14:24:07 +00:00 |
|