more cooooopyrighting

This commit is contained in:
James Hensman 2014-11-21 12:10:50 +00:00
parent f8fa672ea1
commit cdafff3861
12 changed files with 20 additions and 17 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt). # Copyright (c) 2012 - 2014 the GPy Austhors (see AUTHORS.txt)
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np import numpy as np

View file

@ -1,4 +1,4 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt). # Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np import numpy as np

View file

@ -1,4 +1,4 @@
# ## Copyright (c) 2012, GPy authors (see AUTHORS.txt). # Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)

View file

@ -1,4 +1,3 @@
# Copyright (c) 2013, Ricardo Andrade
# Copyright (c) 2013, the GPy Authors (see AUTHORS.txt) # Copyright (c) 2013, the GPy Authors (see AUTHORS.txt)
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)

View file

@ -1,4 +1,4 @@
# ## Copyright (c) 2012, GPy authors (see AUTHORS.txt). # Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)

View file

@ -1,3 +1,5 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np import numpy as np
def get_blocks(A, blocksizes): def get_blocks(A, blocksizes):

View file

@ -1,3 +1,5 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from ..core.parameterization.observable import Observable from ..core.parameterization.observable import Observable
import collections, weakref import collections, weakref

View file

@ -1,3 +1,5 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np import numpy as np
def conf_matrix(p,labels,names=['1','0'],threshold=.5,show=True): def conf_matrix(p,labels,names=['1','0'],threshold=.5,show=True):

View file

@ -33,4 +33,3 @@ def checkFullRank(m, tol=1e-10, name=None, force_check=False):
print 'The eigen values of '+name+' is '+str(s) print 'The eigen values of '+name+' is '+str(s)
return False return False
return True return True

View file

@ -1,3 +1,5 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np import numpy as np
from functools import wraps from functools import wraps

View file

@ -1,10 +1,5 @@
''' # Copyright (c) 2012, GPy authors (see AUTHORS.txt).
.. module:: GPy.util.diag # Licensed under the BSD 3-clause license (see LICENSE.txt)
.. moduleauthor:: Max Zwiessele <ibinbei@gmail.com>
'''
__updated__ = '2013-12-03'
import numpy as np import numpy as np

View file

@ -1,3 +1,5 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np import numpy as np
from scipy.special import erf, erfc, erfcx from scipy.special import erf, erfc, erfcx
import sys import sys