gehbiszumeis
aa9a2ee360
typo fix
2022-01-19 15:15:19 +01:00
gehbiszumeis
ebad34a118
to and & from_dict method for periodic kernel
2021-12-23 09:18:26 +01:00
gehbiszumeis
5c587e91b9
docstring typo fix
2021-12-14 15:08:13 +01:00
gehbiszumeis
4286501df4
Merge pull request #2 from ppk42/devel
...
Merging AppVeyor fix
2021-12-01 11:08:04 +01:00
gehbiszumeis
23aae96152
add: built_from_dict method for White Kernel
2021-12-01 10:06:01 +01:00
Peter Paul Kiefer
a93c4ace5f
#955 Fix CI build
...
Freezing numpy and scipy was a bad idea.
I freeze matplotlib dependend on the python version only.
2021-11-28 10:25:18 +01:00
Peter Paul Kiefer
299b3b023a
#955 fixing ci build on appveyor
...
After bringing the miniconda env to work again, the wrong matplotlib version was used. This commit should fix that.
2021-11-28 10:00:24 +01:00
Peter Paul Kiefer
a63306423d
1st attempt bring the appveyor build to life again
2021-11-27 16:03:10 +01:00
gehbiszumeis
c84d968f2a
adjust GPy version in appveyor.yml
2021-11-26 09:20:24 +01:00
gehbiszumeis
77ea10b752
revert miniconda versioning changes
2021-11-26 09:19:57 +01:00
gehbiszumeis
77f9f460f5
Merge pull request #1 from ppk42/devel
...
A try to get rid of the appveyor build error.
2021-11-26 09:00:53 +01:00
Peter Paul Kiefer
62f88ff0f1
Update appveyor.yml
...
Thinking it over it decided to use miniconda38 for all python versions unless python 3.5.
2021-11-25 19:33:07 +01:00
Peter Paul Kiefer
9c0c167692
Still fixing build error on appveyor
...
I also use a newer miniconda version for greater python versions.
2021-11-25 19:24:52 +01:00
Peter Paul Kiefer
cd6e9b58e8
Try to fix the conda update challange.
...
See: https://community.intel.com/t5/Intel-Distribution-for-Python/Conda-update-Conda-fails/td-p/1126174
It is just a try for a different context/(conda version).
2021-11-25 18:49:55 +01:00
gehbiszumeis
0dc988b4ba
revert all conda changes
2021-11-25 11:35:50 +01:00
gehbiszumeis
517108a066
try to get from conda-forge
2021-11-25 11:25:28 +01:00
gehbiszumeis
4d9f9e8276
try installing charset-normalizer beforehand
2021-11-25 11:18:25 +01:00
gehbiszumeis
289a15c8c5
pin conda package
2021-11-25 11:02:34 +01:00
gehbiszumeis
9c9dfb23e0
pin conda package
2021-11-25 10:58:54 +01:00
gehbiszumeis
cd783a1113
use conda update anaconda
2021-11-25 10:38:38 +01:00
gehbiszumeis
5f0271776f
conda clean all (not only packages)
2021-11-25 09:45:46 +01:00
gehbiszumeis
4567ddfb0b
revert all conda changes
2021-11-25 09:10:23 +01:00
gehbiszumeis
7f4ce5f4e5
try pinning packages for conda
2021-11-25 08:49:30 +01:00
gehbiszumeis
73960b4057
conda clean before conda update
2021-11-24 18:14:19 +01:00
gehbiszumeis
67a481385e
conda clean up after conda update
2021-11-24 14:10:49 +01:00
gehbiszumeis
f4409e0f15
conda cleanup in appveyors pipeline
2021-11-24 13:48:51 +01:00
gehbiszumeis
1b8b649878
fix: rework Y_metadata part for compatibility with unittests !minor
2021-10-29 14:04:20 +02:00
gehbiszumeis
a133947b42
Y_metadata conversion from serializable to np.array when loading from dict
2021-10-29 13:35:13 +02:00
gehbiszumeis
49e272c449
new: added possibility to build MixedNoise likelihood from input_dict
2021-10-29 13:33:01 +02:00
gehbiszumeis
4c3c2ac755
added additional needed parameters to to_dict() method for Coregionalize kernel + added _build_from_input dict method
2021-10-29 13:32:16 +02:00
gehbiszumeis
f79144bf47
fix: typo
2021-10-27 16:06:04 +02:00
gehbiszumeis
4de3fdda20
fix: made Y_metadata dict content serializable
2021-10-27 16:05:24 +02:00
gehbiszumeis
fcb43ce5dd
new: added to_dict() method to MixedNoise likelihood class
2021-10-27 16:03:31 +02:00
gehbiszumeis
ba050dabfb
new: added to_dict() method to Coregionalize kernel class
2021-10-27 16:02:58 +02:00
Tao Cui
3e19a85575
Update priors_plots.py ( #929 )
...
Change pb.hist(rvs, 100, normed=True) to pb.hist(rvs, 100, density=True) in file priors_plots.py.
2021-06-07 19:28:37 -07:00
Neil Lawrence
111727e139
Merge pull request #928 from lawrennd/devel
...
Make examples files check if matplotlib is available.
2021-05-29 14:38:56 +01:00
Neil Lawrence
06f60715a9
Merge branch 'SheffieldML:devel' into devel
2021-05-28 21:27:23 +01:00
Tim Gates
4089a662a9
docs: fix simple typo, symetric -> symmetric ( #883 )
...
There is a small typo in doc/source/tuto_creating_new_kernels.rst.
Should read `symmetric` rather than `symetric`.
2021-05-27 19:47:48 -07:00
Eric Kalosa-Kenyon
62d735e6a6
Fix GPy.priors.InverseGamma ( #903 )
...
* fixed InverseGamma prior: beforehand, it was a child class of Gamma but it defined a broken __new__ method of its own. Now, it just inherits Gamma's __new__; also added a test that ensures the InverseGamma can be instantiated and integrated into a GPy model
* overwrote misleading inherited methods in InverseGamma, deleted unnecessary repeated code
2021-05-26 17:37:55 -07:00
Neil Lawrence
b174b58b79
Fix MPL_AVAILABLE error.
2021-05-24 09:19:45 +01:00
Neil Lawrence
b0e66c5cb5
Merge branch 'devel' of https://github.com/lawrennd/GPy into devel
2021-05-24 09:15:07 +01:00
Neil Lawrence
5fb4aeb688
Start integration of flake8 errors into examples
2021-05-24 09:15:00 +01:00
Neil Lawrence
88d4fbf2c0
Merge pull request #918 from lawrennd/devel
...
Fix code that was relying on Python 2 integer division
2021-05-24 08:52:48 +01:00
Neil Lawrence
5686950b51
Add Eric's suggesiton to 'raise from'
2021-05-24 08:51:24 +01:00
Neil Lawrence
ed2d90fb22
Fix badly formatted comment region.
...
:
2021-05-24 08:45:29 +01:00
Neil Lawrence
599f57cad5
Run black on examples.
2021-05-24 08:38:46 +01:00
Neil Lawrence
0219847ce9
Update osu-run1 example.
2021-05-21 08:21:48 +01:00
Neil Lawrence
a12298d60e
Update error message a little.
2021-05-21 08:03:50 +01:00
Neil Lawrence
74fab170d1
Update visualize stick_show for Python 3 and with clear error message for failure.
2021-05-21 08:01:39 +01:00
Neil Lawrence
ff2eea1169
Merge branch 'SheffieldML:devel' into devel
2021-05-21 07:41:07 +01:00