mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 04:46:23 +02:00
Added details of Python 3 work
This commit is contained in:
parent
1521b3e260
commit
d284953b69
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# GPy
|
||||
|
||||
# Moving to Python 3
|
||||
Work is underway to make GPy run on Python 3. We are not there yet! Changes performed so far have retained compatibility with Python 2.6 and abive.
|
||||
|
||||
Work done so far:
|
||||
|
||||
* Use 2to3 to fix relative imports
|
||||
* use 2to3 to convert print from statement to function. Some advanced uses of print meant that this could not be done in a way that retained compatibility with old versions of Python. The oldest version of Python that is supported by this version is 2.6 due to the required future imports.
|
||||
|
||||
A Gaussian processes framework in Python.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue