Commit graph

236 commits

Author SHA1 Message Date
Martin Bubel
3c3ec60dea
Fix issues encountered in modern python versions (#1011)
* Update setup.py

remove special handling of scipy dependencies for old python versions

* Update __init__.py

replace numpy type by native type

* replace np.bool by bool
2023-04-21 17:32:33 +01: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
5686950b51 Add Eric's suggesiton to 'raise from' 2021-05-24 08:51:24 +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
c36cd19572
Force integer division (missed Python2-Python 3 change) 2021-05-21 07:29:01 +01:00
Neil Lawrence
530531f4ff Fix cmu_mocap demo. 2021-05-18 20:24:18 +01:00
Neil Lawrence
0291c282e7
Give latent axes proper key. 2021-05-18 17:51:00 +01:00
Neil Lawrence
89a7988bdd
Remove == None and replace with is 2021-05-18 17:43:52 +01:00
Neil Lawrence
fee16c7b18
Update visualize.py
Due to this issue: https://github.com/matplotlib/matplotlib/issues/17172 setting aspect equal doesn't work on 3D axes. Removing for the moment.
2021-05-18 17:38:21 +01:00
Julien Bect
5dd81288f2 Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
mzwiessele
fbd43c4e9b fix: plotting_test 2019-07-22 16:31:38 +01:00
Zhenwen Dai
a86723c8ab
Fix the bug in the prediction of full covariance matrix (#702)
* fix the bug in the prediction of full covariance matrix

* Fix the test cases.

* update the version requirement for matplotlib
2018-10-30 07:43:44 +00:00
mzwiessele
4f3047e035 fix: plotting 2018-09-19 21:52:58 +01:00
mzwiessele
93a7c08892 fix: matplotlib 2.0 mlba -> cbook: 2018-09-19 10:38:05 +01:00
Alex Feldstein
977aee2b47 add offline plotting for plotly 2017-02-22 16:28:37 -05:00
Max Zwiessele
83ae7cb577 [py3] iterator .next fixes 2016-06-22 09:01:28 +01:00
Max Zwiessele
108ae55fbc [plotting] tests now compare the arrays of the figure, instead of the platform dependend png images 2016-04-12 08:44:48 +01:00
Max Zwiessele
f4f3d8546e Merge branch 'devel' into gpy_one_fixes 2016-04-01 11:45:10 +01:00
Max Zwiessele
8ad14681ee [plotting] new baseling 2016-03-31 15:59:44 +01:00
Max Zwiessele
0116b03f3c [plotting] still testing the testing 2016-03-31 14:06:23 +01:00
Alan Saul
597eddcc81 Small convenience function for extracting fixed_inputs, fixed inputs can be set to their mean, median, or zero 2016-03-24 15:24:53 +00:00
Alan Saul
d8447a1c65 Added back fixed_inputs 2016-03-21 17:46:18 +00:00
mzwiessele
b1e073318f [chaching] changing all chacher limits to 3 2016-03-07 11:37:22 +00:00
Max Zwiessele
885d3722cc [mrd] plot_scales and plot_latent added 2016-03-01 10:02:02 +00:00
Max Zwiessele
6f28edafcd [matplotlib_dep] added the baseplots utility for backcompatibility 2016-02-24 13:13:09 +00:00
Max Zwiessele
2c1064b951 [matplotlib_dep] added the baseplots utility for backcompatibility 2016-02-24 13:11:53 +00:00
Max Zwiessele
d8b5a72ea8 [plotting] was failing on some 3 dimensional plots (latent) 2016-01-11 16:13:13 +00:00
mzwiessele
0fb7cf2ff3 [devel] pickling files... 2015-11-05 09:27:59 +00:00
mzwiessele
5d605277bc Merge branch 'devel' into paramz
Conflicts:
	GPy/core/parameterization/parameter_core.py
	GPy/testing/pickle_tests.py
2015-11-02 10:11:26 +00:00
Max Zwiessele
b236896fbd [plotting] got the old way in again 2015-10-16 14:55:04 +01:00
mzwiessele
dce82847a7 [paramz] fully integrated all tests running 2015-10-15 14:59:57 +01:00
mzwiessele
4e47d5d8fd [readthedocs] almost there 2015-10-12 17:12:50 +01:00
mzwiessele
81dc576ec4 [coverage] covering all of gpy_plot 2015-10-11 11:57:29 +01:00
mzwiessele
844c24247b [test] coverage increased 2015-10-10 16:39:37 +01:00
mzwiessele
ccb6ebcadd [testing] updates again and plotly is going forward 2015-10-07 19:03:03 +01:00
mzwiessele
e0d48a0558 [plotly] starting plotly 2015-10-07 11:35:23 +01:00
mzwiessele
cbb06f3efc ['tests'] assert array equal 2015-10-07 02:10:22 +01:00
mzwiessele
7d90630c1b [tests] now working? 2015-10-07 01:39:14 +01:00
mzwiessele
94e8f47e3e [tests] now working? 2015-10-07 01:23:49 +01:00
mzwiessele
a6b7a96b9b [tests] now working? 2015-10-07 01:18:08 +01:00
mzwiessele
7ebdc698f6 [tests working now?] 2015-10-07 00:52:47 +01:00
mzwiessele
2e71bc052b [tests] failing although the same... 2015-10-06 18:38:43 +01:00
mzwiessele
7106c2e8f3 [tests] failing although the same... 2015-10-06 18:31:13 +01:00
mzwiessele
486def6e0c [matplotlib] plot updates and testing 2015-10-06 18:20:54 +01:00
mzwiessele
116ad8762c [testing] BGPLVM 2015-10-06 14:48:52 +01:00
mzwiessele
133a815950 [testing] BGPLVM 2015-10-06 14:22:29 +01:00
mzwiessele
a6ad9c33a6 [docs] updated and testing 2015-10-06 14:04:15 +01:00
mzwiessele
2b02082015 [plotting] gradient plot added 2015-10-05 18:47:54 +01:00