https://github.com/csferrie/python-qinfer

sort by:
Revision Author Date Message Commit Date
091be91 Merge pull request #119 from ihincks/resampler-default-nparticles Feature: Lui-West default number of particles 23 March 2017, 12:08:54 UTC
06a1018 triggering travis rebuild 23 March 2017, 11:53:39 UTC
3cbf3b9 Merge pull request #121 from QInfer/fix-120 Calling coveralls from root, not src/. 23 March 2017, 11:48:28 UTC
0cfd594 Fixed problems in coverage exclusions. 22 March 2017, 23:51:54 UTC
d86f28c Moved Coveralls config up a level. 22 March 2017, 23:47:36 UTC
9c1db59 Calling coveralls from root, not src/. 22 March 2017, 23:28:24 UTC
ad5be44 Merge pull request #110 from QInfer/fix-lw-cov-esti Fix for #108. 22 March 2017, 22:59:01 UTC
25a00b9 bugfix 22 March 2017, 17:51:29 UTC
052ea48 newline characetr 22 March 2017, 17:50:08 UTC
6476ab2 renamed n_particles to default_n_particles 22 March 2017, 17:49:11 UTC
19f2864 added default n_particles to LuiWest resampler 22 March 2017, 16:33:01 UTC
12b2612 Merge pull request #115 from ihincks/feature-domain-tests Tests for Domains 20 March 2017, 14:03:01 UTC
cba6647 Removed print statements from test 20 March 2017, 13:43:24 UTC
e2566ea Trigger travis build 20 March 2017, 13:06:12 UTC
560d5ff Merge remote-tracking branch 'origin/master' into fix-lw-cov-esti 20 March 2017, 04:07:54 UTC
aa6fb0b Merge pull request #116 from ihincks/fix-test_smc-slice-bug Fixed bug in test_smc.py 20 March 2017, 00:34:56 UTC
b744170 cast slice bound to int 18 March 2017, 16:54:15 UTC
4b6a2e4 switched to np.greater_equal, np.less_equal, and np.is_real 18 March 2017, 16:31:27 UTC
938bfeb Added a bunch more tests now that the template is working 18 March 2017, 14:47:07 UTC
684783f fixed a couple of obscure bugs 18 March 2017, 14:46:40 UTC
2c89b0f changed pytest to tool:pytest to follow new standard 18 March 2017, 13:30:46 UTC
6cdb2c2 started a test suite for domains 18 March 2017, 02:05:40 UTC
3dd0789 Avoided sqrt of -ve eigenvals. 07 March 2017, 05:52:01 UTC
ddac821 Merge pull request #106 from ihincks/feature-particle-distribution New distribution: ParticleDistribution 16 February 2017, 23:55:15 UTC
3687ac4 Merge pull request #112 from whitewhim2718/fix-domains Added fix to domain bounds 09 February 2017, 14:56:19 UTC
c00d299 Added singular matrix to test. 09 February 2017, 00:42:08 UTC
097214a Fixed issues caught by test. 09 February 2017, 00:29:12 UTC
8d58d4b New test for sqrtm_psd. 09 February 2017, 00:28:42 UTC
efd0513 Moved sqrtm_psd → utils.py 09 February 2017, 00:15:47 UTC
8a48c44 Fixed bugs in new sqrtm_psd. 09 February 2017, 00:13:50 UTC
dedd47c Added conditional casting of min/max to int for IntegerDomain init values for non-np.inf input values. 08 February 2017, 18:21:29 UTC
3cc0c96 Cleaned up domain fix code. Removed numerous mention to None for handling of non-finite values. Replaced None with +-np.inf. For the case of Integer domain this took some extra special handling as np.inf is technically represented internally as a float. 07 February 2017, 23:20:41 UTC
5ff3f5a trigger travis 07 February 2017, 15:31:11 UTC
d9d9e67 Merge pull request #109 from QInfer/fix-qutip-doctest Changed QuTiP to pull from PyPI. 07 February 2017, 02:47:27 UTC
182ce98 Merge branch 'fix-qutip-doctest' into fix-lw-cov-esti 07 February 2017, 00:49:50 UTC
c270349 Set CC=gcc-4.8 in env. 07 February 2017, 00:30:40 UTC
a976285 Fixed gcc inclusion, hopefully? 07 February 2017, 00:14:27 UTC
aee7f23 Bumped GCC to 4.8. 07 February 2017, 00:08:50 UTC
7fcf6b2 Moved PyPI environment vars from repo settings to .travis.yml. 06 February 2017, 23:46:36 UTC
f2a8e4a Added fix to domain bounds 03 February 2017, 20:30:25 UTC
2e9d8cc New fn for sqrtm of psd operators. 02 February 2017, 05:45:49 UTC
ec18fe1 Changed QuTiP to pull from PyPI. 02 February 2017, 05:36:30 UTC
66ace2d Added ParticleDistribution to the docs 01 February 2017, 21:35:41 UTC
1bef90e Added region estimation functions and copied relevant tests 01 February 2017, 16:36:07 UTC
0e97437 Added est_entropy and est_kl_divergence to ParticleDistribution 01 February 2017, 15:02:55 UTC
aad0b5c fixed bug in rescaled_distance_mtx so that a model property is not required 01 February 2017, 15:02:19 UTC
346c411 Added moment functions to ParticleDistribution 31 January 2017, 23:40:08 UTC
7129099 Added n_ess test, and ParticleDistribution now rectifies given weights 31 January 2017, 22:40:32 UTC
e19513d Added simple ParticleDistribution class and some tests 31 January 2017, 22:29:41 UTC
a93f9d2 Merge pull request #102 from QInfer/update-doi-1.0 Updated DOI in intro, readme to match Zenodo upload. 28 September 2016, 02:43:14 UTC
d077518 Updated DOI in intro, readme to match Zenodo upload. 28 September 2016, 02:29:06 UTC
b6299da Merge pull request #101 from QInfer/fix-readme-typos Fixed typos in README.rst, updated link to docs.qinfer.org. 28 September 2016, 02:09:40 UTC
5139d45 Fixed typos in README.rst, updated link to docs.qinfer.org. 28 September 2016, 01:58:05 UTC
431fdd9 Merge pull request #97 from QInfer/version-bump-1.0 Bump to version 1.0. 28 September 2016, 01:48:34 UTC
5427985 Merge branch 'master' into version-bump-1.0 26 September 2016, 04:46:28 UTC
29bf162 Merge pull request #100 from QInfer/fix-99 Fix #99: add DeprecationWarning and seealso for distributions. 26 September 2016, 03:54:49 UTC
706359b Minor change to seealso link. 26 September 2016, 02:38:56 UTC
bebc5f9 Added seealso links for distributions. 26 September 2016, 02:33:35 UTC
8e4f6b2 Added deprecation warnings recommended in #99. 26 September 2016, 02:31:40 UTC
a153833 Merge branch 'master' into version-bump-1.0 26 September 2016, 02:25:38 UTC
c6e3493 Merge pull request #98 from ihincks/feature-distribution-tests WIP: Distribution Tests 26 September 2016, 02:24:57 UTC
756ce25 Added neglected distributions to the API 24 September 2016, 20:36:58 UTC
91c7109 Added test for HaarUniform distribution 24 September 2016, 20:07:57 UTC
4f17a38 Fixed _sample vs sample bug 24 September 2016, 20:07:40 UTC
bc065f8 Clarified HaarUniform distribution documentation 24 September 2016, 19:51:01 UTC
9738933 Added tests for PostSelectedDistribution 24 September 2016, 19:16:43 UTC
29a8dbe Adde tests for InterpolatedUnivariateDistribution 24 September 2016, 19:05:34 UTC
9724536 Added tests for DiscreteUniformDistribution 23 September 2016, 15:11:10 UTC
206a8ef Fixed MVUniformDistribution to inherit from Distribution, fixed test indentation, and added doc for DiscreteUniformDistribution 23 September 2016, 14:59:00 UTC
acac48c Added documentation to MVUniformDistribution and wrote tests for it 23 September 2016, 14:52:24 UTC
d28162d fixed index bug in SlantedNormalDistribution and added test 23 September 2016, 14:22:57 UTC
7637aa5 Fixed SlantedNormalDistribution to be scaled properly, and corrected the documentation which had just been copied from UniformDistribution. 23 September 2016, 13:57:10 UTC
27ac3ad Merge remote-tracking branch 'upstream/master' into feature-distribution-tests 23 September 2016, 13:46:43 UTC
4077774 Merge remote-tracking branch 'origin/master' into version-bump-1.0 23 September 2016, 12:53:52 UTC
5fbecfd Merge pull request #85 from ihincks/fix-parallel-simulate Added simulate_experiment to DirectViewParallelizedModel 23 September 2016, 12:51:40 UTC
0ec3e94 Merge pull request #1 from QInfer/feature-mock-dview Testing for parallel simulation 23 September 2016, 11:30:29 UTC
3b25796 Improvements to ipp mocking, new test for dview model. 23 September 2016, 07:42:37 UTC
37ca96f First stab at MockDirectView. 23 September 2016, 07:23:25 UTC
6eee366 Merge remote-tracking branch 'ihincks/fix-parallel-simulate' into feature-mock-dview 23 September 2016, 07:23:04 UTC
5fba5b8 Merge pull request #96 from QInfer/feature-resampler-abc Added and documented resampler abc, fixes for CI builds. 23 September 2016, 04:02:25 UTC
a04c692 Fixed environment var for MPL backend 23 September 2016, 03:40:49 UTC
0ce19c4 Changed MPL backend to avoid Qt altogether. 23 September 2016, 03:27:30 UTC
c7b057b Locked mpl < 1.5. 23 September 2016, 03:18:53 UTC
c0435b2 Locked sip version 23 September 2016, 03:09:53 UTC
45ce958 Disable Qt 4.8.7. 23 September 2016, 03:04:26 UTC
f50b074 Added pkg list to debug CI builds. 23 September 2016, 02:49:57 UTC
38c5b35 Fixed conda update command. 23 September 2016, 02:34:25 UTC
7bdd243 Added conda update to travis install stage. 23 September 2016, 02:27:14 UTC
077f8e4 Added tests for LogNormalDistribution 23 September 2016, 02:24:46 UTC
e7b5ce4 Added assert_sigfigs_equal to remedy shortcomings of assert_almost_equal 23 September 2016, 02:22:10 UTC
795b76a Bumped to version 1.0. 23 September 2016, 01:57:38 UTC
6239875 Deprecated ClusteringResampler. 23 September 2016, 01:47:51 UTC
2afc8d4 Added and documented resampler abc. 23 September 2016, 01:40:27 UTC
d46aca0 Merge pull request #95 from QInfer/fix-latex-build Fixes for LaTeX buid. 23 September 2016, 00:16:38 UTC
c6194e6 Added test for SingleSampleMixin 22 September 2016, 17:58:50 UTC
4be3f18 added tests for ProductDistribution 22 September 2016, 17:47:32 UTC
f13b176 Added checks for the n_rvs attribute for distributions 22 September 2016, 17:34:45 UTC
4c2d2c3 renamed test and added multivar normal test 22 September 2016, 17:23:28 UTC
e6b8f77 Made distribution tests a bit more modular 22 September 2016, 17:15:08 UTC
199e0ea Missing bbm.sty. 22 September 2016, 06:42:31 UTC
back to top