{"commit": "63ce338ce8e5bc4cadfdc55dde8ec40f6d413274", "message": "Cleanly exiting and reporting errors for wallet that fails to start. GH #5674\n", "proba": 1.298428031759613e-07} {"commit": "8ee46a90e45add50be57d3593c12244ab52ea7a9", "message": "Let's use S3 only now\n\nStop using disk altogether for the blockstore\n", "proba": 1.8381891209173773e-07} {"commit": "9ef18ffe999609e823f77b77bbb9a44d2284a0f3", "message": "Rollovers in NM applet menu\n", "proba": 2.182537031103493e-07} {"commit": "18e92ff9cf5f13299a93df83d196da174f1e4370", "message": "Fix bug in `Loader.open` method (#194)\n\n`os.path.remove(path)` is throwing an error.\r\nShould be `os.remove(path)`.", "proba": 4.276228366961732e-07} {"commit": "4769790bf0aad975a19e9d5fb9359212a30f355d", "message": "auto gen svn or git revision\n", "proba": 3.3106147157013766e-07} {"commit": "54ef509505cc8988585676aa283a6095f5ee616f", "message": "\"et. al.\" -> \"et al.\"\n", "proba": 9.300671308665187e-07} {"commit": "c1b8e22d8b4ffafb26c425cfce693f59d3d34091", "message": "we do not need auto_test for nothing. ci server has never used that\n", "proba": 1.3499661122295947e-07} {"commit": "dfb1b20e67c5ffcf427e4fff893577d45617a173", "message": "V8 Buildbot: Recipe code clean up.\n\nBUG=391742\nTBR=iannucci@chromium.org\n\nReview URL: https://codereview.chromium.org/674093002\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@292639 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 2.4802131974865915e-06} {"commit": "83a887f1ae3a653318147bcba5f64a04c9ebc811", "message": "pull out correct field (#7711)\n\n", "proba": 1.4749728904916992e-07} {"commit": "d8943db6e137471a3ba155b95a5b0936e8a84a72", "message": "fixes for running transit\n", "proba": 1.9301221243495092e-07} {"commit": "38345dfccf7386064e4d69b766adff3e8ee988d8", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "bb618272239b775f74b6d1eacd4d156b5d990a29", "message": "optional use of debug_toolbar in settings.development\n", "proba": 4.4365773987919965e-07} {"commit": "665bb5a90d7c9263a0a98d9843e799216396897c", "message": "Update docstrings\n\ngit-svn-id: 10d1fae3b8c107bba0596ad84782032e4969a004@121 4a1743fc-e749-0410-b876-edcebe66cb5e\n", "proba": 2.582522711236379e-06} {"commit": "58d68c3605f913419d31aa10181bec58b42aaa40", "message": "Change import of django module to prepare for 1.9\n", "proba": 1.3784257646420883e-07} {"commit": "5f2aaa0ece651bfb9d886fc40b755ae6c7a69807", "message": "Don't import flattened modules (#738)\n\n- This prevents users from accidentally using cirq.ops.X instead of cirq.X\r\n- Also moved sub-module imports below flattened imports, which may make it possible to `import cirq` in some places\r\n\r\nThis is a breaking change for existing user code.", "proba": 1.952553390083267e-07} {"commit": "66da61ea1805892930ef4c6ee1058486f89f0040", "message": "BUG: Python2.7 has a different time response for cProfile, nore robust regular expression\n", "proba": 7.422374324050907e-07} {"commit": "10fc5eda6aab787b6bf9ace028f77bf73660b6cf", "message": "Use platform keypair for Agent in driver-config-update script (#783)\n\n* added tests for SysMonAgent\r\n\r\n* added test for ThresholdDetectionAgent\r\nadded agent_class param to PlatformWrapper.build_agent\r\n\r\n* increased timeout in ThresholdDetectionAgent tests\r\n\r\n* main and platformwrapper use KeyStore rather than curve.key file, fixes #502\r\n\r\n* use CURVE encryption for IPC, see #518\r\n\r\n* set default known_hosts file location to VOLTTRON_HOME\r\n\r\n* Automatically add platform publickey to authorized keys and known_hosts file, see #518\r\n\r\n* volttron-ctl automatically uses keys from keystore, see #518\r\n\r\n* do not use encryption on IPC if developer mode is set, see 518\r\n\r\n* add platform wrapper's public key to known hosts file, see #518\r\n\r\n* reorganized curve-key methods in core; added developer_mode arg to core, see #518\r\n\r\n* fixed info message for volttron-ctl auth-remove\r\n\r\n* Add user_id and comments fields when automatically adding platform auth entry\r\n\r\n* automatically authorize agent key during installation, see #518\r\n\r\n* Added developer_mode arg to Agent and volttron-ctl\r\n\r\n* pass _DEVELOPER_MODE environment variable from AIPPlatform to vip_main for telling installed agent it is in development mode\r\n\r\n* pass 'developer_mode' arg from to build_agent and volttron-ctl commands, see #518\r\n\r\n* fix server-key check in core\r\n\r\n* use developer_mode arg in Connection, see #518\r\n\r\n* added developer_mode arg to another Connection call, see #518\r\nreturn 3 keys from _get_keys_from_addr rather than 3 lists one key each\r\n\r\n* removed some debug logs\r\n\r\n* fixed AuthFile's invalid-entry tests\r\n\r\n* added remove_by_credentials method to AuthFile\r\n\r\n* remove agent key from auth_file when agent is removed, see #518\r\n\r\n* create directory if necessary in create_file_if_missing utility function\r\n\r\n* fixed test_auto_register_platform test (it was relying on dict values to be in specific order)\r\n\r\n* fixed method documention style in auth.py\r\n\r\n* fixed method documentation format in keystore.py\r\n\r\n* fixed create_file_if_missing bug\r\n\r\n* removed unused test fixtures\r\n\r\n* fixed method documentation format in auth_test.py\r\n\r\n* use TCP and IPC in volttron_instance1_encrypt fixture\r\n\r\n* moved volttron-ctl auth-related commands to auth subcommands\r\n\r\n* added add-known-host keypair serverkey commands to auth command\r\n\r\n* updated auth-control tests\r\n\r\n* Use platform's key pair for agent in local script update_master_driver_config.py, see #782\r\n", "proba": 1.0863346687983721e-05} {"commit": "5aa3202230bd0b9ab384c013ea8c701c69aa3a58", "message": "grade\n", "proba": 0.6886053681373596} {"commit": "8c2cf91469715af7eb7f3bf6f74d3863a0918b64", "message": "Problem Set 2: Solution for Patent Database\n", "proba": 3.1679657695349306e-05} {"commit": "0154909dc59df947a900f5b4d5561ba6efdad28b", "message": "4690 fix error in setupsleuthkitBranch.py\n", "proba": 1.2528728632332786e-07} {"commit": "3f84e5ab893a920f1e6c7b50e1c4c4adfdd41410", "message": "Fix the issues of shippment's attachment\n", "proba": 0.001045370358042419} {"commit": "069c18d3ad21b6cc733cc8f674ef83e89569bf88", "message": "runners: jlink: replace version parsing code\n\nJLink versions like 'V7.0a' do not conform to PEP 440 version\nconventions; the 'a' part is used by PEP 440 compliant versions for\nalphas. It gets parsed to a legacy type by the packaging library,\nwhich always is treated as a lower value when compared with a\nconforming version string.\n\nTo fix, get the version from the shared library distributed with the\nJLink tools. This has the side benefit of making the code work on\nWindows. That's merely a nice to have for -nogui 1 detection for now,\nbut will be essential in the next commit.\n\nReported-by: Jake Mercer \nSigned-off-by: Mart\u00ed Bol\u00edvar <9d90ac4c7bf6a305f6bfd81a23c7859bc883380e@nordicsemi.no>\n", "proba": 5.16348052315152e-07} {"commit": "3371073d6559b33980efe5f3158802477d44606b", "message": "E501: Line length adjustment.\n", "proba": 1.2946048855155823e-07} {"commit": "4e1d9c22ab794eb7730f4cafc03fc5ab0a5e57e2", "message": "Cosmetics\n", "proba": 1.7208266172019648e-06} {"commit": "711356bf60f81831da0e844ffefe03787a752ea3", "message": "added merge() method\n", "proba": 6.045477221050533e-07} {"commit": "6f4a2cc3b3d0417c2cd05c13b0b1991cca2f29e7", "message": "Automatically clean up filesystem per test, and implement Alembic test\n", "proba": 3.031973392353393e-07} {"commit": "ac5a06800fb6b0ebc1474d20b5bfccfc5993f823", "message": "Remove caches tag as it only works in Django 1.9\n", "proba": 2.8268436835787725e-07} {"commit": "2a92261c165677b421342b23c2f4bb6ac83bff00", "message": "call dump_string instead of dump\n", "proba": 1.0639161700964905e-05} {"commit": "becb04be048df1e790b9d690330b79de8a24a022", "message": "dont get county for town name; get action summary\n", "proba": 1.4610959908623045e-07} {"commit": "fa9b4b28b7b5f1d0579843631d6c22a2c6ed98fd", "message": "Fix a docstring error.\n\nDescriptions of l2_reg_w and l2_reg_V were swapped.", "proba": 1.1578557632674347e-06} {"commit": "4ba20946ae4ad061e6851d2868ddf734ef94e45c", "message": "Make error message more verbose for auth errors\n", "proba": 0.9991703033447266} {"commit": "039473a06cf75696c8ece95fca4d7ab717195680", "message": "ECONNRESET caught from recv() too\n", "proba": 1.3864745085356844e-07} {"commit": "3b43304c73f09d7e4f19b57de7e346ec1f3a171b", "message": "Make sure cache expiration time is an int\n\nThe latest os-client-config release, 1.10.0, makes sure that all\nnumerical values are strings. But we need to pass an int to the\ncache configure stuff.\n\nChange-Id: I5d5e42440afd58111daeab6a5f42aa9ae7ceddf4\n", "proba": 6.159768418001477e-06} {"commit": "034c45d8224bb7735df87c39a7014fa025a05071", "message": "1. fix:\u56e0\u5927\u5c0f\u5199\u95ee\u9898\u5f15\u8d77\u7684\u627e\u4e0d\u5230\u7ed3\u679c\n2. fix: the limit count error\n", "proba": 2.130636403308017e-06} {"commit": "0151013ddbce79f82316725bfaad2628f297c108", "message": "document `cli` option for cmd_subset\n\nIt would be really nice to have a better name for `cmd_cli` in a future\nrelease, possibly cmd_gen. I don't feel comfortable making this change in\n2017.7 though\n", "proba": 1.6078924147677753e-07} {"commit": "0909dc0dfcf0b15abc74589d89b5ec4e4fa5ad19", "message": "Generate slug based on random number in case of collisions\n", "proba": 0.9999991655349731} {"commit": "d9c75ee6ccc0ab93d457b4573e4284b284e0caa3", "message": "Updates admin to have a few more little features.\n", "proba": 9.99445219918016e-08} {"commit": "bc9ed3f48d7fe1619af033a80ba0fef89abbcb1b", "message": "MAINT: Restore test (#9300)\n\n", "proba": 1.1820608136758892e-07} {"commit": "755080fa6b163ca5f4886d3f90fa5edaa4ad2c6a", "message": "Update reine.py", "proba": 4.251075154115824e-07} {"commit": "81a7c0f45503bd30ee94a6ed8732084b34171c57", "message": "Muted greate signals when running tests\n", "proba": 1.2749593736316456e-07} {"commit": "ccf7cca47372249f6df392670e8c1baa061278b7", "message": "Use REST for neutron floating IP list\n\nWow, turns out we already had the tests fixed. How did we do that?\n\nChange-Id: I1c26a6f817ef7e7d67ba2e560da1149bc4345fbc\n", "proba": 2.2332515072776005e-06} {"commit": "cc271bfd4e6625cc8cab9745c51b89afbcadfe84", "message": "Fix issue #7157\n", "proba": 1.8504836418742343e-07} {"commit": "471af85f289c1a286bb11488c4fb46eb1fedafb8", "message": "generic crudl test for standard views\n", "proba": 1.2410855276812072e-07} {"commit": "e30bbd9a883f173963bcec6464a04546bd7fd1a4", "message": "AP-41 [FIX] Send all B2S letters to hub\n\n- fields email_read and letter_delivered don't exist\n outside compassion-switzerland additions\n", "proba": 1.1271044542127129e-07} {"commit": "02d3aa0ed238edb3b4281bb494cbbc651c0a48c1", "message": "Fix preprint factory to pass a file instead of id\n", "proba": 2.3499072199228976e-07} {"commit": "20dabddefca1ba855886642a3a12093484caff96", "message": "Just wanted to make it safely\n", "proba": 1.8796497158746206e-07} {"commit": "3ec784046cde7c43d8eb907f5e29d80703e89b8c", "message": "commeting out broken test.\n", "proba": 2.1207827671787527e-07} {"commit": "59649a52cf27105ab45ade35ba63c47919a952d7", "message": "move constants to classes ", "proba": 5.647011107612343e-07} {"commit": "dc64e6a4f08ead951ace5b8591184c05a60afe2b", "message": "Fix building hisat2 indexes.\n\n_index_hisat2() creates the index dir to store exon and splicesite files\nin case a GTF file is available. _index_w_command() only actually\nexecutes the index command if the index dir does not yet exist. Fix\nthis by building the exon and splicesite files in a function passed down\nto _index_w_command().\n", "proba": 1.45087909686481e-07} {"commit": "db22a31e1cdef1467f33b9920a7d83772452a02e", "message": "Add CMP tests.\n", "proba": 1.6696044724540116e-07} {"commit": "3777371cc5b77dc8b81bd1126574b92d62bcb02c", "message": "refine redirect, forbidden list will not work when redirect rule work\n", "proba": 2.928162814441748e-07} {"commit": "fad5bec9363842f7fb62a0ea331acfb3dff3c196", "message": "Work with a copy of default opts dictionaries\n", "proba": 1.849038966383887e-07} {"commit": "424be57a27733f9a4c4d72b8ec96cc4d482d60db", "message": "Python 3: Update import syntax\n", "proba": 2.9256107154651545e-06} {"commit": "3c13c19a6094fb5ad6fa5c4ebc86d0f6e9d998ec", "message": "unittest: Fix leak on unhandled exception in kqueue test\n", "proba": 5.054838538853801e-07} {"commit": "fc126f517911a6d863505641dd3f8a7399929adf", "message": "Add handler existence check to fallback to apache\n\nRecent change broke apache fallback compatibility because when all supporting\nversions of handshake result in failure, we respond 400 bad request as http\nresponse.\n\nThis change support apache fallback again on URLs on which pywebsocket doesn't\nhave any handler scripts.\n\nReview URL: http://codereview.appspot.com/5302050\n\ngit-svn-id: d23f85197b9dafcb1b1682eb9d0eda70517bdc52@583 4ff78f4a-9131-11de-b045-6380ec9940d4\n", "proba": 7.824986823834479e-06} {"commit": "2d6ea03e9de8aac60f278aefb6817d4a4176e3f8", "message": "Connecting to region to be compatible with govcloud\n", "proba": 1.3498811313183978e-07} {"commit": "6e55e7aa9499377923e42159ca07019ee57b6f2a", "message": "Fixed Attribute error in space views\n", "proba": 2.837988972714811e-07} {"commit": "8eb579f24c51d4f01138d08e8074a812eb68f7ae", "message": "prevent empty result\n", "proba": 9.052891982719302e-06} {"commit": "8bb37f9fe7cb75b3c004bf40cf2b9bbc4cd7fba0", "message": "specify allowed types and default for \"returner\"\n", "proba": 1.1161575486084985e-07} {"commit": "ff6ee622204500101ad5721dccea69a1c62de65f", "message": "Add name to api-token-auth url endpoint.\n", "proba": 1.884720575162646e-07} {"commit": "d813e8d34ea205600fe68eb19a845a7577aa138f", "message": "Added functions to convert from Jy to AB mag and vice versa, and functions to convert between AB and Vega scale\n", "proba": 1.2939236171405355e-07} {"commit": "85b006e1c678013fe5d5a0c32612b69a91c350c5", "message": "merging duplicated code\n", "proba": 8.865544259606395e-06} {"commit": "a865162b648c5a93e40f3c20c3c61e0eeab9762f", "message": "Remove redundant ctor implementations\n", "proba": 0.000422692799475044} {"commit": "3754550dd21fb036cb48de49650c15d2a4edec3b", "message": "Add missing CLI Examples to aws_sqs module funcs (#35173)\n\n", "proba": 1.165273886272189e-07} {"commit": "d1d90812368032b96908c98e53eb55a6f7c5580f", "message": "allow pagination on records via API\n", "proba": 2.6235917971462186e-07} {"commit": "6380f1fe0e39b1ff74da13329ed7a3375f317f41", "message": "removing debug\n", "proba": 7.893995075392013e-07} {"commit": "c3a3cc37702846b86700dc0b681e2d8ab51f8ff3", "message": "snowboy: replace \"DING\" with \"DONG\"\n\nThe DING sound is too ear piercing!\n\nSigned-off-by: Mike Erdahl <4d54a305c7882f4f7bf4f516c8c96232922edadd@gmail.com>\n", "proba": 2.6064887492793787e-07} {"commit": "f98477c1d4a1d4c78e4371c19ff49c3e96fee8c6", "message": "[DeleteFinished] Fix pluginConfigChanged\n", "proba": 1.7197997692619538e-07} {"commit": "d3831c8d3b67ef354e996edf8387c400dd8985f6", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "738f74048426c0f86734375fddfecc1d2a979eb2", "message": "provide a fallback routine for dnsutil.A when dig is not present\n", "proba": 4.276872687114519e-07} {"commit": "25eba49580e20cea7d6f220e85098d3e38230fab", "message": "dont need this anymore\n", "proba": 2.509814862605708e-07} {"commit": "b74fad80c8c7f4f6f827d2886859c1237e0c8f71", "message": "improving job object using Shell instead of subprocess\n", "proba": 2.202260930062039e-06} {"commit": "baa7d301a03e3835e623852319d28e1fdc5871de", "message": "read1 calls into read now but line buffering gets enabled.\n", "proba": 1.0413202033987545e-07} {"commit": "3cbae5437f9b99aeb3d9d1c95cf098dae0bcfafb", "message": "Add logging when overriding parameters from flags (this helped me track down an issue with command line formatting).\n\nPiperOrigin-RevId: 219873770\n", "proba": 1.8756708186629112e-07} {"commit": "4303eb410c9e28c6a4c51e520876e55bb7845857", "message": "Zippyshare: fixed #419\n", "proba": 2.270148371508185e-07} {"commit": "5d1e73c35689c484d0887b7a2880823d7e9e8af8", "message": "Gracefully handle not finding the VC and/or SDK setup batch scripts.\n", "proba": 1.0232615466065909e-07} {"commit": "d957368ddc4ae5160cafee74358269d14da9d601", "message": "py2.6 fix for tests\n\nhttps://docs.python.org/2/library/unittest.html#unittest.TestCase.assert\nRaises\n\ncontext was not supported until 2.7\n", "proba": 5.323324216988112e-07} {"commit": "81f36fe526aca6abe284b7264db454777f10e7fa", "message": "Fix returning and logging error instead of just returning string.\nKwarg roles moved to the end of the list of positional arguments to preserve API.\n", "proba": 1.0206028377979237e-07} {"commit": "d457d9eea7573d10083f7f9c1dcaa02c2bbc5734", "message": "Fix typo (#659)\n\nSankskrit -> Sanskrit", "proba": 0.9992535710334778} {"commit": "e83890790b0581cc3c0bf6a530946605e05d1b42", "message": "Ensure py3k gets the correct relative filename.\n\npylint will output short path names that need to be relativized in some\nscenarios.\n", "proba": 1.6710923489426932e-07} {"commit": "9990d492870a6e6daa9f772fa29fb744b6fc5d8b", "message": "Module import for type asserts\n", "proba": 2.3796079062776698e-07} {"commit": "a218f25cf55ced007e3c792aa40d7ace7c087b7d", "message": "update publish commands to use the new async connections\n", "proba": 3.1433057756657945e-07} {"commit": "bc9152248dbfb6503f31df038933019d2d2aa4f6", "message": "backend: add tests for AVP with empty name\n\nPart of #881\n", "proba": 2.658366042851412e-07} {"commit": "302b82564df06581ded4a32331d9072e98c1ff3f", "message": "Database class\n", "proba": 1.0100887948283344e-06} {"commit": "1cf76c838f0c9250d679ef0204f5fac21658e212", "message": "Update systemd.py\n\n[Bugfix] fix pep8 issues", "proba": 2.228797484349343e-07} {"commit": "c906696101ebeddb50ec123f22fe9d3d191ebe74", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "5b0e354e966d3ced8fe25c525b2c947e9d45c8cd", "message": "Added submitted sample timestamp\n", "proba": 1.8117093247838056e-07} {"commit": "bf22663cb466aed45ec89685ce7b01ce9172635b", "message": "using collections ordered dict\n", "proba": 3.8584309436373587e-07} {"commit": "1d0483725de86fb76468bb363255cd76b2b446a3", "message": "small note in test\n", "proba": 1.9510029858338385e-07} {"commit": "a46941bdc374c01fc119b002eb83cf73ed1ea27e", "message": "Fix a typo", "proba": 0.9999995231628418} {"commit": "460b2a4399217d717a6d70ea22b5c60eab6b22ff", "message": "load_models: Use current_auth.actor and set .permissions\n", "proba": 1.5007801721367287e-06} {"commit": "9a356fa71b08f2706b145165b397b277bbab85f9", "message": "add: interpolation (parameter)\n", "proba": 1.4002717989569646e-06} {"commit": "1b4596414996c85d6767c7a7794a97042d562068", "message": "Fix xml block causing docs to fail\n", "proba": 1.0114345059264451e-06} {"commit": "e08f6cffa32ac23fd92ebac1cb645e59ebe85f5c", "message": "Make tag/untag more robust\n", "proba": 0.00017763332289177924} {"commit": "2a38d7103672580882fb621a5b76e8d26805d593", "message": "tests/run-tests.py: Reformat with Black.\n\nSigned-off-by: Damien George <99e6b749acbfbe2a596df99e91d24d6e1fdbee00@micropython.org>\n", "proba": 1.293775540034403e-07} {"commit": "9296df310feeb0e5fec5d30801a0e285b2a13f2f", "message": "putting a cap on recursion\n", "proba": 1.3287698266140069e-06} {"commit": "5f85dd3b804ac78c4e76f93af263b4590101dbd4", "message": "fix ext error\n", "proba": 2.6480449832888553e-06} {"commit": "b17495c9c86c15cbd30dd0df5709baa5f7b83b5e", "message": "Fix problem with list when install=True\n", "proba": 0.020685719326138496} {"commit": "7f0113beb29fc12faac75ce92ff0c8e58083e8af", "message": "don't run image regression tests on travis\n", "proba": 2.63710262515815e-07} {"commit": "8a358918c09a44a9144e7305966c79c66a46ff9c", "message": "datatype.py: Fixed indentation\n", "proba": 6.533191481139511e-07} {"commit": "9caf21ddb5308225195f0e41e531df60deb1f6ab", "message": "fix data storage reinitialization bug\n", "proba": 3.6815194448536204e-07} {"commit": "9ddacca15fad0d583e81d2ff4f821f2c3c92e567", "message": "Skip test where CWMS interpretation is failing\n", "proba": 3.206598080396361e-07} {"commit": "7f40f9b0c346ea4ea1949b24129fe011fcca14dd", "message": "Fix encoding issue with collateral damages...\n", "proba": 4.6113396479086077e-07} {"commit": "a093d6fde8e4db4615f780356e9a9f4ea245b44b", "message": "Added option tp print logfile for failing tests\n", "proba": 2.6638528538569517e-07} {"commit": "8dead9a50385b6ee6e2237336e7c3f84eb902431", "message": "Autodetect axes and range\n", "proba": 1.8799293854954158e-07} {"commit": "d6666002d50591a8ce5168117280acdd89ef661c", "message": "small corrective update to the model\n", "proba": 1.5486740778669628e-07} {"commit": "5c9321c0d5c12537d61cf031af0f7856c4cb7033", "message": "docs fix\n", "proba": 2.8373582949825504e-07} {"commit": "88755900818535527f2724d7286d2229a2e748d3", "message": "Add optimizer in Language.update if sgd=None\n", "proba": 0.9987622499465942} {"commit": "717652f87e6b14b25bcf9984dd59f43655fbc508", "message": "Added progress event for the optimizer, which is where the work happens. However, it seems feedback events are not generated.\n", "proba": 1.0391455873559607e-07} {"commit": "e75b59fbd88f465e2d31cbd4615c502795cb0b31", "message": "INFRA-4795 - derp, only return None on test=True if changes are scheduled, True otherwise.\n", "proba": 2.2488781326046592e-07} {"commit": "fc87d6101142616082e54ab215d200526e1a5963", "message": "Fix boto_ec2.snapshot_created function race condition\n", "proba": 1.2494210750446655e-05} {"commit": "9b19aacca6bbcefcd9165b00c74dc7987ec59c8e", "message": "tests/site: added a test for SiteCollection iter\n", "proba": 2.3968331674950605e-07} {"commit": "320d8279cea5ee1c7255761dc804bb307c5af495", "message": "Lint #31344\n", "proba": 1.798131705754713e-07} {"commit": "caaec086bd46df2ababb8deca9d6fa18e78db4cc", "message": "Added PeriodDate to default list of included range types\n", "proba": 1.3132749643318675e-07} {"commit": "36ddffcbd9345d42a13d08caf94ba48933c39ad6", "message": "Fix some typos in comments\n", "proba": 0.9992966651916504} {"commit": "e26458b038a8104f111e98fbf0f3656889763128", "message": "Add --buy-ram-bytes to create account\n", "proba": 3.8532792245860037e-07} {"commit": "0816e48b50fc5621a34e6c9f736267f94022bb5b", "message": "Fix PEP8 E713 - test for membership should be \"not in\"\n", "proba": 1.4187273222887598e-07} {"commit": "be25e8f99fbc9a8de714cc02f38ab04664e13a0b", "message": "Added tests for url parameters parser.\n", "proba": 1.1444498682067206e-07} {"commit": "f717d44ef75e731441ce49d973ccb29e7dcf19b6", "message": "Add unit tests for core.load_font()\n", "proba": 2.5780099122130196e-07} {"commit": "1f8c20fadba323b2982953d097b280d3a4620598", "message": "Adds support for OrderedDicts in jinja templates.\n", "proba": 1.0450010989870862e-07} {"commit": "065f49acfbc8a7e8654bf56209c5a6ce6d8b56a7", "message": "Pass \"limit to\" search pattern option to the search box display\ntemplate.\n", "proba": 1.1238458341722435e-07} {"commit": "49f2f2083e8954b4fc062444d350263cf725a48a", "message": "Pass file instead of fileobj for most deploy tests\n", "proba": 2.1907345626459573e-07} {"commit": "8a5924c5bd7475dce1bb01a6037bb79c3ccf6184", "message": "If errors are found, return them.\n", "proba": 0.00013510634016711265} {"commit": "72f6c7da7c5200d372e3d083621d766e21dc9a75", "message": "add tests\n", "proba": 4.0275867263517284e-07} {"commit": "eab605d708e4a3d7f019eaf3206669a30df9b337", "message": "Refactor tests for load_from_pyfile\n", "proba": 3.1718164450467157e-07} {"commit": "5e66947b33407f332a57fb27fcedeb0376e8c714", "message": "rewrite the divide_video sample\n", "proba": 0.0001675288804108277} {"commit": "89f2a5f4fb6fb96d62693dc9f629e6774768ab46", "message": "Added path property to DataLogger\n", "proba": 1.634227402291799e-07} {"commit": "e5410bda4d32a45bf64bc902fde0dcca6d71e018", "message": "generic bugfix (fast message)\n", "proba": 1.250840853117552e-07} {"commit": "3b33356f8f531d89006546b9d426753b69b07a12", "message": "Test default key on SortedSet(Enum)\n", "proba": 1.5888674909092515e-07} {"commit": "7f15f6fe57b01585254ac33bcca16566ecae2e8f", "message": "Adding a test to ensure that the pecan `state` local() is always entirely cleaned up after a request (this will help us avoid dumb code in the future that introduces object leaks across requests).\n", "proba": 1.0484469470384283e-07} {"commit": "e53b91b11ec5557b1c06f197b6bc98768c54d187", "message": "Update tests.", "proba": 1.6534264091205841e-07} {"commit": "61c05c5a45471752b652fb3bf70ce67829763a2e", "message": "Added guard to tests to ensure real data is never destroyed by misconfiguration.\n", "proba": 1.038067978242907e-07} {"commit": "5f63cf242ed9a96e572107e9829096118b713c5b", "message": "Add end-to-end smoke test for simulate-estimated-variables.\n", "proba": 1.2350555778084527e-07} {"commit": "9b0156ace442c3de28110da801137ddbb1dbf087", "message": "Includes test of standard_deviation\n\nSimply exercises our `standard_deviation` implementation for Dask Arrays\nand compares the results with those from SciPy ndimage. The tests are\nborrowed from other similar tests that we have for API functions.\n", "proba": 9.623457231100474e-08} {"commit": "9615bad030a16da37e589a9e674412b24f11ced4", "message": "Rename test case class that isn't named the same as the others\n", "proba": 7.257588663378556e-07} {"commit": "6e4ca758a0e824b0b1699d4337251f833c5b77dd", "message": "Add test_components_resolve_refs_in_response_header_schema\n", "proba": 3.1179449706542073e-06} {"commit": "50aac5868546033ee1054606064ac9825003563f", "message": "fix tests\n", "proba": 1.2553598480735673e-06} {"commit": "93404e230d24a6ab3c86cd3e983d4d602878f193", "message": "fix read zmap\n", "proba": 3.8597963225583953e-07} {"commit": "d9be0e638ef725053902a1ececf205b6d19c6dec", "message": "test_file: add limit,offset parameter to test_iter\n\nChange-Id: I2b5c43adc317dc197da639e1abfef31905c1bf74\n", "proba": 6.309668606263585e-06} {"commit": "bc54f3e0a079e0199fe8df3fed3c9809cdae24ec", "message": "fix a broken test\n", "proba": 0.00034631334710866213} {"commit": "56f915b1d5af466e504802a73f0625c5844472e1", "message": "Comments.\n", "proba": 2.033708170756654e-07} {"commit": "400072c7afa4178640ba3236df7c9093679b9b16", "message": "tests for make_move()\n", "proba": 3.9487670733251434e-07} {"commit": "7fa5e29155a8bdd819bb8fed54cf04100d6267c1", "message": "Add yet another unit test\n", "proba": 2.38818785192052e-07} {"commit": "61b1e5bd160f8a103cf211fa7a6a523d2b83c453", "message": "add type: ignore to monkeypatched code per mypy issue 2427\n", "proba": 1.5672371489472425e-07} {"commit": "8dc496c5cb6f4457105318472f18dd6741c10480", "message": "more slice assertions\n", "proba": 4.406462039696635e-07} {"commit": "75a62c63927798feafd0ec72d06fcc693676f4f6", "message": "Update test case for flake8-docstrings\n", "proba": 1.6646630740524415e-07} {"commit": "f2394c0698c543622b5f6181247461e6ae257b06", "message": "Fixed paths\n", "proba": 9.428648013454222e-07} {"commit": "fb08aad5ea9d5c0186eb7e63c47f392049c54701", "message": "fix: t-CI, again !wip\n", "proba": 5.595372840616619e-06} {"commit": "162d66813f85b830059f1722359364d5598b6b50", "message": "add a test of fully determinstic behaviour if identical\nrstate is passed\n(resolves #353)\n", "proba": 1.170048875565044e-07} {"commit": "0115b12ecffe9299377946d062b6741756cc3ab8", "message": "add test\n", "proba": 1.7454851786169456e-06} {"commit": "69022aa6bd3785a87ecd0e8008f7eb6787bbc2fe", "message": "add test for read-only sources\n", "proba": 3.084143713749654e-07} {"commit": "08cca52fd35d9a164927aa90947b202cfeea31ba", "message": "Changed URL of test page.\n", "proba": 1.1916352349317094e-07} {"commit": "59fee884f9791862859f6f7e545ea5ba8932a447", "message": "whitespace\n", "proba": 0.9998207688331604} {"commit": "7c3920b8cf9cbf214a1478d265dcfb4b34a09e0c", "message": "Further tests\n", "proba": 1.399620117581435e-07} {"commit": "b7cc32efe60a24bde9d2ce740ea811a2d0f9f511", "message": "Update test_sync.py", "proba": 4.8830979721969925e-06} {"commit": "50c5996602f7e40aae450c13464b268a3a06ad80", "message": "Simplify tests\n", "proba": 7.0121546741575e-05} {"commit": "c8e4997adbcd34bd6d1deac41a43576d4aa189ef", "message": "Fix test_tree.py.", "proba": 1.5290542023649323e-06} {"commit": "dd30feefdcd79480906902358cd00b0f207f13b3", "message": "Added filter params\n", "proba": 3.214896366898756e-07} {"commit": "8af4a92fd0af672c52201bc07a8811be138a2208", "message": "add a testcase for the new user password hash validator.\n", "proba": 1.644378215814868e-07} {"commit": "dc26b59a00670dede0e53fc8bea74892f9591190", "message": "[dbclient] \"tag=\" is the same as just \"tag\" (if tag can have a value).\n", "proba": 1.2293445195155073e-07} {"commit": "a09d8e0578c3608a82ee756a22349a94ae52a982", "message": "Added test for unsuccessful login, cant test the test because my environment seems to be broken\n", "proba": 2.6617146886565024e-07} {"commit": "77c6943daa722308e55f6fb1460d92e4181d7fe6", "message": "\tmodified: dbmodels.py\n", "proba": 3.7876037595196976e-07} {"commit": "67b2749b0a514a10659b637fa2bb503ea56bc833", "message": "Add test cases for overlay\n\nSigned-off-by: Andrew Butt \n", "proba": 1.8042346994207037e-07} {"commit": "4cdd4b8e560099a099ab80253fb4824643ab1575", "message": "Proper name.\n", "proba": 9.459710418013856e-05} {"commit": "3cbf49cba7778f63a64701bcb487f303a8410403", "message": "Add m flag for tests\n", "proba": 3.022806822627899e-07} {"commit": "a28617368b5e7062d8a49fd93bd863d022791c19", "message": "removed unnecessary import\n", "proba": 1.6852702628966654e-06} {"commit": "9514f3069896723c46a055c820cad9f609289348", "message": "Add unit tests for trim function\n", "proba": 2.505651082174154e-07} {"commit": "d0395a7d40dc150bd277ed6d1ab2bc02adc2b8b7", "message": "debugger.py: cleaning up docs\n", "proba": 2.2771660042053554e-06} {"commit": "f64865ed42e640b73e730fd70d72bc48f4f0d3c2", "message": "ruby: fix slicc compiler to complain about duplicate symbols\n\nPreviously, .sm files were allowed to use the same name for a type and a\nvariable. This is unnecessarily confusing and has some bad side effects, like\nnot being able to declare later variables in the same scope with the same type.\nThis causes the compiler to complain and die on things like Address Address.\n\nCommitted by: Nilay Vaish \n", "proba": 1.374414324573081e-07} {"commit": "d7dbca7c9c23dd2cea3247d24e7eeed928afc62d", "message": "Incorrect epfl-people block attribute name\n", "proba": 1.6029722246457823e-05} {"commit": "e19fd3086a592ac3f431d709a3db0c41307e351c", "message": "Refine the experimental interface\n\n+ Shift upper-ward the constant variables given as src/models/train_predict_stacking.py\n", "proba": 1.1762434041884262e-05} {"commit": "9fd9a20cf4f74b82e615fd653b83953f085026a5", "message": "Add func for get all gitignore and git all compiled regular expression\n\nUse dfs_get_gitignore first, it will return a list of gitignore path\nPass the list of gitignore to get_all_re, it will return a dict of compiled return expression\n", "proba": 5.212409632804338e-06} {"commit": "8279bda87f79307daf22e64e4e2a7dde1eba5b94", "message": "qtutils: optimize tiled rendering\n\n- don't fill tile image\n\n- enable clipping back\n", "proba": 3.4668818216232467e-07} {"commit": "4f15a6f07ef3abad386eb81db09c539e25011b70", "message": "Fixes error when scope is not set", "proba": 2.6213209025627293e-07} {"commit": "b207369300670751041a00d4d9247c234ed01796", "message": "Fix mesh raycast returning object space position instead of world space\n", "proba": 6.926031232978858e-07} {"commit": "19ad79a030d526fa1f17701ac2ba74b44f60f6f1", "message": "Clarified operator names for utility functions.\n", "proba": 1.3163320033982018e-07} {"commit": "aa6a6f6929d2bec674c1c09066d96f0d54b6860b", "message": "Pixel translate only tries to vertex snap in edit mode.\n", "proba": 1.0524139781864505e-07} {"commit": "a30eb69211107d9b49b435354f751f8e61b152fa", "message": "Simplified loading tilesets in object mode panel\n\n", "proba": 2.0575180315063335e-07} {"commit": "61db363bb8576b72adfe2bb5656c5ce86f198f3b", "message": "version bump\n", "proba": 7.394332897092681e-07} {"commit": "8311c2fdf6ae2dd63299d02a985c9afcb9b9a1d8", "message": "Fixed run_image\n", "proba": 7.740234764241904e-07} {"commit": "726013662bc611f1ce9e580a8f251b7ae27a4ff1", "message": "Moved _fromDatabase into sqlmeta\n\ngit-svn-id: fe2f45b2405132b4a9af5caedfc153c2e6f542f4@847 95a46c32-92d2-0310-94a5-8d71aeb3d4b3\n", "proba": 3.977365850005299e-06} {"commit": "a0587accc361d6adeade28199dbecbe718944dd7", "message": "`set_name` and `delete` are always True.\n\n\ngit-svn-id: 07e5abd2c6e244bc465bf007dc23a4c6bc1bee58@4239 95a46c32-92d2-0310-94a5-8d71aeb3d4b3\n", "proba": 0.9994156360626221} {"commit": "e6c2a8fc4aa8c622a6a569f33db98a6a799ccf49", "message": "cli: refactor action command to support auto-completion\n\nChange-Id: I0b71404a3ba42867dfcc25876436a48b27c70ad9\n", "proba": 2.467443118803203e-05} {"commit": "113e0effc57dbfd579116724c9aa7f39f3c53b1f", "message": "extend regex to allow recognition of 'NATURAL JOIN'", "proba": 1.203777287628327e-06} {"commit": "18f2e0d5f3db6f5719d29ebf0c2c168d934f4881", "message": "Replace deprecated optparse with argparse\n\nThe optparse module is deprecated. Hence we replace it with argparse. A basic\nframework for handling these options has been put in place, It needs to be\nextended and implemented correctly.\n", "proba": 2.755036234702857e-07} {"commit": "46d8dcde393ae52b0ad79d8a57f20b72c58fb305", "message": "winner popups fixed\n\ngit-svn-id: aa25814e0ecfaeafa0654c862c2c87103729a955@90 bd4aa7da-f6f4-4997-a956-5ad611f6b780\n", "proba": 5.176339072932024e-07} {"commit": "b1fee78bf980885dce8f3091d1d3f7afe5ebaeec", "message": "cleanups\n", "proba": 1.479208890486916e-06} {"commit": "4f9ba3b4de2277c50398abd213a5c66dcba7d3a5", "message": "Added capability to save calibration imgs.\n", "proba": 1.0700070163238706e-07} {"commit": "31c85b8e25f0a3c8a3cc6bd21c8d2e9503a2426c", "message": "Fixed bug in carp_process(). Everything in module seems to work now.\n", "proba": 1.017558943772201e-07} {"commit": "3a80b4cbaab03c9c9051f3acb9836460b309e615", "message": "modified call to primaryblock\n", "proba": 2.2684820066842803e-07} {"commit": "5a70b0990ff122fbe95e44abef654b50878cb774", "message": "naming fixes\n\ngit-svn-id: ebd26f0b4afd3fb7c0e0d88f39b62381954d19ac@1097 64d93f2f-123f-0410-81d3-998474c5a783\n", "proba": 1.9268572941655293e-06} {"commit": "fb93bd2792e28d696248d98500808be79e2ba98a", "message": "Avoid encoding exceptions when printing; minor cleanup.\n", "proba": 1.8134481649667578e-07} {"commit": "a1140168c6cb508f5265c9c9ac702032334d7bb5", "message": "tcpconnect: Remove unnecessary bpf_probe_read calls\n", "proba": 1.619290287635522e-06} {"commit": "0a72c05119a5d81867d63fba8bbab03948a80ff3", "message": "Customized account __repr__ method.\n", "proba": 1.952776926827937e-07} {"commit": "dee5cea92f639617f67f364774a39866a17b60a2", "message": "commit update\n", "proba": 3.6331323371996405e-07} {"commit": "27679fabb6245da79028a900e1bfaac70090eca1", "message": "fixed is_external_trigger\n", "proba": 0.0005988394841551781} {"commit": "c6d775b57db64a2a04f63acb2ecd18e6aaf85f66", "message": "Expose rules getter from the Engine\n", "proba": 2.6535360575508093e-07} {"commit": "56361cedd5b23a94f201bf788de76d59959c91a6", "message": "fix base test\n", "proba": 7.794687348905427e-07} {"commit": "938c6eefb0fe43ed5bafcaa0c18271eda9c40501", "message": "fix format issue\n", "proba": 8.497709700350242e-07} {"commit": "4529b894a38cf9b14a734af115ebe57d2bdc84e8", "message": "fix return value: remain genomes are unexpected\n", "proba": 0.9997573494911194} {"commit": "bb8af7f9740a29175ac421305678b4f72971ae4f", "message": "stick patterns in an OrderedDict\n", "proba": 1.5821764520751458e-07} {"commit": "ea52ba494d7e05d2644d0f3a9c3b74a565b3f32f", "message": "parser: don't raise when docstring contained no rtype.\n\nIt's a legit use case.\n", "proba": 1.284759321151796e-07} {"commit": "50a8f232e2b10c6da73c931adb67ea072112c1cd", "message": "fixed merging (again), added feature which shows pairs of people with most similar word choices\n", "proba": 1.3166525150154484e-06} {"commit": "41ae5b5cc0ca6795329186b7a1a4a449e860d504", "message": "return empty string at request exception\n", "proba": 0.00026710666134022176} {"commit": "718f12addd38740c0eacd4547c4f223e2d0f1546", "message": "Check for method input and signal argument names being present in client-gen\n", "proba": 2.2162116408708243e-07} {"commit": "7a8cb352c95277e5ff2a1f77074b670414afaf74", "message": "tests/seeyou: Use BytesIO instead of StringIO\n", "proba": 2.7333879870639066e-07} {"commit": "2da07281e4e5e1ac75f448bdc61c7dd2769f0a0a", "message": "use with statement\n", "proba": 5.680890171788633e-05} {"commit": "2b061ae8625d7c17243e908668a915312daf2fe2", "message": "Do not exclude .pyc files from archive\n", "proba": 3.051420094379864e-07} {"commit": "5074bcb156c1552612cc829decf3b608081b6013", "message": "Protect process.terminate() in tests\n", "proba": 3.1170236525213113e-06} {"commit": "764a0cea396f9818a75d2d109b01a6f77f938163", "message": "recognize named presiding officers\n", "proba": 1.9793064893747214e-06} {"commit": "c87fc5e78504b9004cdf711cbbf5eac4a4dc70ea", "message": "MAINT: a bit more verbose output from refguide_check.py\n", "proba": 0.00023313384735956788} {"commit": "ec38749fbca013ea16e758e9cde592e0990a450e", "message": "Rewrite using new API and oAuth\n", "proba": 7.374030133178167e-07} {"commit": "6c50d21df4b418419d2e7a9fbb52a90669eb1c47", "message": "include ansible and python versions on --version\n\nThis includes Ansible and Python version strings\non the version string output (--version).\n\nChange-Id: Ib1686eda1811b82bdd3e8ab70a5432c110ffa0e9\nExample: 2.0.1.dev1406 (ansible-2.4.2.0, python-2.7.13)\nSigned-off-by: Sorin Sbarnea <8938dff14221394d430a023580a32caf3bfb26a9@redhat.com>\n", "proba": 1.6371222955058329e-06} {"commit": "d30bcf4ab6dd037526e50b6bc0f4128147aa043f", "message": "a dirty hack to quickly get support for Java-style hidden tests. This realyl needs to be adapted to the way the clearsolution preprocesor handles its options.\n", "proba": 9.838170456077933e-08} {"commit": "222d52478ffb8c9778e5833da3d178d87fe1f70d", "message": "Refactor shell_employee\n", "proba": 1.7440773945054389e-06} {"commit": "bd9bd2d020e13579d24e816b73f053da78e23739", "message": "Keep the invite menu item synced with current activity.\n", "proba": 1.0980213716038634e-07} {"commit": "bf36e2f15dadebaff557035a6570e4569242e0fe", "message": "Fixed small bug\n", "proba": 3.4864638109866064e-07} {"commit": "065824d88beabcca5e8a3476678da0449d73a3e9", "message": "[IMP] ir.rule: added util methods for working with domain literals\n", "proba": 2.546148323290254e-07} {"commit": "6c2d8901d1bb099d026ddd820f0091a68a9b0b5c", "message": "Move to call IPAddress explicitly from ipaddr.IPAdress.\n", "proba": 1.1973662594755297e-07} {"commit": "efd01748f081770c645369515b27f248b699ed82", "message": "updated pyparsing to 2.2.0\n", "proba": 1.7453157852287404e-07} {"commit": "aa8d03ac1e459e7a1f20543bb00d7ce28e1f3b5b", "message": "Extra check for corenlpKill test\n", "proba": 1.217018024135541e-07} {"commit": "713b920ec86b7e1c918755b596b8098f1e65d997", "message": "fixed crash when veoh is down\n", "proba": 3.8062884755163395e-07} {"commit": "caf0392ce09d9a5896d2092fe23142a8a973feed", "message": "multiple design models after retrieving\n", "proba": 1.4261135561355331e-07} {"commit": "521953171dc9f1a069084d9f757f4358aead9a86", "message": "Export the GMFs ordered by tag\n\n\nFormer-commit-id: c5e56b28ecdf23921417f1c25af5fe66cf28849f", "proba": 4.296692281968717e-07} {"commit": "010802df26a4d8e86adc195c36b8620b4a418a7a", "message": "Changed test to check architecture in uniqueID\n", "proba": 1.7898442195019015e-07} {"commit": "2b734e76f8ee3477d49cc3ce93173f102f54304c", "message": "Update generator coordinates\n", "proba": 4.552741756924661e-07} {"commit": "c3969b1bcb2b18b87aecb62a610273b0471a6eac", "message": "Fixed like_user ignoring filtration\n\nlike_user wasn't passing the filtration parameter when it started liking media", "proba": 4.0931817579803464e-07} {"commit": "5f6295f1b993fdb8157b62d7131ac2e5bc794c46", "message": "canonicalizer and condenser working\nknown caveat for condenser and annotations on inputs\n", "proba": 1.2845204366840335e-07} {"commit": "846d84be882a5089b12745dc3c112bb897689b9e", "message": "export/hazard:\n\nMade the `export_type` arg of `export` optional, defaulting to 'xml'.\nThis is so we cause so much disruption to users of this function,\nnamely QA test code.\n\n\nFormer-commit-id: ac95ab2cc49c1729b99ab8a7d1493e104ad087ba [formerly d4579ff1e52ff3071648caebaa8e741a92d804fc] [formerly d4579ff1e52ff3071648caebaa8e741a92d804fc [formerly 19a8fa4a1eb1fefd590d298567c6d9ea8b2c5cb0]]\nFormer-commit-id: 28920f9413b10fea44911a461d1f4819f8b53682\nFormer-commit-id: 7d43aa57b5e3b0043bed9f8315472eae62ec91fe", "proba": 8.66242844494991e-05} {"commit": "7a86d904b2e9b48decbd5d6b3fd2340d492b3947", "message": "Fixing lint issue in plot helpers unit test.\n", "proba": 1.1513861153389371e-07} {"commit": "d713147e11628f8e5b755f01e82dd8395af02c12", "message": "Use math.degrees() function.\n", "proba": 0.00021178112365305424} {"commit": "c44455e39f3a597f9d559ba42432cc53ad389d86", "message": "test with dict\n", "proba": 8.784260785432707e-07} {"commit": "35e570c188e88a291e057358bb5e06c150de4b94", "message": "schedule\n", "proba": 0.6886067986488342} {"commit": "391996555a51e60feb1d5bacfa1d967da0dd5edd", "message": "typo docstring pad\n", "proba": 1.1600795915001072e-06} {"commit": "ed17680a03cb7ee6163b3825bfa97102014bf562", "message": "Add skipif yask to the new tests\n", "proba": 2.665603915374959e-07} {"commit": "cae024e5cec6832afe8eefee458e5036d0c15f88", "message": "Use .only() to reduce the amount of information read from DB in the instance list API\n", "proba": 3.121605800515681e-07} {"commit": "b9ec88d0502d82ae7dabbe3cbf44bed9c6c1825e", "message": "Added avatar\n", "proba": 1.8717271643708955e-07} {"commit": "2141e19bcdabf51bf8ce1cdacdddcb7181e55019", "message": "niftk-interfaces-enhancements: niftyreg: the reg_resample output file needs to be generated, so the methods list_outputs and gen_filename needed implementation\n", "proba": 7.419500889227493e-07} {"commit": "db20fc5e3d99e580594ba7b4cd299efd10762239", "message": "test that get_inteligence gets intelligence\n", "proba": 0.0024541050661355257} {"commit": "c93d04035f67b775c55ca6baa43495a925c668d4", "message": "pass\n\n", "proba": 4.577323124976829e-06} {"commit": "988f932502a604abc03cded51d9f0b30c251ea1a", "message": "niftyreg interface: it's requires and not require\n", "proba": 3.7681698472624703e-07} {"commit": "f15c1b1ad1286449ebf9eb96b2a671b78323c99a", "message": "Synchronized config tests. (#172)\n\n", "proba": 1.2712987995655567e-07} {"commit": "d811aed45912aef930705fdfeecda3cdb10aab50", "message": "Improve jose number output\n", "proba": 0.9999992847442627} {"commit": "8d42575748e5c2cb50738596ff68ba9befb2a387", "message": "Reflowed long lines in test suite\n", "proba": 1.3891838079871377e-07} {"commit": "583e8f6c3bf04ae23fe0d372c111430951cf3963", "message": "try to encode urls to fix decode error\n", "proba": 3.331843799969647e-06} {"commit": "20356a73904f1a1b846e25d5d35e1282416566a5", "message": "More lenient Exception handling\n", "proba": 3.146379867757787e-07} {"commit": "1eb7d721ed19ee61ba468fac685bb03084bef408", "message": "Using aliases updates the original usage count.\n", "proba": 1.1600535998468331e-07} {"commit": "5c3803952c09cae46e4ee1f44eefe231d675a09b", "message": "Cosmetic changes\n", "proba": 5.7627067917565e-07} {"commit": "8bb073091935e90547e10cf36bffef23cadf3969", "message": "update profile decorator unittests\n", "proba": 2.9433655868160713e-07} {"commit": "419853578e30c191fc607557193c39beacfa48ea", "message": "Fix gevent patching order. (warning appearing on older versions)\n", "proba": 1.0770137492954746e-07} {"commit": "4554cbb566684581b0b4ac73954a461dcce89a42", "message": "Get unit tests running again\n", "proba": 1.3629774286982865e-07} {"commit": "6e3f101c8615b8772834d7465b36d67bca5deaa5", "message": "Test subqueries\n", "proba": 1.0720054888224695e-06} {"commit": "b8bf6739b60e3ee33636a8d05b021d4eec961aff", "message": "huffman_codes: test algorithm\n", "proba": 0.00016169897571671754} {"commit": "4a4e9d0b45e75b9e2bb02a24e49bff3248c58a27", "message": "update tests related to global notifications\n", "proba": 2.258827862533508e-07} {"commit": "7342a91b8be84170e7b0d706e82c6bf87e53eec1", "message": "[codingtools] Fixes #162. Publish VisualC-10.0 package as well in a distributable\n", "proba": 1.3366609152853925e-07} {"commit": "c3ee74203b3f4e33e04ba0f02f231d77943f578a", "message": "add test for desired behaviour when encountering a namedtuple based object\n", "proba": 7.14219481778855e-07} {"commit": "f8cb718903cc87c5cab3af7a3c3c6ceec529c8ce", "message": "Fix udev test names so they actually get run.\n", "proba": 1.1832021584723407e-07} {"commit": "065b01031ae87005ad95b8077fb80259d2acc3e2", "message": "Rename test method\n", "proba": 5.6186067922681104e-06} {"commit": "0e94497d22877522626cdf7ada5b7f45d7e2fcbd", "message": "Added note regarding default misfire grace time\n", "proba": 1.3282006250392442e-07} {"commit": "b56e042c5b85aeb39cc3a2b2ea2cac2024af5f25", "message": "Fix test_choices\n", "proba": 0.00016994058387354016} {"commit": "c43ece79a89cbc99779e22f807969b0356d1630a", "message": "recovered docstatus\n", "proba": 6.9566016236422e-07} {"commit": "5ef8333c5f90f91e4241b7dad5beb5bee1268e57", "message": "new test fails on Linux & TRavis-CI. TODO: find why", "proba": 1.3033631773851084e-07} {"commit": "c37af838aa7c29c1723a96458625ea3f6f4e90d0", "message": "Fix adding directories to environment path", "proba": 2.679154704310349e-06} {"commit": "0082474ef2473e129b9d6cf8ff6ccdf62ca2bbdf", "message": "Update `cmse` flag based on core_arch instead of different cores\n", "proba": 2.1910187797402614e-07} {"commit": "fe1ebf806a64389b582d76967d4d19101396c415", "message": "user-api: Use the right Exception in get_user()\n", "proba": 1.1059828466386534e-06} {"commit": "68bc922d2f10cd83d5b1ee5dae57b42d5497020c", "message": "Fix 'Unknown Command' message.", "proba": 6.798421964049339e-06} {"commit": "6029cf8f12e696398f8cda2ea15e544620fd220e", "message": "Expose uuid at service projects list\n\n- NC-595\n", "proba": 1.1580264214217095e-07} {"commit": "be3c517f2a4f23d76420e7f7331230340cb3c374", "message": "setting default system to be lms\n", "proba": 6.772828328394098e-06} {"commit": "8a7ca25d6f0e70125a075fdef9f3aae973e2c3d7", "message": "Change !yt to use youtube-dl\n\nyoutube-dl does a good job at extracting all the information from hundreds of\nwebsite, presenting it in a standardized way and staying up-to-date.\n\nSigned-off-by: Ivan Delalande <2b254d2316925a8e8dddbd4ebbc3abcebce51618@ycc.fr>\n", "proba": 3.6160116678729537e-07} {"commit": "570d0e85c5dd75dd2b7d3b463c0578e98ce13da8", "message": "Remove redundant condition [WAL-593]\n", "proba": 1.0372875294706319e-05} {"commit": "266e9e12cc035fb648dd97d8144ca9e9d06c97aa", "message": "manifest: add make_link method which is now called from add_filepath.\n\nmanifest: renamed make_links to check_manifests, as it no longer creates\nlinks.\n", "proba": 1.1421514756193574e-07} {"commit": "ad716491a67612f473caba7abba4538058ab82b1", "message": "Replace using tests.utils part2\n\nIt is the second step to replace using tests.utils with\nstack.common.test.\nIn this patch second part of tests is changed for using\nopenstack.common.test and added needed fixtures in test classes.\n\nChange-Id: I81e3ff41827f7153b650255e219ce25cb282507b\nbp: common-unit-tests\n", "proba": 5.053015229350422e-06} {"commit": "8fc2b37474d0a2bd5f7706e4c4c9126bb5ad1c37", "message": "argument parser fix for --register\n", "proba": 1.8622193920236896e-07} {"commit": "a4cf28244a8dd1a12fdb4be82799d273900301b5", "message": "pep8 corrected\n", "proba": 3.6889912280457793e-07} {"commit": "ee57c65fa26d0be473be9d5e55748abd6693ad0d", "message": "libvirt: fix recent test changes to work on libvirt < 0.9.13\n\nThe newly used 'listAllDomains' method was only introduced in\nlibvirt 0.9.13. Although the driver code was written to cope\nwith older libvirt, the test suite code itself would fail\nwhen faced with such an old libvirt because it was trying to\nmock out methods which did not exist.\n\nThe fix here recognises that since '_list_instance_domains_fast'\nand '_list_instance_domains_slow' both have explicit test cases,\nthere is no point in mocking out the low level 'listAllDomains'\nmethod in all the other test cases. Instead we can mock out\nthe much higher level '_list_instance_domains' which means we\navoid any interaction with libvirt in these test cases. The\nopportunity is taken to convert the tests in question to use\n'mock' instead of 'mox' since it also simplifies the code.\n\nFinally in the test for '_list_instance_domains_fast' simply\nskip the test if libvirt is too old to have the required\nconstants defined.\n\nCloses-bug: 1341729\nChange-Id: I554352ea14e6b3306176e7524502e005cebd8c16\n", "proba": 0.0018058858113363385} {"commit": "dd8ab6e4ac992005dc58c72460bacdb1587c8703", "message": "locs: backported loc bugfix from graph to tournament\n", "proba": 2.2813603095528379e-07} {"commit": "506a42602dfaf0a7daa98ef21952371904426be6", "message": "Move import to be local - friendliness beats purity\n", "proba": 1.6363576094136079e-07} {"commit": "478013c49bd96a8244271f38388df14b0b05c71e", "message": "Really not real?\n", "proba": 6.595517447749444e-07} {"commit": "8b9d986c9ce54874f14e6d787f5c5b29d5ffc34c", "message": "nuke: Call the check_lock function, not the module\n\nSigned-off-by: Zack Cerza \n", "proba": 1.2432818152774416e-07} {"commit": "2f1ef727d07d0e56c39e92e79696671e8ee6d5e0", "message": "Removes unnecessary lines\n", "proba": 0.00024045501777436584} {"commit": "396e854bcdffc9e6e22550872e4af79a5031c983", "message": "new: add ``GitUrl`` as a conveniency to access parts of a remote git repository url.\n", "proba": 1.112711913719977e-07} {"commit": "350858769ed3da597d505c65b95688973856dcb4", "message": "Ignore encoding errors\n", "proba": 3.8817186577944085e-05} {"commit": "0411816cc29c8111b2af48949e3f46f55d360522", "message": "Migrate away from soon to be removed _js_deps. Deps already handles both J2CL and JS deps.\n\nTested:\n TAP train for global presubmit queue\n http://test/OCL:250977732:BASE:251035649:1559411530058:4ba4ade0\nPiperOrigin-RevId: 251305537\n", "proba": 1.8462372963767848e-07} {"commit": "2fe1aeb6e47b93ea0a55d552b1deef788c743e1d", "message": "add the name arg\n", "proba": 0.9999994039535522} {"commit": "9c64c9eb2c1e4a7726b3bc7db280838cf9988fdd", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "407b2e0bc73fa2ddd81ccddf338509a0437d1eea", "message": "whitelist xfs_fsr syslog noise\n\nIgnore lines like\n\n2012-04-17T13:44:11-07:00 plana59 fsr[5454]: DEBUG: fsize=450560 blsz_dio=450560 d_min=512 d_max=2147483136 pgsz=4096\n", "proba": 0.00043257270590402186} {"commit": "b75a0cb957d82a1d1d20a6b0d27db40024066ce2", "message": "DOC: added docstring to solve\n", "proba": 2.830245193763403e-07} {"commit": "558a637d1a19cd307dede0c22bc63d8831648c59", "message": "MNT: Make git_rev optional. Defaults to repo preference\n", "proba": 2.7780930622611777e-07} {"commit": "8d66760481da185ac364ef8918eba5415587bee2", "message": "report ru_maxrss to see memory\n", "proba": 1.2548889571917243e-07} {"commit": "cdef03393a93df5eb82f693505d145e0ab4e191d", "message": "use a fixed CWD in the Docker Builder so we can retrieve result package artifacts\n", "proba": 1.2925384851314448e-07} {"commit": "934ca9e63e29abc6fe4d87857ed74157b6a4c14d", "message": "Add a draft image reader.\n", "proba": 1.662513398059673e-07} {"commit": "409bd7e06f05ac07290737bd5394d7a91156bdfe", "message": "Correct x, y coords for JPL position plot in plotcometloc (issue #27 ).\n", "proba": 1.0405935313428927e-07} {"commit": "0aace7254db06cb4e1cc7e4d6a54eaab3e929865", "message": "Added more input in input_generator\n", "proba": 2.7271622116131766e-07} {"commit": "b882a5c1d5d6555be10e3c32a67580ce2a237dbe", "message": "Prevent interpreter segfaults during shutdown when using lightblue.\n", "proba": 1.2119450332193082e-07} {"commit": "206d02ec95e8516464b173fe4f20dea3a3f969b7", "message": "[UlozTo] Fix #3275\n\n# Conflicts:\n#\tmodule/plugins/accounts/UlozTo.py\n", "proba": 1.494843644422872e-07} {"commit": "37509d2f3adec081087672772bc6119f84f991b8", "message": "Add docstring to clarify autodoc\n", "proba": 3.284472427367291e-07} {"commit": "8c1880c9872b36d9463bede8acd1d618fcb57a5b", "message": "Support timed schedules that repeat and specify a day of week. Plus a bug fix for non-exclusive.\n", "proba": 1.0296734131998164e-07} {"commit": "12b183e6c55b92e71be02430d6725285078be8bb", "message": "Fix PeeringDB AS sync test.\n", "proba": 1.6117074608246185e-07} {"commit": "b5b57b0c6805c9b8db6eb94f2469d285ab9dda58", "message": "fixed client\n", "proba": 7.470266041309515e-07} {"commit": "fdf2ed9672dc1f48f1d4975378fdc3e6caf48b79", "message": "Fix merge conflict\n", "proba": 1.2819501534977462e-05} {"commit": "76738bc8343981b8c2792acb081cea8de64fe0a9", "message": "Clean up usages of \"\"\"\\\n\nSigned-off-by: Yesudeep Mangalapilly \n", "proba": 7.045735401334241e-06} {"commit": "19c16b8bb531940ae5340f3cea60f2fceeed604d", "message": "fix records loop bug\n", "proba": 4.467162852961337e-07} {"commit": "43406eb86d68cde8e51c42fe5749ebc6d2ebb4f7", "message": "add random aug index function into base augmenter\n", "proba": 2.721887710777082e-07} {"commit": "b20709e1a2df6789b6dec3b065a44b53ee835e5e", "message": "Updated doc version and copyright\n", "proba": 1.313836293093118e-07} {"commit": "6ba7793318e15ad218c49edd3bfb3d74f2173026", "message": "fixed typos\n", "proba": 5.799032805953175e-06} {"commit": "c061d01922ee6d4a3666a79b67faf913cf28d52a", "message": "Enable traceback emails to fix bug 979211\n", "proba": 2.400035441496584e-07} {"commit": "3ed3acfe6c95a708b8674866d0105d2aaf7012ad", "message": "Better logging\n", "proba": 3.5337967574378126e-07} {"commit": "286105ad0f23cbbcece7f23519ece619c7b2f741", "message": "Put env['ENV'] customization in separate func.", "proba": 1.810061718288125e-07} {"commit": "d870a670d0119fb6abb3fe4b1a591f7188bff293", "message": "elb push mode, return elb instances not result set\n", "proba": 5.6621765907038935e-06} {"commit": "5da3040bc9d27bccbeeb02587690aafc72a4c758", "message": "Restored utf-8 characters for copyright notices\n", "proba": 1.2787562297944532e-07} {"commit": "7a2c4d3768dfd6528cc8c1599ef773ebf310697b", "message": "Bump version to 0.3.3\n", "proba": 1.2802134961020784e-06} {"commit": "ce11140979fd3878c28171384fed3bb424f8dee5", "message": "Adds pages_trigger configuration option.\n", "proba": 1.2559246442833683e-07} {"commit": "115ff5e6eb28f7f7b08e9ac95d0a553fbec64baa", "message": "action cleanup\n", "proba": 3.8386738765439077e-07} {"commit": "c5bab0af51d8e9458434b55ac8c9d08532c41d05", "message": "Extracted running command to method\n", "proba": 8.092602001852356e-06} {"commit": "4f26698c12a5c9a3e51e10a43cd3f36f31e959e3", "message": "#1722: Handle edit email view too\n", "proba": 1.2263983251159516e-07} {"commit": "7fa748d7ab7c2b59d7315fe779281bc42215f16b", "message": "Changed the RE for the paths\n", "proba": 1.70163858115302e-07} {"commit": "93ff6b91e03f15311ac33f23554a2e4b5a7a0aab", "message": "oops typo\n", "proba": 1.722831802908331e-05} {"commit": "25645792ef123fbf3a0e5c398d864e168e32d4d3", "message": "Enter a 'pre-token' state after seeing a token keyword (regex, token, or rule)\n\nThis is so that any Perl 6 code between the keyword and the opening brace may\nbe properly parsed. Handles code like this:\n\n token something(@params) { ... }\n", "proba": 0.009960060939192772} {"commit": "98e8c3c651ea8199716a400a1a51df60a0b62331", "message": "Refactor __main__ to break out renderer options\n", "proba": 2.2082160285208374e-05} {"commit": "3d47829361f6e72b75d20bc4843c8bac345072d7", "message": "Updating the fix of pyipinfodb\n", "proba": 4.720370441191335e-07} {"commit": "6693a96c6f559bfe4a00922e1f54d752a5c8cbe9", "message": "Found the performance bottleneck in the MSVSProject emitter.\nIt was doing a linear search over and over, instead of using a dict.\nIt was taking 1m42s to generate chromium on windows, now it takes 10s.\n\nBUG=18712\nTEST=None\nTBR=sgk\n\n\nReview URL: http://codereview.chromium.org/165119\n\ngit-svn-id: e7e1075985beda50ea81ac4472467b4f6e91fc78@580 78cadc50-ecff-11dd-a971-7dbc132099af\n", "proba": 4.154072667006403e-05} {"commit": "9ce9b8c8f7cba7ae44656445efceb4af105616c5", "message": "changed clean behavior to delete superfluous folders\n", "proba": 5.810341576761857e-07} {"commit": "2d9e5ab456e592b1cc2edab4b8d346bd21dedb41", "message": "you can load prikey file from string, too.\n", "proba": 1.1292089396874871e-07} {"commit": "d3cd2f482aad950e5a1ec00545b707c488cd51bc", "message": "Added miso_lfilter.\n", "proba": 1.1863183857485637e-07} {"commit": "fca296580305df9433d2d8388a4f6f8e3fab7b43", "message": "Fix help text.\n", "proba": 0.00013033272989559919} {"commit": "1c75ee231a99fecc9721c5da834935d0fee076e0", "message": "FIX : fixed minor suntax errors. Added TODO flags\n", "proba": 1.2441500985005405e-07} {"commit": "92ab61413ad0040d2f5c0bf0ea3768824439db1d", "message": "Log likelihood, but there's a problem...\n", "proba": 2.0597680361333914e-07} {"commit": "f73a7290f31d5b59fff96496118180662adfef61", "message": "updates\n", "proba": 4.4353927819429373e-07} {"commit": "f9ee9e12c78c809295a4a823e5fed4df3718fe32", "message": "bumping up the version.\n", "proba": 1.1589931858679847e-07} {"commit": "72cf4e08c55f9b9dbf1d77eb0ee33c48d4dd7654", "message": "Console log GUI printing done\n", "proba": 2.3107476465611398e-07} {"commit": "5dbc6b7a7a21ff7499d06211b1aec9109d677b8a", "message": "move to the 'new' InputGitAuthor class\n", "proba": 1.0708804438763764e-06} {"commit": "a08144d391823987ea246e7547b7130f690fc9bd", "message": "remove none in transform\n", "proba": 1.976418570848182e-05} {"commit": "4e68e2dab272ea63c5a8db1edaef171639ab2db9", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "a67e97835bda5a03381bc958cbbc07db62d7b141", "message": "[racf_audit] find associated member tag\n", "proba": 1.9928384631384688e-07} {"commit": "b5a5051fd0301749983990f4920a80b7a07a69d5", "message": "applied patch making IOMemory override open method (Fixes issue 150)\n", "proba": 1.0485609891475178e-07} {"commit": "996f1658184b36ee04faa8acfe86692ee927d550", "message": "Fixed references to numChampions and numRoles in DraftState\n", "proba": 1.5537214892447082e-07} {"commit": "1297c23622ef7d4799f0b810371303c78acf6eb0", "message": "Changing ef-version s3 policy to have object be bucket-owner-full-control (#36)\n\n", "proba": 2.98349561944633e-07} {"commit": "196132ab3faee7d57b256b18d4e3d21ae148c90f", "message": " grid function\n", "proba": 8.732957894608262e-07} {"commit": "bb9dab9fdaf040d636e79fb6dc8dfb55e81cc443", "message": "Remove remaining print statement from debugging.\n", "proba": 3.0422759778048203e-07} {"commit": "a58603f36a14245b820e47561797b0115e380d00", "message": "Now it is possible to load session files on Linux, which is saved by Windows version\n", "proba": 1.2465443433029577e-07} {"commit": "f8839fc7a1fca7ae057f4b26740a25922ed6fec2", "message": "Stuff.\n", "proba": 3.213302193216805e-07} {"commit": "3f0052ad01aa5e4cd7c7f0c1a5de5a7700e995c6", "message": "Add unit test to protected against regression of the bug fixed in [1652].\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@1653 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 2.0887504433630966e-05} {"commit": "6f2e5c378f52b88c988f4d204d69c2bcd2000efc", "message": "Fix another unicode issue, spotted by tdkim, thanks!", "proba": 1.1708235092555697e-07} {"commit": "84fc88d731cc2494fcefb247b15ccefbf03bd7fc", "message": "\u0414\u043e\u0431\u0430\u0432\u0438\u043b \u043c\u0435\u0442\u043e\u0434\u044b \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0430\u0445\n", "proba": 5.42055659025209e-07} {"commit": "613c8840d1b3319d220a047a970a439a17cd6fc9", "message": "Started work on adding events\n", "proba": 1.7694493692488322e-07} {"commit": "1226017a1c57c7c79d826cc282836bd5c9ca3e63", "message": "cluster ids are now unique to users and the cluster related views now search with the user_profile as well as this ID so there should not be the possibility of launching or looking at other users histories\n", "proba": 1.6866194130216172e-07} {"commit": "68a6f3043ea2c72a8fd0bcc4765ddd2bb9a378e2", "message": "having start and stop work under windows\n", "proba": 6.108688239692128e-07} {"commit": "62b5ae990e7a6f35d8f337bf2bf03fc60383edd3", "message": "Add additional info to error messages\n", "proba": 1.375901490519027e-07} {"commit": "89758f91227885060cc7ccefe0e9c401d407805e", "message": "Fixed a problem in the __eq__ operator.\n", "proba": 1.2806622180505656e-05} {"commit": "7c1bd4610401e91d0b2481229f54bd811f76a82f", "message": "fix exec in Py2.3\n", "proba": 8.483701208206185e-07} {"commit": "d13db2bca8df632b834a59d11267cfea8649e38c", "message": "Fixed the problem with callback which was causing all fits to fail\n", "proba": 2.2683997258354793e-07} {"commit": "7b3ed2f82eb909013355b3b8005c2c1d38e1820b", "message": "cosine modified\n", "proba": 3.925647888536332e-06} {"commit": "e65c28f23e91a726cf2e829aa940900cae4d42ca", "message": "MAINT: Changed config variables to lowercase.\n", "proba": 2.319999623523472e-07} {"commit": "628543986ea971b55b4aca3ee844dcd026775de1", "message": "disable some Cython syntax in .py compilation mode: typecasts, &..., sizeof()\n\n--HG--\nextra : rebase_source : 0160d58813fd19a43b5d6cc51fba2328d8ea72e0\n", "proba": 4.263499135959137e-07} {"commit": "da6b32d28184683a998bfe1eb54b34f1b1aa1b5a", "message": "Prefer the user object to the email address\n", "proba": 0.9999651908874512} {"commit": "9fa246b651f5bb03f5b32c9ba442a223f8a9af64", "message": "Adds comments to simulated_evaluation\n", "proba": 1.7555755960074748e-07} {"commit": "08cc20e95f80bf26f9baaa5bb3ed5ccd7f6544d1", "message": "declare internal visitor functions 'final' to inject direct function calls\n", "proba": 4.776427431352204e-07} {"commit": "f6aa2cbba3b620c8768318183cb32bf404aec3fe", "message": "Saving icc profile when loading image\n", "proba": 1.8156390524382005e-07} {"commit": "042e88ba7a3335f3363c95d8a9b71b135395aac0", "message": "Do not need to call quote function two times\n", "proba": 2.1330313302314607e-06} {"commit": "933cfb6b4e76719cf0e810dac9fda7af8a4ce8ad", "message": "Updated canned script to use non-redundant file stream.\n", "proba": 1.1454784498710069e-07} {"commit": "e7f5d4894ebf7119d1a5d3030642b47d18c84fed", "message": "changed lightness plots to use cam02ucs colorspace instead of CIELAB to be consistent\n", "proba": 1.1455691151240899e-07} {"commit": "a6df9c82d73df4713410455a022351981325e004", "message": "[enh] paging added to example engine\n", "proba": 2.6274878450749384e-07} {"commit": "456f0fc07d7c46092df08c08d5a24eddf3909421", "message": "Changed contract to tsr.contract in contract_virtual_indices\n", "proba": 6.988425980125612e-07} {"commit": "74ba47f776a20e1c90bc9c2b66fb5848a32a7a57", "message": "change diatonic_tone_cache to include parent directory, i.e. tonalmodel.diatonic_tone_cache\n", "proba": 3.965122061799775e-07} {"commit": "3e0dc89271237adcb8b20a1683001aa5a14da88c", "message": "adjust prereqs\n", "proba": 2.2865604023536434e-06} {"commit": "d2b98a93e9d578c86d8bd7cd440f0996dbdf3821", "message": "remove _histogram.h from setup.py, it's been moved to _shared\n", "proba": 2.659454025888408e-07} {"commit": "3a55480a779ad5453a46200b060591ded74699f0", "message": "Added a fit_transform method to the MDS class\n", "proba": 2.48246067258151e-07} {"commit": "c2fc4438ef6d256303e4f9d9e033c9eaaf63f171", "message": "renamed stuff to fit purpose\n", "proba": 2.0961148550213693e-07} {"commit": "cdbb6b36eb53b1d1ddfd3443bcee5f5beacfef6d", "message": "Cleaned up code, removed errors found by Landscape.io\n", "proba": 2.1525414695133804e-07} {"commit": "5dce631917cbd617b242737cd50e31fd0cc38d10", "message": "Removed unefficient nx.ego_graph implementation with much faster update function.\n", "proba": 1.064740260403596e-07} {"commit": "9994ff312973f692f88cce171f9e369ba0d68b66", "message": "Fix passing on the verbose flag in GBRT\n", "proba": 2.8734823445120128e-06} {"commit": "b3985971435f8cba6d9639726205def8b8d25b05", "message": "actually using the cv params in the new emotions code\n", "proba": 1.3441685098314338e-07} {"commit": "17e73bc6ff3b88a6b3c86b8b62fc06b3cb544ce4", "message": "S_hat0 both vertical and horizontal action\n", "proba": 1.2358619869701215e-06} {"commit": "2b1cb01d2b8d3359f1af98720c9745870b8f88cc", "message": "Efficiency fix in H2O Scaler\n", "proba": 2.0873177675184706e-07} {"commit": "1bf984520696b97d91e2bf3e65a1b7c51738a0bc", "message": "2 new parameters for 2 new machines\n", "proba": 9.263810625270708e-07} {"commit": "df26b1209acfd0b88fd85fecb96fb0b8e22a9fd3", "message": "Added click handling and decent drawing to Button\n", "proba": 1.232943134255038e-07} {"commit": "7f9b8fa2af2658126ba770f6e62f6f03a9e515c0", "message": "fix prints\n", "proba": 1.2482352076403913e-06} {"commit": "b9b9347e985aad1cfa8c336c6b766f2d6bfe1903", "message": "Fix typo in GoL example (#20)\n", "proba": 0.00012646518007386476} {"commit": "761d038c9660c5f878de3f46ac450f1e97816358", "message": "plot matrix\n", "proba": 1.455023721064208e-06} {"commit": "487fd51c8b159f3ba69c1e2f1983b395333f9aea", "message": "Clarify example\n", "proba": 0.0026762736961245537} {"commit": "896a079c94e038761fda42182d5c87ed9ab106f3", "message": "shower param list for emotions\n", "proba": 5.812813697048114e-07} {"commit": "78c39969f500568d8e277550736881034e248846", "message": "fixed if statement\n", "proba": 0.011596509255468845} {"commit": "b915cf04058d6ec1f9d6397ac961a8de044c7286", "message": "Removed output flag related code\n", "proba": 1.500838834544993e-06} {"commit": "6c9b7451c6eaf78bba0691829bd99f765afe2d51", "message": "remove unused code\n", "proba": 1.6653786587994546e-05} {"commit": "906bb816a91c1eba4787119b93c529020e7437e5", "message": "+andrie | bind only if it exist\n", "proba": 4.861580009674071e-07} {"commit": "0852137b3838968b5fca55e9f43bfceffe29166e", "message": "match docs up to deco args\n", "proba": 4.502314823184861e-07} {"commit": "33ed12dcc574d2a1d4714287e85f46a458b5cb3c", "message": "Fix filters\n\nWhich was broken due to move of methods\n", "proba": 1.0024126595453708e-06} {"commit": "a65fb6a02272c01334d84d5ce14ed6891946fca1", "message": "fixed bug that occurs when trollbox dir doesn't exist\n", "proba": 1.8269986412633443e-07} {"commit": "320f2945c25568bf55984583d4a8e1fb898b72fe", "message": "Fix method invocaiton\n", "proba": 3.6179817470838316e-06} {"commit": "365ef5a3600011af2e7c1c303086513fd9f28772", "message": "big improvement using fsolve instead of standard Newton", "proba": 1.8243730437461636e-07} {"commit": "86737835c9cc6dec1947da55e1e2ef4c01107e89", "message": "log dataset name\n", "proba": 0.00010531782027101144} {"commit": "530b1c7e8b3e5bc13db19d39b9d8d4427efcedef", "message": "Update DataSync per 2021-11-04 changes\n", "proba": 1.2309388353060058e-07} {"commit": "7c6238e51640794b2812eaf6ca22d3c15dfb90fb", "message": "Update FinSpace per 2021-11-18 changes\n", "proba": 1.1651982845251041e-07} {"commit": "f461e5ed6b156cf4fd5948bd19fb3e9c103e92ff", "message": "Bump version to 0.5.1\n", "proba": 1.0061507964564953e-06} {"commit": "4fcf56122b85f9402439f11f3daced3a466da312", "message": "Fix typos\n", "proba": 0.9999994039535522} {"commit": "20aed1a97c0bf9444fb7f97ca5cf0aff7d4c3b5a", "message": "2nd attempt to fix static files\n", "proba": 1.1899692253791727e-07} {"commit": "b7b260f929b64b68963d1bef4e74be176b5fef5a", "message": "got it working !\n", "proba": 2.5530488301228615e-07} {"commit": "710a078a8e5fe7e0595993e5ce526dae906e9c51", "message": "\n\ngit-svn-id: http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk@1733 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 8.489139986522787e-07} {"commit": "3f263f9b7a5d49675e80895bc080ca2b7bec8242", "message": "Add parameters to API calls\n", "proba": 1.9430406155152014e-06} {"commit": "1879b61f2dd16005fc8fc10f7f5591dd726273ca", "message": "query.py: Don't raise exceptions if 0 tweets found\n", "proba": 1.2914698345412035e-05} {"commit": "e3240aa9b0614bcf925fe1b8f63ad897b0bd6f17", "message": "Add ability to write POSCAR from cluster of sites in get_structure_type\n", "proba": 1.974499781454142e-07} {"commit": "067183b7bb3b6706815faeafb971dc2df8bcd22e", "message": "moar stepez\n", "proba": 2.394857574472553e-06} {"commit": "9520bc0796ec2b96d82cf657785d23faa1702047", "message": "Bump to version 0.1.25\n", "proba": 1.9449653620995377e-07} {"commit": "251f36b0147ab8d4a21616812497ba8ab80a85eb", "message": "Fix use menu box\n\nThe use menu box had some weird glitch where it was mispositioned and the top line didn't show. This fixes that.\r\nI'm slowly moving towards a 0.1.0 release! 0.0.3 won't be coming since the only difference would be a bigger world.", "proba": 4.315823389333673e-06} {"commit": "dd119efaadcb1e38c4eaa2e920be769fb99239b0", "message": "Fix FlaskForm import\n", "proba": 2.455768026266014e-06} {"commit": "77d267011211a85c79d46ab75113ed3036059198", "message": "reservation overlap clean check\n", "proba": 1.9470307677238452e-07} {"commit": "9f268a7f3bac46b6b9082acfb8ba646dafddda6d", "message": "update api filters\n", "proba": 5.107092988509976e-07} {"commit": "00464bb2337b5635c4fa2e03bc070dff7df72053", "message": "Fixed friend page loading error, working on broken profile pages\n", "proba": 1.9810711648915458e-07} {"commit": "acfb5c112523cb255eef849c2cc8964dc54979ec", "message": "Remove pagination from Disaggregation Value and Label viewsets\n", "proba": 1.6538363922791177e-07} {"commit": "f6189783e79a177a314dad07e219860a98c1b9c1", "message": "Return `socket.get_reuse()` as a boolean\n", "proba": 0.999996542930603} {"commit": "22147d6e5cf57d4e6d523549a3d0a6c50b50b71f", "message": "Improved text extraction by adding lowercasing, simplyfies code down stream\n", "proba": 1.3132328149367822e-06} {"commit": "f354e46a9018705400e4ab0a07ff2e36ce103031", "message": "yield tests: need function scope to capture context correctly\n", "proba": 4.626767349691363e-06} {"commit": "75b47a0b50bb1f89e57459eaa210a536369566bc", "message": "rewritten the simpleKnnLoss\n", "proba": 0.9999980926513672} {"commit": "1d16a9ba7f1a373287925014e31574a2f141b272", "message": "lock: drop machine-type default, but require for lock-many\n\nSigned-off-by: Sage Weil <6dd34506bbd5e58221bbb3e4732d97c91f02277b@inktank.com>\n", "proba": 1.1506243424719287e-07} {"commit": "150a3d7d9e31c35ae6f4ebcbfcd2bbab38d2ba67", "message": "misc: Don't include existing partitions in devs\n\nWe don't want to include /dev/sda1, etc. in the\nlist of devices to use.\n\nSigned-off-by: Sam Lang <70ab3b98ad075c66e7d3501cb42b80a7e41da316@inktank.com>\n", "proba": 1.558801869805393e-07} {"commit": "46b612efa4153d0e45a93df52eb524f79d74f8f5", "message": "misc: make get_scratch_devices look for (almost) any disk that's not mounted\n", "proba": 1.294269083018662e-07} {"commit": "420fc6bd9a3ecc4cd637ece97cb4b482b4d0d37e", "message": "Minor verbiage tweak for protocols.\n", "proba": 1.1059790949730086e-07} {"commit": "c3a5699f6369587e3a87cd62a81a8106fdea879c", "message": "Add a proper docstring to the set_command method\n", "proba": 3.865889448206872e-05} {"commit": "eab20041107284b56463be3603bb91cb1c68becd", "message": "Return empty string if `indent` is `None` in `_indent()`\n\n * Set `indent=None` instead of `indent=0` in the init args of `jsonstreams.Stream`\n\nSigned-off-by: Jono Yang \n", "proba": 0.00483598280698061} {"commit": "0111ee1fe7d5066bebd6e822b4ee0cee123bc8a8", "message": "Add back unlisted users in contests; #842\n", "proba": 2.433336021567811e-07} {"commit": "61f025140046d2fbbcf79f06958d5394db57c555", "message": "added the def\n", "proba": 3.9597707655048e-05} {"commit": "5c940111d3a863d77e58b5c8f2421a1f9a7c5fe1", "message": "Change timeout to 0\n", "proba": 0.9988771080970764} {"commit": "75a6f818381ba2c6cf4b44d07cb09479a9430d71", "message": "inherit from smcelement", "proba": 3.689380901050754e-05} {"commit": "33eddce352df83d2b06c4ff0cffdde5d69ac8483", "message": "Made get_path function available in the class\n", "proba": 1.3498322459781775e-07} {"commit": "042478eafe94322a7c8c633c2d9dbafa7ef4eef1", "message": "Fixed specifying architecture hopefully\n", "proba": 1.3584782720954536e-07} {"commit": "09dd0eb9249493fc2d2897684035d753fc888acc", "message": "A tiny win32 fix, once again\n", "proba": 1.322611211662661e-07} {"commit": "1c76ed296bb62196f6ee1f5fcc49d92aaa354ff7", "message": "Remove show/views.py\n\nIt does not contain any code.\n", "proba": 1.1031265501060261e-07} {"commit": "71545ba7a3461f13ea0a59e30009e53f823963a9", "message": "add contact bits.\n", "proba": 1.3150345523627038e-07} {"commit": "22ceb04c3a3d24d991511eefe59a1f80fc031144", "message": "fixed bug where an all keywords dota search with no results would error\n", "proba": 1.6397413560298446e-07} {"commit": "c5df64692ac9cfa66e4eb55ce47f273d49b1da75", "message": "small fixes\n", "proba": 3.433956408116501e-07} {"commit": "c990b08ef29d8ef35338564ad4e22d90830196ec", "message": "edge labels in generated graphs are now easier to see\n", "proba": 1.1791109244541076e-07} {"commit": "4e58be8edac9662a08ebd15bc51ae2c802080e9c", "message": "Reduce the number of conditionals and catch the exception.\n", "proba": 3.552486532498733e-06} {"commit": "cddaaa6764711dc894229811fa3abc63f718b3ef", "message": "Aligned imports.\n", "proba": 1.5317164070438594e-07} {"commit": "8149d4a332cbc669a1ca6caebb066522ede140fb", "message": "Updated post and comic manager to respect publish time.\n", "proba": 1.0110161952070484e-07} {"commit": "052b42d6a1117d23c0b339e2f2c0ed33ef489d4a", "message": "followed PEP8: pull_up_method\n", "proba": 0.0002452880726195872} {"commit": "4973bedd82d22fe0b181d0a045565eac3e93a37f", "message": "Ditched the unused 'list_only' option.\nAdded code to include source files from 'build_clib' command to default file\n list -- currently this won't work, since 'build_clib' doesn't have a\n 'get_source_files()' method!\n", "proba": 1.1335485083918684e-07} {"commit": "c10e73e39656ebb381dbdc6dc2aaece3dfe45dcd", "message": "Additonal fixes for the PR\n", "proba": 1.208416904319165e-07} {"commit": "4cfedde601de08aed65229061a8eee83237428d3", "message": "Delete commandlineCW.py", "proba": 7.039536285446957e-06} {"commit": "6144d9293e6d4ce715ffc59f8307bcef8d815b80", "message": "removed `-V` to qsub -sync\n", "proba": 5.036062248109374e-06} {"commit": "42c5e86f014c60259e286be6ca613a1d58243ed5", "message": "gh-139 Delete filesystem.py\n", "proba": 3.032525228263694e-06} {"commit": "1374381845df1001f6daaf740e6c5b04465af159", "message": "Improving wait command.\n", "proba": 2.817076619976433e-06} {"commit": "8dd471928ad133eb576156c6a75cd0b92ddbd624", "message": "status: new_file: force check new view immediately\n", "proba": 4.5713366603195027e-07} {"commit": "6423377f31b47df856370c7c35c4b6a606b21e9d", "message": "Allow TLDs other than .com\n", "proba": 0.00028298268443904817} {"commit": "76c653fb459bbbdfd9ba250a8d3e8ccb5e75b21b", "message": "SLoightly more intergration\n", "proba": 2.597352306565881e-07} {"commit": "acbb0158a508f53feae6e0525dc839f63cf3bef5", "message": "Fix sign_item_files for directory paths\n", "proba": 3.073428615607554e-06} {"commit": "c87d0ef675fb8c1d2dfcce4f1cf3c446f195b671", "message": "filechooser: remove comment (that it needs to be tested on windows. worked in a python shell in a vm)\n", "proba": 1.291544151627022e-07} {"commit": "5ac196a20d9504f0903171297027a936a642b964", "message": "Flakify\n", "proba": 1.4278624803409912e-05} {"commit": "68e014a098cf45fbcdae29756d63e6870b08a53f", "message": "Did minor rewriting and made grammatical fixes.\n", "proba": 1.7126588147675648e-07} {"commit": "cdcfd4b326c8d38357696b723ccd229875209f78", "message": "It should be possible to make a column both sortable and searchable at the same time. Spotted by pobrien.\n", "proba": 2.4769980200289865e-07} {"commit": "23b8bbc1890edcc841eb9de324aa1862c9e489d2", "message": "patch\n", "proba": 1.0704158057706081e-06} {"commit": "738c90245c9320b0f793259573ec1a2455439398", "message": "things\n", "proba": 4.7365454520331696e-05} {"commit": "f46607c6b06948ff707e5bee6568c7cb9ac8f750", "message": "Increase the amount of caching slightly (set T and P before the chemical is cached)\n", "proba": 1.33914895172893e-07} {"commit": "c09e7a2f337cebf7d2b20126826b948733d47dd9", "message": "Colorize paths in logging output\n", "proba": 1.0311085816283594e-06} {"commit": "0551982e1c696d9866f392f9a351c35d05e30035", "message": "removed Numeric compatibility\n\nsvn path=/trunk/toolkits/basemap/; revision=3184\n", "proba": 5.997469543217449e-07} {"commit": "dc09dc3254b9e02b22d96be578a398bbb6880771", "message": "Let's ensure we're actually using the right conservation callback!\n\nNew TracerMassConservation2DCallback wasn't actually used.\n", "proba": 1.0240464121125115e-07} {"commit": "b542b9ea94455aa6a4e14b6b5b506d7b8ecf9a80", "message": "LR=0.01 is better\n", "proba": 0.0004352735704742372} {"commit": "0d79b87e802d8e9dd25a53cf420a7b244975f7cf", "message": "fix bug writing csv\n", "proba": 7.402821324831166e-07} {"commit": "7feebb6fc37ba07199152ac6ba6067a83ae1a2b0", "message": "drag raise debugging\n", "proba": 9.452119229536038e-07} {"commit": "e4ff8f0708a3524e3f75c2a0875a055a8584e6c9", "message": "add remaining hours to admin\n\n--HG--\nbranch : project-budgeting\n", "proba": 2.0978967540941085e-07} {"commit": "862b7ab29fa297002fcff531425ea06c38274589", "message": "refs #329 - Only count entries with end times for the weeks entries\n", "proba": 1.068495834033456e-07} {"commit": "d7e08ffbba5f2edac76774216dbe966eaf91f7e7", "message": "Add tests for Client and Project edit.\n", "proba": 1.1001596078585862e-07} {"commit": "8caccb98c5404fbb2b96cf450311b9411c21c21f", "message": "Bump the rev\n", "proba": 2.227248296549078e-05} {"commit": "b64941b90bc24366dfedaaafe82555915d0b1ebf", "message": "dict.items is not generator in python2.x\n", "proba": 0.0004020630440209061} {"commit": "1bcf9da2e045b49b9d8e12dfce759028fc7b9023", "message": "RIFF parser WIP\n", "proba": 1.92502120626159e-05} {"commit": "9b885a3c4843c3985413181a6d18b18ce015cdce", "message": "simplify Requires-Dist pre-parser\n\n--HG--\nbranch : distribute\nextra : rebase_source : 10900b24f80bc412881812fcea4e54e473a86068\n", "proba": 1.2135450333516928e-06} {"commit": "0cdf662b5458b09bbf0c43c4973513cda6f5869e", "message": "correct Aeff for HBA\n", "proba": 0.007767243776470423} {"commit": "8ec9c2eeb6741bb813cf30bc0c74d8402ecacc2d", "message": "better arguments checking\n", "proba": 4.1588376120671455e-07} {"commit": "ea10e6b12fb5f434c28a8cacb45ea6b7e780bbe4", "message": "Server ip\n", "proba": 1.173801251752593e-06} {"commit": "72025166027dcc7510527d0223d61a86c4211708", "message": "white space\n", "proba": 0.0002084054285660386} {"commit": "7a42f1926d03c7f6fa4a48a227cfa1ee3b5b66cf", "message": "Ship v1.5.0 (alpha 1)\n\nSupport for Click 7.0, lots of formatting changes.\n", "proba": 9.665527755942094e-08} {"commit": "cfc753c09b1dc850ff66e25aa026b5dda366ff89", "message": "The `fetch_proposals` subtask no longer requires a QuerySet\n", "proba": 1.2355352737358771e-05} {"commit": "b177d939d9b8ad4c174c5ccfed38b85004690924", "message": "only subscribe glyphs that are not subscribed yet\n", "proba": 1.3169422174996726e-07} {"commit": "3f19af2c335308f739a54f9ddcad049e8165bb32", "message": "deleted blank line that was causing linting error.\n", "proba": 1.5036395950573933e-07} {"commit": "b821ae63d09b23e4fdcf58438ba1128b688f2dad", "message": "fix bug with remove\n\nkeeps app if it was already flashed\n", "proba": 2.4023643163673114e-07} {"commit": "5118e3327d5c8c6af34a8211466d02cb23bed432", "message": "[instancer] Fix some more tests\n", "proba": 2.1844257958036906e-07} {"commit": "919d640d061d5c9bf2035032406eeb70acf44bb8", "message": "IT WORKS\n\nTesting if reply works, but basic auto reply is working!\n", "proba": 1.0675139350269092e-07} {"commit": "c364ddd185d7b45dfabc3a68a050fd615647b2fc", "message": "make solr.py work with current server\n\ngit-svn-id: 3b1ff1236863b4d63a22e4dae568675c2e247730@577338 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.0144107060768874e-07} {"commit": "611eb1fe1dc3f1876bccbb84f9e122129bacd347", "message": "Switch to hybridized compressible solver\n", "proba": 4.542194744772132e-07} {"commit": "ec815fd828826d8facaf95aab9bc00dd0ac268a3", "message": "move attributes and flags\n", "proba": 3.465341364972119e-07} {"commit": "1954ac9d6634d164e995ae9c8a8e4fd05fec5d3e", "message": "Removed relative import and pylab dependency in test_umfpack.py\n", "proba": 2.695888667858526e-07} {"commit": "92542f1cf045af3c311c4e897b52ab5c5cf86dac", "message": "Fix origins parameter behavior, properly serializing iterables\n", "proba": 1.1350190334269428e-06} {"commit": "0b6a100f1b261fc04f6e7f4990e776a2e192bbc0", "message": "switch on hybridised solver for sk nonhydrostatic\n", "proba": 1.9767831815897807e-07} {"commit": "3ae15733ea19b5e4f0cd966b0635cea2ff24b59f", "message": "!list now replies using private messages to avoid flooding.\n", "proba": 1.0071687484014546e-07} {"commit": "9c7915064726e9ee610bfccbad4d8fc52aa6a228", "message": "start on docstrings\n", "proba": 4.0225697262030735e-07} {"commit": "f7689201c152e2cd4aa94eb4f0a68b60111cbc9d", "message": "Fixes JSON serialization when using LazyStrings\n", "proba": 5.952255719421373e-07} {"commit": "8d824834947c0518725ceb95be06061c91813401", "message": "Add default log level\n", "proba": 1.3106541700835805e-06} {"commit": "51d0a870fea6363a8e1fcef3568f8552692940ba", "message": "INDY-1836: enable clear request queue strategy by default.\n\nSigned-off-by: Sergey Shilov <064bbdfaeb89a0bebebfe7b388747a73c8941704@dsr-company.com>\n", "proba": 1.1950209000133327e-07} {"commit": "6eee7a098d1a80942c8a5221d0e0c905eadda7d8", "message": "Use the smoother interpolation curve from \"improved\" Perlin noise.\n", "proba": 1.0987253062921809e-07} {"commit": "114b8a5286e2cfea50b45d4924d2a9db11defe09", "message": "Handle the screen transition at the end of successful expedition.\n", "proba": 1.1566081781211324e-07} {"commit": "b51d7548b523cb7bf32ac21fd2a76d1e5193999c", "message": "Read .parentTitle element for class Track\n", "proba": 2.6675621711547137e-07} {"commit": "2d9e0984ec36ce07ba6d70a725e0d2e6af1ece15", "message": "Removing conditional and using a cleaner solution\n", "proba": 3.0384603633137885e-07} {"commit": "fc28d7210f1afce93c309bb940472ec3a926f519", "message": "Adding Clip class for news\n", "proba": 1.359506001108457e-07} {"commit": "53abac66de0bdb91dca4681d83a595693b5d7461", "message": "Update TongaBios.py", "proba": 2.2241303554437764e-07} {"commit": "a61963f28d6ba923883f657bd2083ececd6ac99b", "message": "Increase the alteration value linearly\n", "proba": 2.9515460482798517e-05} {"commit": "a891316f13448b01963022695628bf70e59b00f9", "message": "Finishes about_packages\n", "proba": 2.553570084273815e-07} {"commit": "6cb4237e9dc88447ba2edaed7dd3310a60d6438c", "message": "Lower case mtfyma looks better as a URL\n", "proba": 2.04335265152622e-05} {"commit": "3cf39d766bc74bbadf793a8f10641c3ee9a79a34", "message": "Comment admin file update\n", "proba": 3.1496912811235234e-07} {"commit": "f808e8a6e94647e23927fc5bdccaf4c49abd00bd", "message": "Break function into two.\n\nI broke the `parse_data`into two.\n\nOne build the time series of daily gain from the data obtained from Udacity.\n\nThe other one fills this data with zero values from one year ago up to\nnext Saturday. The objective of this one is to fill the time series with\n371 values in order to be able to build the plot.\n", "proba": 1.7919379615705111e-06} {"commit": "5bcc6839f379f4daaf3dfe06d9c4abf344c4f763", "message": "Actually use the interval we are given\n\nFix oops\n", "proba": 1.928508027049247e-06} {"commit": "5409864d327b5b4e7fabb28e7ec85f01a00dedf3", "message": "ovirt: subscribe rhel vm before installing guest agent\n", "proba": 1.426710838359213e-07} {"commit": "0525dd2c271b0def13221d609262845ba9d56793", "message": "update version number\n", "proba": 2.2204776541911997e-06} {"commit": "fe9ce39621daf7f6b84f59a8df4ce34a7c77f5de", "message": "note on python3\n", "proba": 2.0459560801100451e-07} {"commit": "610776923986868e5a434e7ebd1975dacd931f94", "message": "Fix build_data functionality with python 3\n", "proba": 0.0006856246618553996} {"commit": "7202f8a0ec0144bd03ac09a162e04ef429a7ffa1", "message": "Bug 600952 - examples/wnck_example.py has crazy O(n^2) loop\n", "proba": 1.2540842817543307e-06} {"commit": "7fc55db9eda728e67026996052d0181586e5efa3", "message": "fix generic total calculate\n\ngit-svn-id: aedca7c24271bf95daecff2dc63c19db509083c7@873 14287918-b64d-0410-abb6-a92efa0c2026\n", "proba": 0.0024082004092633724} {"commit": "136751c8dfdd766f97843a563e31864f79704ec1", "message": "[new_login_system]\n * Adding login_not_linkable_users so users can't link accounts like \"demo\"\n", "proba": 1.1611294326030475e-07} {"commit": "67e1f34a089a92c707492bdebad56c17518dab94", "message": "Fix pep8\n", "proba": 9.687063311503152e-07} {"commit": "8a95a3669928fa7270470ad080ba87c86f44e287", "message": "Fix s3 settings assignments\n\nHad accidentally set them to be one-tuples (the trailing comma!)\n", "proba": 1.326423415548561e-07} {"commit": "7f644c0ab468a7babca43955896c333f02c8f753", "message": "Fix file sorting bug in PlateAcqusition\n", "proba": 2.4126825337589253e-07} {"commit": "bbe7dc0d41ed0ce6efe7b91e39660247e95e6231", "message": "allow specification of username on the commandline\n", "proba": 5.56186478206655e-07} {"commit": "360fa7beeffd368021ea967cb378266567176d96", "message": "Add debug option and notag rfc-baddie optin\n", "proba": 3.836412076907436e-07} {"commit": "44655dfaa9a0411600e7bb37ca71b8a28f0b0915", "message": "Simple view to show current version\n", "proba": 1.2402146865042596e-07} {"commit": "21b99c27c02fd4e441f2e261287c369fa0923f3c", "message": "reindent\n", "proba": 4.914684723189566e-06} {"commit": "2e2c17e9b920f3ef593652a7c30149bc0eb4315d", "message": "Refactor\n", "proba": 5.142872396390885e-06} {"commit": "1c0a4f725718d037fefcb9f5a7fc168b9118649c", "message": "Added version command\n", "proba": 2.3468568599582795e-07} {"commit": "04200c8791eea3eb7a756fa8ebb7e4d12f3f1c25", "message": "Release 0.3.2\n", "proba": 8.818809646982118e-07} {"commit": "a11fc634d71f82d64cfde63c60acb371581c8780", "message": "Now normal is green, auto is yellow\n", "proba": 0.0005709686665795743} {"commit": "c7c3674db2c776eb2a99f7299d82f9286dd8b281", "message": "Removed useless ugettext import\n", "proba": 2.2418309697513905e-07} {"commit": "4d1ed6d0f930d1311026dc143ff311a56b890378", "message": "Fix more e621 breaking API changes\n", "proba": 1.4790337843351153e-07} {"commit": "34df66cca6af9870f3ac3ede621a050b58963eac", "message": "renamer: Provide option to not reset number across groups\n", "proba": 3.527409830894612e-07} {"commit": "077083ee376d9a0000a721c4076ab84f589d8585", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "e38ab23a30b1765dc7c8413b6cb0f2d2adc56f0f", "message": "Added JsonConfiguredRuntime\n", "proba": 2.0089511565402063e-07} {"commit": "864b529b163df8c479d3e18e0d355417cd9e27f8", "message": "fixed Bug 88\n", "proba": 3.3916458619387413e-07} {"commit": "067762dd488621af951b071d3af062d72b79a87c", "message": "updated py file\n", "proba": 5.04244042076607e-07} {"commit": "0e1e2e5e728d0976897ab80bfe1b957ba7994340", "message": "Fix style according to pep 8\n", "proba": 1.8936532342195278e-07} {"commit": "503166d6d96e607ac8b8d9cbf1b1693afe3e43f6", "message": "Books debug\n", "proba": 5.253453991826973e-07} {"commit": "a20acc99c45d4be53df51451afa2a55fe605e5d1", "message": "Typo.\n", "proba": 1.1319933719278197e-06} {"commit": "f5e6e94c79035c76ed517686e0adfc9896fbbd01", "message": "BDKD-344 Adjusted add-nodes\n", "proba": 3.7695104992963024e-07} {"commit": "58171f45ebb0b09d1dea8848f55b4a803de6083e", "message": "Some tweaks and comments in the code.\n", "proba": 1.0210740697402798e-07} {"commit": "23b722ce0fe630d7a6645895704824bc2d1b2ff9", "message": "MAINT: fix 3.6 incompatibility in subprocess.run\n", "proba": 9.76236947280995e-07} {"commit": "3874b825f90ce982a98ba07ba967ae6879695b65", "message": "lower and strip punc from names\n", "proba": 4.014073908820137e-07} {"commit": "09c1edd28f92091c26119da10c5bcb977be7afb3", "message": "Turns down period on checking as well.\n", "proba": 1.297082690143725e-07} {"commit": "c87aa83b0d4abe266e75f62a24bd82ca56fb5f0d", "message": "Skip `-m32` build-test on non-Linux non-x86 platforms (#2558)\n\nThe `-m32/64` compiler flags are x86/64-specific (mostly; at least in the\r\ncontext of JerryScript-supported architectures) and macOS has deprecated 32-bit\r\nsupport, so it's better to keep the build-testing of `-m32` to x86[-64]/Linux\r\nonly.\r\n\r\nJerryScript-DCO-1.0-Signed-off-by: Renata Hodovan reni@inf.u-szeged.hu", "proba": 3.021549446202698e-06} {"commit": "1aa566e5699f48e87fd21059962fd94091b28be5", "message": "optimise select method\n", "proba": 4.531284503173083e-06} {"commit": "2004735ad87ec077e624be4018b88b63471d627f", "message": "update run_tests.py to support parallel jobs", "proba": 2.3464093601432978e-07} {"commit": "152bfc842f4dd32301b63ec9fcad6bc2c54b2fe9", "message": "Make status 'notstarted' when the swarm task is not available yet\n", "proba": 1.3581089660874568e-05} {"commit": "8ce9e34401306393499a2b906fb81ae4074ea9c0", "message": "Fix issue with newlines in logo\n", "proba": 2.008818995591355e-07} {"commit": "9ccd11cb5bbeb1db1fdb41570a17391dbfe220b2", "message": "Fix logo for Python3\n", "proba": 4.897036887996364e-06} {"commit": "dc05c34db65ecc4830acd752057d7b2ba0cd0eeb", "message": "remove configuration related parsing stuff\n", "proba": 3.4868628517870093e-07} {"commit": "0ac26e886fabc60ad67138e928e9b9ca6a6e8dbd", "message": "added new flash-link-type myspacecdn\n\ni guess this was the most easiest stream :)\nbut there is a problem with download-resuming (but wget doesn't have a problem)\n", "proba": 1.3279624511142174e-07} {"commit": "d7c001ccf620304e86338535a1abc10412afa04a", "message": "Fix map() changes from python 2 to 3.", "proba": 1.7486728154381126e-07} {"commit": "ccc1401934b6ca4ed98b0dbe3ff70f35b043d544", "message": "fix a bug with gen1 templates - new command raised an error when trying to create template\n", "proba": 1.5019197974197596e-07} {"commit": "12cd376af20383d4334acf0c7e09e803ce449b8f", "message": "submatrix() just takes density.\n\n", "proba": 1.7449745826070284e-07} {"commit": "c673cac53462f79bf2ae8fd64fc0448214780041", "message": "change comment\n", "proba": 3.098760998909711e-07} {"commit": "53dba08b8f91ca8de6860bcf2c903dd9ed9a2397", "message": "Formatting\n", "proba": 5.685269206878729e-05} {"commit": "eb6edfb4ed3d9b576687174ee409a347fc189eef", "message": "Indent error\n", "proba": 2.06630124921503e-06} {"commit": "24cd26cca90fc3bf7925f5f9e60c94f98a7d4e50", "message": "Fixed LDAPS with Kerberos\n", "proba": 2.0587368965152564e-07} {"commit": "fe8030da2005bc98d7b448d6d28818374a5c3153", "message": "Add central render method for all modelview views\n", "proba": 2.0048936733019218e-07} {"commit": "406229dc353a67a384b8b975a26678d8f06b9f1b", "message": "adding tests\n", "proba": 5.816062866870197e-07} {"commit": "c5f51e750db521f4f602d7fd898eb8636b777775", "message": "Fixed cms.utils.cms_static_url\n", "proba": 8.414261287725822e-07} {"commit": "2cdc783033471e8ce54ed294e0a82a6b318d2744", "message": "1.1.4dev: merged [13779] from 1.0-stable (fix for #11780)\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@13780 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.0828476888491423e-06} {"commit": "8417431409b428099582756acc16faa232c0065a", "message": "v0.1.0\n", "proba": 7.155105322453892e-06} {"commit": "e34cc2541831b4304c2f19cf15b81ecb4d2563ea", "message": "Trigger shouldn't query when new value is null\n", "proba": 1.1445505151641555e-05} {"commit": "df05948a807ed8776afa52d25c59c04688065eb2", "message": "1.3.3dev: Revert unintended part of r16294\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@16295 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 8.432834306404402e-07} {"commit": "c707095c947bfecdc11102da57edf4851156aefd", "message": "typo fix\n", "proba": 1.0356772691011429e-05} {"commit": "09b472151254bc4c365d0edf29a16918d8198f5b", "message": "Set an explicit value for EDITOR in the environment for tests so they're\nnot dependent on external config\n", "proba": 3.435525286477059e-07} {"commit": "76e69cc8a738977d165265872ce037dbc9cd56f8", "message": "util: improve matching for begincast lines\n", "proba": 1.8071709462219587e-07} {"commit": "67b07f054596b64224ae84df2fed59f1b4bc1f3b", "message": "Update cluster.py", "proba": 8.488451612720382e-07} {"commit": "448b505375b8245cef40b169f9e98ac5d878c3b0", "message": "Let's try fixing this bug\n", "proba": 7.798888645993429e-07} {"commit": "22f00e3edda5e21829b91abc01d86dcf50bf7e21", "message": "Arrumando Erros de seguranca\n", "proba": 8.356834086953313e-07} {"commit": "53d02592400f42a0535868db5cdd34676fb2bf41", "message": "Improved data sent to DynamoDB\n", "proba": 1.855309648135517e-07} {"commit": "fd92df75fd432b7978f7df9b4323cd87fda2b31f", "message": "[tests] add tests to polydag\n", "proba": 2.035883568396457e-07} {"commit": "3fd8397c94e7e73f11df4dd8f454e16b81d9e81d", "message": "Always reboot when taking an AMI\n\nNot doing this means we can't guarantee filesystem integrity\nand we've seen this bear out recently when several 16.04 instances had 0\nlength minos installs (the last task to run before the AMI is cut)\n", "proba": 1.0392843563522547e-07} {"commit": "46ff817095d1859a898ac402e8795a148599ff1b", "message": "more of float32 transformations\n", "proba": 1.5437576905696915e-07} {"commit": "efa9d65aa8b12a7a2909d2ac48212dfea4fa0492", "message": "Increase abbey timeout so amis with XML coursedata have enough time to build.\n", "proba": 1.0723157117809023e-07} {"commit": "113034231b23feb8aa5ee28f9fd1f160179fbaa1", "message": "Upgrade javamelody-core to 1.86.0\n\nChange-Id: I83030fc6d336b75145aaa59b1175a49c1459d55d\n", "proba": 2.4354534389203764e-07} {"commit": "45abdc5e06433e34e8878449cf594178b3ba03bb", "message": "Almost running\n", "proba": 3.221445581402804e-07} {"commit": "6d32e27d71edaef27f182265820f3498f75d0337", "message": "Fix reinstall/update of calibre.\n", "proba": 1.1339280092670379e-07} {"commit": "dc7904f0943df8267f74b687ddcf335a8bd96d4a", "message": "[dames] fix source/dest confusion\n", "proba": 1.2074553978891345e-06} {"commit": "017fd4ab0bce4b740906e7af8c9d4144036f405d", "message": "bug fix and refactor\n", "proba": 3.6449389995141246e-07} {"commit": "4e223fa876b1fc52e46e2cdb3b27f1d14fd96b0d", "message": "tracking: add aviation district, change name of callsign to RIN\n", "proba": 6.228814868336485e-07} {"commit": "9c587b161380dc64aa8ca1e9fd669caee9b873c4", "message": "Let LCov ignore external files (system headers)\n", "proba": 1.1281078116098797e-07} {"commit": "90aef0c9a51483e19c417ed7c58e4cc4c2b891d2", "message": "Updated configIniUtils.py.\n", "proba": 1.2047266295667214e-07} {"commit": "b141bcb00af1d2d6e8c3825d561f0839684c2c9b", "message": "Set use of rate limiting to default to off in ctor. Unit tests not pass.\n", "proba": 1.0538722960973246e-07} {"commit": "2a8a5893d1a4d7e1fa2e1bf4050e90a0fe4e4593", "message": "Revert is_enabled().\n\nReverting to current release code. No longer need \"both\" keyword arg.\n", "proba": 1.2203443588987284e-07} {"commit": "4eabd75bfc206022bca9f8981cce20c13febed61", "message": "Setting empty values to NaN instead of None, in the historical prices methods. Better storage with Arctic\n", "proba": 8.143086347445205e-07} {"commit": "9db7ff77edf20a55d2f413078d11595053076e60", "message": "add even more failure reasons\n", "proba": 4.6725904212507885e-06} {"commit": "1804ce5f9762607e1534ac8158c8b1fdc4fcc86a", "message": "Updated from Brython Server: 1/26/2016 2:37:46 PM", "proba": 1.1068929239854697e-07} {"commit": "e3984fb3828bc0575895512ad47e85ecc9521fd9", "message": "ENH Make _hstack a method inside ColumnTransformer (#11689)\n\nThis lets subclasses re-use more of sklearn.compose._column_transformer.\r\nxref https://github.com/dask/dask-ml/pull/315\r\n", "proba": 0.002168518491089344} {"commit": "f072432e2613d06da2d839eee062f5f116fb8191", "message": "lit needs bash for tcl-as-sh execution, we use set -o pipefail.\n\n\ngit-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@81197 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 1.06384663922654e-06} {"commit": "ab6dd8957e537205f153b847240d262374b034f6", "message": "MNT use model_selection (#7082)\n\n", "proba": 1.2367327428819408e-07} {"commit": "440df12f2ca970e91442b23bf80fced806aecb32", "message": "added retry configs to v2, pending is actual functionality\n", "proba": 3.124822569589014e-07} {"commit": "b84428e79602a9760a6c06a77531eeb70893b500", "message": "TST Updates test for deprecation in pandas.SparseArray (#16040)\n\n", "proba": 1.0877302969447555e-07} {"commit": "73a68b022216bad58a34824b3fe6013de932ab93", "message": "Change _get_redis_rules to a generator\n", "proba": 6.4930559346976224e-06} {"commit": "0ef543058023c08bec63f2d51f37350e060fcf95", "message": "Become 0.10.3\n", "proba": 3.8640723687422e-06} {"commit": "609ba5f75dd12ffcc4cdb9df7c986ca3e645a0ed", "message": "updated argparse try/except\n", "proba": 4.548783749669383e-07} {"commit": "aa64b96f62a39280f8a8ef0a36cecadf55247319", "message": "fix race condition in vodka startup that causes flask to be unresponsive when running in daemon mode (#65)\n", "proba": 1.088799237436433e-07} {"commit": "499ae0add782d1322c2c2b7a0843371803b2d139", "message": "Sending event retuns a deferred\n", "proba": 4.474649699659494e-07} {"commit": "9f42a1707c5e929096b93f0b7f52fd0db54e4438", "message": "Readd 'red button image' for 'smbc'\n", "proba": 3.380782231943158e-07} {"commit": "ec7dd1b2f25eb7aa35257ad0255ce05889ab298c", "message": "Fixed wrong statement spanning two lines", "proba": 0.00011193611862836406} {"commit": "0ba6ddc042d69402da695f07642e6fac989bb907", "message": "Modifies simple flatfile parser\n", "proba": 2.1425405066111125e-05} {"commit": "b29cdb42766878bfa62f11de53650fc5eafec1a9", "message": "Applying aleh.fl's patch to forms.py\n\n\"\"\"Found bug in my tree-admin implementation.\nIf you edit some root node, the node itself is not excluded from 'Relative to:'\ndrop-down, so it is possible to\nsubmit bad parent node id.\"\"\"\n\n--HG--\nbranch : admin-aleh\n", "proba": 1.6700087144272402e-06} {"commit": "5135e352931b45df14cec6933fb8584f232c0b1c", "message": "Adding disambiguation logic and stub disambiguation method. If (select automatically) is chosen and more than one tree matches the query, a disambiguation page will be shown.\n", "proba": 1.0143035922283161e-07} {"commit": "69def3aa09fee65c3826b3b914aeb592385581f2", "message": "minor style changes\n", "proba": 4.661862931243377e-07} {"commit": "66384352e3d95debe7aef4c505f74db5acbae7fe", "message": "Treat NetScaler warnings just like errors, otherwise communication hangs\n", "proba": 2.0328317873463675e-07} {"commit": "7ca9e8b872d48a2bb0a5cb60b613a9bd6785f302", "message": "Update translate.py\n\nfixed the error text when the language was invalid", "proba": 1.3946623766969424e-06} {"commit": "1d1d76711c2179357c7acfa454390b72a99600de", "message": "bump for #261\n", "proba": 1.7280002850839082e-07} {"commit": "303d1b13ff5f45002739995ed1d10ad528772116", "message": "Made messaging lib consistent to wiki message formats.\n", "proba": 1.0956009077744966e-07} {"commit": "6d97daae9bea202c8ec0e4b57fface9e26d3d92c", "message": "Add debuggy monitoring\n", "proba": 3.274748507919867e-07} {"commit": "a288996c5e335c221d09c1d35dbe909fd66b54b3", "message": "Removing useless enum import\n", "proba": 6.79739002862334e-07} {"commit": "42ded6dd3d7ff201eda1e61e9f60da03e13c0ed7", "message": "Make register()/unregister() in subclasses return a _Key.\n", "proba": 3.8893642795301275e-07} {"commit": "1290397ee062c3cfc103cf2d6dc1185e12df4a03", "message": "Something to fix. Blanked a scheduled sheet\n", "proba": 3.2904668501032575e-07} {"commit": "2cfdb5184c718a8c9585219f86db0dbea86f25fb", "message": "PEP8 compliance\n", "proba": 1.6933951485498255e-07} {"commit": "0b0de9c6be31c7741f6428ac17929b2d1d12d67e", "message": "rever exc_info changes\n", "proba": 2.746688494426053e-07} {"commit": "d96a5466083bd9227c4bf4d38f575145131568a7", "message": "Release 6.1.1\n", "proba": 1.5287174903733103e-07} {"commit": "da9de49e3fb1c257cb6267dd2c383c91ac43bf44", "message": "adjust log file names\n", "proba": 1.7862630556919612e-06} {"commit": "a28febb0b4283be0d3d024bd9bd3709898d4a14c", "message": "update error code and comment\n", "proba": 1.5190791202712717e-07} {"commit": "bd4d43a9944de1908f3bf01ef70e64da67d8cb06", "message": "update license", "proba": 4.634437118511414e-07} {"commit": "be484dd2ad9fd06534fc048ccb770fead2947dc3", "message": "Return none for failing contentful speed index as we do with hero\n", "proba": 3.0733181688447075e-07} {"commit": "17266889388c6ae45ac5235a8e22900bf169eba3", "message": "Revert \"Import spareice per default.\"\n\nThis reverts commit d54042d41b981b3479adb140f2534f76c967fa1c.\n", "proba": 1.2964841289431206e-07} {"commit": "be69f36ef4370074efd5413d86bc3aa819f14053", "message": "Remove Job struct for udisks1\n", "proba": 8.113459557534952e-07} {"commit": "70a143cf9dd2c25dae73609369e1e11be51d0ac1", "message": "Update referee.py", "proba": 4.887780846729584e-07} {"commit": "29e38a1f759f97c68d3cdfd2180650acab5a60a7", "message": "Added explicit form_overrides for Python 2 users\n", "proba": 1.581114617010826e-07} {"commit": "ec8b5b55409445b7a3b28ba7d225ddb0eb319c50", "message": "fix - pep8\n", "proba": 1.375507849843416e-07} {"commit": "a6e447e656e44494891a3bb4787ce50e909cf47a", "message": "TST fixed test: iterating over request object now also yields \u2018unwrapped\u2019 function\n", "proba": 1.3793857078781002e-07} {"commit": "0d3a4a86691a66e09cd08f6298e843124d32679f", "message": "Translated the cmf_lumped_tutorial to English\n", "proba": 1.8780939399221097e-06} {"commit": "91ab81b071343dd031bb3d0980eb4899d053215f", "message": "ENH: median FWHM before passing to snrmap\n", "proba": 2.1342876266317035e-07} {"commit": "47e7169f75093996c37b37f8aaef1d34aabaa5de", "message": "Fix for Cuckoo Samples with no Sha256 (URL Submissions)\n", "proba": 1.0618219192792822e-07} {"commit": "7b7d13ffdef919a78b66fd529920943c5bc8a4f5", "message": "Remove SSL application settings\n\n", "proba": 3.7143945519346744e-07} {"commit": "c3a6948827d2609eb40fed9077c2faea85ec4afd", "message": "fix http server socket closing\n", "proba": 4.8254673856718e-07} {"commit": "6255bf1757c8b6ced014047d502e90d87248bfac", "message": "filesystem: expose disk_path attribute\n\nSigned-off-by: Matteo Cafasso <43c758619f0ced9dc5c51a50803f3466c86e4c3d@gmail.com>\n", "proba": 1.3217638183959934e-07} {"commit": "25db554957806367685424bcd9bcaff95220347a", "message": "try to solve a problem\n", "proba": 0.9999910593032837} {"commit": "e680602ceac40d5ea72746bda4fa59913bd555d6", "message": "Implement overlapping function\n", "proba": 0.9988052845001221} {"commit": "8979a2180ea18e7962bbf88674cfab071f1d94b3", "message": "Version bump to 0.1.1\n", "proba": 4.765384744587209e-07} {"commit": "1c8c74ea929e72f37c623a9ebcc47dfcd96d1380", "message": "generalize and fix email code\n", "proba": 0.9999979734420776} {"commit": "d7453e7f459ec3083cc529dd459a4800836e4b02", "message": "allowing empty URLs; debugging error printing\n", "proba": 1.0927850553343887e-06} {"commit": "b8e0defdba364c67da7e36941492a1fdc87a2d3d", "message": "correcting exception message\n", "proba": 6.907693546054361e-07} {"commit": "6ade585ebb5f4feaec0f1933a20d2c62b3bfbbb7", "message": "Fix grid plotting from coordinates map\n", "proba": 7.800063599461282e-07} {"commit": "c7db4828fc9316dcee9d4c5c1b2c65d38c1bbbfa", "message": "models: remove fh_types (not used anymore)\n", "proba": 1.1065931460052525e-07} {"commit": "92ab91a2f7030d9a9b0d12347e599891e8fa2e46", "message": "use shortcode in parser box\n", "proba": 4.5645452928511077e-07} {"commit": "de5f2652af911e30951f84f0a5f28c63f32b2c82", "message": "Recover from missing job values\n", "proba": 0.9997937083244324} {"commit": "b830d18fdc9153e5cddc880ded9003b28fd0de71", "message": "core/config.py splits on ',' but options special handling for free/process_memory string spliced together with '&' in the submission view\n", "proba": 3.7415495057757653e-07} {"commit": "2cdaa577e2de24e28525cdd092e2ffc24c529d18", "message": "reindent method\n", "proba": 8.249248253378028e-07} {"commit": "3868c913059ee108da6fb86cd2d063f0ec62038f", "message": "Refactor get_switch{,_port} template filters\n\nEver heard of str.join?\n", "proba": 1.0453898369178205e-07} {"commit": "6e2d7428a8774cd96ac15ca58f231e01e274b2d9", "message": "PAHMA-1060: Added hsrinfo fieldset\n\nThis is all the code to display the new fieldset, the code to add it to\nthe XML requests still needs to be written.\n", "proba": 9.840628933943663e-08} {"commit": "225445063952776dca721e43811e57021734df32", "message": "Fix short-circuit side-effects\n", "proba": 0.0017294950084760785} {"commit": "410de7034dc914ad65497629e892d6dd6cb02c5e", "message": "Remove old players module\n", "proba": 5.250809635981568e-07} {"commit": "1525710fed8dca9eeb8fc6e41449347c4e61aab7", "message": "Oh, it was a type error\n", "proba": 1.0969429240503814e-06} {"commit": "cd576de5e89e63a5004fa8a1beb5ff746f25bd23", "message": "Added new features and algorithms. Tried author bias removal.\n", "proba": 1.0280446360866335e-07} {"commit": "a1f47e1fee07fceb9629c29960601644449d739b", "message": "The input array is now a module variable\n", "proba": 1.8367869643043377e-06} {"commit": "16591005c6b99e361ff312b3004246499224ddaf", "message": "turned out verbose in prediction", "proba": 7.103064126567915e-05} {"commit": "9fe6e1f040d464ce670287727a4dac38fbcdc0f6", "message": "tree module:\n * Work in progress to transition to a flat dictionary internal data\n structure for speed\n", "proba": 1.1652027609443394e-07} {"commit": "cdb0f78ad88cc03e68ffe758671e228cf010a0b4", "message": "Try to remove spacing complaint from pep8\n", "proba": 3.705824838107219e-07} {"commit": "dfff0a3b5d9d465dd85c64453f0a1b54ea1d6f19", "message": "Fix window_title widget monitor check\n", "proba": 7.729892672614369e-07} {"commit": "bab0d7159493f4a1d470e86e797c492b7dacfadd", "message": "Back to original local paths\n", "proba": 1.307567600861148e-07} {"commit": "1fb862a1d69163da63b423d767781db019ce140d", "message": "clearing up", "proba": 4.1015400142896397e-07} {"commit": "bc9a834845298a28c23e88c0e62af8e55470596a", "message": "Added operation start/stop signals to translate tool\n\nFixes Ultimaker/Cura#269\n", "proba": 1.266484872530782e-07} {"commit": "873822f09906e8d51f59e4911a5d136812115c5d", "message": "run if missed on startup, but only if \"run_if_skipped\" is True. Always False right now, no mechanism to change.\n", "proba": 3.5849575397151057e-07} {"commit": "6c52a9e3fedb7b0b69e5d83ab8dd8cb75d74deb3", "message": "write run_if_skipped to xml\n", "proba": 0.0001203036226797849} {"commit": "4a52cc1ddc9aca6a3497df242fa8059761134b82", "message": "restservice: install email-validator\n", "proba": 3.6684537008113693e-07} {"commit": "f7d557369d10b346f96a38d3758b85ab0f4f1f72", "message": "No longer dump state of reader to stderr at the end of every parse.\n\n(The logic removed was in an exception clause, I haven't yet found\na convincing explanation for why it was running. There does not\nseem to have been an actual exception.)\n", "proba": 1.0525922107262886e-06} {"commit": "61e70f5b9495cbb7ccd44fba5e71eacb3f257010", "message": "added header to debugging.py\n", "proba": 5.855075073668559e-07} {"commit": "9297e598e22e678a2232f53bb35ab60d4bc8106d", "message": "add support for freezing sets.\n", "proba": 1.1503620811481596e-07} {"commit": "befb10f35277d8b8111854cc8821eb94d04cd1c9", "message": "Fabfile improvements\n", "proba": 2.9498849585252174e-07} {"commit": "82533e31cb9d544d7002438d9685e3ed3dc3735a", "message": "Restructure so it is easier to use more directions providers\n\nUsing the same approach we've used for Geocoding sources:\n\n* Create a generic DirectionsClient abstract\n class and DirectionsException\n* Define a tuple of DirectionsClient objects and iterate over them\n until one doesn't throw DirectionsException or we run out\n* If we want to add more sources, we can add new sources by\n creating additional DirectionsClient objects with a get_route()\n function which return a Directions namedtuple and adding them\n to the clients tuple\n", "proba": 1.7673442016530316e-06} {"commit": "3842cf8e4774d3bc689fc7d06762a368c1e64b37", "message": "Fix logic bug introduced in c632d38d\n\nTest suite would probably have saved me there.\nNew card: https://trello.com/c/tuxVCP8z\n", "proba": 3.332802407385316e-07} {"commit": "ff171f4fa97c3c499520dddea0f0cafe2688cc03", "message": "Docker: install required add-ons\n\nSigned-off-by: Simon Bennetts <86dd6fc569bc24d96c23727e2734cc63308a81de@gmail.com>", "proba": 1.1051714920995437e-07} {"commit": "c8cf30e8358c29237fdd0ba246deb598e7b24c60", "message": "self.basic_entry\n", "proba": 4.784282282344066e-06} {"commit": "91233b115495c665f6a794c3c63980ab8eed47dd", "message": "quick fix for first of month prediction\n", "proba": 3.170159175169829e-07} {"commit": "74abae82869f5716c0663242ab2a9f56d6f34c14", "message": "Give a little feedback along the way while normalizing.\n\ngit-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285d88@846193 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002101627178490162} {"commit": "93c402dc8e96c6b21386e7147a3e4b3ebc7384ec", "message": "Fix failure when filesize reading fails.\n", "proba": 2.5666369651844434e-07} {"commit": "40d439ca68570567ad393674de8e848ea2733015", "message": "Adding functionality from PR48\n", "proba": 1.6613388709174615e-07} {"commit": "6c5169c1c13ed2c6eefe8ded6eb53e889fda0b10", "message": "Use keyword args for update_nodes params in board module\n", "proba": 3.206066025995824e-07} {"commit": "781761b3557c5a08b47446ad10b30d83d4b79ddf", "message": "upgrade to protobuf/3.11.4\n", "proba": 1.6358255550130707e-07} {"commit": "417ef2713e9cc31e7d3f8e541bf232d0ffb80509", "message": "ENH: sparse: simpler way to expand the Ellipsis\n", "proba": 0.00018818082753568888} {"commit": "a8ba83c80edabd8edc58954a95008ad3cf5a8c17", "message": "Fix unit tests for service settings admin form.\n", "proba": 1.1592186410780414e-07} {"commit": "e87266c9c09ebb189db23ebe2b1c04aa6a371e37", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "4672a0c26b6d777e8362bf832bb888f58c725e0c", "message": "Enable PYTHON_SYS_EXECUTABLE", "proba": 3.205197208444588e-05} {"commit": "07d58660bbc60fa87bbd2e16cf75df7f7ab775e1", "message": "[Discord] Rename audio player client initialization parameter to bot\n\n", "proba": 3.095057365953835e-07} {"commit": "08c590c2b0fa218642a660331529f0b48d42c552", "message": "Fix transitive private shared library dependency.\n\nSee https://github.com/conan-io/conan/issues/7192 for details.\n", "proba": 2.7727307383429434e-07} {"commit": "57902bafd7e5aacc74b804a321f120568a6381e0", "message": "Get temp function to try different sources.\n\nRearrange function order\n", "proba": 6.982383524700708e-07} {"commit": "08e0ff9ffba986b4fd2d25248d996812a751ff34", "message": "fix quadrature for geometry 2_4, order 5\n", "proba": 0.0007794329430907965} {"commit": "718d407f6bd9c249826d89aaf215b4d6ea8f906b", "message": "run ctest as documented\n", "proba": 2.447327744903305e-07} {"commit": "be544c23b58c59be750d74348abd10780563bcda", "message": "Local variable renaming: indexes -> cache_indexes\n", "proba": 4.209192923099181e-07} {"commit": "a25aa2ed3146bcbe06b844575a8447cecdfbe00b", "message": "Fix hash function", "proba": 0.9998949766159058} {"commit": "5769c698d25f3d5eb76f36c2df5ca2596250cbd0", "message": "[units] Catch unhanlded exception if no user input\n\n* Catch two unhandled exceptions in distance and temp if the user\nspecified no input.\n", "proba": 1.0800336269767286e-07} {"commit": "f63729b9e1e5481f4d3235512148d2a085186641", "message": "Fixed token position caching\n", "proba": 4.450825201729458e-07} {"commit": "7e39d8a3ab8a6d5de4c3955839d0ad30973e514c", "message": "fix(cli): --no-assert does not require an option\n\nfix #11\n", "proba": 2.0290774500608677e-06} {"commit": "8b140d7c35febe57b6eb47907dec5912753fa660", "message": "Added __enter__ and __exit__ to Pin, to support with on inputs, outputs and lights\n", "proba": 5.014348403165059e-07} {"commit": "df4bae6012d2b71f34cf5e2a3fdffab66c2308b8", "message": "update margin calculation\n", "proba": 8.118877303786576e-07} {"commit": "191c8960406c805e2d1c689a930806be516e3a7c", "message": "0.27.2 - adds better 404 handler\n", "proba": 4.0628316355650895e-07} {"commit": "109f0d75848ac8da387d62b067b5106abd145a6b", "message": "Pong inteligencia artificial\n", "proba": 1.535935007268563e-05} {"commit": "c75ecc81192c6ef927dd6bc422f00751985870c3", "message": "fix KeyErrors when server has no smart reactions\n", "proba": 2.4085911718429998e-06} {"commit": "27e9e06ec574080eebb5c1b6ff9628136d32b3db", "message": "Moving to python3\n", "proba": 5.2282470278441906e-05} {"commit": "365881f492b022deddb3ee3d233c84dcd85f7001", "message": "minor changes for easier debugging\n", "proba": 1.6010984893455316e-07} {"commit": "d076baf4d13c689544468e83b3d3704239bd4848", "message": "pipeline.py: bump version", "proba": 1.427847564627882e-06} {"commit": "4274d797d5076a77059b4cd038d89106b94bdc49", "message": "pipeline.py: bump version", "proba": 1.427847564627882e-06} {"commit": "ef4269bfce9816212c80782109b214508956fca9", "message": "Delete header from wget_args.", "proba": 1.2690711059804016e-07} {"commit": "e1e7366b1ed0680bb0d12b8cf8cf6fbbec3eb2f7", "message": "Comment out extra media type flags\n", "proba": 1.2360442269709893e-07} {"commit": "822b471987ef32e9e6415812f3f7d6583d38b504", "message": "pipeline: Point to production.\n", "proba": 1.344031232974885e-07} {"commit": "ae3e1f68c2260636342f7f9d3bad0fd68983fffc", "message": "pipeline.py: bump version", "proba": 1.427847564627882e-06} {"commit": "75841f7fa0394f764df1d731056d009b508b7526", "message": "apply pep8 style to pipeline\n", "proba": 1.556159361371101e-07} {"commit": "960b4b6d6b4f61cc4827d74d1ce422561eb0d96a", "message": "Better error handling and arg handling\n", "proba": 3.387294782442041e-07} {"commit": "f4073ec92948d49dd17aff3a65bdfee02c691e28", "message": "committing changes that should fix the full directory path problems\n", "proba": 6.940386469977966e-07} {"commit": "b2f2a9c5db97b903da284c2ed17df963a2329a64", "message": "over limit detection\n", "proba": 6.825927130194032e-07} {"commit": "cf8bf2a78d0ce6fbcd4b8afb63208efa807bff72", "message": "badge is baking!\n", "proba": 1.3350607730444608e-07} {"commit": "a5a847ef6e6f037b375995f8c6129c34d38b3c74", "message": "Now passes end time to FB API as well, in the interests of bug avoidance.\n\nIntervals have start and end time. If the interval is open (someone is\nstill working on a ticket) then the end time tag (dtEnd) will be\nempty.\n\nThis generates two problems. First, the text attribute will be None,\nso this error is raised.\n\n File \"fogharvest.py\", line 80, in \n vals = { attr : conv(el.find(tag).text.strip()) for tag, (attr, conv) in cls.emap.items() }\n AttributeError: 'NoneType' object has no attribute 'strip'\n\nSecond, the FB.Interval class won't deal with an interval that has a\nstart but no end.\n\nIf we're running outside the working day intervals should be closed,\nso by only asking for the intervals we will process we dodge that bullit.\n", "proba": 4.628064198186621e-05} {"commit": "ce7f82a7a3e235f5b7ecfd8eb9613fde2169b32a", "message": "(Tried) to tune up .signature a bit.\n", "proba": 9.801758693583906e-08} {"commit": "0c6d37c8674f528edfd84a421ff8fa373332b65f", "message": "make it working with OSX\n", "proba": 2.061783743556589e-05} {"commit": "ce848cd48cc9af270aabf28ccd7eac0595e4c125", "message": "Always generate canonical signature on sign\n", "proba": 0.00018865583115257323} {"commit": "2e1ce4917079073cace21f6bca70ac372199b317", "message": "android: Fixed issue using single quoted command with adb_shell\n\nWhen using 'check_exit_code' and 'as_root' options for adb_shell with\na command containing single quotes, the provided command was escaped\ntwice which has now been avoided.\n", "proba": 7.143284506128111e-07} {"commit": "ac48772907864cf7ac043069b3d3eb75c9515386", "message": "mypy: Improve typing for ManifestStaticFilesStorage monkeypatch.\n", "proba": 1.1352177864409896e-07} {"commit": "825423ff5b1eed31ce4eea36e83658d8cfbf4df2", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "0685af57c6169690ff58364495d9bccd6fa82787", "message": "Interval unit conversion now also avilable in the ScheduleInterval __init__ method\n", "proba": 3.845357241516467e-07} {"commit": "2bf3f55c4103e56e0aafcc1e061b93e0351fdf41", "message": "clear redundant tokens\n", "proba": 0.014442571438848972} {"commit": "782febacd6b1f141fb4dd6bc115e5c02a80a9ac8", "message": "Add new methods: is_site_available, get_investable_balance. Make values more flexible to be None or False or falsy\n", "proba": 0.9999985694885254} {"commit": "0611db1fc8726aa0eff12524d4890833bf8e72ff", "message": "Extended boolification\n", "proba": 3.0688565857417416e-06} {"commit": "7171dd78daa0c021e78896152e29a68e921ff81f", "message": "Make enforce_type with True by default\n\nMethod CONF.set_override is used for changing config option's value\nwith designated value in unit test. Each config option has limitation\nfor type and value. In production code, oslo.config can ensure user's\ninput is valid, but in unit test, test methods can pass if we use\nmethod CONF.set_override without parameter enforce_type=True even\nwe pass wrong type or wrong value to config option.\n\nThis commit makes sure calling method CONF.set_override with\nenforce_type=True to avoid invalid tests.\n\nRelated-Bug: #1517839\nChange-Id: I7b426fc8d5fc90f4df4eefa7dea5d11830d209ff\n", "proba": 5.094365860713879e-06} {"commit": "c11097385f91e3407923ca281e1ef8e163660f6c", "message": "sends sorry emails to registered applicants\n", "proba": 1.1650849529587504e-07} {"commit": "5ab83acb3b5030401c4dda369ebdb60f631539b2", "message": "add document reference\n", "proba": 2.4473229132127017e-07} {"commit": "24276ff868889fc17208e01e41b619ac6a4c18c4", "message": "don't care if no table is found (it means that there is no result)\n", "proba": 1.2880873327958398e-05} {"commit": "e6604e4ea2d1f7d132244fb942f6e9553b171307", "message": "Bumped up document version (#106).\n", "proba": 1.1059474758212673e-07} {"commit": "140e82f79c555dfa432e0ee7647847f66405515f", "message": "trying to fix u bug\n", "proba": 2.7979041306025465e-07} {"commit": "7fad2ac8502899e5f9fd6f0aa23917d5d4a7af53", "message": "Add api test\n", "proba": 5.082546294943313e-07} {"commit": "15f53bc3b3406b252cd57ddcabd3961bcf35062a", "message": "remove macros paramters docs useless from recipe writer perspective\n", "proba": 2.2796008636305487e-07} {"commit": "484ab3e66a023bb15c9d591d1d7f50aa1431b791", "message": "FIX: error message correction\n", "proba": 3.202771404176019e-05} {"commit": "aa9a6ebdb27bf87c2443cbac4ff51eb16ed76405", "message": "Checking SHA1 sum of lib\n", "proba": 2.310636318725301e-06} {"commit": "9929c1360701051509132dbabe4519053f63779a", "message": "append txt file for multiple lesions\n", "proba": 1.6101187156891683e-06} {"commit": "25782b67b7c222ae336bfd1fa00bedd770d07e2d", "message": "Fix whitespace and line breaks\n", "proba": 0.004243381787091494} {"commit": "708e5c6634b11b02c4faeee1ca30b5910b712b92", "message": "Change json to use key/val format for job details\n", "proba": 2.4892622718653e-07} {"commit": "14309f94b173a78078307cb61173c2e4939aaaf2", "message": "resource.py (Help._get_parameters): Mark parameters with validation\nrules as mandatory.\n", "proba": 1.1383443876411548e-07} {"commit": "ad903a9e33a8f552fe26bc2ae0ad8f6b3b305b89", "message": "added has_field method\n", "proba": 5.744615805269859e-07} {"commit": "b968d12ab88fe158c8a323cb14d9d897083eb3b4", "message": "small edit\n", "proba": 4.2908939690278203e-07} {"commit": "3b2de56c66f55829c83c6edf3753cd19a1198b7f", "message": "Removed obsolete debugging info\n", "proba": 3.0728432420801255e-07} {"commit": "78040c370a079970b04712fabc6a340fe09b3250", "message": "Fix configuration, always use what PETSc makefiles says\n", "proba": 1.8518166200465203e-07} {"commit": "5235e17baabc0e59e480214a508ba26c3d96a9fa", "message": "Mark form_based_credentials_backend deprecated\n\nBUG=catapult:#2318\n\nReview-Url: https://codereview.chromium.org/1953763002\n", "proba": 1.6650805889639742e-07} {"commit": "5d2e123622758dc038980c36d4fcd455d2968429", "message": "fixed test assertion.\n", "proba": 3.281388671894092e-07} {"commit": "33fbacb7c8cdedbc0554d8329bef95d4b342cd5a", "message": "revert import style to prefer `tf.contrib` over a private import.\n\nPiperOrigin-RevId: 224870224\n", "proba": 1.566923373275131e-07} {"commit": "962c7ac41875ad628ae914cf281fae250fd7a261", "message": "ftp: FTPTracker refactoring\n", "proba": 4.736342305022845e-07} {"commit": "18f35466ac2a5766a50a0d5bab2031299dbf3227", "message": "Add semi-manual testing of all decorators in func_utils.", "proba": 1.2618204436876113e-07} {"commit": "ee596026b9b623dbcfc0dfdc2a802d5d7396e00f", "message": "Add PF ancilllary variable units for ease of processing\n", "proba": 1.3676140042662155e-07} {"commit": "4fd263e97a7b94f27cd22fdd13f9ef52fffaa77f", "message": "Fix dtype.\n", "proba": 2.8199372081871843e-07} {"commit": "b5d3fb35754a8896cff260d5056d3d2c6913900a", "message": "Removed dead code in flow\n", "proba": 1.2252694432390854e-06} {"commit": "da53c5a80a3f6bc9dc316a7f036373d07d851f9e", "message": "better variable name\n", "proba": 0.0015981619944795966} {"commit": "b5eee3c0eeddd3419309ff6c590113141c39eed6", "message": "Renammed remaining args.delay to args.wait\n", "proba": 2.0956681510142516e-06} {"commit": "1752b628b558e35100c2e3795bb3d4382286c8d1", "message": "Passes tests on torque\n", "proba": 2.740003992585116e-07} {"commit": "cf6c51e136550b555d99a31c8d7c47ffe33acba0", "message": "Remove unused imports\n", "proba": 8.691937409821548e-07} {"commit": "28705056c3d8df658b5648c46f9afd665a5a96aa", "message": "Parse exclamation point before template name.\n", "proba": 1.1053797607019078e-05} {"commit": "7071bf62bc9b3d00488f18cc3f3a0eb39fba3477", "message": "dom0/core: use generic run() to wait for qubes-session\n\nEspecially use 'ignore_stderr' feature.\n", "proba": 1.0166316144477605e-07} {"commit": "77ec31d164596a0bb4c2eb2e3371883a94ce1624", "message": "dom0: appmenus templates handling for StandaloneVM (#317)\n\nStandaloneVM also needs apps.templates dir in order to qubes-appmenu-select\nworks. Also can be helpful for backup/restore.\n", "proba": 1.0343404710511095e-07} {"commit": "653c056c999d6f7c6f7e4e80c43ee870ce0c8e64", "message": "dom0/core: fix HVM network settings in xen config\n", "proba": 2.8168085464130854e-07} {"commit": "4abaa251d19b74a1d67afefd62dd3ad1de6d27ef", "message": "\u9000\u51fagtk\u65f6\u8be2\u95ee\u662f\u5426\u5173\u95ed\u64ad\u653e\u670d\u52a1\n", "proba": 2.1068409239433095e-07} {"commit": "147616f8895601cd4c93ba5b3fa170f51be9fa28", "message": "Handle 'Application error' failures\n", "proba": 4.66074125142768e-05} {"commit": "73885cf23c477bcbe582ca65496c429006bd60a0", "message": "Strip everything but spaces and alphanumeric characters from the mentioning Tweet text\n", "proba": 0.9984250068664551} {"commit": "d821bd1daa5da49f94cf98585922bdf7dc544d51", "message": "correct errors in view\n", "proba": 1.3594999472843483e-06} {"commit": "bf8f962c977171fa98ba8372be4e3497a60752aa", "message": "[BIG] Move to +x script\n", "proba": 3.0299759146146243e-07} {"commit": "3203ccb993f9261243d801787ef10397c2d52322", "message": "better token\n", "proba": 0.0013864843640476465} {"commit": "f09c47896b75073e28933e2df2720e5d1951c001", "message": "Added lineality space to the generator calculation\n", "proba": 3.9734197798679816e-07} {"commit": "362c0ccdd2f1fe83f087c68112e737237ec6d998", "message": "Fixing bug where apache2 isn't set as script location if the server is not Red Hat.\n", "proba": 1.0513065262784949e-07} {"commit": "f30cb76dfee1392fc4287b9494fcc78ea07a9cdc", "message": "Added dummy IMACS class; fixed some error messages; updated fov to be in arcmin2\n", "proba": 1.3097229611958028e-07} {"commit": "37027d082e72a0a699e1f229e6c53926f064490d", "message": "Fix incorrect behaviour and needless slowdown\n", "proba": 0.00040421553421765566} {"commit": "423f29a2895151da5501e4e90611887c6689b187", "message": "removing check for status and health which causes ZDT to bail.\n", "proba": 1.0271371309045207e-07} {"commit": "f71360ce31582f8a73021fcf5b53017cbb655b00", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "4a6c602434ef313921ffe05589d298eaef047282", "message": "extended functionality for spot instance prices:\nadded type spot for listing spot instanace prices;\nadded type spotordemand as a listing of spot and ondemand instances prices;\nadded type all as a listing of ondemand + reserved + spot instances prices;\nadded filter \"type-pattern\" for listing of e.g. t1.micros with t2.micros in one listing;\nadded format \"line\" in addition to csv, which is without headerline and separation character (separated by whitespace);\n", "proba": 1.2948913763466408e-07} {"commit": "2fd1e0f9af2a963da7700174c7935600a15c42cb", "message": "Fixed sntax error in setupargs: missing comma\n\n\ngit-svn-id: ae5d535d8549566df64d2c38e8f7097ffa427e83@42528 fe389314-cf27-0410-b35b-8c050e845b92\n", "proba": 0.00012186067760922015} {"commit": "eae83aea613d919b8dfc2fb907db5420a321b049", "message": "Elf dependency eraser finally works.\n", "proba": 1.1298379831714556e-07} {"commit": "f9e22cdd5c0579cd86df8b60e443a784ab6acce3", "message": "Added documentation for the adaptive sliding window\n", "proba": 1.4151517291338678e-07} {"commit": "ab01c7b0f16aa2c3870121e9bbd412d9e6513ad7", "message": "Adds token-level temperature sampling.\n\nPiperOrigin-RevId: 485077795\n", "proba": 6.941862466192106e-06} {"commit": "3c5460a17130ce29970af04df6a9f021450a3f0e", "message": "fixed more conflicts\n", "proba": 2.311739564220261e-07} {"commit": "cbda72bc10cd6344996ec9dfed464a7afb2f3bbf", "message": "use wcsaxes, and don't use aplpy be default (has no region overlays)\n", "proba": 1.0625269908359769e-07} {"commit": "66de4babbc3059365d5cd37f226cd2e9e05507ca", "message": "Add the max transform response value\n", "proba": 4.42191321781138e-06} {"commit": "b2783418a03773b7b21f00082c34b8ce0cf5ec14", "message": "Raise error if origin contains floats gt 1\n", "proba": 2.2699066448694794e-06} {"commit": "282888c5666f9f735e313c0bc22f8937c05c9020", "message": "fix payment admin form\n", "proba": 3.328501634314307e-07} {"commit": "319396dd4f627d2d759f6253f6f91554b410924b", "message": "Minor output improvement\n", "proba": 9.345435501018073e-06} {"commit": "47a8a5b0c8926e8dfa83443e183a5c30c3b391dc", "message": "Added new sortable field in publishing view\n", "proba": 1.7176590461076557e-07} {"commit": "aec8c188b290eea02d0f1153c0c97c7903916e79", "message": "Spacing\n", "proba": 2.2790518414694816e-06} {"commit": "c8667cb2a7c331a1fcb19dd71c7c466aebbe1cb8", "message": "[fix bug1223813] Add iOS id for Send to Device form SMS messaging\n", "proba": 1.1362640606193963e-07} {"commit": "91e413fdb2ac3f65797d525893393de03c81c5b7", "message": "Fix privacy notice template name (#7510)\n\nBroke in 248e345e72861e0ed937235dfd5d418d98bcda3d", "proba": 2.8454651328502223e-06} {"commit": "5a1f803b719f34aaaa8e4a1355968952da0cdb7b", "message": "Fix exception in issue_filer (#592)\n\n* Fix exception in issue_filer.\r\n\r\nThis fixes\r\n```\r\nargument of type 'NoneType' is not iterable (/base/data/home/apps/s~cluster-fuzz/cron-service:20190619t080320.419009350000290661/handlers/base_handler.py:211)\r\nTraceback (most recent call last):\r\n File \"/base/alloc/tmpfs/dynamic_runtimes/python27g/500e2bb923862643/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py\", line 545, in dispatch\r\n return method(*args, **kwargs)\r\n File \"/base/data/home/apps/s~cluster-fuzz/cron-service:20190619t080320.419009350000290661/libs/handler.py\", line 95, in wrapper\r\n return func(self)\r\n File \"/base/data/home/apps/s~cluster-fuzz/cron-service:20190619t080320.419009350000290661/handlers/cron/triage.py\", line 289, in get\r\n issue_filer.file_issue(testcase, issue_tracker)\r\n File \"/base/data/home/apps/s~cluster-fuzz/cron-service:20190619t080320.419009350000290661/libs/issue_management/issue_filer.py\", line 322, in file_issue\r\n for result in apply_substitutions(label, testcase, security_severity):\r\n File \"/base/data/home/apps/s~cluster-fuzz/cron-service:20190619t080320.419009350000290661/libs/issue_management/issue_filer.py\", line 199, in apply_substitutions\r\n if marker in label:\r\nTypeError: argument of type 'NoneType' is not iterable\r\n```\r\n", "proba": 0.00031519398908130825} {"commit": "526fdfc39dd5915cb6be1b2e9642373f6bd8848b", "message": "Specify coding for Python due to UTF-8 in comments\n", "proba": 8.631248533674807e-07} {"commit": "32d953d060dca629b80e1e14d5b51946e4da006b", "message": "Remove ipdb breakpoint\n", "proba": 1.3577036952483468e-05} {"commit": "848fa2bf7553fd923dc123397b4568f3f6f281ca", "message": "Codes for writing bench data to appengine datastore.\nTo activate, add flag \"-a https://skiadash.appspot.com/add_point\" or URL to other chrome-perf app instances. Otherwise behavior will be same as before.\nReview URL: https://codereview.chromium.org/12381088\n\ngit-svn-id: e8541e15acce502a64c929015570ad1648e548cd@8020 2bbb7eff-a529-9590-31e7-b0007b416f81\n", "proba": 2.583441528258845e-06} {"commit": "5e5ed8412ef14f5a730671594c55afa66bad18a7", "message": "Fix for runexecutor: soft time limit and wall time limit\nare not possible/implemented without cpuacct cgroup\nand were silently ignored in this case.\n", "proba": 1.0602272482174158e-07} {"commit": "e314aad4a16d5f3b1faf9e42e45e972a872c2bf4", "message": "Code reivew improvement.\n", "proba": 1.5533821340341092e-07} {"commit": "c54f5cbec105b9021c4ea614bccc79eff57ae902", "message": "update bench 04\n", "proba": 2.5146761117866845e-07} {"commit": "1aab867c683a5fc418d960ba9499eb96ed153f33", "message": "new mpc button handler to add more music\n\nif the button is pressed while stopped, we look at the song titles in the playlist,\nand search for albums with similar names. Very naive substring searches.\n\nenqueues the first album we find containing one word from the last song played\n", "proba": 5.732537147196126e-07} {"commit": "0d2fad9e62c10ee19c727a23df310872c6584897", "message": "Struct.pack is twice as fast as int.tobytes\n", "proba": 2.1455989553942345e-06} {"commit": "e2e660a980714c621bc9b363a5e2eb326358d002", "message": "public: rewrite models to support feed objects\n", "proba": 1.9222103730953677e-07} {"commit": "92fa97fe6c2375958672939382a9038c8b3e2298", "message": "filter deleted tweets without a username\n", "proba": 3.649634891189635e-06} {"commit": "776779e908176d65fe14695beb3bbc22bca17c21", "message": "[FIX] Report: context was missing while printing any report with header in a non-English Language\n\nbzr revid: jvo@tinyerp.com-20090909054702-2ea1ugshop9cdmr1", "proba": 1.394809942212305e-06} {"commit": "c72a0a0e70902eb471928de772e70da7d159154a", "message": "bugfix:translation of reports", "proba": 2.0953973489667987e-07} {"commit": "71cea1e7f3077686b993c76cf739e7fcf70bcc76", "message": "fix urlparse import\n", "proba": 3.6657293094322085e-05} {"commit": "45cb8db9ca89084588b943ccac896ef9d40a3570", "message": "PLD: deterministic order of submissions in test\n", "proba": 3.321328847505356e-07} {"commit": "cbdb97f58bd484cadae3873298848032d8be1dcd", "message": "return ppos\n", "proba": 0.9994183778762817} {"commit": "e18dbeb2db5b8d998ea39c7f51ba2b4a1aa0382d", "message": "removed soil_io.py from monica as is in util/soil\n", "proba": 9.431948910787469e-07} {"commit": "1be988c28c8005b6b9f8ef38899ec36c05d6c95d", "message": "optimizing different py versions\n", "proba": 2.4174462396331364e-06} {"commit": "fe57123f40abdeb76d13279aaa33b8dd688b6a25", "message": "removed deprecated call to docker.utils.create_host_config in docker driver test mock\n", "proba": 1.9337642243044684e-06} {"commit": "23fe9f36622573c747e2bab6119ff245437bf276", "message": "python-bindings: fix setup.py for wheel installation\n\nWhen the python bindings are installed using the new wheels\ninfrastructure, data_files are relative to the site-packages directory\neven if using absolute paths.\n\nThe following example demonstrates the bug fixed by this commit: (ran on archlinux)\n\n```bash\n$ pip install wheel # if this package is installed, wheel installation is made the default\nCollecting wheel\n Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)\n 100% |################################| 71kB 124kB/s\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.29.0\n\n$ pip install capstone # this will use the wheel installation method now\nCollecting capstone\n Using cached capstone-3.0.4.tar.gz\nBuilding wheels for collected packages: capstone\n Running setup.py bdist_wheel for capstone ... done\n Stored in directory: /root/.cache/pip/wheels/7c/d1/d0/db6e2c5ef1063aabb9de2dd8b92b4c27ee6f9fd213240099b8\nSuccessfully built capstone\nInstalling collected packages: capstone\nSuccessfully installed capstone-3.0.4\n\n$ find /usr/lib/ -name \"libcapstone.so\"\n/usr/lib/python3.5/site-packages/usr/lib/python3.5/site-packages/capstone/libcapstone.so\n```\n\nSo the path `SITE_PACKAGES` in the `data_files` specification of the\nsetup.py file was interpreted relative to the python site-packages\ndirectory. The fix for this is simple: use `/capstone` instead of an\nabsolute path for `SITE_PACKAGES`.\n", "proba": 0.016579605638980865} {"commit": "80a8f46a9dd3dd4eccbe4225341ba1c79266b77d", "message": "Add timestamps, float16\n", "proba": 0.9997556805610657} {"commit": "a394db1bbd95333502f6438ddf199a11f8df681a", "message": "made default_templates more testable\n", "proba": 6.748668397449364e-07} {"commit": "1dd35f831cbc53d6555dc7d1e94d7dffd7821009", "message": "Add a multihost test for Array on non-continuous mesh\n\nPiperOrigin-RevId: 464659865\n", "proba": 3.019389680503082e-07} {"commit": "38853abbcd12fe85727f1badd9a391e1b9a18697", "message": "product_variant_default_code 14.0.2.0.0\n", "proba": 2.7756837880588137e-05} {"commit": "0e7e7137fa00f8534577b07292107d9f9911ad38", "message": "Add long field warning and remove duplicative logger instantiation.\n", "proba": 1.1773681762861088e-07} {"commit": "0a53d062abba09a197e188f3de952b5a30cb8e77", "message": "Add upper case WAV to recording file name regexes.\n\nFixes #206.\n", "proba": 2.351862207206068e-07} {"commit": "f5a485a5ce37a5d816c2a6dae280db68ec1b7ba0", "message": "New heuristic: topological sort\n\nHEUR: Added a new heuristic: topological sort. It generates a hash, with unnamed nodes, after topologically sorting a graph.\n", "proba": 1.2919704772684781e-07} {"commit": "754ce2621323963fa3b49727c274b6e648d69e57", "message": "fix cases where tmpfile could remain on error\n", "proba": 3.626091711339541e-07} {"commit": "3c13b587da57fd020ebdac88a00ba1508c78b281", "message": "fixed verbose messages\n", "proba": 9.43049781199079e-06} {"commit": "1c3f263fc315f7fc1fcae978a1fd6168410a9c63", "message": "splitting for csv-looking entries as in 017\n", "proba": 2.0210923423746863e-07} {"commit": "52691766c5887942feed6eed39d12e63c8f1bf61", "message": "Reorganise get_inner_query\n\n# Conflicts:\n#\twagtail/search/backends/elasticsearch2.py\n", "proba": 6.446359179790306e-07} {"commit": "920d3963c2eedb10c252b98f5db3446c69b63823", "message": "Update aton_houdini.py", "proba": 3.150009604269144e-07} {"commit": "0692f53e86c86490b8ed0a8ed0ec5400ed3f03f4", "message": "views: Remove content dependency from views package.\n\nBUG=105557,141187\nTBR=ben@chromium.org\n\nReview URL: https://chromiumcodereview.appspot.com/10913050\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@154629 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.674652935435006e-06} {"commit": "e0777a148c06fc538c64fc72d720110642ec2f32", "message": "update import to match python3\n", "proba": 3.155126933052088e-07} {"commit": "64ab3cff497a7fcfbec9eeb1e8bf2fdb05266193", "message": "add kwargs after args to allow successful build", "proba": 2.8332806323305704e-07} {"commit": "3048085a0eb312e64fb4a37022221fce7604cf31", "message": "adds filter box\n", "proba": 6.41127769540617e-07} {"commit": "5ac861b91684e207e01c5bd6a367275047711afe", "message": "update readme\n", "proba": 2.6865924951380293e-07} {"commit": "9e5de1a106b934100c98aac1764f8a7a4b713fd5", "message": "Guard against future unknown SimpliSafe entity types (#30059)\n\n* Guard against future unknown SimpliSafe entity types\r\n\r\n* Updated log message\r\n", "proba": 1.2065019916462916e-07} {"commit": "26f87c790a6c4fb21b41bc16168b09b9dbf5aef1", "message": "number of mixtures bug fixed\n", "proba": 3.4956659078488883e-07} {"commit": "8d590f02740fa31de23a3d81280dfa911358e70d", "message": "update configure script\n", "proba": 5.231336217548233e-07} {"commit": "5268c9adb74deb0e660b1234196f2854147c1f6e", "message": "Use property and cached_property decorators.\n\nThis was done in django-filebrowser a couple weeks ago in\nhttps://github.com/sehmaschine/django-filebrowser/pull/314.\n", "proba": 1.0798750338381069e-07} {"commit": "2ed1daabbf2293f3e975a9384ba81f8969724a29", "message": "RES-502 Change TM to respond to PR comments\n", "proba": 9.994547411906751e-08} {"commit": "f19e33f9ad158a887159d845c0235b4a749dcfd7", "message": "update configure script\n", "proba": 5.231336217548233e-07} {"commit": "57b1777a01a96a3294122cf283e39d6032014c94", "message": "Update idbf_acl_builder.py", "proba": 8.244152240877156e-07} {"commit": "aa40c0c66e1ad1b7a590d39f5f23b01689eba328", "message": "Bump up version\n", "proba": 2.2680492861582024e-07} {"commit": "3bde6347eede626a8e5cd7740f2952f966a2dba9", "message": "Issue #21 : Use function factory to simplify the codes\n", "proba": 1.6969453042747773e-07} {"commit": "f6a664902b646a29e0fdedd49c55f8c68f3b64d2", "message": "Config: major refactoring to support PNaCl\n", "proba": 1.5513940354594524e-07} {"commit": "407f4f5c63fac46c1c2f1c718e67812ec4d0e140", "message": "Fetched DB and Cache locations from environment variables if they exist.\n", "proba": 1.1072201999695608e-07} {"commit": "85e4e4f1150f72dd62fc6cb0240e64642c4a5885", "message": "Add media url to test urls\n", "proba": 6.33063450550253e-07} {"commit": "208c9f367d25adf8982b6efca178551e0d9c51ae", "message": "geotagging and offset\n\ngit-svn-id: d6b9274c5d2cde24b2ed33920d8a9dc7832c6a17@193 97c8da76-f5bc-4bb7-965e-7cf1e57eaa11\n", "proba": 2.5605058908695355e-06} {"commit": "ada42e5eee8d35c359baa828c9403fa406c1db8b", "message": "Build without RTTI on windows (/GR-), saves 1kB and is consisten with linux/mac.\n", "proba": 1.0120425741888539e-07} {"commit": "ae73b69a71dfae99698352b60085109b2aa6bb28", "message": "build: fix debian naming of gnutls-devel package\n", "proba": 1.0258288511977298e-06} {"commit": "fe3b9eb3772647d1b86058685318df3cbc034e26", "message": "Removed clip_box because it is now redundant\n", "proba": 2.635166822528845e-07} {"commit": "bdce6b1eea8fecaa64d2e56ceb748febec0351c9", "message": "Get the ordering of operations correct in the build.\n\nIf we're building via amalgamation then we need to edit what goes into\nthe makefile. That requires the amalgamation run before the makefile\nsince we don't know how many files there will be until we do the scan.\n", "proba": 1.338998316668949e-07} {"commit": "14cc107de05ee970fd2f7ef8232fe0cbab60c3fb", "message": "configure: Remove urlparse workaround for 'git' URLs\n\nSigned-off-by: Euan Harris \n", "proba": 1.3630774731154816e-07} {"commit": "f5fb8e9996cca8c5e8cb1c0539b6f6f5d07ab687", "message": "Changes to reduce legiscan API calls and only get 2021 session data\n", "proba": 1.1799838972592624e-07} {"commit": "9f416e8c52a8f6f1f72aaa52db960acddf59ddaf", "message": "Fix --disable-aes-ni flag which did not disable AES-NI. Reported on\nthe mailing list.\n", "proba": 1.0775274006391555e-07} {"commit": "a9be5f362c17b836ddc82a95c257075eda967c14", "message": "refactor hash_id\n", "proba": 0.998608410358429} {"commit": "f57b894d423d7c7584366a60951cf747fdc5d6bd", "message": "configure.py: Remove duplicate scylla-package.tar.gz artifact\n\nWe currently keep a copy of scylla-package.tar.gz in \"build/\" for\ncompatibility. However, we've long since switched our CI system over to\nthe new location, so let's remove the duplicate and use the one from\n\"build//dist/tar\" instead.\nMessage-Id: \n", "proba": 5.229912858339958e-05} {"commit": "2798b6ff0d31b268b562ffbfa1df98c5777e7401", "message": "fix bug about file empty\n", "proba": 3.651389306469355e-07} {"commit": "3759709882bcfec92e0c39d147c5280d0a5c67d0", "message": "Respect configuration in lglass-regtool\n", "proba": 2.3822646255666768e-07} {"commit": "ead2a1cf6f0ee126d73d6f90b55645fe76ef4633", "message": "Add explanations for file constants, etc.\n", "proba": 1.1758264406580565e-07} {"commit": "67be09ffc17d8ca9b01934ce4d2b5a8b84dae1aa", "message": "Fixed a few cosmetic bits\n", "proba": 1.7841252031303156e-07} {"commit": "a941385716f2f571b0791a394fa2b66b7c9a7bc8", "message": "content-type fix\n", "proba": 1.6238817579505849e-06} {"commit": "b8fb58dc8abd328f03d170b4dd6fcc2a3200be73", "message": "added db classes\n", "proba": 3.5870402825821657e-07} {"commit": "d806a120998e9b38e96d02ab05d28051a441db61", "message": "Fix pep8 errors\n", "proba": 0.00021736195776611567} {"commit": "8ae3369a1769adb42bab197abd9ea4d8362869d1", "message": "Fix do_task() number of args errors introduced by my previous commit\n", "proba": 3.986650881415699e-06} {"commit": "b395716bd79fcc880d4a563a58dca96f875018f9", "message": "remove versionadded tags", "proba": 6.691719249829475e-07} {"commit": "85ef4835367483b689963a49e6e818048e4c1ce4", "message": "Added 'start' mechanism for mapLines child procs, and tweaked docs\n", "proba": 1.2735485199755203e-07} {"commit": "2916c922e235841d01b4e3d368fdc80f079f973a", "message": "Factor out a format_peername function.\n\nThis affords a little brevity and catches the exception in case the\nsocket is not connected.\n", "proba": 6.27775762040983e-07} {"commit": "bf2a34198e6d4ec0c6403da5cf632b37a2ac8478", "message": "Stashing is also an option when copy is dirty for upload\n\nBUG=\n\nReview-Url: https://codereview.chromium.org/2019223002\n", "proba": 1.2481335431857588e-07} {"commit": "a8f308e4ab52d34072628bbcf220a3cf1e452204", "message": "Remove duplication\n", "proba": 0.9999668598175049} {"commit": "1687422344ca23a4a65401c15b1781affdcbf9b9", "message": "Added doc strings to functions in eigenvector_project\n", "proba": 1.9937357365051867e-07} {"commit": "3113dd75b318d1872ba01c534e904146813322e9", "message": "Remove most of the code\n", "proba": 0.002394424518570304} {"commit": "0e5ef312a65b7602f225f9e1d538c6a94a762acb", "message": "Normalize case before comparing paths\n\nCloses #233", "proba": 0.0012059587752446532} {"commit": "9b94e54a576b2caa612f2417f93e3f4a46bcc1eb", "message": "accepted brust recursive method, I'll modify it later\n", "proba": 1.280608756815127e-07} {"commit": "96a9fbec5307234532937ef3869cc11aaf821c55", "message": "Update for new data.\n", "proba": 1.226977417445596e-07} {"commit": "c88e15b05c27f048edd12a1626090e3c7fce558d", "message": "Added more constants\n", "proba": 1.3558043576722412e-07} {"commit": "5b955f6d4ee9aae47f9d2d19796724ed19cf3891", "message": "Be gentle to CGIAR-CSI by default.\n", "proba": 1.0895097091179196e-07} {"commit": "eab4fe4ace6981b5fc2f54837e2f731139d23f05", "message": "NewmanModelAdmin.media property fix.\n", "proba": 1.1324874549245578e-07} {"commit": "dfb696527760cb05e85bcd92c75439d35478f767", "message": "Display hash with inventory\n", "proba": 3.1648727372157737e-07} {"commit": "0c7aa714f0b58b218b5f9db9e2489762269911a2", "message": "small change in logic\n", "proba": 5.271207101031905e-06} {"commit": "2a1c6258fae187d4bd16837ce16da7ca6e759535", "message": "scripts: gen_syscalls: Add compiler check to pragma.\n\nThis commit addresses the following portability issues:\n1. gen_syscalls incorrectly assumes that the compiler is always GCC.\n2. pragma GCC diagnostic push and pop are not supported in GCC < 4.6.\n\nSigned-off-by: Stephanos Ioannidis \n", "proba": 5.700171641365159e-07} {"commit": "779a2a3f426ddd722c640bca6b7291a2c09ca304", "message": "Add ASCII to privileged users\n\nAlso update pizza's name", "proba": 1.4540481970470864e-05} {"commit": "fbf8d572f64787702ad40d2798ceaff3894d0c6f", "message": "Add misterManSam to privileged users", "proba": 2.3553980099677574e-06} {"commit": "4a38349b6812bb98e63336610bf27675ee3f3ef9", "message": "Windows: Now winreg is used instead\n of call(setx) to set environemnt variable PATH.\n \u00b7It also check if you can write to it (admin rights) and lets you decide what to do if not.\n -Fixed an issue with path variable\n -Removed path for 32bit since it obviously isn't needed.\n\nSome minor tweaking.\nVersion bump: 0.5.3 --> 0.6.0\n", "proba": 1.9310795096316724e-07} {"commit": "904ef024adce3a2d610966d87fa1f022e1174a27", "message": "Improve `which` implementation\n\nThe `which` implementation in `host_explore.py` did not handle the\nfact that a binary can be found within the current directory, *even\nif $PATH does not contain a `.`*, as long as the binary is specified\nusing a multi-component relative path.\n\nFor example, given the following layout:\n .\n `-- bin\n `-- gcc\n\n`bin/gcc` can be invoked from the current directory.\n\nRather than actually modifying `which_binary`, this is handled by\ndeleting the implementation and using Python builtins instead.\n\nAlso, remove a `which_binary` invocation from the check_output\nwrapper; it was only used to check if the binary didn't exist, but\nthat can be discovered by handling OSError or FileNotFoundError,\ndepending on the Python version.\n\nChange-Id: I542e0dd60607d7faafa4cec6d8b604594ed99cd5\nSigned-off-by: Chris Diamand <1f58517798882095082bdee11eba81705511491e@arm.com>\n", "proba": 0.9998375177383423} {"commit": "db1a5ca17274acd84307e121b5b8a18cca5fae64", "message": "Added population-filter to data\n", "proba": 1.2728297349440254e-07} {"commit": "6094594c2cc3466ae061fa8461a0b60cdf4b04a2", "message": "[fix] incorrect key-values for any input, [fix] sqlite didn't support args as dict_values type\n", "proba": 1.2445940228644758e-05} {"commit": "c07c6210f98b131d9ca086192fb6b106ef7b885e", "message": "Masks plantation areas and lists all biomass tiles\n", "proba": 1.1834210766892284e-07} {"commit": "862480927a2d67feca06aeb6a53ca6b721046c19", "message": "DNS proxy should ignore port while initializing hosts.\n", "proba": 1.1988882420155278e-07} {"commit": "688be82311985709f45250ddf4b6833b4b8c6c77", "message": "Hygiene: remove remants of custom app ID support\n\nThe functional change was in https://gerrit.wikimedia.org/r/#/c/271975/.\nThis just removes now defunct code in the Python script.\n\nBug: T103903\nChange-Id: I14419523b13d96fe90d7411c403466d6b5faceec\n", "proba": 6.718673830619082e-05} {"commit": "5977bcf11750223f94a94001b41e95b04a858e0e", "message": "Fixed njs coex_filter mapping\n", "proba": 2.0211000162362325e-07} {"commit": "696febcfe04e298fdd4836900eb3a386b4ef4dc2", "message": "Updates to perform parameter checking and to upload and/or download parameters from the workspace if necessary.\n", "proba": 1.0197894795282991e-07} {"commit": "3733329af530c3a9b9c15c637aba37cff75441dd", "message": "requirements\n", "proba": 3.0562332540284842e-06} {"commit": "45428866fb7a04e03b4ed8dd3603dbf7635ec243", "message": "update version\n", "proba": 3.3994695058936486e-07} {"commit": "9019743541ec577361b0c59bfb5d72c2ef725945", "message": "doc: reference pyunlocbox documentation with intersphinx\n", "proba": 1.3165642087642482e-07} {"commit": "b417592af917c1f3954b2dbd970c39d70c5b9ca4", "message": "Fix links in footer. (#3553)\n\n", "proba": 1.1984401737663575e-07} {"commit": "235b390ec8ccece42d05e3d1ef426ac1d31557a4", "message": "Added some debugging statements\n", "proba": 1.6219148335494538e-07} {"commit": "bbc91c1c048be07416793b1237fa879752b56325", "message": "Change \"Documentation\" to \"Authentication System\".\n\n\"Documentation\" is a dull word. Authentication System describes\nit much better.\n", "proba": 0.00015639579214621335} {"commit": "b0e9e3ff61ead6de27b1e4cb311c214bb90b497f", "message": "doc: Add '(unreleased)' tag for unreleased versions (#2118)\n\nThe tag is added to the 'deprecated', 'versionadded', and the\r\n'versionchanged' directives.", "proba": 1.4685444682527304e-07} {"commit": "ab1c6a1c81aab40e06ca4b8095da7c6a8c175bde", "message": "doc: Fixed two warnings in html format documentation generation\n\nThe patch modifies the file doc/conf.py to fix the warnings:\n\n1) the config value 'html_add_permalinks' has type `bool',\n\tdefaults to `str.'\n2) html_static_path entry '/media/projects/zephyr/doc/_static'\n\tdoes not exist\n\nChange-Id: I01e74b5db85311c514ef437e75b8f378ce80125f\nSigned-off-by: Yannis Damigos \n", "proba": 0.006996480282396078} {"commit": "92ec84133de77c40e83cea1a3aa8a8894d7f6f54", "message": "Mocked sympy aswell...\n", "proba": 1.1784072029286108e-07} {"commit": "84dce0286ee28a97f7ef1dbe31e32c25e502c0e5", "message": "docs: mock h5py\n", "proba": 2.0693264559668023e-06} {"commit": "b8391fc7f6b77e78fca06dcade8db4fdd0ed56ca", "message": "DOC dropped ``os.path.relpath`` in ``linkcode_resolve``\n", "proba": 1.1498093499540119e-07} {"commit": "c7a1d471f9040b5d4bc5de9f0c031573c35109a2", "message": "Setting up CSE search values through 3006\n", "proba": 1.6517590495368495e-07} {"commit": "a3507abe493729646ccfbac3a036401c51649dff", "message": "Skip mod_init when running autodoc, #1282\n", "proba": 1.7984815769978013e-07} {"commit": "73e10f70842e73e24a3d4ed0beaa1f1b748dfd9b", "message": "DOC: Update packagename in Sphinx conf\n", "proba": 1.4737355513716466e-07} {"commit": "7dab7bb109f6ddb1a0161185c6b50bff7b1f36ca", "message": "Fix debugtoolbar url patch problem.\n", "proba": 1.8424697145746904e-07} {"commit": "c64ff17f7aa736b90e50b3c1deb2c77e35f688df", "message": "Revert \"google+ bug fix for overriding CallbackHandler.finish()\"\n\noops, nevermind. the real problem is that overriding finish() isn't supported because google-api-python-client wants to own the entire callback handler. bleh. added to the TODO list.\n\nThis reverts commit feec3e1fbc3b93d66e193bbb12db81eb80bb6e26.\n", "proba": 3.251678890592302e-07} {"commit": "29cffc2d6c0cfdc1a674e1604656516517a05dd7", "message": "Lint.\n", "proba": 7.115422135939298e-07} {"commit": "264c406050dc2167348219a5b2ca9d655226f8c4", "message": "Do not load C libs for doc generation\n", "proba": 2.289271634481338e-07} {"commit": "a59341a52ad10d525ef0e286ea200f3788ef2840", "message": "add heteroscedasticity primitive\n", "proba": 0.9999988079071045} {"commit": "6e52bb3aeb9ec1880b455c53c2e4549d26cd3743", "message": "switch to a versioning schema compatible with libosmium\n", "proba": 1.769147246477587e-07} {"commit": "d0a377f7cc17361480505b23b5602b26e535e1ed", "message": "correct path-assignment in conf.py to fix image import-errors\n", "proba": 6.158190899441252e-07} {"commit": "c105a550666cdeb3ce35970fbf4e1ad31bae9edb", "message": "Add autodoc to sphinx extensions\n", "proba": 4.248789480243431e-07} {"commit": "cc44b72840c544b7a6d38a9da7cec8c9f834bc64", "message": "Fix directsound thread crashing trying to write more than buffer size.\n", "proba": 1.1211268002853103e-07} {"commit": "ec572e0762721ca01201a45af07fa94f059d5edc", "message": "Adding sms capacity\n", "proba": 1.8879327399190515e-05} {"commit": "0d6126efd39c6932e90a96f2a3651929abf8f58b", "message": "Added linear regression model\n", "proba": 2.560029201958969e-07} {"commit": "d8723c22dfbc14f4b930b91d635f15a2d74bdf1a", "message": " Solve non-regression test error\n", "proba": 0.9999992847442627} {"commit": "91ec255be8c54991de09741c4cc1b562e251d44b", "message": "Refactor process_yaml.py\n", "proba": 1.6483551007695496e-05} {"commit": "5440aa5a236fab41ee3cf9d92a0b824b25ba4685", "message": "Cleanup naming of ExaML result files.\n", "proba": 1.1563092527921981e-07} {"commit": "7b6fdfa5969ca5f090e7ed7d29c33d5b2167fcec", "message": "Improve open_document: add missing FileManager parameters\n", "proba": 1.8556223949417472e-05} {"commit": "174b601054e9511db600cb6cfe7565a024cb71ea", "message": "add MeanAbsolutePercentageCriterion & MeanSquaredLogarithmicCriterion (#1916)\n\n* add MeanAbsolutePercentageCriterion & MeanSquaredLogarithmicCriterion\r\n\r\n* add docs\r\n\r\n* meet pr comments\r\n\r\n* meet pr comments\r\n\r\n* exchange keras input target\r\n\r\n* update readme\r\n", "proba": 1.575542256659901e-07} {"commit": "fbe71cbbd4d9bec5c7cdff0d39a3d86e8f4d0ff6", "message": "Add DMX TO 3 to known list\n\n", "proba": 1.328745327100478e-07} {"commit": "62cf3393de0ca564573ff7f45ba5e1b39fd4450f", "message": "add checking (#1126)\n\n", "proba": 1.4889418764596485e-07} {"commit": "0be90f05fd7bc04b9193191ec224f1a7381ec2ad", "message": "[ENSCORESW-2332]. Conditionally write to gzipped file.\n", "proba": 1.4854160212962597e-07} {"commit": "3f73d39b55b1067a64d346bcb6b9be4cb7c5f315", "message": "test fix for getsessioncomments dapqa bug", "proba": 2.04505667511512e-07} {"commit": "59b8efb90c51e045ae6ad0d0f06db8cf8b17be9c", "message": "Change error output format\n", "proba": 1.4838998367849854e-06} {"commit": "8a19dc8e82e60b3643c24c30898ab87cbeb471bd", "message": "Fixing Cursor\n", "proba": 5.972048029434518e-07} {"commit": "16931f7c69de8fcccaa7e5e8cb9a64e3ae3fe653", "message": "Editorial\n", "proba": 1.7494996882305713e-06} {"commit": "a0def92f27ece9beed32a0d0236268bfe60eb481", "message": "removing warning about missing help files\n", "proba": 2.632484097375709e-07} {"commit": "c6233747f0581980e4921c884dd36b5f3a7b9f0f", "message": "\u0418\u0441\u043f\u0440\u0430\u0432\u0438\u043b run_settings.py.\n", "proba": 2.1507295855371922e-07} {"commit": "a4e181084bc81cf7bcc6dd246b22b9863c7cf23f", "message": "- inhibit all sublime default completions support\n", "proba": 1.5745389703170076e-07} {"commit": "9ee79ca5848d5b113e31d2e0883d0234aeea4dc8", "message": "Remove useless notifications for the autoloading.\n", "proba": 1.2462994902762148e-07} {"commit": "a168af7bf4e9f17c33509a71ead55892f398b5a3", "message": "Added new global var and changed sql command\n\nVOCAB_PATH - for \"kindle is here {}\" - os.path.join\nAdded VACUUM for immediate change of base\n", "proba": 2.36018010468797e-07} {"commit": "e2e9bddb79bd2633cbaf6c9f8d576b3d9410a69e", "message": "Fix is_text_file check\n", "proba": 0.00033539539435878396} {"commit": "a2bb5db494400cdf376a561ff6368596e6b5458f", "message": "Made generated names of actors more readable by including the class name\n", "proba": 1.374899341044511e-07} {"commit": "ce130211b54d77db8502154783a03bb54e00d061", "message": "implement locking for print-output and simulation option\n", "proba": 2.748965926002711e-07} {"commit": "11e8d58a082f46cd2f06ef4fa71238823da40216", "message": "Nest pandas imports.\n", "proba": 1.7888152115119738e-07} {"commit": "8bf5fda67d3fc0638d1a6bffe9b7a41be59ba39f", "message": "Factored out dict style that is not compatible with python 2.6\n", "proba": 4.6660971975143184e-07} {"commit": "e1a4ba967f8fb077ea96e6979943e1d91f707352", "message": "fix fetch_talks invoke task\n", "proba": 0.00014123333676252514} {"commit": "e1f8658a7c3d8f4d1134a64806c0897b1ce20b8e", "message": "update security impact in existing advisory\n", "proba": 1.2424555961842998e-07} {"commit": "25a04d5dab1ec3e4df19a02c7755e643723d9885", "message": "Fixes for cluster friendly string naming error.\n\n", "proba": 1.222147290036446e-07} {"commit": "79dd37acc3ecb335e879f5ffe0a7d32f4e07d9af", "message": "erratum docstring normalization\n\nso from a docstring standpoint, best practices include\nno leading line or space before first line of docstring\n\nblank line after summary if multi-line\n", "proba": 2.833410235325573e-07} {"commit": "db504baf346adb6dd72be9115560d931d55e9b4e", "message": "Add non-RPM file title setting\n\nNote: doesn't work; API might be broken.\n\nkdreyer: cherry-pick I66abd37869b177464f387c894349e1ecdb86c735 from\nRHOS's shale.\n\nSigned-off-by: Ken Dreyer <940dddfbf8b0685439b7ecf27daa0ba58b359a2c@redhat.com>\n", "proba": 2.064830511017135e-07} {"commit": "354e6a94962ecc06cf0ca0667288e9bd7eb79ec5", "message": "Move data truncation\n", "proba": 3.7236729895084864e-06} {"commit": "1673ea10cf02bba463c28c1531f29acc0c567b93", "message": "Add CSV to JSON converter\n", "proba": 2.3207464892038843e-06} {"commit": "3fcdd3db8ba7ae5c3625d6233733fea096706d4a", "message": "Revert changes\n", "proba": 5.075871172266488e-07} {"commit": "ea9791a133439ae79236c674c9e8d032f21ffe14", "message": "Expand logging of bad requests\n", "proba": 0.00011997161345789209} {"commit": "fdb734b9b8201bd8a07a118a4bebaacf7abb18e6", "message": "rz_mail: reorder, cleanup misplaced test\n", "proba": 3.489923301458475e-07} {"commit": "9f446f5a8a231d8c00de239d74b1923416679f8b", "message": "bwa threads\n", "proba": 4.0772940224087506e-07} {"commit": "f36dbccea192dcd3b4a7556ff6c56eed0e2d0367", "message": "io type checking\n", "proba": 6.904703582222282e-07} {"commit": "a9ced61a79ad3f236787fee0c182098b342e3981", "message": "c081a7de-2eae-11e5-9945-7831c1d44c14", "proba": 8.239813382715511e-07} {"commit": "3012b0f4041b2d90fe0faaf6fb38d1ac9f854d43", "message": "b393b761-2eae-11e5-a3e0-7831c1d44c14", "proba": 3.254100192862097e-06} {"commit": "79ddacd112d09c89939cda571f2c4e8af02660da", "message": "663ecd61-2eae-11e5-8517-7831c1d44c14", "proba": 8.575726155868324e-07} {"commit": "750e21679f2ea5b8567c885e0cf4e2f8f5fbd67e", "message": "6f8e9238-2eae-11e5-8687-7831c1d44c14", "proba": 9.567569350110716e-07} {"commit": "a7986652c3c1772a00758abaa0ed53f1ce25c2da", "message": "7294720c-2eae-11e5-b7a3-7831c1d44c14", "proba": 5.273021997709293e-06} {"commit": "eeefeffef56b77893d36cc25073980c0bcd3adc0", "message": "99293a6e-2eae-11e5-9a05-7831c1d44c14", "proba": 9.211850624524232e-07} {"commit": "655e722215034adb0f23e047eaf2fff2367d11a2", "message": "a3d0186e-2eae-11e5-9acf-7831c1d44c14", "proba": 9.143075203610351e-07} {"commit": "b9726732f9350bc45f6eea3acdafc04510de891f", "message": "af4fadc7-2eae-11e5-80f3-7831c1d44c14", "proba": 1.8713536746872705e-06} {"commit": "c63067a9b0cafd282b6b99184b15963d1925bfd2", "message": "7e18ecd7-2eae-11e5-81f7-7831c1d44c14", "proba": 1.2103757853765273e-06} {"commit": "85d49ffc023bc4e53de1f01e22bcc4f26f02b735", "message": "674d709c-2eae-11e5-8044-7831c1d44c14", "proba": 7.650597808606108e-07} {"commit": "a31da451616f727aa8fd69f87ea15dacb547c6e3", "message": "62cb54dc-2eae-11e5-b7df-7831c1d44c14", "proba": 4.689738034358015e-06} {"commit": "0655ac176320b8cce4446cc367a321e693d9a412", "message": "a056a126-2eae-11e5-877e-7831c1d44c14", "proba": 7.604385245940648e-07} {"commit": "513bf37b2d0d5d29f037ad1430e6976cf8a990d8", "message": "a4cc35d7-2eae-11e5-bff7-7831c1d44c14", "proba": 1.3727927807849483e-06} {"commit": "c140b679ffd8b4201d9dadb83ce018058511fa5b", "message": "9ef244ab-2eae-11e5-956b-7831c1d44c14", "proba": 8.993447409011424e-07} {"commit": "0c8d7e51e70017d77961c3f5352b1b4fd4254a83", "message": "7dd20f59-2eae-11e5-8d78-7831c1d44c14", "proba": 1.5711160585851758e-06} {"commit": "b98c26b56c491772e933325a122dcfc3caa7cb86", "message": "5ab6efc0-2eae-11e5-a6f1-7831c1d44c14", "proba": 9.442505870538298e-07} {"commit": "7e99b0a3cbe8c8b897afb0a51d28b263dd0cf643", "message": "6fb2d740-2eae-11e5-916b-7831c1d44c14", "proba": 1.982728008442791e-06} {"commit": "f91c7a9c316a683f9fb057ba4a54e4c4fe6b0b27", "message": "bee201b0-2eae-11e5-881d-7831c1d44c14", "proba": 3.299983973192866e-06} {"commit": "22307739d2dcacfb80680c95fd5edc13d15e12ef", "message": "a8946299-2eae-11e5-a57a-7831c1d44c14", "proba": 8.516961429450021e-07} {"commit": "61881351e27a5ec25440ce7feb789f6ee9087c4f", "message": "6cbe4507-2eae-11e5-86fb-7831c1d44c14", "proba": 1.069859649760474e-06} {"commit": "baed34b24c3e9d8ed90e529115b4a37187c64388", "message": "Updated from Brython Server: 9/8/2015 2:33:40 PM", "proba": 1.101988829077527e-07} {"commit": "0b5e8f422d2abcc4dc206c8520f87b3555efd058", "message": "Name subrings after their parent hashring's distributor.\n\n * MOVE logic for parsing filternames from the \"unique string\" in method\n FilteredBridgeSplitter.addRing() to new method\n FilteredBridgeSplitter.extractFilterNames().\n * ADD a FilteredBridgeSplitter.distributorName attribute which is set\n when Dist.Distributor.setDistributorName() is called.\n * REFACTOR FilteredBridgeSplitter.addRing() to use the new subring names.\n", "proba": 1.1681935774277008e-07} {"commit": "1cb052fc829f286ecc6f7ea5b230e2b5f37d2062", "message": "Fix the comparison to work more robustly.\n", "proba": 0.00014721696788910776} {"commit": "10b46d2c38b1e78d362478ffa59adcd0b0da6bc6", "message": "Fix settings saving on close\n", "proba": 6.753188017682987e-07} {"commit": "964aeb56652b3bcac19c6cfe000086bd37f64df3", "message": "minor bug fix\n", "proba": 4.360660739166633e-07} {"commit": "d8c94404f1b03dde37c9f1adf58952aadc46fc4b", "message": "fix lint err\n", "proba": 1.4646992894995492e-05} {"commit": "bf9eb356f85a296ec7053bfd9d1114496c81a9be", "message": "\u4fee\u590d\uff1a404 \u9875\u9762\u9519\u8bef\n", "proba": 3.448400093475357e-05} {"commit": "df11c3a4be6a97b881553a7b9d93ae685e78775f", "message": "Generate response with Werkzeug Response object\n\nThis gives us and our users a more pleasant interface for generating\ntheir HTTP responses.\n", "proba": 1.8332085005567933e-07} {"commit": "7c0bc798e382bcfe5aa20a65856feb5eb72d34e9", "message": "Make _Operations detach raise a NotImplementedError\n", "proba": 0.0013346881605684757} {"commit": "468a773e30e185bcf5821bc9053f029a365816e3", "message": "remove weird wtf form, bc of issues\n", "proba": 1.357653189870689e-07} {"commit": "c5b957e7d53ea091eea6f7378d997c2ba217797d", "message": "[Server side] fix for time zone issue on saving changes to music program\n", "proba": 1.450336810648878e-07} {"commit": "3fe3189c0183920ef6564b6a4fbfd0c34dc59b44", "message": "added a roxfact.\n", "proba": 1.2452990461042646e-07} {"commit": "4fd99a9aaeb4b2e94bffbb649f0534d4ca7b58bc", "message": "[FIX] qweb: wrong profiling result because the calls are not ordered\n", "proba": 4.431752529399091e-07} {"commit": "6f953c189a0e090521e8ddb78e558aca24737960", "message": "[FIX]Improve Code\n\nbzr revid: vja@tinyerp.com-20130515105846-zkflow45bsbhe3ym", "proba": 2.2556032774900814e-07} {"commit": "81e6449e57269e9bfc9e0acdbff19f6657adef74", "message": "[IMP] res_partner regex: added more support to the name.\n\nbzr revid: tde@openerp.com-20120719150725-sas4xjbj492hv3pb", "proba": 5.647361263072526e-07} {"commit": "372f610cc5841b744222c6a4b27b16317147d62d", "message": "[FIX]:increase the size of function field 64-->128 for long function names\n\nlp bug: https://launchpad.net/bugs/885582 fixed\n\nbzr revid: nch@tinyerp.com-20111114113535-heb33fyrsct2g1dv", "proba": 7.552543479505403e-07} {"commit": "b9431f92876799216c8ead9f4998a92f1aac0620", "message": "remove old 2-tuple return from httpclient (whoops)\n", "proba": 2.425995546673221e-07} {"commit": "19dca744898130a390a0b8d536247effcd2a085d", "message": "Back to using .rlzs_assoc\n\n\nFormer-commit-id: 76803b896eb1aeb4b4c7f3ca6bf0f4ab284e3818 [formerly e3c64198dc8cc5f88d30ba03bd83a4622cfdda67]\nFormer-commit-id: 44ac045e29d9bb76a00feb71df1948bcfa6bc065", "proba": 9.60396278060216e-07} {"commit": "a7a9f0d349726b528b7485d200b841ae43288120", "message": "Added a comment [skip CI]\n", "proba": 1.0967487185098435e-07} {"commit": "cad76aa3c214b73f361e9ac1f609a90ef86cf8ae", "message": "Storing the investigation_time\n\n\nFormer-commit-id: 1398d8cbe2b7f50e41eeb2953b6d76c0376c2d46", "proba": 0.9994885921478271} {"commit": "093f6dd8d0297cecbed7fa4e105ad9e00436574e", "message": "rename self.log > self.logger\n", "proba": 9.599058103049174e-06} {"commit": "ba85a291fd22095815be2806ae8cae8377e15dc8", "message": "Fixed test\n", "proba": 7.068065883686359e-07} {"commit": "82a30cac0ac392883da817429d3cac80ac1fc4df", "message": "Fix broken test\n", "proba": 0.00025513264699839056} {"commit": "4335bc1dfcbc7a4f7048f8d73efd09146b920fd1", "message": "Fix\n\n\nFormer-commit-id: 7e7ef476af87ae373e06b52055945a184e2b4103 [formerly e3d58699f9ff203af6c8a3bb482f1710895f9c6f]\nFormer-commit-id: aabbd8231b328b0179d8b1ea36f387c54c56b478", "proba": 0.9988588094711304} {"commit": "6813f3eb173aa3664b12f4dcca6ff8cf39bc4a1d", "message": "moving media files into static\n", "proba": 1.7975330592889804e-06} {"commit": "40ca55229662382298c73aef148d69bb0897ea4f", "message": "Better error checking when parsing a source model in NRML/0.5\n", "proba": 1.851297497523774e-07} {"commit": "c78995d876dcfe8de34bc70a6f450fcd4f2fec9c", "message": "[skip hazardlib]\n\n\nFormer-commit-id: 8478ddd62e853fae1144301a5efa0906df9e787f", "proba": 2.8073793600924546e-07} {"commit": "d9af62779bbcc8a608a7601a8ea73140ac45ba47", "message": "Bug fixes\n", "proba": 6.413791311388195e-07} {"commit": "c46ee0665a634e09645baf2d8ce671781ed755d4", "message": "breaking all the things...\n", "proba": 1.33606576468992e-07} {"commit": "d858681967c2351d6c5588bb5a92631d03f396d1", "message": "restore unyt_dask_array __array_function__\n", "proba": 1.22905896660086e-06} {"commit": "ce91522623b5205b93c69a136158de88764e5c27", "message": "Mapping update\n", "proba": 5.024894562666304e-07} {"commit": "f962711880f6f140db63dfc893ce56992f9bba9a", "message": "updates to installer_template\n", "proba": 3.0204898848751327e-07} {"commit": "d569c5106a0c916e6d0cb87519fe6a58cf62915f", "message": "Decoding boot reason.\n", "proba": 3.349492487814132e-07} {"commit": "82389fabf58648744dd64d45d792bf98b2867f65", "message": "version update since many changes has applied\n", "proba": 1.324880969377773e-07} {"commit": "f8103f9c7dfc35b4198e951a1789cae534c8b1db", "message": "Misleading exception raised during batch scaling (#1973)\n\n* Misleading exception raised during batch scaling\r\n\r\nUse batch_size from `model.hparams.batch_size` instead of `model.batch_size`\r\n\r\n* Improvements considering #1896\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Adrian W\u00e4lchli <5b4e4cffa129a3d56e8f9fb9c37adfa57835aadb@gmail.com>\r\nCo-authored-by: Rohit Gupta \r\nCo-authored-by: Jirka Borovec ", "proba": 1.9715379551143997e-07} {"commit": "b73985831b4e77c14954a56656bb6501a89e0263", "message": "remove: cnt_scaling at MSE loss\n", "proba": 7.158062658163544e-07} {"commit": "d843d8d89a6b4aa562f5c644927c427ad2cc73bb", "message": "paga set title (addressing https://github.com/theislab/cellrank/issues/25)\n", "proba": 1.2787452874363225e-07} {"commit": "eea06930354a607ca28d97b533c8722c4c473423", "message": "_ENVIRONMENT_VAR_JOB_ID constant\n", "proba": 0.9996080994606018} {"commit": "fbb76df94cb5b627d29e754ccd91154c5fea7c71", "message": "get_current_job_file_output, return absolute path\n", "proba": 0.0010965424589812756} {"commit": "a1baa835f3c8caa450794c345c44ac1ec5311715", "message": "start\n", "proba": 1.4154517884890083e-05} {"commit": "633286fb3a5b64d42223c3a00b7d8a21b804e8ad", "message": "Generate valid links in the Index (still link to the wrong place)\n", "proba": 0.0011948061874136329} {"commit": "a22d481df29238006174b903a8222eaa090b800f", "message": "Minor pep8 fixes.\n", "proba": 1.1718780257297112e-07} {"commit": "63fc1bb490d4a5fe397fe5546b3720b6d4ee007b", "message": "added temp version of targeted MD\n", "proba": 1.670786389240675e-07} {"commit": "bbeb430e9d3fa1e0d59065b8874208296556ac2d", "message": "Make the metadata parameter to loadPlugins optional\n\nThis makes it possible to just call loadPlugins() and load all known\nplugins.\n", "proba": 1.1192892657163611e-07} {"commit": "270208bffcbf45745f94a4e75413f95f8ca5d8e5", "message": "Automatically generated documentation\n", "proba": 3.265697898768849e-07} {"commit": "63100e7fa11a4af54767a9bb41358374998b8b04", "message": "Updates to SEO metric \"unlogger\"\n", "proba": 1.3728893577535928e-07} {"commit": "4bfd4b7d4e9d82866f0f10901a3528876489fd83", "message": "add small docs for _iter_loci function\n", "proba": 3.3323573234156356e-07} {"commit": "862af8301b3fbf9a4d1234c30fe5c16e9eaba785", "message": "Added plotting preview\n", "proba": 2.0278999102174566e-07} {"commit": "54a419aad40957769db926b8ef4231abe92b344c", "message": "Adding charts dir\n", "proba": 4.237766120240849e-07} {"commit": "adcf8388894914ac25a380828daefc0499198ecf", "message": "spellstrings: Add support for (uppercase ); TODO lower+pass\n", "proba": 1.9325480025145225e-05} {"commit": "c47d437727bb506ebdcb85c60cdad787122d908f", "message": "Add ability to reinsert deleted records into tables (#6)\n\nThis is done on a best effort basis and may fail due to constraint violations. It follows that dumping to CSV is the more reliable way to get *all* records (i.e. recovered and extant records) out into a parsable format.", "proba": 1.081325962104529e-07} {"commit": "bb0a35f32c700130da25b108e9f71d056d987574", "message": "Raise art_error in fadesprite\n", "proba": 4.041687589051435e-06} {"commit": "9380531c813f0b8d5ccc8f1d725ccd43657ad83b", "message": "Linting\n", "proba": 1.97951612790348e-06} {"commit": "0ab697311105adb05ca01959ee85345dbb14ef4f", "message": "Minor fixes to triggering config writes\n\n- Should use signals.trigger_write_config.send(request) from view pages\n to avoid blocking a web request\n- POSTing to our target endpoint should queue a write to each prometheus\n server instead of writing to the web node\n", "proba": 1.9136230378080654e-07} {"commit": "7a531e9c900feda0c57fc81bb7174a11563a5b28", "message": "fix header struct error\n\nheader struct was not packing correctly as session ID was\nset to None by default. Instead set default value to 0 so\nthat integer can be converted.\n", "proba": 1.2186521303192421e-07} {"commit": "76e97341e01b5d2fa0e1918d702881a79e0c4b78", "message": "Override event for ws_button to have altered rpos which works with try_bottom setting (can click court record on single screen view)\n", "proba": 1.0346798262617085e-07} {"commit": "66db181dbc2fc1253300844bfdae4884c688b945", "message": "Issue #138: Fixed python < 3.6 flake8 issue\n", "proba": 1.21511845918576e-07} {"commit": "fa6fff4b87865c93dcdc3c33de7e109f512d2edf", "message": "Added ordering of search results to the senate search.\n", "proba": 1.0861629817782159e-07} {"commit": "208401ff55f98009d817980becfd0c1f3dc82e89", "message": "Fixed focus code.\n", "proba": 1.451950453201789e-07} {"commit": "6e558be4ac9b525bc69754154549f99ba545cc4a", "message": "upload code for data processes, needs specific resource info filled in\n", "proba": 1.0963911023509354e-07} {"commit": "e63dd5a591da2e1562a0dae0e783b9773763b851", "message": "added proper get '/' parsing\n", "proba": 2.925797616626369e-06} {"commit": "0431957ec469a86270ee77de45aeddb4a93edff9", "message": "use SQL 'in' for repeated query params\n", "proba": 4.677418928622501e-06} {"commit": "8cd2520e8a89eef471c5f933b9665ad8d7af5725", "message": "Small optimization to Hamming distance\n\nIf we have a criterium for the number of mismatches, take that\ninto account when calculating the Hamming distance so that it\nstops whenever it exceeds that number.\n", "proba": 1.24299248227544e-07} {"commit": "8473dd9ffa84d995283d06af753d9628674343a3", "message": "Fixed delete_data_process() method\n", "proba": 2.60965271081659e-06} {"commit": "0601c30c74f68889693acd86f0ac2b01c238d574", "message": "Path mistake\n", "proba": 3.563677410056698e-06} {"commit": "c26b76650f12b0af5355184e51836c139ae4018c", "message": "Added some more logs in the FDMBuilder class\n", "proba": 1.330449492797925e-07} {"commit": "5450478bd55ec7b1a3b925f0bb68cd9a397798dd", "message": "union is a full class, not a named tuple\n", "proba": 0.00033512129448354244} {"commit": "848ad61953a6bdc52b9d1969e746f9d4365f4eb9", "message": "flake8 issue fixed\n", "proba": 1.4478492005309818e-07} {"commit": "03f6da5800ce8f3fb8d8a904611820bee1780166", "message": "evaluate sizes helper functions encapsulated\n", "proba": 2.987319476233097e-07} {"commit": "e343d6f91de532305af021ba792ab154dddd747a", "message": "Added debug logging message for staticmethod calls\n", "proba": 1.538284806201773e-07} {"commit": "2adbdbbb09c00c3eb2ae6355d26db0ff6dcd781f", "message": "Fix clock generator, simpler interface\n", "proba": 5.171473844711727e-07} {"commit": "6164628a90a03bf7a50a70f377fd05303c3987da", "message": "Improve admin readability. Food for future rewrite.\n", "proba": 1.459619625165942e-07} {"commit": "3eaa87431c538e0a5ca39983486c5b29ef9417a8", "message": "Removed clockwise rotation warning.\n", "proba": 1.4404507453491533e-07} {"commit": "fadaffb8c2244b791465969143965ed9c269f85d", "message": "Update admin.py\n\npython 3 support if fixed", "proba": 4.3165047713955573e-07} {"commit": "e2fd59eafebc5174dde7faaab37671cd44eb0718", "message": "MAINT: Change start page\n", "proba": 5.905670263928187e-07} {"commit": "a523b7c37660ef358a81f00067a56951e5c1e774", "message": "Refactored lrem matrix computation\n", "proba": 6.892669830449449e-07} {"commit": "6b3e100947534583beb3235de1b17d0b595fd93a", "message": "Fix unexpected record-adding behavior in Surface ETL\n", "proba": 1.6485484593431465e-05} {"commit": "1ad4732bc6806d4ffb782ee1afe64daca47a0b6a", "message": "404 if a query does not exist\n", "proba": 9.662652701081242e-06} {"commit": "d95c7684cba32fc8d9685eab54121f442a82266d", "message": "more compact system placement\n", "proba": 1.6261074620160798e-07} {"commit": "c268ccc2162c6c79d6ca6b9f7fe31f2ad6427938", "message": "Create has_changed_day() to reduce process() length\n", "proba": 3.6480828384810593e-06} {"commit": "73373b669a7940ae42de0f70c6b69f570963c4b1", "message": "Added DefaultPattern class\n", "proba": 2.3518376224274107e-07} {"commit": "dec68a8072d8f7cacc045dc88ae2d4737b7b020c", "message": "Update bottlespin.py", "proba": 4.507414530507958e-07} {"commit": "602cd7d5c8ef4ce57907ce068b6e3950df51a129", "message": "Fix error in doc example\n", "proba": 2.8784852474927902e-06} {"commit": "6c6bd25ff3f434cda6be0c33d4234f5e53e06227", "message": "Bug fixes and cleanups\n", "proba": 1.6668680302700523e-07} {"commit": "58ba9b0de4cac637d4ed9d7aac593a046a12153b", "message": "\u53bb\u9664\u4e86\u672b\u5c3e\u7684\u7a7a\u884c", "proba": 5.999609129503369e-07} {"commit": "c22151e75479638face70ed421c44bb83933851b", "message": "\u4fee\u6539My\u5bf9\u8c61\u9519\u8bef\u7684\u5c5e\u6027", "proba": 3.1972101623978233e-06} {"commit": "419576ab4e4c908c403b4dc10d10a39672ea6361", "message": "https!\n", "proba": 5.122233233123552e-07} {"commit": "96a6c5d145ff23c0048d0a24429783ac97e77986", "message": "minor improvements to the example_csv_to_kml script\n", "proba": 2.894518047469319e-07} {"commit": "8826e957238f0d1dc6be6258817c74be18218445", "message": "Fix queue creation for names other than 'default'\n", "proba": 4.4360950823829626e-07} {"commit": "b8f158f72bab17f0d8b6ffee2563fefb5356dce9", "message": "Workflow meta table and changes to decorators. Workflow config parameters like reset on end come into workflow meta table.\n", "proba": 1.0325703669877839e-07} {"commit": "4ce91a53fefae2b692c80d8592099557f1c119c2", "message": "some more work ont the command line client (mainly added status)\n", "proba": 1.020147450958575e-07} {"commit": "6bc22632d5a8679a70db42522d7609223010b1b9", "message": "add doc strings and function to get log x-axis binning\n", "proba": 1.92253310160595e-07} {"commit": "ad2f587c90aa55bd2cc4ad8d1d39309ef56c6794", "message": "Interim checkin\n", "proba": 3.0296004638330487e-07} {"commit": "deab1f347ce022863f5c9a9fd4f14d9dae1e0974", "message": "Fix HTTP headers\n", "proba": 0.9998179078102112} {"commit": "9a3a668330d8200524705603e2c9ec53f028ebe5", "message": "Removing more stuff.\n", "proba": 1.3321914593689144e-07} {"commit": "b44174d29088cb5a8ec18b5b0b48145449e5d6b7", "message": "Fix another comprehension\n", "proba": 0.9999991655349731} {"commit": "e84249e3d53f1d16aa4c6eb64ac8de728bc9c033", "message": "Handle the lava-health check inside an atomic check\n\nQueries in exception handlers in migrations need to\nisolate the query to ensure a correct rollback.\n\nChange-Id: Id34b5ba44933cd2b33a3bd193d5efb80e2f37b71\n", "proba": 0.00013095035683363676} {"commit": "73d827186a0146038af704c2b0374ffbe0261463", "message": "Fix style\n", "proba": 9.497270525571366e-07} {"commit": "4673a84c797fd5cae3f06048d8a500e38ff48872", "message": "Add rust nightly install to rust packages and skip it by default\n\nSince Cargo 'install-upgrade' requires rust nightly, install rust\nnightly as part of rust packages so that setup is self-contained.\nDisable by default since I don't want to update rust nightly normally.\n", "proba": 1.2733553944599407e-07} {"commit": "de4ec85a15c753920c2dd88e5ac30a184bac1689", "message": "Fix keyword name for Py3.8\n", "proba": 0.00010902615758823231} {"commit": "be7240711ca207290b3ebf7c88b493f9f0822799", "message": "Fix eauth track (made a list preperatory for external eauth data)\n", "proba": 1.1645206399180097e-07} {"commit": "84ec36a00daad63c49b0377f6d35f34a17d49aa1", "message": "Add rm_host to the hosts module\n", "proba": 5.886597023163631e-07} {"commit": "e0d3c25cd3cc75a89fbac90c5db1fb3342161822", "message": "deduplicate unmatched lines as well\n", "proba": 8.644044282846153e-05} {"commit": "d9b05810b8938fdde51514e9e2bc8f250784534a", "message": "Re-implemented ipset.check to support larger subnets.\n\nsee: https://github.com/saltstack/salt/issues/35149\n", "proba": 3.937223027605796e-07} {"commit": "c0fd1bef7cd0e4352c6afe2f69b63bcc37056def", "message": "postgresql_info: removed deprecated checks, added doc strings (#57005)\n\n", "proba": 1.0509055670127054e-07} {"commit": "39b52a43310a5174e1896bd3860acf368bfd7ac2", "message": "Handle non-string standard_name_vocubulary global attribute\n", "proba": 7.775305130053312e-05} {"commit": "82c9e3ac68da00603ef9bbf021eaf7677b9ac2d9", "message": "Fix bad option handling for FreeBSD pkgng and pkg.install fromrepo\n", "proba": 2.3255974213043373e-07} {"commit": "d1820abcb6cd847d442065d25f9aeacc8dd44ad7", "message": "stricter exception catch", "proba": 6.081177730266063e-07} {"commit": "4ef9ec98ca43c9a9bfb3c1faf78c059c7a77acac", "message": "Update youtube_utils.py", "proba": 1.4395678817891167e-06} {"commit": "4c1fe353fd2cf069897e6818bf242bebea109fcd", "message": "Suppress flake8 warnings on cf.py imports of numbered versions\n", "proba": 1.2622695066966116e-07} {"commit": "4d110bf2e11bb7c4c975539a8c3e0c1ebc9ee2b7", "message": "Show example of a state callback class in the API example.\n", "proba": 1.0596126287509833e-07} {"commit": "98c581385e72861abbc3e399238cd7ea46dc81be", "message": "pylint fix for quote rbenv mod\n", "proba": 1.6081683895663446e-07} {"commit": "97bc178a13850e06a11c903ef2969b263c3a1110", "message": "adding two more attributes for defining unique hash for cache file\n", "proba": 1.6040849004639313e-07} {"commit": "ceeb26322ddd7df8c2ca47bb711b71b763299327", "message": "Small changes to make python script work more often.\n", "proba": 1.0990501664309704e-07} {"commit": "866a108c1623f3e4a506e38d7667345ba9f0c237", "message": "updated based on \"black\" check\n", "proba": 4.6125538233354746e-07} {"commit": "d43446ff89468a03bf5716db3a50d9ce0862a67b", "message": "salt/modules/rsync.py: remove raw string formatting\n", "proba": 1.6509634406247642e-06} {"commit": "a0dca5dc8939f2b42aa90c2410285c220cde9427", "message": "flixster inserter: handle different kind of no movies in search result\n", "proba": 3.011366516147973e-07} {"commit": "24d8804977a371d1bcefbc11a8d42ffc4498f8ee", "message": "adding new m_pix calculation for amici\n", "proba": 2.253702433563376e-07} {"commit": "cfd0d0268e666598b7c0613c0c408c41142f981b", "message": "Implement translation route with request echo\n", "proba": 1.0302701412001625e-06} {"commit": "e7470f6c88fb46df59888a3767edb87cc5881e8a", "message": "improve regression test parsing\n\ngit-svn-id: 4f0141143c3c635d33f1b9f02fcb2b6c73e45c89@9809 a83610d8-ad2a-0410-a6ab-fc0612d85776\n", "proba": 0.00020618661073967814} {"commit": "96fa8a1cf85c44f02619d8d98ce6a3032fed4fae", "message": "add comment.\n", "proba": 1.3915905583417043e-07} {"commit": "0ea9556f638debfdcd2f799959c5f23be212a7e5", "message": "models.py:\n- cover the case where a duplicate file is found, before raising ValidationError delete the temp file\n", "proba": 1.6289571647121193e-07} {"commit": "b72af894539ca50d08fa1fa78a5c394fa246323d", "message": "Fix a harmless (but silly) cut-and-paste artifact\n", "proba": 0.9993370175361633} {"commit": "022bc82b2d1facd42bd3eb4c1688b7b1e55d8f7a", "message": "\u7535\u8111\u771f\u7684\u771f\u7684\u8dd1\u4e0d\u52a8\uff0c\u54ed\u4e86\n", "proba": 2.3787411862485897e-07} {"commit": "caf6339d8717652f5961d865ae0f2c21e4a90b76", "message": "tukey test\n", "proba": 7.360793574662239e-07} {"commit": "59351c1878bbef1c67155d936a599851ca27b57e", "message": "Removed unneeded boolean and condition\n", "proba": 9.741945632413263e-07} {"commit": "d3d1f29a915adbef6be23296159a28534688c9c4", "message": "Call list on page of modm objects\n\nSigned-off-by: Chris Wisecarver <5fccdd17c1f7bcc7e393d2cb5e2fad37705ca69f@cos.io>\n", "proba": 1.1539122368731114e-07} {"commit": "7e944ab401d039be59d53aa647068bb8c12d91a6", "message": "lint system\\info\n", "proba": 3.3437413549108896e-07} {"commit": "f55b1e379a8bd02cd8656f2948f7cff33705b318", "message": "Update Dice_Probability.py", "proba": 6.567648824784555e-07} {"commit": "d15fe345d5f0473b074e98d8c1aec813ca9d4c76", "message": "Regression suites don't specify a series correctly. For each logically independent series specify a series name. In the future we'll need to graph multiple series together anyways.\n", "proba": 1.2195415877158666e-07} {"commit": "73a4c5bf5f011bb5d73d8e285568ec7d30e67a84", "message": "Handle actual_range case where all data values masked by skipping data check\n", "proba": 6.981031788200198e-07} {"commit": "a6ddb0a3827f549d0499b0a6391ac97abde440b0", "message": "py3 state module\n", "proba": 5.340332904779643e-07} {"commit": "26a6c87989ccdaf099846694ce36ba429d6f58d8", "message": "Fixed bugs with return statements.\n", "proba": 1.268809626253642e-07} {"commit": "965bee09145f0352978bf892a265596262b7c1d0", "message": "Fix plugin_replacement.py interaction with plugins.xml\n\n- Only retrieve creation dates and replacements for plugins\n that were created in the build\n- Do not try to retrieve plugins with empty hash\n", "proba": 1.2704806806596025e-07} {"commit": "c86288645acd83ff5ffdcc50a3eec16f9eb0e3e3", "message": "move Pile._contents_modified into class for easier overriding\n\n--HG--\nbranch : feature-containers\n", "proba": 3.531785637278517e-07} {"commit": "61e9dbf6d8ff6a0fea8c0da0902185efcdf7e338", "message": "Fix analyzer\n", "proba": 1.0607891454128549e-06} {"commit": "53dcc4f93bdf1979d2d879b977528246d7e73346", "message": "Drop gram_ce_hosts from rsv.py (SOFTWARE-2726)\n", "proba": 1.1376943120922078e-07} {"commit": "dad4b80aa70bd80c46137a988034c585d8ce699a", "message": "Don't try to download deleted files.\n", "proba": 1.2891494804989634e-07} {"commit": "e35704803f342cb3f3420779ece048a6d0006932", "message": "don't require, let the pip/conda manage this\n", "proba": 1.8515940780616802e-07} {"commit": "8929bb181303ff65cfc78cfb33714a2e0509dc3c", "message": "better deprecation for plot_pseudosection\n", "proba": 3.9965966607269365e-06} {"commit": "cb17e1a9ec5263189837abaeac650291a6e5893e", "message": "which_bin requires an Iterable collection\n\nSince we only need to make sure that a single binary exists, we are able\nto use which() instead.\n\nFixes #21671\n", "proba": 3.138755459985987e-07} {"commit": "28e1929aff1bcc03fa9a31e455bd7f9ac8fe252d", "message": "[closes #104] sysmonitor now validates the OS\n\nsysmonitor.py now validates that it is running on an operating system that is supports its functionality.\n", "proba": 1.0832168584329338e-07} {"commit": "30d2be0a4b9820c0ec8eaec943ff9e8137971de0", "message": "Fixed Radius(Population) script.\n", "proba": 1.1742810812620519e-07} {"commit": "ada1830963cc79e8584d7a28ec5f23e6b5fcee0b", "message": "fix urls\n", "proba": 0.005145085044205189} {"commit": "3ef025d3da6d6ac4d1ba5206ffa725edfd88c898", "message": "Moving the assertion to where it should be.\n", "proba": 1.0570874110271689e-05} {"commit": "ee9de0beec3246d6078f030a724c448e586c2ff7", "message": "Moved checking for existance of previous image to before aiaprep (help solve mem leak in aiaprep)\n", "proba": 1.062804670937112e-07} {"commit": "5dfb48fbde1fc4a3df39edfede20e42bd16a8057", "message": "Add dataset location to text format\n", "proba": 4.528052159002982e-05} {"commit": "edc0d967228701a719a5f2ad65ca6288958edc05", "message": "Initial xrun commit\n", "proba": 2.020078682107851e-07} {"commit": "17fded63f9dba691d517f5c6952344d87d6338bf", "message": "scan-view: Add header and \"report bug\" links to report pages.\n\n\ngit-svn-id: ffe668792ed300d6c2daa1f6eba2e0aa28d7ec6c@56470 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 3.2419454782939283e-06} {"commit": "0db45b1f8966dfd5485ec58c455547f26a6b9a12", "message": "fixed interface main menu\n", "proba": 5.797323865408543e-07} {"commit": "eb2d0ba22e4fbfd9345927a2782420b262ade94c", "message": "\n\nRemoved the file rules.py ", "proba": 1.2457720004022121e-05} {"commit": "725ecae2b94cda92580ab3605ec4de2e2b99cebb", "message": "Always display progress on Cloud info page\n", "proba": 1.224527181875601e-07} {"commit": "ac740adacbd34bcd230d3972c6c20c3af43cd982", "message": "Improve module state documentation\n", "proba": 6.92759044795821e-07} {"commit": "8b286bd40678ccecb56b03835bc17d9e4d1f0a7a", "message": "Adds __setitem__ and __getitem__\n", "proba": 5.757796770922141e-06} {"commit": "58e973ada76c031ed8e6007c95d7f5685fdc6f86", "message": "Update youcompleteme for new working env\n", "proba": 1.3109162466662383e-07} {"commit": "01e78d7ed9bb04068039bab2cbf156a1e3c771b7", "message": "No agreement api for unauthenticated users\n\nwith @tiltec\n", "proba": 1.2614884781214641e-07} {"commit": "1f7a8aae27935b8621006ec932692f2cdd115e24", "message": "Fix bad query param\n", "proba": 0.0011606031330302358} {"commit": "02b825ec3ce2c4c829dac5b8158d7f50a61c8a65", "message": "expose error in tests\n\nError Message\nobject of type 'NoneType' has no len()\nStacktrace\nTraceback (most recent call last):\n File \"/tmp/kitchen/testing/tests/unit/utils/test_network.py\", line 225, in test_parse_host_port\n host, port = network.parse_host_port(host_port)\n File \"/tmp/kitchen/testing/salt/utils/network.py\", line 1957, in parse_host_port\n raise _e_\nTypeError: object of type 'NoneType' has no len()\n", "proba": 0.000615012482739985} {"commit": "efb604926ce10b499ec1db33ac01be40297ef820", "message": "Connections from a sheet from one neuron. Lateral connection ovals can be selected and their properties obtained. Labels highlight when their object is selected and they sit (right justified) on the left of their object.\n\n", "proba": 1.018862079149585e-07} {"commit": "ef1fa9be8747292438948cbcb22482f0c3e6202d", "message": "Delete .ycm_extra_conf.py", "proba": 9.068377039511688e-06} {"commit": "6481221b5173f77c3482402435ddf62880fa9bbb", "message": "Don't display job if mother or father is dead\n", "proba": 6.752821718691848e-06} {"commit": "6224174be6936af0b7b425a126e76153fe12dde5", "message": "fixed bugs when writing to handlerConfigFile, finished\n", "proba": 1.398552740283776e-07} {"commit": "a7df51e82cd32d9aa3e168a51a264a76d69f0067", "message": "Fixed testEventErr.\n\nsvn path=/trunk/libavg/; revision=9285\n", "proba": 0.0002987175830639899} {"commit": "838cdf68bd9fad78722edccc0834ce4eaf730211", "message": "Add print statement to pass scenario 'Exit gracefully if malformed message is received\n' in new spec.\n", "proba": 1.4969278083754034e-07} {"commit": "91486484fad2b3b5193456fcb5f54b7c60d674df", "message": "Complete what was done in d60c9d01b6d68a3345d0061c9b57582f39fab08a\n", "proba": 0.9999035596847534} {"commit": "71aa43ac8e2c0692b50b7a2803ac61015a489e86", "message": "TODO: write of run log", "proba": 3.0756842761547887e-07} {"commit": "f2976c429730c983c95f588d92f9d94468ebf284", "message": "update ycm files for new directory structure\n", "proba": 1.7908891436491103e-07} {"commit": "8e2394e01d055683bfb06c7dfd89ddcf749c1b15", "message": "Fixed syntax error in tests.\n\nsvn path=/trunk/libavg/; revision=5014\n", "proba": 0.00024623190984129906} {"commit": "26344f659117af2999948c1f50f8c544851e8912", "message": "always display rule number as hex\n", "proba": 2.979056944241165e-06} {"commit": "cc89d542cd162437db25201d728a353b79e759fd", "message": "Revert \"salt-ssh still only supports glob, take out the extra target options\"\n\nThis reverts commit cf9b241e945654ee85abe72d173028e889b58b6f.\n", "proba": 1.1665614607636599e-07} {"commit": "a5eefe0ceb09753312b7dab8725fb1b7e94c394e", "message": "Improving admin and fixing tests.\n", "proba": 1.210385676131409e-07} {"commit": "a70176aee4cfd3c8aeb568de4db6587149f09e20", "message": "Bump version for release\n", "proba": 2.0316592497238162e-07} {"commit": "b864e394e5aba089fb8f20037c5b1cae2b3036d9", "message": "flow sql add 0.32\n", "proba": 2.760935558399069e-06} {"commit": "0f9635fbe5e7a53f49b0a29e986a51d757a76b15", "message": "Add only_if parameter to require_login_api; fix X-Linkr-Key auth in optional_login_api\n", "proba": 1.6015352457543486e-06} {"commit": "ecc20766ea4a9599f0533a34b9f3303f24a255ef", "message": "Bugfix: 'setLim' stopped working with accidental switch of string comparison from '==' to 'is'.\n", "proba": 1.430535121471621e-07} {"commit": "e1bc3d36a9568bd6381ddb3dd48f1d35d4141de0", "message": "[FIX] refers to old module name\n", "proba": 1.3253312545202789e-06} {"commit": "c8e373132101e9c7fe8a16686032c4ccb93bb45a", "message": "Added template_name for pledge delete view.\n", "proba": 1.0688687979154565e-07} {"commit": "e28853ea27bed6a283e9997f4067171d907b437c", "message": "MAINT: improve line-styles in 'plot_core.py'\n", "proba": 4.361194896773668e-06} {"commit": "4f5e803a9c5eaefce065c405fc9a62e4f6bcde0d", "message": "1.2dev: fixed a failure of unit tests for `initenv --config=...` on Windows (refs #11333)\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@14217 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.4922925402061082e-06} {"commit": "95e4949a0e3ba8df073efeea14875e0026d02b79", "message": "Logging\n", "proba": 1.751088802848244e-06} {"commit": "cd361fc92f14c8559e7c5e7d2095f2640fabe17e", "message": "added tests for quicksort\n", "proba": 1.5219720239656453e-07} {"commit": "989d0a3d5646ea16daf94fac5624b83b1fceb219", "message": "In the backup method, the postgres backend shouldn't substitute a missing host by localhost, as this changes the connection mode from local to host, hence a possible change of authentication method.", "proba": 1.3057319847575855e-07} {"commit": "08c979ff1ca5868069355eb408fec806c1a64975", "message": "Use mysql user and password from args.\n", "proba": 1.1783847497781608e-07} {"commit": "721d8484c6dbd4121cd5f696479a81cf042dd5cb", "message": "fix errors not returned to user in GET object requests\n", "proba": 7.681010174565017e-07} {"commit": "14bad20351f61e9d8ff4679d1469b125e30e2172", "message": "Added specific PQ masking rather than always apply the default.[4~\n", "proba": 1.199185675204717e-07} {"commit": "b9ef5970d080184dc9f3a46f1bde2a57e809aa10", "message": "Exscript.Account: password defaults to empty string.\n", "proba": 1.4904733802723058e-07} {"commit": "3d197f650164a6a9cd7049fc4f9d146d3d0944ec", "message": "Delete button fixed for Cluster Templates.\n\nChange-Id: Ia03df31f48cbba88ef3542bb820af1aefd6aaed6\n", "proba": 1.670709389145486e-05} {"commit": "3162d0abdfac6298cf72b1c3f585597af6bdbb91", "message": "[skip ci] [skip lint] Use gh.get_rate_limit()\n\ngh.rate_limiting gives the rate limit from the last github call\nif there was one, but the remaining calls is depleted by external\nparties like travis-ci and appveyor during the last github call\nand the printing of the rate limit.\n\ngh.get_rate_limit() on the other hand makes a github API call\nwhich decreases the remaining number, but gives an accurate number\n", "proba": 3.4268723538843915e-05} {"commit": "012f9eb6873fb40c8a4d800e7a5a46fa326e3831", "message": "[buildkite] Fix jar upload directory (#18253)\n\n", "proba": 1.0350628087962832e-07} {"commit": "667f24a181b8c17492dce07755da844fbab2c638", "message": "remove debug\n", "proba": 1.5227618632707163e-06} {"commit": "dbc8525a2d1f7e4cbb156d71caf0e7ba8f4cfd91", "message": "removed printout of read_structure line\n", "proba": 4.501735304529575e-07} {"commit": "c9362207f94674f44d8b016f7ad7612fdb10ca59", "message": "replace Queue with Pipe for signalling, removing implicit background threads and hopefully resolve the NBSR deadlock for good\n", "proba": 1.2037872920700465e-07} {"commit": "1978264f6f71b5a5e7e75e56da95a8aa059f2f58", "message": "Revert \"[ntp] adding extra option to test\"\n\nThis reverts commit 4b2c57f4ba08409b4b6ba459fa8a3d23c5f6990c.\n", "proba": 1.3907360596476792e-07} {"commit": "1e6f026b848f4107a298346019d3b2a438410453", "message": "fix request url\n", "proba": 1.980486558750272e-06} {"commit": "ec102bf083932728bf754c683bfbf2ba552bae3a", "message": "Fixed issue with Configuration.http() not returning \"self\"\n", "proba": 1.1354484286130173e-07} {"commit": "93937a1e9ca3a7236b95f94dc8b230138c192eb8", "message": "Update timezone granulatiry\n", "proba": 5.913684049119183e-07} {"commit": "4f417beec391224ccabd655c8766379083cc94d7", "message": "Changed python env version\n", "proba": 3.5085980698568164e-07} {"commit": "be42605b021d705c71bc3f763acdb63ff1cdefa9", "message": "flake8\n", "proba": 2.8183080758026335e-07} {"commit": "e7620fee3b92829308f51a9c361eaa8d19d1ff97", "message": "Removing non-ascii character.\n", "proba": 5.4733147408114746e-05} {"commit": "a33af2580c05935764710e6e68c5706ae1fe3b0b", "message": "Add SIGKILL timeout to time_multi.py\n", "proba": 1.930904090841068e-06} {"commit": "0e78003c92fa5bb21ae09aa255664e0de7960ec9", "message": "removed my email from CLOSEDOMAIN_NOTIFY setting\n\n--HG--\nextra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40718\n", "proba": 9.99184749161941e-07} {"commit": "435416da98cedd8ed220962fdff93c83fc9f44e5", "message": "fix: OS description string\n", "proba": 0.9992853999137878} {"commit": "c55afe23f80969be2af905c79f0b3cb90d992896", "message": "refactor: removed flaky implicit joins\n", "proba": 2.4085768018267117e-05} {"commit": "1ef99672ce88aa36dbbd3c72d0237d666fc68d31", "message": "Add more tests\n", "proba": 1.5663137276078487e-07} {"commit": "5975012983672a619914bddee8fa1c09f25c1c81", "message": "Fix in db_query's extract tables\n", "proba": 1.001794316835003e-06} {"commit": "a63ac0e8fdb80b6acf5639ca95a2ab181b430d9a", "message": "node tag value should go in the text field\n", "proba": 8.416042760472919e-07} {"commit": "8a4915a244329f540bfaaa809e08858bf47bad77", "message": "Update Conda Tool\n", "proba": 2.533504641633044e-07} {"commit": "c329a2c1aff8395aaf7847500bb8521dedfca810", "message": "fix: add update_after_submit to actions while setting worflow state\n", "proba": 3.3632241525083373e-07} {"commit": "d5226e9ebed492a2c6c5200f1a0e1b171f4b9865", "message": "Update dikbv1.2-to-MP-plus-OA.py\n\nPartially addressing #43, fix mp:Data getting incorrectly assigned for mp:Method", "proba": 1.656415662409927e-07} {"commit": "79236ebead210d43330fde0181d53cd9b0c87f77", "message": "Improved error handling from MySQL client.\n", "proba": 1.1519089326839094e-07} {"commit": "ca497338db917d0846e312c4b0e881017477cba9", "message": "Switch to Circle's v1.1 API", "proba": 4.344074397977238e-07} {"commit": "ca25c078191fe3c6e0eeb2d26a6a793e6cf3ec37", "message": "Send snarls by relative path to work with Docker\n", "proba": 1.2977768903965625e-07} {"commit": "ea9db79d7c7e58504e0073cd970e216feb0654f2", "message": "style: Remove unused import", "proba": 6.557910410265322e-07} {"commit": "b5751be955235398dea8e087245ced0f758e0934", "message": "[breakdown] Loosen up some permissions\n\nLinks should be accessible to managers of the project.\n", "proba": 1.0362005298247823e-07} {"commit": "d68858f6ae1257334fb1855d637a0ced79235a07", "message": "update sparql output to handle nulls\n", "proba": 2.5138655246337294e-07} {"commit": "9cb4bde6e8b371d2aaa36eb99dac06161afab929", "message": "Update conda_smithy/lint_recipe.py\n\nCo-Authored-By: scopatz ", "proba": 1.1062787308446786e-07} {"commit": "428d9bed4d5e3b2017be7d0cd4297d0b9c65b744", "message": "small fixes in votes scraping\n", "proba": 1.4155162375573127e-07} {"commit": "27a55272136da70b5491747bf0f437a210a296d0", "message": "Add docstring for create_image_snapshot\n\nTurns out things aren't in the docs if we don't document them.\n\nChange-Id: Id1a829f677c8460a7e82c51641cd181a04ed17c7\n", "proba": 0.0001002133431029506} {"commit": "0acea225f4cf40e59ec64fdb56555fcf71f2fa5b", "message": "Update build_frbs.py", "proba": 8.459713853881112e-07} {"commit": "fac1d88c02282037e8f0c4d4cd1c33c40c7418cd", "message": "Update Tensorflow.py", "proba": 1.1819158771686489e-06} {"commit": "c093bcbdde6c2b13bca2f2b96643be547186c446", "message": "Update\n\nSigned-off-by: Abraham Arce <1dfe57b55ce8f50c56dfae5c09e251b17f16c0ac@gmail.com>\n", "proba": 1.159179987553216e-07} {"commit": "8d08eb3036922122fa294e60f4051a1cd1542162", "message": "Fix logica sldUrl\n", "proba": 0.9997119307518005} {"commit": "a442748e3a39764110e8f3e1d1565230509aa1bd", "message": "Optimise --info\n", "proba": 0.0001984311529668048} {"commit": "833c98e1149d883d0ebb5657e924c71ef58cbd63", "message": "tcprelay.py: decode remote_addr to fix extra b'' in logging on python 3\n", "proba": 1.1654927220661193e-05} {"commit": "81e21f079df519dcc2afd1b9caed8ce2f5fbea57", "message": "Add pattern attribute to price widget", "proba": 3.229341700716759e-07} {"commit": "5c384e6ef1fc1d50f68f1c1888d77509ac317732", "message": "Fix the dump reader for the new layout", "proba": 1.6706284213796607e-06} {"commit": "13c2f150126774a5cf5156364d5a1d17bb3d730a", "message": "Refactoring: avoids appending '\\n'\n", "proba": 0.005810901056975126} {"commit": "968035b1790bb04d409f73327f232997b267f670", "message": "Removed lingering print statement\n", "proba": 9.577877335686935e-07} {"commit": "cdb57a20f588d3655f7bbcedcf6591a93fa873d9", "message": "Add comment clarifying assumption about publisher\n", "proba": 1.05699314190133e-06} {"commit": "9b15ce91f480d18fea71eafc9acbc2779d920b7f", "message": "Change the template system\n", "proba": 1.3428260672299075e-06} {"commit": "9383a7b4a1a8658c809379c92041f03799b7a955", "message": "output daily wear in terms of hours (rather than days)\n", "proba": 0.9999512434005737} {"commit": "5ca3a5b5583a6ff96a6e5993498e854a27c4afeb", "message": "prova\n", "proba": 4.928432190354215e-06} {"commit": "d6798bdb2d14c0746cbe3e02bf962fe582492096", "message": "add local numpy import\n", "proba": 2.239421519334428e-06} {"commit": "fb904f5cb964ce585471e0ded2db3b6596251916", "message": "support `%matplotlib qt5`\n\njust needed the key, since `%gui qt5` already works", "proba": 2.0473594020131713e-07} {"commit": "4baa5c770e62cc157c38ce507e9b8170f09c753d", "message": "Suport switching cases not having CUPS\n", "proba": 5.416381441136764e-07} {"commit": "f6a25befb4c64044321f2a53975afb9c1c2e80cc", "message": "Fixed small bug with entry of None.\n", "proba": 1.0935090699604189e-07} {"commit": "bfb093d4264e510a4dfd8fcc4f1c74dbe8f0eb83", "message": "Added _close\n", "proba": 2.4614138283141074e-07} {"commit": "0337175cb314a66cb55184b6a504a53d59537f4a", "message": "Reduced the beam size for missioners\n", "proba": 3.1307465064855933e-07} {"commit": "e522bf8327420d852352180ebfc0f816f269f22e", "message": "fix: pass snapshot_millis to the main function (#8)\n\nCo-authored-by: Tim Swast \r\n", "proba": 1.7986667444347404e-07} {"commit": "8d884f6053d906814559ce1f3b20d05b648f896b", "message": "Fixed the actual line length issue.\n\nIt's late and I'm tired.\n", "proba": 0.0009739970555528998} {"commit": "4a587b9e476e013268df7485c5c6d601a8e1b06f", "message": "AMBARI-23421. solrDataManager.py: Add _version_ to exclude list by default\n", "proba": 1.0169812867388828e-06} {"commit": "e3dd92258c8f9a906e711bd08b0ad09a3bd8d80a", "message": "Increase MAX_ITERATIONS in allroots\n\nIt was failing sometimes. Example:\n\nexpr = 9*t**10 - 7*t**9 - 4*t**8 + 2*t**7 + 3*t**6 + 10*t**5 - t**4 + 10*t**3 - 4*t**2 + 9*t - 5\nallroots(expr, 10, 15)\n", "proba": 0.0028093408327549696} {"commit": "d176ad9e2a5b1203b9ea500ae26d1a5eb2ed15cb", "message": "Set a default phi in tape9sparse\n", "proba": 3.76349390762698e-07} {"commit": "6361ff73cb5954c3d6d84d4a3258086e4b07e658", "message": "Revert \"2014-10-04 at 8:29:43\"\n\nThis reverts commit 392ddc20000af92866dcb12c9e7778d63bb06798.\n", "proba": 1.10377477824386e-07} {"commit": "406958b79d7eadebf39949d675469bde5d4d1266", "message": "printing datetime\n", "proba": 7.298815489775734e-06} {"commit": "dd633b90f23e8a58727e398fb8ba11e141fe5a46", "message": "Fixed ?= paths\n", "proba": 6.094488981034374e-06} {"commit": "c2caa269b5993a7b7c704e26329cef7ab1c4794b", "message": "Fix sharing_groups admin\n", "proba": 2.2769175700432243e-07} {"commit": "367bd825d5b642acd3a965ea7ca50be33ff4cd15", "message": "Somewhat working tracker via RSSI signal\n\nNot ideal. Tends to trend to one side or the other. Narrowing the range of movement helped. May need to randomize initial direction?", "proba": 1.0027734020923162e-07} {"commit": "bd350b499ccddb51db57809ec57d8605eac8010a", "message": "Add Markdown TOC extension\n", "proba": 3.4840971352423367e-07} {"commit": "ba59e4691b99aa86d9f9a203f1b66fe7b321071c", "message": "force\n", "proba": 8.426833664998412e-05} {"commit": "9f783edc4dbf84af4d0f952f8a2c46f687ea6ec7", "message": "Fix stack overflow in TLSMultiFactory\n\nFix by Likai Liu\n", "proba": 1.7848093136763055e-07} {"commit": "d0ff46c25220e4e7b0b0d0dbbe29e6d5a03f385e", "message": "Temp fix on keyerror when remindlist.\n", "proba": 1.1573176550427888e-07} {"commit": "094a4dae5635cd476d9b6335a279b869d3efed22", "message": "add bspline import\n", "proba": 3.43367503319314e-07} {"commit": "9eb039dc69ab9fe8e00d0d0cd071a54c09f98828", "message": "fix quadratic node_name lookup\n", "proba": 4.6058339648880064e-05} {"commit": "08d3de6409e42d322da94055e60357e2cef910f8", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "eccfeb3dff74664da64416ca4001b09438d8f997", "message": "Update version.py\n\nForgot to change the version number on 0.9.4 release...", "proba": 1.0474935407955854e-07} {"commit": "670ae854f313f40a0a7855878ff20fe25c5d1ff1", "message": "First Draft of Surface operation.\n\n-uses ocl waterline\n-uses ocl dropcutter\n", "proba": 5.9006088122259825e-06} {"commit": "7a05d3026907c3728e605c7b4b7c4774564775b9", "message": "Fixed intialization error message.\n", "proba": 1.4839406503597274e-07} {"commit": "1329e7af330cee73feaf7b1fbe4a93badf6bb07b", "message": "Fixed an issue where closing a cygtar file doesn't close the file handle.\n\nR=bradnelson@google.com, mseaborn@chromium.org\nTEST= trybots\n\nReview URL: https://codereview.chromium.org/222603002\n\ngit-svn-id: 721b910a23eff8a86f00c8fd261a7587cddf18f8@12978 fcba33aa-ac0c-11dd-b9e7-8d5594d729c2\n", "proba": 2.0945668438798748e-05} {"commit": "6030c7aa38e3e400b87c27ccc4d0a2633e8e12ee", "message": "Add the phone number field to the admin. Closes #673\n", "proba": 1.1791901215474354e-06} {"commit": "1d05d434b989a3eb063c25ec84d0e41422f9750c", "message": "update FieldAdder filter to update field if it already exists\n", "proba": 1.4669431891434215e-07} {"commit": "dd70250794daaa14ee0b4dd11a15773c86e3762e", "message": "Correct some migration issues\n", "proba": 4.466432801564224e-05} {"commit": "294720a512c2179db1072126c3fea3f62762d39f", "message": "strip masks\n", "proba": 7.795185297254648e-07} {"commit": "298a63cbd5e07ce4cb8b80c93d7e8ae1700a7b3d", "message": "Correct Handle Py3 Moved Itertools\n", "proba": 2.860446670638339e-07} {"commit": "a29ee828d2a99b78d724f0643c831c36789a2c66", "message": "Bugfixing\n", "proba": 7.504970085392415e-07} {"commit": "a714676570d3549b75f03a5fd1a085c96d90b1a2", "message": "Hide more copypasta\n", "proba": 1.3324786607427086e-07} {"commit": "5cfaf19b18240a82b5a76e84af0a4fcaea9177c4", "message": "Make WHOIS return status symbols to indicate channel rank\n", "proba": 2.1113082482315804e-07} {"commit": "c6f0a462d3a22283f25ed1328ad5d7507d16d84f", "message": "Prevent 3.2 clients from removing cap-notify\n", "proba": 1.4172710507409647e-06} {"commit": "c87690d66803596613f897b9935abdd6cc1cc781", "message": "Fix CAP capability list action handler signature\n", "proba": 7.507146051466407e-07} {"commit": "0bdad65f04ee2c3a08999989a5722fb295a4b242", "message": "main: make sure to raise UinocedeError for py3\n", "proba": 2.7685243253472436e-07} {"commit": "c88f52b4dabd89a8bae1f9c15c66cc4aa15359c2", "message": "Moved the test_module2_utils file to the tests directory.\n", "proba": 1.1841786573540958e-07} {"commit": "5a1bd46fc8757069fd2f3120857bf524fa3b8040", "message": "Fix ffmpeg version detection.\n", "proba": 2.9323265948733024e-07} {"commit": "05c59fb1014c9b6cbdb38e1a5720a4e833f1be2b", "message": "Fixec custom data\n", "proba": 2.443600806145696e-07} {"commit": "7d530525da7e0db5d400d7c2484b54d17af7b702", "message": "refactoring; added cpu_count()\n", "proba": 4.0038887050286576e-07} {"commit": "96ebd6473ca6e19c2596a40c23d6fb3c33155885", "message": "install for sytemd *or* init\n", "proba": 1.2786537695319566e-07} {"commit": "de6d4e74faa5469a0f894b2175697680a8b4b2b2", "message": "Services same signature\n", "proba": 1.8641348731307517e-07} {"commit": "fda46a42a6cc6476d27338c9899cf01fe04a406b", "message": "removed old comments\n", "proba": 1.6171038907941693e-07} {"commit": "98e13b688c48d2be48ded714d9513fc25de9888e", "message": "Fixed paging issue in azure buckets\n", "proba": 2.539620140851184e-07} {"commit": "bf841330b0ca620411bc63cb0567908d8978504e", "message": "removed old comment\n", "proba": 1.583755562251099e-07} {"commit": "3f7e8360ca611cc43fb56c598f8a5e483fae418e", "message": "used user_model to create users instead of RegistrationForm\n", "proba": 1.7558284071128583e-07} {"commit": "969e3446e81ac0cbbf2780a901e87380163e2937", "message": "changing parseMapFile to use InputFile to count lines\n", "proba": 1.794003594568494e-07} {"commit": "9cd7f157a737e881fcdc31b744cd5e93fbe42ca6", "message": "Suppression de l'ancienne version\n", "proba": 3.0977798815001734e-07} {"commit": "c79c794d88d56d188ccb72441f30369939facd2d", "message": "functional test added\n", "proba": 2.241349932319281e-07} {"commit": "3e43416cf4e6adc00fb6992f956a8de2dcf1ef04", "message": "switch to non-normalized frequency range specification; use periodogram instead of raw fft estimate\n", "proba": 1.3037561075179838e-07} {"commit": "3bd09ce729e27d5aa612f484f804d8acb5e4e5bb", "message": "fixed inaccurate test comment\n", "proba": 2.215040950659386e-07} {"commit": "3e78d1c42c1d5ae4415a1f42a7db118bbc5d4ac3", "message": "Rename Methods.add to Methods.add_method\n\nResolves #41\n", "proba": 3.835797599549551e-07} {"commit": "a3ed18acb99ffea21a448d33c41b9acd5f77c821", "message": "definitions\n", "proba": 5.129627425048966e-06} {"commit": "655b962254abe0dfcb616003677fca7936394a67", "message": "Probably best to open in new tab...\n", "proba": 1.1256940268822291e-07} {"commit": "c34329c6025ea2ea3d815d6b01e0823250428dcc", "message": "fixed up package-testapp.py for osx\n", "proba": 3.5919319429922325e-07} {"commit": "b552730afe463846ab0232fa96022724a2ed2f4d", "message": "[svn r59] floor box not taggable\n\n--HG--\nbranch : trunk\n", "proba": 2.075736915685411e-07} {"commit": "89d665c0b06bfb8d01617caacfb30e28c0cc5ff6", "message": "Style (Line Length Cleanup) Follow Max Line Length\n", "proba": 1.1510874742270971e-07} {"commit": "3c1e9ac7c358ea04ff6ee42a5c8701a04cfd95a0", "message": "- added a comment about namespace assertion (maybe warning could be\n ok?)\n", "proba": 1.1549580847258767e-07} {"commit": "fa48aeca7ab6b96ee8e05a59eff5f8d32aca2b52", "message": "Created one_hot_encoding function\n", "proba": 1.5995219655451365e-06} {"commit": "13617981c164213d56ee646ce1b14cda294b0756", "message": "teacher.py now passing pep8\n", "proba": 1.5641224138107646e-07} {"commit": "ffe127b082dc55e107f879028e5e32c3e1575ab9", "message": "handle exceptions as text in log\n", "proba": 2.1322746306395857e-06} {"commit": "ab95adf704189ec1ae124355d698aaf17d61ed20", "message": "support 3.x and xrange in meta\n", "proba": 2.194404231659064e-07} {"commit": "264fc8bb7ccd314f6361e9bd223b1faa0354afbc", "message": "Add DEFAULT_GENERATION_ID and DEFAULT_RETENTION_TIME to OffsetCommitRequest_v2\n", "proba": 2.065404987661168e-05} {"commit": "767723f368517dd5069d68577f17788706bef8eb", "message": "use Settings to generate dashboard config file, issue #71\n", "proba": 1.6367619082302554e-07} {"commit": "99b3cc4713515341f5e62ba4ba34780b5dfd6e8b", "message": "remove unnecessary whitespace\n", "proba": 0.9999940395355225} {"commit": "ab4a694adfe816b101d435e6ceda34ee5c68e8e0", "message": "use check_num_string in convert_build_result\n", "proba": 4.474565685086418e-06} {"commit": "b53b268aa36a6ae5135556d5528f4afc10a3fd7c", "message": "Restore have_data filling for %age filled\n", "proba": 2.468032960223354e-07} {"commit": "ae4d35339008a1212a0ed73e2d326142d565ed25", "message": "fix tests\n", "proba": 1.2553598480735673e-06} {"commit": "b47661c97c5ddf00f4dba37076b6019dc98f6538", "message": "`SAI/GEM` -> `SAI/W-ETH` in the `SaiMakerOtc` docstring\n", "proba": 2.6288906155969016e-05} {"commit": "bbcf0e60af52bcee17f4aa61d5b29f7033176083", "message": "changes to fix issue #8381 (#8391)\n\n", "proba": 1.421305739768286e-07} {"commit": "eaeb62eb2007b9671f22785df626a966c1063ec8", "message": "new: view.is_cumulative()\n", "proba": 4.816612545255339e-06} {"commit": "8b43b1da6735757e44fffc0ad44a4bfabf36402d", "message": "generator: add amazon aws to whitelist\n", "proba": 4.877452965956763e-07} {"commit": "66a30d2a319025ef05bf075eab339d6b7394bba6", "message": "`backend.is_tpu_strategy` instead of `_is_tpu_multi_host` when resolving `auto` reduction mode\n", "proba": 6.419010674107994e-07} {"commit": "68c8709e609683acdc2b17166ce1a8f713e7caba", "message": "Explain why the gotwork error\n", "proba": 1.007824539556168e-05} {"commit": "0db9889c31a72d7923cda771be87d27ebe9c4989", "message": "Fixed default type mismatch\n", "proba": 7.314691856663558e-07} {"commit": "699f08919a9b26aae7afb8a44ef94df3d0fd441b", "message": "for relaunch\n", "proba": 1.457035665453077e-07} {"commit": "1eb343374c7ed05c73086471a292b64314c94918", "message": "Retain previous behaviour for tf.RaggedTensor inputs\n", "proba": 2.827576963682077e-07} {"commit": "7969fcb99af935c348922445e4986f255301a40e", "message": "Remove unused Director stub function\n", "proba": 2.911813794526097e-07} {"commit": "8ef4a3da52530a86463b2aa015567cbdd6eb2d5a", "message": "Style fixes in layer wrappers.", "proba": 1.1355805185075951e-07} {"commit": "79f59c3ae445a7888ad61a4f28fadd77a158fa4c", "message": "more descriptive cache key\n", "proba": 2.616538097299781e-07} {"commit": "d80d2c41277b074eb3770e316d1b972305099b77", "message": "[add]buy_order_track_wizard\u6d4b\u8bd5\u7528\u4f8b\n", "proba": 5.523457389244868e-07} {"commit": "372c4a28697450c71e4dc3b1ec6d5406aca1cd2d", "message": "Have manifest creation working\n", "proba": 1.7940926966275583e-07} {"commit": "989c2b44feaf40e54a20cec81176717712a6ab8e", "message": "Added the direction option for prov_to_dot\nto allow customising the direction of graph exports (fixed #75)\n", "proba": 1.0460340149620606e-07} {"commit": "3f5d51a4062b5b039776b591711531a0ebb595e0", "message": "Added doc to provider.py\n", "proba": 1.608499786698303e-07} {"commit": "6b79eb5488c830f9181e785d6bc12fc2da37e989", "message": "Better detection of properties\n\n", "proba": 2.660839300006046e-07} {"commit": "311fb26af67d71ab09a40cf3e475d91ae951b871", "message": "Added the vegreferanse endpoint\n\nIncluding support for the batch endpoint.", "proba": 1.0587681487095324e-07} {"commit": "ffc27bb2836392a1b57c7cb1e3cfe6466aa0f058", "message": "Fixes the previous patch. (Oops!)\n\ngit-svn-id: d9c6dde0f7e2de8b6df4d8fb80f7fbb81645aad2@5686 5dc97367-97f1-0310-9951-d761b3857238\n", "proba": 2.173658231185982e-06} {"commit": "8e906563cbb5ba4627ad3f0a18caacf61b105448", "message": "Limit line length to 1024 characters.\n\nJust in case we get EAGAIN because the line is too long.\n\nBUG=chromium-os:18049\nTEST=Run buildbot run.\n\nChange-Id: I9ecb8292115e1dda37c8e39efdc0d3e05a3bd63f\nReviewed-on: http://gerrit.chromium.org/gerrit/4899\nReviewed-by: Puneet Kumar <5561d1795924a15e26c345ddbbf614138e1de2f3@chromium.org>\nTested-by: David James \n", "proba": 1.6265864815068198e-06} {"commit": "55e127e6b81f7560d49c2acd06786819c0473ed6", "message": "add free document field in candidatures api\n", "proba": 1.419921176193384e-07} {"commit": "38f86bc1d1d72c04becc14e2156f085a9c74640d", "message": "Remove unnecessary brackets\n", "proba": 0.0006126952939666808} {"commit": "69a852bb387aef09b86dae1219e6ce62212cd4ea", "message": "Added missing docstring.\n", "proba": 1.4630926159497903e-07} {"commit": "7d4fc577dac461a0d87361e3074cb2a7f3b43a65", "message": "numarray merge, continued.\n", "proba": 1.9891130875748786e-07} {"commit": "750fa91ce44c91206408ea203ac1c375db13016b", "message": "ensure all files being saved to the same directory in write_py\n", "proba": 4.87144689031993e-07} {"commit": "c8b1654f068123d144b0b3a1e0272f8ffba2c21b", "message": "Implement show_tables and fix set_table\n", "proba": 1.590952251717681e-06} {"commit": "38f184e42ad5f0e6e21780ba30581341d54caba0", "message": "remove calls to chain_deferred and deferred_imap\n", "proba": 6.203909492796811e-07} {"commit": "c67e58d6b3266018cfe00e5c9b728b5665a8932b", "message": "Correct inverted logic in listingFile.checkInsanity\n", "proba": 6.803087308071554e-05} {"commit": "6e95e023eec8e0e1508f0beefacf5a9e4aa921bd", "message": " added ParameterEnsemble.get_devivations() overload to handle transformation\n", "proba": 3.2664547688909806e-07} {"commit": "0352b9140c4bdfc7534a7f270b1b8ac1020060a6", "message": "Update docstrings\n", "proba": 7.15487487923383e-07} {"commit": "e6befebc5e00f2c0e9ca19e1102f96c8bafd79dc", "message": "Partially implemented entry point script.\n", "proba": 1.2017821404697315e-07} {"commit": "6a7eade6864739d95230e3bbf297735e55394100", "message": "Updated experiment configurations\n", "proba": 3.167681086324592e-07} {"commit": "7dc062a2ea123d2d1aaf81d2e1b9a05309607543", "message": "Added some initialize options in Redis and JSON\n", "proba": 2.178787497086887e-07} {"commit": "a3eeecf8e9fb72c786fff2b31db052e63e842bd8", "message": "Throw error if missing SC variable\n", "proba": 9.296804819314275e-07} {"commit": "c2d091929d899bfda8bfe48e2b24fa4bc679b4fe", "message": "Let's use our new database class to generate data dictionary.\n", "proba": 1.2687988260040584e-07} {"commit": "0058da45a1c7947f518498f23d6ecae8e2ee637e", "message": "update \u53bb\u6389\u539f\u59cb\u7684url\u65b9\u6cd5\n", "proba": 2.3538255788935203e-07} {"commit": "b60a0df4ee479b83dcbb420ff1480755e29602cd", "message": "Fix missing config file try/catch\n", "proba": 0.00011585878382902592} {"commit": "c08dfea3c700610e40e1dca77c3ff5caacbc37cf", "message": "Changed from pycurl to urllib\n", "proba": 1.9522964578300162e-07} {"commit": "a714cbd4e7f595fde92da209f78df3ed24333a58", "message": "Switch from using partial to using a factory function since partial is not availabe in py2.4\n", "proba": 2.1365359259561956e-07} {"commit": "d18e8d0218d7190fb37a54042c108cfca5332996", "message": "[REF] Improving code a bit\n", "proba": 2.6307475309295114e-07} {"commit": "2700e0f1a4bcc367e1010139dc3169bddfc430c3", "message": "Infinite recursion error.\n", "proba": 1.5647326563339448e-06} {"commit": "9af6ab66b0bce4011e86cff50b55cd64652cbe96", "message": "Fix paddding_x/y typo.\n", "proba": 6.493771707027918e-07} {"commit": "40f58f209e10afda9bf50a700f324f34eca1ad1d", "message": "Update render.py", "proba": 7.035778253339231e-07} {"commit": "82eeb34413ec1717d043b608fee12bc5b7730227", "message": "osx: Fix CPAN module installation in bootstrap\n\nSince the temp file is created before we call shell.download(), the file\nwould never actually get downloaded because shell.download() aborts by\ndefault if the file exists.\n", "proba": 1.1776949548902849e-07} {"commit": "7749e6af2502fe37d750127a2de7dcab36ceeb04", "message": "Refactor equality checking\n", "proba": 8.826231123748585e-07} {"commit": "aa56d93bb409251b7c08013d7c527e68a4fb832a", "message": "Add markers to make overlapping lines somewhat more visible. (#968)\n\n", "proba": 1.2283894079700985e-07} {"commit": "8f13534d5d91e6d4b731dba33d9479ab48a4349a", "message": "Fixed type in emulmisc.\n", "proba": 1.2083454237199476e-07} {"commit": "9bc3dc8cb2952b72e03b08b6a8f29ccdbb1dfebd", "message": "Make ProxyComboEntry emit validation-changed when going unset <> filled for mandatory widgets", "proba": 1.2274993821392854e-07} {"commit": "5ffc277f4d5ba7674cc3ed7de808dc91ced77357", "message": "Made _rename_coords() in model.py a @staticmethod\n", "proba": 6.082378263272403e-07} {"commit": "c114bc10b52cec7458d7615305c557ad98633d07", "message": "Add the game setup code to the spritesAndSounds.py module.\n", "proba": 1.0397602068223932e-07} {"commit": "c6301a2249dbfb96a8cd49cf3947744c1bd66361", "message": "Replaced eval()s that should have been float()s\n", "proba": 4.336293204687536e-05} {"commit": "a926c1d4094519844b6640f7d098c6deadc7ec12", "message": "Don't set the icon until the fading is done\n", "proba": 4.5188633635007136e-07} {"commit": "a513f2f667903377233b97b0b0dd84da1ae0bb7f", "message": "\u5b66\u7fd2\u7d50\u679c\u3092\u51fa\u529b\n", "proba": 2.820765075739473e-06} {"commit": "7e6bf124c0f8b25d9469e9a0b80cd0b2c5e7d1a3", "message": "Use sudo, add option to reload repos", "proba": 4.970560212314012e-07} {"commit": "a7a5510a6963c91673d31fe08a507cb75dd72ca9", "message": "added comments for ast.py\n", "proba": 2.0983269166663376e-07} {"commit": "047329673ef40ee42980d9f5093b6b741ebfb927", "message": "Remove unused device_ parameter\n", "proba": 0.00032919194200076163} {"commit": "7e71b7d983af6dbc0de5e5d61f6907f3928c41f0", "message": "abspath of cwd\n", "proba": 6.814681228206609e-07} {"commit": "00efd7c8abc79c30fbc440697bb381ab2cd80a83", "message": "FEM: typo in self weight object\n", "proba": 1.3981114079797408e-06} {"commit": "c1a91be1263f0f053e9df0d104bcc225ee7ad990", "message": "Shorten flash\n", "proba": 1.668129016252351e-06} {"commit": "464fe3c2b9431b4e644aa23505bf50210e56c2c8", "message": "[Update] decode commit messages returned from subprocess\n", "proba": 7.256114145093306e-07} {"commit": "d4d76ae28ae8aa028c5a06f7499a20644b45b986", "message": "Update example to demonstrate desired use case\n", "proba": 1.4027015993178793e-07} {"commit": "c62a799bab9da7ee463f87295d88b9881d8521ab", "message": "Made script executable.\n", "proba": 1.358502856874111e-07} {"commit": "ef00af32c104e602b34a9370d6af0d6c372baee3", "message": "[minor] deleted sales common py\n", "proba": 5.635955062643916e-07} {"commit": "8f41b90926115c1d9ce2b1f59848c45e3c39a1c5", "message": "blink\n", "proba": 1.1713148523995187e-05} {"commit": "5a82a47fcb17a245ab05d0d3df2cbda6f9e51802", "message": "Make sure run-perf-tests script does not fail due to console messages\n\nMake sure run-perf-tests script does not fail on console messages (e.g.\ndeprecation warnings). This was reproduceable with Dromaeo/dom-traverse.html\nas it is using the deprecated Event.returnValue attribute.\n\nR=marja, dpranke\nBUG=304800\n\nReview URL: https://codereview.chromium.org/26473005\n\ngit-svn-id: bf5cd6ccde378db821296732a091cfbcf5285fbd@159176 bbb929c8-8fbe-4397-9dbb-9b2b20218538\n", "proba": 0.00014315212320070714} {"commit": "bc9d7d361f97f5b2d57ef3749d9a31c85f049e34", "message": "[lit] Remove duplicate to_string method\n\nThere are two versions of to_string used by TestRunner.py. The one defined \nin TestRunner.py and the one defined in utils/lit/lit/util.py. The util.py\nversion is superior to the TestRunner.py version.\n\nThis change removes the duplicate to_string in TestRunner.py in favor of\nalways using the version from util.py. Beside removing duplicate code, this\nmakes it easier to debug TestRunner.py since only one version of to_string\nis used.\n\nPatch by Stella Stamenova!\n\n\n\ngit-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@329972 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 4.904815796180628e-05} {"commit": "c35f8c3d779046c65d076e889aa0769bf24333e2", "message": "quick test of unmounting error catching\n", "proba": 1.7490764037120243e-07} {"commit": "2f83c7a7bd2b345c24459873e287c419e75baed5", "message": "Showing dialogues in the mock Sentences too\n", "proba": 1.916724272632564e-07} {"commit": "b5ef79832c851f40c65c667b2a93962072aa2a9a", "message": ":ambulance: Fix invalid syntax fstring eq auto format (py 36)\n\n", "proba": 6.578455895578372e-07} {"commit": "742f5b9af9173129071b91b5dc685889d9bd9476", "message": "satisfy code check\n", "proba": 4.962915340911422e-07} {"commit": "6eeef5b47393588ff68ac312aa3836407d4ee20a", "message": "Settings: Debug-Flag der Template-Engine im Produktionsmodus korrekt setzen\n", "proba": 1.2616352762506722e-07} {"commit": "1dc3bceb346ab78ea44616213f8bb6fcf84c9e75", "message": "icon issue\n", "proba": 5.219734475758742e-07} {"commit": "d0c8c6186c1ccb90938e3d80e7ac55f2bf1aa241", "message": "[lit] Fix some Python 3 compatibility issues.\n\ngit-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@313466 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 0.00036661679041571915} {"commit": "2b74169669b5342f1bc17a18cb1c359d2bd8ba63", "message": "reformatting\n", "proba": 0.00014366493269335479} {"commit": "af6981a9bede258bd0ce8c670a9f282dea264d44", "message": "debug log collector id", "proba": 1.0726262189564295e-06} {"commit": "e962295e3542b7bed734a8b2c2465f73ee783c80", "message": "Update afImgPanel.py", "proba": 4.906368076262879e-07} {"commit": "cf76052b61812d499d504e805de63f8ea6504b99", "message": "redirect url\n", "proba": 3.5575380934460554e-06} {"commit": "d6d3cbf19273c3dc062de9da6f61debadef20513", "message": "Added new and iso models of gravity\n", "proba": 1.401308367121601e-07} {"commit": "083ccbe1777d149ec8bfd22755eca2eab6b8fd18", "message": "Class Specific Features\n", "proba": 2.775630321139033e-07} {"commit": "2545e64a1074c5b95dec6d05ef82bc2ee717e1fc", "message": "simplified file finder\n", "proba": 2.152335764549207e-05} {"commit": "8599fee992d8b9541b144356773ef3af0178ca3a", "message": "Integrate hashing of downloaded shift chart data, allow for excluding dataset types from downloading\n", "proba": 1.547920902567057e-07} {"commit": "d0141dc4ee77e7c3b0c5b52a885f0be670510a00", "message": "RD | testing | Added a testing route\n", "proba": 1.2376672486880125e-07} {"commit": "943585d993a88687868b074d2be434a37a78975c", "message": "Initial Commit - Using Static Data", "proba": 1.3484773830896302e-07} {"commit": "f74a74b8855284801342fb656b80e075366def92", "message": "moved metric funcs outside of class, added auc metric, fixed mxentropy metric (a la\nlarsmans sklearn pull request for log-loss), fixed brain dead failure to reuse results\nwhen scoring candidate additions to ensembles; fixed a couple of edge cases with arguments\n", "proba": 2.6444160994287813e-07} {"commit": "e0b521293a1cdb5700d9c171e2cf63158a44f9db", "message": "Comments, better error messages, removed unneeded code\n", "proba": 1.7753264103248512e-07} {"commit": "624e7a50070997ac860d5da0dfdf7c3d979ef332", "message": "ENH: Added a blur function\n", "proba": 2.0201943584652327e-07} {"commit": "20f4ff4d045be0701a908e1076d671ffb506e2b9", "message": "cope with trailing slashes\n", "proba": 4.352045834821183e-06} {"commit": "cac23c7dbbae0b65c50a573a840813b5578a5b83", "message": "Update test_linux.py\n\nRemove GEKPLSK", "proba": 1.018890770865255e-06} {"commit": "35d52d0efc37572b4268c4ea5ddb41e8085dc95d", "message": "Fixed SDNE file path\n", "proba": 2.7760009402300057e-07} {"commit": "f8fe1357b088432e60c48789ba29ab565538b585", "message": "Updated the utils/unicode.py file with 2/3 compatibility.\n\nNOTES:\n 1. replaced unicode, str, etc with their six counterparts\n 2. isinstance(obj, basestring) -> isinstance(obj, (string_types, text_type))\n 3. I'm not entirely confident about the behaviour of __str__ and __unicode__ between versions\n so that might require a bit more testing.\n", "proba": 1.5838838862691773e-06} {"commit": "b83a5aa90bb192e1008b4804704752f0fea42c18", "message": "Added an if-check updating the character's health when his attributes change out of combat\n\n", "proba": 1.7053913836662105e-07} {"commit": "5c222e765598d8b6e46e7013d0feeefa0a785c31", "message": "Added suite tab", "proba": 3.227943921046972e-07} {"commit": "d6e5e571b0ebe86cefa57ff82cbee73158dd3193", "message": "bam2wiggle.py - direct pyximport of _bam2bed.merge_pairs\n", "proba": 1.9442957466253574e-07} {"commit": "864e2780f57d3ec0170cc68f5c05cf4a9deb44a6", "message": "Formatting\n", "proba": 5.685269206878729e-05} {"commit": "cdfce858f8b790e24eb3d1057a28a7018b1e7af8", "message": "Plot expt sys err bands on MAP observables plot.\n", "proba": 1.231952353464294e-07} {"commit": "a4d8ef8542cba143774a130016af85469ad8a6e0", "message": "Update testpython.py too. Better not to ship broken programs....\n", "proba": 1.0871163169667852e-07} {"commit": "d6b35ddd6532610e1b24d244eedf8f636db3ad20", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "7119f9f8da61a5c94c0d33c2a4b9cad13d87a3ee", "message": "Fixed bugs. Now code runs\n", "proba": 1.3852216795839922e-07} {"commit": "092685867f3167e504e9e8aae9acef565bdd88fc", "message": "Fix NodeFinder args\n", "proba": 1.006942738968064e-06} {"commit": "6336ccbdb1503bdd9c99ccd84455c52db8bbfbde", "message": "cleaning up\n\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@2437 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 3.1416263936989708e-06} {"commit": "0b8d55c138f1ce6ba5dadecfc1366c3d0737b6e8", "message": "add template version and commit reference to init file\n", "proba": 1.616277387483933e-07} {"commit": "78703507fcebb33a25c3c7793de2351ca46258c5", "message": "Why ? doesn't ? This ? WORK ?\n", "proba": 2.0798515834030695e-06} {"commit": "340170bdc54399616770fc7f2e5c4cb45c3af375", "message": "make route if none and if sensor_file\n", "proba": 2.1995911083649844e-06} {"commit": "b2bc88b1bee4f02b17d01b0de6e1fb70e8afe5ab", "message": "Improves cookie parameter handling\n", "proba": 7.581618888252706e-07} {"commit": "61baa6986d5a2ebc62280a7a931221daf73bc0ca", "message": "Add Command unit tests\n", "proba": 3.5562860034588084e-07} {"commit": "3c46d55990ef8aea87984d9e1b7a77261d882f56", "message": "formatting\n", "proba": 1.1576831639104057e-05} {"commit": "d02bfa02a77476b6d62d934e8b29792686ce8120", "message": "Trimming strings\n", "proba": 1.0731193924584659e-06} {"commit": "ce915a369362aa67bac76b560cc2840188046b94", "message": "Estimate error for whole flight.\nFix a csv header typo.\n", "proba": 3.049468091376184e-07} {"commit": "6ed7faa8ea20e7b3d156efbe7bb45c32b3c8cb86", "message": "Reduce duplicated method code in CollectionChildrenQuerySet\n", "proba": 2.359591007916606e-06} {"commit": "9931e5666e8e997c7c1a8297c7257720367d9572", "message": "define request_timeout by default (60 seconds)\n\nensures we have this feature enabled\n", "proba": 1.415921246916696e-07} {"commit": "fc685bff81f82fa066dbe6d97d7e97ef168b8052", "message": "ignition: dont inject same key twice\n", "proba": 2.357260882490664e-06} {"commit": "bebfdc8951fe9507d4311cfdd68a2b1303eb114c", "message": "Use base_processor instead of history processor\n\n", "proba": 1.194534775095235e-06} {"commit": "ed7d8c18a793f32f4392c3cffead3c5c3b0e3905", "message": "coreos-installer typo\n", "proba": 6.75666626648308e-07} {"commit": "1b2a80b74515625971bd56156923c86fde7bd68b", "message": "Don't return API error for unknown params on sample find\n\n", "proba": 2.1403739935976773e-07} {"commit": "264c970c01729ebc7c915b47f01853a2e13ad266", "message": "test for str, not unicode\n", "proba": 0.0035576103255152702} {"commit": "b6e84cb644dd3b7699044207419b79bdb23978c1", "message": "populated the complete set of fields for admin user\n", "proba": 3.711696194841352e-07} {"commit": "f39a03fadf17200e3415edc5a1cea389c3027570", "message": "Encapsulate connections in try ... finally\n\nOn case of an exception, the connection is now closed anyway closed. This prevents dead connections piling up in the pool.\n", "proba": 6.149857085802068e-07} {"commit": "0399a9b4ff9c09d89ddf4c56832b8a186c48e1c2", "message": "adjust import for new conary module layout\n", "proba": 1.379727763151095e-07} {"commit": "3768f2c1a318a61521b691196af6f089ffe49f7b", "message": "makes export default to true for flatten skin if FO3/OB, and non-animated export - revised with added collision\n", "proba": 1.4582366247850587e-07} {"commit": "a2d07c71f120f35e67940960c2b3e85d75a37aad", "message": "Add some standard prefixes\n", "proba": 0.9998409748077393} {"commit": "55cfe0e0db59328d1e2f3e16146928fc02506b29", "message": "i want some\n", "proba": 3.4369459172012284e-05} {"commit": "2d3123d89d3db93753fa9b65ad926323e7728300", "message": "Remove unused branch\n", "proba": 1.0838674597835052e-06} {"commit": "1bd6741d69f1056e73d90fff1f10d0f05ff3026c", "message": "prettier QHDL output\n", "proba": 9.145412036559719e-07} {"commit": "7e8149abd579d15729f5403710f17db34cbccd42", "message": "optimize coding for DivideMemory in get_counts.py\n", "proba": 6.2071922002360225e-06} {"commit": "aa67052fecfdf53a6166f9cfabb742c517d8a2ea", "message": "Temp Fix #64 and offset integer relaxation\n\nFor the time being, the REST API heatmap endpoint supports the POST verb\nand performs the same operations as a PUT request. This is to handle\ninadequacies in the FSNetworking library which does not support PUT\nrequests and simly states to do it yourself in the readme. This is a\ntemporary condition for the API until the FSNetworking library has been\nextended.\n\nOffsets no long need to be integers and can be decimals as well. This is\ndone because the mapkit in apple gives back offsets in sub-degrees which\nis decimals. So we need to support decimals as well as integers.\n", "proba": 2.63850125747922e-07} {"commit": "c49fbe438e3573c3aefabc632b8ed4cdfa0431ff", "message": "rename method\n", "proba": 7.248856491059996e-06} {"commit": "98040681b2e469a88608e2d5c913686555b66f5d", "message": "FIX BUG in brukerIO for SInext not returning int\n", "proba": 1.275397210065421e-07} {"commit": "efb2d82aba9825716edb0e00991cb57bb5b5430d", "message": "parse params once\n", "proba": 4.3225438162153296e-07} {"commit": "23a6e8fac9715ae15d81b0ca8b89005675b12b56", "message": "Fixed bug where messages could not be viewed\n", "proba": 1.6218653797750449e-07} {"commit": "93fd23e81944d482781b42d5f9682046ab3aee8a", "message": "empty format string\n", "proba": 0.0008929682080633938} {"commit": "32ba64a58e4d23bc670c13ecabc997c02d56ff87", "message": "manhole support\n", "proba": 7.193970645857917e-07} {"commit": "f1417c9751245afc3a709c4b9a7c26900fcb214b", "message": "Fixed a bug that caused a crash when a child object was created with a unicode buffer\n", "proba": 5.715625661650847e-07} {"commit": "21b615864218b7f4709a571102fe44a210bc9d88", "message": "Object-oridented code by moving functions/classes in kinematics.py to separate modules.\nAlso added calculation of the global continuum.\n", "proba": 1.0062566246915594e-07} {"commit": "5d0604ab12f6b8de308561ca14284dcb9a253010", "message": "Clean up code by making (well, documenting the) use of python -i\n", "proba": 3.5202319850213826e-06} {"commit": "904e89a842edc0a1c6c65eec4e0ea3d43abd32dc", "message": "Make this version 0.2.0.a1\n", "proba": 0.9999761581420898} {"commit": "49564ab505fbc2798f61b46021c298912cc3dc86", "message": "Doc version moved to match package version\n", "proba": 2.1811325723319896e-07} {"commit": "b5248f99f997e960eda441379224c7ce190e0f75", "message": "Update map.py\n\nAdded missing *args and **kw to each.", "proba": 1.033240195624785e-07} {"commit": "86d5c9b92ee202a704ce3aef220eae729fcdd613", "message": "error handling if there are no regex matches\n", "proba": 5.724895345338155e-06} {"commit": "8f0d6163780cdec33d2697045f0d25cecb87d69d", "message": "fix version\n", "proba": 6.041130973244435e-07} {"commit": "922d4b03b34bdca36695a96fd874540e18f857c4", "message": "Add a flag to turn single pair connections on/off when considering group\nconnectiviy.\n", "proba": 1.0724833998665417e-07} {"commit": "8a7ea0ea71c0155fbb890f4777188a5c95878f8e", "message": "remove script which uses long gone module\n", "proba": 7.49936077681923e-07} {"commit": "aa9c9e3fb78128058662513826ab847364b0d8ed", "message": "Now the EDF object is capable of create a table with all the FOVs.\n", "proba": 1.0090203517165719e-07} {"commit": "9f4d75cc8b9756ad4aee739f1e0366771f0e4121", "message": "times bugfix\n", "proba": 7.896841225374374e-07} {"commit": "cce1b25feb1c84d38037498dbd82c66ea3300748", "message": "Tweaking the wizard messages when users already have accounts\n", "proba": 1.7142652097845712e-07} {"commit": "aa4e35240575db2bdfff04cf30445910d5488261", "message": "scripts/lpod-style#276: fix a small bug with printinfo\n", "proba": 1.8771201837353146e-07} {"commit": "f0387f94257a68ee496850e2bda8e2d107a8083e", "message": "Add initial remote fs support\n", "proba": 2.8499033533080365e-07} {"commit": "59caf4bfcedbef5044892e3839c4a0ca9d4aa244", "message": "Normalized clients.py formatting\n", "proba": 5.117965429235483e-07} {"commit": "921fee6421cc7e95379ed8255c65bd277c7ce327", "message": "actually probably do want to prevent deleting a study type with studies\n", "proba": 4.867768552685448e-07} {"commit": "76c645f446a2153bc5e78b17c56485ee669b5a5e", "message": "remove the api_key parameter from Session class because not all routers need that\n", "proba": 1.2846037122926646e-07} {"commit": "8e0ea2d128960887ae5eef6decf5dbc088890ca9", "message": "Improved accuracy to measure percent error. Added extra output for average square accuracy. Even though accuracy really is error now...\n", "proba": 1.1964782231643767e-07} {"commit": "d81b491ba680076fddd9a159c50d0e71da4fd393", "message": "Use SocksipyChain for tunnel connections\n", "proba": 1.8606429819101322e-07} {"commit": "2d584c57da7f8757d2132767dfaa2643c1820d71", "message": " pip2 and pip3 installation and upgrade fixed\n", "proba": 1.379220009312121e-07} {"commit": "bbe93d3837300110d62fcf4fa8ded9f37740b4ea", "message": "Fresnel equations for metallic materials.\n", "proba": 1.3375280616401142e-07} {"commit": "05e313e3937471b22b579681af82184cfa884556", "message": "Made changes to ensure that interval set weights are floats, not numpy scalars\n", "proba": 3.2071488931251224e-07} {"commit": "be7429c3e9b97eac44135b53413638c3d6b78e36", "message": "added default monitor\n", "proba": 6.049606326996582e-07} {"commit": "81fa394eabd1d7c363a6414f4cd8297ecaac0f0d", "message": "conflicts resolved.\n", "proba": 1.2870455066149589e-06} {"commit": "99aa7797fae408e8e8b213f5e0b426aefb13a648", "message": "Update subject_decode.py\n\nchange def output string is unicode", "proba": 0.9999992847442627} {"commit": "35152d03deaade3f658d3b777976733ce7f588c1", "message": "fix riding mismatch\n", "proba": 4.6606987780251075e-06} {"commit": "1ceb2993eefe8bc826597501dfefaa58e4cc01af", "message": "fix simplification of worker creation\n", "proba": 1.66989066201495e-05} {"commit": "09a23e230a8251bd844c59734d7faf35c8f714f3", "message": "BUG: fixed wrong computation of instability\n\nFormer-commit-id: 480ddb0c1a113e220ccfaa57e288cf7194376d2c [formerly 782146c1d459d6ef6b4a3e7211f307101f0db64e]\nFormer-commit-id: 7bd97da16c2f222ffbc147050113b42383e0dd06\nFormer-commit-id: e94f1f1ac84d3cf5c347d54989eb0f34190a56ca", "proba": 1.3505031347449403e-05} {"commit": "2a07c68a1f0fef1abcfeb94497c2fea84f628642", "message": "Send welcome sms only to newcomers\n", "proba": 1.1543392730573032e-07} {"commit": "323cbf60cface74a292e6f40eadcf7503961ba80", "message": "codestyle: Use builtin vars() instead of __dict__\n", "proba": 5.92324568060576e-07} {"commit": "4338704c2e1e1f26b9c4eec6f05f56be77bc3ff4", "message": "fixed off-by-one error in the number of days in prev month\n", "proba": 8.41895325720543e-06} {"commit": "265aced960e2c33863ff0305757be47cf518ebc6", "message": "6.00.1x - Week 7 - ProblemSet7 - Prb 09\n", "proba": 4.012420333765476e-07} {"commit": "35a93f21d84d82b6f2720959009807a453f87342", "message": "Added custom SMTP support\n\nAdded \"smtp_port = 587\" for default port in the user editable variables\r\nAdded '-g' as possible argument. Chose '-g' (for gateway) because '-p' was already in use.\r\nAdded processing of '-g' argument, including errorchecking, in case it's not an integer.\r\nChanged 587 to smtp_port on line 120", "proba": 3.246574124204926e-06} {"commit": "032455e5251a30fa2ccf5f831cd044af30bc3769", "message": "Fix linting errors in ffdl.py\n", "proba": 2.8697944799205288e-05} {"commit": "467ecce2371b47d654fbed3583a1e89fd15a9e66", "message": "small changes\n", "proba": 2.5906804239639314e-06} {"commit": "650d3d1ed670f8b2e6eb4d895deb0595d468898d", "message": "sort extensions by name\n", "proba": 7.414196443278342e-05} {"commit": "9674e37b7bc880dec0e58a4749e03f2a7ca067db", "message": "fully working descriptors\n", "proba": 2.366594742397865e-07} {"commit": "9e69ed193bbc8985220f649577d6cf8b767f7dc5", "message": "Add a threshold for splitting plotting data.\n", "proba": 3.0089665870036697e-07} {"commit": "e4feee4d98ffaf4f6f51d103036c94217fb348e9", "message": "Added print()'s\n", "proba": 2.1196302668613498e-07} {"commit": "7f3a134ff71cc35cfe5a8762edf7241746f4afd8", "message": "don't import matplotlib by default!\n", "proba": 1.1214540052151278e-07} {"commit": "655cbaee49a179a0b53b76f0d79067cbbb0673a6", "message": "Bumped version. Now up to 0.2.9.\n", "proba": 1.1069520411410849e-07} {"commit": "a3aed99cb9428ed4702568603a272f2738d8a401", "message": "Raster_to_Array improved\n", "proba": 6.693563818771509e-07} {"commit": "da9afdd9b68ed5f20b13632e08311b9f9db9264a", "message": "update calculations.py\n", "proba": 7.058783353386389e-07} {"commit": "a71c188fd3c8c1562251c1285a1575382d2ee264", "message": "[callback]: remove jobstate rule on failure\n\nChange-Id: I43137015892e8cc269db1d3a63c9f6207322df58\n", "proba": 8.769179657974746e-06} {"commit": "030b353e3bc8789e2ff639bc78684e1d75b60691", "message": "added pymbar equil detect to color figure and adjusted fig size\n", "proba": 1.2061130405527365e-07} {"commit": "6fa44bdbbc3e176686eb110ed2541b7bd0ad7fc1", "message": "fixed regex in rda loading code to remove futurewarning\n", "proba": 1.5724801016858692e-07} {"commit": "eea7431fcba2e27eb1fdc430762a628114485c89", "message": "evaluate.py calculate_iou cleanup\n", "proba": 1.1893164810317103e-05} {"commit": "90fa78a7f0144670fe08c343552a33293a9b228e", "message": "OK, one more unit test for RingBufferIndex.\n", "proba": 1.0281289064550947e-07} {"commit": "92b453274d65bf864ba6966bc9240d910d7c3924", "message": "Altered how MTZ column labels are identified\n", "proba": 1.081209006770223e-06} {"commit": "f29039704ead915c42e09d68d98128016c424c65", "message": "pep8 compliance on ldapcherry/exceptions.py\n", "proba": 2.019254310425822e-07} {"commit": "050dd3a1d73a695433e16fbc9432ab0559c540b7", "message": "Adding switch '--update'\n", "proba": 8.181604061974213e-05} {"commit": "e88a1b87a1f0e67cd520d57a220c8bc2bad67a16", "message": "Stop hiding the arrows\n", "proba": 5.882225195819046e-06} {"commit": "1a96377332df63a0dd6bc62d6856ff8aa0d0a018", "message": "Rename black_screen to ready_screen and make executable\n", "proba": 4.6006189222680405e-05} {"commit": "8a13d344a898195c6eb33d8bea151487d0d209bd", "message": "bug fix in spec.py\n", "proba": 4.5153566929911904e-07} {"commit": "9e5fe1e6724ad43d05fdf7a9181550d9cf8e3a0c", "message": "Added `food_find_id_for_barcode` method\n", "proba": 1.8741116036835592e-07} {"commit": "d6157dbe12c0cbde35bee58077631277ba1ae472", "message": "bugfix in interpolateN when valid1 == 0\n", "proba": 0.0002450136817060411} {"commit": "7baeb360bb85aeb2ba5ed6a789a9c9e7cd01cb61", "message": "admin: add list filter to survey\n", "proba": 3.442458762492606e-07} {"commit": "94c54cbb9fdf9f8512a49959b75c9fe56081ff45", "message": "remove tests\n", "proba": 1.2390468327794224e-05} {"commit": "366e4a8ce3fe7a82a48aaea5cd45cf99a2643f0f", "message": "bugfix in SimffaL2GaborBandit\n", "proba": 5.108295795253071e-07} {"commit": "b17e8ec848591a597b808c8d22158a44f68ba77a", "message": "edit stuffs\n", "proba": 2.400651339939941e-07} {"commit": "ac97499f346323c5e4b0425e7d28cf1084de9e0b", "message": "fix incompatibility of active_tasks collector\n\nChange-Id: Ibff7f79c3ff229870239b3857f125520dcc44afa\nReviewed-on: http://review.couchbase.org/25037\nTested-by: buildbot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com>\nReviewed-by: Pavel Paulau \n", "proba": 2.241826706494976e-07} {"commit": "bc762d2d761d5a0ecb64fa2c344d99d3d5f5de21", "message": "labels for the card stacks\n", "proba": 3.488399329398817e-07} {"commit": "2f97695d05e64a32aa7486f37ee0578fa88464fe", "message": "url config modified\n", "proba": 1.0610076515149558e-06} {"commit": "9268b7aa7c6dee44433c1cbf6780fe9f84158011", "message": "Fix hash copying in _dup.\n\n- Spec._dup() incorrectly copied cached hashes and normal/concrete values\n even when dependency structure was not preserved.\n\n- Now these are only copied when *all* dependencies are copied.\n", "proba": 1.5110255446870724e-07} {"commit": "f21940ded80b6b9b1a947120510bd824af31aa65", "message": "Should return full raw packet.\n", "proba": 2.731331960603711e-07} {"commit": "e5f38000fbc0d97604e54556904e8c5f9084abfb", "message": "updates\n", "proba": 4.4353927819429373e-07} {"commit": "de4a990070fc10a9b730f8cbc1ed0b2db367449d", "message": "update utils import MWI\n", "proba": 2.0443371795408893e-07} {"commit": "15bd1e66fe96dd4dd794f543a428e35b89cf43da", "message": "We're done with the temp file\n", "proba": 7.652743079233915e-07} {"commit": "b56f3f118cb14efdf12c93a84aa9fbea71555799", "message": "changing algorithm so that LEARN_MAX_WORDS contains the latest words (older ones)\n", "proba": 4.3093152157780423e-07} {"commit": "b1fe833e14d0023dc999007dfbfc6029777494f9", "message": "Upped retries to 5 and fixed retry code.\n", "proba": 1.0843476161426224e-07} {"commit": "1485775c9f4690e2358c42a374b450e4832a80c2", "message": "parse.py: Reintroduce Parser.line as Parser.single_line_literal, fix pipe tag\n", "proba": 2.7458898443910584e-07} {"commit": "fd6d9af63d92f86a2750f1df54f8bfa6c7a21300", "message": "Add get_title method, change to use get_title\n", "proba": 1.8127649354937603e-06} {"commit": "9f271aa1eda269adbf12c4f70c99640545e5f11a", "message": "Update load.py", "proba": 7.651415216969326e-07} {"commit": "2011bc6b1a387281942edb08dfee3ba551e9c6b4", "message": "debug pings 2\n", "proba": 1.6464997543153004e-07} {"commit": "2278c65d0a40c2d49ed161a27ab987ca34199517", "message": "spec: make full_hash look like dag_hash (#8911)\n\n", "proba": 1.4790295210787008e-07} {"commit": "bb43535d41f91512ada059208922574f87b275e4", "message": "Increase TEST_RC max-module-lines to 2050.\n", "proba": 1.2228677803705068e-07} {"commit": "bf49e2c0558863f4d1835d087718bbe9458f7326", "message": "Modified examples for new stats\n", "proba": 1.6553892123738478e-07} {"commit": "4d3d820c6fda17fdb72108b86f3fc75b46aec38c", "message": "refactor global\n", "proba": 0.999259889125824} {"commit": "0643fdd4cf820b2a58d4686f32c354625ef8fddb", "message": "Resolved conflict.\n", "proba": 6.1867090153100435e-06} {"commit": "87bae0b7a312326036d6089dd97e0d3046ef6132", "message": "Updated to use geometric method to calculate first (shoulder_pan) motor angle.\n", "proba": 1.0526669314003811e-07} {"commit": "82c7b8c9500540d7d8306cfc4cfaf6be85cc1e6c", "message": "Fix issue with infinite loop on results; log errors on phantomjs\n", "proba": 2.882441378915246e-07} {"commit": "9bf9b20ab8a0cb4fb0844a97f063688aec24eea9", "message": "fix incorrect comment quotes\n", "proba": 0.0012977885780856013} {"commit": "d73f45f07675447ee4ba398c06df669dd8c2ccce", "message": "use override pattern in ownership cleanliness restore\n", "proba": 1.6129330049352575e-07} {"commit": "bb62c88f6493c1307aede4d64a868ac7327e1048", "message": "added convert_url\n", "proba": 2.571723598521203e-07} {"commit": "f7f64e77584c83b8352123ddb7a46b3f1847734e", "message": "Fixed photosynthesis to start at midnight\n", "proba": 1.4496204414626845e-07} {"commit": "dd39fefc2ec1388d14a2ce23a059888cbbb2e0fe", "message": "updated spomsky lib to use urllib2, for old python\n", "proba": 1.2636148483124998e-07} {"commit": "d4c329d1bfc902c58879f8e815b30f75c756caf5", "message": "fix import location\n", "proba": 4.800150236405898e-06} {"commit": "e414416ea51a5f9709fc825aec2ce989f973d825", "message": "Executor now redirects subprocess STDOUT to /dev/null\n", "proba": 2.579052420514927e-07} {"commit": "7cb5411414f1587d89b4fddbc61bc22ec9e88e7c", "message": "cache docstring\n", "proba": 1.2109600220355787e-06} {"commit": "c17ea4dd8a343486b8c5152593f47f1cd353f004", "message": "not saving 2 first steps in wizard\n", "proba": 3.433750066506036e-07} {"commit": "7a220a5c6832ae9b014fca04eb43107e2d82e731", "message": "changed parameters\n", "proba": 3.4070324090862414e-06} {"commit": "506473e7fd1f70918296f098b4c3b0176879b29e", "message": "shortcuts: Rename render_to_template() to render_template()\n", "proba": 0.0004484081291593611} {"commit": "d52b740467293211c80ab5357446e51fa9d40d89", "message": "WIP #2557 - fixed bunch report index error in fixup\n", "proba": 1.1651616205199389e-07} {"commit": "cbdc648d6e030b752f37a746f85431c53ec34bbc", "message": "spin up server then run clients in serial\n", "proba": 2.170028352566078e-07} {"commit": "62f85c1beb164e1777ba86ee76b214672896841d", "message": "fixed problem with non UTF-8 charachter and urllib\n", "proba": 4.5967098571964016e-07} {"commit": "d9525a6a7afd71e256fc4bf81922f6121908dddc", "message": "Added polynomial differentiation\n", "proba": 2.2100064711594314e-07} {"commit": "781a730bea84b8394b930bc664427ab4dc7640cb", "message": "terminal: remove confusing comment about `_tw` (#6763)\n\nRef: https://github.com/blueyed/pytest/commit/cf0cac3b7#r37373455", "proba": 5.296657263897941e-07} {"commit": "e559b3a7d0d8d25d981101debedb7f03f2df7383", "message": "More UI tweaks\n", "proba": 1.4329970099424827e-07} {"commit": "b66f397881e9c1601db92825b9435fed3af092c6", "message": "Update regprops.py to use functions, not cached props\n", "proba": 2.462174393258465e-07} {"commit": "bd638c85fef45a5c3a7132dc58f6bda112758a23", "message": "class 3 switch\n", "proba": 9.276788546230819e-07} {"commit": "8bd14025826274cce404190fb50f31db729d9348", "message": "Depersonalized the generic Python script.\n\nSigned-off-by: The Doctor <986f2f175925b97d379fbced4d0a4f5e401a47f8@virtadpt.net>\n", "proba": 3.005846156156622e-05} {"commit": "de1a8740ad376590dca70de895592f846affb6e8", "message": "Fixed minor syntax issue while converting to water_level\n", "proba": 5.580221227319271e-07} {"commit": "cb9ccd8b49850953aa3f4560bcf3902041ffdcf2", "message": "jose: add sysping command\n", "proba": 1.4134177035884932e-05} {"commit": "eb3d10c69e308c12e1f7ab2c90d43cc6b6d07557", "message": "remove the space\n", "proba": 0.9999992847442627} {"commit": "acd52f0eaae27b3c90a7017f5f6dbc9f30875c58", "message": "Updated version to 6.2\n", "proba": 5.38383915227314e-07} {"commit": "bb8f78df29fc6a6024280e9e03c8d1c35b5990f5", "message": "changing to using full docs in defaults\n", "proba": 3.0687610319546366e-07} {"commit": "1937b53b15a8323d8d18a1c7a1874d8c27ab7388", "message": "Add GPIO functionality\n", "proba": 2.624595072120428e-05} {"commit": "a243985dd34a3128999290a9a93d1caa8d6f2873", "message": "Fix overlap checking on identical pairs\n\nitertools.product returns pairs that are two of the same range, meaning\nthey overlap. load_table therefore raised an exception even though the\ntwo ranges are the exact same one and their overlapping isn't a problem.\nThis is fixed by ignoring pairs of equal ranges, which we can safely do\nbecause of the explicit check for duplicates introduced in commit a6f3676.\n", "proba": 1.2204024812945136e-07} {"commit": "5a07d1fdbaf70eb23081da3615ddcd41147cdd69", "message": "+vec funcs & ray partition\n", "proba": 4.783506710737129e-07} {"commit": "ae12791d2a477a443fe9aed21b19eed7bb4c33e3", "message": "to handle correctly some wrongly formatted ALT fields\n", "proba": 7.382283797596756e-07} {"commit": "fab7c3fe4d467a4f74e13f14cef1b89b1d3ab632", "message": "mnt: forgot scale for prepend\n", "proba": 1.087738155547413e-06} {"commit": "8ca2b1d1320f6cb5e159b3e48a2de3ba92f29e82", "message": "changed property names for bounds class and deprecated old names\n", "proba": 2.531939458094712e-07} {"commit": "37dba3a0141115111c8b268ca6431a1c14459320", "message": "API change\n", "proba": 8.641576982881816e-07} {"commit": "d22c4e5f50a4552bad70b85da4b0fd441111f1a5", "message": "Add support for the direct keywords on the calls (e.g. foo=bar) on python3 for the config parser and also give them preference on top of the **kwargs.\n", "proba": 1.1164002700070341e-07} {"commit": "a74103f0bef467b0ed93c7b30d063fffaaec71aa", "message": "Adjust usage text\n", "proba": 0.9991869330406189} {"commit": "bc6eb9f940ecaae8c8bb912e0e05c1d9a131f0a5", "message": "only use running instances for detecting counts\n", "proba": 2.3811675475826632e-07} {"commit": "5c6561ca44b90a74567e76df7e6de5ec3ff4ad53", "message": "Test names conflict, whoops\n", "proba": 5.876422051187546e-07} {"commit": "b105cb9eb607189efecb5500f573e52f146adc00", "message": "updated local dump to follow local links and resources\n", "proba": 1.1017450418648878e-07} {"commit": "ef57da95e854920742510df90ec47ec03b85016a", "message": "[FIX] statement import: voucher account should be one of default_credit/debit_account on statement journal\n", "proba": 8.820022230793256e-06} {"commit": "ae6a1cb3771aa578931e69399ada5dcc82fd0e24", "message": "Update documentation for parameters\n", "proba": 3.1168818281912536e-07} {"commit": "499b3dd64896e55547fdd28fcf20cf6f4b695c19", "message": "maint: speeded up error message and added some comments\n", "proba": 1.664723328076434e-07} {"commit": "461b1c524d3cacb64c7c7f3459d3b95078779f7d", "message": "Do not read custom settings when testing\n", "proba": 2.4918060148593213e-07} {"commit": "a8f8c4c8d8a3548ff19df959af57d050bb66c0a0", "message": "rework exception management\n", "proba": 5.379615117817593e-07} {"commit": "5221a0f69cbb9a6620fb17d482ce1fbae4946431", "message": "change\n", "proba": 5.156657061888836e-05} {"commit": "feadc6a565aa4226df38d52e970ecb2382407725", "message": "make sure config exists before writing to it\n", "proba": 3.924971281321632e-07} {"commit": "53dd7c3ebab346b1fe794c3241c4918448fddb0c", "message": "fix unused import\n", "proba": 9.707908930067788e-07} {"commit": "35dca09929a04e30db8ffdba79f3818e899c6d56", "message": "use root of OsmAnd-tools\n", "proba": 2.946920176327694e-06} {"commit": "08b24b7ad2de0edeea8bc3e47e68b409685bdb80", "message": "Don't remove output dirs twice. --subprojects is useless.\n", "proba": 1.2808482097170781e-07} {"commit": "1770e60ffb90cead2ab1ccc3af02a3772c9f4813", "message": "- Added logging messages\n", "proba": 1.1936472787965613e-07} {"commit": "975538a7a7757b09a08c8a8b377a4055258ff32f", "message": "make yamllint optional\n", "proba": 0.011269972659647465} {"commit": "2783e48db6cb82acf6fe619314690ad079f03b00", "message": "security measure: forbid access to __builtins__ in expressions\n", "proba": 0.0008761202334426343} {"commit": "053a64718a90e37d2bc5e90c40b29e3159cd415d", "message": "deploy: handle index-v2 files on two pass sync methods\n\nWhen using rsync or s3cmd, the upload is done in multiple passes. This\nreduces the chance of interfering with an existing client-server\ninteraction.\n\n- rsync: In the first pass, upload without the index files and delay\n the deletion as much as possible. That keeps the repo functional\n while this update is running. Then second pass uploads the index\n files.\n\n- s3cmd: In the first pass, only new files are uploaded. In the\n second pass, changed files are uploaded, overwriting what is on the\n server. On the third/last pass, the indexes are uploaded, and any\n removed files are deleted from the server. The last pass is the\n only pass to use a full MD5 checksum of all files to detect changes.\n", "proba": 0.0010874922154471278} {"commit": "7c5be575c642ca34dbe07b96193225414a2538d4", "message": "Fix server.py NoneType error\n", "proba": 2.9145559210519423e-07} {"commit": "70397d8389786521344033d9f7e47aa8fb249abe", "message": "Changed example code to real main\n", "proba": 8.040606189751998e-07} {"commit": "5c4bf1ed2905e0a69ca11ba0b13407e8493815b2", "message": "[fix] nginx diagnosis when there's an error throwing a huge useless traceback. Use Popen instead to display the real error\n", "proba": 2.5101283540607255e-07} {"commit": "bc18ae4fbf85405afc6e76daf96e98e7c7c1d7aa", "message": "modified seasonal ts agg\n", "proba": 4.816681098418485e-07} {"commit": "f3d7f499c7b1198e8b498d245849547ed057e665", "message": "Was accientally waiting for the wrong boolean there\n", "proba": 4.2567506852719816e-07} {"commit": "1f9a7c5cda626bc32bffcc72e0172f15fb2c9f05", "message": "Fix canonical name for collection when the short name is devel.\n", "proba": 7.71561280998867e-06} {"commit": "d8c12fc620fad650c3c2bf74d48a59d493a668ec", "message": "Subscriptions ordered by title and entires ordered by date\n", "proba": 1.2898111378945032e-07} {"commit": "8ab0b9d38753d109c2d27a4e8276a464346b9983", "message": "Fix test for fermipy/jobs/gtlink.py\n", "proba": 2.722884346439969e-06} {"commit": "da751e1beb298ac22e842aa8190d3ad070eea72d", "message": "Fixes format template in VideoCodec.size", "proba": 2.0358331198622182e-07} {"commit": "3bf1f6ce61b1280c55e2b70a8f32d13eb18c00c6", "message": "Keep unit on NaNs\n", "proba": 2.2891887851983483e-07} {"commit": "071bd13a3d46012c184a77954e87b61131032c81", "message": "Fixed UT bug - adding noise inside of loop.\n\nThe noise covariance should only be added to P once it\nis computed - it was being added inside the loop causing it\nto be added 2n+1 times.\n", "proba": 1.2697998386101972e-07} {"commit": "cbd6bc31997d0a3233ffee188bf6422b26cdd850", "message": "Remove __all__.\n", "proba": 0.0006494174594990909} {"commit": "ecf7b93bb1609353ae5e09aea520b228324c5b19", "message": "sigmapad False by default; better comments on model image\n", "proba": 2.0394649880017823e-07} {"commit": "8a90d1911450c1a212456d63402bf3aa96071a0f", "message": "exceptions added to module doc string\n", "proba": 4.3088752477160597e-07} {"commit": "8e58fcb15dbdd1101ab422321046b494d3ab8ee4", "message": "added not", "proba": 2.861156076505722e-07} {"commit": "d3cb5594e465697fb1af9368cb2e444fbd5132d9", "message": "np.diag raised a red flag - used broadcasting instead\n", "proba": 1.8439287430283002e-07} {"commit": "b8d523f6dab075fadbe3cc20dadd3d944ba8c861", "message": "Fix for the tests with multi-output classification using masks.\n", "proba": 1.6961750759492134e-07} {"commit": "e478eed34af387a23b78a7258278583cd672994a", "message": "taMerge branch 'master' of github.com:bnoi/scikit-tracker\n", "proba": 2.4365360218325804e-07} {"commit": "2ababf5cab82477b0b7a43af2812e3fc2bdf1464", "message": "bug when updating a commune\n", "proba": 3.0486887681036023e-07} {"commit": "73676d138a64c388c38ca172f78e96ba8a6181e7", "message": "updating revision number to reflect bug fixes as of 2018-05-22\n", "proba": 1.269253857572039e-07} {"commit": "1da37dd55d253cf810e7de1e3374cd6b837a6adc", "message": "Speed up equation-of-the-equinoxes w/vector math\n", "proba": 0.0001710656360955909} {"commit": "ffca1a0ea2b7e211eb7800672183314370ce994d", "message": "saving state on Paren Mode translation\n", "proba": 1.4544700377427944e-07} {"commit": "83d42f6e203ae819362ee2b1131d1ca60a492210", "message": "setting the version to 2.9.0a2 for testing\n", "proba": 8.370114414901764e-07} {"commit": "b3d9e842c55c6e14888cfefa0c82b629d3ddfb93", "message": "Added Yamon version tracking\n", "proba": 1.5076227555255173e-07} {"commit": "9f05544b35fb3a0902c0e5d0a7299987443e114f", "message": "Explicitly set autoglob in bzl files\n\nReviewed By: strulovich\n\nDifferential Revision: D25537172\n\nfbshipit-source-id: 6d1d0b1cab35059b8ed848d7c1de34c7e94347f7\n", "proba": 2.171562414332584e-07} {"commit": "c15e3092bcaf70989b5be2b8b3107b5a02e5100d", "message": "[FIX] copy/paste comment\n", "proba": 1.512024425665004e-07} {"commit": "c49a7fd737cd579c3cbed002aeae98aefdad55bf", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "e8b7b22016a7a4762bd2a02b5726ddd34fd08905", "message": "added EqualEarth projection\n", "proba": 1.9489219482693443e-07} {"commit": "3239dc3ee63cc32b5a1e9bd04932bb88a962dbdd", "message": "this is the version for when we merge and upload to pypi\n", "proba": 1.1912148067949602e-07} {"commit": "0fe29809bb43254c85ad075bb2191a0389d1afa0", "message": "Remove unused parseLog.py\n", "proba": 1.3407824326350237e-06} {"commit": "89056a40cef1424a4e61c54edba66338c3863034", "message": "#2 cleanup download folder on process failure\n", "proba": 1.3358898343085457e-07} {"commit": "2c471250a284fe8fe42397a13f5e1aa3d70106e0", "message": "Minor naming change\n", "proba": 3.7687235021621746e-07} {"commit": "f7c01be518d0b56cecc47a16d31bae61900a2360", "message": "test xls file no longer needed\n", "proba": 2.4938981368904933e-07} {"commit": "f472cb8b7ccedd080085d6ba3ff7b1ae001fa49a", "message": "Fixes for optional slit operation\n\n- partial (?) fix for github issue #456\n - fixes an issue where the code was trying to update the GUI when the\n GUI was not yet built\n", "proba": 2.4611978233224363e-07} {"commit": "5d8cfb58c50a57ecb40e9173d2a6a67f9e39a1f9", "message": "gh-pages publishing tasks\n", "proba": 1.115865416068118e-06} {"commit": "866a643222abe2497ba009fb47f091f1712c186d", "message": "Add prefetch modules\n", "proba": 5.778214813290106e-07} {"commit": "719456574b97425145d17ccb47d5483ec03f9364", "message": "fix build failure\n", "proba": 7.54353152387921e-07} {"commit": "ba82d4e94d9c2e029f794d9973534b4413190458", "message": "parsegen: typo\n", "proba": 0.9998270869255066} {"commit": "1192871b6ad584609b1430748d899222c5de40f3", "message": "Report task progress for all task types\n", "proba": 6.397807010216638e-05} {"commit": "884e810b19f44a5184852be9b9e186a946df70d2", "message": "removed loading parameters\n", "proba": 1.3941330507805105e-06} {"commit": "4d54f8ef5ce876bc80b098783d5594645c19adef", "message": "Tweak to make cut levels boxes fit better in Info plugin under gtk\n", "proba": 1.2817378092222498e-07} {"commit": "1328632552f98bc516d0ce6041720898b2b17a9e", "message": "be sure to include the license file in the distribution\n", "proba": 1.2742191302095307e-07} {"commit": "5cc1bc4978006fa46a295d0cf3bad6bbcdcdfd8d", "message": "Release 1.0.1\n", "proba": 2.8138845209468855e-07} {"commit": "2923711bc64ecf57b152442fe8019d95f947784d", "message": "Add type annotations to time_series module\n", "proba": 3.463464679498429e-07} {"commit": "c02de16dd331fca566f971ec70a936f4895f888e", "message": "Changed html_template for bootstrap.\n", "proba": 1.2946296124027867e-07} {"commit": "262719ce719d7d4be063ce61edb249cf11b90c48", "message": "Added verbose output for tests\n", "proba": 2.45329829340335e-07} {"commit": "4b60932c945f1613b307a00461d5e81c4c739cbe", "message": "working on mount script\n", "proba": 5.370490612222056e-07} {"commit": "f281ff7b5681924bd075a9cbf3b0bfb986110abf", "message": "Added bootstrap panel to rest of html.\n", "proba": 1.0436863817631092e-07} {"commit": "0363ece2b30da9dba71450b70315262eee2d41af", "message": "Bug fixes.\n", "proba": 1.3982099744680454e-07} {"commit": "207679a98a5152f4303a5b2e0a2586372dae423a", "message": "Bump required version of pygst_utils package\n\nThe `pygst_utils==0.2.post23` package introduces dynamic adjustment of\nframe polling rate, which should improve responsiveness of GUI while\nmaintaining fluid video playback.\n", "proba": 1.0464491140282917e-07} {"commit": "daeae8cf4ed39459f6d6e296bbb39f88167e71e6", "message": "Robuster session expiration handling\n", "proba": 1.938186500183292e-07} {"commit": "3fd873f1ac7ab98ad41636b440c2bc082f0f15af", "message": "small wrapper fix\n", "proba": 5.58322312826931e-07} {"commit": "22c62585183f4918a35529991456e59bddc0dbb7", "message": "makedirs_p() function is invoked.\n\nIn a new release the makedirs() function we called until now fails in case the directory already exists.\n", "proba": 1.0473117129095044e-07} {"commit": "2c0b94e5ca3049000c3d01e8a8b7090edbe6f881", "message": "Fix atom-shell build on windows\n\nWhen compiling against the latest (0.22.1 currently) atom-shell\nsomething was defining `HAVE_POLL` which is a linux system header\nfile. This was breaking the atom-shell build on windows.\n", "proba": 2.6915881790046114e-07} {"commit": "8892f5affcebe681c45c592a6fa50169fac47d08", "message": "Improve auto generate_db\n", "proba": 6.305866463662824e-06} {"commit": "2f2c334d9f24b3a6e7df3c5301c9d1e9940ff12e", "message": "Changed some details to setup()\n", "proba": 1.1834041657721173e-07} {"commit": "7595f9c784ac1b2e7f324575ef84fa98d927bb92", "message": "stripped the [] from the serial command\n", "proba": 0.00012701371451839805} {"commit": "fc28495a4656a10100a9608ab6649d578ebc0cde", "message": "add project url to setup\n", "proba": 3.363390987942694e-07} {"commit": "21c4cb3d112be40a35346b140dfcec1dd1dfedaf", "message": "deleted accident debug string\n", "proba": 6.163796228975116e-07} {"commit": "5cc0854744b306a0a4f17f2243594068875c1c28", "message": "resolving more conflicts plus...\n\nthere were some whitespace errors that needed to be resolved.\r\nalso - the validation of expiration date would throw 500 server error when passed bad data. fixed above so that if mm/YYYY can't convert to datetime object then ValueError is caught and handled, resulting in is_valid returning False.", "proba": 2.93955594088402e-07} {"commit": "ef1624ec24bf518a6f245babf2a01df78d384229", "message": "Adding a new task to run unit tests and specs.\n", "proba": 2.529280038743309e-07} {"commit": "f662fecfd2f0066df676029f5d94be7a29aa2a6a", "message": "add layer.color\n", "proba": 2.587381686680601e-06} {"commit": "fa1cc5c2b7a331ec2ddc9febfdee60e4e565467e", "message": "Use paver sh to execute webui build commands\n", "proba": 3.661665743948106e-07} {"commit": "087524b169bf6da32d4534e41b1ebfebd0c27c84", "message": "Remove redundant assignment\n\nUnless I'm mistaken, this line of code has no effect given the immediate assignment one line down.\n", "proba": 8.956507372204214e-06} {"commit": "abd45c192ee781243d64190d30e126ebbbbcff90", "message": "Make sure to call default admin login page, when user is not authorized\n", "proba": 2.417175721802778e-07} {"commit": "7cc7e96b568222f4371dc36d518859e4b3970ecd", "message": "Exclude some file and dirs in pavement\n", "proba": 1.00594547802757e-06} {"commit": "d8422c8b3dd0f67fec85b41be9c25a56b3ef8079", "message": "Remove failing converter UT\n\nRemoved ACI-to-AIM converter test-case for non-uni\nDNs because non-uni DNs are not valid ACI DNs.\nIf non-ACI backends are to be supported,\nthe default converter will have to be changed and\nsuch tests can be added at that time.\n\nSigned-off-by: Amit Bose <86fe013bff5925c01c9e7d65063d6e7a34faeccc@gmail.com>\n", "proba": 1.3589901470822952e-07} {"commit": "ffaca94d7fe1c666f67e4141f9f4d3f614a8dadc", "message": "Support renderer kwarg for Django 2.1\n", "proba": 2.346501020156211e-07} {"commit": "f645db77663a654fcc758c0aaa775b9ca0c2459c", "message": "Composer: Fix sample code region to include datetime calculation (#1596)\n\n", "proba": 1.0970458674819383e-07} {"commit": "5870e41a7bff76bddc5fdd4ec1991848feae644f", "message": "Improving the index\n", "proba": 0.00023894893820397556} {"commit": "60bbc2c62ace3823e8e8d84c32e6ad0d04164c07", "message": "Col and row headings now done. Now working on getting the cell highlight working correctly.\n", "proba": 9.95072255705054e-08} {"commit": "74130ab0f624c343005bd60643a8374829b9f150", "message": "fix for new django-filter\n", "proba": 3.2162333241103624e-07} {"commit": "4fa6dbf07a891cf80c31b4c670a8a3be000feef8", "message": "ip posting\n", "proba": 3.622618010012957e-07} {"commit": "b375fa2dc918b0658edcb4e4d2a966cb61100a02", "message": "init GSGlyphInfo\n", "proba": 7.142160711737233e-07} {"commit": "9886a973b1eb6c75bc1e95de1376258100daa38d", "message": "Fix paver script\n", "proba": 1.3067052577753202e-06} {"commit": "56e3de66fb15be9cd4febdb5faebd7b6581d3bb0", "message": "Add test\n", "proba": 5.080644768895581e-06} {"commit": "d6db0a06297d232c3380abc1e7d8da1d3dc0607c", "message": "Filter team list\n", "proba": 4.78850893159688e-07} {"commit": "a007a24c3566b774ec6a8375dcce97267c43a067", "message": "Add __init__() and find_supported_translations()\n", "proba": 1.1677468137349933e-05} {"commit": "437cc32af24f1e87098d05b04efd82d93e41896b", "message": "Bump pygtkhelpers/zmq-plugin versions\n", "proba": 1.7951040831576393e-07} {"commit": "f95017698ae49c748a9d12caf4045310d8856bea", "message": "extract links from link tags\n", "proba": 2.454800664963841e-07} {"commit": "4fe669c81101714c6df575cf490a0e8e8968511c", "message": "\uc6b4\uc601\uc2dc\uac04 \ub9ac\ud134\ud0a4\ubcf4\ub4dc\uc5d0 \uc544\ubb34\uac83\ub3c4 \uc5c6\ub294 \ubc84\uadf8 \ud574\uacb0\n", "proba": 6.657842277491e-07} {"commit": "cb5d3a198c496f8db7f419b58fe79ff9998dae1d", "message": "Added doc string for Bitfield class\n", "proba": 1.4899944744684035e-07} {"commit": "eb55b07f8144cfba81b21b1080c997fa4da38216", "message": "Closes issue #28. Expanded the field size of the 'params' column from 500 to 5000.\n", "proba": 1.4070263887333567e-07} {"commit": "2fe86f22c4398fcb9d9e3b39c9114ebc30d223e3", "message": "add ability to retrieve comments before a config file rule\n", "proba": 3.1687082469034067e-07} {"commit": "4e55ba7217cffd66908f82bb4ec9a750457319f5", "message": "Update and review yunohost.service\n", "proba": 1.6577557460095704e-07} {"commit": "d442a3c886400faec84b52421ffaf3792e47e84d", "message": "Refactor plugin handling, ditch pluginbase\n", "proba": 1.6669793012624723e-07} {"commit": "883531aac885dd840bffd132c4622b6d5aaae3c0", "message": "Use _instance_or_null in github3.gists.history\n", "proba": 8.976548997452483e-05} {"commit": "e9491abcdc3460cc6ba079ff443e636c78a92ddf", "message": "Issue #15, url encoding\n", "proba": 1.6151679460563173e-07} {"commit": "fac296a79c4a43b1ea531a472eee1d92fcbc4838", "message": "Undefined name 'e' in pavement.py\n\n[flake8](http://flake8.pycqa.org) testing of https://github.com/scipy/scipy on Python 3.8.0\r\n\r\n$ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__\r\n```\r\n./pavement.py:77:22: F821 undefined name 'e'\r\nexcept (ImportError, e):\r\n ^\r\n```", "proba": 9.544773092784453e-06} {"commit": "d78daa44cc90b3ea9090fe6c24e788ebafe84496", "message": "Fix EVALB compilation by cd to directory path instead of binary path (#2090)\n\nPreviously, the code would try to change directories to the expected path of the EVALB binary, which doesn't work since it doesn't exist --- the right thing to do is to change directories to the location of the EVALB source files, and run `make` in there.\r\n\r\nfyi @schmmd ", "proba": 2.3342506665358087e-06} {"commit": "07dda13ccd666c5c31bdf607553897f728481925", "message": "Some files don't have replicates\n", "proba": 1.7225983128810185e-06} {"commit": "fa67e65203582cec93ae6f0ec48edce343383fd2", "message": "add alternative string manipulation\n", "proba": 0.0015761760296300054} {"commit": "893ebf095d4f5126639fc7480f960de16ae6430c", "message": "adjustment to finding the base url when a get of a changeset occurs first\n", "proba": 1.9642899928840052e-07} {"commit": "a7c450f2fd9710e859989f1edefdcc4f823d0707", "message": "Added a DummyCallback class which does nothing.\n", "proba": 1.0624499680034205e-07} {"commit": "7b8ba2e8d3dbf4971343fce1c755599284e02d5a", "message": "set default for config_root_path\n\nhttps://github.com/google/glazier/blob/master/docs/setup/config_layout.md#components implies that Glazier will look for the first `build.yaml` file under `config_server/$branch/config/build.yaml` but `config_root_path` is, by default, set to `''` so Glazier will try and fail to find `config_server/$branch/build.yaml`. \r\n\r\nThis PR makes the code match the docs :)", "proba": 1.9291816499844572e-07} {"commit": "4888bf064abb425c456320dbac5889f172060a59", "message": "count number of each kind of PCIE packet from trace\n", "proba": 3.6260260571907565e-07} {"commit": "ef137dfc33ddd871d162aa7b46042befe5f779a3", "message": "Expand test coverage\n", "proba": 0.00011666297359624878} {"commit": "9867387a3d1197f53cca86d775aab276a93bb567", "message": "Minor code cleanup.\n", "proba": 1.328681946688448e-07} {"commit": "9ade3abce367371f58176c8b89f70207d3a88e29", "message": "Patient management\n\ngit-svn-id: 17b65aa696fcc40d4fb5e10c2844d0ceb31bf32c@101 92e3e9a8-b16a-40ff-a0f0-73f7c07c1316\n", "proba": 5.821062813993194e-07} {"commit": "d04b28a6e5b8d5cc6312c483f0058b21a4df5ee1", "message": "djangoforms module added to app_dir in pavement.py\n", "proba": 4.2741081074382237e-07} {"commit": "c2b61c600559dc38eb87800b7f723c97c6c5e451", "message": "make evalb use unique temporary directories per process (#1254)\n\n", "proba": 1.093667592044767e-07} {"commit": "6ce16afa89e463e58bf407d0c5a474ff790f01ae", "message": "Restored changed check\n", "proba": 4.005332243650628e-07} {"commit": "1be42c6dbfcca106f213d64675ebd0f188481904", "message": "commit by proper #\n", "proba": 2.173725448528785e-07} {"commit": "50fb061d5fb09c5d904b71863f72f62ba49debaf", "message": "Fix test failure\n\nThe test needs to patch both version.openjpeg_version and\nversion.openjpeg_tuple.\n\nCloses-Issue: #326\n", "proba": 0.006710597779601812} {"commit": "ebb7a288f2d6142b0c32369035d85d579e3c6a8b", "message": "route53 function take AWS ID/secret like in s3\n\nFor consistency with the environment-variable based production config.\n", "proba": 1.1296343416233867e-07} {"commit": "24be1628c6ad5020679316b72f24cb1209a50e7b", "message": "pip will say that it's about to install Paver so no need to say it again\n", "proba": 1.2208192856633104e-07} {"commit": "897ed5da9ae6d32cfc403ac771990c6db530db66", "message": "Rename LOGGER to LOG\n", "proba": 0.9999979734420776} {"commit": "ad67ea350c42afe45c42fd9361220bceeae3487d", "message": "parsegen: do not generate OPG_ for empty ops\n", "proba": 9.313243208453059e-05} {"commit": "939d57c8017af9eeaa7896a5236f780da1987a0a", "message": "generate_big_project: installation configs\n", "proba": 5.167428753338754e-05} {"commit": "ff8b3557f813a8a1b4c35469590181acb78229f4", "message": "Replace .content property on high level class with to_dict on lower level class and make inner content dict 'public'\n", "proba": 1.4875992349061562e-07} {"commit": "047734b96cd2ca9ab0f9181ef8bbd311458d5092", "message": "SCALRCORE-8728 pass missing raw=True to requests library\n", "proba": 4.369002795101551e-07} {"commit": "8fa8c64f7773271a36df324be79ee8b823d20728", "message": "Require a more recent version of FeedParser\n\nThe newer versions drop the Python2-only BeautifulSoup3 requirement.\n", "proba": 1.0774061820484349e-07} {"commit": "29db6b0b4d4daa73940517cd089e37b55856aeab", "message": "Add FUNCTION type for @staticmethod\n", "proba": 2.685208983166376e-06} {"commit": "6ee81de36b0725e8928edd4fa74bb513a9a61a30", "message": "displaying results of python db population script\n", "proba": 2.881471345972386e-07} {"commit": "d0918adff0da5e15d0ceffa565e253b6ed363893", "message": "Fix class name typos\n\ngit-svn-id: 353d90d4d8d13dcb4e0402680a9155a727f61a5a@902282 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522} {"commit": "98ffc691b813541a789eb71dfe99eac6342035b9", "message": "Revert \"Stop scraping when encountering first cached submission ID\"\n\nThis reverts commit f6545f6846a5b055c15bb88a0adc2f0bbe36549b.\n", "proba": 1.20658938840279e-07} {"commit": "0b5a388faee9a14239106c31bb3f4cb2da721c94", "message": "Add bytecodes.\n", "proba": 0.0001025860765366815} {"commit": "2b0e28aeb37608cc935f59a10a56b65859b757b9", "message": "Don't override the default default_log_level\n\nthe default in the sample config is:\ndefault_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,\n qpid=WARN,sqlalchemy=WARN,suds=INFO,iso8601=WARN,\n requests.packages.urllib3.connectionpool=WARN\n\nUsing this setting prevents a lot of logging noise eg.\n2014-03-07 11:32:13.688 13917 DEBUG iso8601.iso8601 [-] Got u'2014' for 'year' with default None to_int /usr/lib/python2.7/site-packages/iso8601/iso8601.py:124\n2014-03-07 11:32:13.688 13917 DEBUG iso8601.iso8601 [-] Got u'03' for 'month' with default None to_int /usr/lib/python2.7/site-packages/iso8601/iso8601.py:124\n2014-03-07 11:32:13.688 13917 DEBUG iso8601.iso8601 [-] Got u'07' for 'day' with default None to_int /usr/lib/python2.7/site-packages/iso8601/iso8601.py:124\netc...\n\nChange-Id: I4fdbd3e7a743ad1094f58cc6e7c570ce54933840\n", "proba": 0.999988317489624} {"commit": "f25ce1d2930a98aaf94bcd1bf5cd3b000bf8ef4d", "message": "paver docs command\n", "proba": 8.724375675228657e-07} {"commit": "044b115f62b875ed16442b1061e7877cdc4ddf37", "message": "Moved all auth key data and methods into a class.\n", "proba": 1.1486223883139246e-07} {"commit": "69fdcabde666b59a5d211c92e8c9a7a419e93f3b", "message": "Hotfix on creating user_token.\n", "proba": 1.2204793620185228e-07} {"commit": "7da0d1a8cee8545ece3b8e856a5f5d10775f1e70", "message": "set logging level to INFO\n", "proba": 1.6638736269669607e-05} {"commit": "32c75fd036c17618fbabed479f00d2bbf9b48c50", "message": "Add bytecodes.\n", "proba": 0.0001025860765366815} {"commit": "411db55a82a2b50c0d89bad7ab6b2802dea0d7a2", "message": "Fix tests after Simulation class move\n", "proba": 2.4621039074190776e-07} {"commit": "4da6dafba2c2b001e766136c747088e0859327e2", "message": "UI: integrate Cycles ray visibility and culling in new Visibility panel\n", "proba": 1.3215331762239657e-07} {"commit": "72ba10d896241ed3b7294747d1286e0b8d76283f", "message": "fix for legacy py\n", "proba": 2.839366857187997e-07} {"commit": "2aa674e0f07f8a5ca2b1c0b8a8b4a8edbe8db7dd", "message": "resetting Pathway behavior on master while I'm working on speed increases\n", "proba": 1.928679438378822e-07} {"commit": "0defb820e6405a792e63347fa2414953b5449bbe", "message": "Comment added to create generic decode method\n\n\nFormer-commit-id: 256c0f9cfd1ca0c5982ac9ab001c5ced84a02c32", "proba": 1.6470838090754114e-05} {"commit": "8b5d3995a1af26e94afb5f3122e5bdda2cc4f9c1", "message": "Bugfix in password.py error handling\n", "proba": 2.8429380449779273e-07} {"commit": "b656beda63394f62c3e930adf01eb7beeb6cef99", "message": "make output clean\n", "proba": 0.9988775849342346} {"commit": "4e4e123a29f87700d7766e69d11f37e53c68823d", "message": "Add more codes and bug fixes in fxp_read.\n", "proba": 1.025897802264808e-07} {"commit": "98e131f440ad64e2221651927cc0837b93fc8fe8", "message": "Only shutdown input plugin if set\n", "proba": 3.104043457824446e-07} {"commit": "3053099b2cbe7dae5d12bf5524d32f693d897870", "message": "api tests: make test work on both sqlite and postgresql\n\nSee https://code.djangoproject.com/ticket/27813\n", "proba": 1.890311551733248e-07} {"commit": "555513691f79db537a8c7430e87e846e8607ef5e", "message": "smoketest: ospf: add debug code for redistribution test\n", "proba": 1.4737328228875413e-06} {"commit": "c244487bc325fec2c3d2ff737f94f750b3a0a4f4", "message": "Fix plotting function for zero Q rem\n", "proba": 3.89436972909607e-05} {"commit": "330ffb29fd7bd4e6eff18fc33aeb7f3266a3d4d3", "message": "bury the other card according to settings.\n", "proba": 1.7697648502235097e-07} {"commit": "8a5c06cd833cbb1fa6797beeded9756a35240011", "message": "add decorator in order to check rights\n", "proba": 3.76399640344971e-07} {"commit": "4f86c8c5930fb28fc38e234acab8e7a67c9ac72d", "message": "a bug related to the queue\n", "proba": 2.712835680540593e-07} {"commit": "aae26b86bc1e73c9faedcf1b4247408c68d6996a", "message": "Add more codes.\n", "proba": 1.291761009269976e-07} {"commit": "9e08941bdda70f38cb3f0b24ba3169806ac8122b", "message": "Added ability to continue on from last news group\n", "proba": 1.33072617813923e-07} {"commit": "8bb40bc3da9c556026c4881f31d60a5217a44596", "message": "fix: example project helpers reference implementation block\n", "proba": 4.5435464812726423e-07} {"commit": "e1f917f60cc2215c2278abc6d9a370d91545ba7f", "message": "beginning of gradf\n", "proba": 2.4657042558828834e-06} {"commit": "1544f5b56920da737de0264520cadbe13f801572", "message": "okay then\n", "proba": 1.3713050748265232e-06} {"commit": "741590521bee69009415f6a17115c0830b640a9a", "message": "Fix fetching of user id\n\nThe \"official\" way of accessing the user id doesn't work. So do it\nunofficially.\n", "proba": 1.7261060065720812e-06} {"commit": "fca58ed4471ecb2402f6734df8f5a3212284b13f", "message": "Made static view function in flask allowed.\n", "proba": 1.0561240060269483e-07} {"commit": "d3ad754b37ad25b05addd5ed7356a46dc4d154e3", "message": "1.3-RC4", "proba": 4.091698713182268e-07} {"commit": "848b88e1542ed2094c70dca846ea8b119b7df946", "message": "disable strict_action_env\n", "proba": 3.1053482416609768e-06} {"commit": "8706a36afc1d51604ba2a1814eb269bb49315fc4", "message": "pylint: removed uneeded backslash\n", "proba": 5.762252476415597e-05} {"commit": "c80a5f4956f275b48bff1a87f6cd08b1682d5da2", "message": "Make parameter n positional; expose _logprobability functions\n", "proba": 1.8068587905872846e-06} {"commit": "c89334d42e1998c82171f873d42d670775aa4619", "message": "Cache Change user_can_edit to avoid project group lead lookups\n\nWe only want to query the project's owner groups once per request,\nas doing it multiple times during a single HTTP call is pointless.\n\nSigned-off-by: Shawn O. Pearce \n", "proba": 5.453603989735711e-06} {"commit": "2cfd5d81ff4e14021cc97a59527d31d5a4a83845", "message": "Make indexing of dict values compatible with Python 3\n", "proba": 1.9307279217173345e-05} {"commit": "185c33343c182c3dbe338842edd701c858cd1ce8", "message": "Remove firefox from builtin user-agent list\n", "proba": 1.4165291304379934e-06} {"commit": "ed53edcc9d9ab1629726ea95e2f502038623efd3", "message": "Use hands to push only\n\nConflicts:\n\tsoftware/models/atlas_v5/stored_poses.json\n", "proba": 3.283748810645193e-07} {"commit": "20655fd9196230ba359d846470e9e10203f14b51", "message": "Allow filtering what files to minimize\n", "proba": 1.4746002534593572e-06} {"commit": "efaf8725d27fd1ff54ce64c94e8d9137d4fa82f1", "message": "Remove Tee helper\n", "proba": 4.4653739905697876e-07} {"commit": "3da3b422bfc6a740700212b6ce488b4e087d16d9", "message": "1.3-RC4\n", "proba": 4.091698713182268e-07} {"commit": "08aea1cd076bddc75f35877bad91f1e063da114e", "message": "Upload index generated from different branches into their own subdirectories (#1349)\n\n", "proba": 1.0802828853684332e-07} {"commit": "27f4499dc11628b2520de65c5f8db6b397d19b69", "message": "Add url to check for incoming sms's.\n", "proba": 1.2532886728422454e-07} {"commit": "d3d4a73eefafa0e704bd2e28c4513d39bc2e8c58", "message": "leap-forward-fix: fix ConstraintSet.runIkTraj for EXOTica\n", "proba": 2.8629731332330266e-06} {"commit": "f71fc4aabe041382cbac5655d1380fdbb77b8a3d", "message": "MAINT: Cleanup pavement.py\n\nRemove long unused options from pavement.py. There is actually little\nleft, and what is there could easily be turned into a python script at\nthis point, but this clarifies what is currently needed.\n\n- Remove Windows installers code\n- Remove OS X dmg installers code\n- Remove Documentation generation code\n- Remove Changelog generation\n- Remove unused variables and make pylint happy\n\nAlso fix a Python 3 bug, the files to be hashed need to be\nopened as binary files.\n\n[ci skip]\n", "proba": 3.1606816719431663e-06} {"commit": "23f3f713771a00f4f2e2e87acb1584e5a46dc239", "message": "Final update\n\nThis is the last update before the payloads are flown. I added the blinky light back in, and I added the camera and GPS back to the queue.", "proba": 1.0055428845134884e-07} {"commit": "ca8b7a92dc91f331f2723d535e78f9c8c3fddb87", "message": "Allow our final hosting domain.\n", "proba": 1.1235500352313466e-07} {"commit": "55985d2090194af752f931211025324cb9294a14", "message": "validate settings when they are first used\n", "proba": 2.5201137532349094e-07} {"commit": "718ed9c2476d448729489892b15bfece7c0b7c91", "message": "update robotiq joint code in roboturdf.py\n", "proba": 2.5599072728255123e-07} {"commit": "e654481128cd6eec149267f8f1c9752f6a7c4a3e", "message": "Added coverage task to paver\n", "proba": 1.2188554876502167e-07} {"commit": "ce6ccbfc11a6eaa091700ba21983d14bedf89df3", "message": "Fixed bug in \"notifications to samples conversion\", due to how publish_context is now defined\n", "proba": 1.3101151807859424e-07} {"commit": "6d45fe5589398455a69145434139b9acbbc45d81", "message": "Rewrite CLI tests to make their purpose clearer\n", "proba": 1.011818426377431e-06} {"commit": "72a55d2f1685748c511fab922743246560ea2625", "message": "Delete dead code\n", "proba": 0.00040343904402107} {"commit": "d0b555934eb0db50464ef7a13bddb6a66193dc74", "message": "Corrigido bug na senha errada quando o usu\u00e1rio ainda nem tentou entrar.\n", "proba": 1.61884429417114e-07} {"commit": "840a141d3372afd77b3b3125b551f5dc0d5f1f42", "message": "Depend on proper SchevoDurus version\n", "proba": 3.3416660016882815e-07} {"commit": "ce8ac60d2dbe3e69f0786240c1b00484f19d25f9", "message": "added author list as links, fixes 117", "proba": 1.0687709561807424e-07} {"commit": "64ffa81405b2198eb1092197d32638f65e7a85bd", "message": "simple mapping sweep code\n", "proba": 3.9187102629512083e-07} {"commit": "288e9f0c3a6530b41ae58e40b077bc0eb98e1300", "message": "PasswordInput gets the same behaviour as django.forms.widgets.PasswordInput - render_value is a supported option\n", "proba": 3.417405878280988e-07} {"commit": "b34d5fd86ecca4405b9236c1ac6e03f28298f48a", "message": "Restore renamed shutdown method\n", "proba": 1.2291819757592748e-06} {"commit": "14af3fe7e24c4de6c3ed63e931bc03e839ac64c3", "message": "typo for stream registration\n", "proba": 2.3529973702807183e-07} {"commit": "182b4157a36e23d7a770dc06dca3dc1e445e9eec", "message": "add PATCH method for partial update\n", "proba": 3.109050226157706e-07} {"commit": "8453f0f056e9d55a172326ae8cc9778aba9e0377", "message": "Remove ^M\n", "proba": 8.403531523981655e-07} {"commit": "1ee85227c792015359557c0298245f80f4603b69", "message": "Remove touchDepth from valve GUI.\n", "proba": 1.1534424260162268e-07} {"commit": "b29ed591683de3e41cf73132a87091b0ce91b131", "message": "small mod in NetCDF.difference() - mask with fill value instead of np.NaN\n", "proba": 4.0039267901192943e-07} {"commit": "212a58f571c8e6bb5f40d059de060e8bb728d78e", "message": "bump version, make custom options lower.\n", "proba": 1.0764100011328992e-07} {"commit": "8fd4f02fee62dfba1c5415a3a7746e08385b815a", "message": "more map convergence\n", "proba": 1.8224218933937664e-07} {"commit": "5923e1e74d1f201ab35f63ddb2f8a657288ef6ab", "message": "Fixes #606 - use SNI for boto cxns if possible (#631)\n\nBoto https connections weren't using SNI before. With the recent-ish\r\nintroduction of OpenSSL 1.1.1, we start to see SSL errors when making\r\nrequests to storage.googleapis.com (GCS's XML API) where the server\r\nhostname was not specified. This pulls in\r\nhttps://github.com/boto/boto/pull/3843 as a hotfix into gsutil, since\r\nthere isn't a released version of Boto where this PR is included yet,\r\nand we'd like to have it sooner rather than later.", "proba": 1.4687434202187433e-07} {"commit": "846525c8c0c5eaf5868635864ece9c588322c7a0", "message": "Identify files by sha256, so no double indexing\n", "proba": 4.622454071068205e-06} {"commit": "1e8a0732eb78887d84613a94c87ef66e6a1e6c57", "message": "another try in fixing the null problem\n", "proba": 2.425167338060419e-07} {"commit": "db05c79a3fe14adeae643ef394651a26886b9390", "message": "fixing all the merges we done\n", "proba": 1.3410289056992042e-07} {"commit": "cbaf554933a608e0d5b68685c91a9898314ff14b", "message": "esi_calls: log date & time along with ESI error headers\n", "proba": 2.1820437723363284e-07} {"commit": "bf407a43dd14a70e8aea543eb2635dd05bbfec63", "message": "hopefully recovering better from disconnect\n", "proba": 3.1281740575650474e-07} {"commit": "086bfa1e452ddb1565278656e8acff10583c3503", "message": "fix key name of gridProperties while fetching frozen column from sheet (#83)\n\n", "proba": 1.0757490542800952e-07} {"commit": "668a0c47eb75c2390b6f3b764d33467f5d482e75", "message": "let the queue blocking work on up/download threads. adds retry on get folder\n", "proba": 1.0843513109648484e-06} {"commit": "8ff713be1fb5bc33057e453de9a33522f8f42535", "message": "Django debug toolbar update fix\n", "proba": 4.5891277977716527e-07} {"commit": "0f424e50202ed71da22b8792204693f59835adcc", "message": "subset\n", "proba": 6.807513273088261e-05} {"commit": "325de02833e4df61c4eac64ac0462b0fde3ba8cb", "message": "named slices\n", "proba": 0.00016651283658575267} {"commit": "bc9328099525e0087dbe568abf1cac9143e54752", "message": "Add comment on quarter note check - that code is more general than that.\n", "proba": 1.0517597814896362e-07} {"commit": "0c6c8d53c3ae15c8db2c77615e3657929a6387cd", "message": "More small speed tweaks...\n\nTurns out if statements are slow, we can't pass them off to the compiler.\nSo, we're going to use try catch exceptions and see if this speeds it up\n", "proba": 3.138405304525804e-07} {"commit": "2448ffc3f15ff44a91822d12d92570174a541a5b", "message": "Rewrite is_phpcpp_installed and create_extension_dir.\n", "proba": 1.2210766442422027e-07} {"commit": "d00c5166f7a2d15b6a9dc389b710e25037003034", "message": "Disable computation graph on all PyPy\n", "proba": 5.789908641418151e-07} {"commit": "ea711464bf59c2f29f78735c9608d4c5f8208d66", "message": "fixing tabs\n", "proba": 8.04300668733049e-07} {"commit": "7f8b4617843e9d6d2f7bc8a306067e1e0716a7bb", "message": "Added check for mac when assigning button to remove files from list in GUI. Posix treats right click as mouse 2 not mouse 2 as in windows\n", "proba": 4.083325677584071e-07} {"commit": "211eee4de802e059cc4eb0676f53291ae96345ea", "message": "Bugfix at getIndex function from conf.py\n", "proba": 2.093793369795094e-07} {"commit": "c1d6e31987b71802a74aee2efaadfb17076ce225", "message": "Show the current booking in the list of bookings.\n", "proba": 1.3104875051794806e-07} {"commit": "8f13ff6e04543a3910ebdc3c1314c11551b2f326", "message": "Removed an extra list_display line and made the owners field use the filter_horizontal widget\n", "proba": 2.2077904304751428e-07} {"commit": "c2f3d2a95543bc0779c83de3e4f7e1f17d3af8ec", "message": "Fix user booking quota. It was allowing one more than the set number of bookings (wasn't accounting for the booking we were currently processing).\n", "proba": 1.1858613646609228e-07} {"commit": "f3652a5234cfa5581184b27ec39e2986056b3e5a", "message": "add validation\n", "proba": 9.295368386119662e-07} {"commit": "5d20edcc508f6b90f496af32f0c23aa2def7113b", "message": "Use dataclasses instead of namedtuples for IPC message types\n", "proba": 3.1992581739359593e-07} {"commit": "9690010d24e497609bda70435ba133914ad7ad5e", "message": "Made password blank", "proba": 1.6375113773392513e-05} {"commit": "84d874384c4f09c6d0623ad53a95d2afaa07420a", "message": "removing lint\n", "proba": 3.367593535585911e-06} {"commit": "f05cdfa9a294d7dc9711cd423d6f72877942b78b", "message": "Add callback attributes to WSSession\n", "proba": 4.353148597147083e-07} {"commit": "31b4966917991c1619aeff360c3e2239937fe39d", "message": "Modify `get_form` to allow the admin class to use a custom form.\n\nPreviously, it wasn't possible for a user to easily use their own form on the admin due to how `get_form` was implemented.\n\nThis change will allow a user to subclass `FormAdminForm` and use it on their custom admin class more easily\n", "proba": 2.5565846044628415e-06} {"commit": "0d11107650c7963c945826e393dfaa84b29a5d50", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "9518f44b53bc3524b8fb060e5a2b18f98f75e4eb", "message": "Ahora se muestra el precio, pago y balace en el detalle del usuario\n", "proba": 1.2171202001809434e-07} {"commit": "177ed0ac9bda6c86d9506dc8ec99205d46c9a5a1", "message": "Update src/canmatrix/cmjson.py\n\nCo-Authored-By: ebroecker <2f8b609dbeb7185fdfcf57d368d5b5c68333d7d2@gmail.com>", "proba": 1.273936049983604e-07} {"commit": "f126871d033c243282abc4e572d68f52a6987d8a", "message": "Fixed dSIPCDRInfo Table\n- The definition was missing in the database mapping file\n", "proba": 1.2034841745389713e-07} {"commit": "e058f001489d4741ec19f88322f54f4796ee80ae", "message": "update deprecated compressor setting\n", "proba": 4.833232765122375e-07} {"commit": "af141b044a144ccd18f47e0d7cfc562a0308262d", "message": "update : add login, click booksale test in functional_test\n", "proba": 2.0881419970919524e-07} {"commit": "8781b9a546dd4467410bd0fcd4a760758c7c1823", "message": "fix classification bug\n", "proba": 9.117266586144979e-07} {"commit": "1d84640820651bbc949e5fcab464620b96d9da13", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "b92e7c281f18dc0a3c9c65a995e132c89d9f82f1", "message": "Fix city scraper, doesn't throw type error\n\nCity scraper now prints out html for every city and territory in\nthe us without throwing any error.\n", "proba": 1.0180792742175981e-07} {"commit": "0ab8b5de523eb637f01d73558de1e0d25be29e7f", "message": "Added GSLTExpired = 106 eresult\n", "proba": 2.2946005628909916e-07} {"commit": "b255dc13484e2577ea9ad6a15ea0778e14c1b86d", "message": "add support for moisture sensors\n\nremove signal from packets sent, it's not really useful and you can't\nget it over 433rtl.\n", "proba": 1.0322159482711868e-07} {"commit": "092bf9eaa395e73b97aca71e6425c08b8410728f", "message": "fixed apply statement for irod setup method call", "proba": 1.7876097047064832e-07} {"commit": "c13e503976fc48bc3bafa6acab6c58c5801c4bdc", "message": "added getNodeIds()\n", "proba": 1.9803910333848762e-07} {"commit": "260c4ebb6c2fbd79152e22424f9c2a029cc7f84b", "message": "fixed amount of whitespaces with respect to PEP8\n", "proba": 7.33048000256531e-05} {"commit": "794dfdd6dab2c366438e6776bc16128122dd8ee8", "message": "chore: fixes typo\n", "proba": 0.9997101426124573} {"commit": "645734205fdcc4b0666afd2c86a61864f708b922", "message": "use official ghost image as work base\n", "proba": 1.8257271960919752e-07} {"commit": "cb33c10beca8fe0b80c5b1f70322b97adeb1e738", "message": "Remove SingleWindow.remove\n\nThe implementation was wrong, and the method unused. There is no\nclients-property at this point, and the method would have removed the\nwrong window.\n", "proba": 6.276145086303586e-06} {"commit": "a14ef938157ad124e6ae7a3d48bc48e4d7eb59bb", "message": "[Fix] close #2541\n", "proba": 2.427418621664401e-07} {"commit": "55f90c54aab9afb077a931ef023187ae8d8c9a8f", "message": "add name of widget to error about orientation support missing\n", "proba": 1.910851068487318e-07} {"commit": "02e315f60745559e2bb21ae9f2159d1c50268d22", "message": "fix LVM REST problem\n", "proba": 3.2754560379544273e-06} {"commit": "2f43d5c1639ee313c62e03c694413ed61e76518a", "message": "flip_edges: more vectorization\n", "proba": 3.033934490304091e-07} {"commit": "80c11718a39aa008faa1ad2c83a6b6d0b1ba37ab", "message": "Minor edit to return correct version number.\n", "proba": 1.233621844676236e-07} {"commit": "08c9e15f08b114bdb21eb4e5b06715b5f698b07c", "message": "Edited pipeline to include beam gains from observing log\n", "proba": 1.5388100393920467e-07} {"commit": "55e9db8e309e6f806ba71a6ef222ae19816e641c", "message": "increment version\n", "proba": 3.6055473628948675e-06} {"commit": "733cebd934df7a5ed4ac81f04eba558de7025f06", "message": "compute angles with two einsums\n", "proba": 0.9999994039535522} {"commit": "a56a44ed7e1f25399a266362b49821b9b7a79d48", "message": "bugfix in __init__\n", "proba": 5.044532827014336e-07} {"commit": "72d736345cf2344a93d251b9ea8fd8ec80f8afe7", "message": "`txt_corpus` and `txt_tokenize` debugged.\n", "proba": 1.6127975754898216e-07} {"commit": "76c8e62e354f30a7e21ecbe7d86831d3ac047543", "message": "feat: store if document is submitable\n", "proba": 1.9223772085297242e-07} {"commit": "fd3963b50190612ddf25c93a1b21f04184c4a97c", "message": "refactor: less word do trick\n\nCo-authored-by: Chinmay Pai \n(cherry picked from commit c87d598480e006a88a4374d0ab17d15429701441)\n", "proba": 1.7185486740345368e-06} {"commit": "559c0eb1abdea679f8253e5e6ac7dc1e136f1b94", "message": "embed\n", "proba": 4.3309449893058627e-07} {"commit": "84a7c69fa253eec5ea603e4f35abfe8183296f90", "message": "Correct spelling mistake\n\n", "proba": 0.9991258978843689} {"commit": "0e7d9a4827f8dbc4500a85a42c6e02700ad7971b", "message": "Refactor result creation based on worker report\n", "proba": 5.679156629412319e-07} {"commit": "9b6d4d9fa60c70edd9524848e17ebec7f7236a2e", "message": "utils/revent: stop recording fix.\n\nIt seems that occasionally an inclomplete recording file is pulled. Add\na one-second (target time) delay to allow SIGINT to be properly handled\nand recording to be updated, followed by a sync to ensure the file has\nbeen written.\n", "proba": 1.0881245771088288e-07} {"commit": "44e34e032bf7f4d908df5085b4d6c95fd10e8263", "message": "Added in wafprio\n", "proba": 2.3831508144667168e-07} {"commit": "a6848c2541247ef97f5df1b0f45dc4dc0b17969e", "message": "fix target path option\n", "proba": 1.8282016753801145e-05} {"commit": "fcb6dad91ac9e658c0db4debd38ef09f1d3cd646", "message": "Fix guildsync edit and guildsync add user prompt\n", "proba": 2.3506827062647062e-07} {"commit": "bcee8d724503675085127dde9737edff4e1b5b69", "message": "more fixes, completely replace keys.json\n", "proba": 1.3427091971607297e-07} {"commit": "832f4278bf64ce67591688c33346c1fa72bf0fea", "message": "Fixed Python2.7 assertions\n", "proba": 8.587551860728126e-07} {"commit": "ef5be4c09e1b66a14ecd6299918f022e2a10c998", "message": "pill disp sim", "proba": 2.3962443265190814e-06} {"commit": "c246b7897e700f2c52008fc3e287414a93f46ce2", "message": "if mock and unittest.mock exist, prefer stdlib\n\nIf both exist, prefer the one in the stdlib even if \"mock\" also exists.", "proba": 2.8978848831684445e-07} {"commit": "e2101158b2d1619f6a3e285770dc2b1639dfc7b6", "message": "more logging\n", "proba": 1.2450354347492976e-07} {"commit": "c425ae3c7e49706840c3539fec1e26321e22447f", "message": "Join against the Project model when selecting the Releases\n", "proba": 1.2539607041617273e-07} {"commit": "83aa6ac59f2dedc121fc11be3d0478c9f5274858", "message": "text fixes\n", "proba": 2.3812885956431273e-06} {"commit": "c7c7e6ac7b330dfc71020feb70a079f6489e890f", "message": "Better permissions.\n", "proba": 1.529396911337244e-07} {"commit": "ca91649f02890a037b04e169c4162f585ed4b0a4", "message": "Draw rounded border segments\n\nThis breaks outlines and collapsed borders\n", "proba": 1.9251255878316442e-07} {"commit": "b5bf0194c836ca14be8ee194a931dbd6240ace67", "message": "Add cc's on errors\n", "proba": 1.170730229205219e-06} {"commit": "aad188d4f732e93ef1621d7e424b845441cfd8d8", "message": "Fix tests for 1.2\n", "proba": 0.0001208898684126325} {"commit": "9e8ecaec65918e43b45c609af79a3e7f0862d285", "message": "doc improvement\n", "proba": 3.0957215813032235e-07} {"commit": "83eb6daaa19eecb578c84f6a2d7dd4c500162dac", "message": "upgrading ez_setup.py (old one still references cheeseshop and fails downloading setuptools with python2.6)\n\n", "proba": 1.053984846066669e-07} {"commit": "4d60f32865ceedc7a39f0f74cfe53445f7610fb4", "message": "Minor corrections to return types for improved formatting\n", "proba": 1.4830422401246324e-07} {"commit": "17111d331f7d9671eb10bc2a462e309805f68a05", "message": "update to aqwaio YET again!\n", "proba": 1.0701702990445483e-07} {"commit": "bdf0e1b02f00d3dbdbef44a724d77813d89e48e1", "message": "Code review comments\n", "proba": 2.3598110487910162e-07} {"commit": "abcf2ae300ec92dd36566058a8858d415a8946d8", "message": "Fixed docstring for PGPKey.add_subkey()\n", "proba": 3.0240897785915877e-07} {"commit": "b8ab956409a49f5d5dbaac08ef018f1e0d7c3854", "message": "Implemented quota re-checks every 15 minutes\n", "proba": 1.829627933602751e-07} {"commit": "93d9f15fdf8210b8cb45923ff84aa45adf4b41ff", "message": "Remove a line of code that was already commented out.\n", "proba": 1.5278327225587418e-07} {"commit": "b70ad315f870626f70b836cf5a9e450ad770ad59", "message": "show error report over first interactive screen\n", "proba": 1.5966917032983474e-07} {"commit": "ee60caa8107eaa9cd9868c114715e79bdc33a1e6", "message": "Fix letter-spacing handling at block boundaries\n\nFix #266 without adding extra chacarcters. The specification is not\nclear about how letter-spacing must be implemented, but the browsers\nseem to add an extra space after each character. Pango does this too,\nbut it doesn't do it at the end of the last character. This commit adds\nthis extra space after the last character.\n", "proba": 1.1916385744825675e-07} {"commit": "61436f2f8997dae7d0a54076dca66e2404cc028b", "message": "Fixed: Graph date format, showing 19xx\n", "proba": 2.8380998173815897e-07} {"commit": "d0b32324ea790375969b1032d80c20067a1a0226", "message": "Updated ez_setup for setuptools 0.6c9.\n", "proba": 1.089867254222554e-07} {"commit": "fe81b37fbabb0c45f0eb715380990efc71f83be2", "message": "Automatically add b before and after patterns -- fewer false positives\n", "proba": 7.195012130978284e-06} {"commit": "34ae98e66183fc838ebeb8518e646208b87ab9b8", "message": "Revert \"fix to_gpu method in Chain and ChainList\"\n\nThis reverts commit 1f864b8968508a6dd312f2498336f611bef87596.\n", "proba": 1.1593502335927042e-07} {"commit": "7ea9ee9bd5f32232e2dacb24f6159025e615a00c", "message": "Switching to /dev/urandom, adding daemon flag to threads, fixing 2.2 compatibility\n", "proba": 2.2770608154587535e-07} {"commit": "22c8026b7fd3a219bd87a001aac6ba450fc08317", "message": "Missing type conversion\n", "proba": 2.766879561022506e-06} {"commit": "24190219d66715b3c1e86db2ce73312af79ff754", "message": "correct show_count logic\n", "proba": 0.00023884326219558716} {"commit": "b13267d225a90792f69cae7178f1155c7f278a78", "message": "compute 14C start values for pwc_mr_fd\n", "proba": 0.9999797344207764} {"commit": "e48b2a872b7bba0e4e8aaed0239087ddd57ce1a3", "message": "Make Hangman read from dictionary\n", "proba": 3.157836908940226e-05} {"commit": "4fbba55a34c16807e2338d49090db78370687cf0", "message": "Move Application settings to individual properties\n", "proba": 2.8058695988875115e-07} {"commit": "972758d8eadb4d1cd2776b437263cbc2d2c6e30b", "message": "Fixed bug using bindata where findFile wasn't employed\n", "proba": 1.4357931377162458e-07} {"commit": "4cb873d3c464df58cb787480c79b6444d8312cc7", "message": "fix a mistake in grammar\n", "proba": 0.9999995231628418} {"commit": "166dc808a764b73c477e30235228617b9c258966", "message": "Don't try to extend list with None leading to bug 1360074.\n\nChange-Id: I08a2614efff8c50b7fc4ea3445b1e8c1c64aff08\nFixes-bug: 1360074\n", "proba": 7.998556839083903e-07} {"commit": "69db009f5051341e6f86322a001de72331a215c8", "message": "Hide satisfied items, so more needed items are shown\n", "proba": 1.195094938566399e-07} {"commit": "5894474d33c299a48c79575c022c4626b80bc59b", "message": "Make sure Mod.location is an absolute path\n", "proba": 3.7469808376044966e-06} {"commit": "be6c05f64c1aa2853b402dc34dfcaeb2126fd9a0", "message": "wording fix\n", "proba": 4.073332547704922e-06} {"commit": "ce98925e8551bf004479e7f664eb20199f37c745", "message": "fixed crash on custom game finds\n", "proba": 3.3245487429667264e-07} {"commit": "5731422964a3a370ee0e4322105d0a3eaf22c74e", "message": "Change emoji\n", "proba": 0.00048213390982709825} {"commit": "054338b37853b124fafd35b21dac1dd823368fa2", "message": "BE-44: sms notify when publish or unpublish teacher\n", "proba": 1.1024324209074621e-07} {"commit": "ac1b0b59482027cf79755519cb39ba2eed01a29e", "message": "Support for username with extra chars.\n", "proba": 1.0322001742224529e-07} {"commit": "bdf10289e3c4ed8232bfab201152e6471b31a68b", "message": "FIX: ERP can now be saved without figures\n", "proba": 1.7784817885058146e-07} {"commit": "54175c34b8f3f7783f601d3f5fea9dfd5e78d3f0", "message": "synchronize with blockchain on start\n", "proba": 6.505796932287922e-07} {"commit": "caee75f6f99544b189f831c156098fa78870d905", "message": "VMI attached to VM shouldn't be allowed to attach to a logical router.\nCheck to make sure same network is not added as both internal interface\nand external network to a router.\nHandling above cases during create of logical router\n\nChange-Id: I3e04bed5a222c5f8f3b44dcfe5bf7bbeb9f0a1f2\nCloses-Bug: 1473574\nCloses-Bug: 1455583\n", "proba": 3.4989586765732383e-06} {"commit": "1a8cd4d2a1d2beb54a582dc697d3ba2ad989d615", "message": "Code Refactoring (#34)\n\n", "proba": 1.3427514033992338e-07} {"commit": "eeb6be24fd4d60de8dcce97bc84241785f37a6a7", "message": "Return a useful message when a Node object is inspected\n", "proba": 0.0009548327070660889} {"commit": "804050d71e9a8eed6e37a74b748ce10e14b8f73e", "message": "Fix rendering for files in subdirectories\n", "proba": 1.1266311048530042e-06} {"commit": "6710a6dcf7d1143ed2f91dbd16f38162b79dcc04", "message": "change datacenter to region\n", "proba": 2.987646439578384e-06} {"commit": "9dbc54ba83bb457da7d8fa8c52037fa8e343949a", "message": "removed unnecessary print statement\n\n--HG--\nextra : convert_revision : svn%3A23a7edcc-78fa-46f5-8c17-2ede83e4f0cd/trunk%4098\n", "proba": 1.882912329165265e-05} {"commit": "c1532cac46bf2acad28e080093bccc53c72ad03d", "message": "log hex and more hashes per request\n", "proba": 1.4112433177615458e-07} {"commit": "2eb95630b819bd6a633f802eb83cab77b1ef535a", "message": "fix !ffzemotes command\n", "proba": 8.467624184049782e-07} {"commit": "18e116fcbbec1b7dddbca8724b2a9c4374721b3a", "message": "Fix empty byte decode bug.\n", "proba": 2.5946883397409692e-06} {"commit": "a32b2a34b6d9db26583efd95a1a8d532762d8c9e", "message": "correcting error message\n", "proba": 2.614455297589302e-06} {"commit": "f35368aa834ef4d7758af2b16ff4373a8e6e1341", "message": "Adding i2c_speed command in silta.py\n", "proba": 2.8410590857674833e-06} {"commit": "284a56532a67c1cb2d0f93e8ed5110e1a933c2eb", "message": "Modify error code and message for facebook api server error.\n", "proba": 1.1405948896481277e-07} {"commit": "6e790d755a51ccb1203ddb1b8ef74851f32eb0a5", "message": "Add translation fields.\n", "proba": 1.8883619645748695e-07} {"commit": "3a4c3100d138be11279449fbe68a0b012cc08891", "message": "CLN: Remove deprecations (#31675)\n\n", "proba": 1.4288593774836045e-07} {"commit": "cd867d8abbc335a35fff068a686bbd2e15806083", "message": "documentation\n", "proba": 8.078399105215794e-07} {"commit": "cf4621fb8eb454c53e2856d9951cd130151d1202", "message": "zipfile.open(file).read() returns bytes. json.load needs str\n", "proba": 0.9984272718429565} {"commit": "c9efe74552a0b393b27ec0ce155be255ec9a0179", "message": "set .ipython dir location earlier on\n", "proba": 5.06443598169426e-07} {"commit": "59328ff5685f48a82f30d4e0c351da491f8df951", "message": "Add decider support in metaclass.\n", "proba": 1.1768865704198106e-07} {"commit": "fb2f3dec64b0ab95e71750f0e948538276b7efda", "message": "Removing some stuff that is not needed anymore\n", "proba": 1.3749006200214353e-07} {"commit": "a941ec6d745f995e246daedc3514721152dae9fa", "message": "Fix import order to satisfy pylint\n", "proba": 6.838104695816583e-07} {"commit": "b319bb4040dffa008282ec2396ec7f9d396bbeef", "message": "add AWS_BUCKET_PREFIX setting\n", "proba": 1.315545546276553e-06} {"commit": "1cc7d9df9675770c483be7572211636341bd143c", "message": "Update run.py\n\nHello world.", "proba": 1.3801399063595454e-06} {"commit": "94006a9b4aea840576287da24f2623e217d6ed3d", "message": "Fix testing target: layer.theta -> layer.vars.\n\nPiperOrigin-RevId: 487333463\n", "proba": 0.9999027252197266} {"commit": "b35476ada48a4ffd6227837dd8f944641d522b1f", "message": "Switching from PULL to DEALER type sockets\n", "proba": 1.5255919549872488e-07} {"commit": "a980100e51d0c607134cdaad1fbfe75e652c2fe6", "message": "Simplify weboob connector to support only one backend\n", "proba": 1.714369801675275e-07} {"commit": "b90b52340e9337559152ca0770a231537e34fe15", "message": "added 3d generation\n", "proba": 2.5503089773337706e-07} {"commit": "c9f784c15b3dc38132dfedcecd1ddbc2da6e379e", "message": "Use CmdException for recently reported post", "proba": 1.213032021496474e-07} {"commit": "1f1735b3a664f13c76ff8320c48980f2c9c96a1e", "message": "Use tf.tensordot for projecting the last dimension\n\nPiperOrigin-RevId: 489078820\n", "proba": 3.3318616488031694e-07} {"commit": "40f29632c2a6ad6012ae9821fe0430300b7d8c8f", "message": "Added ability to render observations at any resolution\n", "proba": 1.312623965077364e-07} {"commit": "47fd4bdd837cb0e54d4bd490f666cdcb130b50bf", "message": "barcalendar: darken the current bars\n", "proba": 0.00030392929329536855} {"commit": "3f0fcefa3afd49e627a43b60930570619543a21d", "message": "Rather than requiring an existing Tk instance to be passed to initialize(), look for one in the standard location (Tkinter._default_root).\n\ngit-svn-id: 1090b387d452580804210ae271d3c35ba515bde4@11421 0ce056cd-c842-0410-9ff1-d0633a95805a\n", "proba": 5.4977226682240143e-05} {"commit": "65453a0bfce9a74fa770d6e7e7d591b6c358136e", "message": "[UPD] partner_firstname: fix website url in manifest\n\n[UPD] add ACSONE in authors\n", "proba": 1.6240430511516024e-07} {"commit": "1db70ea9da1a88d708035d8580cca0fb659c0ff1", "message": "Missing imports, added 'random_time' to help cloud deal with multiple suspend operations\n", "proba": 1.8065918538923142e-07} {"commit": "9d7f17936a0a88a7ba09a6e5f34a675209b6d769", "message": "fix: unicode/bytes encoding issues of local dictionaries\n", "proba": 1.0034791557700373e-06} {"commit": "681f505c9faef96c2cf6a956d230341951188fd1", "message": "updated croissant.py\n", "proba": 6.061433168724761e-07} {"commit": "0a092f0e1edec1b0a7690a6f89765f51714b3169", "message": "Actually use joined blacklist pattern instead of the parts.\n", "proba": 1.0016685081382093e-07} {"commit": "436b1e988b813dd8c0effe2ef52972dce72937c6", "message": "use ratio in get_imbalance\n", "proba": 5.647377747663995e-07} {"commit": "bc41accf00be5dc8f24d61c0c5f7d7a0be4793d1", "message": "pipeline: Add logo URL\n", "proba": 4.3297555407662003e-07} {"commit": "9a60deb3d7f91d8df338286c92103e5bdad203f6", "message": "Revamp bug reporter\n\nAsks in more ways, saves response in question\n", "proba": 1.8727537565155217e-07} {"commit": "a8d7fa45f1e3e817a990b9a6317bfaebc6cfe321", "message": "[project @ Removed the DROP DATABASE attempts for SQL stores since the db names are now variable]\n", "proba": 1.0378145987033349e-07} {"commit": "243d54b0e897668e7464daea9f620445d83097c7", "message": "Got component to initialize, however, the data doesn't send or do anything.\n", "proba": 1.045734805416032e-07} {"commit": "d10049d254ac6b6bba2b9d77cb62182240c7e402", "message": "I am about to check in the addition of 'ftp' protocol, I could not help myself but to clean the extra whitespace.\nI committed this first so as not to muddy the waters of my imminent commit. This is ONLY whitespace changes.\n\n\n\ngit-svn-id: 74b2def6592cf29d88d1a5d33b5c4a2732d8507c@764 67cdc799-7952-0410-af00-57a81ceafa0f\n", "proba": 0.001419676118530333} {"commit": "dc2cce5f4f1486e3f4c5e3d6999653639ca1b37f", "message": "Fixed the Command CmdExample class.\n", "proba": 1.2148009886914224e-07} {"commit": "6a157344e0816947d4f210d12daa7defde40749d", "message": "\u589e\u52a0bash\u5934\n\n\u589e\u52a0bash\u5934\n", "proba": 3.952281531383051e-06} {"commit": "62006c19d63cfe337f719339a26e6aeb1c381b8c", "message": "Replace deprecated serial function\n\nsetTimeout is not available in newer pyserial versions\n", "proba": 2.3743081101201824e-07} {"commit": "a7a6086318544c0ca6df86002bae64703ebe7bec", "message": "Pass missing config db initialize\n", "proba": 1.3642235217048437e-06} {"commit": "3b2f6eea7311b226110e648e95aa89ae1dda4c83", "message": "Changed comment description of returned value.\n", "proba": 1.1747223993552325e-07} {"commit": "bcd3c8754c4c0fb3e6fb83cc118203c3b0d6a698", "message": "Include Content-Type and Accept headers\n", "proba": 1.9186775546131685e-07} {"commit": "60c0884c28c65ed9643f7f8ad7be1ab6f5cd6673", "message": "[parc] throw exception in decoder if undefined inst encoding\n", "proba": 2.9608193017338635e-06} {"commit": "cc1bf2ba0a71ce9a41da63029a9a9cdfdc675b79", "message": "added BILOU scheme\n", "proba": 1.3528621423120057e-07} {"commit": "224541b2933b3071700eee2dee360f55389db75c", "message": "Add ms to the end of recently reported", "proba": 1.6661100232795434e-07} {"commit": "062b15ece04e83cf1895d15643e1310d15ae5808", "message": "Adding +cgi\n", "proba": 6.090986630624684e-07} {"commit": "9a08efbdd2ee7ef5391079f548a100e578bcfab3", "message": "Fix typo: coorelation --> correlation (#929)\n\n", "proba": 0.9999805688858032} {"commit": "cfcc8a85e41ab9700fac1bd9fcfd27d8b650d255", "message": "Cyclic import fixed\n", "proba": 3.7271686892381695e-07} {"commit": "cea2f77458710584f74b484bdefc5bea38d3d9d4", "message": "Improve default data-generating behavior\n", "proba": 3.043026708837715e-06} {"commit": "a7cb5eb1754d08b4f7b7af33f824f22ebee97d53", "message": "comment out the redirect\n", "proba": 2.6029391619886155e-07} {"commit": "8ae959b274a84ce44bab9dadbcbb122f91b622c7", "message": "Code refine to remove RedirectView warning.\n", "proba": 1.1244461717296872e-07} {"commit": "0aa7e3bb8e628bf1ff81336129c9a5a12d5fb31d", "message": "Fixed #1105 - abuse of __import__\n", "proba": 1.2153478223808634e-07} {"commit": "cc6861548c54bdfb4a377d45aeb7c24fe6c123c4", "message": "suitcase/structure.py: Don't skip length check on non-greedy fields\n\nIn case a non-greedy field is defined with a fixed length (i.e. not None),\nmake sure this check is in place.\n", "proba": 1.0869251809708658e-06} {"commit": "d2e816f6a87622134b1dc35d4522f09b5ffaad05", "message": "add some more lines to skip in GFF parsing for crazy Braker GFF3 files\n", "proba": 1.3177312041534606e-07} {"commit": "bfcaa34863bb0b47ab9ad895b3cb77fd25e63e45", "message": "Aggiunge calendario()\n\nper la scelta della data da riquadro di dialogo.\nIn avvia_IDE() imposta geany per lo sviluppo in ambiente Linux.\n", "proba": 1.1621708040365775e-07} {"commit": "7f77e68384d5d4fbfa313a893249cf062d21c5e1", "message": "Added a test.\n", "proba": 1.2339783950210403e-07} {"commit": "5ec6b63240e8ca0413b4aeaa494cb1a8adbd26e4", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "96a6fbb3203dc7194ff829df6e4536eb77b9e961", "message": "Allow hyphens in text.\n", "proba": 0.000252530793659389} {"commit": "145761776f1a2a2bec6f584475542884fa11cf07", "message": "Fix issues with reminders\n\nFix error of multiple reminders after restart of Jarvis. Hidden reminders\nwill be deleted on import.\nAdd 'clear' directive to remove all reminders. ATTENTION: this also removes\nthe automatic reminders from todo list.\n", "proba": 1.0570631303608025e-07} {"commit": "7fb4b882b9618005035fdd70d78b312bbcd2a5ef", "message": "Remove some unused parameter in CrossAttnUpBlock2D (#1034)\n\nRemove some unused parameter\r\n\r\nThe `downsample_padding` parameter does not seem to be used in `CrossAttnUpBlock2D` (or by any up block for that matter) so removing it.", "proba": 1.1887102147056794e-07} {"commit": "83bb61445d047ecee5eeebac114c5d78f495cbca", "message": "Update ipc_lista1.11.py", "proba": 3.614325692069542e-07} {"commit": "e4f38f226108a5561b73894358273a3ccabfbd34", "message": "Improved weapon choice possibilities for the autobattle system.\n\n- If you run out of TP, Tech attacks are temporarily disabled.\n- More fine-tuned tech selection criteria. You can now specify for which weapon you want to pick techs, and whether it should be a random tech, the one with the highest, or the one with the lowest level.\n- Auto-switching to the appropriate weapon based on a tech. Note: you need to have !equip'ed and done !techs for that/those weapon(s) at least once since loading the script.\n\nTODO: store a list of your weapons and techs in a more permanent database so we don't need to issue !techs all the time...\n", "proba": 1.3043094782005937e-07} {"commit": "8e7ec9de6c0a120bc1a7843c62a6831432d410dc", "message": "Added test for Bootstrap Modal.\n", "proba": 1.1181136017057725e-07} {"commit": "9fb3797fc43ee7cfa7b719232f3b7b47ef0a0105", "message": "rollback to simple last node\n", "proba": 5.474523732118541e-07} {"commit": "c7e6a646c80ddd9299f5a8bc2961611fecf90720", "message": "Allow multiple cross_replica_axis axes in hk.BatchNorm.\n\nPiperOrigin-RevId: 425649010\n", "proba": 0.0003730315074790269} {"commit": "088b00b515ebe49801fafb24fa1988cd2f3a91bc", "message": "a small change\n", "proba": 1.8671500583877787e-05} {"commit": "be05de27fdbdb381d653b7cab1ce6bdcd4b4042a", "message": "Inline doc cleanup\n", "proba": 2.0684647950020008e-07} {"commit": "bcf1f3864042958c480c852138c523e7e57f6ebc", "message": "Result is singular\n\nSimplified from list to a single object\n", "proba": 0.004553467500954866} {"commit": "a96fad8c4e3c814668bcf988e504ffdcfdd55799", "message": "trailing whitespace\n", "proba": 0.00048579261056147516} {"commit": "9df9da34a3280664277f326da573993affbe7be6", "message": "Fix init_model issue \n\nFixing issue #1928", "proba": 1.9919947646940273e-07} {"commit": "11364070d0712f9e3a8bd0000a096b86d090aa6a", "message": "fix for no charset encoding of binary\n", "proba": 1.1515377991599962e-05} {"commit": "5a891d8c7fd87b0d5e653153e7f6f4a64e41c713", "message": "Saving pics for FID\n", "proba": 1.2602559706920147e-07} {"commit": "ddb7c6966c84eb8e24437e3860d321297295341e", "message": "Version bump\n", "proba": 5.605834303423762e-07} {"commit": "7892cfef16e8b3d1745feafe20306a783ddf770f", "message": "Get rid of some STRING/INT/HEX tests\n\nThings can be simplified a bit knowing that UNKNOWN is falsy.\n", "proba": 7.720264875388239e-06} {"commit": "a718ccf1dc526e3dc49eedac98879f858f373884", "message": "AHHH diamond changed format again in v2.0.8 making the db check fail; i hate this\n", "proba": 1.1461811055824e-07} {"commit": "38b4aa74cda91a11f3ebdf90e6dd690304c0d0da", "message": "Validate czech account codes\n", "proba": 9.897098789224401e-05} {"commit": "922bb348008a69a7f41746ed7702687b6b411b0e", "message": "Fix unit tests for the ownbot.auth module\n", "proba": 8.681987537784153e-07} {"commit": "357740916d4ece81b6eb5cf901f26168cfd697df", "message": "Use utf8 when connecting to MySQL\n", "proba": 3.3872692029035534e-07} {"commit": "2b01192b2c1b59b1ef839c824db95f1deeb90040", "message": "Remove subject_template_name which is new in Django 1.4\n", "proba": 3.6852079574600793e-06} {"commit": "3f948fafa3b7c580d9855e5dbb8a3b66c0c38afb", "message": "Update ipc_lista2.01.py", "proba": 4.332936214268557e-07} {"commit": "5225d9e8db7bc22ac7d3a41286cbfb4416d35b06", "message": "Unclutter the while-loop that loops through the turns\n", "proba": 1.509984394942876e-05} {"commit": "f01a53dd4e41a9a1c6db8827d8761f4c306c1c10", "message": "User commands now async from player loop\n\nall playlist and player functions are now called by the web handlers rather than being queued and handled by the loop that plays the music", "proba": 1.2525860881851258e-07} {"commit": "5eac9d7b17eba626c5c4dfa099f86d0abe2a1ce8", "message": "Remove 'work' on bot start.\n\n'work' may be present from a hard reboot or other failure mode. The fact that it\nmay be full of junk may cause the bot to auto-quarantine itself, leading to a\ndeadlock, the bot won't delete 'work' until it's given a task, but it won't be\ngiven a task because it doesn't have enough free space.\n\nThis will unquarantine ~65 bots on prod.\n\nR=vadimsh@chromium.org\nBUG=\n\nReview URL: https://codereview.chromium.org/1358463002\n", "proba": 6.1008093325654045e-05} {"commit": "79b8871f48a6faad06e958d03f8dd09c142fca39", "message": "added sync command and fixed initial_upload to not reupload everything\n", "proba": 2.0803068423447257e-07} {"commit": "53eefd1781dd32a2a88f808e79231f8d42fc23f0", "message": "Fixes #16, bug in predictive ECDF plotting\n", "proba": 1.1866182347830545e-07} {"commit": "a512c5940fb1cc71f55981ff2ac6bf34c338e00f", "message": "Refactors and removes duplicated code.\n - Removes or comments out code not used.\n - Moves duplicated code into functions.\n - Simplifies nr of functions by overloading.\n", "proba": 1.2869236343249213e-07} {"commit": "9b3f8f9ec3c98c94581694060cfb60be0b8bf2f3", "message": "Fix formatting and add comment on languages\n", "proba": 7.433212090290908e-07} {"commit": "900c2ab3ca1f0757e7bdc17b76a3e7f52ce6c975", "message": "Encoding bug fixed.\nIteration problems in excluding directories and file types are fixed.\n", "proba": 1.1044276249094764e-07} {"commit": "cc2777bdd7bf6709eb72313abd89e1663bf402da", "message": "Added files to look for when searching home folders\n", "proba": 2.035503001707184e-07} {"commit": "112d8d3f1e116190004f33498de40feffcaeb8c1", "message": "Added comment to worker\n", "proba": 1.2837489293815452e-07} {"commit": "e0af77747d23829bfb01ea0ad58246a3ec2c4ed5", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "71d867846baa04901a879d006b9b9a4811ada422", "message": "[Welcome cog] - fileIO to dataIO", "proba": 1.2513491753907147e-07} {"commit": "327666fb70718054a1b81d70e91aa7dfd9fb3dd3", "message": "Fix required files git hook\n", "proba": 9.833242984313983e-07} {"commit": "70939485cfe79aeb4efd4c1cea2a71f1c6e3010d", "message": "Add some unittests\n", "proba": 3.929180820705369e-07} {"commit": "33b5e1aef6fbfc61385d31c75c151e24cf3ff5bc", "message": "Fix 'source \"missing\"' error message for Python 3\n\nIOError() generates an OSError in Python 3.6. OSError does not have a\n'message' attribute, which caused the following error when trying to add\nthe hint re. environment variables (the rest of the message was still\ndisplayed):\n\n AttributeError: 'OSError' object has no attribute 'message'\n\nUse str(exception) instead, which seems to work for both Python 2 and\nPython 3.\n", "proba": 0.9999439716339111} {"commit": "b6cf3a16869238e0f371443a734187ab70460889", "message": "new runGen location for DOMA\n", "proba": 1.6926314572174306e-07} {"commit": "5032ae200d78cf0956203a27daef5d5523078abe", "message": "change env name\n", "proba": 0.0028133057057857513} {"commit": "69299e8b124712afebf0274bd5e9588582192ed6", "message": "Update migration to include PartnerAddress model.\n\nWithout this when running schemamigration --auto on partner a migration to\ncreate PartnerAddress is created.\n\nThe reason seems to be that this and the 0009 migration have been created\nin parallel on two branches as migration 0009, then this migration has been\nrenamed to 0010, but not \"rebased\" to reflect that PartnerAddress now\nexists. Therefore, when detecting changes for a schemamigration South\nassumes that PartnerAddress doesn't exist.\n\naddress.country was added by south when I recreated this migration. I think\nthis change is not strictly necessary, but I am not 100% sure so I left it\nit. Same about the length change and the related_name additions.\n", "proba": 2.0897059016533603e-07} {"commit": "c2013ede20c387d511fbe8d6fc332497561f5272", "message": "try a little harder with wget, EBI service is unstable\n", "proba": 1.5752223703202617e-07} {"commit": "a172f2bdc90da6112e901c9fb0b22ed64c0ba80b", "message": "correcte a tiny bug in test_core\n", "proba": 6.620801400458731e-07} {"commit": "2f1ff14732b4692a3f11d9682b7e9fe43fd7a7f1", "message": "Changed nav menu.\n", "proba": 1.3820850597312528e-07} {"commit": "296267bbe068b1e6d72389e8022f6251986f21c2", "message": "Delete ipc_lista3.40.py", "proba": 2.7150483674631687e-06} {"commit": "939e86466f53b6f3171848676adb3d016c25ddba", "message": "Use getter\n", "proba": 1.3123726603225805e-06} {"commit": "50b60b16b5f3f13d0e6c8122e89baa1396156b41", "message": "pipeline.py: add thumb and mini for 'image'", "proba": 1.424898243840289e-07} {"commit": "bdebae162fb4adc82887f7b0475d11a4bfbc8f49", "message": "Fix exception when uploading an already-existing file.\n", "proba": 2.0650470844429947e-07} {"commit": "fbc67c71409e08bbf89709668eadff8fbcac39d5", "message": "Update level.py", "proba": 1.0180380058955052e-06} {"commit": "6ecc1e7273647973e7a28a918d84853d718657bc", "message": "Missed my last update to __eq__ to check matching length.\n", "proba": 1.277793160170404e-07} {"commit": "e1cb9f4a64c5e91fd43c3455b7a7fa4f25abd92b", "message": "Fix merge issue.\n", "proba": 1.5844354095406743e-07} {"commit": "272838f6ff7ea9bb91742a9e901febf5b85c6474", "message": "Minor TornadoHTTPTask improvements\n\n- Add a simple `requests` (total) counter\n- Add an overridable tornadoRequestLog() on TornadoHTTPTask\n(default increments self.requests)\n", "proba": 1.4852885499294644e-07} {"commit": "9d445541940addbdc6f7e53adc05aaf096859c5b", "message": "Fix a typo\n", "proba": 0.9999995231628418} {"commit": "5d69c55feaace9fb000c214ebda3328357e890b4", "message": "python3 is a core recipe built via .travis.yml\n\nAlso it doesn't make sense to build it against other target python\nversions e.g. `python3crystax`. Therefore it should be skipped from\nconditional builds.\n", "proba": 1.1747940931172707e-07} {"commit": "4a3609b901a3f032619f59996e4749fd5b3c67c7", "message": "vcenter-as-compute: adding keystone_version to setup-vcenter-plugin\n\nChange-Id: Ia380e248ae70cad7d6e16566275caa7f232e2efc\nCloses-Bug: #1600020\n", "proba": 4.918098852613184e-07} {"commit": "e7c6c7a5f5ca20844cf23655a4a37fa7ccd6fc8f", "message": "_get_visibility() choice clarification nit\n", "proba": 0.9999927282333374} {"commit": "100f053e12a6dc6dff7737c8c9c28ccb03242d7e", "message": "CLN/TST: Some cleanups in apply.test_invalid_arg (#40688)\n\n", "proba": 1.1727053106369567e-07} {"commit": "aac8e1dfc5d2a063cdc9ebf836595a714f16bcb9", "message": "pipeline.py: add support for 'rapid'", "proba": 6.273807571233192e-07} {"commit": "39465e327e506f28d5f48e2c435a205a27870609", "message": "fix test cases\n", "proba": 1.3406121979642194e-05} {"commit": "f8da01014602af3dd057669ce11642e01a7f6844", "message": "fix bug just introduced by ensuring that (as before) pathset constructors do not throw if happening outside of buidl parsing phase\n", "proba": 2.1552283158143837e-07} {"commit": "4cd191eed42dc80109f6ed3750360fd99344653f", "message": "Add the other escape type to test, and comment it so it's clearer what it\nshould be doing.\n", "proba": 1.1467562188727243e-07} {"commit": "a1e9aa38aa0973dda11322a566433e785b40ab9f", "message": "Bump version.\n", "proba": 1.5077837645094405e-07} {"commit": "b379acbbdddd9729b810c69981074b92adc333e7", "message": "Fixed indentation.\n", "proba": 3.239709371882782e-07} {"commit": "053f603173aa854ebe8aa622df054c3a73c55d37", "message": "refactor line rendering strategies into exchangeable components\n", "proba": 0.00044021036592312157} {"commit": "a4e7556d5930fd9721585cf1eb1959664ce08448", "message": "mention from which socket file we don't get any data\n", "proba": 1.4819480043115618e-07} {"commit": "d012cea5cd3f86da7449cc9d9790da38ffdefe14", "message": "Correctly set default entry in all cases.\n", "proba": 1.1644762309970247e-07} {"commit": "af09cc75527df8fa26ea3bdf9102b5f73f3cd0a2", "message": "Minor logging adjustments\n", "proba": 3.8201292795747577e-07} {"commit": "770506e270afc32a551163d8da93104204c8fe34", "message": "Configure debug\n", "proba": 9.435907486476935e-07} {"commit": "92088f46093595b2b3727c54c4c0db905d9b71b2", "message": "setup_bandpasses\n", "proba": 3.2725944265621365e-07} {"commit": "35b6e6d2a8639dba4e23372dff0be76c4d9a8936", "message": "Pass though _get_state_group_for_events\n", "proba": 1.77969104697695e-06} {"commit": "437e1e79f74ac79d282d520681811e6213269aa8", "message": "fix pset swap example\n", "proba": 4.002987736839714e-07} {"commit": "3134e13c2c7af63dd573b0f7799c044e398e9720", "message": "get storage access role from bucketrole attribute in profile", "proba": 1.720721769515876e-07} {"commit": "8d7235f493115a1371e688f0efdd69c1effea307", "message": "Tighten up regexes\n\n - Match the simpler strchr()y .config parsing done by the C\n implementation\n\n - Spell out \\w as [a-zA-Z0-9_]. Easier to verify.\n\n - Use ASCII mode for Python 3 to be consistent with Python 2,\n where it's already the default. \\s no longer matches obscure Unicode\n stuff.\n\nThis also speeds up regex matching during parsing by about 15% on Python\n3, increasing parsing performance by a few %. Looks like there's a tiny\nimprovement for Python 2 as well.\n", "proba": 3.91006733480026e-06} {"commit": "921a15930f2bc46136f273fbee86da10c11d8a6a", "message": "add holiday per #91\n", "proba": 7.527269190177321e-07} {"commit": "b0bbe20d69bdb98f0594b6593625993ca46506fd", "message": "alterando nomes\n", "proba": 4.313050339987967e-06} {"commit": "4b60b5a317bc391fe4c2d0070541d52842ed22ce", "message": "Add timestamp SUBSTITUTE\n", "proba": 0.9999991655349731} {"commit": "16d71d3148d53cde6b4f56e92bdff5ca62763d6f", "message": ".exists(name), not .exists(self)\n", "proba": 0.9995349645614624} {"commit": "8596043edbe2ef2e2a962b7a3390672dddec93f2", "message": "Last parameters\n", "proba": 1.5251133618221502e-06} {"commit": "7b25bb4fdf111d1c85d6679b06913748a84699b0", "message": "abusehelper.core.rules.tests.test_atoms: Add tests for domain names\n", "proba": 2.3008807659152808e-07} {"commit": "d6b0a32fbfb9e5be2f1b23a0cff7683306f64602", "message": "Revert 1.51 booleans so that sre will still run on old pythons.\n", "proba": 1.001366740638332e-07} {"commit": "1584bc17bb748a8b93f03781e1e210182b2708d3", "message": "Remove the rest references to exception.py\n\nRemove the rest references to Oslo exception.py in Heat code base, so that Oslo\nmaintainer can go ahead and remove the openstack/common/exception.py file.\n\nChange-Id: I19d325e2117f31a887c593e31b61e25729f7a053\n", "proba": 2.0481750198086957e-06} {"commit": "97f1d671966917d29d20c0afb554aaed69c4f9af", "message": "Convert INSTALLED_APPS to list before concat\n", "proba": 0.012052224017679691} {"commit": "0c512c64b49e1a2977ed7652a16ef0a52d5fa251", "message": "Don't match notebookreview.com\n\nReputable website, no matches of spam so far. I think we might as well\nmake this a special case for pattern-matching.\n", "proba": 1.1274527622617825e-07} {"commit": "dd8508585c9202651307d0d383699f980f8a23f3", "message": "moving zookeeper to 0.3.4-dev\n", "proba": 2.4993838110276556e-07} {"commit": "7730bb4dcdf71d4f0ee7ef438b1d42b154aa52fd", "message": "Parsing refactoring (not complete)\n", "proba": 3.010637215083989e-07} {"commit": "c0177d0c256109983f13e18e0826bf2372dfad54", "message": "IMP persons/tests\n", "proba": 3.4953660588143975e-07} {"commit": "327b397f6340c20d5f9e1fe3e80224aa0f5ae7fa", "message": "Use v2 endpoint with v2 shell for migration\n\nChange the volume migration shell to use the v2 endpoint for v2.\n\nChange-Id: I0a902aa5e3f86c0d9562eb75677b11a364f9d371\nCloses-Bug: #1230124\n", "proba": 6.433863291022135e-06} {"commit": "867ac5c051216bab65a3911d0364b0e02041e16d", "message": "Make perfjson.py compatible with python3\n\nSigned-off-by: Ian Rogers <2b64bd5dfb5d90438e13f0ceac378ad1d28c1078@google.com>\n", "proba": 5.792189767817035e-06} {"commit": "46c9a6978ae57e18e0c861c82777a722fece34fb", "message": "change name in idp-metadata.xml\n", "proba": 7.57334009904298e-06} {"commit": "2ad130bc596e34a6b9bcb9d4bfc58c8d9350bcf6", "message": "ENH: use get_entry_output to get string.\n", "proba": 6.968620027691941e-07} {"commit": "1893d2f7c12b477dcaadb76f0e0127ab933b45a6", "message": "pipeline.py: fix spaces", "proba": 2.8665233912761323e-05} {"commit": "921a9bd2b47347a89a1b9173069217618bc1155c", "message": "More options for paver debug, can now compile as single or ios version\n", "proba": 1.12082318537432e-07} {"commit": "b130bfa115d404bece1ee02ea970e75e52bdf845", "message": "Decode the CLI bytestring into a proper string so Python 3 doesn't get grumpy.", "proba": 0.9999955892562866} {"commit": "dad88e25b1abcb7e123c1a13205107fb793ac4a2", "message": "There is no spoon take 2\n\nugh\n\nChange-Id: I746c721ed779b1c63592fa0e07053d27ef4231a0\nSigned-off-by: Steven Dake <8638f3fce5db0278cfbc239bd581dfc00c29ec9d@redhat.com>\n", "proba": 1.9426684616519196e-07} {"commit": "e009f852d295829d154c139cc16c68e2cadb174e", "message": "hope this works\n", "proba": 5.742167559219524e-07} {"commit": "0459f40fa67625b17dd8b322ee8360a2492522f5", "message": "refactor - method\n", "proba": 3.89072937423407e-07} {"commit": "e2e6953c733a64e4380d11b26514cefebeded217", "message": "Argggg!\n", "proba": 2.7084690827905433e-06} {"commit": "1a762cdd83509d14864bc891ab57bb4569a7d89a", "message": "Ignore OperationsError when applying migrations\n", "proba": 5.569927452597767e-07} {"commit": "59af734cdf76aed825d7f46317dc65860d2d47d8", "message": "Watch Cloudflare NS ajay+lia --autopull\n", "proba": 2.0526302080270398e-07} {"commit": "856205a8b1bf254c726f574e0100e775868163cc", "message": "Forgot to get rid of debug prints.\n\n\ngit-svn-id: f580a16d75958e582a48c01f676462de3ca26b7a@288 656d521f-e311-0410-88e0-e7920216d269\n", "proba": 1.3122563586875913e-06} {"commit": "f5cfe5bd2cd833da9284d17e37f76ef5c359aff2", "message": "Commenting for routing functions\n", "proba": 1.9378501292521833e-07} {"commit": "a9565c7d56400facde9f13f3ee169ad9d85296e9", "message": "Enabled replies to users with unicode chars in name\n\n", "proba": 1.8533236811890674e-07} {"commit": "09f7686b6897f474a1823e66e3b49681f0467d0a", "message": "Last parameters\n", "proba": 1.5251133618221502e-06} {"commit": "b86317e39a32a3f3174573dcd9f516d44428baa3", "message": "Update paver script -> merge changes from samplerate's one, to get wine-build working and co.\n", "proba": 9.83745707117123e-08} {"commit": "23e2f68b069d20a83d21474bf88bd329aa289fb8", "message": "Remove unneeded variable declaration from text functions\n", "proba": 1.3829417184751946e-05} {"commit": "1175fad63619cb5be43f4205f7319ccc4f4def84", "message": "remove *args from AsyncUpdateHandler in favor of separate constructors in subclasses\n", "proba": 2.7920214051846415e-07} {"commit": "345d18b1791c9780acf9f7ae252125107f12ac9b", "message": "resuffle the shell escaping for win32\n", "proba": 3.6302169519331073e-06} {"commit": "c8deca55f387fe2be58842a610aea761d642725c", "message": "Bumped to 19.2 in preparation for next release.\n", "proba": 9.832898939521328e-08} {"commit": "14e5ba6898c332d0449163b17348ffadf604d547", "message": "Update xgcm/test/test_transform.py\n\nCo-authored-by: Ryan Abernathey <6432e775f24ed20fad24d4d077759f331225bf2c@gmail.com>", "proba": 1.2708163410479756e-07} {"commit": "9cda9bdc23ead3addc1a9549ff1b8ae7ac0eb68a", "message": "env in git fetch\n", "proba": 1.9083101960859494e-06} {"commit": "eee6d7f6da2bb35d668f2afefe0050314be5180f", "message": "Added colorama\n\n", "proba": 1.9578881449433538e-07} {"commit": "09c7655596b2a2cce4948aba8fae08b174b7a366", "message": "Add figure 1 evaluation\n", "proba": 1.1977325812040363e-05} {"commit": "f2a802d18bbf9867cd12e2cd8d187d42426185ab", "message": "Fix missing parenthese\n", "proba": 0.9999991655349731} {"commit": "f57f9aca32981925f2e7a191234fe5dbaea2560b", "message": "pipeline: Add a pass to fix syntax error\n", "proba": 4.634653691937274e-07} {"commit": "63078ecbdb5b26dd1a80c23db4d1641abdfeb3b7", "message": "health pattern", "proba": 1.0721803391788853e-06} {"commit": "8432160154b9af9a940faabbd19e4592e5e7d3be", "message": "Depend on duruses\n", "proba": 3.169190449625603e-06} {"commit": "8d4bbe92062e2df57b5dbe49ce6a35be35f16fac", "message": "Updating for open cluster handling\n", "proba": 3.244842332605913e-07} {"commit": "ef4fadfe55f7aed54f1398fcda149a2c23c07fb0", "message": "remove read_tuple()\n", "proba": 1.0539096365391742e-05} {"commit": "e5b36d914d5d911f7f78ace45bbbdbddca1c0c3a", "message": "Update test_hw.py", "proba": 2.489110784154036e-06} {"commit": "b576d7a146ad1d0b0feb74a14274da400b5ce4fb", "message": "Modify yaml output\n", "proba": 0.00047510649892501533} {"commit": "8d938206d3bf62f898bf4cb36e91dae9b926f84f", "message": "Reduce cpu usage by lowering freq.\n", "proba": 5.715113502446911e-07} {"commit": "dff38ae5dbc8fe38c0f5330bc56fabe6ba49ee4b", "message": "Inital version with some input handling\nstil not compatible with broken inputs\n(do not use php!)\n", "proba": 1.001916913878631e-07} {"commit": "5afc2d711a8772bf0a2be21bdb451f9d603d3199", "message": "mmfsolutions, ungeekit", "proba": 4.484903115553607e-07} {"commit": "7da84a3574c0919311a6fbc794c9bf403feec9c4", "message": "bump the version number\n", "proba": 6.356236553983763e-05} {"commit": "71a7466dd67bd7cf88b4ce06535d8db0af6c7200", "message": "Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.\n\nThanks to adehnert for report and patch.\n\nThough I flail to see what problem it was causing...\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@16216 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 4.941554152537719e-07} {"commit": "8baf6acec249dcc0bd10a8782351b27cfa355a7d", "message": "move duplicate code into separate function\n", "proba": 0.00011134793749079108} {"commit": "63c2c58297c0d8d610e65efa66acb55aac27826a", "message": "[10. Regular Expression Matching][Accepted]committed by Victor", "proba": 6.903702796989819e-06} {"commit": "a1684b9bdcd8c200c7089b7c3a7cb8b486239c50", "message": "new save_options()\n", "proba": 3.371374646121694e-07} {"commit": "40e4ef7dcd035092686e5e702c1780948104b1cd", "message": "fixed name error\n", "proba": 1.8455276631357265e-06} {"commit": "4609ec36053953d3547872937377117e37a69da0", "message": "Use detection_cat for centroids and morphological and shape parameters\n", "proba": 2.007882500265623e-07} {"commit": "c68f2ee9dd334b6ce8778607ea103d9fe8310ad0", "message": "made sure to listen on ::1\n", "proba": 1.2099194179882033e-07} {"commit": "899dc4bda7be58cb84da2e7ef65cec84b46ef94b", "message": "! Watch IP 198.54.115.178", "proba": 1.1804520738678548e-07} {"commit": "e8262176ac4fa5b190daddafbd55f10cb12775ca", "message": "Add the JINJA2_UNDEFINED settings for easy switch to a concrete undefined class.\n", "proba": 1.0384719928424602e-07} {"commit": "032c4b7ba23f1a044d1166fba9764bb8e6c9adfe", "message": "Removendo um peda\u00e7o de c\u00f3digo de confirma\u00e7\u00e3o de cadastro\n", "proba": 4.898616339232831e-07} {"commit": "3adc1456a0d53b5b8c7b93cd3b43d32db40cf343", "message": "Code clean up. Move all pkg_tar compression logic to the same code block (#358)\n\n", "proba": 1.2614691513590515e-07} {"commit": "55c2660cd096290dd132aa5b6458f08b2b6cdee2", "message": "removing testing advanced packets.\n", "proba": 1.2822879114082752e-07} {"commit": "db39db6559cae28db7bdd3fcfde06e87ae226650", "message": "esacping...\n\n--HG--\nextra : convert_revision : svn%3A77be9137-0722-0410-abbc-c588f5bf0654/mako/trunk%40122\n", "proba": 4.166292910667835e-07} {"commit": "8fa7ff0cecaf2b94c99e748fb78130e49945d646", "message": "Fixed datetime missed by pyflakes\n", "proba": 2.464032604621025e-07} {"commit": "9b3f6882efc5a9b603e995b9dd90e8d0a0bffd76", "message": "Misc fix --autopull\n\nL1159: https://github.com/Charcoal-SE/SmokeDetector/commit/a9ab5760#r30323619\n", "proba": 1.554753197297032e-07} {"commit": "f9a11ffb38857e329a30b1ece7590144340bf046", "message": "Tests: Tweak a log message\n\nThis is part of Colin's 654fae3caa from the debugger branch.\n", "proba": 1.1025901613948008e-07} {"commit": "006bebd6aacff70a385d5913e744971c07a751c3", "message": "mockup instance of main bed track for assembly\n", "proba": 1.4520266233830625e-07} {"commit": "ca49bf9c1f4248af48576d92c3b0e7f180b9813e", "message": "adding new row in the report\n", "proba": 1.6331428014382254e-06} {"commit": "48c6d48a2819d26b2af21dac568822a0831d9b85", "message": "Send headers so CCP can complain. Added 1s delay after each request.\n", "proba": 1.00990988016747e-07} {"commit": "4bb41e0ad57b6537088c8ec63899caa569683afe", "message": "Ignore email addresses on Unix.SE", "proba": 7.366414592979709e-06} {"commit": "78be0f81ae51085317de7e60166e2642ff685738", "message": "Remove __init__.py so py.test sets the path correctly\n\nsee: https://pytest.org/latest/goodpractises.html#choosing-a-test-layout-import-rules", "proba": 5.4776751312601846e-06} {"commit": "c26e1fff67ff3192fd250a026dce70ea4395be12", "message": "paste_hash isn't an integer in the db so it needn't be in the request\n", "proba": 9.93157868833805e-07} {"commit": "cb0b9bfda7908ec000fa02126b6db162a73fd356", "message": "__prepare_trackhub_destination_folder, keep destination folder for future use\n", "proba": 4.199577858798875e-07} {"commit": "8fdfb1c1e2e8f9c057adbfb53a0167e7de25ffd6", "message": "Check image after unshelve\n\nDuring the shelve, a snapshot image is created\nWhen unshelve is done, that created image\nshould be deleted.\n\nA check is to ensure that there is no image\nleft after unshelve\n\nChange-Id: Ia4cc0c153fee6bf6e010f8f02c21f8aeba45d7d9\n", "proba": 0.0008462818223051727} {"commit": "d02d053af83d93388ccbc1fce8dddf0220c38f97", "message": "logging solve result\n\n(sat, unsat, etc)\n", "proba": 3.052302304240584e-07} {"commit": "1edfc391335742a519524aac68e02eefaa70e31d", "message": "Fix crossref author sort order sequence.\n", "proba": 1.31291617435636e-05} {"commit": "b555c174ff4d19b88aba4be9edae32bac2d45f5a", "message": "Added simple output for the command execution results\n", "proba": 2.2336851657200896e-07} {"commit": "13ee2951525559614cc8ec3114aa8d8cf5862df0", "message": "Removed unused code\n", "proba": 1.3536109690903686e-06} {"commit": "63e7ef24dc47c96cd578a72c52936bef1ccaf7f6", "message": "make this file match master\n\n- imports not needed due to py.test conversion\n", "proba": 1.6410099590302707e-07} {"commit": "165b0f78567c5693483cc899e9ed151f6476bad9", "message": "use paste api v1\n", "proba": 2.9980705562593357e-07} {"commit": "7b9b7cc6d0d5ca3d1f4162c9846f4696db049aa8", "message": "merging issue1 - changing directories owner\n", "proba": 1.5302022404739546e-07} {"commit": "b606e19c0bd284b388a148d87a647665aca97df8", "message": "fix default protocol setting\n", "proba": 1.4175252545101102e-06} {"commit": "b0f65f6ae7a799a840e99897af917cc809c5d148", "message": "Remove unnecessary class variable in v3 snapshots_client\n\nThe class variable 'create_resp' in v3 snapshots_client is not unnecessary,\nand it can be substituted by constant string 202.\n\nChange-Id: I983465f34b4130d4db39e2be82d33d54aec0d537\n", "proba": 0.0020638774149119854} {"commit": "467720570f4479b7ffe25b4225cb99425b45fb47", "message": "Require rule_id; reason is default for first Rule w/ reason\n\nThis makes rule_id required for all Rules created with create_rule(),\nwhich adds the Rule to the FindSpam.rules list. For the first, and\nonly the first, Rule with a particular reason, the reason is used\nas the default rule_id, if one isn't provided.\n", "proba": 2.1765508506632614e-07} {"commit": "193899c64f62913024fcd2a36e3602cd4dddb680", "message": "Removed cruft from demo script\n\nThere was cruft from chasing down a bug. Also removed repeat\nand excessive information.\n", "proba": 1.0556225049640489e-07} {"commit": "e68b68b292cdc492e0cb3b66c8ec4148b4531a3b", "message": "add models.py\n", "proba": 7.524089937760436e-07} {"commit": "a69214d0a3eb9e91a9460214e3e3632254db0164", "message": "added BaseTestCase and additional imports.\n", "proba": 1.1131789534601921e-07} {"commit": "6a45ad1c359715e2af86ac2980a99444bfe31b07", "message": "[FIX]:date display format", "proba": 1.277694764212356e-06} {"commit": "8f35daaabacf884c35542b94c7543b424a24e708", "message": "Add parameter for setting encoding type to use\n", "proba": 2.953724731469265e-07} {"commit": "c92b464b91cc8fbb137963e40838a26be726470b", "message": "syntax fix\n", "proba": 2.573136498540407e-06} {"commit": "67ac5729cbd3c578b69ebc2c3197d7d5e9856120", "message": "some corrections\n", "proba": 1.2986673709747265e-06} {"commit": "fdf7c39bdd90d36d14542daa95bca5d498e302f0", "message": "paver docs\n\ngit-svn-id: ad91b9aa7ba7638d69f912c9f5d012e3326e9f74@2020 3942dd89-8c5d-46d7-aeed-044bccf3e60c\n", "proba": 3.6681387882708805e-07} {"commit": "d2779f1a7989ce17b8dd16d5783e7f56dc4c9472", "message": "Add JIRA ticket transition functionality\n", "proba": 2.470020206146728e-07} {"commit": "d4993ce61fe571d396b27f4a8f9ec7dd2d50f7a9", "message": "Minor changes.\n", "proba": 1.6103231814668106e-07} {"commit": "7459eba9b64533fbe911a1af54b09012f2f0484d", "message": "Line 141, add np.any()\n", "proba": 0.008188359439373016} {"commit": "8ae9f1e9928524f35580207f923351a425dc0581", "message": "findspam.py: add \"service(s)\" and \"maintenance\" to things in India\n", "proba": 2.8530355393741047e-06} {"commit": "0cfe8b5dac28d0d995fe2a07cac0079d4fc442e5", "message": "Delete generate_pageTokens.py", "proba": 1.4926882840882172e-06} {"commit": "4615b00fdca76b7e22adbc4ca5ffad43e21fb946", "message": "Better ewsdatetime coverage\n", "proba": 1.622869518769221e-07} {"commit": "3e8423689fe19ea9d559669aca366c8bb731b2f1", "message": "Add expiry of unwatched TV\n", "proba": 0.011644166894257069} {"commit": "9a1e33a7a7e2007e96bcc19c149c22b61ae1a779", "message": "save artifacts if validation fails\n", "proba": 1.2745864523822092e-06} {"commit": "2efa46084b15bdac99fc54adee1a3c3326006e4a", "message": "provide defaults for missing config file\n", "proba": 6.952820967853768e-07} {"commit": "c4b7cfa0ea9f3e2ac2c703458ebf88e4d29749c7", "message": "Expose of Miller-Rabin security parameter\n\n- The security parameter for Miller-Rabin test is expose, through generate_large_prime method. Just need to set s parameter to define how many samples should be select to eval if some integer is really a prime. By default, this value is set to 11, so we have a error probability of less than 2^-80.\n\n- Solved issue #2.\n", "proba": 1.6837459781982034e-07} {"commit": "4e8154330818473673a045b002845b64e8c9355f", "message": "Bugfix\n\n", "proba": 8.038198870963242e-07} {"commit": "d43a3efdb573cdd1575c2227acd64b150b626401", "message": "[FIX] sale_service: prevent deleting a task linked to a SO\n", "proba": 2.2944723241380416e-06} {"commit": "24eb1d9c1f6b704c35584a867126c76b1ed5844c", "message": "update sb-admin2 URL\n", "proba": 3.303972562207491e-07} {"commit": "234a51acec19b5728a07915e89eb8f01f4c80b06", "message": "Update testTensorArraySplitRead to not overflow for int8.\n\nOverflow behavior for unsigned int in C.\n\nPiperOrigin-RevId: 388555897\nChange-Id: Ie65e9256fbd9bf52f0c7c4f1c768b94db738fdc1\n", "proba": 4.632891432265751e-06} {"commit": "c2b8bd658a2f3f9ba69903852098bdc12b74d78c", "message": "Disable output type agg_curves-stats, that uses extract/agg_curves/loss_type\n", "proba": 4.27530085289618e-06} {"commit": "1be10f3ff832fa7fb748537db578628768489715", "message": "attempt at fixing text placement\n", "proba": 3.4598372167238267e-06} {"commit": "9c1fd3a6d55fe26dcc3eaba147ca8e6c39e2b22b", "message": "used self.id for runname\n", "proba": 4.262946049493621e-07} {"commit": "dc515d853baf23988c218f284f97d160c5dcb32d", "message": "!improve number extractor regex\n", "proba": 2.088276232825592e-05} {"commit": "6293324765a62e78c048b5ea07104d0fd885b893", "message": "Add descriptive assert messages for split_tokens() and select_random_chunk().\n\nPiperOrigin-RevId: 358228516\n", "proba": 0.0025974151212722063} {"commit": "b8153b1050c173327d8588314575b78f25f6c423", "message": "reporting differences (angle and distance) to previous refLine\n", "proba": 1.346384124190081e-07} {"commit": "13617225cafdec85cb067c5c7badca28d408eb92", "message": "small improvements!", "proba": 1.784652710057344e-07} {"commit": "73d4086c67691afb702cf0e3dcbb8d852fb718d6", "message": "ORM: enhance model creation.\n\nIn a rare case, some model may have moved into another module. Then,\nthe entries in ir.model.data should be updated, so that foreign modules\ncan reference the ir.model entry.\n", "proba": 1.1534984878380783e-07} {"commit": "33367a0b7cc738643e16403bc504a76698d17b9b", "message": "pavement: use os.remove() instead of path().remove() since the latter is noisy\n", "proba": 1.3206969015300274e-05} {"commit": "a4907a2d821bd3584c26c513caa58b0e92a9047c", "message": "[FIX]timezone\n\nbzr revid: vme@tinyerp.com-20140404070517-gr561r6l5b02t4a3", "proba": 2.4697823164387955e-07} {"commit": "201cd9da80b96f7a0eb76e9e3f29f2a25e63f39a", "message": "Small style uniformization\n", "proba": 4.272469880106655e-07} {"commit": "2c5ef3b270cf96c7851dd1136e2033dba01d0eba", "message": "Fix encoding issue\n", "proba": 2.5962059226003475e-05} {"commit": "1ee250dcb6c66540d4653242360045e757423bb1", "message": "+retersweld", "proba": 2.4364894102291146e-07} {"commit": "d0ddb09b8aeba1614235ce73bb8d2a13a925759c", "message": "Build command will build whole file not only selections.\n", "proba": 1.1850993786310937e-07} {"commit": "8ae31c928a795d2aee937d49cab37c8688b4886c", "message": "Enable write concern for job.document.\n\nWas previously enabled in all versions <0.9.\n", "proba": 1.0302804298589763e-07} {"commit": "b2ed954fc6f19a00c7c8c12f45a6a44bd1722867", "message": "[bbccouk] Capture and output error message (closes #13518)\n", "proba": 1.23368650406519e-07} {"commit": "d168d6de72b26a7d224b5235367cc7f901c3a1e6", "message": "changed imports for rtd\n", "proba": 3.4055148034894955e-07} {"commit": "9236584fb9a8bed643b98c2c931595011b72bf80", "message": "fix Request.local when Request.server is None\n", "proba": 0.9996225833892822} {"commit": "9b62ea65796d1a4c821792c8c913bdd1f136e8db", "message": "Rate limit sending throught SMS central to 10 messages per second\n", "proba": 1.3545106014589692e-07} {"commit": "a7b6cf7346ef59d55b4ae6edd08926f3077b2cce", "message": "Remove mandatory flag from CA import column\n", "proba": 3.1230766239787044e-07} {"commit": "0ac335956ce5ab4cf1cc3a170d2decb6d601cd6a", "message": "Fix failing test in python 3 where by default byte (instead of string) is used\n\nSigned-off-by: Yong Tang <765086fe2e0c1f980161f127fec596800f327f62@outlook.com>\n", "proba": 1.783183961379109e-06} {"commit": "5303b63bcac5e9d31d81a557e5ad8d8a525cbf91", "message": "[IMP]:read_group perform sum only fields that has '_classic_write'attribute\n", "proba": 5.479368155647535e-06} {"commit": "17ed2bee2a441831d4f0bda02be4ce804c7fb3e1", "message": "[svn r549] lots of comments about how to split this class + number_of_delegations() to get rid of the vote-concept out of the delegation_node\n", "proba": 1.4314562690742605e-07} {"commit": "7f095158a64d55acc066d5d8149ccc49a7149aac", "message": "missed a file\n", "proba": 1.935932658625461e-07} {"commit": "a812f68816c1bc96b529393d9563d847de96c012", "message": "Catch @>> as link following arrow --autopull\n", "proba": 1.4740125209300459e-07} {"commit": "d756534c0495615d8b0318b4a5d3953a5b87c8df", "message": "fix empty stylesheet\n", "proba": 0.0011260235914960504} {"commit": "adb26bc1d1de1152dc488f7e2e276aca39cbfe20", "message": "Make the doc's state filter exact\n", "proba": 2.9660805012099445e-05} {"commit": "a07289da275b16fb7d4cae2f59d3df1799fd9a1d", "message": "Save shift assignments, cleaned up / simplified assignment algorithm\n", "proba": 1.8388887212950067e-07} {"commit": "937d42f786766b7ac9ebc5d721a8f784a30b2e48", "message": "web.wrappers: Add 'handled' attribute to Request objects to indicate wether a given request has been handled (set by HTTP).\n", "proba": 1.2322871612013842e-07} {"commit": "97b22e5859161ed593bdf64482f7a5f27e03b0af", "message": "FeatureColumn: (public) docstring cleanup.\n\nPiperOrigin-RevId: 155941388\n", "proba": 2.107263981088181e-06} {"commit": "718775870895c333570ca88e08ff833314d58f9d", "message": "Encoding unicode\n", "proba": 0.011757221072912216} {"commit": "d630fea7f0da90a1f78dc3ee0e37a2466de04e66", "message": "Added correct labels in plot when not using ground truth\n\n\nFormer-commit-id: bb474c1e2d6a307e41f490e532b8c08c7653d204\nFormer-commit-id: 126a77c3da721a87eec28c6d53b46e97b0f3454e", "proba": 2.1959667719784193e-05} {"commit": "14f9389e0f7a8dcd684af3899067213d11c73e4f", "message": "Remove noxfile\n", "proba": 4.3183506932109594e-05} {"commit": "a8cef620aa919466ee848a7b1c2ab39729db6e90", "message": "Edit task.py based on feeedback for diverse_social_bias task\n", "proba": 6.59330835333094e-05} {"commit": "c084daf8fec6531efbc1792477486434915d0710", "message": "Fixed failing test for non-deterministic list order\n", "proba": 6.266512286856596e-07} {"commit": "96ed63b84a78faf8fc62031059cd532b088a63bb", "message": "bugfix: original constraint message is showed when there is no translations\n\nbzr revid: christophe@tinyerp.com-20080723113021-7jgz9j99imrcokxh", "proba": 1.8914458621566155e-07} {"commit": "822cc7cdc36819c8c5b2e89afee57a1b4e425c52", "message": "Update imapuid index name to reflect latest columns.\n\nNo migration included here because foreign key constraints already\ncaused mysql to DTRT, albeit without the rename.\n", "proba": 1.0090588631328501e-07} {"commit": "f4860329b9352adc7784fdc7caddb61dada8a8d4", "message": "Safer import in pavement.py\n", "proba": 2.09295876629767e-07} {"commit": "02faa3313491b2b79c4675c6a4adf3908b53de8a", "message": "extend poll tests\n", "proba": 2.2730036164375633e-07} {"commit": "cf81044852fa00b1531974eab2929b9b535260e4", "message": "remove another test dependency on GroupPillow\n", "proba": 2.5929122671186633e-07} {"commit": "9d600a9bfa65feb97caaffc91caefe670cc7b546", "message": "more specific \"nuando\" test --autopull", "proba": 2.0016057078464655e-07} {"commit": "a621ef6de124c1381528dda6380788349351899d", "message": "Changed engine and site listing method names.\n\nThe engine and site listing method names now conform to the official Nexpose API naming convention.\n", "proba": 9.868654160527512e-08} {"commit": "d156bc8d59dd469bf70b822926504f213ce237de", "message": "[orf:tvthek] Add support for MPD formats (closes #28672) (#29236)\n\n", "proba": 1.1856261750153863e-07} {"commit": "b4ae817f3fcdaa25f1deb478d19a6d8d18778347", "message": "Fixed a typo\n", "proba": 5.4923984862398356e-05} {"commit": "895922ecf654942aa35fe0664200425be53a301a", "message": "Metadata updated\n", "proba": 4.010675809240638e-07} {"commit": "1762078ef3f7e061a08b356a2ef6aca94844c905", "message": "Add route decorator.\n", "proba": 1.93321326946716e-07} {"commit": "09ec81b9d01e9523b926c50d98d91a1154c3fc55", "message": "Rename 'weight' variable to 'weights' for consistency.\n\nPiperOrigin-RevId: 155909817\n", "proba": 0.9999985694885254} {"commit": "ecc4abdab6fc7a6f6cc6c198c74c00b1802d572a", "message": "Use realtime handler of hyystack\n", "proba": 4.93488073516346e-07} {"commit": "72d43f10275bbe0467862df6429283061140dd75", "message": "Cleanup POST data in tests\n", "proba": 2.49592517320707e-07} {"commit": "7c818f280c3c981212cbaa0410b16b085dc58c35", "message": "Fix test\n", "proba": 4.372618604975287e-06} {"commit": "e2ff0629f6b263d4828b20f2afca2a4efcdaaaa0", "message": "ORM : debug : error message on python constraints are now displayed correctly\n", "proba": 1.2537765314846183e-07} {"commit": "544dc75976264ae14e5056c6e9c14253ae136b0c", "message": "version 1.0\n", "proba": 1.555217295390321e-06} {"commit": "4ba1457e712de2a5f3e5b282cf101fa244410512", "message": "Bump required pandas version\n", "proba": 5.091700927550846e-07} {"commit": "99c6e37a19f7914b4b7d83f0c97afdc5a00cd088", "message": "Combine statements into one\n", "proba": 0.9999995231628418} {"commit": "20c0fc0c00f700adc147a53e8710cc88ff3b9411", "message": "! Watch IP 5.9.24.179", "proba": 1.2055691911427857e-07} {"commit": "691a02c9cb0a96a2bde121af17c23b120e3b3a8e", "message": "refactored to conform with api changes\n", "proba": 2.1208576583831018e-07} {"commit": "03b08aad8c71204da7edc1202ff9928ff236366a", "message": "Fix Vault Hook default connection name (#20792)\n\nHashiCorp Vault connection uses `imap_default` as default connection name, which seems to be a copy/paste error.", "proba": 1.0078163370508264e-07} {"commit": "c2354686e280950f4b4aaa84cf2745eefdf9c90d", "message": "remove =/;\n", "proba": 3.1218489311868325e-05} {"commit": "20c1b1da8637ebbc471d88633899cd66f2ff2969", "message": "fixup! Make request handling threads daemonic\n", "proba": 1.9266757078639785e-07} {"commit": "da45a65a484f69881ca205157687282a9eabbf6e", "message": "- Expanded insert speed test to cover execute as well as executemany\n", "proba": 1.1828230839228127e-07} {"commit": "c71ffe69bb3f8c3a5af4fc9f7721026aa3466369", "message": "bump the version to 0.1.0\n\nSigned-off-by: Alfredo Deza \n", "proba": 1.8209382801614993e-07} {"commit": "158ae501c14009b661fd66bd398ddc70c8933a2b", "message": "Bug fix for tamper script equaltolike (has been doing problems when used with MsSQL)\n", "proba": 1.1287394841019704e-07} {"commit": "31fa719dd269bb9e5c62daad997fe2457e128e36", "message": "[FIX] orm : fixed bug after imporved stuff of hasattr", "proba": 1.4681930338156235e-07} {"commit": "2fe0ac395db9c562bec3cb0b2b348ccf83e36366", "message": "Update core.py\n\nSyntaxError is raised if bad version of ROOT found.", "proba": 1.0523858406941144e-07} {"commit": "5bb564fb5408a9515e97e4c8f45de9a0077e88e3", "message": "sms email use logged_subevent recipient\n", "proba": 3.849929157695442e-07} {"commit": "fb370b86ffee19cbd78cffa87e0492aefa34969d", "message": "Adds a ability to pass computation directly as module to backend\n\nPiperOrigin-RevId: 443512012\n", "proba": 1.278963566164748e-07} {"commit": "015b38e6091d72fc6e5b744b880a04bd23b38455", "message": "Adding info about offset for user\n", "proba": 1.8386923272828426e-07} {"commit": "92c9e4844d3524b2e7db947ec75a5aa716da799b", "message": "FIX: parsing bioactivity data endogenous ligands\n", "proba": 5.191031391404977e-07} {"commit": "4f86dcce45100cc9a161e3a7d510e928fe229def", "message": "cuidados-saude ?", "proba": 1.7766747362202295e-07} {"commit": "4f4488f21882232101e8cd16737698f2bc1995b2", "message": "Added dynamic properties field mapping / blacklist\n", "proba": 1.4901578992976283e-07} {"commit": "c5d1bec4eb5bb775ea1c6180da5d1a522dc43b95", "message": "more updating of merge_partitions to new classes\n", "proba": 1.1841503777532125e-07} {"commit": "469c720b1084a57f9aaa4c60df3b6a080ccb2085", "message": "removed old progress bar code [ci skip]\n", "proba": 1.2342019317657105e-07} {"commit": "a81128b56461ffd351e47dd0d663ef319961a3f5", "message": "Implements evaluation of function type annotations.\n", "proba": 1.2776506252976105e-07} {"commit": "8c8356ddd0bc8b99286082e7846582449a951c64", "message": "Fix a Python 3 incompatibility (no official support for Python 3 yet).\n\nThanks Sylvain Fourmanoit for the report and suggested fix.\n", "proba": 1.2297044804654433e-07} {"commit": "1944016c9d299ac167bbec437381c3a852e961fb", "message": "Some Changes\n", "proba": 1.591132786415983e-06} {"commit": "52089f697e11e7f218eac1b7e5e71c9538b8f802", "message": "Added parse_xml code so now the same Response can generate xml / json and be converted correctally on the client side\n", "proba": 1.4582700202936394e-07} {"commit": "c8ffa6d120db0c328132ce7e81fda780444361e6", "message": "Improvements to offensive regex\n\nWith the percentage check, this no longer makes sense (and actually\ncontributes to false positives, as the whole post body matches with this\npart of the regex)\n", "proba": 1.110680614146986e-07} {"commit": "7647e71ce3fe3b23bdae376d60732e9b549390a3", "message": "Set max size for the videoformat combobox\n", "proba": 2.6626514681993285e-07} {"commit": "28bfdd6883c00c824133cf2e25a3fff6aab33c13", "message": "Create database tables for the portal\n", "proba": 6.913268748576229e-07} {"commit": "3b72aa75597e06046a6aed589a98736da52a8ad7", "message": "MIN: Slight changes in the default parameter values for classify_echo_fuzzy.\n", "proba": 1.097761668233943e-07} {"commit": "b14f56523d696858db44ac7c42d9f7f18a051efe", "message": "fix for case where there are no includes\n", "proba": 1.7278207451454364e-05} {"commit": "fc0a0fd04683a6c345ea82259f5356c98ebba893", "message": "Add more helper methods. Introduce the idea of partitions.\n", "proba": 1.279970263112773e-07} {"commit": "3e63de174a8d383cf0f4fe164e6e9fe2888c3807", "message": "Add new spam domains (thanks Andy!)", "proba": 1.1222606843830363e-07} {"commit": "6d149557018951da0702ed34eef9f6a5ef25b249", "message": "force widget size for displaywidgets\n", "proba": 3.7494078242161777e-07} {"commit": "94a5c0fff516ffdbbffd2453764ab0ebef35e2aa", "message": "Add capability to use ssl when connecting to winrm\n\nUse defaults of http/5985 for winrm\n\nChange kwargs to start with 'winrm'\n\nAdd winrm_validate_ssl_cert kwarg\n", "proba": 5.002069087822747e-07} {"commit": "fdaf846c1cf07745fc32ebf8dd68ab3689a5da51", "message": "restored python2 compatibility\n", "proba": 5.20137859894021e-07} {"commit": "a48653d22ff11bcef76869843792cb47ee681e6f", "message": "Decrufting\n", "proba": 9.973292662834865e-07} {"commit": "16dc463f5d6edb667d6ea97fac57f7ad7a58a33c", "message": "Don't use deprecated getargspec function\n\nUse inspect.getfullargspec if available.\n\nSigned-off-by: Yves Bastide <3b1fe340dba76bf37270abad774f327f50b5e1d8@botify.com>\n", "proba": 1.3495284179043665e-07} {"commit": "1dcd36f34fd5fe848398b9a79fd7f903c288ceba", "message": "update polishing\n", "proba": 3.611083627674816e-07} {"commit": "d5ea86c1c42c697029ee07efd24ac13137858da1", "message": "Speling\n", "proba": 6.989752705521823e-07} {"commit": "6242ef04c6ab9735abb1a90a3b8d2cdafcdde7f0", "message": "ENH: TDC data is analyzed if TDC is activated\n", "proba": 3.0757664148950425e-07} {"commit": "d91452c7db5e284ff726f0169b30ccc1a532a20b", "message": "Add support for pretty-printing JSON entries\n\n`get true` or `pget ` will now pretty-print JSON zNodes.\n", "proba": 1.1104306452125456e-07} {"commit": "e5ea12042ad3acda93bf89a0408df91e83a35693", "message": "Fixes for Maintask\n", "proba": 2.47013787202377e-07} {"commit": "345a64b6288bb23a626e3d083c14e8b2f9fa1778", "message": "M logging.py\n-- added debugOn and warnOn methods\n\n\ngit-svn-id: c4afb4e777bcbfe9afa898413b708b5abcd43877@1199 7150bf37-e60d-0410-b93f-83e91ef0e581\n", "proba": 1.5437916545124608e-06} {"commit": "50ced571d3036464559db849098ef3938becce56", "message": "Update clashcallerbot_search.py\nupdated module docstring\n", "proba": 6.327598498501175e-07} {"commit": "cc88814cbae19bc27d7fa8ead26b321bfd178d3f", "message": "Add required state to History\n\nSigned-off-by: Yves Bastide <3b1fe340dba76bf37270abad774f327f50b5e1d8@botify.com>\n", "proba": 3.368616887655662e-07} {"commit": "3e79ff6a378d61a3a250c2d53f1066ae247f1353", "message": "tests: release qubes.xml lock while killing VMs\n\nOtherwise hotplug scripts may deadlock on qvm-template-commit and\nconsequently do not release loop and device-mapper devices. Which means\nalso not releasing disk space for underlying images.\n\nFixes QubesOS/qubes-issues#1458\n", "proba": 1.8807021717748285e-07} {"commit": "4f03487b661fb541e51eb9abe81262dd6f9fa84c", "message": "refactor(toggl): remove toggl_entity and use TOGGL_DELIMEITER\n", "proba": 3.882444616465364e-06} {"commit": "cb2bdf2a330696030814b52ff29765beeb9044dc", "message": "Add compare operations to Model class\n", "proba": 3.174206995026907e-07} {"commit": "86b00d1b7b2b5be6dced37c01cf900698633857a", "message": "Adjust tests to new API\n", "proba": 1.2803587878806866e-06} {"commit": "27843a69d4372551056bca57e21a8ac9fb04d91d", "message": "[tests] Fixes #334. Unable to find gnustep-base 32-bit libraries in Ubuntu, so not testing 32-bit builds of ObjectiveCTest1\n", "proba": 2.6335237635066733e-07} {"commit": "29253ddc4c01537f48ebdb19f9bec30758d237eb", "message": "train set saved to _global when gp loaded from_dict\n", "proba": 4.1251277593801206e-07} {"commit": "4e780f29a6c25228d9a6d1a6d4b7d79e0337bdf4", "message": "remove assignment of wrapped positions to structure\n", "proba": 3.0317625032694195e-07} {"commit": "f477ff4615bca14db6bdf92e005b523434453a31", "message": "Add sources for actions.\n", "proba": 1.25194119959815e-07} {"commit": "492c84a70551ba26214bb7d7fb70bc9a7836101a", "message": "A bit (more) of a cleanup\n", "proba": 1.3363141704303416e-07} {"commit": "d9398f5ec473b385b6b669d1e528cb3c33bab9ca", "message": "Fix error logic in API call\n", "proba": 0.00026654748944565654} {"commit": "f77bf9d2221c8f87c8e635f9a77d34a505aa40af", "message": "Fixed parsing for new simponit.org layout.\n", "proba": 1.0325979360459314e-07} {"commit": "55cdcc7baa8d4bf4e4edb15bd61cf58e69af222d", "message": "folder fix\n", "proba": 6.478468321802211e-07} {"commit": "383785b832a738e943476481db848c8382ca4d52", "message": "Update the base plugin docs\n", "proba": 3.295249655366206e-07} {"commit": "28baa42ba9fa9bb0c9617c5aec14b2627a886ff4", "message": "Clean up imports and indentation\n", "proba": 1.2565743645609473e-06} {"commit": "e31aac230dd86fc8c9992a33885e06dabf9d2c6a", "message": "Change extractCoords to deal with rejected steps\n\nNow extractCoords can deal with report files that have all steps written, also\nthe rejected steps\n", "proba": 1.3036728319093527e-07} {"commit": "5f6b47ac06eda78cf659235ec1c4ea40ad798aa6", "message": "get reading timeout\n", "proba": 3.0617275115218945e-07} {"commit": "ab96998ec08ec36b203a7bbcf3dc17c411ea188f", "message": "Adding ignored and fixed tag\n", "proba": 3.329174660393619e-07} {"commit": "3a8be8c6248fcb959a18417df3ea2d5370f66689", "message": "BUG: Need to be able to append to minute ctable.\n", "proba": 1.1003569255763068e-07} {"commit": "03b45a53a07cab13b6905b64c6f460a632debc39", "message": "fix main calling\n", "proba": 1.8244567399960943e-05} {"commit": "b859f54a82eaebbd70e1697c6d08ab1b5172c7d2", "message": "test path\n", "proba": 1.7213765204360243e-06} {"commit": "10b4e4ea010dd2123574bb5685e4748b740ad82a", "message": "circulos y mas animaciones\n", "proba": 5.585593498835806e-07} {"commit": "ba3fdf5437aa0bec202f765fff74c7e44e346d91", "message": "Only hard edit when there's processes to maintain", "proba": 1.3861969705430965e-07} {"commit": "8132109f7b647d55f9c368d4f623495e10f5e098", "message": "fix inverted sort\n", "proba": 6.636334001086652e-05} {"commit": "90c753199fd6b8d8a3fdee907036165739a01697", "message": "prep for RPM deployment/integration - config.py, static paths\n\n", "proba": 1.3631618855924899e-07} {"commit": "ca3e6a15b1037355dd6d28f73ac40502adbd655e", "message": "pipeline.py", "proba": 7.949909559101798e-06} {"commit": "62a0855308a55c9a4749e785f4b26ece76f941fa", "message": "2.5.1: SliceSelectTool Debugging\n", "proba": 1.5991726343145274e-07} {"commit": "d2cce95a12badafb497785c0663495a329f66f13", "message": "Changed the meta tags dict to a list, added meta_tags to dash.__init__.\n", "proba": 1.1855210146904938e-07} {"commit": "01d2803917dad6f4266cd1c351bc42c6597ccc97", "message": "Store IP too\n", "proba": 1.721657412190325e-07} {"commit": "e5a7dc629a995884bacbdc23708cbc0ad60c4ba8", "message": "Fix path to sublime text 3. Reload settings right before we connect\n", "proba": 1.826834790108478e-07} {"commit": "6602db3948b1cfb4abd159202c0c7a7e75131295", "message": "Ability to create, and edit listitems in sharepoint\n\nAdded a crosswalk between display name, and internal name for user defined list columns. Added update_list_item to update an listitem, and create_list_item to create a new list item.", "proba": 1.1011421463535953e-07} {"commit": "652cf94c6d720d204311d29a79c5b6c2adb9b966", "message": "test: fix test_change_project_parent.ChangeProjectParentTestCase\n\nparents_all isn't a function that exists anymore\n\n#4710: Improve project hierarchies\n", "proba": 1.1435619853727985e-05} {"commit": "ee07d76c07a22d1836b45eadcf09c3936031cff0", "message": "Always changing directories to the location of every experiment script at the start of that script.\n", "proba": 1.0297932107050656e-07} {"commit": "f307cd640da79c0c983387b8f6b77528e03487a5", "message": "Ensure containerImage is the absolute path\n", "proba": 1.2905981748190243e-05} {"commit": "ab328b71e5ef72211e8ffe8833759854d4342582", "message": "Remove reference to non-existant file.\n", "proba": 3.866368842864176e-07} {"commit": "4866f7fa9fea2d34369804e7cf1406621dee728b", "message": "login_required\n", "proba": 1.0106272384291515e-05} {"commit": "e5e9d480788a432ed056ae3ce209eef1e00d1353", "message": "Improved Instrument instantiation and format-time behavior.\n", "proba": 1.1749397543781015e-07} {"commit": "597af94e22a302b6a1cd1508f44065f8b9475960", "message": "Combine duplicated code\n", "proba": 0.9990058541297913} {"commit": "f2c059dcc78c73be8edbb8f3d24e52232aba0de4", "message": "improved drawing text for area drawing\n", "proba": 4.2981471892744594e-07} {"commit": "aca1514c6a541e528572c9bea6ad5190e8d3beca", "message": "pipeline.py: rename 'halo3' > 'halo3file'", "proba": 2.253573541111109e-07} {"commit": "5bf5263861165fdea758d325265321adf28da8d9", "message": "Remove runtests.py\n", "proba": 1.9570329641283024e-06} {"commit": "a5f12d4c9e1673b316ce879b480ee3c2f97557c1", "message": "hacks around pyhton3 int/string stuff not being as ducky\n", "proba": 2.529304197196325e-07} {"commit": "ed30a4d132bcbafffca87104c4613a79b8b71250", "message": "query calcula lote\n", "proba": 0.9999264478683472} {"commit": "da1f5b1f6ed413670278721f52f7e06859a66d4f", "message": "Turned galleries into normal posts and added default dates to them\n", "proba": 1.3022524569805682e-07} {"commit": "bd3c21d8dbd7450b481b3b8a3752415e180d6aa4", "message": "fixed \u6587\u4ef6\u540dbug\n", "proba": 2.781627017611754e-07} {"commit": "4f4042c01ef27311cfdd677530c852abf68a6647", "message": "pipeline.py: assert all strings", "proba": 0.0002990459033753723} {"commit": "84d4551955c4c2865f6d815df32cbd2195e5fba3", "message": "Execute checks before tests\n\nCloses #23", "proba": 2.033834363146525e-07} {"commit": "9a1686e7fd2c2eba363474bb813872d2a1cc07ba", "message": "kill test server at the server fixture level\n", "proba": 2.0597268246547173e-07} {"commit": "7cee0d84ed668c3453bc0b078f7cf21739de94dc", "message": "Added ability to differentiate ambiguous package/version strings\n", "proba": 7.025680588412797e-07} {"commit": "53218c81d528bd1c1f5e5d1518d12e2d35b16238", "message": "Add +x to runtests.py\n", "proba": 1.0135527190868743e-06} {"commit": "e62ec4811cb70a033753d61fb584c2542f77fde9", "message": "Add fixtures for national team match data\n", "proba": 4.41662649564023e-07} {"commit": "b67bcfa286dcb01e30c2bd16ec4499c3abc88b9d", "message": "prune illogical subtrees with discrete features\n", "proba": 1.726282107483712e-06} {"commit": "412acd6d845b77e366d6cd68f1d966184008d493", "message": "Update tests/conftest.py\n", "proba": 4.210907320612023e-07} {"commit": "f6ae404cd0cb5a4c65fad2f044d63a1431d488ee", "message": "Improved documentation\n", "proba": 2.5693947236504755e-07} {"commit": "e4ba14c0df50401561555fc9c8df5b2c75386411", "message": "Fix annoying error message about future removal of functions in django 1.9\n", "proba": 1.0969051800202578e-06} {"commit": "cafcf457195c69d4ad34af5d02c85ad8bd122c60", "message": "pep8 and JSON output cleanups to multiday IEMRE json service", "proba": 1.317429649816404e-07} {"commit": "dc5b46089065d2321d4c3c4b1b40eb30fa089af5", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "4b4388a23ceb1c3920aa13956cbaac82a5fa90ae", "message": "zoo: fixed symlink to be local to directory\n", "proba": 1.4422021195059642e-06} {"commit": "bdc9ee50c3b784b4b118b11fb3f12df3947a3e48", "message": "runtests.py: Refactor\n", "proba": 1.1264247632425395e-06} {"commit": "2ffb7cf2b9dd662289f807c7cfc5f25d9cc1500b", "message": "add all fonenode sms capabilities\n", "proba": 4.5163815798332507e-07} {"commit": "13a674048be9f9bb92714238891ed1ce43421527", "message": "add needed factories to conftest\n", "proba": 2.6056883939418185e-07} {"commit": "2ea6f0f181729acecd8b9ac7959793cb81eca63e", "message": "Be explicit about test middleware.\n", "proba": 4.886298938799882e-07} {"commit": "3a429b1acf0f6a97d078bd8f57fc3bd406566aa8", "message": "changing the forms app to pull the date from the message object\n", "proba": 1.1338246395098395e-06} {"commit": "c01110ee77824a29f2c1406b9fca31e611a3e832", "message": "tests: Fix EVAL utility\n\nThis avoids creating support Function objects that have:\n- id(f.indices[i]) == X\n- id(f.base.function.indices[i]) == Y\n- X != Y\n\ndue to time, t, x, y, z being defined in conftest.py,\nand TimeFunction using a Grid with different indices\n", "proba": 0.0004827450029551983} {"commit": "6a6eeb4975b6ebc7a1c857a1a5d3fbc61c887d19", "message": "Use tags for ticket number.\n", "proba": 1.1708837632795621e-07} {"commit": "82711af2bbd6384c9facf62a7baf7aa35ddb36ba", "message": "Changed Actor.__repr__ to be more compact and refer to actors as 'impl' to clearly distinguish between cells and what is running inside a cell\n", "proba": 2.7311909889249364e-06} {"commit": "b145fcdf10c80cc050c661fcb83c47a954020751", "message": "Add postgis extension to test database\n", "proba": 1.9205081969175808e-07} {"commit": "2e86baa78b94762b16a5bd3e4f11d33563a917f0", "message": "Add basic anonymous post unit test\n", "proba": 1.6554143655866937e-07} {"commit": "f56d68eece14bd0c0fec5fb18216e93ef8f461ba", "message": "In startnode, when remoting fails to be set up, report the traceback\n", "proba": 4.291548805213097e-07} {"commit": "40f09613ef229f092f60c2dee152051a7088a752", "message": "remote_access: add more logging for remounting and diabling rootfs verification\n\nBUG=None\nTEST=None\n\nChange-Id: I64ad454ed44578710d00d754e2c8ba4ed1473871\nReviewed-on: https://chromium-review.googlesource.com/185024\nReviewed-by: Mike Frysinger <8f3f75c74bd5184edcfa6534cab3c13a00a2f794@chromium.org>\nTested-by: Yu-Ju Hong <52dc720c411f8e2156e608c1a8b894a917489667@chromium.org>\nCommit-Queue: Mike Frysinger <8f3f75c74bd5184edcfa6534cab3c13a00a2f794@chromium.org>\n", "proba": 2.2326054249788285e-07} {"commit": "5d78eb842417041417bb4592352edd781e1784c1", "message": "Use six for importing urllib in conftest module\n", "proba": 1.2695262796569295e-07} {"commit": "826cdff36c7ec7a4658dfa1028443dc7eb7e4d9b", "message": "Fixed a bug in Hub\n", "proba": 2.497334889994818e-07} {"commit": "f8274293f2e90bafd9e222fbe249503ce9f79f9a", "message": "use gpu only if available\n", "proba": 4.0287469005306775e-07} {"commit": "4d152cd694afd6f843a3d83b4858d91e676c4e5e", "message": "Explicit error message when binding to a hostname that fails to resolve\n", "proba": 2.11316546483431e-07} {"commit": "5e5414e9dc964c6e139f108844238d709cf10436", "message": "Remove no longer used reactor entry\n", "proba": 1.478472597682412e-07} {"commit": "fe996d039d1fbeaad64f3856d961c6f6c7ce6b3d", "message": "Test on a larger set of files\n", "proba": 7.739865850453498e-07} {"commit": "96aa1850446346d363d39c1496c9501aac746c2b", "message": "Add Slot.copy() method\n", "proba": 5.88516002153483e-07} {"commit": "6b11c5592313524f68e80f9b27d0e45843ff2877", "message": "Add bidirectional_promoter_lncrna and normalize\n\nsRNA -> other\n", "proba": 2.6389636332169175e-05} {"commit": "cd2f2c04325859b389bc10c8a2824b31d75a1702", "message": "fixtures: fix xfail, skip marks\n", "proba": 1.0975330724249943e-06} {"commit": "d0eaacdbad2fd0adadf51ab3b5b34bebecb10b50", "message": "A minor if/elif optimisation suggested by @robvdl\n", "proba": 1.1963938106873684e-07} {"commit": "b0dc1e256ea4984722fb2081028acf6fa747996c", "message": "get rid of buggy memoize_id_method and use manual caching for ProtocolMixin.sort_fields\n", "proba": 1.9884681989879027e-07} {"commit": "1923d479d8c4c4091da10b633a4d3fcd45479468", "message": "tests: fixtures: fix name error\n", "proba": 0.00015994958812370896} {"commit": "38b9e15ac8a3eca6113f93703350e93043268695", "message": "Replace execvp by call in status command\n", "proba": 8.964438166003674e-06} {"commit": "ca7f8fdf30f935931d0b87f59f826f19b6f32286", "message": "add unittest for _power\n", "proba": 5.370449684960477e-07} {"commit": "adfe4c60cd3b7a1c6e08102997a4a35355e82434", "message": "TEST: Ensure each configuration is completely independent\n", "proba": 5.312440976013022e-07} {"commit": "c0f4fd6ac51d09edd1707b4cf3b953a8f759b02d", "message": "tests: graphite stub now actually stores the messages received\n", "proba": 1.2487097933444602e-07} {"commit": "ffff44e84d2b1b4bb066ec91c9261768d2a977e4", "message": "Python3 compat\n", "proba": 4.633981802726339e-07} {"commit": "0989f5b91eb15f9d6b63665e0be2af5dc3494211", "message": "Handle yet another weird error reporting case\n", "proba": 1.6901118726764253e-07} {"commit": "ec38f1fb2f1f138c4a44f0d8420ba0c9b273b9a8", "message": "Modify logging setup to avoid setup recursion\n", "proba": 5.698502718587406e-07} {"commit": "90f628f48666b1bb10893f371b8d05e1a095944d", "message": "Successfully catching all misplaced items.\n", "proba": 1.30480714233272e-07} {"commit": "a35ca68098cbac48b4ecfb9b2e8c5b61915afc34", "message": "Rewrote fail/success/alarm to use melody. DRY.\n", "proba": 1.4100325529398106e-07} {"commit": "419483021c09602985e99c071701f5f15d3b0794", "message": "Call super class\n", "proba": 4.6941087816776417e-07} {"commit": "ca338ebca2828cd56cc78021a2fe1c42c886ff04", "message": "\u4fee\u590d\u83b7\u53d6\u7528\u6237\u4fe1\u606f\u51fa\u9519\u5bfc\u81f4\u7a0b\u5e8f\u5d29\u6e83\n", "proba": 1.8528199063894135e-07} {"commit": "da41095608f31a1034c30ccfae2de7c6153ea0f1", "message": "Fix: `salt-key -f master.pub`\n\nThe command `salt-key -f master.pub` was broken by PR #35015. This is\nbecause it now requests the keys from the master via\n`salt.wheel.WheelClient` and always filters out `local` in the return\nvalue. Change it so that `local` is not filtered out in the case of the\n`finger` and `finger_all` commands. These commands require all keys\nincluding the local ones.\n\nSigned-off-by: Sergey Kizunov \n", "proba": 5.740464530390454e-07} {"commit": "9f751b2c90bad7e3921f92fc5b9784619eaa06a5", "message": "Last parameters\n", "proba": 1.5251133618221502e-06} {"commit": "3ce38607e5a7efea38c5e5182b14f3c57a5f2a11", "message": "extra space fix\n", "proba": 3.383123896583129e-07} {"commit": "f0998d280521606ec0cc645416e5ec4ff38d5d43", "message": "Update run_groundtruth.py.\n", "proba": 1.6123270540902013e-07} {"commit": "7a0981d1e0b54a5ebbb1ab3b0085fea98a80ac55", "message": "removed \"\"", "proba": 8.125652675516903e-05} {"commit": "a85f2672688fb5a7e2c93fa026528a5963af3491", "message": "Last parameters\n", "proba": 1.5251133618221502e-06} {"commit": "79ad3851740752a13b2f064fefa963fb530a1a77", "message": "remove column from test output\n", "proba": 4.696143150795251e-05} {"commit": "c4554a7d1312c268bf90cf0b5fa338034b1d1762", "message": "Assert that a form is published\n", "proba": 0.01867317035794258} {"commit": "a49a714953a7613cde67e7cfaeeb3476e17b75cf", "message": "Delete study.py", "proba": 1.821273258428846e-06} {"commit": "2569dab0edc14a7678072f70a69c5fb069a392f2", "message": "fix script path generation logic\n", "proba": 4.490498213272076e-06} {"commit": "d21ca52d9f5e80f44e981f99f5170fc4b8a3b64a", "message": "removed main if statement\n", "proba": 0.0004552635655272752} {"commit": "bfc04e4c6ff3c330f98ec82be8a48ef7e6ece068", "message": "Added some infrastructure to the main .py\n", "proba": 1.7463663937178353e-07} {"commit": "53320b8adefa838ad00fda24db61dd6f8adabc2a", "message": "fix broken tuple\n", "proba": 4.3902062316192314e-05} {"commit": "505b950296a4d7aaebb7fd9abffda7e1f1fc9925", "message": "pipeline.py: bump version", "proba": 1.427847564627882e-06} {"commit": "a7a87a6076318cfc4f2c76afcd3d4c9223eec32b", "message": "Implemented E and W door additions\n\nStill commits sudoku on door operations\n", "proba": 1.385415799859402e-07} {"commit": "650b9d3fc06008c1e595a7f83cce002ea4c976c8", "message": "naming fix\n", "proba": 1.2346580433586496e-06} {"commit": "c2c3f7ff0859d4012696ecfc4999ec89373e23fc", "message": "pipeline.py: add support for verizon1296pack", "proba": 1.9751570334847202e-07} {"commit": "fa1ef7eb57c47e8e74cc5f9c2a033b5c7f09b73f", "message": "Fix process publish ordering\n", "proba": 6.105479428697436e-07} {"commit": "d578a84c367dc68a90bc7a6668c1c1249b155387", "message": "pipeline.py: add support for 'forumlang'", "proba": 1.271227176857792e-07} {"commit": "15acb5e4eee75484a2ed3ee961604dabec6ef398", "message": "rename a variable in BProgressMonitor\n", "proba": 7.711537364230026e-06} {"commit": "6a48f25499141cc84e8044384e3707db2587bbd0", "message": "Fix constituency / region data in the UK 2016 import script\n\nThe script used to create the elections, posts, areas, etc. for the UK\n2016 regional assembly elections unfortunately mixed up the mapit_code\nand the slug / name / party_lists_in_use for Scotland and Wales.\n\nThese fixes to the import script will mean that no one running that\nscript for the first time has that problem, so this is part of the fix\nfor #600.\n", "proba": 1.2566925988721778e-07} {"commit": "31d68dd87675b0e82483d016541762d679d702f1", "message": "Removed dict from setup, instead stripped new line characters from input\n", "proba": 1.9355285019173607e-07} {"commit": "3206c58b2d8cce797b8897db90801fec6197e576", "message": "comment out the call for \"email when Job complete\"\n", "proba": 1.3463109382882976e-07} {"commit": "0785b5b0e6595d5c325cb828f132d929b5624875", "message": "machinetalk/mkwrapper: simplified interface handling, made use of interp_name field\n", "proba": 1.703234460137537e-07} {"commit": "e7242d571d13f4bf73a980ae13f5c3a90b4f9eb7", "message": "Added join-barcodes command\n", "proba": 1.4618373711527965e-07} {"commit": "df184e8c0aa0a2aa8dbccf044afe41808f16701a", "message": "fix for py27\n", "proba": 3.433432311794604e-07} {"commit": "39caa691c0d9a470abc3339c53b0bd9ddc65459d", "message": "Ensure index on user and jobid\n", "proba": 2.562933900662756e-07} {"commit": "2aaf4860bbef4358d1f4b12875126bcea1710d9b", "message": "started adding unit tests for engine\n", "proba": 1.4623310562456027e-07} {"commit": "4e78082e4017e43abe1a0285440f118eb284764f", "message": "Fix misleading docstrings for coercion utility functions\n\nThese don't just bridge Python 2/3 compatibility, the logic is actually\nsoft coercion, ie. if `smth` was not the expected type, it was not\nconverted.\n\nThe only Python 2/3 thing here was to translate the \"expected type\"\npart.\n", "proba": 2.654377203725744e-05} {"commit": "85b76a05d4608968bb42cb1e8db3bf97c90f8466", "message": "Use the locale dependent preferred encoding as fallback\n", "proba": 2.002120481847669e-06} {"commit": "eb7d8a5b07e89133a5fb465ad1b793362e7439f7", "message": "[test] check for addmultisigaddress regression\n", "proba": 1.3497138695584e-07} {"commit": "55b7c9560f98a65a01bc1a270d7158b75d398385", "message": "Fixed integer division with Python 2 in phi angle calculation\n", "proba": 4.5275251636667235e-07} {"commit": "ed3356f52b96fc060c1bd0dd35ee5019c5c146fc", "message": "mfd/base: tested reset()\n", "proba": 2.1909559677624202e-07} {"commit": "0e8bbd0108e3637682c8698c8c8ce19220d9b794", "message": "Please\n", "proba": 0.000509098288603127} {"commit": "ba21a2f206702a27757d93bbf3d3883980346975", "message": "Commit the ORM session after removing a user from a project.\n", "proba": 1.2207540578401677e-07} {"commit": "29189291e5927381d1465d96792115e39ef4da69", "message": "BaseTools: change another list to set\n\npotentially accelerate \"in\" testing which is the use for this variable\n\nCc: Liming Gao <6480311aeeb4b006862f6d13ebabddc03f51e507@intel.com>\nCc: Yonghong Zhu <78d981fe33a016071af5222c56d5cf77f30fb0b2@intel.com>\nContributed-under: TianoCore Contribution Agreement 1.1\nSigned-off-by: Jaben Carsey <2d4ee76b36e91bee3a58378b7538904eb027a616@intel.com>\nReviewed-by: Yonghong Zhu <78d981fe33a016071af5222c56d5cf77f30fb0b2@intel.com>\n", "proba": 4.001798970421078e-06} {"commit": "8f40acda4cfe0f539950ccd24323ff2260c453b9", "message": "view FaturamentoParaMeta mudando a forma de setar as colunas nos casos de Apresenta an\u00e1lise de participa\u00e7\u00e3o\n", "proba": 1.2409056182605127e-07} {"commit": "ce51a1809545fd2d903f30f9bf29eec6a0d7df8d", "message": "Make a log for when an assessment item fetch fails.\n", "proba": 1.5985033030574414e-07} {"commit": "0afcf815acceaec027bfe60122113cb124820a5e", "message": "Removed method format_release and its use in code\n", "proba": 2.2711185465595918e-07} {"commit": "1d82319fc72ebae944b159e14bfe2a4c95e50362", "message": "fix configobj.Section type\n\nSummary: Ref T671\n\nTest Plan: N/A\n\nReviewers: wuzesheng\n\nReviewed By: wuzesheng\n\nManiphest Tasks: T671\n\nDifferential Revision: http://phabricator.n.miliao.com/D3027\n", "proba": 1.7584024192274228e-07} {"commit": "29811feff38fffea85665a1aa1d9433d27ca602b", "message": "WebSearch: safer protection of restricted records\n\n* Records (/record/xxx) belonging to restricted collections are now more\n fully protected, regardless of primary or secondary collection definitions,\n by checking if the user is either owner of the record or is authorized\n to access *all* restricted collections to which the record belongs to.\n", "proba": 9.688507418559311e-08} {"commit": "e6a5e391e58be545f0bd77f943ad0d757bdfbeba", "message": "Fix vm refs\n", "proba": 8.838623034534976e-05} {"commit": "5f54101a12c59313860ca11d0205cb642aeb5611", "message": "Fix typos\n", "proba": 0.9999994039535522} {"commit": "415ff60f0f6de197f6a95f601023c86adaaaff16", "message": "Update ddsm.py", "proba": 6.381740718097717e-07} {"commit": "c05418f47ec897551fe9c3b3e82bb2178d181d27", "message": "Resolve #56 / Compiling error if space in Windows user folder\n", "proba": 1.5137486286675994e-07} {"commit": "08e8992b4eb29479a7aca9285a0480b5ea8b4861", "message": "Added surf string generator to file\n", "proba": 1.7092990844957967e-07} {"commit": "3cd7c8126d7c8119b275d7de87ad80cc03c61442", "message": "InsertRows working on trending\n", "proba": 2.0053717264545412e-07} {"commit": "2b27e32ab9112dc3e6df641f5909dd0a055859d0", "message": "update config spec to require req.map for mapserver sources\n", "proba": 2.3814490646145714e-07} {"commit": "6757a04a2ab66b3b9c44ce8c5e05a989cbed6a78", "message": "Prettify HTML templates for alerts.\n", "proba": 1.256740489452568e-07} {"commit": "230f44420347c3d8b5e35290aa8e530c83bc6a88", "message": "Clarify comment", "proba": 3.387824472156353e-05} {"commit": "80c498f355bb89efe653054922a2b23043466bcf", "message": "removed unused imports\n\n\nFormer-commit-id: 3b79bfbdf1478e9c9d6fcba78f932d46113b9e5e", "proba": 1.2719660844595637e-06} {"commit": "5724717016cb397a03926c403c6c687396341346", "message": "created PseudoMaterial class, generate/mutate now dumps yaml files in run directory\n", "proba": 1.3180604696572118e-07} {"commit": "a1db428e08a9dd4564c0b45579670b4f579b223b", "message": "CLOUDSTACK-6276 Removing unused parameter in integration test\n", "proba": 1.2709290331258671e-07} {"commit": "ec167ed3febdc9a69506a256c80b6f7ddf77037f", "message": "Refactored types module\n", "proba": 2.553243803049554e-07} {"commit": "9cbd63e86fe754c7b912c6ab5756a2ac20a0d8ef", "message": "Remove unused unittest import (#3269)\n\n", "proba": 1.1446921632796148e-07} {"commit": "55bd0a5e6ab3f63f117a7b5562081984be38d750", "message": "FIXED left join project_leader table in getting endorsements until mechanism exists for putting that in there.\n\ngit-svn-id: 67c7e6fadd90cd15a3a5d4ceb82afdaff051f3ee@535 befef031-aaeb-48d0-b70f-681328309d3d\n", "proba": 5.455471637105802e-06} {"commit": "9e3e18d4e79cb84f0f84f573cb2ebd9bfe42dbdb", "message": "imports for authN/Z and related; added logout view\n", "proba": 1.4369409484515927e-07} {"commit": "b0d4b7179d937b337c384215cc0c195269633d2b", "message": "DEFAULT_PROPSHEET_AUTOCLOSE_SECONDS got left out of property sheet merge\n", "proba": 2.0596580441178958e-07} {"commit": "1a5110a3c70d8cf9b3b9441eff761b771d0b4576", "message": "exscriptd-config: fix 'daemon edit --account-pool ...'.\n", "proba": 1.1557624191027571e-07} {"commit": "a28e16529099378338632620a9278d6958ff66c7", "message": "Add missing await statement on issue_events\n", "proba": 0.0003093014529440552} {"commit": "114eae7861e366d1c20d70b7d047617eeb0821a3", "message": "bugfix: couldn't access settings from touchscreen\n", "proba": 2.986492745549185e-06} {"commit": "c0413be45ec0a06a5f8a287e3764d0665b9e336e", "message": "added leading zeros for index in filenames\n", "proba": 7.993326107680332e-07} {"commit": "f8929d85bcfd3b450c4777f80c4e9de4d233aa95", "message": "done division by home and stats (how many per home and how many of them\ndo commute)", "proba": 1.4817119620147423e-07} {"commit": "46eb30a442bee0f07251089e3e1abe3ae6775d13", "message": "separate db transaction for prod vs pending\n", "proba": 1.5833720112823357e-07} {"commit": "c7b48e0b89230087d6c6658d7e9232eb3f4a7860", "message": "Adding name to error message for parsing proedure\n\nInclude procedure name for unexpected end of file.\n", "proba": 1.0475554290678701e-07} {"commit": "f36519b30be24ff6de9786f0b58e0709f7220ee0", "message": "Remove unnecessary import of pony.sqlbuilding from pony.orm\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@1847 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 1.8605982177177793e-06} {"commit": "46db79ecb559dbc72a69a8574be43da9a096b3c7", "message": "Return the correct list.\n", "proba": 0.9999994039535522} {"commit": "ee0f654a2422105b411b7a6b81e131910fc5e544", "message": "Update xhistogram/core.py\n\nCo-authored-by: Tom Nicholas <05cb38613d10a7afcca03fe0ccd71dd2bb31b95c@users.noreply.github.com>", "proba": 1.2595806708759483e-07} {"commit": "0f5bf5e63644c8570251f5475b4ef04e6bcaa108", "message": "Rework quote tag.\n", "proba": 1.2238687929766456e-07} {"commit": "911594cbad95bbd50fb5eb4d5017fc0a79e34713", "message": "Add a test for deleting a collection\n", "proba": 4.460930256300344e-07} {"commit": "f672c52ddeec4f143795c0d851114f00bb3f63a9", "message": "update for Bits3val._auto_cast", "proba": 3.7341135339374887e-07} {"commit": "82b6c1377b40a14acda7cf9827f0f41f55900166", "message": "CLOUDSTACK-8213: Fixed typo in test_lb_secondary_ip.py\n\nSigned-off-by: SrikanteswaraRao Talluri <35d46b2ff1bf95340df8625bc8fcffc8da6fadb0@apache.org>\n", "proba": 1.3814025123792817e-07} {"commit": "5ac4cc181341e989fdb5fa92efc644705dc0bbae", "message": "demo code\n", "proba": 6.331376880552853e-07} {"commit": "101cd25e54ca7c83e1a4d1a4ef015982101b1d6a", "message": "Cleaned API code\n", "proba": 7.500690912820573e-07} {"commit": "353a16edcd7f87e9cada82e586b97bf99926baca", "message": "forum reverses order of posts\n", "proba": 0.0005437108920887113} {"commit": "440fceb863d72548ac7314c678503b264abb97ae", "message": "Company name field extended to 64 characters\n", "proba": 3.096990212725359e-06} {"commit": "84f8185206c333f4ff76de40a184b08de1233eb6", "message": "prettyprint\n", "proba": 1.0326664323656587e-06} {"commit": "143e86b342d62e0aeb94be0bdc8e542ec223c52a", "message": "Improve tests printout\n", "proba": 1.2737541510432493e-06} {"commit": "82fa672354b31fdc33a1b440bcc56f703c1f797c", "message": "contrib/confgen: Don't try to make __init__.py executable.\n", "proba": 1.958618440767168e-07} {"commit": "bd7fe37f2c723e06a54fe141b68223cf39aa13c8", "message": "working on encoding ...\n", "proba": 2.5664559188953717e-07} {"commit": "0b91f29efde4a6f697188faf43f2ef03b3899676", "message": "Fix bug in modules viewer caused by move from AttrWrap to AttrMap\n\nThe bug occurred when you tried to load a module.\n", "proba": 1.1419260204093007e-07} {"commit": "82dfe684a365e51384537f469fb35aede0ee7a0d", "message": "Fixed Angkor Wat\n", "proba": 2.541823050705716e-06} {"commit": "4b65d508cb95659ae2bf8f6132427ce5feac3849", "message": "started integrating huascars stuff in the frontend\n", "proba": 1.2187207687475166e-07} {"commit": "6bbb910d747f36ee29a8bd6ce9a5dfa31c54a033", "message": "Add scrapping throttling.\n", "proba": 1.4860989949738723e-07} {"commit": "c11206dfb9d320a261b05c2c4cb7696ec8893464", "message": "[MRG] Added 'l2' as acceptable input for loss in l1_min_c() (#11871)\n\n* Adding 'l2' as acceptable input for loss in l1_min_c()\r\n\r\n* removed \"l2\" from error msg in l1_min_c()\r\n\r\nremoved `\"l2\"` from error msg in l1_min_c(), consistent with acceptable `loss` params\r\n", "proba": 8.697965654391737e-07} {"commit": "6318ab464dc73dd049ed8fbbce8e33ad4ec82d8a", "message": "Overhaul collection tests to match new output display styles\n", "proba": 1.3722008418426412e-07} {"commit": "c331e4100e62f4c99dddd14fe6ca35684240c79b", "message": "codestyle", "proba": 1.249137881131901e-06} {"commit": "cd8c08c6bd65ed9b0d318f45f66e502f05dfb98d", "message": "continue to remove abuse of return types in test lookups\n", "proba": 1.3004914478642604e-07} {"commit": "25c7d850a9d655b4553b10bdb49143027e9858ec", "message": "updated\n\n", "proba": 4.958747581440548e-07} {"commit": "cdf26103b1d553cd2249b76f971737ec5c47c291", "message": "Removed debugging output from test runner script\n", "proba": 4.7319269924628315e-07} {"commit": "c8e2367323e1a611d5f5153052165ddedefc48f8", "message": "pipeline.py: add project_html", "proba": 1.6435235465905862e-06} {"commit": "df06fb8276cbb306feef418cdc02f8fabd56472e", "message": "use psutil for cpu count\n\nhttp://stackoverflow.com/questions/13544826/python-cpu-count-works-on-one-windows-server-but-not-on-another\n", "proba": 6.875947633488977e-07} {"commit": "6bdfca640f7685a04e6e446a70137563bb7ec978", "message": "pipeline.py: remove variables", "proba": 4.1609109757700935e-06} {"commit": "eada01793590af2ad0786491ed4d225e7cf7e826", "message": "faster paces at histogram\n", "proba": 1.456942754884949e-06} {"commit": "6d040b19967913bc420a54bd9ff8dd55fb189e61", "message": "Fix a little formatting\n", "proba": 0.9999949932098389} {"commit": "f5b9443b71238629198be40fecaffbab3b1c3ec0", "message": "[logstash] refactored command\n", "proba": 7.855214789742604e-07} {"commit": "289a21ba00c52d62607f83546e6739c15a9ecb4b", "message": "Discharge in cm/month, instead of L/m2/month\n", "proba": 8.098044418147765e-06} {"commit": "9a723400e84e189841d621aa79a469b70e39585f", "message": "Copy DataFrames in merge_on_date_year() to avoid clobbering\n", "proba": 5.982171842333628e-07} {"commit": "fca2d58f9c29880a47144da5b2efa4cbe8da2a64", "message": "fix import typo in populate\n", "proba": 2.0516688891802914e-05} {"commit": "3e92b62ba95745babae09b13c0f21948b48b87ec", "message": "Added multi-image imprinting.\n", "proba": 1.0756259882782615e-07} {"commit": "19c8af6551b1d89379f3ef52ed972375d596e3b9", "message": "call init_stroh() only if we need it.\n\nAllows to create an instance of the class without importing atomman. test_gamma_line() is an example of such scenario when we just want to access the data stored in the dislocation class such as unit_cell.\n", "proba": 1.1793515852787095e-07} {"commit": "e33ea7c33ab17a54aaab09f06670170b2cf0c0cc", "message": "minor fix\n\n", "proba": 3.935496124540805e-07} {"commit": "02630754b05e7cacf341e7b567963f506bdaf78d", "message": "Fix invalid ISO 3 code fro United Arab Emirates\n", "proba": 0.9999992847442627} {"commit": "de43600a31e33e2401be2ce94d5cef8fa77e82dd", "message": "Fix rendering empty responses\n", "proba": 1.1754561455745716e-05} {"commit": "e50faf0cd6b832dad7521067d6d3ac7cce52443b", "message": "Use the correct tornado import as suggested by @ivanov\n", "proba": 1.3652734764946217e-07} {"commit": "6279013e5e5302f97a264857940969bac006888a", "message": "Increased timeout on many_keys test.\n", "proba": 1.3037262647230818e-07} {"commit": "607851427b6de3738811816b0f738636da85d494", "message": "Patch for platform ID on rhel\n", "proba": 1.7960921638859872e-07} {"commit": "177635e30fafbab4578228c8adfd0dcf930e6fc8", "message": "Complete lc_two_sum.py\n", "proba": 0.9993346333503723} {"commit": "416b1ae7b3c242f76cc2915868f5791b2ef6f858", "message": "Change database storage type to SSD\n\nThis changes the database storage type to SSD (`gp2` for general purpose\nSSD storage).\n\nBefore applying this to staging, I'd like to take a `pg_dump` of the\nstaging database as a precautionary measure.\n", "proba": 2.7286034764983924e-07} {"commit": "e33940ace69e5dbaaf3b535cacfee45acc361971", "message": "FEM: thermomechanical analysis: add pre check for initial temperature\n", "proba": 2.0763467034612404e-07} {"commit": "556ec1da72bb265d670dd5c90dfc5e8ef4ae0bdb", "message": "grow: only show progress on master\n\n", "proba": 1.295453415650627e-07} {"commit": "38e432f15ced46bb87aae07943fbdaaaf8758530", "message": "default date sat to 20000102\n", "proba": 0.0005712808342650533} {"commit": "58378162743d018f12b4917e7acc69d5e7285aa5", "message": "added method to reset pce (clear response buffer)\n", "proba": 1.1629413876335093e-07} {"commit": "5b9fe4155506a2348bb824fde5b64e6f9079d2fa", "message": "Factor INITIAL to HALF-CONNECTED transition.\n", "proba": 6.236470539988659e-07} {"commit": "8e6a13790d3e5edfdb140070a0312dfcbe809038", "message": "working on draft for adding hoppings to kwant (TODO: on-site terms)\n", "proba": 1.0117569360090783e-07} {"commit": "c81f912995fe8994e9e9c640d010b5a926cdbcd6", "message": "* Fixed: silently retry on 'Connection reset by peer' in async job polling\n\n", "proba": 1.466752905798785e-07} {"commit": "38de451c905b5b0a62534ee57a5227bc58f66c88", "message": "Function should return a boolean\n", "proba": 0.9999995231628418} {"commit": "dd07a54966a88e8aac133152b79aae0f381134d6", "message": "Use a clearer check for valid elements.\n", "proba": 1.3728200087825826e-07} {"commit": "5219dfcd8be1056a2b57dd73c81883d0048689ac", "message": "add JoinModel tests\n", "proba": 2.915870993547287e-07} {"commit": "b365b301d6251a49bdcc382e9b7c3d0975208aa8", "message": "Switched to port 8888\n", "proba": 6.483722359007515e-07} {"commit": "12386570f69f44eb34c4e68b095c491fa345e01f", "message": "Remove glob\n", "proba": 0.00010892764839809388} {"commit": "f9f3f5e528e5d7e9674fea477979978418b16489", "message": "pipeline.py: new version", "proba": 5.083971359454154e-07} {"commit": "466d2ac529dbc8b29133898920e1d4c58bebeaa0", "message": "created add picture method do album model\n", "proba": 4.432086200267804e-07} {"commit": "ff6c0c1e0e043e02354169e46b041ba4be0b586b", "message": "Update default tile layer\n\nThe previous tile layer exceeded the amount of allowed API requests.\n", "proba": 1.0976465603107499e-07} {"commit": "26e3a9794222a1176c7288b5861d9235b277acf9", "message": "fix bugs\n", "proba": 1.0751475656434195e-06} {"commit": "7300d4c1c123e8730c691f20ba3c0442badd2520", "message": "data cessazione corrects data nomina in unique_id\n", "proba": 3.2460570764669683e-06} {"commit": "c6bae10b02d528e17ce414032b79a8af0767b766", "message": "Updating test\n", "proba": 1.5744714119136916e-06} {"commit": "39eff94af8d39dcb997316fa392822dc953c1bd9", "message": "No en dashes because python 2.7 is old and useless", "proba": 0.0001962081150850281} {"commit": "ea19d5a9b57340345bf1cb4521cbebbc8f03bd07", "message": "Updated presentation code\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@1788 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 4.476630408589699e-07} {"commit": "0f9cc727d427dfa2ad67a2910bddd11c1ce89f02", "message": "2018-05-15\n", "proba": 2.950909276933089e-07} {"commit": "871b95c6945c7a456d437f1c210b0702e17f97d4", "message": "Add evaluate method\n", "proba": 5.4381789595936425e-06} {"commit": "c626f0e6f6fe844e7c46f54675f0571f4c704e15", "message": "Remove unnecessary event type check; Log real events to INFO\n", "proba": 1.983320601084415e-07} {"commit": "9ab730b5e1524de50be8a1cb967e52d96e3ca98b", "message": "ARM: Fix address range issue with VExpress EMM\n", "proba": 1.5029141309241822e-07} {"commit": "8e2f26a500c7177a80ba856e46df67167bd75757", "message": "Skip test that breaks the test suite under Py3\n", "proba": 2.4662494979565963e-07} {"commit": "12e5a6bc839c8e60d62e58a16e3629d2777fa307", "message": "api/oauth: Convert `username` to unicode if necessary\n", "proba": 0.9999285936355591} {"commit": "d92a2eb735cc4dfa7a32b6c1b10701d65afb99c0", "message": "Add url event attribute\n", "proba": 4.960983460478019e-06} {"commit": "11936f8443e53e35456e36a68e337c7f984e1761", "message": "Better log messages when trying to build attendees without a suitable builder\n", "proba": 1.4288293925801554e-07} {"commit": "d17f2667da9c25b0703c2fd36867435b610a0bdb", "message": "Changed loadtxt\n", "proba": 1.6893817473828676e-06} {"commit": "aaf2357176e1073d0262e6b67ac148142dc97f08", "message": "consistent selection for single vs. multiepoch\n(#54)\n", "proba": 1.0930774152484446e-07} {"commit": "fc041a3c1c13bfa9a240cb2785acd25517379c0e", "message": "Made output for invalid model tests more consistent (removed colored output).\n\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@5914 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 4.0928094676928595e-05} {"commit": "b978799745a56fab1022d5e08449ffd707e4e4f7", "message": "io.py now has xarray\n\nworks with Python 3.6 only\n", "proba": 5.301306487126567e-07} {"commit": "a8c95b33cb935166fb0b63242526cbea327c92ba", "message": "New class to handle creating nested model inputs along an open boundary.\n\nEssentially, we hold several OpenBoundaries in a list within the class.\n", "proba": 1.0361155489135854e-07} {"commit": "03a29315652406f7ff3c0bacde6c01f899c6de95", "message": "Tweaking\n\ngit-svn-id: 5c5b0dd92016e7ca67cd95892bc6a66dc7a01036@848 bf801614-116f-4f24-8474-ab90d4dec98d\n", "proba": 8.113025842249044e-07} {"commit": "2b8784ae6988a6f88d3712a5448dad2dbd03d94b", "message": "Convert _parseUnits to public function\n\nblivet.size.convertTo function now doesn't accept strings (eg. \"MiB\") as\nparameters. It is necessary to use _parseUnits to convert strings into a named\nconstant.\n", "proba": 1.3579743551872525e-07} {"commit": "b0e8e710b5eb36369d3157378895c6417fc90d4b", "message": "Fix hangup bug also present in multinumbers branch\n", "proba": 1.4204439935383562e-07} {"commit": "47f2852dc12dfaaf1052a776f98db0a97a37dc26", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "826914e16bbc61ff8c82a7f3846089880f1b4758", "message": "Always run the unit tests\n", "proba": 1.811204839441416e-07} {"commit": "f53357bb9ea001b642a22a0dda50e46dd536d3f2", "message": "Added egg string repr and check for egg/child combo\n", "proba": 1.7258132345432387e-07} {"commit": "5f20b78fb43f6cab76e91397747e48d80f370e03", "message": "[LINT]\n", "proba": 5.37593280114379e-07} {"commit": "344def2b3d06df460efa1ff16ff30f097197a8dc", "message": "Trying to simplify custom import.\n", "proba": 1.2576492736116052e-07} {"commit": "2c3fe542b6b0bba96750d8cf94ff1db307af0a1d", "message": "add max_retry_attempts kwarg to with_retry helper\n", "proba": 4.959139801030688e-07} {"commit": "dbe077d1cb00e88e1a44879c61c72405403aca6e", "message": "Fix idiocy\n", "proba": 0.0002973004011437297} {"commit": "339d94ac9545958a53fa195305d52c8bb632591d", "message": "add buster in list of known suites\n", "proba": 2.0362466557344305e-07} {"commit": "4b171dead53059a153647be32ff59d2186d869dd", "message": "Small fix\n", "proba": 3.271289870099281e-07} {"commit": "0e615d7dad66e6bb642985f1939f5092643173ca", "message": "Added two run options and plot feature\n\n- Added min_rmse and screening type to pixel runner/plotter\n- Refactored plot code\n- Now also plots screened observations as red instead of black\n", "proba": 1.2263245707799797e-07} {"commit": "69097ceac805ad5b7fc65404e80574c22b95e36e", "message": "dev-arm: modify GICv3 ITS default addr\n\nThe current default base address for GICv3 ITS stated in RealView is\n0x2c120000. The redistributors base address is 0x2c010000; each\ninstantiated core has an associated redistributor with memory region\nsize 0x40000 (with GICv4 extension, enabled by default). With 8 cores,\nthe redistributor range spans to 0x2c210000, creating a conflict with\nthe ITS address space.\n\nThis patch changes the ITS base address to 0x2e010000 which guarantees\nno overlapping with the redistributor.\n\nChange-Id: I7dc1af9e69ac037f85ae96f0985554f1fb8372a0\nReviewed-by: Giacomo Travaglini <8eef13a4f970e2e9372c8d26ad0737b760f99c02@arm.com>\nReviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20608\nReviewed-by: Andreas Sandberg \nMaintainer: Andreas Sandberg \nTested-by: kokoro <2ac7b1f3fa578934c95181d4272be0d3bca00121@google.com>\n", "proba": 0.00022976593754719943} {"commit": "a776554282aadc651f9e142aea9bc436f9f587a7", "message": "Added Pathlib.Path test\n", "proba": 1.6437761019005848e-07} {"commit": "7de960769402f3f7c79ffa835f9892d6529b6dd2", "message": "make Server.(un)hook_store more OO\n\nmake Server.(un)hook_store more OO user.hook(store) and\nuser.unhook(). sounds like a good idea to add Company.(un)hook later for\ndealing with public st\n", "proba": 7.116128131201549e-07} {"commit": "6a755b8b566071c54361329c4807a0f48a4757ef", "message": "handle execptions inheritance propoerly in init\n", "proba": 1.9576062015858042e-07} {"commit": "53ec5eb0ae21930aeb7966032f21e5b9444c0830", "message": "changed, so both version of fastcap maps are synced even after an update\n", "proba": 1.8027195380909689e-07} {"commit": "a29b66e865b917390394a6e4cad3764d4eabea59", "message": "only pass along the default resource types that we can deal with\n", "proba": 1.0872200562062062e-07} {"commit": "48847322bbeed080b0b8f9a28093c940a4278a26", "message": "Delete gameinfo.py", "proba": 1.1205275995962438e-06} {"commit": "01dd581ec0fdda392ba0aa2f6af69fb6eea01052", "message": "pipeline.py: bump version", "proba": 1.427847564627882e-06} {"commit": "4bb721c567dca359ab793d578d12f70b2f6fc674", "message": "Set rescan interval to 900 by default\n", "proba": 1.3340010127649293e-06} {"commit": "d394eacb0472a6173fb486712caf18c80fd4c5fd", "message": "Add a contextmanager to create and remove sparse tempfiles.\n\nwith sparsetmpfile(\"mytest\", Size(\"100 MiB\")) as path:\n do_stuff(fn=path)\n\nIt creates a sparse temporary file with the specified size and yields its\nfull path on __enter__, then unlinks the file on __exit__.\n", "proba": 1.0686037967388984e-05} {"commit": "d5d7ce316ba129c1ea7617fa4613e63ea4fb1b08", "message": "admin_base: Inform templates whether the current user is superuser or not.\n", "proba": 1.2760419565438497e-07} {"commit": "f03ccc47b600a085ddfe6a50b6abe1585cde9812", "message": "fix default saturation values\n", "proba": 3.656163244158961e-06} {"commit": "2fb5f369c79ab8bdf7a44bf6c1464a6614773988", "message": ":palm_tree: make the columns taller\n", "proba": 7.661751442356035e-05} {"commit": "0f25b099eed3d0a4cc2ed4169bba78a416d0fe18", "message": "push_pipeline: Open template relative to checkout root.\n", "proba": 1.1142835631972048e-07} {"commit": "de39848439ab89e9c1c095ba05eb01ed7c77d45d", "message": "BEEWEB-30 hostname configuration\n", "proba": 6.851729722257005e-06} {"commit": "03b51badcf3f215dffaff08deb84a0bb7faa4aad", "message": "delete the filr\n", "proba": 7.034617283352418e-06} {"commit": "57273d8b529adf4510fe8c49613b3d1942aa92cb", "message": "get_date() modified to return a datetime.datetime() object instead a datetime.date() object. get_id() member implemented to return the message id for a single raw message.\n", "proba": 1.3038579993462918e-07} {"commit": "26f15bd3c18d4d6993f07541d54d4f70f3a0d363", "message": "Remove joints data dictionary from main window\nSigned-off-by: Michael Geszkiewicz <1353f14f196456fb320ac2b8adb59fdfeedb558b@wp.pl>\n", "proba": 1.1935914301375306e-07} {"commit": "8c1262dd3fb4d0d7723b7097493c1cbc14d4825f", "message": "Replace infinity tests with inequality", "proba": 0.9999489784240723} {"commit": "0e63f70870b80f0c79705717b5581a546d3f0279", "message": "add blackify alias\n", "proba": 0.0009305608691647649} {"commit": "8574f52e714f1595016f2a09f25714f9a87574e3", "message": "Check for quantity_label\n", "proba": 1.3359629065234913e-06} {"commit": "ad39b2a70ffced2f3d56ecb2af448a17f5e42521", "message": "Fixed url generation bug\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@491 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 8.846860737321549e-07} {"commit": "b9e3766d3a6bf600c68ac72e414305d125eca30b", "message": "Fixed method name\n", "proba": 1.567986146255862e-06} {"commit": "69dab928ec0eca5064bef912ab2906bf624aee8f", "message": "Trailing comma\n", "proba": 1.3549976756621618e-05} {"commit": "c338409c9e0b064c6c5d332e0bf1cfab0962d1a4", "message": "apparently PixmapFragment doesn't exist yet :(\n", "proba": 1.2153293482697336e-07} {"commit": "b7c0b7527384ec20d8b0387d35984cc8881eecb4", "message": "resolve rebase conflict\n", "proba": 2.69594784185756e-05} {"commit": "c98f1b77039f3dac3923416f54662a70f2ee2960", "message": "Switch SAM E51 based boards to custom bossac // Resolve #160\n", "proba": 1.2161827100953815e-07} {"commit": "6202757e8be32c940273592684d4f569e565430c", "message": "more reorganization\n", "proba": 2.8892614523101656e-07} {"commit": "538073e22b7f09c7814ffe140f856f945f4358c9", "message": "Update AlphasenseNDIR.py", "proba": 4.0718617810853175e-07} {"commit": "767e356527edc166abe066b4108fc27baaa78ce8", "message": "Bumped the version so it didn't conflict with the current version\n", "proba": 3.981461134117126e-07} {"commit": "f437b07674845b814d0c32d9ae5f4581b3a5a450", "message": "Last parameters\n", "proba": 1.5251133618221502e-06} {"commit": "b628fcbae2f757eafaae26d27214a8b9aca62361", "message": "Fully compare write results in check_result.\n", "proba": 1.3647697016949678e-07} {"commit": "9fa10265aaf0ddd7aef8bdb845ff4875fa3b32db", "message": "Update anagrams.py", "proba": 1.010305368254194e-05} {"commit": "79a2c8d71022a438e0d5bcf1cc2e7af0e0a334aa", "message": "Removed unnecessary library\n", "proba": 1.1807813962150249e-06} {"commit": "06b5e9d0ca4270e90263566534682d97b8e3e353", "message": "Add a createMesh function to LayerData::Layer that creates a mesh from a layer\n\nContributes to #52\n", "proba": 2.788735002923204e-07} {"commit": "38020498a8576fdae3a7cdace345987217de3cbb", "message": "seek_bpc: faster\n", "proba": 0.0009143287315964699} {"commit": "9dc43c993476675d45952471cdafc9012e6405a8", "message": "Removed PlotItem.using (it is now stored only in the dictionary).\n\n\ngit-svn-id: fc8d1683ae7bcdf66122612b7c919d97881b57c4@61 67c13c2a-ce2d-4362-9fbd-a73952e22801\n", "proba": 4.291722234484041e-06} {"commit": "67349b6bb00144377479a4e620ce0a081fed5e89", "message": "Restore do_cprofile.\n", "proba": 1.552357389300596e-07} {"commit": "0ad5b7825a96c01336f63c9bd56dca219b0292e4", "message": "import ObjectNotExistsWaiter in core.py\n", "proba": 1.8724448125340132e-07} {"commit": "361e16f838ccf42040ba491d11a9254fbc53c30f", "message": "Fix passing params from configuration\n", "proba": 1.2319916322667268e-06} {"commit": "0ec2e530e10e38d29a56e1bd5d719f789cb2829f", "message": "Don't error if build directory is already configured\n", "proba": 2.6318917889511795e-07} {"commit": "aa7c1e661e9fc6c75206093d8ab09dd60f2305f7", "message": "http.Redirect without parameters refers to current location\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@571 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 5.940851224295329e-07} {"commit": "931fcf328fe315c8696c4fea0f75af502e1e43d8", "message": "improve signal handling / shutdown behavior\n", "proba": 6.172019766381709e-07} {"commit": "3afb8d76c2b2f1c55efb8ba37cd82f6bcd392a32", "message": "Starting to add tests for Job\n", "proba": 3.665767849270196e-07} {"commit": "55a60d27e2a8be1ce61b81d62c1e914a43de4deb", "message": "Bump version number\n", "proba": 2.1583066427410813e-06} {"commit": "c193f619ca7f00f90991ba63ecd4bb066604a58e", "message": "Remove old testing django settings file\n", "proba": 3.8395234014387825e-07} {"commit": "93a254f3634eab9319c95a9118fb05e4301e3cd8", "message": "pipeline.py: bump version", "proba": 1.427847564627882e-06} {"commit": "6865ba72edcda31c717037435e7985e9e4139dd9", "message": "Redundant assignment in test_crud.py.\n", "proba": 1.2775957713984099e-07} {"commit": "81d42562fa6f66e0a11c01fd2277c534a11b0b75", "message": "pwkit/astutil.py: make sphdist vector-friendly too\n\nThis doesn't require anything other than wrapping it with @broadcastize.\n", "proba": 1.1454369541752385e-07} {"commit": "7e836f57832b2794d744087a301ba556a6f74eef", "message": "pep8 compliance\n", "proba": 2.08203360330117e-07} {"commit": "62092356239217b6b9eb025427a8fdcfe28324c7", "message": "Fix r_rules_dependencies() failing in custom builds of Bazel (#90)\n\n", "proba": 1.1125273147172265e-07} {"commit": "ab1fd8feb0e605eea6eeb5e52b1c5c8e9ad4b5cc", "message": "balloon: fix reinflate intermittent test fail\n\nThere is an intermittent failure in the balloon reinflate integration\ntest on arm instances. This may be due to the differences in the way\nthe kernel consumes memory at boot and the fact that the balloon\ninflate operations are slower on arm than on x86. There seems to be a\nhigher amount of memory freed after boot by the kernel, and by working\nwith 256 MB machines and checking for small differences in memory\nafter inflates, 10 MB, sometimes when dirtying memory during the test,\nsome of that memory used at boot was being uses instead of demand\npaging new memory, which would skew the test results.\n\nSigned-off-by: George Pisaltu <084beef259e7feee20f091a1c4e2b24ee6aa34bb@amazon.com>\n", "proba": 0.0007155303610488772} {"commit": "0b9380e707777c7e0cbfbc7968ee80a2ecb508ed", "message": "If wait is float, then use time.sleep, else use NullWaiter; Added new API getobjectnameatcoords, returns window name, object name, based on the mouse location\n", "proba": 1.5753860793665808e-07} {"commit": "06faf3cd22c2154421b1f1c3c3f78a406b40e33f", "message": "Return '501 Not Implemented' on unknown HTTP method\n(that is, on any method except HEAD, GET, POST, PUT and DELETE)\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@992 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 0.012915244325995445} {"commit": "3b3a67cbbc65f1f81668d371733f2561f48f2ecf", "message": "[Bug fix] getCachedObjectOr404 can not handle key argument\n", "proba": 2.9968299486426986e-07} {"commit": "03370c4bd2c36d73a9173720a8a51b4c5df78f47", "message": "Supress WindowsError #6 on callbacks\n\nThis error seems to be some sort of false positive.\n", "proba": 2.0610451656466466e-07} {"commit": "50225ec96e4ed77e64d1580cb1a83b49067d1b3d", "message": "fixed typo that was passing builtin 'object' to handleChildLeave\n", "proba": 5.984659878777165e-07} {"commit": "7be1598fc638bc30ae9898bc34c248e370c66d54", "message": "deploy: show deployment URL (fixes #43)\n", "proba": 1.0886996193448795e-07} {"commit": "4f1a9b31a238b043cec1f1825fa5b9ad4b3b00aa", "message": "removed the print statements and cleaned up unnecessary code.", "proba": 2.0575220105456538e-07} {"commit": "015ab022c6f84a155a66885bf063ec64425bc908", "message": "pipeline.py: bump version", "proba": 1.427847564627882e-06} {"commit": "a0d67ece879917ed46240efd85110d7faba181b8", "message": "make py3 happy\n", "proba": 3.144743914162973e-06} {"commit": "a7dc8081b6e20fd05f99608aa0349a1eb75d914b", "message": "glsl/builtins: Actually print the info log if reading a builtin failed.\n", "proba": 1.0904619074381117e-07} {"commit": "9068d6b606f02a670d2be570e15fa76c5454f933", "message": "Added resample and concat mean.\n", "proba": 1.0329170407885613e-07} {"commit": "7a72ad9365a13cbc7393aaabc831f138afd34577", "message": "removed random comment\n", "proba": 1.924376675788153e-07} {"commit": "53de086f04bbaee4e34cc6fc9f203f3cb82c7db5", "message": "Implemented new APIs verifypartialmatch, verifysettext, appendtext, istextstateenabled, getcharcount, getcursorposition, setcursorposition\n", "proba": 5.074186901765643e-07} {"commit": "a45cbeace61221bb73b11355d6f27d4d8066c14a", "message": "Update test_regression.py", "proba": 2.272755182275432e-06} {"commit": "83645a31157119900a9a71618bcd5820069ed8f6", "message": "sentry: Ignore SystemExit and similar exceptions.\n\nThere are three exceptions in Python3 which are descended from\nBaseException, but not Exception: GeneratorExit, KeyboardInterrupt,\nand SystemExit. None of these are suitable to be sent to Sentry.\nFor example, SystemExit is raised by `sys.exit`; in that sense, it is\nnever \"uncaught\" because we chose to cause it explicitly.\n\nUse the suggested form[1] for ignoring specific classes of exceptions.\n\n[1] https://github.com/getsentry/sentry-python/issues/149#issuecomment-434448781\n", "proba": 6.734325870638713e-05} {"commit": "e77cf82c2e2226b2d80665fea642294ea58aa944", "message": "Silenced logging from tests.\n", "proba": 1.2025847695440461e-07} {"commit": "bf1312d093f5d3809f6431033fde95687f10ecf2", "message": "feat: Add affine transformation to pipeline\n\nThe code is adapted from:\n https://medium.com/@ksakmann/behavioral-cloning-make-a-car-drive-like-yourself-dc6021152713#.7k8vfppvk\nThe added function performs an affine transformation on the original image. This results in a new image, which still has a valid perspective but with a significantly altered steering angle.\nThis allows to generate any real valued steering angle within the valid range defined by the shearing range.\nThe main result is a smooth distributed dataset w.r.t. the steering angle.\n ", "proba": 0.001738016027957201} {"commit": "65531284535fe8b5ea4c8ae72eb03fe6e1b9afb9", "message": "Update the list of systems on which test suite has been run successfully.\n", "proba": 1.270536387210086e-07} {"commit": "4cd30796d421319a5bc32b63d086ee156e1fd40e", "message": "safe_format: add information about invalid format\n", "proba": 1.5659537666579126e-06} {"commit": "6341491d988930d27115785dfb8b086699fb8f2b", "message": "comments added", "proba": 1.9265691264536144e-07} {"commit": "43fb99438b11f5bd8c5379e101f1a9251385aef9", "message": "Exclude eggs directory when running flake8 in pre_push script.\n", "proba": 1.1192850024599466e-07} {"commit": "48eb72170d04d080a2fee27c78c30dc76495ec9a", "message": "fuck cors in the ear\n", "proba": 2.1482266276962036e-07} {"commit": "0b178795286754ad63acdef1180156819a74fc5f", "message": "New validation tests\n", "proba": 2.5200944264724967e-07} {"commit": "16f5578abba908faa648ab714047ecabb63b2f9b", "message": "Fixed typo in hybrid pretraining script; both pretrainig & hybrid pretraining should be trying adagrad-momentum SGD methods.\n", "proba": 1.0412090034606081e-07} {"commit": "697e573cf1c42cec0c5150047396db0bfaf92e9f", "message": "Fix the \"times\" field type for KVM hypervisor\n\nThe KVM hypervisor Python class returned a \"0\" value for the times\nfield, which gets serialized as a string. As Haskell is more picky\nabout types, this caused the entire response to be declared as invalid\nand broke status reporting. Fixed by changing the value to a proper\nint.\n\nSigned-off-by: Hrvoje Ribicic \nReviewed-by: Jose A. Lopes <0fb9c4f8511df4ec2ae28af879e9d462f6218a2c@google.com>\n", "proba": 0.00014087368617765605} {"commit": "3bf9ce7493b670e3fd7dc5e997451771aac3676b", "message": "idiokit.xmpp: Removed the xmpp_limiter option.\n\n--HG--\nbranch : idiokit-3000\n", "proba": 9.981571338357753e-07} {"commit": "1799a3d3b898f648a08c10e1fdd8ee966bcf8733", "message": "added option of generating real baseband samples\n", "proba": 1.8387588340829097e-07} {"commit": "ed0b8c73103282597b02e84f6756bd6d75f58435", "message": "Sort alphabetically allowed file extensions\n", "proba": 2.6625333703123033e-05} {"commit": "1c560e12cc0e5604522ec34543f3397d051f7073", "message": "django 1.7 fixes for test runs.", "proba": 1.0633885949573596e-07} {"commit": "50cba3dfee57e52aabde411d3c9cd7dc07fbe546", "message": "Small optimizations\n", "proba": 2.724279397625651e-07} {"commit": "402abd2b929f294222b4bf255c7653e46f425c12", "message": "Removed acquaintances page from explicit initial URLs\n\nIt seems it is grabbed anyway (it's linked from images.php), and grabbing it twice is problematic due to the changing pager ID.", "proba": 1.2533796223124227e-07} {"commit": "bb28c2089e5c65ec938b64c0a7d02a65cab109b4", "message": "Change div test to almost_equal\n", "proba": 5.875520218978636e-05} {"commit": "5baf3d44a8982ea9d720190174789533bb72388c", "message": "--pes fix when wrong file given\n", "proba": 2.2328140403260477e-07} {"commit": "84e5246e669a1c2f844dcfd3054966d28dbc3bf1", "message": "fix five\n", "proba": 0.9991154074668884} {"commit": "4bbf3d2667a70b221bfae212dc50e7f9b626f62c", "message": "pep8 for test_validation.py\n", "proba": 1.051308117894223e-06} {"commit": "ba06ce4323e277a6362d6086e185182a386d6019", "message": "Add restframework to the test app so DRF web UI works (#1112)\n\neg /testapp/rest_djstripe/subscription/\r\n\r\nResolves TemplateDoesNotExist at /testapp/rest_djstripe/subscription/", "proba": 1.2956276407294354e-07} {"commit": "2513595097e6ec616ea54a9184e155b51735df1f", "message": "Fixed mistake\n", "proba": 3.978997028752929e-06} {"commit": "8342d2a8924881554b0eca31828d4aa304860f78", "message": "Clean up _quote slightly\n", "proba": 0.004974191542714834} {"commit": "a9b5c4799d47deb89006a018c67c999e87a7cfb1", "message": "update test\n", "proba": 5.018525257582951e-07} {"commit": "8ef37fc051c8af780ced6450e70ca31725331878", "message": "made aggregation work for problems with Dirichlet BCs\n", "proba": 1.2166756846454518e-07} {"commit": "ac2725a6913adf0bcc0c1cf5be038a8397e1e056", "message": "fix bug with dispersion check\n", "proba": 2.1193230281824071e-07} {"commit": "b7eb82b6be65df8f4b37693414b76c82a3aec5d0", "message": "Going back to default openmc run from the test_harness. Adjusting post-run tests (for now).\n", "proba": 9.955962099184035e-08} {"commit": "e7c7922b1a6393fde2c9cea81ab8f5415d794705", "message": "added comments to test transactions\n", "proba": 1.3691564504370035e-07} {"commit": "998817016b15ec33296478063e12fe40385c8d06", "message": "Committing best comment in system\n", "proba": 3.342644276926876e-07} {"commit": "c4b2d2986998c1704023ad33d96584477271e795", "message": "fix issue #1 (wups!)", "proba": 1.1640454289363333e-07} {"commit": "1662d6d5724cb39080bfad98dd515ea66e157c25", "message": "Repair test suite.\n", "proba": 1.5058638780374167e-07} {"commit": "0111c507113a80ae941be431b9875641e6a71bb6", "message": "Slightly horrible icalendar for each publisher\n", "proba": 1.2931130299875804e-07} {"commit": "8e2052bd5e1ce555bfb55216b2ba81ca86d73d02", "message": "twitter improvements\n", "proba": 5.484473604155937e-07} {"commit": "381f3e67993abba3cd8548179061b6f7c7b7e993", "message": "Extending the determined API connection technique\n", "proba": 2.1794369331473717e-06} {"commit": "e13d8e1eb52bddd19bafe916e49cc8ae0db02cff", "message": "Add unit tests for Haplotype and Loci classes. Fixes #122.\n", "proba": 9.847256876582833e-08} {"commit": "e42da6a0030fa2bb09d22f097d8f8cc50d51b728", "message": "Bumping ASDF version to 1.0.0\n", "proba": 4.726713029867824e-07} {"commit": "481b1a949f06b82358df66f840b90a8fb71be16c", "message": "fix completion for command aliases beginning with '%'\n", "proba": 1.342004225080018e-06} {"commit": "d3c6cc77d4e69d4d0de22bff7435000ca127d7a2", "message": "testing nanmean\n", "proba": 4.323782832216239e-06} {"commit": "37b4d45024a7871576ae964caabc8af3492fa49b", "message": "Try fixing encoding error\n", "proba": 2.058267227766919e-06} {"commit": "31bade515966df6998d7e82a70c2c800c68a11c4", "message": "Put most important message and yield of all back in\n", "proba": 1.691638971124121e-07} {"commit": "1a5834453a9c6f4309725808f954c58b242dce60", "message": "Fix character counts in tests to match updates to the help file.\n", "proba": 1.0463193689247419e-07} {"commit": "aabab0cd1c35fbed93c3ac3f7382ed99b1057f3e", "message": "timeside/decoder/file.py: fix typo\n", "proba": 5.4414231271948665e-05} {"commit": "3c70ef93f0d1525729a8a549fb0a4fa090ac504f", "message": "Write file as data is pulled\n", "proba": 1.019473984342767e-06} {"commit": "96715bcf3a19fc7622e42ea75559b4c31b620cb2", "message": "Attempt 2 at fixing travis errors (py27)\n", "proba": 1.1658074328124712e-07} {"commit": "993a89a20b427df8b41aabbbf4bfd0386e0a3d75", "message": "Removing debug cruft\n", "proba": 5.487120802172285e-07} {"commit": "b4a28b753a93b3fbd2889c901bb9e74741bce179", "message": "update documents\n", "proba": 3.396533543309488e-07} {"commit": "909a73e913ad433962623057b53a7ae56daf15c3", "message": "fix test\n", "proba": 1.6747775362091488e-06} {"commit": "f5f1f7ca3d0f17e8b17a15cdcf4ab687ff73dee7", "message": "New super fit transform for *.lpt plots\n", "proba": 1.1157509760550965e-07} {"commit": "4d94ffac8e8cbc4b77b99c67f143df3916586577", "message": "Extend debugging tool as part of work on issue #1510:\n\n* tools/cvs2svn/dump-db.py\n (main): Handle unmarshalled data too.\n", "proba": 1.0644417614003032e-07} {"commit": "7f8a56a3cc4a7f06aea5d63f97492278f882e0f9", "message": "adicionando verifica\u00e7\u00f5es de tabela e de campos\n", "proba": 2.1975225195092207e-07} {"commit": "9968e48a8cba9c703f824541cd44012719522a0b", "message": "Add tests against concurrent patched coroutines\n", "proba": 6.028889174558572e-07} {"commit": "2f25df38b69f1b70a08a38a31192bc986c7ae636", "message": "added scrolled window\n", "proba": 6.267444518925913e-07} {"commit": "e6e8df9133361483f22888c33f1635977af1dd44", "message": "List is more appropriate than Tuple here\n", "proba": 1.3280806570037385e-06} {"commit": "2118c8a2d7bf6e4065988cf4e0bf78e42ce7fa92", "message": "created test for CreateSplice\n", "proba": 1.9394438766084932e-07} {"commit": "f87fc90a0861b533f5227696a5c55eea57a9787c", "message": "use basestring instead of [str,unicode]\n", "proba": 4.686960721755895e-07} {"commit": "a5ab207c50e1c7c2a39fc92fbd38b79049cf0860", "message": "Fix scons build where the internal theme files don't exist.\n\nReview URL: http://codereview.chromium.org/28218\n\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@10515 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.4828812027189997e-06} {"commit": "79ec4369f2a6eeb0104778c72059b675e3f3c329", "message": "Caught bug which happend if the first extension module could not be byte-compiled\n", "proba": 1.0750778756118962e-06} {"commit": "7032803648ba5bc358dae30bf17438fbd5c1cffe", "message": "Ignoring coverage, adding a slash\n", "proba": 2.537095156185387e-07} {"commit": "e7d293bd096973852ee4ddf9c4a40d97d8e47f85", "message": "Extended documentation for permission_required decorator - fixes #160\n", "proba": 1.1664357657537039e-07} {"commit": "7250122fe7d640a6c29465f6208e2a6f048933c4", "message": "Changed debug message.\n", "proba": 1.614689040252415e-07} {"commit": "6692fc993cbbc94ec586b5a4f1055b56b889f138", "message": "Unit test for each NMT model\n", "proba": 2.4626393724247464e-07} {"commit": "5155fde5244844ed9d69c5212e5dd176e14c39c6", "message": "fixed log message. reordered adjustment of sys.path. some codegen enhancements.\n", "proba": 1.0358014179701058e-07} {"commit": "e9ee22fadbe33ac2a197f504e95305c600502596", "message": "Add external_uid to the schedulers.\n", "proba": 1.3104387619478075e-07} {"commit": "72cf71cb3e9d0458dc27158ecb67d8dd4f26af04", "message": "Allow failure of that one test on cygwin\n", "proba": 8.481666554871481e-06} {"commit": "0963c75d460c153183c1d414b02d4b5dc0b2208f", "message": "Experimental detection of dcgan models\n", "proba": 1.919219272394912e-07} {"commit": "05d2f07f0eac81a03d754932a500cf9560c66435", "message": "throw proper error if no command is given\n", "proba": 6.948804184503388e-06} {"commit": "b6cf600be0a11910b5cabd8d5f8219a6bdbcbd5d", "message": "Adding Tkinter GUI (#677)\n\n* tic-tac-toe gui added\r\n\r\n* Added GUI for Searching\r\n\r\n* Added Legend and Minor Fix\r\n\r\n* Minor Fix and Options added\r\n\r\n* Added Breadth-First Tree Search\r\n\r\n* Added Depth-First Tree Search\r\n\r\n* Minor Fix\r\n\r\n* Added Depth-First Graph Search\r\n\r\n* Minor Fix\r\n\r\n* Breadth-First Search and Minor Fix\r\n\r\n* Added Depth-First Graph Search in notebook\r\n\r\n* Added Depth-First Tree Search in notebook\r\n\r\n* Cell Placement\r\n\r\n* Added Uniform Cost Search in GUI\r\n", "proba": 1.2491767620304017e-07} {"commit": "bfe479f3290ebef12d9862aee768ab1f4880ae87", "message": "Bit about glyph.box current behavior", "proba": 2.8943745178366953e-07} {"commit": "7d14590af1adc7f9ab799ab54852b0e7e5bd7df7", "message": "add force_dump option\n", "proba": 3.2394823392678518e-06} {"commit": "3978d439e32113b2f09ac538f52ab3509bc5451b", "message": "Standardize inline comment spacing in API tests\n\n", "proba": 2.426985759029776e-07} {"commit": "6b517ca5fe185af566b2e2762f627c41cb1ef10d", "message": "Remove day of first contribution from completed tasks graph\n", "proba": 1.6881273268154473e-07} {"commit": "d9ba1bf97b988afd143ee3d02b4a39563518fb60", "message": "skip warmup adapter test in CI\n", "proba": 1.4044697138615447e-07} {"commit": "1178bcc4a0272a3f792d5c8bc70aff071e3151e6", "message": "Move float type check from Unique._init_ to Attribute._init_\n", "proba": 1.4484210453247215e-07} {"commit": "c7f43c700731650006a09b5be7ad738fa5246855", "message": "moved imports into class\n", "proba": 3.936295627227082e-07} {"commit": "3f8b187f624aa408f7a5b65ee83296347c357b93", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "db9186d4304b31aaeaebf4fa61ca4c40b627df95", "message": "Update various docstrings.", "proba": 1.2508505164987582e-07} {"commit": "e3530c1b83bb207f382794c8fa6f9c268e0d0e86", "message": "Fixed repainting from tile updates\n", "proba": 2.175208209109769e-07} {"commit": "36711217b66950f26915958466af4588560988cb", "message": "Add one function for plotting and saving\n", "proba": 4.837766027776524e-07} {"commit": "79a19f211f9ce329dba49d65a7b4e9149845a623", "message": "updated to reflect recent changes to tdates.py\n", "proba": 1.887182747850602e-07} {"commit": "1b5236dc32a258ace4ab3e69b73d9933c8a0b4f5", "message": "GCC ARM - cleanup based on pgen_simple\n", "proba": 1.9534586215286254e-07} {"commit": "6ee41f23cb8eecf05077a523e74f8a01e2f6f092", "message": "better name\n", "proba": 0.02679334208369255} {"commit": "11ca968e4c8a6cacb2d8117a5cbd8de4130dc4f5", "message": "add get_absolute_url methods for Category and Article models\n", "proba": 1.7801464480271534e-07} {"commit": "bffb2b1713f1b779918ad4150f490f5cd9b07884", "message": "Unimportant change for consistency\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@739 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 1.371706616737356e-06} {"commit": "a4e44fae547bb689f46912d38da00ad1819f9285", "message": "papertape updates\n", "proba": 3.651309157248761e-07} {"commit": "787bf90247033d1d8639633ffda6bae73157d5a1", "message": "Fix syntax error for svn 1.4 users.", "proba": 1.6376924349970068e-07} {"commit": "a84053d39d96d1aeb8abf0163c07e5d2100c116a", "message": "Improved interaction plotting\n", "proba": 3.441044214014255e-07} {"commit": "91db70d1fc266e3e3925e84fcaf83410e0504e37", "message": "Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily.\nThis should fix some buildbot failures.\n", "proba": 1.0519242721329647e-07} {"commit": "220710989ddde3959aa1cf26cbaa90700f066e73", "message": "api: test /tree/secmet endpoint\n\nSigned-off-by: Kai Blin \n", "proba": 1.1834369217922358e-07} {"commit": "7e86f403c73d4cbc0a2d6a4fe2237f8768fcef74", "message": "another try to fix migration error\n", "proba": 1.611204965001889e-07} {"commit": "6926745cc9a3caef88783442a1439716bcec7145", "message": "Sort level 0 columns so rasters come first\n\nWhen a simple expression gets evaluated first, there's not way to\ndetermine what the output shape should be. I had tried fixing this a\ncouple of days ago but that was a brain fart.\n\nThis change sorts level 0 columns so rasters always come first. This\nwill guarantee the shape of the output is know before computing a siple\nexpression.\n", "proba": 1.8673566955840215e-05} {"commit": "fa70c6b8a0fe1aa4d723603cff27b3cf2adc977e", "message": "Add pinner-award to list of unlinked pages\n", "proba": 1.2464421672575554e-07} {"commit": "27b70150bb737b092260d4f0463205e1d7bbca6c", "message": "wsgiserver upgraded to revision #1793\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@454 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 2.2912134056696232e-07} {"commit": "71055f1a330f9ef80100ccdc36720260850d4e90", "message": "Think I fixed plotdata fully\n", "proba": 2.4636847228975967e-07} {"commit": "72d30d1c69e829b13e4d7b3dd74284c4d6a8db4e", "message": "[suse][network] get_hostname method\n", "proba": 1.47801313232776e-06} {"commit": "0d78ec29b8ee49958e55bb7601a5d4ae4bba3a9b", "message": "update password reset form to only filter for email, rather than username, so that mobile workers are ignored.\n", "proba": 1.0781339199184004e-07} {"commit": "de200ff9120fdd313d94cdc5e600c4747e0eff38", "message": "better error messages when composing remote functions (#339)\n\nBetter error messages when composing remote functions", "proba": 1.6974745165043714e-07} {"commit": "1e4ecda8845dcf32bdfd395063b797a91d54e80d", "message": "Fix the package fixture ordering in Windows.\n", "proba": 1.1760495510770852e-07} {"commit": "2e7195752b8c9480424cd131081ade2e263e8e6b", "message": "Added comments to pigletctl\n", "proba": 1.370623579077801e-07} {"commit": "6a617e05bc6073e7fd0d5cf9a2563b09ccb80c8f", "message": "Factor out set wrappers into a cast argument\n", "proba": 2.8519980332930572e-05} {"commit": "6d4490295a7371da1939efd612f919b6ce6af3d3", "message": "Nicen up reconnect waiting\n", "proba": 3.038706495317456e-07} {"commit": "c25563fc69b5ea2a9a9af3a739e30b9c14199c74", "message": "Expect link tests to fail on Windows\n", "proba": 2.817410234001727e-07} {"commit": "b34b8be0b54332ff5e87e09ed80ed20b1820b04c", "message": "better _structure\n", "proba": 1.2612562386493664e-05} {"commit": "ad42940829418a3467f620dfcf641716fb170d68", "message": "Need to separate checkpointing from multitask\n", "proba": 1.1856791388709098e-05} {"commit": "740e7a88bf9c1c00db16d2bd35a5329a3cb85cbc", "message": "quick fix for print statements\n", "proba": 1.106937816075515e-06} {"commit": "f2ad2ca40f27178060364c5281a0088da692512b", "message": "area => sector\n", "proba": 3.939690031984355e-06} {"commit": "139a029b5e885fd3756c2fe0013035a4e84c4fe9", "message": "terminal: remove a redundant line\n\n`write_fspath_result` already does this split.\n", "proba": 1.2072224819803523e-07} {"commit": "9420b8837ce8d7408eeec1935a1dce1534652da4", "message": "really should be checking for ascii...\n", "proba": 1.447727839831714e-07} {"commit": "191a09d3ebc9e1318befc89190745501bbb92759", "message": "Allow value on cells.\n", "proba": 1.601704724407682e-07} {"commit": "30751d051e46932892d250c6412eed382019adc4", "message": "redo documentation of FME test\n", "proba": 1.404724230269494e-07} {"commit": "a2010ac584092ea53d09db46be9a53e443c2fc13", "message": "Ensure that we clear out old messages before starting a new task\n", "proba": 1.0296847676727339e-06} {"commit": "ce2acf415902e12eb96dcd956feb18f9506b6dc6", "message": "Auto Label virtualfields in the same way as regular fields (#569)\n\n", "proba": 1.091271286668416e-07} {"commit": "62073c61a818e1ec43fe25e85d9e5e975b7f240a", "message": "Closes crs4/ProMort#26\n", "proba": 1.2800251170119736e-07} {"commit": "383e7dac0f945f05b83bd4aab854d9c722fc805b", "message": "using pathlib on update_whatsnew.py\n", "proba": 7.106070256668318e-07} {"commit": "a8ddaaa013a7562bbd71ce967aca375e6c2d66dc", "message": "[refactor] cleanup\n", "proba": 2.341908657399472e-05} {"commit": "86c3ff9eeaf568ab198f798cfbb82e06359a7500", "message": "add docstrings\n", "proba": 1.225948471983429e-05} {"commit": "2c93e5fd89bc45613e0cb6a72b6e6188b6d309e2", "message": "add JSON exporter for queries\n", "proba": 5.300821044329496e-07} {"commit": "ca41138ec196f391ee63a8131f5a3a3dd2cc3a3a", "message": "Beautification.\n", "proba": 2.32089590213036e-07} {"commit": "8d90aba14e9cbddecdaa620e8ec5dfeec0ae628e", "message": "formatting\n", "proba": 1.1576831639104057e-05} {"commit": "6e2a05b5caddb75253f26515edcc718908decf04", "message": "BUG: Typo in tracker driver implementation\n", "proba": 1.9633648662420455e-07} {"commit": "996dd3a324d994ce2cfab0d2eecc583480905393", "message": "tweaked topo.misc.unitsupport for passing nosetests\n", "proba": 1.4701896589031094e-07} {"commit": "a8adc036add30bdfe2e330bea41f7882f6c6756c", "message": "use class properties instead of string literals\n", "proba": 2.2823055587650742e-06} {"commit": "15e17687c248ab842d6c9577ea4d3d5f90c11261", "message": "session db\ud544\uc694\uc5c6\uc74c\n", "proba": 7.363152576544962e-07} {"commit": "5259e1fa06b3cadcb2d642611e0be7089d141b1e", "message": "perf: improve efficiency of ORM call (#1975)\n\n", "proba": 1.1896265306177156e-07} {"commit": "2cc88c8c60d9888a92467fac7f31048750237bcc", "message": "allow to set a verbose mode to print debug information\n", "proba": 5.366574100662547e-07} {"commit": "9f0fb152d696544a16c24af283c633ee45874cee", "message": "Added \"max_age\" test\n", "proba": 1.912017637550889e-07} {"commit": "0fbcc7a99983fcd2b20d7813cc1d227e6402c068", "message": "Avoid removing fields for form as layout is re-initialised ", "proba": 1.3730153796132072e-06} {"commit": "8af5f4f27dd4c6505bc4f19ed28a3d72d45ea7e3", "message": "Update mezzanine/core/admin.py\n\nAdd some stuff to OwnableAdmin to make its use more obvious to new users.", "proba": 1.0071168787817442e-07} {"commit": "82cfc69b93ecb4e4095bf50a42cddf0e6c7a1534", "message": "Add tests for ls option\n", "proba": 5.169264909454796e-07} {"commit": "8a5816d641f04b92820003da2dc6e09978862d45", "message": "Unbreak links to /getit/\n\nMirror the content so Chinese users can access downloads section.\n\nFixes #427.\n", "proba": 9.737917139318597e-08} {"commit": "9026444882f29b5c67e538f1c5a3b99950229264", "message": "Production is set to False by default.\n", "proba": 1.209829463277856e-07} {"commit": "566a91c659309dba72c2bec2e348029b7409a63f", "message": "Updating base list to call read for multiple pages, rather than recurse.\n", "proba": 1.0409507922304329e-07} {"commit": "89cec53fdfc878d47840c0b7b0d4b5057e8559f2", "message": "Models are pop8 compliant.\n", "proba": 1.1211973571789713e-07} {"commit": "6ec6f3d9a20004c7e6e3880945b1d3bb8b2c007e", "message": "update forms to work with the ApplicationDataSourceRMIHelper\n", "proba": 1.3708510948617914e-07} {"commit": "fc904a767d488cafa197f3b9077b52724c2b1354", "message": "Refactored model graph building in docs - call management command natively, and handle all the error conditions.\n", "proba": 1.0145570428221617e-07} {"commit": "fe3a0e4d621d0cf864af744fc7f0743b70aa42ce", "message": "Update cli tests with exception -> unexpected\n", "proba": 1.6392863244618638e-07} {"commit": "4df73d1d35cf7615664f9e9c19a0e83fb6a32d68", "message": "added hx term to XXZ model\n", "proba": 1.8406431934181455e-07} {"commit": "e65b534e9f73a6d1e64b88c4272f72cb6b4a0f10", "message": "Fixing shell URL name\n", "proba": 8.749613584768667e-07} {"commit": "69d8f57afaf82a760c635a5d45e790e0be5bd383", "message": "Use cache for syntax-specific settings\n\nMake use of collection.ChainMap to combine defaults and comments dicts.\nAlso add some special handling for when the fallback settings haven't\nbeen loaded yet.\n", "proba": 1.0122568738779592e-07} {"commit": "12cfcaf34e4540ec74abca83139696f535811d3f", "message": "remove couchdb query from case API\n", "proba": 2.5726997137098806e-06} {"commit": "5b0d7e660b34bd07d4534a7d5caef892fc5e0a0d", "message": "When the thumbnail richtext filter runs, deal with BeautifulSoup adding closing br tags, by stripping them out. Closes #1377.\n", "proba": 9.605083306496454e-08} {"commit": "f67dd5be98be8295fb480eb9180b730f53b3e95d", "message": "condense two tests with the same name (closes #19114)\n", "proba": 0.020950954407453537} {"commit": "3d7d02c22e9c87617238e965f69c87e8f1913e22", "message": "Fixed path to stable location\n", "proba": 4.892407332590665e-07} {"commit": "5298acbed4581148f3e01e6fb4611484a5069207", "message": "Update RpiCamera.py", "proba": 3.41925101565721e-07} {"commit": "0da3797113a7294b644d2b1968c2a098d8a0509a", "message": "Split interface for station object to make definition and supplement objects.\n", "proba": 1.0235680036885242e-07} {"commit": "18261712dc32b6fe475ec67c709072769be7af25", "message": "prevodi\n", "proba": 1.9031848523809458e-06} {"commit": "4e7b0e2d43b34f3f9d42bbc72fd0a7ce363639c3", "message": "oh, apparently that url was still being used.\n", "proba": 1.0620730961363734e-07} {"commit": "d81d87f9e756a6827b128f0f8b9b2fb71dfe2659", "message": "Support filtering posts by `category_name` and `date_min`\n\nSee #1", "proba": 2.010273618680003e-07} {"commit": "cdf1e9d8fef0e27bba400152c5b00b1ee09b29bd", "message": "Additional test for creaction of CRN and update of reactions.\n", "proba": 1.0197349809004663e-07} {"commit": "2a3d087c64690b8d1f423e255573b376d26e8381", "message": "Wrap struct.unpack()\n", "proba": 7.1964254857448395e-06} {"commit": "222a2ac830f34c6f84c07c2622b6aa71718c1495", "message": "Fix shared content for mutable EDatatype\n\nWhen mutable EDatataypes are defined (e.g: EStringToStringMapEntry),\neach default value was pointing to the same shared value (exactly the\nsame thing that when 'def x(self, n={})'). The default_value is now\ncomputed, if a special attribute is set, the default value is always\ncreated as a new empty value.\n", "proba": 2.48347241722513e-05} {"commit": "0fb5263ff09d17d4099bcbc2e28bd2abf253e41e", "message": "\n\nunindent", "proba": 6.435998784581898e-06} {"commit": "7d374437bb3e3831616674e6ec13c4906572933a", "message": "updating nltk\n", "proba": 5.348421723283536e-07} {"commit": "d5e586a7cb645845f6aba1fb1b5aafe773654592", "message": "Voting on. Here we go\n", "proba": 1.1896560181412497e-07} {"commit": "316181daa4412389bea21f5cf3ba9b5bd6ea1e92", "message": "Moved 'user_data' to CouchUser model.\n", "proba": 1.9819857755010162e-07} {"commit": "f8f8c909c179b480af10307e07d372b6067dde00", "message": "fix test_dae (the test is expected not to pass)\n", "proba": 1.5881296633324382e-07} {"commit": "629ff7269cc4487769a395f99bfe899fff60a4ae", "message": "Refactor Geo Distance\n", "proba": 1.0514063433220144e-06} {"commit": "f4c39afe058a82f7fad404737891d8463eca038b", "message": "\n\ncolor", "proba": 2.4223149011959322e-05} {"commit": "07424e56ffe0fc1ee0d1efaa678cde04bb7b4d7e", "message": "remove debug statements. oops.\n", "proba": 4.380785014745925e-07} {"commit": "1e07095333daf130a32d71f2ddfb2358bd7bdb08", "message": "Voting false for now.\n", "proba": 1.2903450397061533e-07} {"commit": "406412735877405339afbab7dd3245e7d633e5d1", "message": "Removed get_users_by_permission\n", "proba": 6.402356689250155e-07} {"commit": "506cae511804ce67ecc6ae31c16e197c10fb097c", "message": "+coverage\n", "proba": 3.980291864991159e-07} {"commit": "fca9bd929a5267d5ef30c382ff8b1195b18dca93", "message": "Fixed missing imports in mappings.py\n", "proba": 3.4827883155230666e-07} {"commit": "8487234dd49adf1ff0acf9e103c21c9a0c49dd80", "message": "fix a build error\n\n\nFormer-commit-id: e13bdf73b97e5915cc684a048d32a2e3cfd0bf6e", "proba": 7.517705671489239e-05} {"commit": "4234406beaedb171c85fd6d88bda73de010a72b9", "message": "Add: warning timeout disabled in windows\n", "proba": 1.7965613778869738e-06} {"commit": "b87a16681cbd31b624f9e5decc524b63f5c66499", "message": "tests: Check lifting over Dimension symbols\n", "proba": 1.766284896120851e-07} {"commit": "5d7f44aac21dd66794385325139c9621603fa4d7", "message": "initial\n", "proba": 2.26544143515639e-05} {"commit": "ae85c91aa004d5e7dda1957ccf5b93d7239289c5", "message": "[MAINT] Flake8 fix\n\nFixed a line that was too long by flake8 standards.\n", "proba": 1.101856454965855e-07} {"commit": "ed43be75989abc3242c2e1ebad1971893869838a", "message": "Added retry for get and post requests\n", "proba": 1.2762147605371865e-07} {"commit": "301169b8cc9a0896ae7548e83fbbc61eda5eb6dd", "message": "Use yesno helper for occurrences parameter\n", "proba": 2.098573895636946e-05} {"commit": "f96622d8198b594dc42640f8557ee6c8543fb906", "message": "Make the session cookie http-only\n", "proba": 1.3951332675787853e-06} {"commit": "f3a0cc3456ca03bedb2cfc4c3773ca4260977029", "message": "nah, directory name is not mandatory, we can have a fallback name\n", "proba": 1.189851204230763e-07} {"commit": "c7c5d8e89b213c0101561111f740eee4561ebfc6", "message": "fix test.\n", "proba": 8.768525958657847e-07} {"commit": "d7a7391cd4eeac9a6a0924a067a04cb609b5cd62", "message": "indent fix\n\n\ngit-svn-id: 655ff90ec95d1eeadb1ee4bb9db742a3c015d499@810 8cd8332f-0806-0410-a4b6-96f4b9520244\n", "proba": 0.999683141708374} {"commit": "42e12cc63f54973cff25e4de2f6d9a6ea5e0ef8d", "message": "add more constraints on the dependency graph: parent namespace needs to be created before child namespaces\n", "proba": 2.9616553547384683e-06} {"commit": "df33a6eeb58b02f49bacad3526ac6e1cd3355de6", "message": "Update Agent name characters in REACH processor\n", "proba": 2.3244710689596104e-07} {"commit": "f1a58c9fc2b51c82f6f8123fd1df4bd5785538a9", "message": "refs #356. New settings property for controlling when EzWeb source code is served from one file or from several\n\n--HG--\nextra : convert_revision : svn%3A2a98c5bb-d66c-48ca-a96c-db028a6c31f4/ezweb_platform/src/trunk%401821\n", "proba": 7.063767384352104e-07} {"commit": "eaee199f14c503574cf6c108c1d47206591e22ce", "message": "POST to server", "proba": 3.6952940263290657e-07} {"commit": "2c9b1b69941f9e37fdaf521e8477fd12f694a05f", "message": "Added nesting level, can get function strings to LCOM.\n", "proba": 1.0888470569625497e-07} {"commit": "9356613c9a340d3efceebcc3b4ba8766f741d3a2", "message": "- fixed missing import [ticket:989]\n\ngit-svn-id: 655ff90ec95d1eeadb1ee4bb9db742a3c015d499@4267 8cd8332f-0806-0410-a4b6-96f4b9520244\n", "proba": 3.674412880627642e-07} {"commit": "e30d08ad7e175871f79429522310f1799f9c4a3b", "message": "Removed unneeded lines\n", "proba": 4.7178505155898165e-06} {"commit": "345d92de8a5e32ee6a370f1a792f69b7af2618e1", "message": "Handle REACH web service exceptions\n", "proba": 2.1799388605359127e-07} {"commit": "e2708a527347e70fd18e43de356df4297b07fdb7", "message": "added 1.13.1 to the disabled list.\n", "proba": 1.0341195633145617e-07} {"commit": "e806d6b7b171a0fccacc6268d6e361edfb20994a", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "8d0d18119e6b6f6726d5562c0fd8f20aa9162b2b", "message": "some more sanitizations\n", "proba": 5.634912554342009e-07} {"commit": "bde940b9e58fd7dfd50250394096a02c1eb63113", "message": "Fix chrome unit test failures.\n\ngit-svn-id: f68c6b3b1dcd5d00a2560c384475aaef3bc99487@4335 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 0.9998914003372192} {"commit": "b892a6df5dd6c6b0d8676e0265996f1f2efd5df6", "message": "add runtime output\n", "proba": 5.560647332458757e-05} {"commit": "258ff4a81546aa748948d5336274ec29631da746", "message": "Get correct grounding from old format for backwards compatibility\n", "proba": 2.1011824458128103e-07} {"commit": "ce1b6db9cbef21a33b497c1c2ddf66eb2302f609", "message": "Add up_nrhm to new domain (on india)\n", "proba": 1.3687308353382832e-07} {"commit": "b8811403a028399c85aefe6be213176e6af0cb7d", "message": "Test `update_repo`\n", "proba": 2.2655935083548684e-07} {"commit": "59556f7a2ef06f745776e6b6991464ac3e83841a", "message": "remove random fron Telegram_Update\n", "proba": 3.4094239254045533e-07} {"commit": "4b1e29beea20fc393fcec57a89b8abca9319347e", "message": "psnr reversed order for decoder frames\n\nSigned-off-by: Fabio Ferreira <8d804b6e36e6adf31fedc05eb57d31f32fb93493@gmail.com>\n", "proba": 1.2365204327124957e-07} {"commit": "f4008e8db5a8a79de8d23397cc25ffb7c4586192", "message": "fixed error message for key not found\n", "proba": 3.3369303764629876e-07} {"commit": "d7dc86938b29b313b3559bd2e4febeb667c7204b", "message": "magicNumbers--\n", "proba": 2.1358513890845643e-07} {"commit": "778093f77b150a0e54a89b914f97dde82af0d4d8", "message": "Actually enabled project editing. Forgot to set up URL.\n", "proba": 1.0058843713522947e-07} {"commit": "0f9f9aa5afb9c0e46ac053400695f6acc6b84048", "message": "remove .amcatrc3 code\n", "proba": 2.3525411961600184e-05} {"commit": "b543dcafbfc90d638475ae8414e406067cd4f63a", "message": "Small tests for empty HLL and fast* files\n", "proba": 1.1371031405360554e-07} {"commit": "85abf333e3db0079bfad2260a50694c30e04ec1a", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "6b26afc8ab3c82d5682708f8116889fc2d48c7de", "message": "Updated from Brython Server: 3/19/2018 2:27:28 PM", "proba": 1.0984193465901626e-07} {"commit": "f04e039d179f18db8cfaff8a61f41defbd987c34", "message": "Two more trivial tests.\n", "proba": 2.099972533642358e-07} {"commit": "026276581bf84371ae5cb6aacb05ed089649a9d1", "message": "Add unit tests that catches critical bug in job document key setting.\n", "proba": 1.1142878264536193e-07} {"commit": "3c92d5ba33d01c67145a49d75d339facb6a18282", "message": "Updated from Brython Server: 2/23/2018 3:34:49 PM", "proba": 1.0937364436358621e-07} {"commit": "d7d0230fd4cc70b9009256689a4b7a88d98cb9a5", "message": "Whoops, not sure how celery's profile tasks werent being autodiscovered.\n", "proba": 1.1486574180707976e-07} {"commit": "d750b5852ef2dc3c454215891a861d589dbbc9b2", "message": "squashing bugs\n", "proba": 3.4291629162908066e-06} {"commit": "70da018038502d4fc1409cda980bf66728bdc380", "message": "Fix Apache WSGI entry point\n", "proba": 1.532344640509109e-06} {"commit": "e8546a74bf9d94cb5436c3f03475673b111e69d0", "message": "Add basic web app\n", "proba": 1.2581039300130215e-05} {"commit": "f48a582bf8390b2c19f5f72fa08c4a00cb3293ce", "message": "changed time zone\n", "proba": 6.250199021451408e-06} {"commit": "d788c8f04b0e5ff453447be406a82253dad62649", "message": "stupid error\n", "proba": 0.0003543876809999347} {"commit": "cce6e8bd136c6c19fde7d86c8fbefecc474aaa6b", "message": "fix currentfn\n", "proba": 0.0001666341704549268} {"commit": "989a3f75f1bae320fd86689b874b489a4fe7934e", "message": "Don't do nofission thing with Pusa analysis\n", "proba": 1.459884089172192e-07} {"commit": "a355998998fc012f59e4c30483fa3766c7c3c9ca", "message": "Fix minor spelling error\n", "proba": 0.9985398054122925} {"commit": "18a2ccb8a51f809d346cce66559815f5501209ec", "message": "Add Linux support to installer\n", "proba": 3.3463538784417324e-07} {"commit": "52b091719454cf0a13dd3beff6129dcc728f808d", "message": "Use the csp-report endpoint in addons-nginx\n", "proba": 4.036915868255164e-07} {"commit": "d883ed0b50711b11574320e748a624ea5d021450", "message": "small cleanup.\n", "proba": 3.2884560141610564e-07} {"commit": "56b024af0ac8f064dc5fb92b3a4c3bc189ff485d", "message": "fixed broken polygon hash\n", "proba": 1.0019739420386031e-06} {"commit": "e46eb5c34f7a8a32af5a735a1bf5683515fd886f", "message": "boot: Extend launch syntax to handle module=arg\n\nThere's now a shortcut syntax for modules. The first argument can\nbe specified with an equal sign trailing the module name. For\nexample, if module foo's launch function is:\ndef launch (bar): ...\n\nYou used to need to launch it like:\nfoo --bar=baz\n\nBut can now simply do:\nfoo=baz\n", "proba": 0.9999923706054688} {"commit": "ff4c1e0794cf50586d1f9d6c176f2de473666f8d", "message": "Support Cc and Bcc\n", "proba": 5.734954129366088e-07} {"commit": "e4032a86597c604a45e59d022b55a9362cfec136", "message": "Fix #319 add want_empty flag to save_chdir_work (#320)\n\n", "proba": 1.2397960347243497e-07} {"commit": "67fd88f23d7a71f8fae1264ec6444b02415e1cc7", "message": "sleep reduced to max 130 secs (including default sleep time)\n", "proba": 1.3475633409143484e-07} {"commit": "32afc78a2609d6c93a0d1c47800465a733db0aab", "message": "Using __file__ instead of '.' for path detection", "proba": 0.9999984502792358} {"commit": "c4514ed35820fb31e19cff827865dbb8fc2dab25", "message": "\u66f4\u65b0 view ELOsDetailView, \u5f37\u8feb\u6bcf\u6b21\u6aa2\u8996\u6642\u90fd\u91cd\u65b0\u7522\u751f\u6700\u65b0\u7248\u672c\u7684 RT\n", "proba": 1.212056019994634e-07} {"commit": "095b73723129c8844fcbcd70f9500a6528b2d7c5", "message": "Updating docstrings for UFWRole\n", "proba": 2.1507193537217972e-07} {"commit": "99a6ef4a06709cf0854e4b607119d49aa63e48d0", "message": "test_get: Use assertIsInstance to check for subclassing\n\nChange-Id: Iac9952096677c58fcda2c6d42956e098fa2f199b\nReviewed-on: http://review.couchbase.org/29562\nReviewed-by: Mark Nunberg \nTested-by: Mark Nunberg \n", "proba": 1.7473892910402355e-07} {"commit": "3abc56b82aa4b9660d3cd2c8a5e6f2f143bf802e", "message": "Alter the definition of access() slightly to return rank or None.\n", "proba": 2.9277245516823314e-07} {"commit": "d515aeb1d3c61297a790bbfc049fabdad91cd644", "message": "add erase audio cache\n", "proba": 6.868686455163697e-07} {"commit": "3f122d5e03b65a5642cc95180d86024fa6a006c6", "message": "update settings.py to use 'django.contrib.auth.backends.AllowAllUsersModelBackend' instead of 'django.contrib.auth.backends.ModelBackend'\n", "proba": 1.2244105107583891e-07} {"commit": "15736fa4dd419ddf8e9ba0bf09a3c7bca73a7162", "message": "Sorted keys for easier comparison\n", "proba": 1.668686024913768e-07} {"commit": "3cb47466454769990d181bda937229071be7835c", "message": "reading input did not work for start_time = input time\n", "proba": 0.011796616949141026} {"commit": "ba90b146317ce94a0171407ee6a7bc9589630a85", "message": "fix getenv\n", "proba": 1.0947085229418008e-06} {"commit": "87db223fd2ccb21f934b428c6e2dea3e513f7dea", "message": "changed return types, added debugging to tests and reformatted some code\n", "proba": 1.7565653820383886e-07} {"commit": "562a235310675b6438b9e998d174e6926777ae4c", "message": "Added new topic mapping to SEE\n", "proba": 1.134301186311859e-07} {"commit": "bfb890fa240ff77c68069bbb66ded69d7dae6992", "message": "PM-544 : style conformity.\n", "proba": 1.1030697066871653e-07} {"commit": "15a7fcc24a02e463dcb9822e182f0b2a19b681e0", "message": "Expire messages in the celery events queue after 2 hours\n", "proba": 1.260682580550565e-07} {"commit": "b1dbe3ff6ea50998be008c38e9a18b37b12fe022", "message": "Allow older poppler versions to pass test\n", "proba": 2.8242055805094424e-07} {"commit": "cf9b1af939c6defda674bc17f2d6cc56bb33e46b", "message": "minor updte\n", "proba": 4.2460712279535073e-07} {"commit": "abb94fbfa4392cae6400752df1b23e9383281911", "message": "code \ub97c \uc774\uc6a9\ud574 media \uc815\ubcf4 \uac00\uc838\uc624\uae30\n", "proba": 3.586003742839239e-07} {"commit": "b5643dffa9aa2493fecc3956cfe2d4434270bc97", "message": "Removes unused imports.\n\nSigned-off-by: Gora Khargosh \n", "proba": 1.2779686642261368e-07} {"commit": "fc8740c70b1bb21f17b37d634d94989922b2dfa8", "message": "Fixed bug in calculation of radical corrections to thermo data.\n\ngit-svn-id: 38f1702c2d2bc28f7341d40983eddaad0d99b903@63 37378900-1858-4726-a06b-e54562fdc990\n", "proba": 1.6832351548146107e-06} {"commit": "23c11172c3d7b82990703b12b2fdc6df1b4ea3f9", "message": "Fixed issue 77 relating to migrations.\n", "proba": 1.0342023415432777e-07} {"commit": "be07ef34979bcc0faa30e8a3e97d60e737738879", "message": "small change\n", "proba": 8.27923486212967e-06} {"commit": "76cea8db286b696ceee5fce1f4a7c7aa4ed7de8a", "message": "Add save-output-to-file option for printsvg\n", "proba": 1.675784119470336e-06} {"commit": "fb10332a9b3abf87d2eea218413d36d6b01b8661", "message": "py2 compatibility\n", "proba": 3.391079985703982e-07} {"commit": "91651837252c8414927940383a3c22d3c7743f5f", "message": "removed dependence on pylab\n", "proba": 6.412244033526804e-07} {"commit": "da3a81a66e2653d1a6204f74dd854339816fed7d", "message": "InstaUser \uc5d0 avg_comments, avg_likes property \ucd94\uac00\n", "proba": 5.164829985915276e-07} {"commit": "f61a23cee2af13a2ffa73bcacd76dec1e3e54d97", "message": "Added missing attribute type emission\n", "proba": 3.022527153007104e-07} {"commit": "ab444e6f4dbc8ab1d559de4690231095e02cb892", "message": "Add TODO\n", "proba": 2.269595142934122e-06} {"commit": "e02cdf9b8133088d4e720d4d665e859a1d020804", "message": "new bot code fix\n", "proba": 2.946848383089673e-07} {"commit": "7fb7e9238d4e67ff695e1b44817ab1dc2bf4b58e", "message": "Line length\n", "proba": 0.00010947600821964443} {"commit": "f732e7d57922a3b0d4b67a089746795ca06e03a9", "message": "fixed win32 bug with %r - it needs to ``repr`` the ``str`` representation\n", "proba": 2.637253544435225e-07} {"commit": "4e79ac274fc4c1c66c387b44e610eaa22fb29b34", "message": "Remove more unused code\n", "proba": 1.034564888868772e-06} {"commit": "5e8b767cad92b3763fe2afd8100d20849fdfa442", "message": "Bug fix\n", "proba": 5.465154799821903e-07} {"commit": "067c0520641ac47741e1c1aa85cbfa17abb10899", "message": "Remove useless import from lglass.dns\n", "proba": 8.480351993966906e-07} {"commit": "ee27889cca0f05833e8d4a5dba3f4095e1f0097e", "message": "Added missing wrapping around value for lekvar Link object llvm emission\n", "proba": 2.012084223679267e-07} {"commit": "c049018e0288c06dcfaf3c63d42bed17a01f340b", "message": "Set L10N to false\n", "proba": 0.9999983310699463} {"commit": "31a1ca14982c621e97bc85bf48c1ecd36085349f", "message": "Fixed issue checking for captcha when it is not supplied.\n", "proba": 1.0191128296810348e-07} {"commit": "b635a46a1c89b3b25459a0d21a2c38fe1ccea58f", "message": "Fix version spec\n", "proba": 4.852982442571374e-07} {"commit": "3db1bf5369820a43141490694bb0999adfdf484e", "message": "changed the name of the state attribute on the order model to status\n", "proba": 8.177772770068259e-07} {"commit": "c16a26491d057f0288f1704f5f5686e136a95ffa", "message": "Handle better games downloaded but no longer selected.\n", "proba": 1.0427591234929423e-07} {"commit": "30947293b99c755e27a261c90ad42313e48bb4bc", "message": "spelling\n\n", "proba": 0.0006481820018962026} {"commit": "09f4f822cded77ee2af2b2ac478e7dfa878d9235", "message": "Release\n", "proba": 7.347208565988694e-07} {"commit": "03e2007f2ca3106b5e616ee05095f107d049c614", "message": "Fix Norwegian language names\n", "proba": 0.9999984502792358} {"commit": "737d9c5d41f826b73959281ccf23f0a1e58c41d9", "message": "typo: tiny extra space\n", "proba": 0.013759068213403225} {"commit": "b71ed5e1e9edc37159dc5921a1d53d62bae5db71", "message": "Change message.\n", "proba": 2.5626502520026406e-07} {"commit": "e01e5cca84c3eeb04d20b3a91bbb44d688418bf3", "message": "Allow multiple SSH keys per file\n", "proba": 1.1291975852145697e-06} {"commit": "1a4dc95e9d9bf8afff4da55185597c617c28823a", "message": "Empty polygons are now correctly handled by intersection code\n\nCURA-2706\n", "proba": 1.778551421693919e-07} {"commit": "cc10ca3b0e5479376f0c47351fa72c3a1a173b3c", "message": "mysql has a different alter column syntax\n", "proba": 2.0195946035528323e-06} {"commit": "6fe4a2acf5ba25996ea0cbcebb3454b7f1aa8bf5", "message": "clean up file\n", "proba": 1.4212964742910117e-06} {"commit": "8e697faab9f698a58f6ea49290cfc10ca63fec79", "message": "Fix static\n", "proba": 0.9983012080192566} {"commit": "2ead4a891dfe0732c6c562330284becadd8063bc", "message": "Fix latest forwarding fix\n", "proba": 5.993758804834215e-07} {"commit": "a0b4623a1a30b194da2cab4be60e63743c1ad922", "message": "docstring\n", "proba": 5.97681209910661e-05} {"commit": "a0f202bffca45c973063e5893e1b8ca1a3a5795c", "message": "localize enable function / add disable func\n", "proba": 6.292904686233669e-07} {"commit": "73be88b381afa7965ae4bd8e61e24de2241280eb", "message": "test types returned\n", "proba": 2.684251683149341e-07} {"commit": "9d4aace7d9b6e1b1e82f6a51489cb7142c1c3647", "message": "unifac\n", "proba": 1.1772136758736451e-06} {"commit": "414a66853e3333ac489e39be9c1025b3cd027407", "message": "Don't break if the constraint was already dropped\n", "proba": 1.8790757394526736e-06} {"commit": "69bd705a3ccd996203b763e3fcf98c1c8897c807", "message": "Change default from email for testing\n\nAlso remove translation from DEFAULT_FROM_NAME.\nIf used, ugettext_lazy cause problems when sending emails.\nFrom field is set as \"django.utils.functional.__proxy__ object is a lazy translation.\"\nWithout ugettext_lazy in settings.py, translation does not work for\nsome reason. Needs further investigation.\n", "proba": 1.3291990796915343e-07} {"commit": "590058bfe73188354cabd846f7ec6576e49b248e", "message": "TST: I still don't believe it\n", "proba": 3.153306806780165e-07} {"commit": "0f7a3e2b26abac80f921795cfda3ba0575686a64", "message": "requestnode: headers in param or meta\n", "proba": 5.757938197348267e-07} {"commit": "9f9ba74550779733a7cc92370d63dce30b13f34e", "message": "numpy ravel index is the answer\n", "proba": 0.9999847412109375} {"commit": "73972b3dbf0099bd93b32aad0a62c6b191a85bea", "message": "Fix cwd.\n", "proba": 4.939184350405412e-07} {"commit": "d0d30664a4d49bd74305210777003c1c11ea7436", "message": "Release: Strip the redundant version part for MSI files of Python3.4 as well.\n", "proba": 1.036342851534755e-07} {"commit": "d7fa87f26f21ef4fc0c20fa077e20ce7f3d22908", "message": "re-raise ImportError unless it's on localsettings\n", "proba": 3.587467745091999e-07} {"commit": "af3179436a6826abc910241ac89704b7b5359d76", "message": "extra tests\n", "proba": 1.791406702977838e-07} {"commit": "3d91a92e40333f33abdd311d9d4c19a48e80a10e", "message": "@property.setter is >=2.6 only\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@6018 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 3.920238214050187e-06} {"commit": "485b12a6e13c7347ed964cecb22c883f70258078", "message": " - Integrate changes\n", "proba": 1.4446715113081154e-07} {"commit": "0868c6f56601f41cf1d320cf8f7703c4ca909b94", "message": "Fixed typo in class attribute name\n", "proba": 4.244245417339698e-07} {"commit": "4a7ce8ecf0058173ee09726d73812fe86bd7f2b1", "message": "Implement CardXML.forgetful\n", "proba": 6.5098456616397016e-06} {"commit": "2be65a86189d63f8742f3065a385a904c429e45b", "message": "abinit: added version 8.8.2 (#8294)\n\n", "proba": 1.1565011703851269e-07} {"commit": "25ea02131f146f9e8d9e4663cdec90aecd5b231e", "message": "Add challenges to installed apps.\n", "proba": 1.1780611686162956e-07} {"commit": "d35d89fc0c4fdfa577e5218bd79b82819c2bd553", "message": "Parse subprocess output so python 3 will accept it\n\nsubprocess produces binary strings in python 3, so we need to call\ndecode() on it before we can call split(). This still works with python\n2.x\n", "proba": 0.0008174653048627079} {"commit": "9ac24d1be627cde3e0156e759e345954959797bf", "message": "Fixed bug with handling UCAC4 data in SolveProcess\n", "proba": 2.0928750643633975e-07} {"commit": "7737e975e5822d5ee196c0ecf7b39030d449d39e", "message": "optimize for all three hyperparams\n", "proba": 0.9972987771034241} {"commit": "b34a08cad8d6897678d97ae9fdd4edcab3ecb0fc", "message": "Test failure to stop.", "proba": 6.082726144995831e-07} {"commit": "37b1f7c963a06d63ba789463eb6d33bfeacfb304", "message": "Store project_domain in project_domain_id\n\nThe same way that context was changed to store the attribute in\nuser_domain_id, use project_domain_id to remove some errors.\n\nChange-Id: I591b6644e113cc90eeb2aff6b628a649ae8d4740\nRelated-Bug: #1663013\n", "proba": 0.0004323832399677485} {"commit": "0d472c853020ef94d7647df5b732ff43bb9a7db2", "message": "[fix] missing ','\n", "proba": 0.0006169266416691244} {"commit": "c8c06b0a0d866a20a750ecbf0e0a0e0e2ff37865", "message": "darken divider in table views\n\nSigned-off-by: Adam Stokes <0a364f4bf549cc82d725fa7fd7ed34404be64079@ubuntu.com>\n", "proba": 1.3787898467398918e-07} {"commit": "9e280429093ba5459f03669a67c60f322541a6ee", "message": "Prepare return values.\n\nIn case this is the only object we create, make sure we have a return\nmessage and other values properly set.\n", "proba": 1.3009515953399386e-07} {"commit": "2b95f9c97294038350a0e440e2f72a4d0f292fe2", "message": "added key to the notification\n", "proba": 4.2741081074382237e-07} {"commit": "27341970e8b4613298308da657ca3964a8e7a768", "message": "allow enabled auth but non https\n", "proba": 5.879112723050639e-05} {"commit": "3be4ab359f2ede417baf753907707bd5103f7f11", "message": "Between 1 and 3, included\n", "proba": 4.15446083934512e-05} {"commit": "83110cfd4cbdcdfa9cc9ec569a257fd22f427387", "message": "Python: update dependencies for 3.10 (#25430)\n\n", "proba": 1.4256471558837802e-07} {"commit": "c51c37e54c9e79aee4a3145dc381181ea71e33f0", "message": "Comment out story cutoff override.\n", "proba": 1.1955897605275823e-07} {"commit": "b776aef3cec34dde39bc63353c1b697aea8f93fb", "message": "ui_tests: limit retries in testOutputUnicodeText_no_transliterate\n\nThe old code could loop infinitly. The maximum number of retries\nis now limited to 3 (= at least 3 seconds) which should be enough\nfor all practical purposes.\n\nThe test was adapted from requiring 'Alpha' on the first line to\nrequiring 'Alpha' somewhere in the return value, as output before\nthe first expected line is a regular issue.\n\nIn addition, changed incorrect ctrl-L to alt-L to select the font\nselector. This still probably only works for a Dutch Windows\nversion, so we might want to consider doing this either manually\nor with a direct Win32 API function (assuming we won't test on\nWinXP)\n\nChange-Id: I87e40f0c200a5cbd181df5e4112055e38650414a\n", "proba": 0.010796365328133106} {"commit": "7848ea0700bbf82df29f32cb3a52c099b61a29e5", "message": "Cleanup and PEP8 fixes.\n", "proba": 1.1235628960548638e-07} {"commit": "66895746f1adef1d531a85877e1364a23d83b735", "message": "Naming updates\n", "proba": 1.324046479567187e-06} {"commit": "f5f91302600efedc7efe67d682e0c775c1ab6703", "message": "Put generated previews in private storage (bug 1199001)\n", "proba": 1.0814022743943497e-07} {"commit": "ab5f49e3fc2b2a5fd6a20c34a5d37bf454627fe0", "message": "passing observation count in as a parameter\n", "proba": 4.3589727738435613e-07} {"commit": "86d2ab52400718c17d0d79c1a0b463a3f2ac2f35", "message": "r-mgcv: add 1.8-38 (#27090)\n\n", "proba": 1.5569179367957986e-07} {"commit": "ee242910bf7f6efe9aa2df39e0cae05b14b629ee", "message": "changed INSTALLED_APPS ordering, so it won't lead to conflicts with other apps\n", "proba": 2.497780258181592e-07} {"commit": "af31b81f803aedb2c7931390e6727cec6f43d725", "message": "Improved reporting when ui_tests are run as part of setup.py test\n\n\nhttps://mediawiki.org/wiki/Special:Code/pywikipedia/11627\n", "proba": 2.922884050349239e-07} {"commit": "21b8cd510d9142f5b6cee24ff2b6f28b66c5b6eb", "message": "Bump to version 0.2.1 (#1156)\n\n", "proba": 1.1552467071851424e-07} {"commit": "37190180a9a7699be2e147b84efb92342bc34cd2", "message": "version num\n", "proba": 3.963318249589065e-06} {"commit": "9b72bbce303712e1942759118dca5666932752a0", "message": "Update clients.py\n\nfrom future.utils import raise_from,throws error as cannot import name 'raise_from' from 'future.utils' for python 3x versions.", "proba": 1.0823928420222728e-07} {"commit": "5922c4e70d8163b45319365c871fdf9e23e61935", "message": "update demag_gui without conflicts\n", "proba": 1.86812130209546e-07} {"commit": "217966d5b0478588adf62d3a9943380ead2e39f7", "message": "[Settings] : switch languages\n", "proba": 1.5199703966572997e-06} {"commit": "9628c4979f9afcb77d6b81a94670f0388263fbcd", "message": "\tReinstalled pysac to fix configuration\n", "proba": 1.6132067059970723e-07} {"commit": "247518f6b5c0ef30f3e3ba35c5d5230844bbacda", "message": "DifferentialEvolutionVisualizer now numbers parameters starting at 0 in legends.\n", "proba": 1.0128729854841367e-07} {"commit": "b819f55486713dfacb93f09ff99f2485fc4003db", "message": "MB-50036 Fix file handle being closed in the wrong place\n\nThis fixes the mistake introduced in the already merged commit\nfor the same MB.\n\nChange-Id: I4359ccb6b57d3bf56bf90839182c413c64eb8b6f\nReviewed-on: https://review.couchbase.org/c/couchbase-cli/+/168374\nTested-by: Build Bot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com>\nReviewed-by: James Lee \n", "proba": 3.9966934650692565e-07} {"commit": "688710777559ed0787c6755855c3ec640ed96888", "message": " Adding zlib dependence to xrootd to resolve #6545 (#6550)\n\n", "proba": 1.0928543048294159e-07} {"commit": "99add32a92a90ee224e1a2d14610846a33044826", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "27723b3d75caf33168ffd9e575bc0bafac07d425", "message": "Add PostForm.title.label translation\n", "proba": 4.0827103475749027e-07} {"commit": "5af4f439863e6dbe9c311aaa593ec5eb47571ea6", "message": "Hopefully fixed saliency out of bounds issue\n", "proba": 1.2978263441709714e-07} {"commit": "d541f5f4749c53c66ae5afe2f8070ba69b541a41", "message": "Bug fix\n", "proba": 5.465154799821903e-07} {"commit": "1338123568282a2d5df54caad90d4da7122c59e2", "message": "FIX: arg parsing\n", "proba": 7.575752533739433e-06} {"commit": "c24b7b6464b302477728b0882d2fb6bf647f2e79", "message": "Fix same file 'extends' optimization\n\nSigned-off-by: Aleksandr Mezin <76c1e6be84a1d2145428706eb61f38549c50daf3@gmail.com>\n", "proba": 6.103034593252232e-07} {"commit": "4422bd1e0e2437a9e0f9a033dc2c19d0a6160000", "message": "host: fix use of deprecated api\n\nModule.get_module expect a Host, not a Backend.\n\nCloses #204\n", "proba": 7.981032013049116e-07} {"commit": "984bba93d0519b950c26cfac1baf0a921e528afe", "message": "fix detect device from adb devices -l error\n", "proba": 2.17830134374708e-07} {"commit": "43767ca1934b3727cd576b37a0d90b264e9901fe", "message": "added lamson config\n", "proba": 2.2922645825929067e-07} {"commit": "2c83665d170d31aa362c767cfda6bb0422074b68", "message": "enc2gen.py: name standarization.\n\nChange-Id: I2e00ec4c87237c32cb8706864cf0f20b110b5d9b\n(cherry picked from commit 997c50784e71251fd478e1ee0825485c26574319)\n", "proba": 2.2921706488432392e-07} {"commit": "32cc6f0e485c427349d3605db93fac030c8851a7", "message": "GaussianProccessVisualizer plotting methods now support parameter_subset keyword argument.\n", "proba": 1.0457168286848173e-07} {"commit": "b2d0de0f0ff756e5f5cab87f636dc4c1bbd9b8d7", "message": "Generate the .h, .xml, and .typedesc.bz2 file in a temporary directory.\nShould that directory contain the GCCXML version? Or the ctypeslib version?", "proba": 7.450948373843858e-07} {"commit": "1a228688111deb06aaa243b44e40dfc31fd76c20", "message": "removing debug print statements\n", "proba": 1.7720934692988521e-06} {"commit": "b9d8165852f2c0c631883e3323d3513bcb01fce0", "message": "working, with proper xmin and xmax on plot, and extraneous code removed\n", "proba": 1.5250769536123698e-07} {"commit": "2247d81fe1d08e4bccff0fd03ac389ad62155aab", "message": "demag_gui.py: worked on prelimenary ability to pick bounds by clicking on graph, still beta. fixed issue with panning freaking out if you pressed mouse buttons in wrong order.\n", "proba": 9.945789258836157e-08} {"commit": "dba5807aa0bc6d1accca616d3f348703b1dc110c", "message": "Fix double param pass\n", "proba": 2.408990894764429e-06} {"commit": "2be7b6b6b6327c2cee1e39dad345846847a7838b", "message": "Defaulted get_identifiability_dataframe() to return all SVs\n", "proba": 8.690685717738234e-07} {"commit": "43f8928f38061608b8d027922a486c6882bd28a4", "message": "param bug\n", "proba": 1.6280670251944684e-06} {"commit": "d3c803ad2754cba8de0b6866d7d8534fb461362f", "message": "settings.py: tie source/target directories to script's directory (instead of cwd)\n\nCan be overriden in localbuildsettings.py\n", "proba": 8.084224646154325e-06} {"commit": "664f74a10027317c06900a038ff3cbb433b0bffd", "message": "Fixing region tag\n\nChange-Id: I5634971cbef90a4237898b631c861dc2a82b2cd6\n", "proba": 6.38008543774049e-07} {"commit": "dd30a9e1a9bc705b274e9ddfbeba31a73cb3c31a", "message": "Include editors in progress\n", "proba": 1.2360324319615756e-07} {"commit": "76ffaa5a203432c1bbf11add27fc91f074846f82", "message": "Quick travis workaround\n", "proba": 2.5213421395164914e-07} {"commit": "3965896ee9b03b8a50d54dc78c41e30511ad0ebb", "message": "more evex, reg-only with xyzmm and gpr32/64.\n\nChange-Id: Ic80f9c955b768bdaf01c222b8bd134bbe4867df8\n(cherry picked from commit 8f7b0a9e1a1cb6e1e9a2dd3394d5b73442dfab07)\n", "proba": 4.6444941403933626e-07} {"commit": "f3c4beabcea3dcd273e4bef3f87edbc958d0741c", "message": "Normalized input and changed learning rate\n", "proba": 1.3708408914681058e-06} {"commit": "d771248a0bd05b46d52a535a558cc8a5893887c5", "message": "is_empty fix\n", "proba": 0.9986091256141663} {"commit": "a32780fc8e976356736f67ec82f134b12acb5050", "message": "remove reference to old session\n", "proba": 1.3359726835915353e-07} {"commit": "4fe54435c65e0164573f27b4b290e20c76287858", "message": "recombined generate and verify\n", "proba": 3.4309022112211096e-07} {"commit": "f97f0179bdea7712157a94af06cc52d5b2d5ca54", "message": "fixing bug: config_hash was going into wrong part of dict\n", "proba": 7.415752065753622e-07} {"commit": "8961a5a3b79af3c492bff2cf3bf62389b0673fcc", "message": "debugging over IRC is not all that fun.\n\n--HG--\nextra : convert_revision : svn%3A77541ad4-5f01-0410-9ede-a1b63cd9a898/trunk%406434\n", "proba": 7.301533173631469e-07} {"commit": "19147af3845c0df53b50b0985b67b6dc69f05218", "message": "Do not error if `./pants package` does not match any targets (#11051)\n\nA user pointed out that it's useful to run `./pants --changed-since=foo package`, which would error if no relevant targets are returned.\r\n\r\nWe were only erroring as a convenience to users to help them realize if things were not behaving how they want. But, that's not necessary; it's pretty obvious with our logging when we are building a package.\r\n\r\nNow, we only error on unmatched globs for `./pants run`, which makes sense because it can only run on one target.\r\n\r\n[ci skip-rust]\r\n[ci skip-build-wheels]", "proba": 1.1567333331186092e-06} {"commit": "acdb24bbeb198d30e646d9dc1dc7e4ff2745a6dd", "message": "add graphite connection settings\n", "proba": 3.267719819177728e-07} {"commit": "e47aba1a037b41ed43b0f4786d4cda3e5c294b6a", "message": "Improve logging when checking tags\n", "proba": 4.974923513145768e-07} {"commit": "9678644a9fa2a96bd6ab1ecbdc6e835f050a798e", "message": "configuration print for install\n", "proba": 2.6879610004471033e-07} {"commit": "0ac1b04d04b61bb14c470ac384efa28c737422ab", "message": "Counting calls on replace_flask_abort test helper\n", "proba": 1.7891341030917829e-06} {"commit": "e296b5aa07b6cb67a164025bfb1bc65db8a77c76", "message": "removed useless print im smartconnector\n", "proba": 1.8458148076661018e-07} {"commit": "3c2a2906b42c263c02a2b9098350818f0804dd03", "message": "function aggregate 7 days values to weeks values\n", "proba": 0.9999994039535522} {"commit": "baf67130785f22da024ad9f42167ce9ad5674ae9", "message": "removed nose stuff from exmaple project\n", "proba": 1.2402678351008944e-07} {"commit": "de353665e7fe09039b43884933e8fca345e31a13", "message": "Add fill mask\n", "proba": 9.59775547926256e-07} {"commit": "3050a743e0246a7501ee818009f3c8274da18d8e", "message": "Changing order settings are loaded\n", "proba": 3.6493457855613087e-07} {"commit": "87967ee40c16e5a3ef09f1575fe348565dd54c0a", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "92f64e6d7249bf762b95b8c65a47da409d99e424", "message": "Set max_retries=1 for test suite if greater than 2\n\nMakes problems with tests more visible to developers.\n\nChange-Id: Ib106ec42b0774ea6b0f8a2be5aa725f32a17f395\n", "proba": 7.522700798290316e-06} {"commit": "280ed5ae4b36895190294866abaa8ef0d192345b", "message": "cirrecting cherry-pick for smartconnector - resolve conflict\n", "proba": 1.258465118780805e-07} {"commit": "b2a4cfcb5111c008f93eb5d6bb7ca670a3862efb", "message": "new tag api\n", "proba": 3.1516864851255377e-07} {"commit": "b693559128911410a24e4ada09820facdb4d02c8", "message": "Updating style\n", "proba": 4.784893690157332e-07} {"commit": "5588a278125a8f675d8f2e9d9dcb3a87c030534f", "message": "Added Rewarded Video Ads Callbacks\n\nIn the previous code of main.py When the user clicks the Plus Icon in Rewarded Video Ads Screen. The Rewarded Video Ads is shown but there is no action. Now Rewards Callback Functionality will be handled. Users will see the points incrementing as Rewards Given by Admob. Beginners can understand better. \r\nThe code is tested by me on my android phone and works fine and perfect. Thanks for your awesome work in the repository.", "proba": 9.972820436132679e-08} {"commit": "62f6164c01692a968414bfdba45850571e20d690", "message": "Modified location of sounds\n", "proba": 4.521398011547717e-07} {"commit": "94f3e8dbf6f333ab2a60cfcab89ed5f9873c8fb9", "message": "preprod spelling\n", "proba": 3.0321029953483958e-06} {"commit": "64123a6a6c94ce841274fadfc609bb0be6e65a94", "message": "changed tests.logger\n", "proba": 5.2887803576595616e-06} {"commit": "2dc6414e38fbfd272b94e6cb2de79cfd29e30a30", "message": "Add assertion and fix test problem found by it.\n", "proba": 1.8618960950789187e-07} {"commit": "c21475abd78a103bfc394e098cd92194a461dd8a", "message": "Prevent multiple machines having the same custom name\n\nCaused by container vs containerstack confusion\nFixes CURA-1606 and CURA-1649\n", "proba": 1.6150139003912045e-07} {"commit": "8ad1aca90caed813eee9371a0e2850d24bbccbbd", "message": "creditor payout\n", "proba": 2.743962795648258e-06} {"commit": "3047704c20c5921abef4140e99fdd640a2de7760", "message": "refactor of launchWorkers.\n\nlaunchWorkers no longer needs to be called unless a value for --workers\nis set.\n", "proba": 1.4259286729156884e-07} {"commit": "f066fafdf8b3d69d83178c91de499dc3865bf33b", "message": "Sublime Settings: Refactor value completions\n\n- split methods to get smaller more readable pieces\n- primarily use set() to create completions with unique items\n- remove obsolete method arguments\n- use common function to format completion items\n- suggest list items instead of string representations of lists\n- fix method comments\n- add some checks to avoid exceptions by None objects' access\n", "proba": 0.004190127830952406} {"commit": "ea1ad0c590e10fe3542af282b31329c66629b201", "message": "Add ldap functions for getting lists of members\n", "proba": 1.706328447426131e-07} {"commit": "aaebe52acd7e8357676db9b0f1d778641c76bd94", "message": "Use the email console backend, so it's possible to test emails.\n", "proba": 1.848524107117555e-07} {"commit": "d5e13b804f91556426130b06afef59e6df583d3c", "message": "mocked more auth stuff\n", "proba": 1.439442769424204e-07} {"commit": "a1d48fd51151a28760476f2dbd1b041bedf98b02", "message": "When creating a new container stack, add empty containers for things where we cannot find containers\n\nAdditionally, record this information in the metadata of the stack\n", "proba": 4.7106479428293824e-07} {"commit": "abe56c677150ad7cf8b9ea2767c9c1a7b64cf9ac", "message": "MVP Complete\n", "proba": 9.205123205902055e-07} {"commit": "d6149076f211408330e8060e0ebd3487582f4237", "message": "pf: Fix indexing in assignment of reactive power to generators\n", "proba": 1.721073061844436e-07} {"commit": "d7fe17092c53c0d8e1b7df741122d18c1cf3a242", "message": "Improve logging on server connection level\n", "proba": 6.053294328012271e-07} {"commit": "f0a8f748fc386d2a6a2a4c62f8f9c149d2213cac", "message": "fixed missing import statement + decl. of 'logger' in GuiManager\n", "proba": 8.620304288342595e-05} {"commit": "f8423f74a4845cb7fd85e4c0fb6c478e4df10919", "message": "Fixed invalid color in LedControllerPool unit test.\n", "proba": 1.0795083937864547e-07} {"commit": "495e71cc28682f035616945b7ff8131b5ba32e0b", "message": "pylint\n", "proba": 2.1026107788202353e-06} {"commit": "556c15804fa6c246105c3c44dc879c6fa44605b2", "message": "more gui experimentation\n", "proba": 1.2560958850826864e-07} {"commit": "40771bc8aca59d11285b4da9dc467400428a3c03", "message": "fix module pelican.contents has no attribute is_valid_content\n", "proba": 0.0022024926729500294} {"commit": "1aa91f019d485eed724fd9f1cdab703a61b11acf", "message": "added utility methods to evaluate obtain pixel coordinates of images and grids\n", "proba": 1.1707754765666323e-07} {"commit": "36fb5dccf4823e3a92f7268d1bb960ed59779443", "message": "add back auth\n", "proba": 4.1420257730351295e-06} {"commit": "50e4dc144a252d6d51562544f827b2a040fa73ac", "message": "Fix grid rotation for generic symmetric cases\n", "proba": 4.290640163162607e-07} {"commit": "593cb2dd7746c5f9c9fa1088146f23e0dddb83b5", "message": "mod/tool/dev: drop\n", "proba": 2.082435685224482e-06} {"commit": "212d68f6c432a00ae1c3dc0162759d4264de5e0d", "message": "[CORE-1703] correct tests module;\n", "proba": 1.2117220649088267e-07} {"commit": "608f414637c35d7cf6ce50fb75555b755d440bae", "message": "Renamed some generators.\n", "proba": 1.3057021419626835e-07} {"commit": "4d848835cd9972e0bc8729a2a8de4a99dbc86cb7", "message": "Testing\n", "proba": 1.8708933566813357e-06} {"commit": "c4d50f65e7d88705f1cb6ffff0ccd54295a63fa6", "message": "Changed the type of the google auth access_token from online to offline.\n", "proba": 1.3743802185217646e-07} {"commit": "3ddd7181a25e9c06eab6db28bc42804038ca3ef2", "message": "spellstrings/tests: Sort the tests by id, remove some bogus ones and split them by build\n", "proba": 3.9313397337537026e-07} {"commit": "ffdabe5b37661b77bf10254d44070b52b5354bc8", "message": "Fixed demand problem in market initialization.\n", "proba": 2.2346290506902733e-07} {"commit": "95580a3e524b98cd0478caea3d25d9e07be68ba3", "message": "sct_changelog: fixup UnicodeEncodeError (and also running against new requests version) (#1782)\n\n\nFormer-commit-id: 6cedd40eea6a94f596e104ae99403f6d11c705b5", "proba": 1.1859342521347571e-06} {"commit": "e2e67077f3fe4530e82d759eb560080108a52d13", "message": "Remove unnecessary call to int() around integer constant.\n", "proba": 2.9814478352818696e-07} {"commit": "3485c077c6abca3519ee78a3da2598a320a71e72", "message": "Don' import the nutrition tests, there is nothing there\n\n--HG--\nbranch : 1.1-dev\n", "proba": 1.7585230693839549e-07} {"commit": "c039651a4a54e7fd2516490bebea58cebbafdb81", "message": "Rename methods, remove prints\n", "proba": 4.790610432792164e-07} {"commit": "7961e3695c3f4cc4f442ff9b1c09e9bd2c78d896", "message": "Sorting protein groups gets function call and counting protein hits in group too.\n", "proba": 1.082834728549642e-07} {"commit": "68e9fc8c02e38bd8d2ace2ffc42d1fafc7f81b63", "message": "Remove old debugging output.", "proba": 1.033298872243904e-06} {"commit": "333c85acc63e5438c11cbff0a9d5e6cd097becaf", "message": "Rename variables for clarity\n", "proba": 3.371872878688009e-07} {"commit": "117fe634ad124cd29767324a7d3274c6b586f0e8", "message": "further cleanup, added important docs, started merging bsd run loop (the only remaining remnant of the originally split datasets)\n", "proba": 1.0351891432947014e-07} {"commit": "0499d1a13e65fe090965814a60a62dce54102ae2", "message": "small modification\n", "proba": 3.960798551361222e-07} {"commit": "5ce5e73d7e61c5bcf235a8ab05c196fb64ab4d78", "message": "'request' isn't an HTTPRequest instance in this case...", "proba": 3.931429830572597e-07} {"commit": "8a691f39d946465bf246d1a006b5f1d486ab57ca", "message": "Reorganize imports in manager\n", "proba": 3.6247539014766517e-07} {"commit": "bc7de5905dd080201ddd5f16dfcf33e335796dbf", "message": "Add FilebrowserTestCase\n", "proba": 5.248045908956556e-07} {"commit": "512057c5fcbbea4e55910e5321167327e9a71de9", "message": "manager: fire setgroup hook when changing screens\n\nWhen changing screens, the group has necessarily changed to something else,\nsince we can't display the same group in two places. So let's fire the\nsetgroup hook.\n\nWe need to do this, since update_net_desktops() is subscribed to setgroup,\nand it's the thing that updates the X atom state to indicate to other\nclients what group is currently focused. This means we'll get the correct\nstate on restart after re-focusing with a mouse, and also that clients that\nquery this state will get the right information.\n\nCloses #1712\n\nSigned-off-by: Tycho Andersen <6b523322678240882acbb4da5312a12d8cd0082d@tycho.ws>\n", "proba": 4.090035872650333e-06} {"commit": "2a053b66b9feafd35760269ded1590934a93c453", "message": "changing redis stuff to pipelined\n", "proba": 2.9488893460438703e-07} {"commit": "b6f9d53cdf6c1562b77398f0477c45218ddbda44", "message": "cleaned up ReplyForm\n", "proba": 2.2544978151017858e-07} {"commit": "42060f9b89bad5fe6840eed405a854e0dcca680f", "message": "Removed debugging print statement\n", "proba": 9.509823257758399e-07} {"commit": "994099123e6bdd7afe9adcbee9c12e1d109233df", "message": "riorganizzata la cache per il talk, non uso pi\u00f9 l'oggetto ma copio i singoli campi\n", "proba": 2.715172797707055e-07} {"commit": "4e7242d09303fa0e7d66c48926ab5ccfca414437", "message": "verify jwt token\n", "proba": 3.845734681817703e-06} {"commit": "45d3919016f04c93db9365fa8412254dafbb1828", "message": "added some debug code, afternoon work on solving protocol()/protocol()/protocol() problem\n", "proba": 5.195558401283051e-07} {"commit": "f96ea2869a8b29c777c5ae65f8ffb5db60b34a7a", "message": "Calculate durations from first and last transfer times\n", "proba": 3.101382390013896e-06} {"commit": "5f9f380815ea8175c0fd0b9d57416206be2b7d12", "message": "better work with config files\n", "proba": 7.32512091872195e-07} {"commit": "bea6722eb1a0335c6daaceecd0e1a7977e08a2b8", "message": "Add retention_period property to TableTrendStore class\n", "proba": 1.6997960017306468e-07} {"commit": "6b2858c2fdee6a4d0dfe3c1333f7390bb27e091f", "message": "cleanup. extra window.layout() call not needed anymore\n", "proba": 1.6109683542708808e-07} {"commit": "d45a35aa2306e74c455f80681f2472462a93a658", "message": "Rework test discovery\n", "proba": 3.132944925710035e-07} {"commit": "fd0216b73b080706aed38c9271ee1d629c8efaa5", "message": "fix: urls.py for tinylink_redirect\n", "proba": 1.0411834409751464e-05} {"commit": "846b496d61199b7ad01c80022fecc1abc419d4c4", "message": "Testing, debugging and increasing coverage over retrievers common tools. Iteration adding.\n", "proba": 1.055421208207008e-07} {"commit": "275d01804f210480b809fc9285f723984c686da7", "message": "Add percent proofed column to State admin list page. Closes #13\n", "proba": 1.797120177116085e-07} {"commit": "bb245a277160616b3fab4e916544a448313972ea", "message": "installation: post release version bump\n\nSigned-off-by: Lars Holm Nielsen <7eaffca9f7cd98839b5821d0d23e09ff764b82cd@cern.ch>\n", "proba": 1.075868070188335e-07} {"commit": "e77a1bfd5ee3e6d299d4c18e60f384d7b4bfcedc", "message": "This patch fixes a bug with some atom feeds in Movim. When the id contains a \"/\", it cannot be displayed in Movim.\nThis patch replace \"/\" in the id with '-' even if \"/\" are valid characters in the pubsub norm (to the best of my knowledge).\n\nThis patch also replace \",\" and \":\" even if those did not cause any arm with Movim. In my personnal opinion, \"-\" are easier to read in url.\n", "proba": 2.4021858280320885e-07} {"commit": "fe03d7e36ceae71bda787cc1b52bcd60c7760615", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "bcb74df395e0b4fff028a745e4c8a98dc1cc68de", "message": "Add sanity check to add_psse_path(). Some comments\n\nAdd comments for add_psse_path() and rem_psse_path()\n", "proba": 5.795643005512829e-07} {"commit": "f8be69c3fa3f6e7f7abd014ab44f734384b1c8d0", "message": "box splines II\n", "proba": 2.3124121639739315e-07} {"commit": "f401ff7d24eded765df62f6057a687a4f9e30994", "message": "Added core.util.stream_parameters utility\n", "proba": 3.4015772598650074e-07} {"commit": "57c7a0149a112622d3be1e7e881d9e27c34bf3dc", "message": "Don't add .venv_rc statements to history\n", "proba": 2.7403439162299037e-07} {"commit": "15e5ac3a420ebd868975642665138daadea31b59", "message": "added formatter for file_logger\n", "proba": 3.7144900488783605e-07} {"commit": "9a947d5181f491979758ee22943127e844129c40", "message": "Slice layout now named \"slice\" instead of \"max\"\n", "proba": 1.1538373456687623e-07} {"commit": "5006f07dbd7a68397f967a8b11b8ef5df64466eb", "message": "Renamed segments to readouts\n", "proba": 3.89982278647949e-06} {"commit": "d690fbe9d4035c3cdd2f31a8a4d975c1c006593b", "message": "Now checks and only sends notif if it managed to save to db.\n", "proba": 9.981745563436561e-08} {"commit": "a8eaa50b46fbcc04354c6a4290aa0e392986ba61", "message": "refactored retrieval of user / api token\n", "proba": 9.471817747908062e-07} {"commit": "3892f83a1765ebc45373bc18a6f4cc57d6cf0dda", "message": "price level fix\n", "proba": 1.7352875829601544e-06} {"commit": "c189662cfb2abd866b9c74b1820253ce29570123", "message": "Remove the to-do; we don't need IPs\n", "proba": 4.0627646740176715e-06} {"commit": "5bfabf728cc86ae2521efb61cb2f86c3eac1fa26", "message": "Moved the shared request logic in `annotate` and `candidates` to a helper function;\nseveral cosmetic and documentation improvements\n", "proba": 2.0220871022047504e-07} {"commit": "9ec9f4b22b5f5ef38e68da5b2bffedac209263f7", "message": "Allowed handling HoloMaps when looking up DynamicMaps\n", "proba": 1.4753386778920685e-07} {"commit": "05700551de515a098fc31487adca11e1a5562271", "message": "minor cleanup\n", "proba": 1.7840027055626706e-07} {"commit": "1c8bf16a7095c2af1ec9ed0093f14ab28bf7adc5", "message": "Make case sensitivity tests more robust\n\nWhen testing case sensitivity, make sure the test string always contains at least one lower-case and one upper-case letter. Perfectly random strings do not have that guarantee.\r\nAlso, remove redundant `item.subject` assignments.", "proba": 4.422653887559136e-07} {"commit": "d07c4e5fedbd826a21d5727fc7c1e4de3da3e2dc", "message": "debugging\n", "proba": 2.4004323222470703e-06} {"commit": "3dbabc9f36bf3006e83b25e7831e807873268c92", "message": "Fixes #81\n\nclasses in use were not defined. this patch defines said classes and imports\n", "proba": 1.1320738479980719e-07} {"commit": "bfcf213b534341c4076f4e57c77167bb6dfed151", "message": "More things for servers\n", "proba": 1.0776363978948211e-07} {"commit": "906ad5cf6ce51f4401f23d75efa166e4afcf1679", "message": "Generalized polygons.\n", "proba": 1.0240341907774564e-06} {"commit": "d6ac6a45cc254b129ec8aded2fad848e9adf6c9f", "message": "Properly exit when an unittest fails\n", "proba": 2.4477737952111056e-06} {"commit": "9431fb9f560f4bc167264e8c5890d95df8ffcb11", "message": "Cleanup.\n", "proba": 3.34995263528981e-07} {"commit": "6e7abcd06420a8ca676c64ca061675d07949fe9c", "message": "Fixed circular import problem.\n\n\ngit-svn-id: 07e5abd2c6e244bc465bf007dc23a4c6bc1bee58@3950 95a46c32-92d2-0310-94a5-8d71aeb3d4b3\n", "proba": 0.000989744788967073} {"commit": "2590ff7ca84e1c46588847cb95b01c718edf57b2", "message": "walmgr: fix backup from slave\n\nCurrent version improperly remove needed WAL files when creating backup from slave.\n\nThe minimum WAL file is file with REDO record, not with latest checkpoint itself.\n", "proba": 1.0586429510794915e-07} {"commit": "5a68a4b69c2ee54654373cd0f5a40f33a4510051", "message": "delete directory after unmounting\n", "proba": 6.376423584697477e-07} {"commit": "28efadc3d663f2eeee6b7e99f7498f1f6b68be0a", "message": "Throw a backend-independant exception in check_constraints.\n\nThis is how built-in database backends are implemented and it's required to pass\nfixtures_regress.tests.TestFixtures.test_loaddata_raises_error_when_fixture_has_invalid_foreign_key.\n", "proba": 1.3953420818779705e-07} {"commit": "d5e34e8810770de55c2893cbac95e20ac6c33909", "message": "Minor modifications to primitive cell statements\n", "proba": 1.5145356258017273e-07} {"commit": "2cbb5920bf18a0cc22ea70d3c00ef7314e25755c", "message": "Change password variable\n", "proba": 1.1754068509617355e-05} {"commit": "dff5bd21b385b2bf9f7b3616878ed8db820f681d", "message": "Fixed output message format.\n", "proba": 5.94613936755195e-07} {"commit": "f4ebc68b35bb5478fcfe2b2bc43415aaad6029c1", "message": "Add configfile to data\n", "proba": 2.237487478851108e-06} {"commit": "e90ad465727fcd18e46d5eb8971983db36ae0bd0", "message": "Couple of bugfixes for stale backup lock handling.\n", "proba": 1.0731464072932795e-07} {"commit": "2f957efa535cbba651b020722ffa20aa704859ea", "message": "Fixing the redirect call inside all the CBV which overloaded the POST method, fixing the issue reported by @achillis2 in #42, and also future not reported issues on the additional views.\n", "proba": 9.908525555601955e-08} {"commit": "bb96279c35869e8b4b95cec5a263913d9ead4893", "message": "Fix incorrect logic sequence in fitter.\n", "proba": 0.0010954671306535602} {"commit": "3a591aa3d71dea26c354ab9834b1bf8d3ec59936", "message": "network_state: improve state comparison for achieving idempotency\n\n`libnmstate.show()` would include the info like bridge timer etc which\nshould not be considered when comparing between the previous state and\ncurrent state. Instead, using the the `libnmstate.show_running_config()`\nwhich would filter out these kind of data.\n\nSigned-off-by: Wen Liang <5ee3357fb455f67019b3676c8968488c41307286@gmail.com>\n", "proba": 2.1253586623970477e-07} {"commit": "cfca5d724afbf745f6a656e9eb302d44d3397ab9", "message": "- improved archive_mode handling, loosely based on patch by Mark Kirkwood\n- replaced os.system with exec_system, that pays attention to 'not_really'\n- separate class for the configuration modifier\n", "proba": 2.1177248754611355e-07} {"commit": "83d548b18caa1da669736f3d2e65b9a24e3569f5", "message": "change the hotkey quit to :q\n", "proba": 1.7349963172819116e-06} {"commit": "3fef4d0a699cc0a32f2451a597ec08a70afb7dc0", "message": "no complex\n", "proba": 2.786483491945546e-05} {"commit": "6cf57db3cb36a3b8b02106806bfa96405f6a3558", "message": "I think this is how it *should* work\n", "proba": 0.00016901688650250435} {"commit": "1973ee7f361cd2974658efffc79f1aaf39689924", "message": "Update oneview_scope.py", "proba": 6.961977305763867e-07} {"commit": "fbecc26fe0cd953a945ab7542bd29ca6663ab778", "message": "Fixed TLS DMD projection coefficient tests.\n\nSimilar to what was done in the DMD class, the computation of projection\ncoefficients is now isolated from the TLS DMD decomposition step. The test\npasses 100/100 times in serial and parallel.\n", "proba": 1.1195796645324663e-07} {"commit": "6c8cf7215f5beb9221508c8775128b9b03e5960b", "message": "Bing: fix infite loop in case of insufficient results\n", "proba": 2.770423179754289e-07} {"commit": "d83d003526b46f82e0e0a38dacbdb3cc42c5bc10", "message": "inherit class, overriding, overloading\n", "proba": 1.1592389910219936e-06} {"commit": "02a5dde01594e038dd500361635757ece0f12838", "message": "a. change the reg pattern; b. always load old page when running\n", "proba": 3.0262212931120303e-06} {"commit": "83c2935993ea5287a7501dbe679659c21fd172be", "message": "BoolPlugValueWidget : Support animation.\n", "proba": 1.1010497047436729e-07} {"commit": "4690fd316b1f264caceae05fa35a3cabec70a6cf", "message": "encoding state\n", "proba": 0.00012596366286743432} {"commit": "f97473df55bb1a83b2f0861e1ade577ab1ebd956", "message": "Removed unused lines of code.\n", "proba": 1.5727890456673776e-07} {"commit": "96ce1fc8c53788aa9928a8e448600181ab60163b", "message": "PID file, Mac osx installation instructions", "proba": 1.4472031750756287e-07} {"commit": "1f4fb1bf20e58caf620257bc61983057bf98737b", "message": "QtClient now has a debug window that shows the contents of the zone, updating in realtime.\n", "proba": 1.0034928266122733e-07} {"commit": "a431c1997f501bf3b1398ffe52241465dfc9cc63", "message": "Try compensating for xdist\n", "proba": 5.38365952706954e-07} {"commit": "75397b441f56370dabf3699ade006bbd1fd8a2f0", "message": "style(salary-slip): fixed formatting", "proba": 2.2803235424362356e-06} {"commit": "476a8fb3c9a485ab7899b9db21b02cde8be9391a", "message": "Register picklers on engine initialization (#2375)\n\n* merge upstream\r\n\r\n* add test\r\n", "proba": 1.2690880168975127e-07} {"commit": "737c7e871dc811dea7865f86cd71ea1c41c7bda9", "message": "Bumped version to 0.89.2\n", "proba": 2.910818921009195e-06} {"commit": "6b14bddef3013e6e99f1a39c37ac0830bfb4d2c4", "message": "debugged formatting problem, added ability to make single predictions\n", "proba": 1.406481686672123e-07} {"commit": "cea0a4c269e6ecd3411b880ce7bfb8352e8ba137", "message": "Insert an extra argument \"obj\" into argspec for method descriptors.\n", "proba": 2.1865849930691184e-07} {"commit": "0968499c6f5d22731e2b7345b74c02c3eb2bad05", "message": "first use of tests to achieve an important refactor on Uninstaller, hopping it's fine... fixes #89\n", "proba": 1.0556789220572682e-07} {"commit": "8926697668f1997c05c2f824dfea3a6fdf817e1a", "message": "CBSE-1492:Take bucket password ahead of admin one\n\nChange-Id: I820369a997c8ea9acc7490c33769ae941edafe0c\nReviewed-on: http://review.couchbase.org/42813\nReviewed-by: Bin Cui \nTested-by: Bin Cui \n", "proba": 1.3375191088016436e-07} {"commit": "99aa68701d4440bb07e205d1ef8f689085adf441", "message": "Validate integer clock mapping\n", "proba": 0.0003481346648186445} {"commit": "737d01a6c201a6af6ce6539a62a2d85a83372a68", "message": "use copy instead of deepcopy\n", "proba": 3.891059634497651e-07} {"commit": "9c5da9cbeeb2a2a7a8d651126a6606eff8d3fc4f", "message": "use file with data\n", "proba": 3.910963357611763e-07} {"commit": "9657266327b79d1d5a3b313ba87cc85ae03bdc71", "message": "Fix wrong variable name\n", "proba": 0.999974250793457} {"commit": "26ba956242abdde17c1a6bb8320b31bf90882a0e", "message": "Bumped version to 0.116.1\n", "proba": 1.9970289031334687e-06} {"commit": "30a217ecf9ae0d4ab015c288f22b4acec246e471", "message": "final commit\n\ndeleted try catch block.\nAdded args\n", "proba": 1.7914597094659257e-07} {"commit": "8a194c7661a16660bcbc565d48504e45330e34fb", "message": "RoboCup 2016\n", "proba": 1.6013275683235406e-07} {"commit": "65f1f0ba11df9b639185f2d13d9a5b895cbe4a0b", "message": "Extended decription of BrownModel.\n", "proba": 1.1097065311105325e-07} {"commit": "4aa51ce4bfa60550966cc2b11a1a40a339021133", "message": "-h is duplicated\n", "proba": 0.0020733303390443325} {"commit": "4c4125c6e5a5da8cf4f51ec5b14688291878f019", "message": "CBD-87: MBFSource fixes, including cas/meta fields\n\nChange-Id: I0497129d7c49ea4d3226165992719e170fca1603\nReviewed-on: http://review.couchbase.org/18168\nReviewed-by: Pavel Paulau \nTested-by: Steve Yen \n", "proba": 1.1725801130069158e-07} {"commit": "1dd2362c1c323d9aca9c93009888992cac9cb224", "message": "Refine some test for math function\n\n1. nextafter: we originally use nextafter as cpu execution result, It's return value is double, so changed it to nextafterf.\n2. sinpi: add judgement to reduce input data limitation from [-2pi,2pi] to [-pi,pi]\n3. cospi: define cospi function.\n4. tanpi: define tanpi function by using sinpi/cospi.\n\nSigned-off-by: Yi Sun \nSigned-off-by: YangweiX Shui \n", "proba": 0.9992351531982422} {"commit": "f026bc06d6006581f91f3e039900f7938d686ec3", "message": "Update customize_guest_os()\n\nSet ResetPasswordRequired to False by default.\n", "proba": 1.1059074012109704e-07} {"commit": "38d442c2d0bf5fdbca910d2b73788cd96a13ae8d", "message": "revised docstring for feature.sync #228\n", "proba": 1.2797615056570066e-07} {"commit": "9c145060434930adba19d5317b4320243658aacc", "message": "force vnc server listening on 0.0.0.0\n", "proba": 3.182876469054463e-07} {"commit": "5f81ed28454c7305b402825d6b3b0576d72d2ec0", "message": "woo class action!\n", "proba": 1.3062388859452767e-07} {"commit": "b36fb559cf44de5131e0dcde1e6fc8d4dd412826", "message": "Reformatted code\n", "proba": 6.17954065091908e-05} {"commit": "a9406cdfb44d5b41b0f80138e54baef2f77fd63f", "message": "CBD-87: SFDSource.provide_design() exception handling\n\nAlso, using str() to avoid unicode in paths.\nAlso, PEP8 tweaks.\n\nChange-Id: Id1edf81aa3a377e82fbfbea530fc8448ed07665b\nReviewed-on: http://review.couchbase.org/17498\nReviewed-by: Pavel Paulau \nTested-by: Steve Yen \n", "proba": 2.1072146694223193e-07} {"commit": "50ba96e5025a234fe72eac0d303f6522656168e3", "message": "Add Event.slug\n", "proba": 2.026468564508832e-06} {"commit": "4981690bd0925be8b49a28250047433419d996d7", "message": "fix conftest for py3\n", "proba": 3.1405058962263865e-06} {"commit": "f843633a7abf83b6d3d303ff53c79608d62b992b", "message": "Fix naming bug in extract_features\n", "proba": 2.6034877009806223e-06} {"commit": "9897b48995d908e0b0fba587edda3b443e9106b9", "message": "skipping this test that magically worked before when it should not have and now actually does not work and tired of wasting time trying to figure it out;and who cares about this test really in the big test refactor to come; not me\n", "proba": 1.95543435665968e-07} {"commit": "b58ad2b2eda55f64e85424b779063bc6254b1003", "message": "put getSourceName call inside troveList loop\n", "proba": 2.476062661571632e-07} {"commit": "ff0b64e36cccafe9f1df3eaaea3050374d5a9cc3", "message": "Fixed reading photon yield data in ace module. Closes #19 on github.\n", "proba": 1.0018729312832875e-07} {"commit": "90f89f4775cf241c2ec047fd25b92d306d8822bf", "message": "test: Remove unused helper functions\n", "proba": 1.231143505719956e-05} {"commit": "2ec08865c5dfa13814b53b8ab7c0f48f203733d3", "message": "VD now returns figure\n\nAllows it to be manipulated and/or saved\n", "proba": 1.314094362214746e-07} {"commit": "2de9644cf31eddff6331177fc2334eb4eaa10d01", "message": "remove unused import\n", "proba": 7.364135399257066e-07} {"commit": "aa64696a4c53ee425232c6daa0eb7d04ac485d84", "message": "Fixed to make topic the last arg\n", "proba": 2.2694254653288226e-07} {"commit": "1f252df09115105d3ff0e3b67e0734c067dbeb06", "message": "Add ComplexModel fixture\n", "proba": 2.351131200839518e-07} {"commit": "874c79261dc7492c743e628268e03cc981a57aaa", "message": "Default full_run to False in acoustic, as it was\n", "proba": 1.4103997614256514e-07} {"commit": "4eda2a1eed2adfc12bc626a26763c3a335f1bea9", "message": "Ajout de l'option --single \u00e0 controller.py\n\nOptions de controller.py :\n\n- -d, --debug : Le forker est lanc\u00e9 en mode Debug\n- -s, --single : Le forker est lanc\u00e9 seul, il ne lance pas le moniteur\n", "proba": 1.591919681231957e-05} {"commit": "615db51c5f1475853cd22ba2d32e0f9c4c187445", "message": "still learning the ropes with psycopg2\n", "proba": 1.2831992535211612e-07} {"commit": "8ce68c8b77486e2e1d015d8937894f05f3bb67a4", "message": "comment out debug print\n", "proba": 2.2114612363566266e-07} {"commit": "b2fa48075776b4383d793f595a987ed84de63a35", "message": "Fixes selection of runnable nodes; was not recursive.\n", "proba": 1.148204020751109e-07} {"commit": "3a6e1d9307c1777b83d74d10119b7d358b21b9a5", "message": "Change handling of strings and objects TypeConverter\n\nWrap constructors in a function that sees if it is an instance, if it\nisn't tries to convert the object, and errors out if it can't.\nAlso require strings to be a string value\n", "proba": 1.8153348719351925e-05} {"commit": "402abb24239d65c9f6cebc54e29a825194fc600d", "message": "[cleanup] Remove showHelp function and BaseBot.stop method\n\nBoth were deprecated since Pywikibot 4.0.0\n\nChange-Id: I4a72f6d7231a2accfd0f38d2d50ea338ebf5201c\n", "proba": 5.3638805184164084e-06} {"commit": "26d28d52eaacd4766b38cf2b095ed64f4a4a99b6", "message": "using a hardcoded delay until I get to the bottom of this\n", "proba": 3.3670141874608817e-07} {"commit": "bc2e3edb1139e9e4a7b2e013ab08e09900b7f7f9", "message": "io: Fix python 3.5 regressions\n", "proba": 0.0004906716640107334} {"commit": "571b737dad72c4465744e6c2232c349f2939e9d7", "message": "catch K-NN failure from more K than examples\n", "proba": 1.5301058908789855e-07} {"commit": "773984d70dc611c42d3a3159ec748ab1614641be", "message": "one button to turn on vision and one to turn off.\n", "proba": 1.125798121393018e-07} {"commit": "dba6043ce6e214b5f53d0a158e6993eeb2861719", "message": "Fix one more logging call.\n", "proba": 2.567841477230104e-07} {"commit": "0a21f7a9014c0d001a220d5f7e210ea551acf950", "message": "Add await_task fixture.\n", "proba": 3.8298978211059875e-07} {"commit": "7688e1191b455b0c0a1c74c1027e35760c82a882", "message": "Koan done: method bindings\n", "proba": 2.999797516167746e-06} {"commit": "851e86351151102d35e67fdcae075890e56ac54c", "message": "Don't try to delete BNG network file twice\n", "proba": 2.3166633411619841e-07} {"commit": "61e3dcf3419f2c2023b535c7c484d4951df6a427", "message": "[#2502] no default aggregation for files added to resource as part of unzip\n", "proba": 1.285488480107233e-07} {"commit": "2a578f56db9913b4cb8c780131de16908a13faa7", "message": "warnings for draw\n", "proba": 1.9216294333546102e-07} {"commit": "41e54a0ad22d4db65c8e1fd4ae1124ec04de34b0", "message": "[IMPR] only add bot option generator if the bot class have it already\n\nChange-Id: I298ff92cda2803d38e44480f5122303215e4f9bb\n", "proba": 9.809882612898946e-07} {"commit": "2a2368be026f8f0e3d356810f6910976a96abc0b", "message": "tests: fix fixture parameter passing\n", "proba": 2.390900363025139e-06} {"commit": "ba3da0de75e88c0f9dfa8ebcf4df36a8dbdde282", "message": "fixing tests to permit inexact distance matches.\n", "proba": 1.1667417254557222e-07} {"commit": "f589c1e07a80739fbb620c4f3234200842b3c7f5", "message": "factor out opener to prepare for Google App Engine opener\n", "proba": 1.725753833170529e-07} {"commit": "c7d8ad92c2f62a1d537c2fbbd528201fd83f77d7", "message": "Remove exclusions.\n", "proba": 2.0386846699693706e-06} {"commit": "26868569e312411ec9c44d0f4544cd8c0e6f4c37", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "e12e6eea30b1c1ee07441f1ed094bea8053bce22", "message": "Fixed bug in line extraction.\n", "proba": 1.1704372582244105e-07} {"commit": "2472df3d7db60d5b21d8c41675a0d3edcc5eab08", "message": "New MockLeap object for testing\n", "proba": 1.135753819880847e-07} {"commit": "fd61fbedbf5b1f6a2278dd5037bce6f2cc49887f", "message": "Changed MPL115A2.py\n", "proba": 3.1983307735572453e-07} {"commit": "396c505a017a20bd72c8a21a9ac6d8e226bf091b", "message": "allow to pass in a sha when fetching a file\n", "proba": 3.4430462392265326e-07} {"commit": "d120c3bb5c74611c7cbcf588b2ac5e8bcd4c715d", "message": "RRC: some extra debug info\n", "proba": 1.8421008007862838e-07} {"commit": "1b8226065fdd33c9a6f5121c5a2b0886d6355754", "message": "- presence and message handlers fixes\n- use self.debug() to print exceptions tracebacks\n\n", "proba": 3.6990809348935727e-07} {"commit": "97bdffcb6b3f89ef45dd8791cd308874e283d178", "message": "Added checking of directory execution bit to directory_check.\n", "proba": 1.1545230904630444e-07} {"commit": "32dfc90c4bd947dd98874dd11391f36a0bb5d4f6", "message": "address pep8\n", "proba": 9.303119554715522e-07} {"commit": "bc1aacc83ee29ba1612d10fb7d79d278c00e35c6", "message": "added shi and lez to sorting order for sr-wiki from trunk r9984\n\ngit-svn-id: 9a050473c2aca1e14f53d73349e19b938c2cf203@9985 6a7f98fc-eeb0-4dc1-a6e2-c2c589a08aa6\n", "proba": 3.088699997988442e-07} {"commit": "06095eea4a924c98bed50133478581c2a654eef2", "message": "modify fabfile\n", "proba": 4.64965722812849e-07} {"commit": "4b322211efcd97a7cb818884d1f5f65f890ac72c", "message": "[fix] test failing at a new place\n", "proba": 8.762941661188961e-07} {"commit": "961d19f51011459294b40049eaea61c9ba3f05c4", "message": "filter by mayor\n", "proba": 3.2418665796285495e-07} {"commit": "c69518b188ce232d81793c2c3c2673e952e8fd03", "message": "Fix misalignment of time covariates in tcmf predict (#2518)\n\n* fix time covs misalign in tcmf predict\r\n\r\n* fix freq in tcmf time covs", "proba": 2.249364996487202e-07} {"commit": "cb71cc8d6f5c90747a4a4c63be58f9795ebb5518", "message": "removed nocover from on_startup\n", "proba": 6.810399781898013e-07} {"commit": "4566dfb9cce5112b670ddb7dcb06f57fd0f890e9", "message": "Update interpreter path for python3\n\nSince python2 is no longer supported, the interpreter path to use python3 explicitly.", "proba": 4.7293283955696097e-07} {"commit": "5c01deda6287ce8bf0304eeeb89e005f43fadfa1", "message": "make manager import name more flexable\n", "proba": 3.139123805340205e-07} {"commit": "167ad7d69d9a96a34cb34f7cf05e3e0e09e4209f", "message": "\u76ee\u5f55\u4f7f\u7528os.sep\u4ee3\u66ff\uff0c\u652f\u6301windows\u548clin\u3002\n", "proba": 1.1660720389272683e-07} {"commit": "a91286a26d707197b3edf52172ed39d8741e30ce", "message": "Create end of init call and stub for updateUi. Init all user data from flat files.\n", "proba": 1.0301036468263192e-07} {"commit": "ba40fc931e44009f5848f970fdee754c04bf41b0", "message": "start using real parsing\n", "proba": 8.157854836099432e-07} {"commit": "36ebfcca13e25fbaa603b2dcac3b16028805f4d4", "message": "argument parsing\n", "proba": 6.24570611762465e-06} {"commit": "fe51e8862a68b218ae98bb82c28f77e1d9ef99cc", "message": "Fix qubesadmin/tests/tools/qvm_firewall.py license header\n", "proba": 3.061339270971075e-07} {"commit": "10dd5c465b4d2f9f44379d8f8d64ff3a38fce928", "message": "Prevented reading of YP until issue is fixed. Minor change in _read_itce.\n", "proba": 1.0758906654473321e-07} {"commit": "9df707b133d2692c668b1e267ca7b52eef06e703", "message": "[Add] Added distance condition\n", "proba": 2.056953007922857e-07} {"commit": "1220699a0eaac984373133bbc9077f53cbb0a833", "message": "Ignore SystemExit.\n", "proba": 2.442151867398934e-07} {"commit": "a49bf9f38703eacc2674b700572c5b60f704cd40", "message": "Fixes unintended synonyms of capitalized entities\n\nCapitalized entities e.g. `China` are unintentionally added to the synonym dictionary. The dictionary then contains entries of the type lowercased_entity -> uppercased_entity. The additional problem is, that it overwrites intentional synonyms from the synonym lists. If the synonym lists contains China -> PRC then any training instance containing China will replace that entry with china -> China. Also, I added a warning for when synonyms conflict", "proba": 0.00010246073361486197} {"commit": "4d0850d57b59da6ed0db6d2949a376eda0c89130", "message": "adding documentation\n", "proba": 3.2639979963278165e-07} {"commit": "09a79ff6cefbe72d577f35f49f44e3e1321ab019", "message": "Fix other index.html test\n", "proba": 1.1588451343413908e-05} {"commit": "ecf645cdb1a57030f8c06a1da4fa8593f89492dc", "message": "Disable azure.storage.common._auth logging\n", "proba": 1.4071808891458204e-06} {"commit": "2bfd929976e1a6acea0d0d88a928b086386e9b8e", "message": "reorganize code\n", "proba": 0.998976469039917} {"commit": "4f20dc1fbaef289fdd29ce0eea7d96e96ca93c61", "message": "Res file parser class\n", "proba": 5.540350116461923e-07} {"commit": "723fbfa806773d6eb968158a77d5505ff8c42e8e", "message": "Adding scraping functions\n", "proba": 6.397205538632988e-07} {"commit": "679051e516bd9cee450c63f02ee3a4b59c3e8813", "message": "Fix reversion\n", "proba": 1.125814833358163e-06} {"commit": "d5c16d5a953daec7fa15a36610904695df48766c", "message": "Changing the QuestionForm to fit a better approach to validate attributes and also updating the validated attributes to meet the new QA settings dictionary\n", "proba": 1.2601789478594583e-07} {"commit": "2dcecfb47add722da7e934aceb26c967d0c9604b", "message": "small fix to support putting cursor at line beginning\n", "proba": 1.4988033569807158e-07} {"commit": "45aae1d6a8d8bcee2e67fe42e277ce3a277cdaf5", "message": "Update error message if version check fails\n\nDisplay versions as strings and remove possible newlines from the read\nversion.\n", "proba": 1.063536672063492e-07} {"commit": "997eac8b0fa712dbc46ba07b5d9b0fafaafef360", "message": "Also rename PK object\n", "proba": 3.166629767292761e-07} {"commit": "b5c5b199dbfbeca08d8c2e5f095c830eaf8ebb3a", "message": "improved the use of more as a polyline\n", "proba": 9.196305086334178e-07} {"commit": "afe8f406f681215fc0d110b6d017dc4ba992a623", "message": "added split for images\n\n", "proba": 2.172780426690224e-07} {"commit": "0e4fd99dfd19c96913fe582619e7a3e4ba254e8e", "message": "Revert \"Fix ImportError\"\n\nThis reverts commit 2c1821ef2e1d4d0e044672f4f20db4981aa6dbb9.\n", "proba": 1.3201915294303035e-07} {"commit": "6520b4d77e5d99033b2323edc4a4f358dab41d8a", "message": "Do a better job painting in saturated MIPS pixels\n", "proba": 6.913097877259133e-06} {"commit": "c2dcc67e8f18c15b4a63de308450b3aff425fee7", "message": "chore(core) start splitting in client and server\n", "proba": 2.857755418972374e-07} {"commit": "f37d26541d6baf3da47a8f373a8c7a65177067db", "message": "Send flag when success push notifications\n", "proba": 2.649975101576274e-07} {"commit": "689fd785a992cfb1faf575731fdea427d9203e35", "message": "restore agent fxn added\n", "proba": 2.501606388705113e-07} {"commit": "4ecdfb35c3af7aa23399607801ba539ee3b65e0a", "message": "ENH: set limits to the x axis\n", "proba": 1.4555441794072976e-06} {"commit": "003ea51ba5c2fb7f37f91a9c244b38af85a2fb14", "message": "two columns in viewer settings panel", "proba": 2.8981804689465207e-07} {"commit": "071e31bef5cf41b8dc0a3da77636966803020e8f", "message": "Add topic field in SearchForm as ModelChoiceField\n", "proba": 2.2277816924543004e-07} {"commit": "e30fd47ff99d31d9dd6cc8e40e819ebfef9e3e9c", "message": "Add comment\n", "proba": 1.5774051576045167e-07} {"commit": "922f81362ad8b5b15bc084b9fb817c85f873f88e", "message": "Revert the int64_t& return type handler, it fails the compilation tests and makes no sense.\n\n", "proba": 1.1411149358764305e-07} {"commit": "87bce9401b076b029fad7665668c4bb644eb3ba5", "message": "Add first draft for Range header\n", "proba": 1.4629391387188662e-07} {"commit": "ea4cce154011e131bfb6f8db2fba898c54171b7a", "message": "fixed bug in isherm function which caused dramatic slow downs in creating Qobjs with large sizes.\n", "proba": 1.0385392812395366e-07} {"commit": "ee41606651c53ff901e6d78c3edd7f7acc587c11", "message": "small changes to fitting models for mixer calibration\n\n(cherry picked from commit 2874a3f386784582b369e1bebf7ba03c493b8479)\n", "proba": 1.2026718820834503e-07} {"commit": "9d9426ee4316ecd0a082e5d3e84035cfe9db587c", "message": "Fix the backtick function\n", "proba": 0.999923586845398} {"commit": "1819bf75a727a76c5d4599775b27d98b6d3c69a3", "message": "Bump up DIMACS coverage\n", "proba": 1.5774186579164962e-07} {"commit": "120e7f5302345f8a73c80011023c4a6b0db04c9e", "message": "revert new physics\n", "proba": 1.8841360542865004e-06} {"commit": "5a6a598419e0f68712d066fc3c00367c3b183520", "message": "Don't use hstore unles we need it.\n", "proba": 1.1476894457018716e-07} {"commit": "c805076936885fde2c760e47630f69acf53f5328", "message": "updated whatIsD definitions\n\nwhatIsD still pretty fragile\n", "proba": 1.9604460987920902e-07} {"commit": "504ccaac621272aea84ddf72c8dfe897dcf6e9fe", "message": "Fix stdout digest check\n", "proba": 0.9982965588569641} {"commit": "fe22a866954c3f91a03376ac10c5e2397dd37252", "message": "Update HTML to ANSI tests after change in 59ec663212e\n", "proba": 1.6133114399963233e-07} {"commit": "d44acb24d043931966bfdb53b24da5d06e81ab75", "message": "tidy up\n", "proba": 1.077007141248032e-06} {"commit": "5840baa65782941a222d04acc0fd26b50a727861", "message": "Determine of favicon is ico, decompress gzip'ed content\n", "proba": 0.9999908208847046} {"commit": "ba1d73ceaabb4fa57f57a30d6545edb20749cb3b", "message": "git rid of old_path - river elevations re-done in avulse.py now\n", "proba": 1.1263415444773273e-07} {"commit": "ae214ac8e6ed9fe50695d9ae891f9019b2e7df88", "message": "Small style fix.\n\n--HG--\nextra : rebase_source : 6053579e6bbbead061b0a7a7f7b69d89a39cf0d7\n", "proba": 6.681829063381883e-07} {"commit": "1749ec75cfd9f830380019b34b9e7e95fdc8f3bd", "message": "Fixed type in the method's name\n", "proba": 8.86831685420475e-07} {"commit": "03075af53980b845807de62a6e07266735f65d20", "message": "kl builder: use inline functions instead of big switch cased inlined code\n", "proba": 4.0491462982572557e-07} {"commit": "ae412e394b673900665263d750f93b1f8d610108", "message": "added position as kwarg to arc indicator\n", "proba": 1.554244732915322e-07} {"commit": "4b0c179141266413f202f88168987562961bc73f", "message": "Add docstring for sense class\n", "proba": 6.359746862472093e-07} {"commit": "149244fe93c591075e49aa7c34f9bd84262bb20c", "message": "Make edit{type,options} optional\n", "proba": 0.9999939203262329} {"commit": "bdebac45b69abfd25da3b8c4d96e1ed372767829", "message": "http://luc.lino-framework.org/blog/2017/0408.html\n", "proba": 1.273673575497014e-07} {"commit": "b61955844bf4b86ea511c680ad8e362926d88ff0", "message": "Update author on core\n", "proba": 2.3455143605133344e-07} {"commit": "3f9ad1803ce7e79b782e9856d4f754c6593a978d", "message": "Notify user the interrupt signal was received\n", "proba": 5.84047484153416e-07} {"commit": "282c61e0bcf8024380325da31483b1b49205dcf6", "message": "Added RST_SETTINGS_OVERRIDES to hyde defaults\n", "proba": 1.469764896455672e-07} {"commit": "436278dc770620a47fc7f787a1a3dca0980c07a4", "message": "RF: drop scipy requirement to match travis-ci\n", "proba": 2.16749043602249e-07} {"commit": "324e3c6f6e23eb7a05345fe3fd4129c4e79234ab", "message": "The StudentProject and StudentProposal update should put Key instances back.\n", "proba": 1.0353826951359224e-07} {"commit": "2ad326e61ef19f62dd9f680e4e910ab023b8c1d9", "message": "Add cached class to other compat. schemes\n", "proba": 5.753564983024262e-05} {"commit": "810a46702c8fbfaac9a89b09d6ca19df0d83e8dc", "message": "added account_from parm", "proba": 3.1216623597174475e-07} {"commit": "c6088a9b7c0a718da1270c2fd9d90cd298de9cb5", "message": "async edit WEs to prepare batch functions\n", "proba": 2.1672775574188563e-07} {"commit": "adeb95ece642aabe7b5e52ca37ddba1db93f2122", "message": "Bug fix\n", "proba": 5.465154799821903e-07} {"commit": "d1aaac94d632fc3a14ce87a584bdc2dfb2730eb1", "message": "Only store all the entities once in the ModuleConversion, after the for loop.\n", "proba": 1.1623259865700675e-07} {"commit": "3df58a2859426622930e33bfc358af98e0c7d630", "message": "performance-related oxi_state_guesses changes\n", "proba": 4.288116315365187e-07} {"commit": "1b7cc06d19c962ed11b7e67dce38a94251f57498", "message": "Bug fix\n", "proba": 5.465154799821903e-07} {"commit": "b4480e8a2f2611bb10e2d52cc7dfc28e3a486dd4", "message": " Add support for paral_kgb in PseudoDojo workflows.\n\n\nFormer-commit-id: cfefdcce63de54eb99c0a5d0b7066fdeaf960077 [formerly 47dc8a1a669c272a915cf2a364f54736bb44d5b1]\nFormer-commit-id: 80b4d754379b37714169055ea77e20c397b66da2", "proba": 9.071698514162563e-06} {"commit": "5665bcc16c066a48f1dab287b2a882c64cfc2ab9", "message": "Bug fix, alphabetizing directoryrow\n", "proba": 6.277829811551783e-07} {"commit": "ac0c528ff6c4520b55556e95bb923d875d68dae3", "message": "1) clean up message (use the version that has macros expanded) for the\n single file case\n2) don't use a dirty dest, build one fresh\n", "proba": 1.1726840057235677e-05} {"commit": "b9cab593cd406ec50e8a165685d424aa28d8c509", "message": "Also add an IATI published format option\n", "proba": 1.3630865680624993e-07} {"commit": "3e4fe94ad94d8bf3685cdaa353067542d5075773", "message": "Small error\n", "proba": 5.647312946166494e-07} {"commit": "5f0cc79295d9807cc84d47cf1501a4c58d7fa1b9", "message": "More progress on uploading a pipeline for issue #595.", "proba": 9.895644836888096e-08} {"commit": "ea16fac8f56b2d38d654d8d8f2e24c0f421cc2d6", "message": "remove buggy jump to end\n", "proba": 3.038593376913923e-07} {"commit": "794700257276f4c30f8135756559a66cb2e6d1d2", "message": "Remove some whitespace\n", "proba": 0.9999992847442627} {"commit": "ced2a04ef0b08467563aad22f7f43285118a39a3", "message": "Include file switch icons in Syncplay Windows installer\n", "proba": 1.8245330579702568e-07} {"commit": "7b33d3c082387cf518adf00f2a51581887565a16", "message": "make sure sarge is on the python path\n", "proba": 8.64222840846196e-07} {"commit": "a390b1ae3d784c441cf558907f1ff1ea18e782d4", "message": "scheduler errors\n\n\nFormer-commit-id: d03cfd2a05040e878982f28d147302d599aedbce [formerly 0f0b959d993ce99ad4bc4af421fcdff985fe6414]\nFormer-commit-id: 60bbd3bc8285f74e4262cf9bbb7df37086f9223d", "proba": 6.722641501255566e-06} {"commit": "61155dff400e406bd45a58a6872058017efa5685", "message": "changed 1d-26 to 1e-26. Hope that does not cause problems!\n", "proba": 2.068413493816479e-07} {"commit": "84ef42398a3d5326cce25163a30024e590efa9e6", "message": "make 0 the lower bound, so the log looks better\n", "proba": 8.344100592694303e-07} {"commit": "0ecb6ef539a2ee9d1e73283b271e1403d7bbdb3c", "message": "Save memory while performing the optimization\n\nWhen optimizing the parameters for polynomial compression, the code does\nno longer keep in memory the full compressed set of chunks. Instead, it\nkeeps only the best configuration found so far.\n", "proba": 5.521490038518095e-06} {"commit": "3e8b7333904f1ab6aa18eeb508659256f3644816", "message": "Fixed #25941 -- Improved error message for runtests.py when django is not on path.\n", "proba": 1.0050558785223984e-07} {"commit": "48a294cf73429738bf5ee3fa89856fb0e52c06d8", "message": "Streamline ionic step parsing.\n\n\nFormer-commit-id: 626997b0a82768a3bda58120b38135dcc976dd91 [formerly ba43e97a67c260cd4b6fd704ce47f30064094f8e]\nFormer-commit-id: e5d543f6f1f65c8ba4f09f4f3140d3441854a1c7", "proba": 0.9996170997619629} {"commit": "699ab73688b44b7d567e8b917993d04ae2266ff3", "message": "smal corrections\n", "proba": 6.831345444879844e-07} {"commit": "c4bf6ac2d7a085495d418f9de2664c9d7f3063b2", "message": "Ignoring module imports not at top of files.\n", "proba": 1.1163129443048092e-07} {"commit": "f7318a76385d9672418a17f4a0c81fcf7169ed65", "message": "Corrigendum\n", "proba": 4.506796813075198e-06} {"commit": "51db40a2945a2f67880cdb68337c227c204efe74", "message": "[DOCS] dropout layer example\n", "proba": 4.638876589524443e-07} {"commit": "6469472f674a9a28f4cd634aaa6a9e67a5003561", "message": "Fix flat jacobian bug in transforms\n", "proba": 9.607242645870429e-07} {"commit": "83de6ddb25bd99af585cb74026beec4d5e76741e", "message": "Fix the suggestion, parameters with underscore are no longer supported\n", "proba": 6.209915591171011e-05} {"commit": "23315b57ed81c412524992f1a2fe7c74096ca336", "message": "Add ca_info to DbsApi call.\n\nNote: this is a hack which is just meant to clarify what is needed\nto address #292. I am not sure where the correct place to pull\nCAINFO from is.\n", "proba": 1.0837645447736577e-07} {"commit": "351933cb802f547e3b17f2f7ecf70c3db157da40", "message": "working on file uploads.\n", "proba": 1.9248592764142813e-07} {"commit": "4753c41edf23d02ead15a8dd08845986cd6cf62d", "message": "Fix settings in oscar extension\n", "proba": 4.537812969829247e-07} {"commit": "6db214285a38ebd96eb36e986dfdaa273bc169b5", "message": "Output figure optional\n", "proba": 0.0016072812722995877} {"commit": "fdb232a03e93cd6a640ebc2bf53f266a00b80f31", "message": "Update reactors.py\n\nUpdated contact email addess", "proba": 1.6632570520869194e-07} {"commit": "7fd9025d642d3b43b6f67bfbc749b9ad1b8cb50e", "message": "Corrected the Mongo persistence test.\n", "proba": 2.356010782023077e-07} {"commit": "ca4803e118c65a5add4f504b70b25a1006748498", "message": "implementing parametric activation layers\n\n- non-released functions\r\n- fix type of layers", "proba": 1.767991903989241e-07} {"commit": "038c2a926c2e1f4d1324808be8ff454be118778e", "message": "fix axes of the grain_map read from neper, improved slice_view\n", "proba": 1.5113670315258787e-07} {"commit": "cb1715009c7d6df2ffb6747aa3c74e75425d9884", "message": "Fix documentation building\n", "proba": 8.109560667435289e-07} {"commit": "72d6c464c19b9fa24166933140a6fe368e584c7c", "message": "Fix calls to _GenerateMDDRBDBranch.\n\nReviewed-by: iustinp\n\n", "proba": 2.852579257250909e-07} {"commit": "4e51ed8907b9521e3092fa1f022467d666596db4", "message": "reorganise imports\n", "proba": 1.952311095010373e-06} {"commit": "89d46c491f94d206c71dc8914ee2bc06c7ceb790", "message": "src/bin/core/project.py: line too long\n", "proba": 1.0925059541477822e-05} {"commit": "821c5bfbc0575760911d29e1fde6789fd2c61a0f", "message": "Add cleanup() method to be used in sub-classes to get notification\non UA going out of scope.\n", "proba": 1.0417095097636775e-07} {"commit": "9f7e6605b508f3c40fcf86ebcb6d4d50ae7dd7b8", "message": "Change where `extends` is removed from loaded settings\n\nPopping `extends` from the ConfigParser section can cause a KeyError in\nsome circumstances.\n\nRefs 0f3572341b0ff645b46f3e7f428874c85f293616\n", "proba": 1.9586161670304136e-06} {"commit": "9170494c2369177ced21fed33b11a3052bebd531", "message": "camsa executable python specification generified\n", "proba": 3.915127308573574e-06} {"commit": "bdd67fe5fd2f2f63ac01a6ab86029f28892e07ff", "message": "Support for python 3+", "proba": 1.9511331572630297e-07} {"commit": "d1cc9334400bfc4707d2583c5ad66120546f88b8", "message": "tests/settings: disable SQLALCHEMY_ECHO\n\nfor the moment it is just log-spam\n", "proba": 2.052716325806614e-07} {"commit": "f87f3002bee22816c86406bd7fde24e6d599aa67", "message": "remove version url in favor of storing version in db_config class\n", "proba": 5.366517825677874e-07} {"commit": "32921fc439c0175a06f1fa83aae5845b0a43590f", "message": "Issue #16: revised checker script for more generic variable names\n", "proba": 1.1947484779284423e-07} {"commit": "c7f586ce38704fa515e8005be19ed2f2cb3d27d4", "message": "Version bumped to 0.5 .\n", "proba": 1.1162490665128644e-07} {"commit": "a26226f7b7ba6177fe3b4766ebf09bc40ac1dc7d", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "3ba58acc52b3333348ad9cfea0699cf966495ac3", "message": "Reordering.\n", "proba": 1.9279364948943112e-07} {"commit": "77584222b43135b23eb7fa527a986900c8b725e0", "message": "removed debugging statement\n", "proba": 7.241311323014088e-06} {"commit": "d1538a13c3a62f15099d736e989bb1ac9bf6533b", "message": "Move overrides for registrations to debug.\n\nThese are only useful at INFO if you're worried about accidentally overwriting existing aliases... but even in that case, it's unlikely for overwriting two similar-named but differently-typed to \"just work\". You kind of _have_ to do it intentionally.\n\nReviewed at https://rbcommons.com/s/twitter/r/2023/\n", "proba": 4.373505078092421e-07} {"commit": "56cb18b1115027a55b8ba95a8466fc345976ee4d", "message": "replace relative path with absolute path\n", "proba": 0.9999690055847168} {"commit": "71c2a3670bba1bfc8fd851b4125556080bb5a5cc", "message": "CFY-1373 use ctx.instance.host_ip\n", "proba": 9.595878509571776e-07} {"commit": "7bde3275c381e8091068a8f118943fc7f548d513", "message": "Don't allow renaming to an existing instance\n\nEven if the target instance is down or we are not checking for IP conflicts\nchanging an instance name to a new one which is already in the cluster is\ndoomed to fail, because in a lot of places (among which figures the mind of\nmost users/admins) instance names are assumed to be unique.\n\nReviewed-by: imsnah\n\n", "proba": 3.108030455223343e-07} {"commit": "91ff6af4ba9109742f5e15128cc1c56b467ca66d", "message": "use response selector keys for plotting confusion matrix during evaluation\n", "proba": 1.4899447364769003e-07} {"commit": "77f7a8ccddee6299add9a2ce2f90cab9715d88f2", "message": "Bugfix in ielex.lexicon.views:construct_matrix\n\n- This fixes the exports being broken.\n", "proba": 1.012150647738963e-07} {"commit": "23aa65620bd45f532cf441b5baa6c7e7a7fc7acb", "message": "Define authenticate() method on test strategy\n", "proba": 0.00013467339158523828} {"commit": "444702f228fcc79631472700c5240aeb7528df8b", "message": "add a pattern for non-nested tags\n", "proba": 3.5847796198140713e-07} {"commit": "0b489b2648fcb99596c0da9fbe10f9bb4200527e", "message": "#21 shaking animations, removed the check for the axis if it is unit length\n", "proba": 1.2443612718016084e-07} {"commit": "7ab7707110bf29abf22fc8dacc6837ea9b0d51f1", "message": "more reg\n", "proba": 1.441070338614736e-07} {"commit": "e91e14f6929b2d44b9b1250669f32456831af5a6", "message": "Minor Bug Fix\n\nFixed bug when generating Meterpreter Reverse HTTPS Powershell Code & Listener", "proba": 1.3497395912054344e-07} {"commit": "e57a484a92fc241009ce41ab59a9d782d5c2c794", "message": "cls to self leftover.\n", "proba": 1.2646420088913146e-07} {"commit": "aaaaaaafc1212a0151f45e9b187200e70c1f6b99", "message": "Extract method\n", "proba": 6.313942321867216e-06} {"commit": "342f9172c8bafe791c651978cdd4bdad2e2df21c", "message": "iallocator: Relocation nodes must be in same group\n\nQuoting from iallocator.rst: \u201c[\u2026] ``relocate`` request is used when an\nexisting instance needs to be moved within its node group [\u2026]\u201d.\n\nSigned-off-by: Michael Hanselmann <68b67885ff74281219b4a4be33cc20fd45078d7c@google.com>\nReviewed-by: Iustin Pop \n", "proba": 2.2685944145450776e-07} {"commit": "64fdd73e26824baa76333285960b9a49c9f495f1", "message": "remove debug output in enhance module", "proba": 8.449482038486167e-07} {"commit": "57e60cb5834270edbd8eeb966406b4d72defeaac", "message": "Author pages were not being sorted correctly.\n", "proba": 2.121786195630193e-07} {"commit": "b9ddb281aac034ac4a58d966ab264a8f38b05c5b", "message": "test that makes more sense\n", "proba": 0.9994117021560669} {"commit": "35ef8ae9ba4802ecfb97b219cb2b886dfc91b3e3", "message": "Be more strict on checking of flags equality.\n\nThis also ensures, that compared object does have name property.\n", "proba": 1.0406371586668683e-07} {"commit": "2ac19b56fd588866a40f9d53a605b571c88e72a8", "message": "test for album cover choice doesn\"t include non user photo\n", "proba": 2.2307249309960753e-06} {"commit": "bf2366bf1caae7671fad09199da3c5d6aff1b790", "message": "Make sure organization is fetched only once\n", "proba": 4.012696024346951e-07} {"commit": "1a3a53f3af6327a3e5b5da46482a4d6126a48b2d", "message": "Reduce size of smiley faces.\n", "proba": 1.36338412630721e-05} {"commit": "dedfdb9681ca932f29baf979fed01d0f794da2de", "message": "div-1 div()\n", "proba": 0.000123243109555915} {"commit": "f7d92251ef32473554b9f9ee60293fe0ac0c6441", "message": "_pk_columns_ fix\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@1466 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 0.998938262462616} {"commit": "d85236f84ea589d49af0a1b81c054db405185fe3", "message": "Check ffmpeg return code to prevent incorrect gain values being updated to tags\n", "proba": 2.1923480630903214e-07} {"commit": "871fa82386db11d1c82f4e9fbb9200faf326a5bb", "message": "add cryptoid::is_testnet\n", "proba": 2.50277116720099e-06} {"commit": "aaaaa580de23487537077d2b059a0e73ac873c18", "message": "Extract set_read_only_data() method\n", "proba": 9.406749086338095e-06} {"commit": "c8e7aead027d20162fa332a412f51435db08f7f4", "message": "Add test for membersuite.py session class\n", "proba": 2.335465723035668e-07} {"commit": "1f350abb6cd55619cf013d85133936ab1b3a4db0", "message": "Editing Comments again\n", "proba": 1.153309341361819e-07} {"commit": "31b8f66abe7ac3ac81df41ad376a3ee5b9939075", "message": "Typo, this can be none at times\n", "proba": 0.002508120844140649} {"commit": "a7f5dc98590b9555e9803c8c070ae6d670651c94", "message": "LUQueryInstances: keep the given order of names\n\nCurrently LUQueryInstances keeps the ordering of instances only in some cases,\nand in others it will reorder the list. This patch fixes this by more clearly\nseparating the various cases (names passed or not and locking or not locking),\nso that the output list is in the same order as always.\n\nOf course, this disables the sorting when arguments are passed.\n\nReviewed-by: ultrotter\n", "proba": 1.997716481128009e-06} {"commit": "4e700ed6f662907af4d7e65fb4479b93c3a61185", "message": "check validity is now only run once in rmcint\n", "proba": 1.57672687350896e-07} {"commit": "7385cfc555f3d2790851b527a5bd293a1273d754", "message": "First part of Entity.find() method\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@868 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 0.0009261099039576948} {"commit": "35811789a3a89f70e5704a0ed5d4e565c9be9980", "message": "Transfer API tests\n", "proba": 4.153593806677236e-07} {"commit": "86ed44dcb2a0cb6019f29485ecd867d838d181ee", "message": "Fix log messages\n\nA previous fix for Windows systems accidentally made the automatic\nmodule names in logs very long.\n", "proba": 1.0803653083257814e-07} {"commit": "5b411e06de83aca2b6b1d08b8c6cc0e1939041cf", "message": "start-and-end\n", "proba": 2.907062844315078e-05} {"commit": "4ac663a22f6563a13e45ed0bcd59339e5dd9368b", "message": "removed unicode literals so that live tests work under Python 3.2\n", "proba": 2.4027976905927062e-05} {"commit": "906b1a45b5fb40aeeb6ecde6657bbbb0b9c2c3c3", "message": "Additional (non-primary) unique keys\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@42 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 1.4468749895968358e-06} {"commit": "58a17a2649a9e1cdfe46d97f3d660d59b441685f", "message": "add scale correction factor to lodInterpolate to hopefully reduce number of blocks\n", "proba": 1.6412134584697924e-07} {"commit": "65b9424bd8abb5165833cff2ec06a08c53ae8e96", "message": "Fix typo", "proba": 0.9999992847442627} {"commit": "37f18e7ae059d5992848bebf753277d0cd98121f", "message": "Firewall Fix\n\nupdated default configuration", "proba": 4.0218677099801425e-07} {"commit": "e2547b5c844da1832e42b8110afeececa05e257f", "message": "[imdb] fix : python datetime is locale-dependent, waiting for better fix\n", "proba": 6.940121579646075e-07} {"commit": "2ec47e5fadc281957268c180deadef6aef88450a", "message": "Add if condition to test if markers are not 0 size\n\n", "proba": 4.313947101763915e-06} {"commit": "f9e306176e8ebdb50ec4d14e0088eae7c8555972", "message": "improve generate bases vectors\n\none less call to reverse() by looping in the opposite direction\nand slightly clearer implementation\n", "proba": 5.896463335375302e-07} {"commit": "deab61ad7c379d8ef3250c9617f0317fab15e868", "message": "Modified the FileSelection dialog to make a more comfortable interaction with file and folder items.\n", "proba": 1.0130622740689432e-07} {"commit": "8ccecf107394442d3a540357a70adaf5dc5d575b", "message": "LUNodeAdd: Make the version call only dependend on DNS\n\nAlso move the version check into prereq to abort before alter cluster\nstate if the version mismatch.\n\nSigned-off-by: Ren\u00e9 Nussbaumer \nReviewed-by: Iustin Pop \n", "proba": 2.1297189789493132e-07} {"commit": "4c7e57cc6b3809b36432c9e32aab8ed3ee2844f1", "message": "somewhat better publish mode logging\n", "proba": 1.9305915088807524e-07} {"commit": "e087b77cc291112fc88396131b073059419ba5e2", "message": "fix bouncer tests\n", "proba": 5.083060159449815e-07} {"commit": "2df367e7a90efebffef09dd0ceef3c6a371776ad", "message": "Whitespace normalization; comment fixed\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@728 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 2.107368572978885e-06} {"commit": "4e5342e91d2ae4f27e895fd503677dae653d6f3a", "message": "Set the default result to no match, as the incorrect hash error will be set off\notherwise if image_diff is not available.\nReview URL: http://codereview.chromium.org/19030\n\ngit-svn-id: http://src.chromium.org/svn/trunk/src@8739 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n\nFormer-commit-id: ac5e7449752346629a6a1dfb5572a628163ed914", "proba": 6.477750866906717e-05} {"commit": "e511c07e08f970f4eaf640087787634b5c840dde", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "6f14d614856ff87cb913e640840c00f9bb2212ea", "message": "Display PMs who don't have feature team set\n", "proba": 1.3283272437547566e-07} {"commit": "f4ed1e1d4ad788cf35247a2befdec5525b42cd80", "message": "Removed dead code for REDIS_URLS", "proba": 3.627880005296902e-07} {"commit": "7f9866e4550dcdb90f55b8126ab00ad032f68d79", "message": "whitespace\n", "proba": 0.9998207688331604} {"commit": "087c0050faa8e918ebf148096de134cd1a102b85", "message": "string2ast() function extracted; string2ast_cache added\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@2004 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 2.243887593067484e-06} {"commit": "36bc78fda143e77fd5c9d047a4cefa54f5ce336f", "message": "Format string fixes: \"predecessors\"->\"successors\".", "proba": 3.0315825370053062e-06} {"commit": "db3b649d700c49b15d221acccfe4cdfba2808377", "message": " PyDL-18: Wrong length for MS SQL Server columns.\n", "proba": 1.2659982928653335e-07} {"commit": "7479240b393828d58963191f1a3569b342b8b291", "message": "corrected params for load and wrote simple test script\n", "proba": 2.3059419618221e-07} {"commit": "c045c3437949f3421e62e4d7ca95919b9ed53001", "message": "Revert \"Trailing whitespace\"\n\nPython does not like \"\"\"\"\n\nThis reverts commit ff34cc7b660bf807c67c36aea5f5f141b1ba59bc.\n", "proba": 6.810295758441498e-07} {"commit": "acea5e3fe0bb49bfcbdb033717d7eb3b32ac3587", "message": "Switch cloud_deploy to client_from_config.", "proba": 1.240252487377802e-07} {"commit": "a90333c734800803fd6df50edd0e68f171e55233", "message": "Save the original material file name when uploaded.\n", "proba": 1.0616133749863366e-07} {"commit": "927232154f3ee6a6b2f37af9b022a5b502b310c5", "message": "Update fortinet meta\n", "proba": 2.723949705796258e-07} {"commit": "f09fc57725ef2297bb9cdafb6c98621c74c1bd68", "message": "remove stuff from FILTER_OUT\n\n* There may be files called build-* that are valuable.\n* .pyc, pyo, .o, .a and .so are already exculed by the is_binary()\n check\n", "proba": 2.4388094743699185e-07} {"commit": "1f9d3d9e14977ff81edcdd48130b1a5d7e785310", "message": "compose now allows the innermost function to take arbitrary arguments.\n", "proba": 1.1607586003492543e-07} {"commit": "42d9d9b7fb5900a187529439484042881569ae98", "message": "make sure --continue still raises an exception at the end\n", "proba": 1.7601421120616578e-07} {"commit": "ba562e30c716da6579134c154385739a1d82a0f3", "message": "Make input directory default output directory\n", "proba": 1.6653885950290714e-06} {"commit": "d1c2dd75bdb3614f91ebbf6823ae1c12d7d357fc", "message": "Move all iallocator functions into a class\n\nThis patch moves all the iallocator function into a separate class that\nis then somewhat easier to use. It doesn't bring any new functionality.\n\nThe patch also changes the way the iallocator is called - the\nOpTestAllocator opcode is no longer needed, and all its parameters\nshould be passed directly to the IAllocator constructor.\n\nReviewed-by: ultrotter\n\n", "proba": 1.1107616728622816e-06} {"commit": "fea7d44558906df8aba5d4237abb7bdc476222ed", "message": "enable drag resize of widgets\n", "proba": 5.341489099919272e-07} {"commit": "435ee94c3dc394f3e2816ea69c14db26d53b2ac4", "message": "minor fix\n", "proba": 3.935496124540805e-07} {"commit": "854adb504fe80d1d9166e7fed78befe5f0002925", "message": "RDR-810 using the bulk operations for progress - data modules to do\n", "proba": 9.778697318552076e-08} {"commit": "73660b238067279287f764d001549bf5e940b607", "message": "Add unit test for newly initialized db\n", "proba": 3.074388246204762e-07} {"commit": "89ab01ea15c33fce43663f89462a52060116c6eb", "message": "Don't keep drafts with only metadata change\n", "proba": 1.9944964435580914e-07} {"commit": "6acf04da044708a953bf00461fbf59df8cf6f73d", "message": "Bug Fix\n\nFixed error which caused message \r\n[+]JrR Jumbo Patch must be used to crack SPNS's\r\nTraceback (most recent call last):\r\n File \"./redsnarf.py\", line 2574, in \r\n print colored(\"[+]JrR Jumbo Patch installed \"+jtr_jumbo_installed()+\"\\n\",'green')\r\nTypeError: cannot concatenate 'str' and 'NoneType' objects", "proba": 0.00023494714696425945} {"commit": "4cd7f23035ec762c7129837c53d6d2f9bfc34f6b", "message": "enable validation for barcodes in createBarcodeDrawing\n", "proba": 2.4836921852511296e-07} {"commit": "5a0438f0a0d428f8c3415d28ebf2b1d49f92d371", "message": "Remove impersonation\n", "proba": 6.80156699672807e-06} {"commit": "52cc6fc87cd15fe402eb9fe21cc944b11842d848", "message": "Corrected code to write default config file\n", "proba": 5.489868613040016e-07} {"commit": "380364f2a69102210f78e9eb9916555505ee24f3", "message": "core: Fix bug from refactoring\n", "proba": 3.7021831644779013e-07} {"commit": "df1ddcedf28d6fa419719cc003a640181a080a88", "message": "`decoder_config` used before intialisation (#7903)\n\nSeeing error when sending `decoder_config` as a parameter while initializing a encoder-decoder model from pretrained. \r\nfixed \"UnboundLocalError: local variable 'decoder_config' referenced before assignment\"", "proba": 1.0963471908098654e-07} {"commit": "ca871a2c76da1a49be529f37f42b35d91deda5aa", "message": "Exception renaming: IndexError -> OrmIndexError\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@1799 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 1.8169985196436755e-06} {"commit": "0f0b3433e6d5b8254288b89cd79be3e1edef8442", "message": "More docstrings for celery.beat\n", "proba": 1.4676820114800648e-07} {"commit": "e416b3e16346570766befdf14c1b48df62214751", "message": "fixing get function output\n", "proba": 1.8388045646133833e-05} {"commit": "44cead2f76fd28ef034c1f6daf6a62a239602b65", "message": "fw/workload: Prefix `TestPackages` with \"test_\"\n\nPreviously, when pulling an apk from the target to the host, the default\npackage name was used for both regular apks and test apks. This could\nresult in one overwriting the other. To prevent this ensure\n`TestPackages` have the \"test_\" prefixed to their filename.\n", "proba": 1.1740548444549859e-07} {"commit": "444b4fba22deb3394752013b903eb37f0b2dc91b", "message": "more readable\n", "proba": 6.204126748343697e-06} {"commit": "45b47afde2310fe57958e4e75ed92e0c7daa0236", "message": "Add files via upload\n\nqubo/src/vision/src/tuners/inspect_image.py rewrite some of the codes so that the cv2 window could terminated by ctrl+c", "proba": 8.475598178847576e-07} {"commit": "3852b81d13ab8e1c47a606684fd170df46eb88ce", "message": "gui: tidy FileUploadWidget\n", "proba": 1.0240752089885063e-05} {"commit": "58a73b5617ddd133c8a829328c3f76dacf373de5", "message": "Fixed ghost print\n", "proba": 4.2647272380236245e-07} {"commit": "42559468ef9fc566c3fc5d0361c57b1e0d1145f8", "message": "Revert \"added the registry class\"\n\nThis reverts commit 86146028294bb9e499b968ad14cb7ccd4ec43fea.\n", "proba": 1.3245777097381506e-07} {"commit": "b8eb8bb2aa6a6189c9e8a7fd3b957ff052dfb3dc", "message": "Enable initiation of admin portal edit for mongo based objects\n", "proba": 2.0658704613651935e-07} {"commit": "682a73ccc8de5607add01d2b98bb7338dc5aaa8c", "message": "Added comments\n", "proba": 1.2651231884319714e-07} {"commit": "8c82b63807a1f0c66d6192ada92ee6808df3534f", "message": "These tests needed temp directories\n", "proba": 2.7575728722695203e-07} {"commit": "c10f81f538223a3a498e33c73f5e6aa86f866f3a", "message": "Small change to carmcmc/__init__.py\n", "proba": 9.332620720670093e-06} {"commit": "887dac7033ef7363270ebe496c6008b58918549f", "message": "fix unit test for python 3.5\n", "proba": 0.00040188367711380124} {"commit": "cb48cf7c3371bd5bc15298e49428384830493463", "message": "stack update\n", "proba": 9.431471994503227e-07} {"commit": "2d4f67fb2ae4e61e4816fb9e795b65aacbcd52fd", "message": "writestring test\n", "proba": 1.1339327102177776e-05} {"commit": "bc59e6af8af75546fb559f2e2ad634459a5af4b2", "message": "added more verbose flood protection\n", "proba": 3.286794481027755e-07} {"commit": "5bf102af247f971231a76eb0d611996ba2cfd216", "message": "Refactor queue to use Job.SCHEDULED status.\n", "proba": 1.1455210824351525e-07} {"commit": "7c51df0409a61abb5965cd7321862b7da88d631e", "message": "Removed 'print to stderr' that I was using for spot-debugging. We probably\nwant to print these out when tests fail though; not sure of the best way\nto accomplish that.\n", "proba": 2.2396726251372456e-07} {"commit": "33336328662f63cb6a5638b5b466ec4d0f080a45", "message": "Move stuff around\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@617 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 1.4103300145507092e-06} {"commit": "04efda59b8beb0891936eda8c37798007b336e87", "message": "ShuffleUI : Allow creation of RGBA channels if they don't exist.\n", "proba": 1.067756301154077e-07} {"commit": "406bb8d9deb5b34c54284dfe5e490d32a8ebae0e", "message": "Change output directory.\n", "proba": 2.3494098400078656e-07} {"commit": "d5693b2200d81599992aa959b7e1c36183494565", "message": "Add newline at end of main.py\n", "proba": 1.7811445331972209e-06} {"commit": "3b290457c483f60bb224131dc0176f48baac6acc", "message": "move stax randn init convert_element_type later\n", "proba": 6.462159376496857e-07} {"commit": "94ba00e0aa4484001aeafafb9c1ae16edf7948ca", "message": "Little fix.\n", "proba": 2.1042465903065022e-07} {"commit": "588fb74a0b4bce2a196e3fe75cecb733793d114a", "message": "tools: revert commit f150ccbb4 of sign-msi.py to re-enable nested signing of the MSI file.\n", "proba": 1.0381471327036706e-07} {"commit": "144352a88be6b1b39abed85ca2a27dea4af6e278", "message": "Added dutch localisation", "proba": 1.9819422902855877e-07} {"commit": "bb6bfdb8e0dcdf72e63c705a3d9f41522537e621", "message": "Alpha label looks pretty good\n", "proba": 1.5084856386238243e-07} {"commit": "e2b0f63bc636b0752a46c7178bfa6315a0caa19e", "message": "Add more waits\n", "proba": 3.144843958580168e-07} {"commit": "d878e28b40de4a5f2164e5561022f398afbe52b1", "message": "Ops focus\n", "proba": 3.3498949392196664e-07} {"commit": "b7c293b4045bd67bcc2521de6886c0764b9957c7", "message": "IMP invoices order\n", "proba": 4.5060647835271084e-07} {"commit": "a9c6f8247f483bf792a8390c5a246bc06f4549d6", "message": "use HIGHEST_PROTOCOL when pickling (redundant, since pickling will be retired soon, but hey)\n", "proba": 1.708828136770535e-07} {"commit": "515619cc97f5e0d9e5d827be203221da8adb5f19", "message": "Trying to fix memory leak\n", "proba": 4.999344582756748e-06} {"commit": "8625c0b86e8eb573b95769af0172235e9ef14ced", "message": "Added FnSceneShape createChild, extracted from expandOnce.\n", "proba": 1.0244254156077659e-07} {"commit": "2172d8e3d3d7b1bb80fc9475afb141581df0df6c", "message": "Split some of the checks\n", "proba": 0.002400619676336646} {"commit": "d8ede0106a6dcf8f71d97dc5e47636398dcb9124", "message": "Update jax/interpreters/pxla.py\n\nCo-authored-by: James Bradbury <02b6560c5e1f8e1f3921a749812ddc945f39e7c1@google.com>", "proba": 1.2159402729139401e-07} {"commit": "bb5c0711880f43dd8c726a9749152246eecccc84", "message": "Use feed as the foreign key of image\n", "proba": 6.334433351184998e-07} {"commit": "555d80fa988d5d8afe0366a214918d20fd43091c", "message": "gui: PEP8 and tidy svg widgets\n", "proba": 1.4651898538886599e-07} {"commit": "a538bcfefadbb240a5ba94195747b3c2ffaa18da", "message": "Fix failing test_app test\n\n", "proba": 0.9994148015975952} {"commit": "e640f6604639b391c571fc164b40811f96199df8", "message": "Change link to migrating_versions.html as child under guides/ (#1790)\n\n", "proba": 1.0258214899749873e-07} {"commit": "6c9ff24726d65a8817ba2a2caec0d5a65747d85a", "message": "Remove unused kwargs param\n", "proba": 8.673562774674792e-07} {"commit": "d3384a6e8fa4e97300c3d723e9e41cd176854aac", "message": "[IMP] add _check_document_number_unique (from odoo-ar)\n", "proba": 2.1414520290363726e-07} {"commit": "e1b0ce68419c3c7446dd433b5cb91a0c7867b323", "message": "Make URLs in metadata clickable #441\n", "proba": 0.9989699125289917} {"commit": "9ccc968f8d72cd180fed965defab9ae4d9eff0bf", "message": "printsvg: chmod +x & use argparse\n", "proba": 3.901095624314621e-07} {"commit": "9bc3ef24c268e1b345a0e5b29fc6cdbf92e5f074", "message": "Added tornado read requests (prototype)\n", "proba": 1.1682514866606653e-07} {"commit": "b1c6422401a337e677d94fee2b8dbe0fa46033ce", "message": "lighting talk update", "proba": 2.9287184588611126e-07} {"commit": "9cb3f0ef48635b0fe4922cc8501c89a94cf7d7d0", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "75e1bc9b4209966c9591c6d6236685d1cc3c7314", "message": "Catch an exception that was happening with zlib\n", "proba": 6.557835376952426e-07} {"commit": "d4443b8a6fa219c4de69220135b0e88d34e439a3", "message": "Fix travis postgres setup by removing 9.1\n", "proba": 1.6296377225444303e-07} {"commit": "89e7ddf0804e6a595f7fce6c1ee946beba8e4fba", "message": "fix test\n", "proba": 1.6747775362091488e-06} {"commit": "3ee0645267010268704669f37d2d95e3d54eaf5d", "message": "Fixes summary icon\n", "proba": 3.9123995065892814e-07} {"commit": "615e166d3340d78edfd41bf2afb469a4fa38ee6c", "message": "Corrige bug\n", "proba": 6.367782248162257e-07} {"commit": "887dd6885f047e09c9fb5dde70a423a288ff76e8", "message": "Add note about projection to aggregation documentation.\n", "proba": 1.0651871917843891e-07} {"commit": "872bdd11b2845710b6e333e91ad0c0c1e48d3015", "message": "Allow selecting a different label for ignition shade colorbar\n", "proba": 1.9014835572761513e-07} {"commit": "35cb46307ea6724c184d1dac710703fd2bd3538c", "message": "add retry for auto ignored request\n", "proba": 4.4949658217774413e-07} {"commit": "a6c408b070693fd6052c592546bdc9b04db5fa3e", "message": "Minor edits to logging.\n", "proba": 1.1515420794694364e-07} {"commit": "331cb44c2c4a0455cecb48f5ded2c1312d880246", "message": "don't import identity\n", "proba": 1.0086189377034316e-06} {"commit": "12cb8d7352fca95e37063fac16564f9f9dc30d5c", "message": "Added comments.\n", "proba": 1.264286169089246e-07} {"commit": "49d8ba1c69fc5cef999d3bbd74af7dc39058cddf", "message": "[FIX] Auto-launch completion after import\n(lp:c2c-financial-addons/6.1 rev 24.1.36)\n", "proba": 1.0544151507474453e-07} {"commit": "0a3a83b89bf859f5bacb6d090a44e5df515270f9", "message": "Handle case where the field simply no longer exists (impersonate removed the column)\n", "proba": 1.3124474662618013e-07} {"commit": "ed002c49e97c5c7872c5d4c533225299b7a666c2", "message": "Fix (hopefully) ugly offset in GeoDataDisplay Axes\n", "proba": 1.5914409345896274e-07} {"commit": "1ac6f2ad65827f52ae432d15f0bc68076aa80e1a", "message": "ConfigWriter.GetNodeGroupList\n\nSigned-off-by: Guido Trotter \nReviewed-by: Michael Hanselmann <68b67885ff74281219b4a4be33cc20fd45078d7c@google.com>\n", "proba": 1.4892145827616332e-07} {"commit": "cfd58fd1b89ad7159b8192e42c9cee0b3d4dd339", "message": "Use do_quit approach on gtk message loop.\n", "proba": 1.1348551254286576e-07} {"commit": "17fa12c767c33b7a78f2797dd1d47e8d0e34d132", "message": "Comparator: fix stdout prints at allowset testing\n\nFlushing ensures we don't get mixed-up stdout output between the outer\ncomparator.py script and calls to alloy.\n", "proba": 1.0639242020715756e-07} {"commit": "36599a0985d889cc072b85957a17b9d417384efd", "message": "Remove cls from coo unittets in test_bqm that use coo.py\n", "proba": 7.615656159032369e-07} {"commit": "0694f661560e7c0a3321bf7b02556821c25968d4", "message": "Fix checksurvey\n", "proba": 3.968027328937751e-07} {"commit": "4a774055d67154fb94f15ee617e9439009ff901a", "message": "ensure lazy string is evaluated\n", "proba": 1.5339177480200306e-05} {"commit": "36a258a3e5d61d7f7c430f631d48dede76f43c3f", "message": "Update Admin active.\n", "proba": 1.788871486496646e-07} {"commit": "6e12d8b469300cc8be33fff60eb0391f0c45f260", "message": "more ReadOnlyDict.\n", "proba": 1.236074780308627e-07} {"commit": "5470e1b6c8d36b7af5c632154d9d854acbdb9cbf", "message": "Forgot to change how config is passed to reloader in first call.\n", "proba": 1.049871798386448e-07} {"commit": "adf5ca09ea7cfc18108dad64d457c4a04ba9538d", "message": "add auto-reload\n", "proba": 1.6771222135503194e-06} {"commit": "024ff6d1d3ea871e05fa6375fc8fc2b205e978f7", "message": "Added note from Jeff\n\n", "proba": 1.2011679473289405e-07} {"commit": "f69dbb02975aad104a3bd16998bc241908283943", "message": "Remove not used import.\n", "proba": 1.2171597063570516e-07} {"commit": "94f3798398de5a16bbf5846511306a55a4d2986a", "message": "Delete epigraphscraper_sqlite_V2.py", "proba": 2.797004754029331e-06} {"commit": "2dd164b98ce66af14d80082fb15cf970fe9b8505", "message": "Test to ensure to exit for no_input and replay\n", "proba": 1.6954085424458754e-07} {"commit": "f90900678bc91510c912414c3defe883fe78a487", "message": "Allow action-alias delete and create from CLI\n", "proba": 2.2308984171104385e-07} {"commit": "edae29d7690d0419f11e04b24f1a1d77d68d7237", "message": "core: Enable gapless playback\n\nThere is still quite a bit to be done is this area:\n\n- We need to start tracking pending tracks as there is time window when we are\n decoding a new track but still playing the old one\n - Currently this breaks seek, next, prev during this time window\n- The old on_end_of_track code needs to die.\n- Stream changes need to trigger playing events and switch the pending track to\n current.\n", "proba": 0.00019903334032278508} {"commit": "dcedf580de1207d742a09169a0c547392f332591", "message": "* fixed a little bug\n", "proba": 1.2520547443273244e-07} {"commit": "458cc4fe5d51b54835105ac6d2d82797b598b706", "message": "Remove some debugging code that was accidentally committed.\n", "proba": 1.3783389363197784e-07} {"commit": "ca8bfe4e1ce9e1c0169b2895bc9b9a2126cf92e5", "message": "Little improvement.\n", "proba": 2.7629536702988844e-07} {"commit": "e5eadd14baa85dbf1d8c8f61715d57f23c88742c", "message": "Fix a bug with package list retrieval - call the right function.\n", "proba": 1.275259791100325e-07} {"commit": "b38c8d9f8edbe2d8aa5cabc24e6d40f82af1843b", "message": "Python 3.4 has different error message\n", "proba": 0.00013346211926545948} {"commit": "19d8218a73aafa6a50be6199f21f97ada0d2cdb3", "message": "get_all_assignment_list()\u306b\u8ffd\u52a0\u3057\u305f\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u8aac\u660e\u3092\u8a18\u8ff0\n", "proba": 2.173735822452727e-07} {"commit": "f2081e2e6702c49018654ea399380ce98d91901b", "message": "Fixed matrix alignment\n", "proba": 4.0751794472271285e-07} {"commit": "48f24a3ca90d1223b6967bf523ba68c482f10878", "message": "revert auf lpr\n\ngit-svn-id: d0b3ca3fec07c130ce1534d6b77b87339b2f357a@2806 2a7d6d32-97f8-0310-8fd3-c67d3a265405\n", "proba": 4.0300957948602445e-07} {"commit": "55203433b2d5a9adb00e1a84ceb186680814ff6c", "message": "unicode error\n", "proba": 4.7463900045841e-06} {"commit": "c273718e5c7ad734141261f21367fb2d8a23ceae", "message": "Docs: URI field docstring typo", "proba": 3.9319352254096884e-06} {"commit": "1548db9a295be957aa6417defe9e6fe0b9fda86d", "message": "focusing on output\n", "proba": 0.002380921971052885} {"commit": "b1e2ff7b812b76cbba12d848858f522318f08faa", "message": "Added convenience function for transforms\n", "proba": 1.2347470601525856e-07} {"commit": "ec54ac1c7e6997faed03f2c9bf519deabe2d4840", "message": "Decode HTML string for clearer log\n", "proba": 0.00041844669613055885} {"commit": "33db5444b5d2f9f11a807635fe22166b707e5630", "message": "organize imports\n", "proba": 6.616693553951336e-06} {"commit": "32dcff09c44716775f9295ef1509799644571db3", "message": "simplify\n", "proba": 0.9999978542327881} {"commit": "e813070e962b7d012802ed17fb9cb9398c011acf", "message": "increase const coverage to 100%\n", "proba": 2.8850155331383576e-07} {"commit": "fdfe189f7bc02a6633ae9484f4174f99c7ad5622", "message": "T2125: Replacing all missing imports", "proba": 1.9070230337092653e-05} {"commit": "8390361fe885fd7a58f0a0640bedc47c5c7e88cd", "message": "Fix race condition in find_gpg_agent_info() raising AttributeError*\n\n* This should fix the traceback in the following build:\n https://travis-ci.org/xolox/python-proc/jobs/395176216\n", "proba": 4.132230969844386e-05} {"commit": "bcc98abe7ce4905426e3da90befef2420d9560f0", "message": "test: Mock constant and request call\n", "proba": 2.516499364446645e-07} {"commit": "d0a77418f3edd98bf895365baa32922b62e58e9b", "message": "pythonshare-server: fix handling connection loss while queuing\n", "proba": 8.874712875694968e-07} {"commit": "50463768781dae46caf467b908b8eed21879853a", "message": "Adding gm-functions needed for inverse mixcolumns.\n", "proba": 1.225700287932341e-07} {"commit": "186c0afb9888f927deddcc2bc7b574965698511a", "message": "updated preinstalls\n", "proba": 3.957215426453331e-07} {"commit": "6b3f22d11de0538a99c98ef26b5f6178ca0817ba", "message": "Follow-up to r4632, which was returning an UTF-8 encoded string, and we need `unicode` here.\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@4690 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 0.0005312772118486464} {"commit": "e80e326e626c1d7ba0ea0350285103cd56219b8a", "message": "pluralization change\n", "proba": 8.956011697591748e-06} {"commit": "7e089c8dd4a5192950b7fe91fd2b900a0279367f", "message": "Add initial version of pynode for def statements...\n", "proba": 1.2594881582117523e-07} {"commit": "f672548551ef295cb77aca7d31e9fa0e90595ff7", "message": "Fix one of the bigfile tests.\n\nSigned-off-by: Chris Lalancette <281cd07d7578d97c83271fbbf2faddb83ab3791c@gmail.com>\n", "proba": 1.5460456779692322e-05} {"commit": "de6aaff364680a986a0394fa14f00165ad5ffb65", "message": "STY: Clean up some comments and pep-8\n", "proba": 1.1115282916307478e-07} {"commit": "b815291801352c678e59d9d138b9a10531af0a1b", "message": "imp: adonis - validate metadata to check for NaNs (#282)\n\n", "proba": 1.1217321116419043e-07} {"commit": "06725d542148d8ceb2a5248d9a4dc6e4bc4061d8", "message": "small bug fix\n", "proba": 3.1036645964377385e-07} {"commit": "d71b6516c48dc1d26ec542052048c2065dbb5916", "message": "Tests for new deltasigma, sigma, gamma, kappa\n", "proba": 0.00028402439784258604} {"commit": "8290c35c071a1e6e30b7014dff7a35ccb3302c88", "message": "remove a debug message that was creating an error\n", "proba": 3.5673158436111407e-06} {"commit": "9f61aa882f36f4aaa27894f94dd82c1e95b95271", "message": "Exploring tests: test measures.\n", "proba": 7.234618237816903e-07} {"commit": "105a344b1ef689dcf773778f4f616b0023548b80", "message": "ENH: check if exog already has column of constants", "proba": 5.789301553704718e-07} {"commit": "d3bb5f9357db3276039da1f58c31b2e7e26a6244", "message": "Fix attribute name.\n", "proba": 2.490523058895633e-07} {"commit": "50c628cfdf14e9986c20b843aa9ff93dd1477bd7", "message": "Undertimes shouldn't generate a notification.\n", "proba": 1.5525291019002907e-05} {"commit": "6062092fd01ae5f33f66c96c5755bcfa3c1fde0f", "message": "Improved the test of an exactly solvable ODE.\n", "proba": 6.334674367280968e-07} {"commit": "6d5917be2cc473b010b2b46f02cac8e7e69aaf24", "message": "Adding a location_client to Ambulance.\n", "proba": 1.2211708622089645e-07} {"commit": "828099a5b2897ab4c5a4c859791b91d7ec726891", "message": "BUG: Error from rebase", "proba": 2.0064238981376548e-07} {"commit": "de9735ea01698ef07590eb133db7bb06e3e9a37b", "message": "Pick a new random port if one is in use in functional tests\n", "proba": 8.139297733578132e-07} {"commit": "c23fc3d69214353a0200c677bed2648b304b6efb", "message": "minor changes in tests\n", "proba": 2.264820153641267e-07} {"commit": "c0af96a28226ecf5d544b47c1b29976a48c5f80c", "message": "Use test fixture in task test (WAL-26)\n", "proba": 1.2461711662581365e-07} {"commit": "5ef8e61657deeabc0aca06ac7aeccd4b974d3bc0", "message": "textual change\n", "proba": 5.371031420509098e-06} {"commit": "0d37e47b08c7767ff09111511ac80cca4b675f92", "message": "restrict UserRelationshipInline to logged in user and existing moderators\n", "proba": 1.975381138663579e-07} {"commit": "1a399dcb6100356a951aad431dd7c5b7d5a2944f", "message": "Added user/*username*/client/*client-id*/status message to mqtt\n", "proba": 3.1520229981651937e-07} {"commit": "fcca1c45198f0c8dd512669477e89dd10d62a059", "message": "Fix python3 test issue\n", "proba": 3.189938433934003e-05} {"commit": "6b5a85e17315121ce75542aff598a6d8ddcdce3e", "message": "More docstrings!\n", "proba": 1.251005556923701e-07} {"commit": "28a1e28c979faf5d739c06865f97508db510d2fd", "message": "gunicorn: jig module import order.\n", "proba": 1.1888360518241825e-07} {"commit": "18e51ccc34202d72dbd8b9d0567a01b10f0e83aa", "message": "queen-attack: formatted the boards in the tests for readability.\n", "proba": 1.202483730367021e-07} {"commit": "c994eb52be5beafaf062af9dd5091f53919c51fd", "message": "Remove duplication of code for loading settings in the rsv tests\n\ngit-svn-id: 8e6470fdf0410dbd375d7ca1c7e7b1f4e5857e13@19133 4e558342-562e-0410-864c-e07659590f8c\n", "proba": 6.039188519935124e-06} {"commit": "0711313866bdde5032cc85f977c7f75ac87cb1b3", "message": "pre pull merge\n", "proba": 3.528038803324307e-07} {"commit": "fb1cf98bd774d81065b0827f70fd7d9142ca57f5", "message": "im still a dunce\n", "proba": 3.5696126587936305e-07} {"commit": "87787ecbc6fb229c623386ea8da3062cc4c5be62", "message": "mistake\n", "proba": 0.0004568830772768706} {"commit": "71f8543e67575997e2eefcbbc43730aabc05fd19", "message": "Tray-icon: configuration file added\n", "proba": 3.9021151110318897e-07} {"commit": "da29f0f2f6a0cab126658931cdf1b60835005976", "message": "Fix observation_space for BipedalWalker (#84)\n\n* Fix observation_space for Bipedal_walker and add warning if observation doesn't fit observation_space\r\n\r\n* Remove observation state check on reset.\r\n\r\nMultiple environments call reset before action and observation spaces\r\nare initialized.\r\n", "proba": 1.0126758809292369e-07} {"commit": "ceba21573d53eb31a9bfa8c1c5c6aecce4dcad3e", "message": "Include missing log string format specifier\n\nCorrectly log non-dsl_exception exceptions\nduring action execution.\n\nChange-Id: I48d5a3bc033f2830e5bc14a899df49fe7ede014a\n", "proba": 0.000621554849203676} {"commit": "85d1f0a0fd63775b0ffeabfb6f85938a6c046072", "message": "Fixing gm build with SkXPSDevice enabled\n\nREVIEW=http://codereview.appspot.com/5981054/\n\n\n\ngit-svn-id: e8541e15acce502a64c929015570ad1648e548cd@3591 2bbb7eff-a529-9590-31e7-b0007b416f81\n", "proba": 2.940938372830715e-07} {"commit": "6344b9c783a96cf010fd70d826a7e39aba354604", "message": "test_tls: Simplify tests\n\n* less fixtures\n* no funky inheritance\n", "proba": 2.82350015368138e-07} {"commit": "2fc4b90ea22fb6e1d036366ca84ef0d4bbc582a5", "message": "Added a function that creates the command for moving the FLAC file.\n", "proba": 1.1105725405968769e-07} {"commit": "e1348d9408dcc3d9a45b4ca1b9a3f5e1a3a962c6", "message": "bugfix: avoid division by zero\n\nif points are on a planar, points.std(axis=0) will result a zero value in points_std", "proba": 3.191647238054429e-06} {"commit": "508b6ac9c2866687a908963ed4f89d53bef70216", "message": "Trying to fix failing tests in Travis CI.\n", "proba": 1.2379813085772184e-07} {"commit": "6853c774cc84d8f6111ca3fc6f0d10b496857fb4", "message": "[mvmult] fix test harness bug for DummyCOP\n", "proba": 1.41328243330463e-07} {"commit": "10beba96300ddc70be7556ee85ee6866869ad18a", "message": "Change bioguide lookup to handle delegates and resident commissioners\n", "proba": 1.1400424426710742e-07} {"commit": "78aa9cb9385b795161190b4e4f00b3c71b26c37c", "message": "WIP improving the quality of load-store instruction tests\n", "proba": 1.5217064230910182e-07} {"commit": "c4f9f881c9d915517c000bc37988313b7f253ce9", "message": "corrects unit test for swapData method\n", "proba": 5.267626761451538e-07} {"commit": "f590b4c18de3fe704cfef2245bd8ad8f15a66670", "message": "bump to 0.6.7.\n", "proba": 3.498414002933714e-07} {"commit": "bbdadf6589a88605434cddd93265d156fd797e38", "message": "fix wrong abc import\n", "proba": 0.9999994039535522} {"commit": "cd54b8d80a3c70b97fc5668b9f7af4554df60821", "message": "Corrected version which runs with srccython.so.\n", "proba": 1.0547450557396587e-07} {"commit": "323eed049edc2c4c06feccc6bd5847cae32bde9d", "message": "update lizard import\n", "proba": 3.505093104649859e-07} {"commit": "e85c6a944016178c515cb1c0152b6ce5d0ce754a", "message": "use fixture\n", "proba": 7.254045613080962e-07} {"commit": "aafc846c01dcba62dea469dc473d829c2582e40c", "message": "Add support for searching for Webelements only located within an existing Webelement; instead of the whole application\n", "proba": 1.2739700139263732e-07} {"commit": "30f048e3cdb9e60e50921b23528a0965e79d5606", "message": "fix errors in geotherm state in creation\n", "proba": 2.0637155557778897e-06} {"commit": "a1951d867bda1845eade4b631427291c4ee8a8b0", "message": "Assert market count\n", "proba": 0.0006595699233002961} {"commit": "33dd10f5f3f1c5294262fba8bbf617396433a302", "message": "Refactor\n", "proba": 5.142872396390885e-06} {"commit": "8e6f99a5a2393330f5c1586df67e7df964d9d0a0", "message": "Only return cursors if needed.\n", "proba": 1.2954052408531425e-07} {"commit": "1c5c00a2a1bd44c31b8d5a1e14cd60f823daff72", "message": "Changed json import to work on Google App Engine\n", "proba": 3.198236129264842e-07} {"commit": "bb12a391d53a48448195c3fd9bf62431576ff2d3", "message": "Fix account.tests.GuessLocationOnLogin: Adjust because mysite.profile.views.display_list_of_people got renamed to just mysite.profile.views.people.\n", "proba": 1.6632365884561295e-07} {"commit": "1448f4fa2bf2f0ec1a43fd169a49dcc09cb518bf", "message": "SB2 updates for spectrum.py\n", "proba": 1.4177629736877861e-07} {"commit": "ea2279884e9ccd6e2880ecfd35b3304dcdb78111", "message": "Keep the percentage as a float\n", "proba": 3.120762266917154e-05} {"commit": "39bd5271c44a28475ba8d97837c5090a73c3f473", "message": "fetch followers\n", "proba": 7.942975344121805e-07} {"commit": "116f8514e11f218b5d8cc22ede6d1aac852a05d8", "message": "fix message decoding for chunked messages\n", "proba": 2.5819519578362815e-05} {"commit": "711bfb8b462f52a9b1df34a81ce838b98bf9d6fa", "message": "added comma grouping to the price filter", "proba": 3.604223195452505e-07} {"commit": "9ab667e1c90864dc1799bc03641cb6c0ff7e60e3", "message": "debug\n", "proba": 1.5664004422433209e-06} {"commit": "80de28cfd029d5688151c55055bc9c72d936c964", "message": "* Deleted handlers.py after merging into juno.py\n", "proba": 1.7128303397839773e-07} {"commit": "8fbd8858f633a7fd10ac70379b848354ba1293aa", "message": "Bunch of changes to port splinter.py to python3.\nUnfortunately, ctypes internal workings have changes\nand read/write from /dev/splinter doesn't seem to work\nas it works with python2.\n", "proba": 1.0908072312076911e-07} {"commit": "07cd22d176e6ebdd15fa5c3a389dd150488e4ebb", "message": "Modifications for the app.py to comply with pylint and addition of new documentation for the insertion and updating functions\n", "proba": 1.2534393079022266e-07} {"commit": "d57a26214c842db096512f117da1c99a8fa9a060", "message": "sql things and stuch\n", "proba": 3.3864486681522976e-07} {"commit": "0e8ad0c6642bb21b1e1596090db1abf863be74fb", "message": "Corrected typo\n", "proba": 0.0006415683892555535} {"commit": "c5b429ede54a0c4a35920126679cee1faa43c93a", "message": "Process posts/pages/comments on submission, not on every load. That was a stupid waste of time.\n", "proba": 1.2500586876740272e-07} {"commit": "c06c404e8129e799cbf151b018c6bdcb39b34cab", "message": "Refactoring KG_WHITELIST to KG_ENV_WHITELIST\n\nTo better align with Jupyter Kernel Gateway, this commit will change from\nKG_WHITELIST to KG_ENV_WHITELIST and use comma as a delimeter instead of a colon.\n", "proba": 1.0630905222797082e-07} {"commit": "7fe7439c32692222c37209adf9bac97149651959", "message": "[FIX] sale_timesheet: generated task should be non assigned\n", "proba": 0.9997759461402893} {"commit": "1f19474a9bb35d01bbb129bf9b5287af87275bc9", "message": "missed some versions in intanrawio\n", "proba": 1.3919994046318607e-07} {"commit": "282605a8fc061a1cc018384f83df623bf37f26d3", "message": "[FIX] website_blog: cut teaser after 150 chars\n\nSpace as word separator does not work in some non-latin languages like Japanese.\nCut arbitrarily after 150 chars\n\nCloses #23219\n", "proba": 1.094668846235436e-06} {"commit": "77c3fce4c349b9e1ac01c6bd30e13a4fb2f31ed8", "message": "new things\n", "proba": 1.4959674672354595e-06} {"commit": "f2d54522f6867356956735fb735ead99460ff610", "message": "changed print function to print() so it works on python 2 and 3\n", "proba": 0.001694179023616016} {"commit": "6a994b9d192c0b8e8317063bd187cb2bbde9d00a", "message": "Fixed the overlap value issue\n", "proba": 1.4705599369335687e-06} {"commit": "3d9d1cd248335547768516ce0dfce104484e65c8", "message": "Bugfix\n", "proba": 8.038198870963242e-07} {"commit": "2544d8032ccbeb76674d74800892993c048b7637", "message": "Test two mathsmaps can coexist\n", "proba": 5.0680853746598586e-05} {"commit": "3aa327ad470d772c0c487a11e8dce7e256e9f14d", "message": "Fix migration for squashed init\n", "proba": 1.3900454405302298e-06} {"commit": "468a5dfc9f6f58484a0cbc82481e7ffb0216f3ce", "message": "[Config UI] Added back maxLength to mac address\n", "proba": 1.442346331259614e-07} {"commit": "3bdbd56184a812321812bbf49246b3fefe81ccbd", "message": "ENH: updating WEIN069 download link\n", "proba": 1.2866144061263185e-07} {"commit": "fe0f9b780c45427cdde2dae1eda083c327ac98bb", "message": "created a new MI scheduler\n", "proba": 2.925064848113834e-07} {"commit": "2b54d130b280c4f937ac2a0c2dd09f84a1a8025e", "message": "Fix logic of daphn3 for loading inputs via inputProcessor\n", "proba": 1.246624015038833e-05} {"commit": "9bc0aaa850b3e33e0f7120510297ac55407b0782", "message": "Delete ClientFactory.Vip.criar_requisicao\n", "proba": 2.7751565312428284e-07} {"commit": "90075756ab0c8e75f358f5edb7c054e3e5ba1645", "message": "fix Holy tests.\n", "proba": 2.3046712271934666e-07} {"commit": "3060ad8b916e14e297aed786c671eb15ac71dd0f", "message": "not sure where that conflict came from...\n", "proba": 2.0546239909435826e-07} {"commit": "06591fd1b8253a59ac990238eb9ec947fbccbe2d", "message": "added docstrings\n", "proba": 2.7693852189258905e-07} {"commit": "1cdc268082b5a3151a62472741d363e825f24d27", "message": "removed test for the pygrator module\n\nthis module is deprecated so its tests can be removed.\n", "proba": 1.1000442157182988e-07} {"commit": "b8e62632494a5e963d1f2e234f26c1349b48bba5", "message": "Add helper.wrap_text() function\n", "proba": 0.00012434682867024094} {"commit": "5a9519d137b028b89dbb75f54774a5626e613aeb", "message": "wrote basic Agent constructor.\n", "proba": 1.4392368541393807e-07} {"commit": "670014501b455d05bebea707482ec257c7daae8f", "message": "Update the Container Monitor: support inserting a new container\n", "proba": 3.2144609463102825e-07} {"commit": "346574e344c212255c595f3ed6a6ae74a606a9e0", "message": "Bug fixes of saving files and change in batch sizes\n\nBug fixes of saving files and change in batch sizes\n", "proba": 2.911155831952783e-07} {"commit": "61e04f8719cd14b35938bb655d35fb50d29ef7a4", "message": "added 'content' type for published_date parsing", "proba": 4.4520137976178376e-07} {"commit": "31c11ad36cabd9867370811ed18fcfbfc11a4cfd", "message": "Add cards to Inbox instead of Next Actions\n", "proba": 1.5793814611697599e-07} {"commit": "48346ca4e71604c4850f700ae5915ed228f2f29b", "message": "added build_report dummy function to pipeline_geneinfo\n", "proba": 2.83181663007781e-07} {"commit": "66abb6c87b3dce5d39baa8aa528c188135ed6799", "message": "Fix incorrect assertions\n", "proba": 0.9999988079071045} {"commit": "b351d0db51ea9d0553322c9e70afaf9f8c1a88c6", "message": "remove python so it is python3 compatable\n", "proba": 0.9999994039535522} {"commit": "ccf978fec9985329b73566940a7ebf4f059408d8", "message": "pep257 tmux/__init__\n", "proba": 2.43112310727156e-07} {"commit": "884bea72a9750e52906e92b43e6ff948058383fc", "message": "Now it uses parallel\n", "proba": 2.1162420580367325e-06} {"commit": "9d75171eabec164ea9e1ba05ba9b43da078154f7", "message": "Added edge to the section rectangles in Plotter\n", "proba": 1.442378021465629e-07} {"commit": "ccdb7bb8b22f5861d079dc8d55406a43bbdf65dc", "message": ":bug: Add return to ensure game exits smoothly\n", "proba": 1.3973529178201716e-07} {"commit": "202f5ee1450fca2c97be7a71665e2bab3d537735", "message": "wrong var!\n", "proba": 1.492269802838564e-06} {"commit": "f804b6497580bdec1f02c07ede4dfa9b3a254cbc", "message": "more ChrootMountError usage consistency\n\nReturn errno's when we can, usage semi-standard formatting to make the\nhopefully rare pychroot user facing output semi-consistently formatted.\n", "proba": 1.015408841453791e-07} {"commit": "24e9de83ae0f1c89d59f83af49b11aad241de7ad", "message": "Fix a statement ID error in CallSiteMaker. (#3192)\n\n", "proba": 6.907522674737265e-06} {"commit": "cbaaa470dc445bfde1e00a45c6e36e5210f56f13", "message": "Ignore plugins starting with underscores\n", "proba": 5.314315671967051e-07} {"commit": "59f9641a6fb0bc8cfd9ba8ef1b54948b0d4a1b00", "message": "Fix a naming mismatch in lights.py.\n", "proba": 1.1187934433110058e-05} {"commit": "d2900cd96609337aa68bb8b83bf9da1ea5294aa7", "message": "used masker.mask_img_ instead of masker.mask_img\n", "proba": 5.614832844003104e-05} {"commit": "d6d513d3a5c96ed01727a65a088da1924a0c54e6", "message": "Renamed omw to omw-1.4 (#2907)\n\n* Renamed omw to omw-1.4\r\n\r\nCo-authored-by: Tom Aarsen <>", "proba": 1.0226527535905916e-07} {"commit": "0791dd4a66f3a1408b5ffb12d0790fa1bb2158d4", "message": "boto_tool.py: add more bucket interaction stuff\n\nSigned-off-by: Colin McCabe <7b35906f1d014e74a9dc8c913eb229119df647aa@dreamhost.com>\n", "proba": 1.2877561061941378e-07} {"commit": "5cf2effcf2aa9a3335a80de548b19c92f3465fb3", "message": "Backwards compatibility for html entities\n", "proba": 5.850877755619877e-07} {"commit": "dd0ceaaadbdb401e2423fbc3b7c395a117a2ef79", "message": "Revert \"Added to allow local imports.\"\n\nThis reverts commit b1f8344f1525b97a73619fbd84ec26c72829eb7d.\n", "proba": 1.2541400451482332e-07} {"commit": "2ac4f9ddcfb0d7ce082f33897b2e3312fe12de24", "message": "outdented reflect(). There was no c-implementation.\n", "proba": 2.2064652966946596e-06} {"commit": "409f1ad81819375bea19067956d1c14982466c42", "message": "Added forgotten EdgeNotFound.", "proba": 1.12081245617901e-07} {"commit": "31acb0f819df65b905774df6e24691419ccf2fe1", "message": "correcting version number\n", "proba": 5.558695920626633e-05} {"commit": "f0a35d0fa0409a1b0583031ecb8564db16709e12", "message": "some fixes\n", "proba": 2.570843093963049e-07} {"commit": "5c85bcafd444cf6275c6ab70a9aff0800c4fcc13", "message": "docstrings\n", "proba": 1.7234823417311418e-06} {"commit": "1f0f91d1c723d50d1fae06963634e183de31be39", "message": "Fix extraction of changeset ids.\n", "proba": 1.9128675887714053e-07} {"commit": "0e11487cb171abf7c3d12b932533a419a3cd0f22", "message": "Treat webhook payload as byte string\n\nThe previous code would raise an exception if the payload contained\nnon-ascii characters.\n", "proba": 2.412660251138732e-06} {"commit": "23c5572916c31971af7dda39b3d955fd22e03264", "message": "Removed SATUR from OT e-mails temporarily and changed it to PUWRK instead of PUABS.\n", "proba": 1.0344095358050254e-07} {"commit": "2022094cad1a19d9557b0a730a3744245b96412c", "message": "transform search path\n", "proba": 3.649955033324659e-06} {"commit": "8abac0d90134bd7f5a30f623187005fbbbf5da40", "message": "rename basic constraint\n", "proba": 0.0009085632627829909} {"commit": "eef27ed4bad05dba815c586d35f88f5b848ba7f5", "message": "Let's try using ProxyFix\n", "proba": 4.36577494156154e-07} {"commit": "3f19e60245718ba3b60a33484a0960799d457888", "message": "backing out str(devicenum). moving logic to rfpipe\n", "proba": 0.000192094492376782} {"commit": "1eab50a85ca07cefe042ccaad56b48a11fb3763a", "message": "adjust `!(add|mod)quote` regexes again.\n", "proba": 1.2237707380791107e-07} {"commit": "7c9351291050f381da4f409dd994d30554d0c721", "message": "Remove python path kludging stuff for Redland importing.\n\n", "proba": 1.1318353188016772e-07} {"commit": "963f671ba1425b359e44418e84644acc8d0c3613", "message": "[HOTFIX] Fix import_sql_select API call in Hive test\n", "proba": 2.1633954361277574e-07} {"commit": "98c5dc67dba4db73475610fef071c3957dc3b810", "message": "Adapted calculation to new mode of ScanTask output (header line only once at the beginning of the file and not at the beginning of every data set).\n", "proba": 1.0295615027189342e-07} {"commit": "b0b104ee9f6fe59c503b967de37a74c4065eadea", "message": "Skip some tests when running under 3+, due to unicode/string repr checking\n", "proba": 3.1719554272058303e-07} {"commit": "6137fbc25ba477c4ee0dea61480c4ac50672af8a", "message": "remove prompt for 'could not load existing nlu data'\n", "proba": 3.038071326955105e-06} {"commit": "da0937062c175e529ac7410f0ae834f01bc4e6a7", "message": "add default to avoid `None` case\n", "proba": 3.682245369418524e-05} {"commit": "52687181b5df0e4a443e38f42a7ad42f82b544a5", "message": "more basic logic\n", "proba": 2.19690332414757e-06} {"commit": "328c64802c34b405c1506fa92544ae9f028f1f8c", "message": "Updated ntp in mail logger\n", "proba": 2.1319196719105094e-07} {"commit": "874367804aca5fdedafbcb37fa65db5cb427e3a3", "message": "RDR-1030 replaced transaction.commit_on_success with transaction.atomic in import_registry\n", "proba": 3.237161365632346e-07} {"commit": "37f39488d2ed06e52378905d86cdca13745a606d", "message": "fixed comment", "proba": 2.0213602169860678e-07} {"commit": "38cab9aa58cb2692f29d1559a40022e416af5137", "message": "Code docs.\n", "proba": 3.0596814326599997e-07} {"commit": "eaad857dbd5ba763efeef40afb3d0f78ac6a56a1", "message": "remove debug\n", "proba": 1.5227618632707163e-06} {"commit": "74e1111f0433ab8cc626e61d4f60716de3769732", "message": "Fixed bug in exception handling\nof all places\n", "proba": 1.922340544524559e-07} {"commit": "11804624f7fe6f35e3e0ea7dcb5d59783a8c2052", "message": "extents\n", "proba": 7.433392966049723e-06} {"commit": "988d31db1cab7690de4e1148c1c07319bf9d4f0b", "message": "csv reader repared in line 28\n", "proba": 1.4658075997431297e-07} {"commit": "7d8bc5aa58920d4fea396f089a62bf9d1688c161", "message": "more tests\n", "proba": 1.297568985592079e-07} {"commit": "b5ba03de19f50facaffef68f7afc776381f851e3", "message": "'issue-31-none-as-key'\nResolves issue where None used as a map key failed.\n", "proba": 1.1054813597866087e-07} {"commit": "791b294aca60e6c87ccfc668da24a8b10f899202", "message": "fix default port 0 and doc\n", "proba": 2.561780263476976e-07} {"commit": "5126d1664e4bc117954bb294c0b33400fce819b0", "message": "version: release trappy 5.7.0\n", "proba": 8.093412589005311e-07} {"commit": "909406a85e2f28cb90032de7e4a939af81e847d3", "message": "utils.py: Formatted docstrings\n", "proba": 6.252591333577584e-07} {"commit": "fc72b72bb18c70d5cf3357dd45f7cc37d756e051", "message": "fix index_dict in remesh.subdivide\n", "proba": 3.086806827923283e-05} {"commit": "37d530521b8625b6337241ef0d942f73a2f602bc", "message": "ENH: Adding an option to export the CSV file containing all the VTK file paths with the corresponding group\n\nThis file contains two columns:\n - The first column: VTK file path\n - The second column: the corresponding group\n\nThis option checks if this file already exists in order to not remove an existing file and asks to the users if they want to replace it.\n", "proba": 7.97179723122099e-07} {"commit": "55c4701d1ba823166ba55caf9cd17a1345b57c34", "message": "Add support for a 'data' field to attach arbitrary data to a notification.\n", "proba": 1.1491285789588801e-07} {"commit": "f951b08fe25bd0662c3acb65636c286c04544179", "message": "Remove hardcoded directory\n", "proba": 7.893417205195874e-06} {"commit": "601758a2892bea185864a68a627184763ccf6488", "message": "Clarifying previously commited exception message\n", "proba": 1.4056622887892445e-07} {"commit": "eaa86c8eb837f751e41695ec56a50f00b0a9a733", "message": "fix typo", "proba": 0.9999909400939941} {"commit": "51490807bd4dddaa01ba56620ba3a6b9b8ad75a3", "message": "Update db entry before upate the DHCP host file.\n\nUpdate fixed IP db entry before upated the DHCP host file.\n\nFixes LP Bug #1078718\n\nChange-Id: I75504acfc1c571219938d25a7c3b1a452d3f1cb9\n", "proba": 4.308345467052277e-07} {"commit": "35baee6758f2bd5efb76d6c9fd53e17d961d251f", "message": "stuff\n", "proba": 3.4740248793241335e-06} {"commit": "239cb9e7b8e2ec7abeed7e214a3cbd9ea0dfface", "message": "docs: Map stable RTD version to VERSION\n\nWhen readthedocs requests to build the \"stable\" build, configure the\nlinks into GitHub to search for the release version specified in the\nroot of the repository. This fixes the links for examples in the Cilium\ngithub repository for the stable version of the docs, such as those used\nin the kubernetes getting started guide.\n\nSigned-off-by: Joe Stringer <16a9a54ddf4259952e3c118c763138e83693d7fd@covalent.io>\n", "proba": 1.279023251754552e-07} {"commit": "c9410ea23dd8cd85ed619bd6ac6e227ea0fd0e91", "message": "Made jenkins email pruning more resilient.\n\nChange-Id: I812e95fb0744ad84abd7ea2ad7d11123667abbc8\n", "proba": 3.054007265745895e-06} {"commit": "148dc8f1ba81cb0be94112f4d74ac28611dda955", "message": "migration gateway_v6 to network_info", "proba": 3.3829627454906586e-07} {"commit": "f0cf8a4f5ae609f05a3e550c276cc6f593fe49fd", "message": "Convert _cache_image to use utils.synchronized decorator. Disable its test case, since I think it is no longer needed with the tests for synchronized.", "proba": 2.286055860167835e-07} {"commit": "f4c411d6a532a4a4bc92fcfc0da38fd8bcb6f5c1", "message": "fix expert critic v2\n", "proba": 1.8406696256079158e-07} {"commit": "804557cf5f7c735915d189ba65affae643ec0188", "message": "End quickly if there\u2019s no tribe\n", "proba": 4.4624621864386427e-07} {"commit": "27626001fe8f274fccbc9a90c167c1624b1a8808", "message": "Convert fs to int before passing to initmydsp().\n", "proba": 4.659876594814705e-06} {"commit": "d29164413e91176853cbf9151f137988fb8189b5", "message": "Change main log and rollback log description\n", "proba": 2.564344470101787e-07} {"commit": "7e30358086787d931eb9881c2d1fca4fde01a3d6", "message": "calling scripts\n", "proba": 1.8680283346839133e-06} {"commit": "d764a58323d73fc56d44890e7f642778e197fb92", "message": "Remove misleading comments from example server\n", "proba": 2.2352514861267991e-07} {"commit": "ef0c5b93f98320ac1f2e67e1760ad583a29de999", "message": "Adding key_for_name function\n", "proba": 0.00015759097004774958} {"commit": "bcecb8fd9a8f849e029a12fc816af0986d4da677", "message": "Changed calculations to check for correct data types\n", "proba": 3.1724698601465207e-07} {"commit": "cf4cbb154761b71eb02fd19f8c210e4b1ba4274c", "message": "Adding more info to the mock resource 404\n\n\ngit-svn-id: 24222aecec59d6833d1342da1ba59f27d6df2b08@920 3f86a6b1-f777-4bc2-bf3d-37c8dbe90857\n", "proba": 6.653716013715893e-07} {"commit": "d578be0a726d89951d0b8a41b13f796a9917ad08", "message": "bug fixing -rips -C\n", "proba": 1.1737161003111396e-06} {"commit": "07325b36ab7d12932c517294cbf9227d1bebfb2e", "message": "fix the brokeness introduced when fixing rebooting (RBL-7519)\n", "proba": 1.0818602902418206e-07} {"commit": "cd831b4ab4fd563dfefda80c7600677b94c1e36b", "message": "make encoding explicit\n", "proba": 0.998603880405426} {"commit": "41aef7c04cc58f7a3040660ce8b7a5235741b64f", "message": "Test get_item_model_class\n", "proba": 2.4819214559101965e-06} {"commit": "fa3617fb26de68eb0f707bfa6556191f1f8c709d", "message": "Added one part of Cadair's analytical test.\nHGS to HCC is go.\n", "proba": 1.1305450442478104e-07} {"commit": "1e73839300d08b57b214abc2dd044be52806c8fa", "message": "add oppslist on articles urls\n", "proba": 2.6165929511989816e-07} {"commit": "13b76c32d387e6074719818bc72847afece0080a", "message": "Add verfication loop to prompt_for_answer\n\n", "proba": 0.00024709125864319503} {"commit": "77fcabd15a615e2e5c5a05e7b907a7a55aa6191c", "message": "Remove core url overriding\n", "proba": 5.927432766839047e-07} {"commit": "c02b36b32e6b4161dbee3e867b43113c0c91301d", "message": "Update provider.py\n\nAdd multiprocessing for compress the tarballs", "proba": 4.197868008759542e-07} {"commit": "85c2b282a82a3d6214bfa79dff97b0fddee31aac", "message": "fix off by one error that was screwing up hashes\n", "proba": 1.951099420693936e-06} {"commit": "4bb64d3205757ba3c4ebc5c76e79e9d52a3fcc04", "message": "Minor changes\n", "proba": 3.7887019743720884e-07} {"commit": "8b9c0564430dd6dfc7fe40121a272ec4fd958d7f", "message": "Change default output quality to 90\n", "proba": 0.00014300763723440468} {"commit": "d836d27b989c3ae4b459fb451ed974951088500c", "message": "Do not modify queryset or kwargs passed to super\n", "proba": 1.574118613234532e-07} {"commit": "7c5f8362b26313217b6c248e77be3dc8e2ef74a5", "message": "Clarify some config options\n\ncurrent help message to log-config-append is a bit misleading:\nif the extra logging config is using oslo_log's ContextFormatter\nas formatter for some handler, the logging_context_format_string\noption and the like do in fact still apply.\n\nInstead, give the `log-date-format` as example option that does apply\nwhen log-config-append is enabled and clarify that some options\nare used with ContextFormatter only.\n\nChange-Id: I917cdf8799ac0fb5b49873d5c7bccd957a42f347\n", "proba": 5.737129322369583e-05} {"commit": "057ada149de78c733eb20df67b19b55794c30823", "message": "CBD-87: SFDSource.provide_design()\n\nChange-Id: Ib5d03317e6782f0770decd9f1dcb40408d8c982c\nReviewed-on: http://review.couchbase.org/17442\nReviewed-by: Pavel Paulau \nTested-by: Steve Yen \n", "proba": 1.2649857694668754e-07} {"commit": "c3f47c8cd857c49d3683f9151b255afa1c862184", "message": "Improve catching problems in gif_from_temp_vid() step\n", "proba": 3.385615491424687e-05} {"commit": "05eedb071cf861de1111255019c29ffb33200b35", "message": "Aesthetic fixes\n", "proba": 2.9299951620487263e-07} {"commit": "cd442e5a29c2b9d5b5e31c7e77ab1c559d67aea7", "message": "Fix type inference issue with vararg assert_equiv intrinsic when it is being compiled again\n", "proba": 2.948501105493051e-07} {"commit": "474c841c92f069619d0b2c672dcded8e0dc65a7a", "message": "Remove errneous ellipsis boxing\n", "proba": 0.9998553991317749} {"commit": "ac2ecf2ddd23dc3b5ea1ff89374bb50f6023fe47", "message": "Fix multiprocess testing when error occurs\n", "proba": 1.1649671250779647e-05} {"commit": "d50993fbe5aafe5e7095f13f85952cfa24f932a3", "message": "Fix function type resolution for ...\nmixed `overload` and `lower_builtin` registered functions.\n", "proba": 1.1058821058895774e-07} {"commit": "02766acbebe85362d15d9e8d639b4283418e5c19", "message": "rm print statements\n", "proba": 6.445612143579638e-06} {"commit": "090a010ad9b27348425790f74b979922b6bf5db5", "message": "Update smart.py\n\nquick fix different musics", "proba": 2.0534113787107344e-07} {"commit": "f758edce3c51a614ec8cc9b96e2fa992ecdf3d15", "message": "added active domains to NotValidatedDomainError\n", "proba": 3.4677316307352157e-07} {"commit": "5acc0b0a803569de17bfc71ab49102c26c6ed70d", "message": "Reverse story/comments open order so story appears on top in browser.\n", "proba": 1.0974937225682879e-07} {"commit": "c7c4786e664eb509d116fe775e0356948b7a8f1a", "message": "Update subtitles.py", "proba": 4.829744852941076e-07} {"commit": "7a54c6c3324d14c94093110eb33d0a288a4bae2e", "message": "refining protocol\n", "proba": 3.550576138877659e-06} {"commit": "adfe7a0953fe446984dced3c76698c7d14f1f448", "message": "revert ellipsis", "proba": 3.2016414479585364e-05} {"commit": "5b2090f2beddb26b2bcae68e8bdc82f4fc71f8bb", "message": "[FIX] cache is also reset when modifying followers list => rid off when simulating partner workflow\n", "proba": 1.5197167613223428e-07} {"commit": "12b1786e3550383c3e46f0219524ab95f38d3310", "message": "Add support for the API's submitting ham and spam features.\n", "proba": 1.0487189427976773e-07} {"commit": "a40538f67723ef2d48a90be934152c91e8495d22", "message": "Fix arguments in createProvider function\n", "proba": 3.759928222279996e-05} {"commit": "f694f054283967087a5ef3477c5443adee041edb", "message": "Add Firefox accounts in the allowed IDP flows.\n", "proba": 1.1298811131155162e-07} {"commit": "a85397e075d00f9871fcd92fb60e0d67ac87f06d", "message": "Replaced table ifs with table_types dict in ace.\n", "proba": 1.2487312517350801e-07} {"commit": "7a6abbdfc033d90952deb7dbd1e925e8e4c255df", "message": "[refactor] cleanup more options\n", "proba": 2.018576594764454e-07} {"commit": "76dc57a8077ad6869cec2ab45cd76aa087c74af5", "message": "Add python version vs psse version checks.\n", "proba": 1.2448859365576936e-07} {"commit": "c1ce76c805f4d4794398609b934496b50bc73296", "message": "updated comments, fixed Thread termination on shutdown, bugfixes\n", "proba": 1.4339634901716636e-07} {"commit": "0f7a30ab3da939ec428bc11f4636a012c5029dcf", "message": "Fixes test name typo\n\nFixes bug 1103374\n\nChange-Id: Id65542bc91e1e976c607ac46cdccee07cea70711\n", "proba": 1.6229389530053595e-06} {"commit": "1e2b8347644f5c9345a1c4680c40d3b1076fe33d", "message": "fixed path for JOKES test\n", "proba": 2.4850521640473744e-07} {"commit": "544de1e74a0287714dd27a340239c5d203fbd9ed", "message": "io: Fix logging output of netcdf importer\n", "proba": 1.870072765086661e-06} {"commit": "0d34dacb2a7b3b3a553c31622e561cf8c775c5ea", "message": "Add support for use screen id %d\n", "proba": 2.825310048137908e-07} {"commit": "79461da07b37b586d3f7dff82afdcdc28820621e", "message": "Automated reinstallation push\n", "proba": 2.114745996095735e-07} {"commit": "e9e98516317039d65bc16fcc02dc2cfee01c6000", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "25b5f768e737ad19e77102dbbc9442be15d23318", "message": "removed accessiblity tab blocks (tab feature will also be available in non-accessible mode, but needs to be fine-tuned to be of real use)\n", "proba": 1.0796257754464023e-07} {"commit": "0bc60f10e6b1c6fcc4f8772921fa3adbd7d5a979", "message": "Add support for hash dropout in V2 hashed attention.\n\nPiperOrigin-RevId: 270331326\n", "proba": 6.371487302203604e-07} {"commit": "2635737ad66d3d40609351acda0e9f5f72870c4a", "message": "revise FeedForwardNet\n", "proba": 2.3283736538814992e-07} {"commit": "0ade2a35c52b6d350fce92b5d32ae933b777a02e", "message": "Minor or otherwise undocumented automated reinstallation push\n", "proba": 1.3543557031425735e-07} {"commit": "9089819fab77bb8368abcfa3de1b6b798b0fa78c", "message": "add \"host\" option + reading points coords from shp\n\nHost option argument in CLI in order to specify where is located the osrm instance to query\r\n+ support reading points from shapefile + autoguess the column for X and Y in case of csv reading \r\n+ pep8 style convention + add of docstrings", "proba": 5.052997380516899e-07} {"commit": "0407d6128a2208d427a28c10f2b1b7ba3a4ba2bd", "message": "MB-34160 Fix cbtransfer from couchstore file to BFD\n\nChange-Id: I29a0bbdf4a164690008eed690ac3b9a1b51cafd4\nReviewed-on: http://review.couchbase.org/109161\nTested-by: Build Bot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com>\nReviewed-by: Patrick Varley \n", "proba": 1.6198944763345935e-07} {"commit": "a1e101e1ef6c0595f3546bc6076a3aaf1554ce53", "message": "Rename BngFileInterface instance from con to bngfile\n", "proba": 3.119891403002839e-07} {"commit": "8e61019451510b7b988850c6598787c10184b744", "message": "Copy the list of active skills during operations\n\nA skill can be missed if a skill is removed (due to an error) from the\nlist during iteration\n", "proba": 4.467705821298296e-06} {"commit": "0aaee6cc42657dd4cde130cfa2a5c6127126fce5", "message": "[FIX] better see/token functions and flow control for it\n", "proba": 1.711690487127271e-07} {"commit": "44a40d8554482f2ce3d6deccd14a6c39d5a029d0", "message": "CBD-87: BFDSink.can_handle only checks dir-ness\n\nThe emptiness of the directory is checked later in the BFDSink.check\nmethod.\n\nChange-Id: Id2e1b4e015ff1cb11f74cf38d54f6d5d28ff00cc\nReviewed-on: http://review.couchbase.org/17380\nReviewed-by: Pavel Paulau \nTested-by: Steve Yen \n", "proba": 1.9559338397812098e-05} {"commit": "949ca339bfda73fdec21e00661722c47f43a0ce8", "message": "Fix import linting errors (#337)\n\n", "proba": 4.403857190027338e-07} {"commit": "9b968e8cf4c5fd8e4bd120255b8eb3c7bc4e6943", "message": "Improve Admin for Authorization objects\n", "proba": 3.899674823060195e-07} {"commit": "989d960428928660354e71bcb5fbd1b0db3d03b7", "message": "pass flake8\n", "proba": 2.443861717438267e-07} {"commit": "951668b6b2fcaa5386b31d59df5004ff667e91e8", "message": "MB-22036: Remove the conf_res field when reading from a couchstore file\n\nThis flag was removed in 4.6.\n\nChange-Id: Ied5defafdfdf0e5c76e09d2690f91a66b7082aee\nReviewed-on: http://review.couchbase.org/71120\nWell-Formed: buildbot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com>\nReviewed-by: Michael Wiederhold \nTested-by: Michael Wiederhold \n", "proba": 3.458332287209487e-07} {"commit": "5429c7e7d76413a7262f11be069d4937ada2cca3", "message": "remove obsolete check\n", "proba": 1.0166980928261182e-06} {"commit": "6f6e6a2b86e9953935e2c52111d93df6227ddaad", "message": "MB-6046: Give out hints about node failover\n\nSolely based on \"Connection reset by peer\", we cannot tell if it is\na node failover or a temporary network problem. Still keep the current\nlogic but give out a node failover hint.\n\nChange-Id: I2eeb2f64e2a8344d10fa7a510de3d95cd5b1df12\nReviewed-on: http://review.couchbase.org/20600\nTested-by: Bin Cui \nReviewed-by: Farshid Ghods \n", "proba": 9.751157676873845e-07} {"commit": "7fb2bad474b3f4d5f100746bc37a736d5cfbfcd0", "message": "Fix bugs - gah, don't rewrite git history !!\n", "proba": 1.1325846571708098e-07} {"commit": "2805919a01bcdd71e65bf37d74ffc54b1d8a9041", "message": "checkSanity becomes checkInsanity to simplify execution\n", "proba": 1.2122402495151618e-06} {"commit": "d92bf2e57a37297a06e094fb69eef536a482d327", "message": "Adding tests for the summer reg status card in both positions.\n", "proba": 1.0202992228869334e-07} {"commit": "9b6cd1bfbd10ad68b6c9cccf99ebb4bdc6976efb", "message": "Updated \"clv_address.py\".\n", "proba": 1.2725929821044701e-07} {"commit": "43ebfc7f44993e3fa2de93900c3217db1a38e4e3", "message": "Remove unused function\n", "proba": 4.376627657620702e-06} {"commit": "e240b7fe0684b89fc51adeb5689aa5f909a70609", "message": "Copyright year bump.\n", "proba": 1.4339362053306104e-07} {"commit": "216d754238858d5c3694de7aaf4b1f187c62f1fa", "message": "Add ctrl f5 for full restart\n", "proba": 1.8145101421396248e-06} {"commit": "2e52a01481a2eda3bc3e0942b68bd5d03b35f3e1", "message": "Removing extraneous prints.", "proba": 4.688024546339875e-07} {"commit": "331bee8c1f450d28a100f6efd0ad2de006d8401e", "message": "neuron_volumina_viewer: Cleaned up docstrings of HDF5DataSource, HDF5DataRequest, and HDF5Viewer.\n", "proba": 1.112452991947066e-07} {"commit": "db9f4091bae06149d7ba0b05a21971936b802b67", "message": "Changed unlock rmt method\n", "proba": 2.7810301617137156e-07} {"commit": "89feb4cd5de2ca69de09e31c96f737ba64582e42", "message": "py: update example\n", "proba": 3.04282735896777e-07} {"commit": "b398a205a0809b1405c7389be6caf040c11b1def", "message": "update version\n", "proba": 3.3994695058936486e-07} {"commit": "90eeda967f513115bbf88deaf9b74c2963a2edbb", "message": "Random spawn locations for mice\n", "proba": 2.727848880113015e-07} {"commit": "6b6f2d911161569f428378777ead4598b0bf2c51", "message": "Fix issue when trying to reconnect existing node\n", "proba": 4.6506991679962084e-07} {"commit": "652eb301494dd7ed66c3db19103bf017c6eb63ba", "message": "Using YUYV color palette instead of default", "proba": 2.0386191579291335e-07} {"commit": "b04d3f0b76ccf3f4a13c665479af1b61fb7f3c10", "message": "add resource id class\n\nTest Plan: write tests\n\nReviewers: cojofra\n\nReviewed By: cojofra\n\nDifferential Revision: https://work.r23s.net/D3997\n", "proba": 1.609891739917657e-07} {"commit": "4826426119c7b9704a967ff7a15f03646ec58e26", "message": "Try to apply character limit on answer with \"clean\". Does not work\n", "proba": 0.9997890591621399} {"commit": "d716b9983097c46de9bf4509f1df7adf3ef62655", "message": "create function to use api v3 to disassociate interfaces and environments\n", "proba": 1.5766124761285027e-07} {"commit": "8a2997dfb7d2815f81eee8fc52f02eba76794410", "message": "add more debugging of tests themselves\n", "proba": 1.3282955535487417e-07} {"commit": "6766bff9dbd179469b392cea2c6c219fc201169c", "message": "Copybara import of https://github.com/google/neural-tangents/pull/157/\n\nPiperOrigin-RevId: 461633967\n", "proba": 2.505526879303943e-07} {"commit": "1251c54ea05e19b85122d93a6942d6e9c9e05cd4", "message": "Remove test docstrings and combine tests\n", "proba": 3.60414759370542e-07} {"commit": "be32d13eb2f62ad613b0682015671e912e264d7e", "message": "make repquery start to know about flavors\n", "proba": 1.5281183607385174e-07} {"commit": "904b3f111e365d4623d7aede578aada44fb8cbfc", "message": "shadfxml - fix for windows/unix compatibility for real this time\n", "proba": 1.071514219574965e-07} {"commit": "935f8d59ce3a43d5b0b8ed68e1fbd91bc6f62da6", "message": "Removed uri package.\n\nTracker is broken.\n", "proba": 1.0873009159695357e-07} {"commit": "7bd1981e6132f1753f7088dc1f1671bbf816f98d", "message": "quickfox: Resend oldest unacknowledged packets first\n\nFor the first pass proof of concept I had the script resent a random\noutstanding packet when it decided to resend anything while I made sure\neverything was working (including correctly dealing with duplicated\nresent packets).\n\nThis is suboptimal as it might randomly choose a packet that has only\njust been sent and hasn't had time the acknowledgement to come in.\n\nInstead, keep the list of outstanding packets in order of oldest to most\nrecently sent and always resend the oldest packet. On my connection with\n0% loss on upload this completely eliminates duplicate packets on the\nreceiver end so all resent packets were necessary. On links with some\nloss in the upload this should also improve things.\n", "proba": 7.096903573255986e-05} {"commit": "3f87ed86720d3d41600a9d56c841628c5b20a9bb", "message": "Fix test case.\n", "proba": 1.0536132322158664e-05} {"commit": "7ad8d8b098af83d945b281d75fe4aaacccebfa4f", "message": "a&g+ \u306eURL\u5909\u66f4", "proba": 2.850043983926298e-06} {"commit": "a7c5a8fd3af6d3a3534cb55da3f52db5b2630d5b", "message": "Per oEmbed spec updates height and width to 800 rather than 'auto' and 100%\nBGR-4483\n", "proba": 1.1707207647759788e-07} {"commit": "4126f23388a4e153c63b7fcf0b51659598a39534", "message": "[FIX] base_file_protocole : by default export with Unix dialect\n", "proba": 2.484319736595353e-07} {"commit": "093224b8aefa0fc705e8331eb99c97b3013a933e", "message": "Update enjoy.py", "proba": 2.814724666677648e-07} {"commit": "e0468760c7d2f9f814d9f1d5b5bdbcbca33c1b5f", "message": "add more verbosity in case test failure\n", "proba": 3.379885674803518e-05} {"commit": "6e4a1e26fe22e58dc2133b502fc3531a08284325", "message": "Fix issue #59 -- signals causing crash during loaddata, and probably elsewhere\n", "proba": 1.1304383207288993e-07} {"commit": "4628aa261f92a46c0a27cc4aea8999ed9ed581bf", "message": "flake8\n", "proba": 2.8183080758026335e-07} {"commit": "3a90e0665f96612b6265ccef71b35ba4d21d17ae", "message": "Added index option to preserve random file ordering on file system\n", "proba": 2.45117462327471e-07} {"commit": "83b9ac136b23fba5b70493ae38a09a54a3a5039f", "message": "fix asciidoc appearing in plugins.compile_pandoc\n\nSigned-off-by: Chris \u201cKwpolska\u201d Warrick \n", "proba": 1.1018900636372564e-07} {"commit": "bd4c98c140dad3aad091971c0008c14ec6a0599e", "message": "Fixed up the imports to follow a consistent style and adjusted variable names accordingly.\n", "proba": 1.0606095202092547e-07} {"commit": "2390e81c95d14d1c95763b6d7c7f48253f1b704b", "message": "Atualiza a vers\u00e3o para 2.8.3\n", "proba": 1.3016013326705433e-05} {"commit": "9c8e061c51a4dd209318baa0982a72430cbc312e", "message": "Fix exception for non-existent VRF\n\nTrying to modify a prefix in a non-existent VRF would throw an exception\ninstead of a nicely formatted error message as the vrf variable wasn't\nset at the correct time. Fixed!\n\nFixes #516.\n", "proba": 1.1667895449818388e-07} {"commit": "2f5ad3cab6a336225f491b578c767bcd1622552f", "message": "Code cleanup\n", "proba": 5.596320988843217e-07} {"commit": "49c3e4dd936a195f3c5f75e60ca77d9abdb8e719", "message": "Update version.py\n\nAtualiza a vers\u00e3o para 2.6.11", "proba": 4.646545335162955e-07} {"commit": "c9e07be3aad8541299cdf46df0d12a9196b0349c", "message": "Fixed obsolete imports. \n", "proba": 1.9498757808378286e-07} {"commit": "5de101e45b5322f98b89801e4cb2cba0ea0945f8", "message": "Add docstrings for the db module\n", "proba": 3.541773025972361e-07} {"commit": "41b18e80e2cd3faa3fb124dcc0323e2fb95ae10e", "message": "tweak distance/angle/time parameters in events module\n", "proba": 3.8566247440030565e-07} {"commit": "c68fed4c83a949e274e035b35e6acd77d12324ec", "message": "first try to test reconnect (v2)\n", "proba": 1.3455112934934732e-07} {"commit": "821269dee073e4048361cee229b374731f505911", "message": "compile errors corrected\n", "proba": 1.0453195500303991e-06} {"commit": "22987b486048056c31ae41f27d8b2f8529303490", "message": "Ignore empty lines in series file\n", "proba": 6.19378124611103e-06} {"commit": "01c390016c54af1f68ee786d8d211a62764265f2", "message": "Added history for shitty model.\n", "proba": 1.0857279875153836e-07} {"commit": "30fab90149af4469ba11653ade988556171a4444", "message": "SunBuieDistribution class has beeen changed to a BuieDistribution. Only angle distribution acording to the Buie model is calculated.\n", "proba": 9.873794226678001e-08} {"commit": "de255441001f687b99c1608b011c65af3245a4d6", "message": "cublas_gemv added\n", "proba": 1.6184614537451125e-07} {"commit": "12dd0e72d6043c0c5562768945eed10ccb0d16dc", "message": "Updated to use os.path.join\n", "proba": 2.1595757004888583e-07} {"commit": "c110c9c62aa8f3f20d7588e4549e81be45207fa8", "message": "Fixed syntax errors\n", "proba": 1.01529985840898e-06} {"commit": "9c0af3b336d5137061efdbf3d7f1410db63f99b2", "message": "Fixing test results\n", "proba": 1.08004553567298e-06} {"commit": "620db1148cf12d757ee5bdad775d586e8d97e95e", "message": "Little cleanup.\n", "proba": 1.8563147818895231e-07} {"commit": "8c8f8f6c069422b60550c665c5081d1ff4313a1d", "message": "Putting in hooks for parallelism.\n", "proba": 1.4267924086652783e-07} {"commit": "9b92d1c3cc5591322d71a33456e6c62580495bab", "message": "unused variable\n", "proba": 7.440599347319221e-06} {"commit": "2cc17ffc7ae6aa551670b9b328da334a3b1a499d", "message": "pep8 cleanup\n", "proba": 1.5326823188388516e-07} {"commit": "b098800ec92909a88d0e587d80c3c4ff57771777", "message": "Added formatter to logging, added more details to Joomla case.\n", "proba": 1.01315698941562e-07} {"commit": "c19fa3be89d6d9b6dd8afac4ae9886b289a5009f", "message": "CLIMATE-297 - Fix test_local breaking if run outside of tests directory\n\n- This is a pretty hacky way of fixing this problem. It uses the inspect\n module to get the location of the test_local module (which we also\n have to import in test_local, which is hideous). The path is then\n manipulated so that it points to the /trunk/examples folder. So, it\n doesn't break if you run outside of the tests folder but it does\n depend on the repo layout present at Apache. Ultimately, the outside\n dependencies should be removed if possible.\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/climate/trunk@1523013 13f79535-47bb-0310-9956-ffa450edef68\n\nFormer-commit-id: 57a718582d51b05196c0d5adbe514bddce0a9da2", "proba": 4.7782879846636206e-05} {"commit": "32273088c5f07f67c3f4d2668f918dfe87c2289b", "message": "Added TODO-note.\n", "proba": 1.1331021454452639e-07} {"commit": "55d42e0090e6a427c62634a476bd40ed85a51d9d", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "fcd298a60a2a74bd3e1972876db208dfa25f8e4c", "message": "New options for adding signs and location list lines\n", "proba": 2.0871306105618714e-07} {"commit": "93ba7f11199d7c1ec490bf3de2ff2f8d374ff554", "message": "BUG: fix bad dtype check\n", "proba": 4.6999500113997783e-07} {"commit": "c24f286b0c5e1c10b2f20420ee2dbafb7c17be16", "message": "improve docstring\n", "proba": 9.166568634100258e-05} {"commit": "14c447887111b9663d929ce3d14b536a1294b12f", "message": "Fix deprecation warning\n", "proba": 9.940606832969934e-05} {"commit": "99f713555748ac491a4ec2193dccd089a15287cc", "message": "Drop expand array logic\n", "proba": 7.060897928568011e-07} {"commit": "83bce27e435f4a9b9fd7f7138efa574560f29a2c", "message": "More VirtualTable features. Start of support for streaming and multi_response.\n\n\ngit-svn-id: 55198a34599dbf839a02c2a2ff0bd06dff76438e@325 960bbd1a-3921-0410-93bb-a35bc832efea\n", "proba": 3.398114643005101e-07} {"commit": "9d23170ca7572e1229b6f2f5a80074967996da34", "message": "increase tests verbosity to 2\n", "proba": 1.6117523045977578e-05} {"commit": "a6f83ac0e0a1dafe9f8f736e5bad4fa9615eedf0", "message": "smiley-face-when-win\n", "proba": 0.00045024772407487035} {"commit": "30fb1069b11ee77c59d70810982448c1fc84245b", "message": "UK: XFormListObjectPermissionFilter for users with submission permission\n", "proba": 1.2594088616424415e-07} {"commit": "12beb2bd3572f49b7520512ef09b954c291d56a0", "message": "Added ability to read SIGP, LANDP, and ANDP blocks in continuous energy neutron xs tables in ACE module.\n", "proba": 9.873436113139178e-08} {"commit": "be88c4dade400799e5c1b2c516f0de165ecd3bdd", "message": "Turned reaction_name() -> reaction_names dict.\n", "proba": 1.4068385212340218e-07} {"commit": "0137d132dd2a845d505fee2a2dfa12d4c3dbd2a4", "message": "Fix connection after disconnection", "proba": 0.0002376277989242226} {"commit": "4a6c96479ccf1b91a4264e1748821f0be1ebc1e3", "message": "Keep processed test in focus\n", "proba": 1.4024982419869048e-07} {"commit": "8837381838596b1d0bd971c321bf205b0ae0b01a", "message": "the bundle is a list that uses append instead of add\n", "proba": 6.289944849413587e-06} {"commit": "aea04c1718c53c4d2a9f73005508d2adc6e89d56", "message": "Fixed fallback date parsing. Closes #17\n", "proba": 3.11307928768656e-07} {"commit": "ec484e3fcfa35c254e9ba5229e5f15b1f1dbbfef", "message": "extras: allow tags to be used with annotations (#1008)\n\n* extras: allow tags to be used with annotations\r\n\r\n* extras: fix typo in tag search error", "proba": 1.7777589391698712e-06} {"commit": "053205068a07ec6523c21d3b9d5a7e7d363f4cfc", "message": "remove one cooldown reset\n", "proba": 1.178491970676987e-06} {"commit": "5b857544594c000b285ebbeb8776dcf444fed03b", "message": ":sparkles: server emoji cmd can now take server name/id\n", "proba": 3.4062878739860025e-07} {"commit": "f564bb9cb7a7b73b30c03362951bacd652763b3b", "message": "Fix delete card not working.\n", "proba": 1.2694366091636766e-07} {"commit": "67a20291ecba9344a6ba97f0793eca5d27a06f4a", "message": "Bump to version 0.4, drop dev tag.\n", "proba": 1.044447088816014e-07} {"commit": "d39ec5c25680d219fba27e2213db336468c29aee", "message": "removed syntax error\n", "proba": 3.0099133709882153e-06} {"commit": "186780f2f72cbcb1431e350fe5f5bb162a3f4630", "message": "fixing competition solver\n", "proba": 5.545155090658227e-07} {"commit": "4dbeeb7f1a2ee99a72762dad99b02d9330a35443", "message": "changing angles\n", "proba": 3.2302241379511543e-06} {"commit": "eb52b5b66a6507d0e36accf0afc7b1f493c99868", "message": "Add direct feedback net\n", "proba": 1.3550041444432281e-07} {"commit": "b1e2492f0277dbbe835a3a1c066acd6121c11fbb", "message": "Expanded photosize quality settings.\n", "proba": 1.216435521200765e-07} {"commit": "07a17c17a72accbb68024bac0a42a5020ab07add", "message": "cuda: making sure that init() is only called once\n", "proba": 6.654674393757887e-07} {"commit": "31dc75e82777ac14d336a938300d00fae7633d4c", "message": "Codigo limpio\n", "proba": 6.453435617004288e-06} {"commit": "93c13f57ac0bbeb7d42c7f997e48c6085e8decda", "message": "gui: document constructor params\n", "proba": 1.4380968877958367e-06} {"commit": "a5c8a23d9287ad7848604305b38e867232d9d9f6", "message": "Added remaining sources count to enqueue log\n", "proba": 1.998315610762802e-07} {"commit": "76d9bbf5a56380b5b14697919e154c92cefbb064", "message": "Added missing pilot user\n", "proba": 2.263878684516385e-07} {"commit": "e427ab2430c6e2d5f820932b86bd93d2d28ca59e", "message": "Renamed CloudTrax method get_status to get_network_status\n", "proba": 6.117859356891131e-07} {"commit": "6560bf7f5ef262c7ffd05a3a6c477b1b2b3b0e7d", "message": "Started populating runs job_id\n", "proba": 3.4417431038491486e-07} {"commit": "eb89516da3ce404b1d73bfe41b5b760666f64dc0", "message": "gui: don't import *\n", "proba": 1.907981186377583e-07} {"commit": "46e26322684878b8af74e8b9b734095ebf187bca", "message": "be able to inherit falseish stuff\n", "proba": 2.1657913293893216e-06} {"commit": "b368619deb8c57212241780d96ae5017442c665d", "message": "whole xmfa file processing\n", "proba": 1.8659632416984095e-07} {"commit": "a52dd44cc8048f26207c9f2edcd276257c78a71a", "message": "Modify super class\n", "proba": 1.3865713981431327e-06} {"commit": "ef512d2924e4ac14fbacba847a3eb5b88ef1562d", "message": "Added changing of the orientation axes labels\n", "proba": 1.4212379539912945e-07} {"commit": "1b03b4a29bcc672158ad34533a1a9f87960aa159", "message": "Get SECRET_KEY from the environment\n\nNeeds https://github.com/caktus/fabulaws/pull/11 to work properly during deployment.\n", "proba": 1.0655549687044186e-07} {"commit": "7e34f8012daccce1f67576f7feaae7e01c5a0944", "message": "Updated \"clv_abcfarma.py\".\n", "proba": 2.3616549071903137e-07} {"commit": "78a7ff37dbec626d9e224837ebab1f30bc2ffa67", "message": "bug fixes on md fetcher\n", "proba": 1.9899518122201698e-07} {"commit": "3e8e0fd8d021126bb22462a08b6b54989b53c327", "message": "raven setting\n", "proba": 1.3213444617576897e-05} {"commit": "bc49969e2dd6823f7d9638f44db29228573ba906", "message": "ignore focuse height in RenderAutoTiler, change default heightScale\n", "proba": 1.5533673547452054e-07} {"commit": "eb85599740fd489e9bb7907625c3be209348bd7e", "message": "removed memcached start\n", "proba": 3.4942593174491776e-07} {"commit": "32ab7b78ee67013537bbdba30fcb22b5b4ddefc7", "message": "[FIX]Kanban view js not loaded if database created through command line", "proba": 1.7867712642782863e-07} {"commit": "c48f11041bf46ccbc880aba6c3c90f79e932c68f", "message": "[IMP] chmod data-dir\n\nbzr revid: chs@openerp.com-20140116164406-p2gtb2uziwhchp68", "proba": 2.8145313990535215e-07} {"commit": "392f31e4e7af96c50e49f701c791e6c77065dfb0", "message": "[project @ Fixed protocol error instantiations]\n", "proba": 1.0705623054718671e-07} {"commit": "b0b9b18bcbf661a4fea6123ab9f44f9cc2929b17", "message": "Made KVS_KEY_SEPARATOR private\n\n\nFormer-commit-id: 5755ccaef4e3070b282dad4c0b9112cebeca00f5", "proba": 2.2791638798480562e-07} {"commit": "64eb845275f6ed7d60c7942bac4106d2b8d34c2f", "message": "Compare XML contents of input_ and tailoring instead of the file paths\n", "proba": 3.3242758945561945e-07} {"commit": "037478987196d0435c4c001530d184e201a6ba81", "message": "resetter updates to do verbose pregame with probables\n", "proba": 1.6001642677565542e-07} {"commit": "21a24ea2092544f33c6db1e8f7f109c481b188ab", "message": "Avoid unuseful lookups when hostname not valid\n", "proba": 0.0010707688052207232} {"commit": "9260521478c8acd10f737a67ec64a8a481c4f4c9", "message": "rrc: don't crash if connectected subscriber is not (yet) in 'HLR'\n", "proba": 1.3002669163597602e-07} {"commit": "f2319ed8785d748f2f3b4f36882efbbe32ef7405", "message": "Handle an inability to display an exception string more gracefully.\n", "proba": 1.864616621105597e-07} {"commit": "4434ca632e783b935ace08677df421852692dcbb", "message": "Disable Django toolbar-- breaking mongo updates.\n", "proba": 1.1359097840113463e-07} {"commit": "75168bb97fa118d4f672c466ae899d2f6241f789", "message": "Fixed Ruby syntax\n", "proba": 6.681465265501174e-07} {"commit": "d99f4a2649ce02da2f67769e381e51264f3c3eac", "message": "Refactor and cleanup.\n", "proba": 1.4072195142489363e-07} {"commit": "361d462700da0b2104b996c6132f6ac3296376ad", "message": "[fix]daily order in user daily list\n", "proba": 4.6909949560358655e-06} {"commit": "6d70e7fd1f7c4013b172ee2652bb76d6db7538da", "message": "Fix for getting the list of tracks associated with a user.\n", "proba": 1.0992828691769319e-07} {"commit": "9bb9f2949547093749357f8f49af1424ac86d578", "message": "Try setUpClass instead\n", "proba": 2.1509409009468072e-07} {"commit": "270116255638a65975421e8b5da9e528e0a88732", "message": "Add temporary support for hostips using metadata/v0 data (#286)\n\n", "proba": 1.083801706158738e-07} {"commit": "e7aa63ecca16a38af42579aee1a7029048e14e64", "message": "Enable develop\n", "proba": 2.8280814490244666e-07} {"commit": "61cac0a06c969cb00987baee6b396c29960833ac", "message": "Removed extra code that should not have been included\n", "proba": 5.05358514146792e-07} {"commit": "fa6319eab93add0fc707389abaa4067ea697d50c", "message": "Totoro: fixed spelling.", "proba": 3.635357472830947e-07} {"commit": "3b47f3396884d233ddc60fb31a22a9276440c351", "message": "Compare two calendars before comparing whole DateWith objects.\n", "proba": 1.318480400414046e-07} {"commit": "d1b23dcd365be30cd2f19b15da125002f49a8e40", "message": "Updates to version 0.1.1\n", "proba": 2.677062980183109e-07} {"commit": "e75c392c2b0c79307d3dfef13334ad814a05370c", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "5b7514abab84c37d73570e6d6d35cbf7ffc41a02", "message": "Fixed typo\n", "proba": 1.2940510032422026e-06} {"commit": "e8efb749ddcf2f91e6e846b5c6e31e8770fc6af9", "message": "Add a name for the API help page URL pattern\n", "proba": 8.803273203739082e-07} {"commit": "cc3a6430b0508ff387c072d246ac89db41f31710", "message": "Interpret sRGB chunk", "proba": 0.01681932434439659} {"commit": "90eca27e2c37002908cad3fbe23a5f7595128add", "message": "Fixbug, add limit on return queryset ArticleBox\n", "proba": 2.2599354565500107e-07} {"commit": "60ab707137c8c440ec73ab483718dd366972f529", "message": "Added field include_in_main_rss to Channel model\n", "proba": 2.2624152506978135e-07} {"commit": "4fa533385ed9065f9b52bfca3171c16044ceaabe", "message": "Fix FieldError('Infinite loop caused by ordering.') on Channel model\n", "proba": 1.931678161781747e-05} {"commit": "f9220cc6b2b04a4eaaf1e07c4f5a9d7bb3d66f05", "message": "removed expires", "proba": 9.627907502363087e-07} {"commit": "569871f15bfb68da81c11fbb24bf34c6564a5759", "message": "Fix format sting on image url generate\n", "proba": 9.781151311472058e-05} {"commit": "4d620e1a8b1aa7555c25f5a15cff16bcd9f43ba9", "message": "Change timer of watchdog.\n", "proba": 2.0017374424696754e-07} {"commit": "7675f2ed4365db2216c805a9831a3beaf71d69b8", "message": "add_user_to_group\n", "proba": 1.4332678802020382e-05} {"commit": "dcd890db1ff8d848d739140fa33b3e728d7e72b2", "message": "Disable saml in dev configuration\n", "proba": 5.501524924511614e-07} {"commit": "545f6f590ef37182ff27ab0a321a113451042b98", "message": "BUG: Addressed bad _load_data calls\n", "proba": 2.0460984728742915e-07} {"commit": "e535111508c7d1e18a62885debe503d1664d0332", "message": "orka py better\n", "proba": 5.027655447520374e-07} {"commit": "11790e4669a9cf06c89d58bdc35da779175981bf", "message": "games\n", "proba": 1.3513717931346036e-06} {"commit": "a05bb77204b5111f8f098db71e4228545f242773", "message": "\ud604\ucda9\uc77c, \uac1c\ucc9c\uc808 \ucd94\uac00\n", "proba": 4.4896233930558083e-07} {"commit": "1d90ef77e6bf57c71142e31ab227af23ec7827f8", "message": "Removed stray reference to md2\n", "proba": 1.6170884009625297e-07} {"commit": "a74f106b9042b3bdb0770c2736f7870241be57bf", "message": "small fix to add one more state in error messages\n", "proba": 1.5854359958211717e-07} {"commit": "af51420c0b049626222c3a5332496c77f57f8034", "message": "- Fixes and cleanups around backup file handing\n- Implementation of the Context class\n", "proba": 1.2757013223563263e-07} {"commit": "76e4bb966a04ad320cbf0c984ee60c6aa2ffab5b", "message": "Add SELinux parameter value to log\n", "proba": 3.333612994538271e-07} {"commit": "09e3526898c375cb63b85a30dffc96a3365f6605", "message": "Implement dummy auth for all resources.\n", "proba": 1.2299813079152955e-07} {"commit": "ee697a34e4d987befc0a25a76d1be70618a23e17", "message": "Added Remote Desktop Switcher\n\nAdded new feature to switch between Remote Desktop Sessions - Based on information from http://www.korznikov.com/2017/03/0-day-or-feature-privilege-escalation.html", "proba": 1.1595448512480289e-07} {"commit": "a22aa73a44f94c22a2279e9fc6e3995e1af03517", "message": "Added try-except around populate_metadata call to prevent errors.\n\n`./manage.py syncbd` will fail for fresh DB syncs if a model is\nusing seo & the model's schema is being managed by south migrations.\nThis is because the model's DB table will not be created by the syncdb\ncommand (but rather a subsequent `./manage.py migrate` command).\n", "proba": 1.3160520495603123e-07} {"commit": "ba5b67ff3925cbd18449d4edbcf8a8f38100b7bd", "message": "wrap startup in try/catch\n", "proba": 1.3637773008667864e-06} {"commit": "92f7ad8df1ea24327b48be4722a57e2734e403a2", "message": "replace '-' with ' ' in title\n", "proba": 0.9999963045120239} {"commit": "d5c087e9d707ae04189e0a5defeaee18e2320c28", "message": "Cleaning up code\n", "proba": 1.3222546613178565e-06} {"commit": "0655f26d3280bb9677020d82c09596c59cadac5d", "message": "add more toolchain options, improve error handling, and fix indentation\n", "proba": 1.521895143241636e-07} {"commit": "4e729437c630759254a6abb3675f8e5f21fbf86b", "message": "Fixed python3 issues\nActullay refactored the code so that it can run both on python3 and python2\nThe changes include:\n\t* print_function\n\t* use of range\n\t* wrapping `map` function with `list`\n\t* some flake8 styling\n", "proba": 1.5548790543107316e-05} {"commit": "5a7c63280d7aa7b8c68d8b867dd0efabf73d92c6", "message": "Squashed 'hack/libbuild/' changes from 6b850ad..47a901a\n\n47a901a Update reimport.py\n\ngit-subtree-dir: hack/libbuild\ngit-subtree-split: 47a901abc3447b7f0e2948d5b1b97bdd5a1ddcea\n", "proba": 1.627565870876424e-05} {"commit": "ebb64ac5912b4a8eea0cfc0895dce57e122ba3b7", "message": "fix(citest): Add queueing to front50 Hystrix config (#3152)\n\nA number of the intermittent failures observed in running our CI tests\r\nare due to Front50 hitting a Hystrix circuit breaker when trying to\r\nfetch newly-created applications from cloud storage. We fixed a similar\r\nissue in gate by adding queueing to the Hystrix config; do the same for\r\nfront50, and also increase the queue size to give us a bit more buffer\r\n(as we send ~20 requests to create an application at the start of the\r\ntests). As this is primarily an issue with burstiness and not throughput,\r\nleaving the thread pool size at the default for now.", "proba": 1.226814703159107e-07} {"commit": "cfae6d5e5661fe895a2c21a3907063fe99a39cde", "message": "latest and greatest\n", "proba": 8.943532066041371e-07} {"commit": "1e6ad4aea7f1ce175c7766b6d52c66740dbd8ec3", "message": "Lower cooldown of spoiler command a bit.\n", "proba": 1.1128626198342317e-07} {"commit": "bf0dedad8abd6bce4b77e73774c6939688868aaa", "message": "Forgot to use w_scale\n", "proba": 1.5348602744325035e-07} {"commit": "1c4674ebaf562e10e0c0f54a5b2b529861034dbb", "message": "kind of work, there is still a small mistake\n", "proba": 3.6151950553175993e-06} {"commit": "17d7c63d40483dee3a43d9b18008136ec0000a8b", "message": "Centered fd in first_derivative\n", "proba": 1.1052447916881647e-06} {"commit": "2053388c640d5618233f38a652b23d1ba8fc1f03", "message": "user: bug fix in PROFILING command\n", "proba": 3.566277939626161e-07} {"commit": "73678ffe9b8c9f6555e804aa64348d39a175ef01", "message": "change order\n", "proba": 2.7132518880534917e-06} {"commit": "cfe4e606c874b6ecdce2d7729088360d2ca1b00a", "message": "Fixed event announcements\n- Stopped working because Discord removed \"default channel\".\n", "proba": 1.0483589818477412e-07} {"commit": "bb5345cbc9273630c41cfc5b81b0f6436e0ca8f7", "message": "move to random.choice() instead of randint() in 8ball\n\n", "proba": 0.00022689663455821574} {"commit": "3e6a6e9f5f88fb947a63e8d90d48ea0465a9f89d", "message": "After 28194ee we don't have is_foo=None properties enabled in classes\n", "proba": 8.331671779160388e-07} {"commit": "441c2c52bd4fcae40aad207c67bddc7cbdab3e67", "message": "put color in wrong place for uptime embed\n", "proba": 4.481542532630556e-07} {"commit": "269512e8462707eb31dc5feb9be7bb155406d856", "message": "update hash. do not see items used\n", "proba": 3.771099727600813e-06} {"commit": "a156f38710d4e9575265ec4ad18b061cd382a729", "message": "log caught legendaries to pokelog\n", "proba": 1.8684562519410974e-07} {"commit": "9ae19eef550c819c5a76700f44226ef095c9fd8b", "message": "Stupid bugfix in fencing code\n\nChange-Id: Ib611ee28791b04b0a4f4ee95df501b34b079f16d\n", "proba": 3.331173275000765e-06} {"commit": "5b9ccd948c9b634bcfbe3400c383d66568c7573f", "message": "remove streamlines memory patch\n", "proba": 7.787591584929032e-07} {"commit": "5621cacacb4f9316ceae0025fe760e570f7bce61", "message": "Clam Blitz support in profiles.\n", "proba": 1.1104665986749751e-07} {"commit": "034b57e907e2de35a0765dda21a1d9b0548dfe37", "message": "Improve mastodon error handing\n", "proba": 1.1980234830843983e-06} {"commit": "2bc842d207f345e49affb65b5901dab2f481e5a0", "message": "i still don't know how to use *\n", "proba": 1.3547277433190175e-07} {"commit": "17c9fdc5c686e1e4240dba648df668f72523a1f0", "message": "()()()()()()\n", "proba": 7.610145985381678e-05} {"commit": "98e7ad4c8ff91fcf5d6893919671a32d1870b155", "message": "cogs[utility]: lol I love minor mistakes\n", "proba": 5.826961569255218e-06} {"commit": "e5bd260594ef540a3f1da3446f7e4f53e87ba899", "message": "Incremented version number.\n", "proba": 4.2975938185918494e-07} {"commit": "b0de0aaef25abeffb372e3124789537ee25df4e5", "message": "Dry-run by default.\n", "proba": 1.2408605698510655e-07} {"commit": "c6580e9f48846fb35c949243dfd0939364de5f54", "message": "fixing college urls\n", "proba": 1.4626701840825262e-06} {"commit": "dbca5c5c127f9a147bdd5b1e06739d861a385e5a", "message": "Try fixing value bug\n", "proba": 4.61547557506492e-07} {"commit": "e2c048e03e57eb3c1f8a59b43ce652be9aff4726", "message": "Edit credits and disclaimer\n", "proba": 1.4471204679011862e-07} {"commit": "3667cc767085f1c69fe09fa3c287a520b7398861", "message": "Delete command_line.py\n\nFile moved to boids folder.", "proba": 1.2019242490168836e-07} {"commit": "06a3e23ee4e5a62e8efd5671c0f83c56e35b4f2f", "message": "lex.py: Fix error message of invalid tag\n", "proba": 5.58971237296646e-07} {"commit": "32af0bfb28190a3f2c0b1b7673af4e36647bb166", "message": "drbd: Fix the indexerror and support abbreviation.\n\nFix the possible IndexError when only 4 fields in output.\ndrbd-overview may abbreviated to 6 characters when 2 nodes exist,\nsupport the abbreviation.\n", "proba": 1.2401460480759852e-07} {"commit": "c16c66d8955e6abf995c0fa9cf23af04352fb5f2", "message": "improve debugging speed messages\n", "proba": 7.63562184147304e-06} {"commit": "d3e5f14653900e09afed8455e26e54d5a5dae625", "message": "salt.modules.seed: remove debug code\n", "proba": 2.6107654775842093e-06} {"commit": "bbfeaa82e967b03b7b5d54af609b87192d0d3ffe", "message": "Remove redundant unused functions\n", "proba": 0.0005733625148423016} {"commit": "cc959670dfdabc63292f5690ae17d3cfa21e5189", "message": "Clean up code - removed generate vector function\n", "proba": 2.2655899556411896e-06} {"commit": "9d32f92287a1927fa211f627114894166a344fcc", "message": "searching after loading the recordset options -- otherwise the search parameters get lost\n", "proba": 2.0293084901368275e-07} {"commit": "00d3380209afd3da31c3be2a3952ce338f6246a2", "message": "Make unit test for limit statement a bit more extreme\n", "proba": 2.0083503841306083e-05} {"commit": "14e1b380541a53a0490dcbf821322b879aad970a", "message": "Logs OpenGL version, renderer, and vendor.\n\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@572 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 2.094446972478181e-05} {"commit": "c3a59b4aa00547859f902add642f19c2d933b2ae", "message": "add arguments num_shards to generate_data\n", "proba": 1.8948698198073544e-05} {"commit": "33e93d1f70764d1dc81312be40bc8717dd7d191e", "message": "[FIX] PEP8 licence and use of itertool to flatten list\n\n", "proba": 1.1713450476236176e-07} {"commit": "e2ecf9154c55bbf4398bf5938572efb9ba36c1ed", "message": "Update settings.py\n\n[1] https://github.com/reaperb0t/GhostDNS/blob/master/Remote_DNS_Changing_Exploits_not_GHOSTDNS_specific/44380.txt", "proba": 3.0483690238725103e-07} {"commit": "d6829389472824817edc6644ab04750651c341c8", "message": "Remove Django 1.8 compatibility for default_slugifier.\n", "proba": 1.0694887464524072e-07} {"commit": "afb90e51e456ca88799b4ce95f9ec0bc942725f9", "message": "Remove unnecessary hook.\n", "proba": 3.007704094670771e-07} {"commit": "de9c675a9be08c8daf547ccd404c3641610ada5d", "message": "Always convert flag value to string in set_flag\n\nThe callee needs it to be a string so that it can be made\npart of HTTP request. However, in code using Rietveld\nit's useful to use non-string types for flags where\nRietveld actually doesn't return strings (say booleans).\n\nOne example is the commit flag, which is a boolean.\n\nBUG=291335\n\nReview URL: https://chromiumcodereview.appspot.com/24846002\n\ngit-svn-id: fd409f4bdeea2bb50a5d34bb4d4bfc2046a5a3dd@225748 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.9997795224189758} {"commit": "52147f81b383fd657ecb07e37258c1061e15c712", "message": "[test] Remove unused test\n", "proba": 1.4176171134749893e-06} {"commit": "8531c4bff0946d6b552cfe755f843bb07849f19f", "message": "[params] indexing with boolean arrays switched off, rases proper error now\n", "proba": 1.1907933838983809e-07} {"commit": "0ae522f2957cc95a4705b1adcfc8a69628632195", "message": "Bug fixes\n", "proba": 6.413791311388195e-07} {"commit": "36924a5239a29513c634f45843f2a1837911b8bc", "message": "Auto-generated admin.py classes (useful with models generated by inspectdb)\n", "proba": 1.0636300373789709e-07} {"commit": "22c60b82911132168b40c1f190f95a2a68155f19", "message": "More generic patch for #6020\n", "proba": 1.1302776670163439e-07} {"commit": "38de5d79411d4ba9d956061294fa9a9d966bafd0", "message": "test(URLs): Update to account for changed / removed urls\n", "proba": 2.8471001201069157e-07} {"commit": "fa9d23bef2bb8c64dc9cd37d5ae0b37ab49de506", "message": "Clean up imports [WAL-616]\n", "proba": 2.152808349364932e-07} {"commit": "f66c3f3d84fb19b1aa5df1d3de64386ccdf37148", "message": "Fix the alignment of the WHO list.\n", "proba": 0.0018620311748236418} {"commit": "210cf9a1238491a60aa9621628f43846b709b481", "message": "Remove unnecssary local variable\n", "proba": 0.01460450142621994} {"commit": "5884246cb53e23e087d06f5ae511a74cfd55dfd8", "message": "[tests] Improve assert message when wait_until() fails\n", "proba": 9.449207709621987e-07} {"commit": "52c6db5696e5b9af355f32e889904e37bcbb1b49", "message": "use pkg_resources.parse_version for version comparison\n", "proba": 4.353526321665413e-07} {"commit": "bfaee44b1fa4b06f932e9923554ef39ba4d2cc09", "message": "[commands] Fix types for Bot.is_owner\n\n", "proba": 5.337812467587355e-07} {"commit": "f5f15f3fa325933c83ceb6191f28e36d724d8116", "message": "Update NodeJS Versions (#3443)\n\nCo-authored-by: alexeagle ", "proba": 1.3123535325121338e-07} {"commit": "fd7cf9e289f2531e80a1f1f91e9d73c9ce892bf9", "message": "force logout\n", "proba": 1.0988799203914823e-06} {"commit": "61c658a22fa0a6b1898628cd15a1dc9f85d36ac1", "message": "[TwitchWatcher] Some readability improvements\n", "proba": 1.319641427244278e-07} {"commit": "2552e53983aef8c687ca47b0975274bd087ddfba", "message": "[Trivial][Cleanup] Remove unused vZC_DENOMS from the test framework", "proba": 2.422552825009916e-07} {"commit": "2de130303355b561ee44894fc8579bb28f0c5cdb", "message": "Adds twitter settings\n", "proba": 9.121171729020716e-07} {"commit": "f1b76a4c3f70bcee68d5786afd84543343910f38", "message": "release 0.3.3\n", "proba": 1.416117243024928e-06} {"commit": "a0f37f8e851708fc1f4a68b73f6dac6688a11b1f", "message": "[commands] Fix issue with proper local error handlers not beign called.\n", "proba": 1.0439013919949502e-07} {"commit": "e2583566d27a1f03f234753a5a4a51445e557225", "message": "have this guy wait like the 3jvm and 4jvm cases, after shutting down the cloud, so sticky sockets don't affect the start of the next test in jenkins list\n", "proba": 1.2641982038985589e-07} {"commit": "8ca6da0c861335081d9ca8b3dbf6dc717dfc1736", "message": "test\n\ngit-svn-id: 5305e2c1a78737cf7dd5f8f44e9bbbd00348fde7@107 ed100bfc-0583-0410-97f2-c26b58777a21\n", "proba": 6.251523814171378e-07} {"commit": "96fd7dc0a0e036710d22afde5c871dfa677730e6", "message": "Improve management of units\n", "proba": 2.1673035917046946e-06} {"commit": "3684ed7f894ed7afd36a7b7ad89dada2d32c53e5", "message": "Remove outdated docstring", "proba": 0.000394626782508567} {"commit": "d38a4e3c0dc4017a612fadf109c0321697376c07", "message": "move erase recursion out of findErasures() into main loop of\nmergeGroupChanges\n", "proba": 4.618284492607927e-07} {"commit": "1c6b577cfc70d79d3285f621e87bf02336ef74e7", "message": "Creating new database\n", "proba": 1.4299678241513902e-06} {"commit": "6ac2ec775f96004906b6f9d953420f3b3c18b0f9", "message": "lazy load MassSpecDatabaseAdapter's selector_klass\n", "proba": 3.028392825399351e-07} {"commit": "93e609076882617592ab3f57ebedf90f45d4dd23", "message": "Version bumped to v2.0.0.12\n", "proba": 1.7387152695391705e-07} {"commit": "815f5ccbf3033975886d982d1474ed409367c800", "message": "remove fastbigmatrix\n", "proba": 0.9999454021453857} {"commit": "9e397841dde7ed3e643811847c77d24eae5d5efb", "message": "Fix timeline method\n", "proba": 0.0012260554358363152} {"commit": "6b753611b20d888db1462a45c9d11f54cffc23e4", "message": "remove conditional breakpoint\n", "proba": 0.0008635518606752157} {"commit": "8a6e6484ba8f6aea6ef6fd212b089276ef35884e", "message": "[IMP] event: add some tests for is_ongoing field\n\nAdds some python tests for the is_ongoing field and search filter.\n\nLINKS\n\nTask ID : 2190611\nPR : #44651\n\nSigned-off-by: Thibault Delavallee (tde) <2d325771bb6e8870d87f0f3f7b45589a8338e550@openerp.com>\n", "proba": 1.9750741842017305e-07} {"commit": "821cc7d0521f9466a166732572ef9410b90c4fb6", "message": "Remove uneeded use of lists and sets in sync operation\n", "proba": 2.2836654522961908e-07} {"commit": "6acf9a94f21ba5c20651741b25fc1a248f91abae", "message": "CircuitBuilder.get_pulse: improved the docstring and a comment\n", "proba": 1.701200318393603e-07} {"commit": "f71aee3b63dc94d02731efe80e6ec6d6ac7fbafd", "message": "Add a function to get a user's channel rank\n", "proba": 1.5913270772216492e-06} {"commit": "693dd666c3c05ec09dbc361f303bb045207b8163", "message": "Remove no-op pylint disable comments.\n\nPiperOrigin-RevId: 364330068\n", "proba": 3.426246166782221e-07} {"commit": "c78d2e0872e1f0d69de75e7ac171ef68d19f5b72", "message": "initial version of plotting code\n", "proba": 3.084949469212006e-07} {"commit": "ec27386d6bbf9438329d6d2e34d2d6adbe050fdc", "message": "qidoc sphinx test template: initialize extensions list\n\nso that we can do: extensions.append() in the conf.in.py\n\nChange-Id: Id1ed9e633d945990332124ab882056696745cc86\nReviewed-on: http://gerrit.aldebaran.lan/64797\nTested-by: gerrit\nReviewed-by: ncornu <13ba26b8f12d26c819f48749c65f2f7f5c1d13db@aldebaran.com>\n", "proba": 3.876599805607839e-07} {"commit": "b178b2622aff7da7e7d4b6730f5d1c98680b1266", "message": "Remove unused functions from the Mode base object\n", "proba": 4.932311981065141e-07} {"commit": "524505845cf72c2b5a072e7f2fdc7a0824ada12a", "message": "Swap \"utf8\" with \"utf-8\"\n", "proba": 2.3523751224274747e-05} {"commit": "c3b7d2b95e60a823fd5e5ff080b9c01a9aaa6537", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "afc195197c53b76133dfa09d8256edb01a4e1aa0", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "7a42dcffa70dab73bc8fa27e1a41f797319d953d", "message": "Pull in arista-ansible-role-test updates\n", "proba": 2.7282081305202155e-07} {"commit": "6ac5fd3300ba89cc19eadb144ba79e1a72046ef8", "message": "Correction.\n", "proba": 1.4484171515505295e-06} {"commit": "8b26db926b39c82959cfb2b63c28d8c8b1669197", "message": "set_boundary_condition", "proba": 2.1970538000459783e-05} {"commit": "c5ae51631fe0a2d5e03c7f505ef63715d1697b51", "message": "small fixes in tests\n", "proba": 1.8049162520128448e-07} {"commit": "937e937681e178066eddc96353533ccf571f9cb5", "message": "unknow\n", "proba": 3.203981032129377e-05} {"commit": "b53fa4ee268c0d5cf8490f8c7d79f6cf48008c41", "message": "Fixing a bug where the final step to send pass/fail to saucelabs will not work if using a proxy. It will now check if a proxy is present (via the HTTP_PROXY environment variable) and use that if it's present. Otherwise it'll use the regular direct connection\n", "proba": 4.739650023566355e-07} {"commit": "6da3521585bdb9cfd955cda9e6da0ee7a5c6b26c", "message": "clean up dependencies in build.\n", "proba": 1.227251260615958e-07} {"commit": "a6f3f95a13d7f8347a2eedeaf6e61701718ee4d9", "message": "add tests for Coco (#3416)\n\nCo-authored-by: Francisco Massa ", "proba": 1.6124992896493495e-07} {"commit": "ba9da58b66c6a170f8971471da0842fe8070f7e1", "message": "Replication tasks now delta update\n", "proba": 1.5699238531396986e-07} {"commit": "332498858c5d7441bb1e41d582da41f7df304a57", "message": "updates files make it work for video\n", "proba": 3.000378683282179e-07} {"commit": "22f852447514b5789fbe39b334af35b17a081b35", "message": "Updated hdr\n", "proba": 4.100116655081365e-07} {"commit": "3202c2e3a1072c4b0750a044e0c794708f189d1f", "message": "TST: add test of plugins enable_context\n", "proba": 4.3039759134444466e-07} {"commit": "e13114b497a804dc315fef18b21b15b8f40af87c", "message": "Removed debugging print statements.\n", "proba": 2.142692068218821e-07} {"commit": "01c9339cd83c0ad5131367449847ccdac58ba06c", "message": "test: pass explicit axis to colorbar plot\n", "proba": 7.885064405854791e-07} {"commit": "68dad4d313362523e7343a8da4755de402b27726", "message": "few_random_cards - be able to create specific card type needed\n", "proba": 1.5557232302398916e-07} {"commit": "e72e3b030aaa99dae51ee44977e190acaa77bf6a", "message": "Correct get_dns unit test\n", "proba": 1.0798415814861073e-06} {"commit": "fbff8c6b96e0eeaa6ded401bdc6a85f3c7e6dadc", "message": "Simplify phase_compile return struct (#974)\n\n", "proba": 5.1470924518071115e-06} {"commit": "451ad864ed0e6394fe0f573a23aea0786ad3b27d", "message": "load_all_results update_root\n\n\nFormer-commit-id: f1675079948806a0c2b5aaadee225fa390dc8e86", "proba": 1.2145268328822567e-06} {"commit": "0073c93f936075521c7a655dfb2c6ba97df93a50", "message": "update\n\n\ngit-svn-id: cea4f7fa037351ebc7eee911c4d637da5351d86c@222 68be0e0a-0922-11df-8158-c7cbc0dd6240\n", "proba": 7.814180094101175e-07} {"commit": "8ef0fd1fcc58c0786bcee5a0e37d7a82eb7124ca", "message": "bugfix for phrase results, script cleanup\n\n\nFormer-commit-id: dc65b99a9be5a7d7839bb8f81039e6e2aeb30cde", "proba": 2.2465276288130553e-06} {"commit": "1685d48ca5c7797e0bd93e09ea184e5a117c260e", "message": "Somehow messed up the nearest neighbor mask size\n", "proba": 1.7459467471780954e-07} {"commit": "91e2cce3ecafb931c6a48ae07495d82080212086", "message": "The properties .devices and .handleable_devices of Udisks are now lists\n", "proba": 1.2641041280403442e-07} {"commit": "2428f39625fc778428d33ac2d73d131078527df3", "message": "Use requests library to fetch /robots.txt\n", "proba": 5.529534519155277e-07} {"commit": "1167517e70bdb25b24a8a4a8d3fb2b0686a7ae1c", "message": "update __str__ representation", "proba": 0.9997894167900085} {"commit": "09da1e92776fe89d1ccdaa269a90191750337f0e", "message": "fixed ls_alias for OpenBSD as it lacks the -G switch\n", "proba": 4.4515041963677504e-07} {"commit": "91a5624d1ee0a889cbba281833f6900dc137ed2d", "message": "Fixing a return call.\n", "proba": 3.7558063468168257e-06} {"commit": "c377a7c0450f005eb7ca5619ef18c31a2d57376f", "message": "Add example for %pwd magic command.\n", "proba": 1.2196974807920924e-07} {"commit": "e66ee3082d0f0e1f78ae6bbc9420947f3a55e65d", "message": "use xdotools to save/restore size/pos of window + flake8 fixes\n", "proba": 1.6943320702011988e-07} {"commit": "c482d48fdecf1b7448e83adb2225696826e3dc17", "message": "Bump frontend to 20180804.0\n", "proba": 1.345366200666831e-07} {"commit": "6510b4e7833613afd98b0bafa7121d4e8ed614b5", "message": "jose-bot.py: fix some argument passing\n", "proba": 0.00017283718625549227} {"commit": "f6b76e77d4b3a3dae3420296811891585700f220", "message": "Set user password for all sanitized users to '123'.\n", "proba": 0.0001194143042084761} {"commit": "0d68eb3795540af881cc7a975bb5395d1dc055d6", "message": "Import glob as a module\n", "proba": 2.62358923919237e-07} {"commit": "6a5223ef42be96f241b291c15970c4bbffd17753", "message": "Correct placement of sys.path.append in render_1\n", "proba": 6.365402214214555e-07} {"commit": "c91c9f2b409158996c3fa2474b37bb060cb5eed1", "message": "Fix Kodi media browser (#39829)\n\nCo-authored-by: Paulus Schoutsen <19a0ba370c443ba08d20b5061586430ab449ee8c@home-assistant.io>", "proba": 3.4816392258107953e-07} {"commit": "f5b6d93706dcc621be38471cafe181a76c467149", "message": "Support playing local \"file\" media on Kodi (#67832)\n\nCo-authored-by: Paulus Schoutsen <19a0ba370c443ba08d20b5061586430ab449ee8c@home-assistant.io>", "proba": 1.1284241452358401e-07} {"commit": "5caf170c78c5da0d7592a489d9da46d3b855dd99", "message": "Correct Wrong \"raise\" in modbus validators. (#52924)\n\n", "proba": 2.065567059617024e-07} {"commit": "d1a31b3e0c51cb885c84c8779a1f55d5f732ddeb", "message": "Change CONFIG to CONF for consistency.\n", "proba": 1.2063085819136177e-07} {"commit": "7b413a262a4400aa8dee45596a19930329490e6d", "message": "Add update_tcbs.sql to the mix\n", "proba": 3.650689279766084e-07} {"commit": "cfde36c077de31dda0802f983602f680afcbce29", "message": "AMBARI-20697 Stack advisor code in 2.3 refactor logic for ranger Kafka Plugin (Bharat Viswanadham via dili)\n", "proba": 1.0002958106269944e-07} {"commit": "7a114ebbca661d7fa7f9b09c1c71d231ee4ba382", "message": "Adding import\n", "proba": 3.9513739125141e-07} {"commit": "af2abdefc3963dda8cde0bc249c61c35b32183fd", "message": "CY-357 allow custom parameters when running update workflow\n", "proba": 1.1988403514351376e-07} {"commit": "48cab52a6e1c464bc4e604c3d653f8bf5d9f36e6", "message": "CFY-7258 Add relationship between tenants and association class\n", "proba": 1.867091867779891e-07} {"commit": "af4b0b8dfec5dbe5bc5bcaf9c4d36d2762ec5e7b", "message": "fixing hebrew spelling\n", "proba": 1.6547465975236264e-06} {"commit": "21dd283be3f72c393a4a8e61e57572bedc19620b", "message": "made CouponUserInline a readonly inline\n", "proba": 3.447311200943659e-07} {"commit": "44b4a3065aa30462e30e93b5de97e41f2d507831", "message": "Fixed TestCSV.test_csv, PEPified file.\n", "proba": 1.2358013634639065e-07} {"commit": "5daaf8a8fa01b2f95ba5f87c8a94037355ccb71c", "message": "Allow setting the image opts for the fmt.\n", "proba": 1.1496042873204715e-07} {"commit": "de668baa3825b8491da594837f73de1ac2e11a18", "message": "Decorated known failure cases in test_kolmogorov.py\n", "proba": 2.239172971485459e-07} {"commit": "e6821ac7751f96afb9dc3b55b80531da1e588887", "message": "use latest waf-unittest\n", "proba": 1.5224134131130995e-07} {"commit": "99d7b918628e89f9ed8ea1f840ee19a21614aea2", "message": "Delete tests.baremetal.util.new_bm_deployment()\n\nThe function is not used anymore. It creates an instance of\nBareMetalDeployment, which was removed in c20110d1.\n\nChange-Id: I40b634f8cf0d4369f09cb61aca6f95a059e85d6d\n", "proba": 2.5260227630496956e-05} {"commit": "419b373ea7326d24a48192d77c67550c9d641130", "message": "Newline needed for doctest rendering (#1917)\n\n", "proba": 1.0303394049060444e-07} {"commit": "469a61b86a7f6c35f6436a6c0ca1412788de905b", "message": "TST: fix a test failure in stats.mstats reported in gh-3554.\n\nThe ``mstats.trim`` test is still failing; looks like a regression in numpy\nmaster.\n", "proba": 1.2076898769919353e-07} {"commit": "26491fc7ed4f9f67c2fc528732c9901da11b1c87", "message": "[IMP] We have now QTRs Reports again :-)\n\n", "proba": 1.0405915418232325e-07} {"commit": "fb7e2c11027dd52b895a377f64212baa9faa97fa", "message": "Don't use deprecated module commands\n\nThe commands module was deprecated since version 2.6 and it has been\nremoved in Python 3.\n\nSee http://docs.python.org/2/library/commands#module-commands\n\nCloses-Bug: #1248216\nChange-Id: I0ae40c7683ca58ede75f493d020e5c80a6434fef\n", "proba": 0.0023197256959974766} {"commit": "c52999ee6ac3a96ac5bbfa993b4cd1757b0b59e7", "message": "Delete local.py", "proba": 5.8683745010057464e-06} {"commit": "288b911413b3ac8ec8b32dae814418267c93f4d5", "message": "Fixed #556\n", "proba": 2.2668081101073767e-07} {"commit": "c34bc0e93e837eab0390f691564cb4e271225f83", "message": "Update voucher cash bases pylint errors.\n", "proba": 1.1681267153562658e-07} {"commit": "d4144420d5d7c339874afc7031d42cb6eece4d0f", "message": "set hard limits on cpu shares\n", "proba": 2.7601512897490466e-07} {"commit": "25687adf692d6e4b83d3e6e587ce10197a659f3c", "message": "fix skar tests.\n", "proba": 2.2229131957374193e-07} {"commit": "7777a41ebe220f49e1dd46439e274403e41b8894", "message": "Running net flux for no_shifting_ag based on model v1.1.2.\n", "proba": 1.0329998190172773e-07} {"commit": "189cf120811e8a8b664f550d44e26fd1bc73e3eb", "message": "Deadline calc with parse datetime\n", "proba": 8.818188689474482e-06} {"commit": "d0ac63f4c15df4be02cb3d6a528cacd50266b882", "message": "Fixed a failing test.\n", "proba": 2.8349185754450446e-07} {"commit": "5ef9ca6c0de25993bde0dbc354cc4a5bc83ab0eb", "message": "tests: raise exception in vpp_interface for invalid sw_if_index\n\nType: test\n\nChange-Id: I34058f2bd20f61a8f8355299a8df95f2948c25eb\nSigned-off-by: Paul Vinciguerra \n", "proba": 1.2870721377566952e-07} {"commit": "fe1bd2d9f0ce5d9fa777650dd67e2cb76697ed24", "message": "using functools\n", "proba": 4.276161234884057e-06} {"commit": "e91701736d46372501e2fd810ec8879fc40ed4e1", "message": "Fix, cannot assume that this will always be a source code collector.\n\n* We also provide simple \"append\" to this in some cases.\n\n* The issue was introduced with C-ish, but only shows with optimization\n added later.\n", "proba": 1.0485109669389203e-07} {"commit": "bcbde4b9b4faaf0d1fe911f55e8746bf8fee82af", "message": "combined #hashtag and search term logic\n", "proba": 7.800465482432628e-07} {"commit": "af997b0eaa8b0db0f7a7b5dfc5a22bc724a3207b", "message": "Creating gross emissions tiles based on JPL biomass for biomass_swap sensitivity analysis.\n", "proba": 1.0126083083150661e-07} {"commit": "2482bf32c03dcc0c5cf083c59e944452f1cf4db1", "message": "fix in recurring invoice error email\n", "proba": 7.576566645184357e-07} {"commit": "0d7acd8519a136c3c209d0b27427b4923d81e4c6", "message": "Check exceptions in tests more accurately\n", "proba": 1.150228285951016e-07} {"commit": "9dab6783f4762a3f06824cdfbe59b2cbfff5fbcb", "message": "Change method to add properties\n", "proba": 7.810253919160459e-07} {"commit": "8575faeb5aa132c6a8a66b47868a09ec39775457", "message": "Removed old, unused import\n", "proba": 4.90140166675701e-07} {"commit": "bc2bba032538ec563b4f6b13f5b19d51363b827d", "message": "Update parfor_lowering.py", "proba": 5.395594371293555e-07} {"commit": "bc4cbc151da85078ab0f7bdb6c74ba52f21e4f2e", "message": "add debug logging for query and format option passing\n", "proba": 2.431199561669928e-07} {"commit": "92b0613adbfc91803aa98cbf2f351e567e3e992e", "message": "Allow d/s/c keys in call_pass mode\n\nSigned-off-by: Chris Warrick \n", "proba": 1.1902665875140883e-07} {"commit": "62cb88c229796032b3ba855679823fe9748375c3", "message": "pre 2014 precipitation intensity fix\n\n* Use 5 minute NEXRAD data for functional form\n* More expensive, but more accurate weighting of reflectivity", "proba": 1.034908834185444e-07} {"commit": "6176bae0e51f51296ceb2adcfc7f442c59127ea5", "message": "Fix issues with routing in VtGate tests\n\nAll queries were getting routed to shard 0\n", "proba": 1.466025736363008e-07} {"commit": "1edace0b9a0b694fcbb454e65a85a050db9df418", "message": "Fixed typo in comment about stalemate player id\n", "proba": 1.3702209855637193e-07} {"commit": "bd5b35069b6f3670b095587b18ac5507def7ff2d", "message": "Fixed #2025 -- Fixed some issues with URL reversal, which still isn't ready for prime time. Thanks, medhat\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@3057 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 3.561968071608135e-07} {"commit": "07e11670d4704c4529073424929b7b93ad498eb6", "message": "Add test\n", "proba": 5.080644768895581e-06} {"commit": "89ee5da1b77b8fd81ffca9a79859dda98dd47660", "message": "additional tests\n", "proba": 1.8343837382417405e-07} {"commit": "a093a126092f5d06f10878f004ca7bfce3f73dc2", "message": "fix flake8 error\n", "proba": 3.1337575023826503e-07} {"commit": "8cd4bb88ac6be3a0c269c176bba1367eb07610bc", "message": "Handle case where Unicode cannot be outputted\n", "proba": 6.535454303957522e-05} {"commit": "1b806629fc93f2eb4267524626fa5df9ba6b2e33", "message": "Fixed #1647 -- Included slightly more information in template syntax error\ndisplays in DebugNodeList.\n\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@3375 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 4.491220693125797e-07} {"commit": "9d0a4d832b9b8709ee374cf6b3a636700d01e573", "message": "Add tests for arrays in structs\n", "proba": 1.3124277984388755e-06} {"commit": "f7abb2399c039917432f034a3b7d9bccf1cd8d87", "message": "Simplify\n", "proba": 0.9999992847442627} {"commit": "65f551f5fbe1b4e1d3ae6fc1f655e1cf92b957e0", "message": "Commented failing test for posix_getgrid\n", "proba": 1.454833409297862e-07} {"commit": "dbc0d04e1033cc65c1e67874b605626464a52b1e", "message": "documentation tweaks\n", "proba": 5.675713055097731e-07} {"commit": "8b3ee886759c02c9297579e7180fa2e6d3f99455", "message": "Remove the Orcon and Snap! Steam servers, since both have been shut down.\n\nNew Zealand ISPs continue to demonstrate that they are some of the most\nincompetent and inept in the world; even though having an effective unmetered\nSteam server that steam-limiter can use is absolutely trivial to install (and\nI'm quite happy for ISPs to create their own branded fork of steam-limiter if\nthey wanted to make it easy for their customers to use such a thing) the\nlocal ISP market is so lacking in even that minimal competence that instead\nof having unmetering being a competitive feature, ISPs simply can't be\nbothered.\n", "proba": 2.175774653778717e-07} {"commit": "f17513c760ab7dbfa79efc7211462388ff8e12d1", "message": "Print the claim value instead of the name", "proba": 0.00567764975130558} {"commit": "b7b4909e0471512bfee2142ef07f9296071bc787", "message": "Error fixture, testing the queue.\n", "proba": 1.1911750164017576e-07} {"commit": "99b74f78737984f596c4edeb7b725c6dee02f9ad", "message": "[FIX] clean code\n", "proba": 1.096846790460404e-05} {"commit": "41c9e231a2ebd290d0ff6a7a5269b18305936fbe", "message": "update for custom auth user model\n", "proba": 2.8847844646406884e-07} {"commit": "4e1f23614577b3022301ad2e1658cd1fbb425960", "message": "Converted dictionary to list in else statement\n", "proba": 4.241239366820082e-05} {"commit": "4691988c447bf1e8272743c8e6350b80d413d86f", "message": "Fix documentation issues\n\n", "proba": 8.022606152735534e-07} {"commit": "22887679b451e0d5f680f13c46e3d01502d95be7", "message": "Fixed odd whitespace formatting.\n", "proba": 4.3984093167637184e-07} {"commit": "af966534b04c23d549e69e7ac29a358fbd676690", "message": "Update to handle numscons 0.10.0 and above.\n\ngit-svn-id: 77a43f9646713b91fea7788fad5dfbf67e151ece@6195 94b884b6-d6fd-0310-90d3-974f1d3f35e1\n", "proba": 8.647861250210553e-06} {"commit": "8a0822f0bef8c6c7fd8719c370cc69b46656f69f", "message": "generate_client_publish_job.py: Mark argument --trigger as required\n\nWithout this argument, the script will crash.\n\nSigned-off-by: Lluis Campos <9244cb41c39addfc5cf236920b776ea2820513d0@northern.tech>\n", "proba": 3.849995380278415e-07} {"commit": "ff8da006b2ef4ea810a1259872cf72ce65d6edae", "message": "Fixed logout button on Python 2.6\n", "proba": 2.158627694370807e-06} {"commit": "4e41b79b13380e6a4ab7ecefe9f002e5aecf5ec7", "message": "fixed templates for blog-mode auth\n", "proba": 2.0044883797254442e-07} {"commit": "b72ac9461e8fde7078edddee478ccdf81f083331", "message": "Add nested loops to the template processor.\nThe syntax is to separate the nested loops with lines containing strings\nlike\n\n#repeat = 1#\n#repeat = 2#\n...\n\nThe number doesn't really matter, but it helps document the depth.\n\nExample:\n\nThe file containing\n\n/**begin repeat\n * # a = 1,2,3#\n * # b = 1,2,3#\n * # repeat = 1#\n * # c = 1,2#\n * # d = 1,2#\n */\n@a@@b@@c@@d@\n/**end repeat**/\n\nproduces\n\n\n#line 1 \"template.c.src\"\n\n/*\n *****************************************************************************\n ** This file was autogenerated from a template DO NOT EDIT!!!! **\n ** Changes should be made to the original source (.src) file **\n *****************************************************************************\n */\n\n#line 8\n1111\n\n#line 8\n1122\n\n#line 8\n2211\n\n#line 8\n2222\n\n#line 8\n3311\n\n#line 8\n3322\n\n\n\n\ngit-svn-id: 77a43f9646713b91fea7788fad5dfbf67e151ece@5066 94b884b6-d6fd-0310-90d3-974f1d3f35e1\n", "proba": 0.9982093572616577} {"commit": "c6bf8e3184df0f70a8c65839b25d4fe38594ec7f", "message": "Allow listing top workers sorted by votes_for\n", "proba": 1.3330684112133895e-07} {"commit": "08b01746da2390ec9f7807d2ca0e515aa7ac8028", "message": "fix(visit) missed visit reminder cutoff at 3 weeks)\n", "proba": 1.3744038085405919e-07} {"commit": "4e8035d1dac8980a87a5e84cbddd346ad0f5993e", "message": "Make _can_target a function.\n\ngit-svn-id: 77a43f9646713b91fea7788fad5dfbf67e151ece@6877 94b884b6-d6fd-0310-90d3-974f1d3f35e1\n", "proba": 0.9999994039535522} {"commit": "fddd7484df4696dac22494e415240c1dc99bb151", "message": "Fix typo in Session.send_submission_email()\n", "proba": 0.0017034739721566439} {"commit": "b65f3dea9642c24269e79066184238f33605f619", "message": "fixed install_resources bug caused by merge\n", "proba": 2.168991670714604e-07} {"commit": "b978dffadc0a2fdc3661e3a4688b483019117005", "message": "updating after initial PR review\n", "proba": 1.2075862798610615e-07} {"commit": "a3aacd3cba852ba63fbfd9381bc41a078d1716db", "message": "Fixing xlf compiler for AIX with 9.x and 10.x version support (needs testing and checking that xlf 8.x compilers are still detected)\n", "proba": 1.073490381031661e-07} {"commit": "de5142905eac80b003d9c7c6b0b897a7cd96bf0f", "message": "Removed logging in backend.flask because it assumed jsonrpc_request could only be of type JSONRPCRequest when it actually could also be JSONRPCBatchRequest which does not have a params according the the json rpc spec.\n", "proba": 1.1999040339105704e-07} {"commit": "4f73633c868db53b83e7a5307380ae001ca7a911", "message": "Added more verbose default messages to is_callable and is_not_callable\n", "proba": 4.902032628706365e-07} {"commit": "d6c2ce84bfd606953e2b419a22c97908e6484384", "message": "add requirePython3 test annotation\n", "proba": 5.169097221369157e-07} {"commit": "4be2f5601e33e8911237d7bd2a4c8bef22cc5e17", "message": "Pre shuffle the data once it is loaded.\n", "proba": 1.137035852138979e-07} {"commit": "8bb894a9759c435cf8a3a95bf68bfc392828bcf8", "message": "some pyQms params\n", "proba": 6.394491833816573e-07} {"commit": "7cc471ca8b3605adcb239bd68b2f5fdc71b3cc44", "message": "fix: CLAModel init() always needs sensorParams set\n", "proba": 4.161138633662631e-07} {"commit": "a928690f1b96adaf126e689fef894c486fe29165", "message": "Style.\n", "proba": 4.48532659902412e-07} {"commit": "6a90488e8cc86eba61205a469196386367569c2c", "message": "Remove LocationMixin\n", "proba": 1.413044174114475e-06} {"commit": "d62f04bc2662c3fb295f94ef62a290cca337d483", "message": "Restore deprecated DSSC_Geometry name for now\n", "proba": 1.2985630348794075e-07} {"commit": "ca5daa2454088ae1655f5d393005ab2d312b0e19", "message": "Update uparams.py", "proba": 3.5264912412458216e-07} {"commit": "67c0a90f8b8bf5932e82e0121bfd0c8cf5e96fd0", "message": "style: django_settings/__init__ api \"star\" import ignored\n", "proba": 0.00013082991063129157} {"commit": "d0abb71cad3b80d4f248d6bcfab09170ecd2bd36", "message": "Fix API URLs - defconf tests.\n\n * Fix API URLs for defconf handler tests.\n\nChange-Id: I82f18eb9bf288c9d0f84342a164ae9c679478d2e\n", "proba": 3.2558014027017634e-06} {"commit": "dc2a58c50cb6e83f5d93d78960f19c903af9d36f", "message": "Strip spaces and apply lower() to email on User Backend\n", "proba": 2.2897935991750273e-07} {"commit": "fb8405368ecb69c04dd2857051923972900e7acb", "message": "Changed the main thread created in start() to run in daemon mode.\n", "proba": 1.0529882388254919e-07} {"commit": "adb64a0835aeb5e1cbf49952cd25a2510dae70bb", "message": "Use case-insensitive removal of scheme from header\n", "proba": 1.107532398236799e-06} {"commit": "678dddc87f64f12f9ce77b584893cdb47d21f160", "message": "Fixed a @desc bug in extended_room contrib.\n", "proba": 1.0291746832535864e-07} {"commit": "ecf57ec24e31ffb0f43f737a86c3ae703beee454", "message": "oh silly python and whitespace.\n", "proba": 1.897501960002046e-07} {"commit": "c355ba3b8083bb912168217619be6433360b45b8", "message": "use the session to store the random state\n", "proba": 6.31968589459575e-07} {"commit": "a2617f7eefda1cd6ade49959311bb7ef0c0bd803", "message": "Explain transpose & flip better\n", "proba": 5.683003223566629e-07} {"commit": "4fda5a0b976c926df3332487d34a5eb0f0cd8af5", "message": "Added server-side client\n", "proba": 3.9625666659048875e-07} {"commit": "181f0169729de7049b91c5d0d188dcf99c761c98", "message": "V8 Buildbot: Refactoring - extract perf upload from v8 recipe.\n\nThis also removes some internal knowledge about step results\nfrom the results mapping.\n\nBUG=374740\n\nReview URL: https://codereview.chromium.org/787813003\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@293305 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 8.849966093293915e-07} {"commit": "61c6f4fda1b52fe6b775d0094831a55f37bb7d80", "message": "Fixes #40661 fixed elasticache inventory node limit issue. (#40674)\n\n* fixed elasticache inventory node limit issue\r\n\r\n* fixed elasticache inventory node limit issue, sanity fixes\r\n\r\n* fixed elasticache inventory node limit issue, sanity fixes\r\n\r\n* fixed elasticache inventory node limit issue, spelling corrections\r\n\r\n* fixed elasticache inventory node limit issue, removed blank lines\r\n", "proba": 1.3632100603899744e-07} {"commit": "6c1e36bfd1223ef2895845ca0b5a07b575f2102f", "message": "threaded server\n", "proba": 1.493183731327008e-06} {"commit": "76c5b616f2cac0d4d1852049d98ab8a067142373", "message": "Allow metrics 'crossentropy', 'ce' (#8864)\n\n* Allow metrics 'crossentropy', 'ce'\r\n\r\n* append correct suffix\r\n", "proba": 0.9999297857284546} {"commit": "364755253754c11d92b319875716e66cd53cbbb2", "message": "isolate_shim.py: Fix infinite recursion. Whoops.\n\nTBR=maruel@chromium.org\n\nReview URL: https://chromiumcodereview.appspot.com/26391002\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@227388 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.0001773239637259394} {"commit": "81dec8dfb4c248cd51a3bdbbbfb57dbaddcbfe34", "message": "testPostButtonUnpublishReopenedTaskForbidden added.\n\nIt is a simple test case which checks that trying to send a POST request to unpublish a task whose status is Reopened is forbidden. It is important to check it, because if org admins were able to unpublish such tasks, they could also edit and publish them again. It would be a violation against the policy that a task which has been claimed once is not editable.\n", "proba": 1.623909895442921e-07} {"commit": "cd1125aac24cf8e101247c8260b97e0b140b0be2", "message": "Save the cache in a file specific to the RackSpace account in use.\n", "proba": 1.0798709126902395e-07} {"commit": "925ab65077329baecf06b2b635dba5b773cb5bcb", "message": "Clean up imports\n", "proba": 3.852727843423054e-07} {"commit": "dbb09ed783843d073fac46a981427b55129074e8", "message": "do levantamento de necessidade de um insumo diminuir quantidades enviadas para fac\u00e7\u00f5es\n", "proba": 4.6893794092284224e-07} {"commit": "04d785f4bf0e726bf75dbc5357a158449813e3b2", "message": "Allow multiprocessing on OS X (#3389)\n\n", "proba": 1.3530620890378486e-07} {"commit": "4dc3fde7d500d568c9e8476b5958f02cf54f76d6", "message": "Backport of r67988\n", "proba": 1.8891941522269917e-07} {"commit": "c5fa5cbdb9e329aee7862c21b0e51c67ae9caf4f", "message": "mark ref counting as impl detail\n", "proba": 6.176588840389741e-07} {"commit": "52661d534d3aad5de4882a317150810956243e50", "message": "Changed search view to return JSON\n\nIt was returning raw text before\n", "proba": 7.296890203178918e-07} {"commit": "f1d9b1a4d1560aa8de263cd3368098da32c79d13", "message": "plotutils: fix imports\n\ngit-svn-id: a4967eeb46e72ec0d67de3341f099b34cc11cf18@13550 03a3cea6-2c03-0410-ac9b-9271b1c66c29\n", "proba": 1.2170161198810092e-06} {"commit": "36c6068fb472badefc2653b0e23e4b24067e436a", "message": "Make test_math error messages more meaningful for small discrepancies in results\n", "proba": 2.9456270567607135e-05} {"commit": "3f809dca562f981e69fd4c8857b79a813b0d6a40", "message": "[util] Bug Fix\n", "proba": 3.38161441959528e-07} {"commit": "4c75212ee6a874f6c02d2d0379c22ce855c8f0dd", "message": "Relax the point data validation.\n", "proba": 6.971165930735879e-06} {"commit": "eb6fdc83b28a8fcab45f2fa6e1dd586e2f89a59f", "message": "Send key up events on Windows' type_unicode (fix #148)\n", "proba": 1.1768035079740002e-07} {"commit": "81567350dd7001634e5af1620fdc0abc68ba875f", "message": "new optimized code for site details\n", "proba": 1.5457494839665742e-07} {"commit": "5fa6df8c7742fd54d62a6e8cc9cd805e64a87d2f", "message": "add a string representation\n", "proba": 0.9999994039535522} {"commit": "b85cd0448f01dcd7d7eed731c703a9b4b4b6d70b", "message": "backups: minor fixes, mostly formatting\n", "proba": 3.0681962925882544e-07} {"commit": "de460f5a7f3b560b71938e996485b64468913b2f", "message": "Update _winkeyboard.py\n\nFixed typo", "proba": 4.162281754815922e-07} {"commit": "3588e46f443f9e5f2100f1fc28039a8631579bc4", "message": "Wex: show error report if not success.\n", "proba": 1.3200052251249872e-07} {"commit": "c3b80ccf4f4d03ef4dd1ab88330461213ec77370", "message": "Added more tests\n\n\nFormer-commit-id: 296162562a5b3c85f1d08e2b0d8ea2f1eb826148 [formerly 296162562a5b3c85f1d08e2b0d8ea2f1eb826148 [formerly be772bc810e0df76fa4e267358a44963ff15876f]]\nFormer-commit-id: d566287bd6abc2efa983b06def96d8ca55a9761f\nFormer-commit-id: 71206e03ee1f533063a800589aa8416af7144358", "proba": 5.519902970263502e-07} {"commit": "cf3e35e93f377779224611167b3946a24fda21ed", "message": "Bug fix\n", "proba": 5.465154799821903e-07} {"commit": "f34f7cdc381683bafb194307269f9dc8d3b21fe6", "message": "fixed query D, task #6\n", "proba": 0.0007319116266444325} {"commit": "39a01190d50514666a9bc6f147fc9ba6cce20227", "message": "Use 4 space indents\n\nFor greater compatibility with LE codebases\n", "proba": 1.1839087221687805e-07} {"commit": "545632bd7dff88b95a0014dff1f2629e0b09544d", "message": "Implement neighbourhood-finding\n", "proba": 0.9983130693435669} {"commit": "2e34e12b315aa8f0441ced69b9414c8bc3395cb1", "message": "testing for geojson in site responses api\n", "proba": 1.9689393582211778e-07} {"commit": "fc231b7bdda0a0bb4790d91195dcf933a210ce21", "message": "Stop using parameter unpacking\n\nSeems it's (a lot) less portable than I had thought.", "proba": 1.181697868446463e-07} {"commit": "4c29d743c8129e33b34d3eb00566cca2aa55b81c", "message": "backups: introduce configurable HMAC/encryption algo\n\nFor now always set it to default values (no frontend application uses\nthose parameters), but be prepared for further improvements.\n", "proba": 1.0648946613400767e-07} {"commit": "1d4f97c55048e100fe53387bebe54c55cd5d3b5c", "message": "Suppress errors loading API module\n", "proba": 4.7582912543475686e-07} {"commit": "ec198244a3ca21102660d5e3953af83a20a5d827", "message": "Reduced servo blocking time\n", "proba": 1.3579733604274224e-06} {"commit": "1f619e6c5312de0c9e3bebdeef334d2fb2692827", "message": "bump up the number of tasks to queue\n", "proba": 1.6252545265160734e-06} {"commit": "645ccdec5b9e9410b73bb3043ff5d85266123b53", "message": "TFW using floats to compare ints\n", "proba": 2.0022299906941043e-07} {"commit": "780d02ceef6ded5476e2f5a52b40f095fc1ba2f2", "message": "added explaining comment\n", "proba": 1.390795745237483e-07} {"commit": "66894415e042afc2c4c266342d91453ff7a05c45", "message": "remove duplicate test\n", "proba": 0.00040857814019545913} {"commit": "3abe59f8a4ef008e212a357a691e88a874becbb3", "message": "Cleaning up the code a bit.\n", "proba": 2.5934565428542555e-07} {"commit": "f957e93fe1f09d1fd53de08ebb348d47dd7b627d", "message": "OpTestEM: Add checks for WoF support by looking at DT properties\n\nSigned-off-by: Pridhiviraj Paidipeddi \n", "proba": 1.2321697795414366e-07} {"commit": "e563c6f8ddb787fbb69c48071a9af3333c706ef1", "message": "Amend classic theme\n", "proba": 5.31174082425423e-05} {"commit": "87f557a9eece08da6432002c20ba492e745bab3a", "message": "Fix trying to get rid of u'xxx'\n", "proba": 2.9072714369249297e-07} {"commit": "a8576c3684c550c95f110dac774ecd75532cc7b0", "message": "handling of requests with unimplemented HTTP methods\n", "proba": 1.0544307542659226e-06} {"commit": "10aa68915d2a8fabf5907ad463a380cc95b57a7e", "message": "uuid id\n", "proba": 0.0009535580174997449} {"commit": "4f143baf6b4960d8ed15321b1593fca59b185c8e", "message": "Don't use time in trace ID creation (#620)\n\n", "proba": 1.1942655930852197e-07} {"commit": "5c144fcff3c8348b35e905c1126fbd565976dd43", "message": "Validate singularity image files for #737.\n", "proba": 1.5493564831103868e-07} {"commit": "2d8659149ffcb09ed91eb30aa130f42f810852e7", "message": "Fixed extract/agg_losses for ebrisk [skip hazardlib][demos]\n", "proba": 1.0876908618229209e-07} {"commit": "fa33b66bd81d20abae3b5b0db12c7da72287a59c", "message": "Removed some unused code\n\n\nFormer-commit-id: bcbdb0ee2d466ac9ea8d60efb661f50bf0ba3340 [formerly a045d59e205d96b6c82fa4b77c09c9b6910bbd7f] [formerly a045d59e205d96b6c82fa4b77c09c9b6910bbd7f [formerly 6f08799c0bba225d66f45cfade8ba42c5369be6e]]\nFormer-commit-id: ffbe12ea4ad385dfff0667dc65f60d7154b4f80d\nFormer-commit-id: 232cfde766bad437b87c1969cb03165dd21a5ce7", "proba": 0.0006274993065744638} {"commit": "0cb3141e03bc083829f10b871e3898cb8573438d", "message": "Changed the \"attachment\" field.\nNow in this field we store just the ID of the uploaded file.\nThis could be changed with a better AJAX call I suppose but for now this is the\nbetter solution I found to upload an image via AJAX.\n", "proba": 1.1496547358547105e-07} {"commit": "d4868a081421f172962fb567533b803a7ada1be5", "message": "Small renaming [skip CI]\n\n\nFormer-commit-id: fa26ed69c9fc76b281fbcf61ee8ffaea0f944a46", "proba": 2.79226100019514e-07} {"commit": "480cfb41a933d4f77279439938a0bc8feadd1fb1", "message": "Playlists not ending properly\n", "proba": 2.497139632851031e-07} {"commit": "518eed0731682c9424791c961c31f19cf2d4f692", "message": "Make problem list available to check emptiness properly in template\n", "proba": 2.587682672583469e-07} {"commit": "227565ef18512f5a3d1d3042ccdb424af05599b3", "message": "Produce full command line help strings\n", "proba": 0.9999045133590698} {"commit": "c4256ae6457a7e6648fb14d590326414c0f0c166", "message": "Fixed test [skip hazardlib][demos]\n\n\nFormer-commit-id: dbe774db471ec3d9b57a3acb8f4253bfc0c49e79 [formerly a436522904cd122e94043db1cacdf2252b9786b8] [formerly a436522904cd122e94043db1cacdf2252b9786b8 [formerly f25deed4e18ab81be188bcf3c437eb3d8818a0ff]]\nFormer-commit-id: 207281d31d9aed6c91adbb281135d1e52d475dbe\nFormer-commit-id: 7441503e88d2934c6d20216c3a06df152ed16044", "proba": 1.3262175571071566e-06} {"commit": "7790f6c49491e0cb2b7db50e8330d83e35a30c87", "message": "adding a test to cover the diagonal of Periodic kern\n", "proba": 3.077427095377061e-07} {"commit": "bab35e348ef0ca44812657d1f77d6a524e93ad1a", "message": "Add back in the fake imports in utils/__init__.py\n\nThis is ugly but it's 7:00 and I just want things to work again.\n", "proba": 1.2977396579572087e-07} {"commit": "deb58bc49076929e193397e1654cb98160a18bc4", "message": "Remove the inserted first z step\n", "proba": 3.058954007428838e-06} {"commit": "671a73d02b7d195a7c568a4c02c3e10a130a4135", "message": "sanitize prioritized_addresses, making sure they are in the wallet before trying to use them\n", "proba": 3.248836719649262e-07} {"commit": "b8bd1dfc1d3b79497269a62a2f605a03f4dfa838", "message": "Small renaming [ci skip]\n", "proba": 1.4705345563470473e-07} {"commit": "e872811b8dcc1f2296ec40335d631b66ed5c7bf9", "message": "WIP: add tests to compare to platform.*dist\n\nCan be removed once everything is ported.\n", "proba": 1.0217091528375022e-07} {"commit": "6d99d4c4864342d573a6afaa820e6254ae7bd7a3", "message": "Fixed test. Also works with python3 now.\n", "proba": 1.0106035830403926e-07} {"commit": "95d5f4f1db2dd2396f7b0cd1a3b6dc6648b75f16", "message": "Remove prints from __init__\n\n Changes to be committed:\n\tmodified: __init__.py\n", "proba": 1.206160868605366e-05} {"commit": "5086a10139a5f5157d61807becdd50feece130c0", "message": "rm einsum test\n", "proba": 7.50968069951341e-07} {"commit": "5b6eb7aa234070638112534a67c42ab8bfdd2ed3", "message": "bug found by henrique\n", "proba": 2.298016852364526e-07} {"commit": "bcabec529ccd63c7ed37728cdff5d052e68c29a0", "message": "New color scheme + UTF-8 support\nThis adds UTF-8 support for the characters drawn during rendering and\nconverts the input text file to UTF-8 before processing. The characters\nused for drawing and the colors for different objects have been updated:\n\n - Trolls : Green snowman\n - Player : Yellow triangle\n - Walls : Grey blocks\n - Floors : Cyan dots\n - Exit : Pink circle\n\nTo make sure everything works correctly, it's best to ensure any comparisons to\nUTF-8 objects only occur with other UTF-8 objects, not regular strings,\nso even when not using non-ASCII characters the strings should be\nprefixed with 'u'\n\ne.g. Wall = '#' should be Wall = u'#'\n", "proba": 0.9973426461219788} {"commit": "285108cd4541a28937523bde596814ac7445b1c1", "message": "[test] remove tests for tools.memory\n", "proba": 4.927967438561609e-07} {"commit": "58e4cef6e9891f28a32516e4f8cd4236fae9046e", "message": "updated keyword args for some file subcommands\n\ngit-svn-id: ebd26f0b4afd3fb7c0e0d88f39b62381954d19ac@1195 64d93f2f-123f-0410-81d3-998474c5a783\n", "proba": 1.8923294646810973e-06} {"commit": "3a7b8ec175b59186b5a8bfe794cc853eb4386b37", "message": "Fixed test [skip hazardlib][demos]\n\n\nFormer-commit-id: edc56475f0ca8420085c81ffbc7a30cc35ee2281", "proba": 2.4987238589346816e-07} {"commit": "4928efe15b1a8b673541eab3c296b49e65be0339", "message": "Make filter_labels work with sparse matrices.\n\nIt should now work transparently with Theano shared variables, numpy.ndarrays,\nand scipy.sparse matrices.\n", "proba": 1.1575571789990136e-07} {"commit": "80c08dabc31ac7109885774b8b10f80a0fef53e6", "message": "Remove support for separated strings", "proba": 0.001185003318823874} {"commit": "6fca31cf9fade0f89726e18ac8617b562363019f", "message": "linting\n", "proba": 9.858867997536436e-07} {"commit": "fc48ca559bcc76a780a4c8f52635903c479f593c", "message": "Python parameters types need analogous C++ types\n", "proba": 0.0005097921239212155} {"commit": "64200621c028f0b336fab6dd53e1e482b62c5580", "message": "Add docstrings\n", "proba": 5.113835868542083e-06} {"commit": "8324ec911395cfc5f31c42f83d4facbd7b147c37", "message": "Reverting IOS_XMPP_FRAMEWORK change until branch in master is final\n", "proba": 1.955397124220326e-07} {"commit": "19045e5fab60ae91e19e90f58c8836eab412e77d", "message": "Adding ref to #211 in test doc\n", "proba": 1.3822644007177587e-07} {"commit": "8e9e59a8d0728ac16120d881ab3984c72d609f87", "message": "still fixing\n", "proba": 1.8173349758399127e-07} {"commit": "bc87be70b1dfdf590f77639f3f21ec29b5f21299", "message": "[skip CI]\n\n\nFormer-commit-id: ea2ef2dcd49ec08bb7a6bbd9edb2f74e1f9c66c6 [formerly fec711ebcadb9c329b94803dbcdab22d28b00aae] [formerly fec711ebcadb9c329b94803dbcdab22d28b00aae [formerly c5f17f0b055527dadd7b5f075b4ebc7489851676]]\nFormer-commit-id: 13bef3098724448d5bc8c4889dc8a7a3a1124644\nFormer-commit-id: 27304f2b7d2f80930ce667531e0a544a202e6a3f", "proba": 8.928142847253184e-07} {"commit": "b336214c7d1575732a00f4f112e5ff6239ccec1d", "message": "improved regex to clean leading >\n", "proba": 1.5835894373594783e-07} {"commit": "6c9e4ef845ad4c297d46b9196fe714f752a8781f", "message": "new impl of init, as a stub\n", "proba": 7.261576229211641e-07} {"commit": "b55f865e6192dba2142eca2ab86f7356e4248294", "message": "Extend category unicode slug test, add test for category absolute URL caching.\n", "proba": 1.0692888707808379e-07} {"commit": "ca7927d427f2708d057a5dfde34081e4dbd0fb3c", "message": "reordered columns to put most useful things first, rather than strict alphabetical\n", "proba": 3.437968189246021e-06} {"commit": "938b2e8570a2260a0dc422c50008d6bfa02cf1fc", "message": "Raised an error for discarded sites [skip hazardlib]\n", "proba": 1.1046825676430672e-07} {"commit": "8eb603e96a8f5cf4a8d7b899820a177da0bc0820", "message": "Squelch more output if not in --debug mode\n", "proba": 1.3954964117601776e-07} {"commit": "6496e32b47d6e8ca175068b61e97d23a3f6b4c30", "message": "Importation of video into the project folder at creation of the Video Class\n", "proba": 1.3041427848747844e-07} {"commit": "350c80b042676224aa8e5840952328a8c06462b0", "message": "add comment\n", "proba": 2.718556686431839e-07} {"commit": "a7f1d72d09f174da56217c0776dcab74998e50b9", "message": "Delete a spurious semicolon.\n\n\ngit-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@85018 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 0.9999994039535522} {"commit": "d17c18e4c340468cb61a8f3bf3c23d7893e5f525", "message": "hide loompy import\n", "proba": 2.916530092988978e-07} {"commit": "a6a283da5ed7b53f6901dcd22a5e8f38865015f4", "message": "[skip hazardlib][demos]\n\n\nFormer-commit-id: 6168e658f5c0257301bd7a8e8fc0cec5a827c65e", "proba": 2.4552173272240907e-07} {"commit": "8baf986d6c9a33dfe099527628c929aec4a30419", "message": "bump\n\n--HG--\nextra : convert_revision : svn%3A79c32731-664e-0410-8185-e51b9e89f9fb/trunk%402329\n", "proba": 5.789003125755698e-07} {"commit": "1eb78a1d545486fde59a9eef4b3ae393124dcc74", "message": "Specify proper field for counters when checking linkStatusChanges\n", "proba": 2.8153689868304355e-07} {"commit": "2184b44665680baf771f07e66524b2c46ccf0f8c", "message": "Change page numbers and attachment labels\n", "proba": 2.914183596658404e-07} {"commit": "8cd78fe2a24bb31e222fa93efaaf9ed533d65e3b", "message": "Fixed commonlib tests [skip hazardlib]\n\n\nFormer-commit-id: 87f7b4ef10a3567e396c3e7dc3c0670b19bd5d9e", "proba": 3.142862112781586e-07} {"commit": "150763df9f2383d7a4db650948b1385d98024629", "message": "Don't draw multiple labels when plotting isochrone\n", "proba": 1.004580326480209e-06} {"commit": "635c9c06dbcd217d898a1c2247b4fd0a2479ac8e", "message": "fix(group_common_events): don't use LogEvent in SeverityChangerFilter\n\nThe follow-up for https://github.com/scylladb/scylla-cluster-tests/pull/4955\nIt turned out we must use the name of the event class instead of the\nevent class itself to make `EventsSeverityChangerFilter` work properly.\n`LogEvent` does not define the real events, and we never have the event with\nthe name `LogEvent` in practice.\nHence we cannot use it while calling `EventsSeverityChangerFilter`.\nThis commit changed values passing to `event_class` to more appropriate ones.\n", "proba": 4.7397222147083085e-07} {"commit": "80fb136dcbc33f1cb223b7786b04dd1045084d17", "message": "ctrl: plot to gui\n", "proba": 7.685080163355451e-06} {"commit": "eb17fe8d3ae293f77321c4c3af6e04813bb45c46", "message": "Add move key tests\n", "proba": 5.578124842031684e-07} {"commit": "c8960285240b82e5777e0d841f5b4c03094699d9", "message": "Better logging [skip CI]\n\n\nFormer-commit-id: 2216a645600017144bb244168a46820586756587 [formerly 0366cf240da101af76b3e59c275deb4fcdf5fbb8] [formerly 0366cf240da101af76b3e59c275deb4fcdf5fbb8 [formerly 66291e1748ec9bc686db6d375ad26eb570f1a90d]]\nFormer-commit-id: 7e1c6a0acfb19a976a89493884522b3678457906\nFormer-commit-id: 08871511b4d8b8b085cc24e56cde8b2ccf6b9ce4", "proba": 9.625015309211449e-07} {"commit": "72ef2e2f00b651d6a2470d37f7cbddb55aaaf91b", "message": "Found another old s3 call. Used in avatar uploads.\n", "proba": 1.0028576014065038e-07} {"commit": "fe4f514171586b572fe4c77357e86bec456e0e65", "message": "workaround conda package issues\n", "proba": 3.8299819493659015e-07} {"commit": "a4571443578d53d414ebc3384414e8502ee3c528", "message": "Improve focus when using snapshot (#21031)\n\n", "proba": 1.2627799605979817e-07} {"commit": "42f219cde410ba953e766d4241d319eaf0bc2739", "message": "[skip hazardlib][demos]\n\n\nFormer-commit-id: 239a45980de85129f597092f35aead406188680a [formerly 85ef02d7093feafb1535ee9fa3a6c3c420b0b65e]\nFormer-commit-id: 359a6110c4f5740905b729e047a7235280d43089", "proba": 7.550987675131182e-07} {"commit": "ceb604279c4259b001bf11b09d6f0f4d9ccc5f04", "message": "Fixed InternalOnly backend to work on full email addresses (\"foo \")\n", "proba": 2.295213334946311e-07} {"commit": "412502c5a6f06f15ce5d3488f1280d72cc3f28ad", "message": "Removed a wrong import\n\n\nFormer-commit-id: 9b442bebe57171235c04f8d78300db37bacec7f1 [formerly da4cde1aa76fd85406422fa1dcbf2a07599a4827]\nFormer-commit-id: 2bd911aad05a11f560c05fb1eb91365171da3b89", "proba": 4.9054422561312094e-05} {"commit": "b6e77bc2859c768f5ab3d124001c76509266df07", "message": "Update segprint.py for new database\n\nSigned-off-by: Clifford Wolf \nSigned-off-by: Tim 'mithro' Ansell <57310ee00039176189a7bd7b876cda4d0d2a19aa@mithis.com>\n\n", "proba": 1.3926114661444444e-07} {"commit": "d5709d89cf9c1767bbeffedca536ab2eb7624cf6", "message": "resolve merge conflicts\n", "proba": 1.2951560393048567e-06} {"commit": "00f1bb53ce5464ee16dcb1b23b7fa821c95e3266", "message": "Restored SitesContext._slots_\n", "proba": 4.929781880491646e-07} {"commit": "f38764f9cb901f10879f8d4d323d9b7b5ac8a9ed", "message": "support for gif avatars\n", "proba": 2.4492467787240457e-07} {"commit": "0b2a8677be6bd60cc403228fbb2bc6a110fad23e", "message": "we don't need this\n", "proba": 6.192948058014736e-05} {"commit": "1d69c3d8551334b21544dadeae762c15b4f67170", "message": "Fixed disaggregation\n\n\nFormer-commit-id: 7b4841b799f0ae12d624dc302792660877a84689 [formerly 7b4841b799f0ae12d624dc302792660877a84689 [formerly 0c9d3277785e6e2346728c960018b739460dd4e5]]\nFormer-commit-id: bdca566309ede1fa2776a1493296354f730b340b\nFormer-commit-id: 9d5950d6263d8589252bf1dc10b4af0fb0369a25", "proba": 1.731468955767923e-06} {"commit": "583444cd404ce684069a78929fb7b1fda94f974e", "message": "adding vector version of gauss log prob and gauss kl\n\nthis helps to reduce clutter in my real application code.\n", "proba": 9.921878074692358e-08} {"commit": "6158551430c3833882a433a31820f05887a475cd", "message": "redid init file\n", "proba": 5.31889440935629e-07} {"commit": "b99d619734136a9efdec6c0911d695145f619ec7", "message": "bank.statement.line does not support single value for id when writing its last_message_post\n", "proba": 1.5681761169616948e-06} {"commit": "4fdc9081b1d1f992d45a1e11fd15d938b419afc2", "message": "Added comments to the human sort file\n", "proba": 1.8283476777014585e-07} {"commit": "d19d0468b33029c1f2b730dba5ad0a6c50177d43", "message": "write test check create test site on source model core\n", "proba": 2.6441992417858273e-07} {"commit": "6f362385b47767701e464747117c4df834842e9a", "message": "changed mock modules for readthedocs\n", "proba": 1.5886598703218624e-07} {"commit": "cb499287a779b711aa5c9be7a281c947d9ea98ee", "message": "Declutter __init__ by using strategy selection\n\nInstead of having there be a complicated __init__\nfunction that has to make a bunch of complicated\ndecisions this change moves the logic for making\nthose decisions into a set of helper functions that\nnow select the various wait/stop/reject strategies\nto use when retrying.\n\nThis will hopefully make it easier to add new\nstrategies as well as move forward to a path where\nusers can provide there own strategies (if they\nso want to).\n", "proba": 1.699094718787819e-05} {"commit": "4309002ac3d24701b335265e234c49767ba267f9", "message": "ind_id as str\n", "proba": 0.9989365935325623} {"commit": "47b043b575e2fae1cbde9b7cac3989bfb3c986ca", "message": "Bugfix in Burp Parser DefectDojo/django-DefectDojo/issues/823\n", "proba": 1.4165249240249977e-07} {"commit": "7a649c7b3f106e1dae300a0c730e16a326e030ab", "message": "extract static methods\n\nthe helper methods that were embedded in the test_wsgi test classes\nreally didn't need access to self, fully extract them out of the class\nstructure for simplicity.\n\nChange-Id: I8f7c18419bce2e5a91c3a7045f3e6afb05ee79b3\n", "proba": 6.705475243506953e-06} {"commit": "d24dc6e48da62d54e56c49d32d84619e3cb1ad34", "message": "consistently use bare assert for pytest in w3crawl related tests\n", "proba": 1.328535006450693e-07} {"commit": "032ddb028a1f9f522793c70396d9e88020c715e7", "message": "Removing unecessary line\n", "proba": 0.0006671688752248883} {"commit": "73738c7c742ad520d518f968fa669c0d64b52267", "message": "docstrings\n", "proba": 1.7234823417311418e-06} {"commit": "332f795c0f70d049c1e881df8e08e63967975ffa", "message": "add tests with fromscratch\n", "proba": 1.8772330179217533e-07} {"commit": "fd08bee1b757c66f8bf53cd02e0d70e9f5c64c6b", "message": "GTTF: Retry on flaky SSL \"EOF occurred in violation of protocol\" errors.\n\nBUG=none\n\nReview URL: https://codereview.chromium.org/26913003\n\ngit-svn-id: bd64dd6fa6f3f0ed0c0666d1018379882b742947@227982 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 3.336291911182343e-06} {"commit": "cc2a6aef438b05fd76391cf65b3d11bdeef0958b", "message": "add network tag to some tests\n", "proba": 3.402180936973309e-07} {"commit": "53ce5480094bd216ad9db24bff4042ae66e1573a", "message": "Don't insist on dry-run order\n", "proba": 9.489783110439021e-07} {"commit": "a8189800d9a38ee0b1e6a887fef4cd984f4d797a", "message": "adjust linesep code with snippet_call_test\n", "proba": 5.705246621801052e-06} {"commit": "29fb72cc9d7fa6289f48813f4b6136e2e1c7b073", "message": "Limit the number of extrapolations on the service load timeseries in legacy autoscaling signalflow.\n\nWithout this, when instances die we'll keep the service load timeseries (e.g. uwsgi) pegged at its last value for some time.\n\nSee PAASTA-17043 for details.\n", "proba": 1.0173959452686177e-07} {"commit": "778202c4e62e850fa91719b02eb1808f975ed948", "message": "Now attach datasources informations to listed movies\n", "proba": 1.2415139849508705e-07} {"commit": "3954aa7015fd4fe40aa90070b0da4546c65af51a", "message": "Update saving of corpus\n", "proba": 2.8626408266063663e-07} {"commit": "34f349a728cc80acd12628b0d6d3e4550070af65", "message": "testing pyspeckit.\n", "proba": 1.4710929008288076e-07} {"commit": "883887c4b6e8fc8d2a46b2d27a99f10eb5788ea6", "message": "Changed the auth_backend tests in a cosmteic fashion so that they pass under Python 2.3 as well.\n\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@6552 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 3.818295226665214e-05} {"commit": "b4a05a3fdf0716a4abe45d5c12662160e8493e21", "message": "Helper methods for getting providers of special type.\n", "proba": 1.0178831644225284e-07} {"commit": "11a5304c8a82b5e56203f64b8c3e62f3703a25cd", "message": "Remove old paramiko code; properly close\n", "proba": 3.886686499754433e-06} {"commit": "d4328ba8d57010a669efc1724264fba534f88b46", "message": "[IMP] account_voucher: : use the new ORM methods create_workflow, delete_workflow, redirect_workflow.\n\nbzr revid: cha@tinyerp.com-20130131115954-54u8z5ibntrs4sco", "proba": 4.74750322609907e-07} {"commit": "82786266b55549c8bb04134ef4dfe8bad6ea5d5f", "message": "resolving conflicts\n", "proba": 9.415670319867786e-06} {"commit": "3fc515d06be081733f97f1590c44bdffa09d0e37", "message": "Making the server listen externally.\n", "proba": 1.243177507603832e-07} {"commit": "73ec374c6be48544fbc6f550cbb97028d7262be7", "message": "SWIGing a source file .i silently overwrites .c if it is\npresent - at least the swigged file should be named _wrap.c as\nthis is also SWIG's default. (Even better would be to generate the\nwrapped sources in a different location, but I'll leave this for\nlater).\n\nNewer versions of SWIG don't accept the -dnone flag any more.\n\nSince virtually nobody uses SWIG with distutils, this should do no\nharm.\n\nSuggested be Martin Bless on c.l.p.\n", "proba": 1.3665201947787864e-07} {"commit": "c48e4ba9b5170ed53566dc0eabec3a68abf23fc8", "message": "Flake8\n", "proba": 7.333250096053234e-07} {"commit": "85a942583abda50ff92c673cde5c189f22e1cb97", "message": "Add comment with svn revision number.\n\nR=iannucci@chromium.org,hinoka@chromium.org,mark@chromium.org\nBUG=\n\nReview URL: https://codereview.chromium.org/431003002\n\ngit-svn-id: bd64dd6fa6f3f0ed0c0666d1018379882b742947@287057 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 4.732856723421719e-06} {"commit": "6ecd1928eecb77c29feae216f763e29e28f1d046", "message": "[FIX] account_voucher: fixed a lot of bugs related to multi-currency cases\n\nbzr revid: qdp-launchpad@tinyerp.com-20110105135531-avfegq05qhgp2w5f", "proba": 3.664425491933798e-07} {"commit": "8ae4388559e6caf3fe7b3c6528f34b64515bdfee", "message": "dont call UseExceptions unless necessary\n", "proba": 2.396963623141346e-07} {"commit": "b6fe932264cb9beb413999043c1e19302d78d8f5", "message": "fix missing coma\n", "proba": 0.9999973773956299} {"commit": "46ad64e31c4a063db39b72a1b9bdfd0a558da82b", "message": "More reg fixes\n", "proba": 1.2130493587392266e-07} {"commit": "16f29ffd6d94e0dab324e49bf0d3a75c82e5d3a7", "message": "[loggingTools] use ellipsis for doctests when printing time\n\nappveyor can be *very* slow\n\nhttps://ci.appveyor.com/project/anthrotype/fonttools/build/job/pdrl7o5ggan7qlej\n", "proba": 4.1298119413113454e-07} {"commit": "9eb7127476a51823e97b543bf52ab4d66aa9bf3a", "message": "Bump version to v11.0.0a1\n", "proba": 2.739802766882349e-07} {"commit": "81b73777fad5b719513f3698e8d39e71174a3a74", "message": "[REF] Send outside action_move_line_create the process to create the account_move record\n\nbzr revid: info@vauxoo.com-20111009003119-q3ab9jg72m4tpjvc", "proba": 1.8965629067224654e-07} {"commit": "6ed9215fd2cdd489d939d37c3ed8c8195e61b477", "message": "Fixed bug in zROMS.py\n", "proba": 2.459203471971705e-07} {"commit": "db6923df59f36bafb5f922baa66d918367b1a9f7", "message": "myasarray now correctly deals with scalar arrays\n\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@933 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 1.700345364952227e-06} {"commit": "965d5bdd171d975b744a3368d593e31dfd368277", "message": "Fix wrapped wrapper\n", "proba": 0.0002509792393539101} {"commit": "b87454ee1b4538834afc20c78c68b37ad39114a8", "message": "[FIX] hw_blackbox_be: adapt code to posbox 17 py3\n\nPython2 uses byte strings by default and python3 text string, so adapt\nthe code communicating with blackbox to still only use bytestring.\n\nAlso raspbian image has been updated in posbox 17 to Raspbian 9\n(stretch) so ifconfig command returns has different format output (\n`ether {MAC address}` instead of `HWAddr {MAC address}`) so the way we\nget the MAC address is changed.\n\nopw-1981839\ncloses #33150\n\nSigned-off-by: Nicolas Lempereur (nle) <2907e499a003d1c3ab7944c0a40c6df46e3e3c2f@odoo.com>", "proba": 2.755143896138179e-06} {"commit": "48238b17dd8cc00fc2658f813053272b80abaa65", "message": "Use different time ranges for different TSR ranges when trimming data\n", "proba": 3.100061576333246e-07} {"commit": "2ec488fb319bba444ac1312b220f549f3cb32649", "message": "Bug fix\n", "proba": 5.465154799821903e-07} {"commit": "3e7179d5ddd7757ef0ac5422d50f7452aef7c78a", "message": "[MIG] payment: migrate remaining code in old API\n", "proba": 5.016898398935155e-07} {"commit": "d1e1ff45c491c22af8184d288ca73a82f5c2235e", "message": "Better behavior for ** when there are no filters\n", "proba": 1.8234372589631676e-07} {"commit": "2530fc39addd413d542b3f5fa17b7c4c58fa2104", "message": "Fixed runcron to activate properly\n", "proba": 1.3434213030905084e-07} {"commit": "2c76d365e4c46067b2ff939167240a1fddb73344", "message": "[IMP] point_of_sale: prevent use of the cash control without profit and loss account\n\nPrevent the use of the point of sale when the cash control is used and there is no\nprofit and loss account on cash jornals linked to payment method.\n\ncloses odoo/odoo#43493\n\nSigned-off-by: pimodoo <16075eed7f0f1db85d54c35d23e6589f4efb5038@users.noreply.github.com>\n", "proba": 1.3484348926340317e-07} {"commit": "a4a2db90ffc1e458f0b2402321d2b2c55e168b1f", "message": "Added Split Download\n", "proba": 1.4309745210994151e-07} {"commit": "688d56bef68e2b74d0fb037d029c257a818f0e8b", "message": "'lines' is a bit more clear/less confusing\n", "proba": 0.00018163237837143242} {"commit": "9511f4c4ad7e9ec31af97060654af3c96835501f", "message": "fix bug (#596)\n\n", "proba": 1.197979742073585e-07} {"commit": "ed127450073a11057e92addbeb7ae277a54bd92c", "message": "SC CBVs\n", "proba": 5.733083980885567e-07} {"commit": "7479ee70e8f6dec8d54b47976c672e24a875f784", "message": "extra character docstring\n", "proba": 6.525706908178108e-07} {"commit": "22680df1dac88ee433208f2740a6c5e317994e2f", "message": "Add a brief doc string to apply_overwrites\n", "proba": 3.8392010992538417e-07} {"commit": "5ec14dfe449bd8a4ebdc6522177a78770a85c90e", "message": "TEST: not include -vertfile\n\nFormer-commit-id: a0dfd6986d4f3eae33634db50e4710821f199d94", "proba": 6.887709105285467e-07} {"commit": "761154397eee4b5a32abbcd50284dc36226c092d", "message": "doc strings.\n", "proba": 2.7019888193535735e-07} {"commit": "6b4cc850569752664eb17b1719be9d382a347084", "message": "Twitter Status now collected and stored, but be warned, if you have ALOT OF STATUS, THEN THIS WILL TAKE A WHILE...\n", "proba": 1.019641686639261e-07} {"commit": "75e4da80170790b51586f6dbabd33a601c56057d", "message": "Better file description in romanize.py.\n", "proba": 1.2881024247235473e-07} {"commit": "7b18378acad93aad4b71dea0e2174dc7055cec2d", "message": "fixed plots issues\n", "proba": 4.1511506765345985e-07} {"commit": "b349b7282f6d344bab60e3a9152f4105e3cfc548", "message": "Readding the file\n", "proba": 9.552107940180576e-07} {"commit": "c872fc0407e477f251df347cfe383ee51d11e1f1", "message": "Close the multiprocessing.pool after use (#67)\n\nSo that the tests do not hang intermittently\r\n\r\nWhen preparing to release Alpine Linux 3.12, the tests for this package\r\nwould hang intermittently. This problem was isolated to the tests in\r\ntest.bash that run rstcheck.py over multiple files.\r\n\r\nThe documentation for multiprocessing.pool explains that:\r\n\r\n> Warning multiprocessing.pool objects have internal resources that need\r\n> to be properly managed (like any other resource) by using the pool as\r\n> a context manager or by calling close() and terminate() manually.\r\n> Failure to do this can lead to the process hanging on finalization.\r\n\r\n> Note that is not correct to rely on the garbage colletor to destroy\r\n> the pool as CPython does not assure that the finalizer of the pool\r\n> will be called (see object.__del__() for more information).\r\n\r\nhttps://docs.python.org/3/library/multiprocessing.html#module-multiprocessing.pool\r\n\r\nBefore this commit close() was not called on the multiprocessing pool;\r\nafter this commit close() is called.\r\n\r\nThe change in this commit was tested in an Alpine Linux container:\r\n\r\n podman run -ti --rm -v $PWD:/srv:Z -w /srv alpine:edge sh\r\n\r\nBy running:\r\n\r\n apk add alpine-sdk python3 py3-docutils py3-setuptools bash\r\n python3 setup.py build\r\n sed -i '1s|^#!/usr/bin/env python$|#!/usr/bin/python3|' rstcheck.py\r\n python3 ./test_rstcheck.py\r\n bash ./test.bash", "proba": 0.001719134976156056} {"commit": "ff9349e042933fcb459c18cf79d01fa24bb975dd", "message": "Read all JSONRPC headers correctly\n", "proba": 3.8747148778384144e-07} {"commit": "a4007817f431e63ee86a56431f61b9d378e55809", "message": "runtests.py: display the 5 slowtest benchmarks\n", "proba": 4.262165589352662e-07} {"commit": "9deb5d74a72950fdcc653926128796b272544dbb", "message": "Remove old crappy test loader, replace with generic main\n", "proba": 2.1121400095580611e-07} {"commit": "7d1f2b5be58aabc5dab99f0f2be572ad8d76d4a3", "message": "Remove compatibility code in runtests.py file\n", "proba": 5.693223101843614e-07} {"commit": "f7012a2a5efa59bf8715afc74326e4fff7cb4a01", "message": "Add Haskell to siggen\n", "proba": 2.9184961022110656e-05} {"commit": "5f6435d7b930242e8573ebd7c26de982381fe17a", "message": "Fixed source of submission url to make it work with selfposts\n", "proba": 1.3145982791229471e-07} {"commit": "645fcc26d682a5871ee886e2f0e843a114ee386c", "message": "Handle project key constraints on ID update\n", "proba": 4.067348129410675e-07} {"commit": "be597492faa9b02dfa89282672dd3e1b0da3e28b", "message": "Fixed sharedlib-cleanup-option in runtests\n", "proba": 2.3499610790622683e-07} {"commit": "975387f684e3b6be593c48648c88c5f4c9e64d24", "message": "Fix the renaming bug.\n", "proba": 5.117550472277799e-07} {"commit": "184211a44637984d71f9fd8e830c809c7fe4fac1", "message": "fixed bug with user look up\n", "proba": 1.8338378993121296e-07} {"commit": "a461b52aa929ede8120306d2851c737f7291ef19", "message": "Minor code simplification in test runner.\n", "proba": 1.5658029894893843e-07} {"commit": "8058d2cbd8bbe7d9f9df8f337f020a21692367a7", "message": "Ignore logging library\n", "proba": 1.0867199762287783e-06} {"commit": "a42ee08676409d6bad3e0eefbc3095c9164d28d4", "message": "[FIX] stock_account: use correct rounding for anglosaxon accounting's price difference line generation\n\nThese data are expressed in invoice currency, they must be rounded accordingly.\n", "proba": 1.261459487977845e-07} {"commit": "6e54a9140c17c5457daa4381923a33bb769359f3", "message": "Refactored runtests.py so that it can run contrib_tests\n", "proba": 3.776177948111581e-07} {"commit": "adf1223d5f7cdcf0c7c075bfe9c3b54e3e8a85e3", "message": "Fix a test failure due to a stupid str type check in Py2 distutils.\n", "proba": 1.3387250419327756e-07} {"commit": "7be3a22d1d7a8c2676fdde483d53f3c32cd2a6e9", "message": "Tweaked models to remove Warnings on Systems Check\n", "proba": 1.4039555651379487e-07} {"commit": "c5671e89a437d80563a4f266de7c7b1d4127bf8f", "message": "Analyser tests: fixed a problem with one of our tests.\n", "proba": 1.1700309698881028e-07} {"commit": "6a200bd803f9a9aa7d299b68c6e40e6ba849e7a2", "message": "runtests portability fixes\n", "proba": 4.20189337546617e-07} {"commit": "72057b38742f080e53c2d0100e61768e72f89b21", "message": "Use list instead of dict for header-comment information", "proba": 1.8389501121873764e-07} {"commit": "6e7d306186442966f4ef42ba3c1bfc019675076c", "message": "Plotting.py: Add pointer to matplotlib documentation.\n\n\n\ngit-svn-id: 4c7b13231a96299fde701bb5dec4bd2aaf383fc6@174 979d6bd5-6d4d-0410-bece-f567c23bd345\n", "proba": 4.856371106143342e-06} {"commit": "6c6ce6ec335741ae3d82e33ba05a36ecd182b135", "message": "add \"e.g.\" judge for pre-processing free-text", "proba": 3.4971290006069466e-05} {"commit": "e12eaca3dcccf4a21ff7091b74b081313f8d3cea", "message": "fix (1_7.W001) MIDDLEWARE_CLASSES is not set.\n", "proba": 1.0850303056031407e-07} {"commit": "eeb084420c30c04e9116166542f413f1975054ea", "message": "Fix file heading.\n", "proba": 1.8330301543301175e-07} {"commit": "ee333fde7952df0d7bf5d543a8f18b0c9815fb43", "message": "added public-key-signature generation logic\n", "proba": 4.542173144272965e-07} {"commit": "fe5cbda5fc7800425348df5faaa441f7fcb21889", "message": "Remove unused import.", "proba": 1.433858187738224e-07} {"commit": "a38292d3c2c82c321e1663bf08c9521c08f35e4c", "message": "Include STATIC_ROOT for tests\n\nIt's needed by django-compressor==1.3\n", "proba": 4.850599566452729e-07} {"commit": "efe2ea2d1b8770c791b973753940f040208b0f5b", "message": "Add {log,date}_format arguments to setup_console_logger()\n\nIn the future, perhaps these can be optional configuration options\n", "proba": 0.0001713612728053704} {"commit": "20ebf0e4857dd32419b0230127d476c97c40d27f", "message": "missed debug statement\n", "proba": 7.236515671138477e-07} {"commit": "cf20b1763ecb7c9778a96a6afedc15cb5c444cb8", "message": "run re-initialize submodules after checking out a tag in interop matrix image builder\n", "proba": 2.7120026402371877e-07} {"commit": "74b51cd749c370a56878d5f2f9c096bbf2ce511a", "message": "fixed ordering of imports\n", "proba": 2.075835823234229e-07} {"commit": "155861ef61c80541283f5c1346247e09cdb2a788", "message": "Mod. Implementation of `start` functionality.\n", "proba": 1.1939728494780866e-07} {"commit": "d2aae6d53a79677b326e4f86b2cf4073d4eaf4ab", "message": "fix: panic test case test_task_wdt\n", "proba": 0.0026577040553092957} {"commit": "8c3b6a9306d40447200d713b6c9f9392ce54c23c", "message": "Add repair and is_repairing", "proba": 3.148128598695621e-06} {"commit": "1825dfe5ce2c6bb9a86340c6b4ad3f6daf953fcc", "message": "Ensure coordinates.tests.test_distance does not fail\n", "proba": 3.469445073278621e-05} {"commit": "166eb74f29b26a0550e68c6799bd89bedd370d17", "message": "the color of normal mode is not right when first enter\n", "proba": 9.894453114611679e-07} {"commit": "839d7866f059c2f64089bd2f8a6df50aca70ef04", "message": "chg: dev: support injecting loopback IP to OSPF\n", "proba": 3.475144012554665e-07} {"commit": "e17cb4796366a704edbcd8e5f823a2aa68a46813", "message": "more Travis integration test debugging\n", "proba": 1.3157119838069775e-07} {"commit": "e08ced36f12f08769d9a7972dd788e020319e27a", "message": "tests/eas/test_env: make IP lookup more robust if nmap is available\n\nNOTE: this patch assumes the local network is a /24, we should either\nexpose this values as a configuration option or better create a support\nfunction which build the figures it out from the netmask.\n\nSigned-off-by: Patrick Bellasi <431c86f368affbc3148c4669fbd465131f7e82cb@arm.com>\n", "proba": 1.2814346916911745e-07} {"commit": "cad050069c4431c273a8b18a981e7428c4363f70", "message": "[SW-1109] Doc: Changed copyright year to include 2019 (now in correct branch) (#1023)\n\n* [SW-1109] Docs: Copyright year in docs now includes 2019\r\n", "proba": 1.3560797640366218e-07} {"commit": "3fecc03eda3ff342f2bc7bdcdd2bb84df0adbc7d", "message": "[testing] removed unused import\n", "proba": 2.2509787811486603e-07} {"commit": "984b2efd7c388d687f4a42415cfbe9fcb73c0d31", "message": "Fix missing api attribute on wrapper root\n", "proba": 4.142637862969423e-06} {"commit": "f37625bdb685c1f20d0dc7fd9f9cf4e0b6a057a1", "message": "Fix for cases where dates are before 1900 (which causes datetime.strftime to choke)\n", "proba": 1.0182612868447904e-06} {"commit": "650658e63c8e126e708d3dd32a8f15143f051fbc", "message": "initial hack at porting to py3\n", "proba": 1.5094641980795132e-07} {"commit": "be6ae9a7e4a14f410124cf0e2b5047e1b7340c33", "message": "Scheduling code is working, sorta\nHave to implement the ability to send messages...somehow\n", "proba": 1.187685825243534e-07} {"commit": "d2d76831e66bb0f405892596ac9864e82fbc9df2", "message": "Clean up PCA code\n", "proba": 2.233125997008756e-06} {"commit": "5c9ec2928c23208f76cb60cd080313c236876ae3", "message": "fixed initial bisection interval\n", "proba": 3.282502802903764e-07} {"commit": "e93ba59def59edc43ffa5ccb71cb09541a1b37b2", "message": "Some of the tests are broken.\n", "proba": 4.695917823482887e-07} {"commit": "87870f38b7d87cdaa2853c3619cb77cfd1b3ec28", "message": "Add more tests to Fourier\n", "proba": 2.3814264693555742e-07} {"commit": "e547926da49c5966cc80a05ba6de456d0d01c1b4", "message": "[FIX] base_external_referentials : test if resources exist before importing it, also fix missing test on context\n", "proba": 3.2762289947640966e-07} {"commit": "44e3df78eada0d67691fa238f7253b38255b9dda", "message": "Nicer timestamp determination in lastscrape.py.\n", "proba": 1.2123311421419203e-07} {"commit": "2a3dece4337f8c8fb1531769413bb514252a0f56", "message": "Add missing lower() in create_container()\n", "proba": 0.0002265494695166126} {"commit": "73e47e5064b2310a85fdccaf61be34f41f3f2b5d", "message": "Fixing tests\n", "proba": 5.183937332731148e-07} {"commit": "498729cff3a413a64baa30cd4f23ca6565421b00", "message": "[ADD] Unique Constraint on the name of the maintenance contract\n", "proba": 1.1496184981751867e-07} {"commit": "40af325cb1370d05ac0878cf4b6918cd1289ef28", "message": "Bot now restarts when it joins/leaves servers.\n\nThis is done as a temporary fix for its currently undefined behaviour when it joins and leaves servers.\n", "proba": 1.027407563469751e-07} {"commit": "57fe03c7638a17c411d2d0e3f5040684dc7ed292", "message": "updated docs\n", "proba": 3.549651523826469e-07} {"commit": "fb5222d66f0c02427029ac72f1339d112305f0e1", "message": "Update the bodhi comment test case to refect the new repr\n", "proba": 1.4626796485117666e-07} {"commit": "e57150d04821e211be44fef696791dc1c1dc354f", "message": "update tests\n", "proba": 5.633767727886152e-07} {"commit": "56ddaa70e340e7fb22a5ffaa2cf81ddfea615919", "message": "get_netlist works even with cells that have have no info.full or\ninfo.changed\n", "proba": 1.1722647741407854e-07} {"commit": "6767b6bd08812ce8d847ba74e0810c1ca07f5567", "message": "minor changes\n", "proba": 3.7436623756548215e-07} {"commit": "d4ccd4d6af04b53949f89fbf0cdae13719dc5a08", "message": "GitRepo: get_current_remote_name: Handle case where no upstream set\n", "proba": 3.064902102778433e-06} {"commit": "8e94788e7ae0cff7a4d589cb2e74ba57e414b530", "message": "Vault version 1.0.4", "proba": 3.8500613186442934e-07} {"commit": "7806e0d4ffb9faf8a3615094b9ba30aab01cf4b3", "message": "consolidated logging\n", "proba": 6.263763907554676e-07} {"commit": "48899262250e1c177b78d5024f48ed72e030711b", "message": "adding a bit of more recon'ing\n", "proba": 2.156149321308476e-07} {"commit": "7cd077bff4d7e1e8e320dc5b06665d858a46b7cb", "message": "keras.model.fit(nb_epoch -> epoch)\n", "proba": 1.7501743343473208e-07} {"commit": "eaab44283b19fee1dc1bdac17e41d3369a1f341f", "message": "ignore tests if Numpy has bug\n", "proba": 1.0537381740505225e-06} {"commit": "a1174076b1b65d38add0b30f9ca88b2a04e796b8", "message": "Removed debug messages from sprite sheet generator script\n", "proba": 1.9609994694747002e-07} {"commit": "dbf3a16d91d333339b18073e1c8af8846d656e33", "message": "Property docstrings\n", "proba": 7.726259241280786e-07} {"commit": "8ee564457be123d0da2b24a668dbfbdb6891801b", "message": "state state\n", "proba": 0.002286255359649658} {"commit": "8e4f8db788e9ac101a0183b9c21c01d8eaae0f2c", "message": "Use bake for partial application\n", "proba": 1.5785714424509933e-07} {"commit": "17d039d67b7a8c83c488ddd5f9db482c97d34452", "message": "cleaned up conda recipe call\n", "proba": 1.5169568712281034e-07} {"commit": "5a26f5983c013f2e7ce470c85acad9b1f520f37a", "message": "Debug heroku\n", "proba": 5.181762503525533e-07} {"commit": "74f8c4910136892dbd4f08e1ea96357dd26cf998", "message": "One s3 file should return one string.\n", "proba": 1.6342115713996463e-06} {"commit": "d32799b2dcfd67807dfc5bcd363df42c48024ada", "message": "Add Visualization model.\n", "proba": 3.2947625072665687e-07} {"commit": "141ddfec82de14da0b6891bf104e48b0660dd2f6", "message": "Updated to update reconnectWaitsIndex appropriately.\n", "proba": 1.099788278224878e-07} {"commit": "0020ee71f4e295995f52e453c4a37266f50bf306", "message": "try with aiohttp\n", "proba": 1.781299516778745e-07} {"commit": "79303bcf998c7326f7e9537c69a825fd4018c4be", "message": "use helper functions to create locations\n", "proba": 5.878507067791361e-07} {"commit": "1918878ca30feb79c464725ef8753889907a928b", "message": "Added login api\n", "proba": 2.2160087098654913e-07} {"commit": "88210a38ecd6037f4c0ee77884e17b3db04135ee", "message": "fixed symlink resolution in test\n", "proba": 3.0517605864588404e-07} {"commit": "03a0fefbf9d04fd53128c1a6b398f58312a69766", "message": "fix api usage in web interface\n", "proba": 5.226975190453231e-06} {"commit": "3a594823d9ac15e1f88e7d7c4e6b29ea97c9d578", "message": "Add authentication and token validation\n", "proba": 1.023958020596183e-06} {"commit": "6030077655c1dc8038f239f1bf2526882d0cc1bb", "message": "Move the check for bad schedules into add so it happens when schedules get updated as well.", "proba": 1.1186319426315094e-07} {"commit": "b381ff40a3855c83ba7d94d357ca6cdd189cf0d0", "message": "whoops, don't require login yet\n", "proba": 1.4125413372312323e-07} {"commit": "ecc77c2bf706a61d1dd77b1a95a00b74f29f74e3", "message": "[AIRFLOW-XXX] Fix Flake8 error (#4422)\n\n", "proba": 1.365668111930063e-07} {"commit": "7559426c5069f368281ce489a6bf06155d1f93bf", "message": "Add test for files in multiple directories\n", "proba": 9.123425002144359e-07} {"commit": "8d16fb4806bfd80bc06e23dca2885cc825efac16", "message": "Added support for parsers.\n", "proba": 1.123922999113347e-07} {"commit": "f36b40096ea2f678cd064540cca4766cd384c7e6", "message": "typo fix\n", "proba": 1.0356772691011429e-05} {"commit": "951a9ae33b54b8c4f0d13b8cdb37343f198db3fb", "message": "Revise to email_aids_d\n", "proba": 0.9999994039535522} {"commit": "90879c964f3e5ea41a7f846faa98db088da9b5d6", "message": "Simplify query api key generation\n", "proba": 5.954237713012844e-05} {"commit": "6f6a084d78467217489c1c7d3f79e12298b14954", "message": "fix inference issue with drug descriptor dim mismatch\n", "proba": 1.7056789829439367e-06} {"commit": "657466208e7e60bc9c71702a87acd0d745b7628a", "message": "added new conversion json output functionality\n", "proba": 4.3015137407564907e-07} {"commit": "04401d2fd95b0de9ca51eef674b9987f4ac83e37", "message": "Add a test for rowwise groupby\n", "proba": 3.779650432989001e-05} {"commit": "dc259f758cedf5fa30a8b805f0dfbb570300d6eb", "message": "proper multi_file check\n", "proba": 7.284652951966564e-07} {"commit": "509ea6503ef6f33f1a11e69a7bac0da002194a86", "message": "Remove stray consts\n", "proba": 2.8596277843462303e-06} {"commit": "794fd286685d7c12aa192d57b26ae00cb5b5e288", "message": "Change test finder to search for unittest.TestCase descendants\n", "proba": 1.890336847054641e-07} {"commit": "37b51243a94b27ea031ff62bb4ce818a59a7f6ef", "message": "lisa._kmod: Improve kernel tree preparation exception reporting\n\nFEATURE\n\nInclude the CalledProcessError stderr when reporting the error, to make\ndiagnostic easier since kernel tree prepare will usually fail unless the\nuser provided a proper target configuration.\n", "proba": 1.0825105078993147e-07} {"commit": "5c2ee17e76c98108e59d4ebc584fa41d00dd3630", "message": "Updated `ProjectDetailField` factory model.\n", "proba": 1.054437319680801e-07} {"commit": "ed5241737ac6233ad501e4328e6e61635cf93191", "message": "release stdout during test for easier debugging\n", "proba": 4.1884746337927936e-07} {"commit": "e0a65726f03b5adc89473f357b282958636dc9f8", "message": "Cleanup if failures/errors.\n", "proba": 2.426819207812514e-07} {"commit": "3fb8aba3a68377991112534b3dbd9c35e030fa10", "message": "lisa.utils: Fix PartialInit.__getattribute__\n\nFIX\n\nDo not raise exceptions when accessing class attributes on partially\ninitialized objects.\n", "proba": 1.0952603446412468e-07} {"commit": "efaf0e7a53b3549adcddba1deb6320df18a3dc62", "message": "remove unnecessary imports\n", "proba": 7.932739390525967e-05} {"commit": "8a83c67c76d2a96fc9a70f2057787efcd9250e0e", "message": "Add optional parentheses for translation\n", "proba": 1.6454620208605775e-06} {"commit": "ef07f6aa80f64926046f75af3e37b60b7bfbc6d8", "message": "Added test for tokenizer keep prefix suffix parsing\n", "proba": 1.490238901169505e-07} {"commit": "020a3f7e3455cb9788cc6a2fc94fbc1cbb7e073d", "message": "s/pythonscript/pythonjs\n", "proba": 6.971004768274724e-05} {"commit": "97391a7b4e041fcd8aa8524d00479348d11306b6", "message": "Removed priority_dict.py old version\n", "proba": 2.973591222144023e-07} {"commit": "ad75f84b4734a34cc0b3d5488407f442a83d5a5d", "message": "Fix 2 bugs: Last history entry was missing. Exception when redirecting output (Python 3)\n", "proba": 8.839675160743354e-07} {"commit": "b2cced277235fe63a1bf46b0d240900ff0623f7d", "message": "Add an applicationName property to Application\n", "proba": 1.0804163821376278e-06} {"commit": "0e703ad449f046175613cd7aff766f89c61b25de", "message": "lisa.utils: Speedup Loggable.get_logger()\n\nFIX\n\nLogging directly or indirectly inside a destructor (__del__) is\nproblematic as they are invoked when the world is breaking down around\nthem, which can trigger some harmless exceptions. For this reason,\nget_logger() was returning a dummy logger if __del__ was found in the\nstack.\n\ninspect.stack() is unfortunately really slow (150ms to get a stack frame\nof depth 25), which is enough to really slowdown the import of some\nmodules and runtime code as well.\n\nFix that by returning a wrapped logger object that will only inpsect the\nstack if an exception is raised.\n", "proba": 1.1663016721286112e-06} {"commit": "4358ba4ed864552faa0487bafa1abfb00ba93125", "message": "Delete bogus test\n\nSee ef6de5b80675dc826e88840bf433becd742f331c\n", "proba": 1.3874324622520362e-06} {"commit": "cf3c2adcff3f1581695699c0a408cda84d2138c8", "message": "Aggiunte a versionchanges", "proba": 3.2634875424264465e-07} {"commit": "0db5b4900d31e4318612374d088b7cb36d5514e3", "message": "fix the name of the test, again\n", "proba": 6.416883115889505e-05} {"commit": "c4c72266b51c653e0f6bc23a7aa112ae285e2f6c", "message": "exclude incompatible tests under Py3\n", "proba": 2.9766130182906636e-07} {"commit": "4057e9aa76d9f4013fc1e1d85f72167ede027865", "message": "Fix a test broken by coverage version 5.\n", "proba": 4.029154183626815e-07} {"commit": "a1852b8ba4ff61ec5cd139b7e8cb7a295164168a", "message": "Fix sort regression\n", "proba": 8.258999514509924e-06} {"commit": "8b438469494fef39fe413ad4fb8bc39d9caaf25b", "message": "#1410 add resolve id tests to object storage\n", "proba": 1.2125715898037015e-07} {"commit": "94d578b0a170bade8ffda02938a694282f17fc9a", "message": "I rewound a test\n", "proba": 9.56232088356046e-06} {"commit": "ba973acb1f75ef50849bdd19825e9476e59c4a35", "message": "Add todo\n", "proba": 1.5254697700584074e-06} {"commit": "167ff0af024f2b00b1b2e935a9d7e5e5bb088c20", "message": "Fix flake8 E402 error\n\nAdded ignore statement to the imports since the DJANGO_SETTINGS_MODULE\nenvironment variable must be set before importing things from django or\nthe app loading will fail.\n", "proba": 1.0337645761637759e-07} {"commit": "ba8318b85f1c95a6b8d165bc105c36febb6ea8b6", "message": "Marked test_tcp_reconnect(...) test as Broken on Windows\n", "proba": 1.73544847825724e-07} {"commit": "57cb02a205a5d37f367411a732e999ebbe117e40", "message": "Main view of the IDE\n\nThe bulk of user interface will be with this view. Users\nwill open a project to edit and the main_notebook will manage the\nnotebook pages\n", "proba": 5.227919928074698e-07} {"commit": "76e3d85a45addb699ee1782aa6fc8dd4b86c4e01", "message": "fix update button error on empty scene", "proba": 4.0074183971228194e-07} {"commit": "cc72d00946459589c80db945fd62b5b849bd9e53", "message": "Cover the branch of the Base.save() method pulling data from regular editions.\n", "proba": 1.0101872760515107e-07} {"commit": "f65309e1e9989abe43b39db2e4cbaf4de700e489", "message": "All dictionaries are now Super Dictionaries\n\nIt's now possible to access dictionary keys as instance attributes:\n\n>>> i = SuperDict()\n>>> i.one = 1\n>>> i\n{'one': 1}\n", "proba": 1.4447309695242438e-06} {"commit": "a80c45486ff8d407b165f8bbdb69b95c46e8c955", "message": "#54: Ensure authenticated user has access to edit source\n", "proba": 1.3313176339124766e-07} {"commit": "789e339c9aa3e28afc3d006e79da80e73664960d", "message": "sock.reuseaddr\n", "proba": 1.3291779623614275e-06} {"commit": "d0b7472ab7f34832d7a5cb5485ea95e105fde27a", "message": "Print the number of rivers found.\n", "proba": 0.00044836345477961004} {"commit": "1849e9edf718cae43461884713dbc761477493a2", "message": "Only show imminent DeprecationWarnings by default\n\nOtherwise the PendingDeprecationWarnings for the next version of Django\nbecome very noisy. The PendingDeprecationWarnings are generally ignored\nbecause of the large range of Django versions supported, so printing\nthem by default causes nothing but noise. This causes actual warnings to\nbe ignored.\n", "proba": 1.4188016450589203e-07} {"commit": "4167c8ac813c06cc6c48cbd954e9fe983c452e1e", "message": "[FIX] if value is None return it, not 'None' as string\n", "proba": 0.9999899864196777} {"commit": "78b702ebc4f48bfa9fa88d7fb8d257123d65589f", "message": "added an integration test\n", "proba": 1.5562231681087724e-07} {"commit": "887fda734bbe7a5270429471789beec6a1792036", "message": "Removed import *, replaced with import DB, VERSION.\n", "proba": 1.0297893027200189e-07} {"commit": "23dda48b34868ad1c6b4f4b8bf9b00584286236c", "message": "fix flake8 error", "proba": 3.1337575023826503e-07} {"commit": "9252e69596057a0dac928774a8b3573b951e8510", "message": "rename unused var\n", "proba": 3.833694790955633e-06} {"commit": "6f987a1c888f0f08d58eb9c1318b975d3c847ac7", "message": "Python: Intermediate commit. Adding some of Spencers changes.\n", "proba": 1.0589216969947302e-07} {"commit": "da35cc079aaa9f91e9531aff906754c7e910c335", "message": "add tests for node_modules functionality\n", "proba": 4.823056656277913e-07} {"commit": "62a38c82648ccce6bc3a5a7385b03be47cd1a480", "message": "ENH: support for RX FSM\nENH: support for TDC FSM\n", "proba": 1.854453444138926e-07} {"commit": "cd4fbd9883df38cfbec661f0a5d384c5bc419e00", "message": "Sixaxis uses sixled for settings leds.\nPlayer choice can be done with +dpad U, L, R, D => 1, 2, 3, 4.\nMultiple controllers can be on same player currently.\n", "proba": 1.508836788843837e-07} {"commit": "ba68819a3dbfeae40c764bf8c8ca64ce7829d909", "message": "Fix a syntax error on Python 2.7 with the new rbcredentialchecker.\n\nThe new `rbcredentialchecker` tool had a very subtle syntax error on\nPython 2.7. It used a raw byte string with a prefix of `rb`, which\nactually is only valid on Python 3. For Python 2, the prefix must be\n`br`.\n\nThis is a trivial fix for this issue.\n", "proba": 2.659850724739954e-05} {"commit": "0b6193851ea5f5d85220f7d9c3a9b1a4c1315c3d", "message": "bugfix", "proba": 8.478961035507382e-07} {"commit": "608e648092172ee395c4fbff7e9614f88f887e5a", "message": "Added some docstrings\nFixed doctest errors\nCleaned up add_argument and add_proposition\n", "proba": 1.6923522139222769e-07} {"commit": "645676e112b3dbc296455610f6294312416fe26c", "message": "Windows: fixes for previous commit\n", "proba": 4.5743763621430844e-07} {"commit": "19e7fa58246c8d745548a3a4372da7a51ac6afbc", "message": "Adding tests of setting start symbol\n", "proba": 3.129331673790148e-07} {"commit": "66e3c5daa2de0b189b94656b334116e40f2fd352", "message": "Don't fire signals on restore.\n", "proba": 1.2289260098441446e-07} {"commit": "2ef53992b540e9ea86f6a7610742323e87c45c6d", "message": "import no *\n", "proba": 2.5437455519750074e-07} {"commit": "cd9ce04e10ac0bfbe480a2dc0c3d29e11e7f2c30", "message": "another logic fix with ordering", "proba": 1.4681201321309345e-07} {"commit": "ce415076fae4a053ba1a252fd8a26725e63c9112", "message": "Removed bold tags from the card titles\n", "proba": 2.843160302745673e-07} {"commit": "3fa7a91ce6bba9883c95718a20edcee42b7e3ec7", "message": "sys.path now contains a directory where runtests.py is placed\n", "proba": 1.8175775551299012e-07} {"commit": "4a9e3ac12ad4c80b5e530c3b20d8cf6f33997be2", "message": "Move the unittest base class to the other unittests.\n", "proba": 1.2024104023566906e-07} {"commit": "83e24a5b088f365b173c6576d400a26f03e35bc8", "message": "Updated views to read from sql (PR2)\n", "proba": 1.0661079130613871e-07} {"commit": "f7e3eb0b875ad744b95509067768bb1d3b8422b0", "message": "fix ed2k link comparison\n", "proba": 2.2707091318352468e-07} {"commit": "48bf137aa7aa3dff937b074b9c758c10cc59fb62", "message": "updating the comment in runtests.py\n", "proba": 3.149955603021226e-07} {"commit": "292e4f41e84d1b6cb0ad0c97738bdd0f4d582c01", "message": "Update tests for async create/delete cloud service.\n", "proba": 1.1369090202606458e-07} {"commit": "4a3ca39a8f0dbf01f3304870577d6d7ae6e39080", "message": "Fixed location bug\n", "proba": 4.401875344228756e-07} {"commit": "f1fbf6bfc6231872a0d72af4c868e036969b36da", "message": "Update readability of welcome message recipient\n", "proba": 1.7591453627119336e-07} {"commit": "c66992eba334888301fd03e55bf71484011c0c84", "message": "Add test case\n", "proba": 8.92538737389259e-05} {"commit": "9aaa667d79d396667482c2ae9773a14dc169c399", "message": "disable jedi typer tests in jedi 0.9+ as it fails to work there\n", "proba": 1.1784881337462139e-07} {"commit": "81f368d92bd5d941d9b0de129142b6abbc9cff4c", "message": "Add TODO for fixing a specific test that blocks when network is unavailable\n", "proba": 2.471259676894988e-07} {"commit": "73365ac912fdfc26e7904c63c6570c8599ef1216", "message": "tidy up test_lookup_video_uri", "proba": 3.791545532294549e-05} {"commit": "47b3047423c543c0efccbe2989e9947d4284e923", "message": "import cleanup for xmlrunner\n", "proba": 1.98441412635475e-07} {"commit": "ab1e18d73f16b561892567b3bc99b73780a6be4f", "message": "pass recache parameter to composite functions\n", "proba": 3.46678234564024e-07} {"commit": "28da4bfd83f42a5c0b3d15b2dadbbffcd18a8190", "message": "Test dzdx etc.\n", "proba": 1.6633030952561967e-07} {"commit": "5888a07ce077e4f23d0026ca59e80839db96e339", "message": "WIP #2 : attempt to use interrupt for button\n", "proba": 1.800058413437e-07} {"commit": "3d88f5199debecd14c8236836b1c0ae528bbd8f5", "message": "go back to using StringIO for test runner in Py2\n", "proba": 1.9283338303921482e-07} {"commit": "cc4dfea7e193556d238915c7071e2634f9307aa6", "message": "Fixed error in test_get_user_medias", "proba": 3.8882183162058936e-07} {"commit": "8c92f8932628ed9deb473199077ffaf0b8a3af36", "message": "Remove another _warn\n", "proba": 0.0002944387379102409} {"commit": "7fd8174f5164f1a4e74b9d1a68d60b2ce1f8a0ef", "message": "debugging\n", "proba": 2.4004323222470703e-06} {"commit": "d3b866315b835f3277e1c3539440056720df929b", "message": "Added test_get_user_likers", "proba": 3.296242709893704e-07} {"commit": "695daf193118ff2352f86c342f1e81b14fbd3282", "message": "Py3 fix\n", "proba": 2.482922525359754e-07} {"commit": "0f2d82a41f94ac0e10522a02de03bfcf2249ef4c", "message": "Add regression test for #13.\n", "proba": 3.641033856638387e-07} {"commit": "05cccb3aa54893873a45c94335e158ebc96f824c", "message": "Applied YAPF rules to tests following autopep8\n", "proba": 1.3142434340807085e-07} {"commit": "9e0f9550d3aabfbcae9cc8784b576d22b696b337", "message": "fixed minor mistakes\n", "proba": 2.8038627988280496e-06} {"commit": "efefb54e4d2450d9490b9e4bf3eb43bd9dbbb891", "message": "fix tests for Travis\n", "proba": 5.269219514048018e-07} {"commit": "a1fe3353685e51c22e5854154577dcaecf178add", "message": "No real reason but it might bite someone sooner or later\n", "proba": 9.711251323096803e-07} {"commit": "07181817d582db51ddc13972614402fed65a5e06", "message": "Now using the new analysis results class\n", "proba": 1.210262183803934e-07} {"commit": "095fa11cc475ff1fce1dbe1cd24a4afdf16a0475", "message": "Add a test which checks that julian_representation roundtrips.\n\nIt should be the inverse of creation of a julian date followed by conversion.\n", "proba": 2.062637349808938e-06} {"commit": "1805950da33779fdddfa41353746da77cbb35c94", "message": "Fixed typo.\n", "proba": 3.5226929639975424e-07} {"commit": "c905a7b0498b75a7013f15e884164e4026e3758f", "message": "Don't use --keepdb with Django 1.7\n", "proba": 1.9912388893317257e-07} {"commit": "24f2321e7a07cd7976e2b0150d2b5dc2dee9b82f", "message": "\u4e0d\u8981\u306a\u884c\u3084\u30b3\u30e1\u30f3\u30c8\u3092\u524a\u9664\n", "proba": 7.046501764307322e-07} {"commit": "aa589731868cd594203742c1fad7717a803c2eef", "message": "test didnt need a question\n", "proba": 0.688330352306366} {"commit": "771c949d03f26144f3d21a0a6409a6f2f9d34516", "message": "migrating vis to use primitives rather than ops\n", "proba": 2.2602608851229888e-07} {"commit": "169689e12f44d8b19501d9a54a0c771d4e864263", "message": "test trigger fields in api responses\n", "proba": 3.4710666341197793e-07} {"commit": "bbed4bdf100fc75e5ac31fa10976bff23e84bd7c", "message": "[svn] Add a test case for -O option.\n", "proba": 1.5900209859864844e-07} {"commit": "0525b9a4fa2eebbc116518a7f033c08c803b9879", "message": "Ooops, thought I tested it, but it turns I had forgotten to install.\n", "proba": 1.0045116027868062e-07} {"commit": "2000927302602cdcfb939bc7f78911233f39f0f2", "message": "MAINT: Remove distutils to fix deprecation warnings\n", "proba": 2.7512265887708054e-07} {"commit": "a041e1476862fc9eae5e7f3e829029ab49ef7edf", "message": "Fix #200, wrong X_L[column_partition] ordering.\n", "proba": 2.542816730510822e-07} {"commit": "31747a2099f96b0c06f694f1dd9ca053b35c71f8", "message": "added pointview\n", "proba": 1.39606612492571e-07} {"commit": "65f2aeece7d83a5a5357a733cfcc878bf59f7ff6", "message": "Add noqa for complex expressions\n\nThese need reformating but are out of scope of this branch.\n", "proba": 1.245358447476974e-07} {"commit": "77458078e9d31c5d054b48fff0b033a2a5bab49e", "message": "Improved the help for supybot.directories.plugins.\n", "proba": 1.0497055313862802e-07} {"commit": "d80175fa7922b98ccf50ac4807f4ff3c08c27ff2", "message": "Fix import syntax\n", "proba": 0.0009760624961927533} {"commit": "52ac36000160da064827f51e9a02a02d29f7e124", "message": "upload appveyor artifacts to logs7.zip when --win7 is used\n\nSummary:\nSince introducing folly deps increases the build duration to\n20 minutes per job, it is desirable to eliminate one of the jobs from\nthe matrix. Currently the appveyor build matrix has two rows; one\nfor the base build and another with an environmental variable set\nto run the tests in a mode to enable win7 code paths.\n\nA later diff in this stack will replace the row in the matrix with\njust adding a second test run with the `--win7` flag passed to\nruntests.\n\nWhen that flag is used, make sure we capture the logs from that run\nin a separate zip file.\n\nRefs: https://github.com/facebook/watchman/pull/636\n\nReviewed By: simpkins\n\nDifferential Revision: D9397011\n\nfbshipit-source-id: ee932aebe8736690458b14ef285c75a4cb1fff08\n", "proba": 1.2754145473081735e-06} {"commit": "2e5d794f8aa4b65996839ec4f1748eb7a9d0d07e", "message": "FIX: Version", "proba": 1.7174363620142685e-07} {"commit": "ead18b1803faa0b6ae822ff2c6ebb3b91087487a", "message": "Ensure angles are extracted\n\nSigned-off-by: Chris Harris \n", "proba": 1.2046301378632052e-07} {"commit": "4d39a05268ce4cc01b00458223a767542da048b8", "message": "Fix SSLContext deprecation warnings\n\n`SSLContext(PROTOCOL_SSL...)` should not be used anymore. Also, silence\nthe one test where we deliberately test TLS v1.1\n", "proba": 3.4802621939888922e-06} {"commit": "027efc8ef4bf7829b6dcd935230aa6eeff643359", "message": "fix PYTHONPATH setting for end-to-end tests\n", "proba": 2.468746060912963e-07} {"commit": "52c8b056c8d992ef1c265026a55851a24cc0acc3", "message": "remove on purpose failing test\n", "proba": 1.8427840586809907e-06} {"commit": "ab8822373c0b6454beed9d4151618292b1d5d1f1", "message": "Removed calls to (and therefore testing of) curie_map in dataset test setup\n", "proba": 1.8872853502216458e-07} {"commit": "3d98bb70320d794d417e9ead716beb417ed0511d", "message": "update tests\n", "proba": 5.633767727886152e-07} {"commit": "1ee4d061c2829b82c71ca831dc358a053a78d334", "message": "add unittest for MosaicReference\n", "proba": 1.7982620192924514e-07} {"commit": "504beea762fbf29a96ea12ade4167eb5b64401fe", "message": "Add tests\n", "proba": 5.818237696075812e-07} {"commit": "4cddd1d890c46d1e4da69dd8e07d88be26864fda", "message": "update tests\n", "proba": 5.633767727886152e-07} {"commit": "36109a858ca80ef9279081aa4161c0bc6a25992c", "message": "test_filters: cleanup imports\n", "proba": 5.045156740379753e-06} {"commit": "208b02db7a0cd6f4ab623a633b3271c000090cec", "message": "remove unneeded cvterm checks", "proba": 5.444367729978694e-07} {"commit": "eb4e198e810296b3f61088486347fac9056143a3", "message": "TST: Use local unittest for python 2.6 compatability in test_geocode\n", "proba": 5.12059216362104e-07} {"commit": "059ae28d063a06ce8ed84694b689386a10f3ca43", "message": "git closes #39\n", "proba": 4.2589800841597025e-07} {"commit": "b2c191de6af34d908f534d0c6c6ab24c797c7f3e", "message": "Add some variation to the tests to cover more code paths\n", "proba": 1.433435699027541e-07} {"commit": "3fa3e51afbe2b2fcf9afd399bd7958e92b4e268e", "message": "Remove unnecessary import\n", "proba": 1.1477630323497579e-05} {"commit": "e2cbf4956c9436a1d59ae7ad995608fe52ebe098", "message": "Fixed bugs in tests.\n", "proba": 1.1720300108208903e-07} {"commit": "6a205643c776650206007ac02dba926ceb43a972", "message": "vlog_to_pbtype: assert port direction when parsing timings\n\nSigned-off-by: Karol Gugala <38af71640571ee4b5093d4f69ffca1ac454f2948@antmicro.com>\n", "proba": 1.17608998095875e-07} {"commit": "84c163749e3187283ccdd02e8ced0edabaef7d7d", "message": "Update kernel tests.\n", "proba": 1.4790944646847493e-07} {"commit": "9fbf5c97896e1571dca5ccf0b4af2b77e82e8867", "message": "Add support for setting a custom adapter\n", "proba": 1.9922417493489775e-07} {"commit": "19044a04efa39c5a965087dca1641b556285a29e", "message": "applications should be loaded and instantiated after modules, not the other way around. Also call setup method on plugins before running them\n", "proba": 2.1712703812681866e-07} {"commit": "685a6f6d6a6621472f0840c3ca9c42631c4a2703", "message": "update tests for new .zip file reproduce\n", "proba": 1.8830174042250292e-07} {"commit": "60f401da76b931ca83c4013ba04fba0da31a79cf", "message": "added generation of missed files file\n", "proba": 3.877250378536701e-07} {"commit": "00c29145f0e9244e035563d2ccd1f985245dfaef", "message": "Give debugger plugin adaptor classes a reference to their plugin class\n", "proba": 3.062845053136698e-06} {"commit": "c345f57c4764874e717a8c4ea2264c0eb22ae582", "message": "updated testing for small kernels\n", "proba": 1.8435225968005398e-07} {"commit": "71374661811cf1fc6ce9a2b1037b8309b879cabb", "message": "adding tests for instancemethod, classmethod, and staticmethod usage\n", "proba": 2.9742122364950774e-07} {"commit": "f02af8ae5dedfb9ece3b2e77cfccfee5c9de344c", "message": "use gzipped file instead\n", "proba": 1.9890921976184472e-07} {"commit": "85c2c97721e3b52470e381d3f75d5816568c5496", "message": "move some test setup to a setUp()\n", "proba": 3.5131282061229285e-07} {"commit": "830f9a7780d1f2243181fb47c955e51e5d39ab00", "message": "Node Mac distribtest: fix handling of docker_suffix=None\n", "proba": 1.1178390195709653e-05} {"commit": "d18306747f3443fb2666fc9cd38757e394b4fe6d", "message": "Fix broken generator", "proba": 7.011657544353511e-06} {"commit": "b6a793dd3662c6e3b4f5931e8d4b0ba8d4784265", "message": "Removing unused fields\n", "proba": 7.723857606833917e-07} {"commit": "9b3a1588be79c199d7da8e068014c0db2a4d5062", "message": "If TCP request gets timedout, it will not be processed\n", "proba": 1.0294844514646684e-06} {"commit": "642bf3ffa68ba2a1b0bbd4409bd94f39b2725cba", "message": "removed unneeded snapping when testing utils\n", "proba": 2.896119326578628e-07} {"commit": "a1d0f9c13eb9a6809ab6e6d1b2b6e18d47997183", "message": "force a stable name in bld(rule=...)\n", "proba": 4.807232585335441e-07} {"commit": "cac134d9382ab9d08932b5194fd5041c5e01acf3", "message": "Test case for request retry code\n(cherry picked from commit 5a937af27a47a1dfb5054593bcd1c8b2132159e5)\n", "proba": 1.921046788311287e-07} {"commit": "d4b885729f195664288d72bad843b1dd28364d31", "message": "PEP 8: ;\n", "proba": 1.9662805073039635e-07} {"commit": "758a6bf6b1e6c2566ea4f76288e9264435bc3f70", "message": "Fix error message for tensorboard\n", "proba": 4.081844963366166e-06} {"commit": "8525c83a047598826abd5b39b4cdc3e48c1302d6", "message": "Rewrite test of primary.register_ecu_manifest: thoroughness++, data++\n\nUse the test data added to tests/test_data/flawed_manifests to test\na variety of ECU Manifests, adding a variety of nonces, and testing\neach of them.\n", "proba": 1.3366545204007707e-07} {"commit": "f9bf4ffcf832ffb91d88930b9a972c13c7af8516", "message": "fix search for repo root on Windows\n", "proba": 3.210398631381395e-07} {"commit": "2991321b577a9a04a6a8c4f7c12004c928cbaaff", "message": "Remove redundant argument\n", "proba": 0.9999916553497314} {"commit": "4ed7959324b821ae565c9b0228a14a4d761ce522", "message": "Test score on /score/ page\n", "proba": 3.274554956078646e-07} {"commit": "67d66905ba1199a161b580292c0837811088a2c4", "message": "Fix crash when editing material diameter\n\nWhile editing the diameter value in the materials pane, it can happen that the radius evaluates to 0. This led to a division by zero.\n\nFixes https://github.com/Ultimaker/Cura/issues/1582\n", "proba": 1.2202284551676712e-06} {"commit": "e7048ca18c5e73735a8fe6acdcf7ba56e358b76c", "message": "Added tests for update method\n", "proba": 2.4552852551096294e-07} {"commit": "2c680f885c8a1b2d7a46f6f6e6a145f7b9780cc9", "message": "Add TU ID to the agency registration page\n", "proba": 1.412961694313708e-07} {"commit": "d5f82471ec49ad0c89904d952d1afd896bbe77a7", "message": "add imports and lint", "proba": 4.7592305918442435e-07} {"commit": "f48dc05ab9cee2bbc4d22755723a0cf7a22e3457", "message": "Update tests for legislation update\n", "proba": 2.2726264603534219e-07} {"commit": "8df5973d8693cc0d3a34a3b01aa783ad879a9bf1", "message": "Fix rename path generation\n", "proba": 1.607158083061222e-06} {"commit": "973860d9fe91f59d9c46e086fb5ef1aa839a4bbf", "message": "Added: test for list_route and detail_route with regex url_path\n", "proba": 1.3205894333623291e-07} {"commit": "bc5ec198effcdc8f3269e8cffcca5899ad762bfd", "message": "fix name of 1st param of SaltLoggingClass.__new__()\n\n************* Module salt.log\nC0202:142,4:SaltLoggingClass.__new__: Class method __new__ should have 'cls' as first argument\n", "proba": 0.9979223608970642} {"commit": "0f58459cc843f8c7a7f9a9d431b8fea9145aadb5", "message": "Fix this test case so it proves something, not simply the absence\n\nWas thinking about this and it bugged me that this test didn't do\nanything positive to ensure it passed. A silently passing test with no\nexplicit failure test case will be overlooked later and possibly\nremoved. This provides an explicit state that shows the failure along\nwith a sanity check for empty().\n", "proba": 0.00043750012991949916} {"commit": "379c5853a73a5bb09e5fdb26cc87e94120e245ff", "message": "Added missing key_name to ObservableComposition.\n", "proba": 1.182770077434725e-07} {"commit": "087be948217716d44de0f1c6fe6963446ecaa5b0", "message": "smart concatenation of terminals\n\n\ngit-svn-id: dc8158aad167a3007ca64719d3939bef820f4b72@254 ab42f6e0-554d-0410-b580-99e487e6eeb2\n", "proba": 0.0031925393268465996} {"commit": "d48c9aa0d1eef953436ff4f8caf3ea952ac05065", "message": "Add a test for urlpath unquote\n", "proba": 4.87450415675994e-06} {"commit": "a612881976ecba77db0a61a871c69f2f3167203f", "message": "Added parameters to Observable.__init__(...). Changed behavior of idref and id setters so setting one unsets the other.\n", "proba": 1.0928543048294159e-07} {"commit": "dac8df9ef395cccd6bdd57374fc2c933c13df16e", "message": "fixes for pylama and pydocstyle\n", "proba": 1.4297795303264138e-07} {"commit": "4d338d437cca162d81b467d79aa5debd99a0be29", "message": "Better error message for ranges that dne\n", "proba": 1.9432910391969926e-07} {"commit": "006727c1bfc22aac85b424b7664d53d95c78cd2a", "message": "Fix test\n", "proba": 4.372618604975287e-06} {"commit": "9ee0634db354e352392853de077692c8d0b40861", "message": "ENH rename job logger getter\n", "proba": 4.522001688656019e-07} {"commit": "0846d973e30c74809c4b39abd81d977b2a1b0293", "message": "im gonna fight the sun\n", "proba": 2.5503527467662934e-07} {"commit": "dd6b2574c9d40c4777da71d576f6e5eea1712404", "message": "Rework test_signals\n", "proba": 4.2572338543322985e-07} {"commit": "de043a4bcb66ee4f15442df2c693fd4e1e45406d", "message": "refactor(bazel): use getattr instead of hasattr in ng_module.bzl (#33765)\n\ngetattr improves code readability and makes the code also shorter.\n\nPR Close #33765\n", "proba": 5.435853722701722e-07} {"commit": "d402b0059138a1e01a3c85e10998bc850d18c690", "message": "use converted-to-bool genes_to_highlight\n", "proba": 0.0002764935197774321} {"commit": "b8bd45eba758da87b033794209c9c86f7afd14d2", "message": "Support Python 3\n\nException, e: is not supported in Python 3. Changed to:\nException as e (which works on 2.7)\n", "proba": 1.5451110812136903e-05} {"commit": "527efef178b967595f608095c8cf832f25dd2caf", "message": "Fixes incorrect calculation.\n", "proba": 7.400689128189697e-07} {"commit": "476ad6607cb81b7115fe9d5d462ccb9ff43c9c08", "message": "doing a slight refactor to make testing easier\n", "proba": 2.5342248477500107e-07} {"commit": "32697f7e19fcdcfeab14c6f8ed1070d2b3909f5e", "message": "Fix bigquery_test.py metric check.\n", "proba": 4.5717291641267366e-07} {"commit": "5c68e6e9ac6d7c008f78f5efe6f1c57b21f66908", "message": "Python 3 fix o test_testing.py\n", "proba": 0.0011862432584166527} {"commit": "98d8f1545ac68a3828659a8e952bcc2f407e65e2", "message": "center/pad cqt filters wrt entire FFT window\n", "proba": 1.6420996473698324e-07} {"commit": "b28bba7104438229fecb91e07a232c19e119a14f", "message": "apostrophes updated\n", "proba": 8.395926670345943e-06} {"commit": "13ab32433df603d5b159a11bae23b34f2fdf8d2a", "message": "Fix the onhand quantity query issue\n", "proba": 0.02124229073524475} {"commit": "7eb6df6cb81b7743e5a300b6d5fb92613fe3bc40", "message": "remove unused variable.\n", "proba": 1.057296572071209e-06} {"commit": "092aa35dd3282a9431be6ece926e11301d7d57d1", "message": "Send a banner.\n", "proba": 1.2604986920905503e-07} {"commit": "03011c4975ae50a0fb617f67330e34f9137fd9b2", "message": "add a failing test case\n", "proba": 0.0016374236438423395} {"commit": "8c5a1046ec024cebef7e84289636c91cca1badb7", "message": "Suppress entire stack trace on eval\n", "proba": 3.155391539166885e-07} {"commit": "4d4aabf1078390102d097c1b4a183dc336b11f3b", "message": "\u4fee\u590dxtpGateway\u7684\u82e5\u5e72bug\n", "proba": 1.4694383310143166e-07} {"commit": "0b3d79d639ed772f9ef7724460381b502bb925af", "message": "fixed query and selections\n", "proba": 2.952671422917774e-07} {"commit": "7721f6512d8d1e74bf282e151b38153c5bc0f96f", "message": "Add 1.3 format importer\n\n", "proba": 2.9439481750159757e-06} {"commit": "135598394dcf5673c35c5dd452b037c671099278", "message": "Fix the auto select pricelist issue\n", "proba": 1.2902991329610813e-05} {"commit": "b4ce4d889cb30f5333330b3127a5068e776ec34c", "message": "refactoring test cases..\n", "proba": 3.477895802461717e-07} {"commit": "649f8dd8228be096e07e62e9911f527cc80d2d25", "message": "core: Queue: call on_changed on .shift\n\nSigned-off-by: Bas Westerbaan <1d31d94f30d40df7951505d1034e1e923d02ec49@westerbaan.name>\n", "proba": 1.306352288565904e-07} {"commit": "733ed5df29a6df8fffdeb0c4f58ea9e77a457f17", "message": "BUG: Add 'tabular_data' test case with pd.Series and DateTimeIndex (GH38).\n", "proba": 1.0705377917474834e-07} {"commit": "c71ce5389680ebdee69c8ef87b4f134495d575fc", "message": "Added implicit usage of __slots__ when only inheriting from object; minor clean up in main file.\n", "proba": 1.0671230654679675e-07} {"commit": "6a276c5c74bf2caa72a28c7be70dab58c97f46dd", "message": "Fixed check for generic relations in Orderable.\n", "proba": 1.0687628559935547e-07} {"commit": "262430297a6c25e891b004d4d3b220f5e328f42b", "message": "Bugfix\n", "proba": 8.038198870963242e-07} {"commit": "7f269b61f81258e370281d4e72fae808ed2d908c", "message": "Added DeprecationWarning display.\n", "proba": 1.245366831881256e-07} {"commit": "6e4b6e16d33affae2fc01a99797673d6259d223b", "message": "Have to pack the data into a single string.\n", "proba": 0.00019941288337577134} {"commit": "f019648cdedcde3ae3fd453348cf58de8a292d79", "message": "Fix convolution2d\n", "proba": 0.9990310668945312} {"commit": "ce0694ccd9d2dd8bd9b7954d579748a603785c25", "message": "Add DUMP_WEIGHTS option to test_weights.py\n", "proba": 7.607076213389519e-07} {"commit": "f32a399fd1009705c65076823a7dfffd107799d8", "message": "Added create data processor\n", "proba": 2.517692223591439e-07} {"commit": "defbb401f6438eb3d986d65f6d5777ae98ccaca2", "message": "fix pyregr tests in test runner\n\n--HG--\nextra : transplant_source : k%B8%5E%E3%E2%AF%8C%14%1D%CF%F7%CE%97%F1%8B%E2%D4%B0mT\n", "proba": 4.315315322855895e-07} {"commit": "26886a26e227c3890b1ef40fbfedfb02a3954d8d", "message": "use parametrize\n", "proba": 6.4510236370551866e-06} {"commit": "c147d43c13997654a84a22d84c4a2e8d6e0a8e8c", "message": "Tab control characters from interpreted sources now replaced with spaces\n\nUrwid displays control characters as a question mark (?). These now get replaced with spaces prior to being displayed in UI widgets.\n", "proba": 1.0369914349439568e-07} {"commit": "dc2ddb3f3a04205d871e258a24aa44b47cc92cb5", "message": "triples via analysedSenteces to bring in analysisid\n", "proba": 1.48575182379318e-07} {"commit": "745ceb81df5e39663ec3770430724c9f51f0f145", "message": "\"RELEASE\" is a reserved word in some dialects.\n", "proba": 4.445782451512059e-06} {"commit": "c80c750f643db3fd611d4296559a04c8b62412d0", "message": "set TEMPLATE_LOADERS explicit in test settings\n", "proba": 2.3641990765099763e-07} {"commit": "7e37513abf8f4b9e4086c0480a0ba58e0ec927fa", "message": "Moved try / finally to outer scope to avoid problems under Win\n", "proba": 1.281754862247908e-07} {"commit": "5e7e4d4a4f3858618804dcb603f6b38843d779df", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "0f9515262ae1395116072c54e43db477f106d14a", "message": "seq2ffv1 - adds better multi-reel full reversibility checks\n", "proba": 1.3923803976467752e-07} {"commit": "5eab5ad39ca8e9a521e3bdadf680f50f7b129452", "message": "Added decorator to skip tests that require reportlab\n", "proba": 1.2257412151939207e-07} {"commit": "c01e1836829ccbdbf3470f36f68b095fd382c795", "message": "fixed wrong configuration data type", "proba": 8.84273561041482e-07} {"commit": "de0e7c28e398f82c987e5930013a3e6ece59cef2", "message": "minor test runner fixes\n", "proba": 2.0960609958819987e-07} {"commit": "fb2b95f3f1f3d74ce27bbc0b50c73d435889737c", "message": "fix to prevent collisions between imports and exports\n", "proba": 1.732896294015518e-06} {"commit": "cfb390cf0b23545c09e32fb3be930bb9229d24cf", "message": "a few more bounds -> block\n", "proba": 2.1162975372135406e-07} {"commit": "be45355b46d9b45aa9581f0d439bffcfe929ef20", "message": "Dashboard - Fix fast path in ReplaceSharedDiagnostic\n\nDashboard feeds a single histogram with no diagnostics into a histogram\nset, and uses ReplaceSharedDiagnostics with refs in\n/add_histograms_queue, so we can't expect the old diagnostic to exist\nin the histogramset.\n\nBug: chromium:863527\nChange-Id: Ib1db8a57baf82521ff75fca7890f07fc1352121e\nReviewed-on: https://chromium-review.googlesource.com/1136463\nReviewed-by: Ethan Kuefner \nCommit-Queue: Simon Hatch <490a224d89645d3fea983d7189ce51bde0a00c1d@chromium.org>\n", "proba": 4.4891822881254484e-07} {"commit": "f1fc47fb3e2bb82b97daa376ecd034bc11b56ba3", "message": "Fix typo in runtest.py\n", "proba": 0.9991100430488586} {"commit": "72b0797b00489100e3d33bef633a7b096081c708", "message": "Fix a bug for VTE detection\n", "proba": 6.847645295238181e-07} {"commit": "e9b7eb54cbba969a06893635f8c46e471e490ace", "message": "avoid print.\n", "proba": 2.182473508582916e-05} {"commit": "058d0d63bae3f9cda01b34e96613dba1faa7671c", "message": "Show warnings in coverage and travis too\n", "proba": 1.0955611884355676e-07} {"commit": "9d783e3497c86db315406e911013d5b986c080a0", "message": "Catch HttpClientErrors when fetching embargo status\n", "proba": 2.622141153096891e-07} {"commit": "9c876b3fde3667c6972fdc0d5c9973108a71e0b3", "message": "Setup django in runtests standalone script for Django 1.7.\n", "proba": 1.0787633186737366e-07} {"commit": "d5135c51c51a12ce9be9ed4ef9a0c9b0499ba60a", "message": "Config example\n", "proba": 1.0037011861641076e-06} {"commit": "871c917c264c7d93ae1b8dd4d4b7ea77d764c43b", "message": "Enhance runtests.\n\nThe --module option specifies the module from which to import the test\nsuite.\n", "proba": 1.1069435856825294e-07} {"commit": "beea3d2f7256ee99edfde6edc0b23090fa6df50e", "message": "Do not add embed test twice in test runner.\n", "proba": 1.164882732496153e-07} {"commit": "06acb3445f6a2decf17f9b7be91a6637024e02c1", "message": "Added a test for updating an annotated queryset.\n", "proba": 1.0796195937246011e-07} {"commit": "ddfd4e685d08c5adc4610dbcb7177e3c530b2440", "message": "Added article extractor tester.\n", "proba": 1.1710110925378103e-07} {"commit": "9af0eca8fe23ad4df2d2f7a722148db4ad4f658c", "message": "fixed another test\n", "proba": 3.035257236660982e-07} {"commit": "49bfbe13bc5b5aad433f059e6701800b0f87d48a", "message": "commented out excessive debug messages\n", "proba": 2.0414556445302878e-07} {"commit": "b683a98cb4d54d7f9127125687a2850f3b671fdd", "message": "\u4fee\u6539\u4ee3\u7801\u683c\u5f0f\n", "proba": 2.948152655335434e-07} {"commit": "9e7983d3684a6cdb6317d70a35d8f0af6a4a7841", "message": "Update Bazel to latest version\n\nIncluded changes:\n\n - a28a6a607ca30d3fd1cf25a422b1f6dddfbc5c85 Allow customizing which runner name is reported first.\n - 2749b9e233464f33381ef63516a6d9a72419d575 Add an override to create derived `ArtifactRoot` based on...\n - c63128dcb49a4c7a3f46f3b3ae2e7e769dbd62a8 Document that --build_tag_filters does not affect test ta...\n - 3391e1761c5f493123ad1965bf73c9c67acfc69c bazel syntax: simplify EvalException\n - df2079699c09d10936cca45f8d23dff3a6b5d069 Don't report targets as filtered out if they will end up ...\n - c782bbc9c2548a3564fcb83f57cd303a1c9bcf72 Track in the skykey whether the ast we're requesting is f...\n - 3a9407a84a2397f03658b4350f13ff6fa4698ca9 Update cquery docs with new aspect support.\n - bdb39246243da206fa296523858b0450553d1e80 Delete obsolete test_sharding_compliant from bazel.\n - e41f45757ce54fe1237b9c0b36343ec693114781 Don't check META-INF/versions/ files for simplicity\n - 5a4be74d99af5885a99ef9e9543d5adac8491d93 cquery: follow aspects if --include_aspects is set.\n - 7bf80534cc264f9be667569564e0623965a4e0eb Use 'long' for execution counts in coverage output\n - 3c8f828a2238716fad4174aed446051f67d25b71 Log a message to the console when a crash is encountered ...\n - bd9e909bda81c37d912798738c4c0fd25879155c Remove strange arrow in platforms.md\n - f963c8053bcd9ca9f90e4aa36d7e1e0c0a5a7bc1 More gracefully handle a corrupt action cache entry that ...\n - 1b79a9e55145f9fcc4c5eae8ca74bc4615bb7d2e Catch exception instead of Throwable\n - 4029fb2c84f4c62d2a9720a61e1e648ec04fa98b Drop META-INF/versions/ for simplicity\n - 174ed30685ef3ed30e50e01f547c2fb7a003c12e Add missing NS_BLOCK_ASSERTIONS for more architectures\n - 6c3e983def9f49db05c14b5150b487f4ae62c331 Enable rewinding for edgeless node entries.\n - e65e2ab29d9112c3c0071f2d47d2304e65cfe4a2 Split retry time by error code.\n - f9f145ccfaf53925370d538c2bf98f4dbc0d9df6 Change extraFlags in WorkerSpawnRunner to workerOptions s...\n - b305d047f8f29ed5e35aaaeb86c56d20774ace76 cquery: report aliases with their own labels\n - 9f58345847b7584fe38946d9e38f181981fdd27c Remove some references to nonexistent \"optimization mode\".\n - 25f889154b148dc776f9caec51d72108c2a0f284 Detail query output formatting IO failures\n - f2ec5588f1854d7c62a859322a19426d299bc240 Add support for parse_header for apple rules\n - 5cf0635fb1d3b6b2bb88edad4b1faf6817366563 Make parse_header a validation action\n - 441586bec9048ba07d5960d5954c103783eed33f Add versioning to link to persistent worker docs, and add...\n - abeb168f673799dbd750da952833a7c695585ea9 bazel syntax: include the Starlark stack in unhandled exc...\n - a697df1866924702305de40c5e82bebc3b9e8da4 Update TargetNotFoundException to take in a DetailedExitC...\n - 378804839b6898ed2dc65803f3d03c91c09f2fd4 Remove deprecated usage from ubuntu instructions.\n - 3abfb88c349599d93e5b651f4596ee4f7004f8d2 Add StarlarkCcCommonTest for local_defines\n - 3eb8e79d984f2360f1cc77a5f68eb68b1841fd98 Remove a reference to a deleted method.\n\nBAZEL_VERSION_REV_ID: a28a6a607ca30d3fd1cf25a422b1f6dddfbc5c85\nChange-Id: I299d198ad3b6a88111dfc385f5b7173c80817870\n", "proba": 6.114677671575919e-05} {"commit": "38bc5e33f470ba7447a5b61a9a5eebab964d3197", "message": "Exit if we provide no input\n", "proba": 1.7358553350277361e-06} {"commit": "14d7eac6087bd3440207d9983906f4d276906499", "message": "Fix for textwrap.indent not in py2\n", "proba": 1.0792402918013977e-06} {"commit": "a9a1f9796b9105e0986db3c42204582de5b975a4", "message": "ADD: Added lagrangian viewer\nVis module now supports lagrangian style animation. Modularized animation process to accomodate additional animation styles. Added utility to embed mp4's as gifs in jupyter.\n", "proba": 9.737991746305852e-08} {"commit": "e8fc7f36e040626929eb88a15f512b1dfbf82fe0", "message": "'Bug fix': work-around for MonetDB bug requires explicit cast\n\ngit-svn-id: 71bcaaf8fac6301ed959c5094abb905057e55e2d@2234 2b73c8c1-3922-0410-90dd-bc0a5c6f2ac6\n", "proba": 3.924996690329863e-06} {"commit": "16054a60c849193dae33208ce314fad03797e5df", "message": "Bug fix: transient trigger srcids (trigger_xtrsrc_id) are now correctly identified.\n\ngit-svn-id: 71bcaaf8fac6301ed959c5094abb905057e55e2d@2819 2b73c8c1-3922-0410-90dd-bc0a5c6f2ac6\n", "proba": 3.7604979752359213e-06} {"commit": "c377bca098dd5999570f044c91d8586105c8f5dd", "message": "Fix bug related to querying channel layer tiles\n", "proba": 2.0751529916651634e-07} {"commit": "b99a1c0247c084da75e45b89ab97567c0c46fc7b", "message": "Added metadata item\n", "proba": 2.834004817486857e-07} {"commit": "ac7a1c76673eb79ec9f72b48476562f50c7c0964", "message": "Multithreaded the sai step\n", "proba": 0.00011854026524815708} {"commit": "e84bf5ef0fe50863899e6ee7ff952e2b4ddfee59", "message": "Import which from pexpect\n", "proba": 4.3034916075157525e-07} {"commit": "dfbac3311561abf98ce4e2bbdbdd1f967d492059", "message": "Corrected silly typo in average_beta.py\n", "proba": 0.0011778471525758505} {"commit": "0997aeffedbb6701043c58e8b136108233116697", "message": "Revert \"Build samples on android bot\"\n\nI'll investigate why the bot is failing tomorrow.\n\nTBR=gram@google.com\n\nReview URL: https://codereview.chromium.org//11471026\n\ngit-svn-id: c93d8a2297af3b929165606efe145742a534bc71@15836 260f80e4-7a28-3924-810f-c04153c831b5\n", "proba": 0.00027827758458442986} {"commit": "9e7c9e8b4a41b76c818b513b9152cb1e24c8226b", "message": "DISCO_F413ZH: Remove usb from build_travis.py\n", "proba": 2.0685160961875226e-07} {"commit": "92100d5e9707c547970c246c2a289978de809d12", "message": "Bazel: Fix link to external Javadocs to use Java 8 URL\n\nChange-Id: If4ab6f3ea724eb1a77faacf88b72138f272e7e04\n", "proba": 1.9535868887032848e-06} {"commit": "543779006bf43e462322c4e7e996b373f9541976", "message": "Start storing moved contributors in database\n", "proba": 3.582626675324718e-07} {"commit": "663f8b2529789d190aaf409afa08547cc5f68d01", "message": "Fix Android replay test: Only kill gapit process if it is still alive (#33)\n\n", "proba": 1.236805928783724e-07} {"commit": "c69f247450ff0efb1a070135e6d44f844bf9b146", "message": "Update glossary2rst file with new mark-up representations\n\nChange-Id: I3c2b1927302bcfc335ad37c3d587661b3376daef\n", "proba": 1.000703946374415e-06} {"commit": "519dfd792fbcd0594f3face32f6ae059df0dbea4", "message": "Code review: 42520043: PyVFS preparations refactor step 3.\n", "proba": 1.2513622493770526e-07} {"commit": "5566b66e7d13e71d186b4b20e046f7bc4edbc708", "message": "For #3797 - Adds the sn locale\n", "proba": 2.7072582042819704e-07} {"commit": "9a18decdb3b6fc1fe8871cbe4fc125b3fbdf6af1", "message": "connector-redmine is part of the project PSC\n", "proba": 1.2349907763109513e-07} {"commit": "8457ba2b58ae992e865197532145121b13325a5d", "message": "Fixing regex for templating\n", "proba": 7.037516525087995e-07} {"commit": "880935d7f8e238d228cea4a5863e8214af6583aa", "message": "Better output for email sending\n", "proba": 0.9999674558639526} {"commit": "c021d5eb6a2592f92f8c1b5e95aa0aa6bd042271", "message": "Fix bug which occured due to wrong environment set\n", "proba": 3.573557023628382e-07} {"commit": "90a56b0ab6757076af2f1c3fec5593d91baa6de8", "message": "pgsql: fix self._conn.close() being called without connection\n\nIf an error occurs on connection establishment, self._conn is None so it can't\nbe closed.\n\nChange-Id: If6fce24cb27aa7090b5165ca4a895c846c40d2dd\n", "proba": 0.999923586845398} {"commit": "b359fb7dbfe90338e08115740d2421a433cac537", "message": "Removed forgotten print statement\n\n", "proba": 1.9302487999084406e-06} {"commit": "760fe06a2581a554e66df56fe8c193b61e8c9bc4", "message": "Corrected PowerSpectrum so that it doesn't exclude the bottom of the frequency range anymore. Also corrected the mapping between the frequency range & sheet rows to take into account the actual number of frequencies per row (on a row by row basis) rather than the average number of frequencies per row - this was causing problems with logarithmic spacing.\n\ngit-svn-id: 1090b387d452580804210ae271d3c35ba515bde4@11514 0ce056cd-c842-0410-9ff1-d0633a95805a\n", "proba": 1.0962620535792666e-06} {"commit": "a63c6edad4f7ce9f6a5401773292ce3884181d34", "message": "Removed division by length of joint normalization group\n\n", "proba": 2.634842530824244e-07} {"commit": "fe8817a010ea41a6eb04dc30eee3e3b3d21f6cd9", "message": "Added explanation to method docstrings of ModelSCAL\n", "proba": 1.1384496900745944e-07} {"commit": "9ef20e3fae02e29de11e660310c0f9952ffc00fe", "message": "Make autoreload a little more robust against weird import failures\n", "proba": 1.176723230855714e-06} {"commit": "9f0fe7ae1a07611d17a57262896dfdde8877d14e", "message": "Allow to pass parameters to multi search.\n", "proba": 1.184071365400996e-07} {"commit": "b861081ff47081eb561dd5b78b50f664952ad0f9", "message": "During hotcopy, don't copy the database journal file (pysqlite backend). It's not necessary and on windows, it made the whole hotcopy process fail. Fixes #1123.\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@2410 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.4369931705005001e-05} {"commit": "b07ad757187d45748be062689690739786c2bde1", "message": "In {{{trac-admin}}}, convert interactive input to UTF-8. Fixes #1759 (requires python >= 2.3, though)\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@1917 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 0.9999994039535522} {"commit": "c1a0c0a639e64c212c7a9b9b66a801a80460aacb", "message": "1.1.2dev: Fixed regression in [13055]. Refs #11697.\n\nPermission checks were being performed on a invalid realm.\n", "proba": 9.992336913455802e-08} {"commit": "1c47d9ac331482fb15de7f4bd09a2f26f4a982ae", "message": "ticket: Add the field name to the template data when rendering a ticket diff, for plugins post-processing the stream.\n\nCloses #9290.\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@9622 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 5.595404672931181e-06} {"commit": "cd9edd3b18b25f2424f28f1ab1d9148c524a4728", "message": "0.12dev: Display a warning in case an error occurrs while sending notifications.\n\nCloses #8107.\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@8739 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.7026056866598083e-06} {"commit": "f79596c23ba9eef450d419a0b79396b3011fa16b", "message": "Refactor Resource class.\n", "proba": 1.6056965534971823e-07} {"commit": "0f4d059e5eb3c2caeb798e2a53f09b766f2ac8de", "message": "Make graph augmentation a TracPM method. Refs #9648.\n\nNeed to do this before trying to reschedule in ticket change listener.\n\ngit-svn-id: 2159781fc7c14c6bdd1f7e265daf7a25099c31e7@12746 7322e99d-02ea-0310-aa39-e9a107903beb\n", "proba": 1.6596173963989713e-06} {"commit": "ffd8a7908e6516ac769e74280f829d71c961f28a", "message": "Get rid of removed attribute usage in AdminSite\n", "proba": 1.4343464727062383e-07} {"commit": "a6c204301e971cb8310f23c2bfaf04b277496bc6", "message": "undid last commit, that was not the problem...\n", "proba": 1.2582444242070778e-07} {"commit": "c822ae2da560370ede5dc17af29edda125ca3982", "message": "solution for lesson 1\n", "proba": 4.804271611646982e-07} {"commit": "1fba1858825ae60644c5bc5d75b6cc9fd5550c2b", "message": "debugger: fix merge\n", "proba": 3.4845852496800944e-05} {"commit": "06c01297f2b98b0e3183018585037c9848ac8ada", "message": "Uncomment install script.\n\n\nFormer-commit-id: 4b3a89b6473c24d323c962f9377814582e467439 [formerly 418061335d44f79a59283b3c2fba8cb899ca1cf8]\nFormer-commit-id: 513ec36ff7d3f59d5d6c099085f26910b8a72542", "proba": 6.3539910115650855e-06} {"commit": "3c91523861e3bab99f45dd0b78003769d20a6662", "message": "add code to simulate probability of microsaccade and each process of microsaccade\n", "proba": 9.328333021585422e-07} {"commit": "e1d798287fbf5bd7d50c3581dfcb548b2590b143", "message": "- Changed invoke method in SOAPProxy class to return the value from the __call invocation (there was previously no way to extract the return values from the call)\n\n\ngit-svn-id: c4afb4e777bcbfe9afa898413b708b5abcd43877@89 7150bf37-e60d-0410-b93f-83e91ef0e581\n", "proba": 9.314019735029433e-06} {"commit": "6a1fd1dbf36f829fe4c820738683dd8f7fe61895", "message": "Exit after serving file by default.\n", "proba": 1.1714623582292916e-07} {"commit": "2302b47479ea3cf5ac7ab41fbfbfdb22fd2f3e4f", "message": "done documentation\n", "proba": 4.3065296040367684e-07} {"commit": "0a2732494d81c6503fb24b91eddfe5b7fe31d6ba", "message": "revert travis settings\n", "proba": 4.661240495806851e-07} {"commit": "0aa42c5a6217756376be13c6c648eb7dd85f8dd3", "message": "Small changes.\n", "proba": 3.284920353507914e-07} {"commit": "25b9f5d5aa7d46c55121bcaf53f9d826b18e2816", "message": "BUG: Fix LineTool example after change to call signature\n\nx, y parameters were removed for simplicity, but example wasn't updated\n", "proba": 1.338579522780492e-07} {"commit": "430ffc22d20cb845b9acf385be6a4973fcc0ea85", "message": "[REF] test_server: Add print when create configuration file\n", "proba": 1.856803493183179e-07} {"commit": "82947ad63cced6c40255ec597f012f89be3a1443", "message": "Fix handling of parsed_options.tags/exclude_tags\n", "proba": 9.952846994565334e-06} {"commit": "5b71cd9481fbde576370d6391e5308a8d878a415", "message": "Added an example of use of CanvasTools.RectTool to allow generation of docs.\nRectTool is used to write rectangles over an image (lena).\nThis example also can be useful for set_color explanation using both [RGB] and single value color setting\n", "proba": 1.7622534187466954e-07} {"commit": "13c477f211267beaf0fbff66c3e4df63f96b5589", "message": "More stable test problem for eigen_solver='lobpcg'\n", "proba": 3.0855557042741566e-07} {"commit": "f43c77bcdd50b946374c86e0ee74d7e5bb3c6f13", "message": "Add transform property\n", "proba": 4.5658904923584487e-07} {"commit": "521b3f289ae7181440781af65045ca0483d0a421", "message": "MNT Minor refactoring _fit_and_predict (#18471)\n\n", "proba": 1.194366916479339e-07} {"commit": "c033a1e411232541f1691954bd67186283dd094b", "message": "Random state initialization for generators\n", "proba": 5.024865572522685e-07} {"commit": "1fa63e54419cd5957a34617c66b6d6c124b31838", "message": "Updated XGBoost call", "proba": 1.3408357801836246e-07} {"commit": "3604c897d50875defd39beb695e150bcba505624", "message": "Numerous fixes and new methods. Not quite finished (need to hook into the ArgumentParser for new methods)\n", "proba": 1.0316136922483565e-07} {"commit": "d4ad2b0e9fd88809e15a6b77a994cb4b07f9a12e", "message": "feature/oop-api-refactoring: Change description of subclasses\n", "proba": 2.841246669049724e-07} {"commit": "b51be6b07af36550d90dc9447189eba90211fbda", "message": "Edit Observable arguments\n", "proba": 5.377983711696288e-07} {"commit": "b4e1287e6cff7a4f2d6afdd9761b62f1c0737746", "message": "update chunk_size docs\n\ncc @Acconut\n", "proba": 1.721744382621182e-07} {"commit": "e09ea64a636e40f30cca72bce5d92f42ee837d3c", "message": "smoketest: firewall: add re-usable variables when running testcases\n", "proba": 1.3927669897384476e-06} {"commit": "e85d2a4463f90670c896c21c44137f09efd10b11", "message": "see previous commit\n", "proba": 1.2702443541456887e-07} {"commit": "8b5073f410874113dc5a2a9cc69ac3322a73d3fa", "message": "Update sniff.py: change output\n", "proba": 1.6508942053405917e-06} {"commit": "73bd39930ff303570ef7a80a38de636769960426", "message": "Update gui-qt.py example file so it works with the new Qt GUI support.\n", "proba": 1.0060704624947903e-07} {"commit": "42697455f41fea733edb6d03c65f28552e9ebd4e", "message": "fixed by ut\n", "proba": 3.088131563799834e-07} {"commit": "45687533c6644bcd7f17252113f58f9e1db51206", "message": "tired of this 'get version from git stuff'\n", "proba": 1.1594011084525846e-07} {"commit": "118e057f545808abae90e44f11c4e3a7d10be557", "message": "Improved comments and documentation in PySim3d.py.\n", "proba": 1.0442359865692197e-07} {"commit": "02e92da8ef81e7045a130de97aec75d1180f8a21", "message": "Removed the constants module and used math.pi instead.\n", "proba": 1.2920641268010513e-07} {"commit": "8234ea11cc47bd5e2b8b069fdf6fdf44d7ba2ba2", "message": "Debian: Support both xz and gz for source archives.\n", "proba": 1.0453359777784499e-07} {"commit": "ea5f25c425d851c95f47dcb26fd0412c3c871440", "message": "test only wrong limits\n", "proba": 2.534191253289464e-06} {"commit": "261fa4e76e7787eb51b1777453d1a797d920a411", "message": "Finish the script for migrating Miro records to the new VHS\n", "proba": 9.773659712664085e-07} {"commit": "b4543211d8d2d99f0f771255463d34ccb49735ec", "message": "fixed a test with hardcoded data\n", "proba": 1.2246035112184472e-05} {"commit": "bacb82fb087283a685dc8526dcab6d76d43cc8e3", "message": "Fix case where there is no oembed\n", "proba": 0.9999159574508667} {"commit": "3a68f7a218dcf4628ec6b0145f55f6071158c70a", "message": "[Project] Fixed profile model setting\n\nSigned-off-by: Jim Martens <64b2b6d12bfe4baae7dad3d018f8cbf6b0e7a044@2martens.de>\n", "proba": 1.178099324761206e-07} {"commit": "a026a5c8a956aa29c4075fa459387e549675a232", "message": "removed stale __init__\n", "proba": 8.034427992242854e-06} {"commit": "3af072eb6cb58b1e59b6ab9cfd1152fd37a4f096", "message": "Update to dependancies\n\nUpdate MaterializeCSS to 100.2\r\nUpdate Ace Editor to 1.2.9", "proba": 1.3434417667212983e-07} {"commit": "12025165fb6a459d685dc2eeec13a15e9c13b95c", "message": "refactor\n", "proba": 0.9999991655349731} {"commit": "212af296f3f7652a167314084532e4fbdf850b28", "message": "Fixed derivative getting for light in BGD\n\nUsed dx instead of light dx\n", "proba": 1.32044718270663e-07} {"commit": "fca8e1fbbe00fcd1900e4fa9c1989565840bbb43", "message": "Text wiget for editing dependencies\n", "proba": 1.6130037749917392e-07} {"commit": "e3d2d6860eeb9a020ed1716d5d43c9640ad019a6", "message": "Fixed incorrect usage of assertRaises in Test_check_conditions.test_no_arguments(...)\n", "proba": 1.2664040127674525e-07} {"commit": "f3472e918a06cb31604aae776640a54c645f8b90", "message": "Fail before spending time allocating memory.\n\nFail on inconsistent orbital specification first becore allocating wavefunction memory.\n", "proba": 1.5563166755327984e-07} {"commit": "16c4f7e5a0a47c3ae4047e05e6cd711f28620d21", "message": "Added SIMList class\n", "proba": 1.5327100300055463e-07} {"commit": "5b3b1d6b82b863749792523fc2e65b9731acad35", "message": "Improve contour creation parameters\n", "proba": 5.184313067729818e-07} {"commit": "fe7e5422d90d17c07fd3ff58340880405cbbcf94", "message": "scigraph.py closes https://github.com/tgbugs/pyontutils/issues/5\n\nupdated scigraph.py to explicitly import builtins so that type does\nnot get klobbered, also adds type to the list of kwargs fields that\nneed to be escaped if they start with http:\n", "proba": 1.0847013243164838e-07} {"commit": "644dacf0cdfb1ad984a6bbdd99dd9ebcf6cd9a9c", "message": "improved readability and updated to work with data changes\n", "proba": 1.2558538742268865e-07} {"commit": "a5d3db2a848e10a6e453af54606fbcad803a2364", "message": "add test for numbers <= 0\n", "proba": 0.0003714638587553054} {"commit": "9a22e1d020d2b06dd8cd1237b20f8966bc51d6d4", "message": "cleaned up multi price amazon handler\n", "proba": 1.709755537149249e-07} {"commit": "94e8e6998b052cd808b2eed9fbac6e12ead7dc30", "message": "Issue : flipkart str concatenate issue\n", "proba": 0.0001128619333030656} {"commit": "2bec9b7ed772f5cc557b8453bdb80ed256e83ba8", "message": "encoding change html\n", "proba": 2.4523931188014103e-06} {"commit": "3b8b6d55e0d20f061b901cd512493fa00bf6d1d2", "message": "STY: Cleans up ExchangeCalendar construction\n", "proba": 1.309645512037605e-07} {"commit": "cc5ab4b915945f1cecaf17dda0453c8b2e1d1187", "message": "Make photoperiod constraint work with subsets from other constraints\n\n", "proba": 5.620137812911707e-07} {"commit": "340d1917bb80d21b85f615966423c5cb39e12b25", "message": "turned debugging off\n", "proba": 1.725297920529556e-06} {"commit": "d69b49cf388e1f6a626951bde7c2713f188a15c8", "message": "Avoid crashing if an expected field cannot be found, print warning instead (fixes #21)\n", "proba": 1.3516047658868047e-07} {"commit": "f2cb7e00605fa97fb248a813068dfe0709e14954", "message": "changes serial port setting since pi gave it new port randomly\n", "proba": 4.1377279558219016e-07} {"commit": "735080d3f9898189bc855f4f96be2d9178e69305", "message": "Added sensor schema variable, nbytes\n", "proba": 1.3916316277118312e-07} {"commit": "0f1151aa99b726c3bf0a9262555e27a0dfd6aec0", "message": "adding verbose option for fastq iterator\n", "proba": 7.78179355620523e-07} {"commit": "c5a7ff8ee2eda46aba712c46bf79cabce8b689b7", "message": "removed djcelery from settings.py, was preventing server from running\n", "proba": 1.572723107301499e-07} {"commit": "94ff5d00f87534e355c1c446aad8039600e384f5", "message": "Update to settings.py\n", "proba": 4.2192482396785636e-07} {"commit": "7ddc896025dea3709428aaa5a519bfe3654e0c66", "message": "revert 56a4b36faa87006f290ef33a4327b5d779827a50\n", "proba": 9.635833748689038e-07} {"commit": "2b5769f21ee7a1ac7f23296bf407bfc1d71dc9a6", "message": "Do linting asynchronously\n", "proba": 6.029992164258147e-06} {"commit": "06bcd3a517f1c7f0a8d85c854d0f19e6127fd046", "message": "Add TOWER_ADD_HEADERS=True to settings; otherwise, the POT and PO files accept only ASCII characters\n", "proba": 3.750277073777397e-06} {"commit": "616bf220372eb78c3defa2265570c6f9ba4b6cd9", "message": "false, editing\n", "proba": 0.0011789622949436307} {"commit": "499260d018812804660ccf762de7243a13e1bba4", "message": "more correct example\n", "proba": 8.752444409765303e-05} {"commit": "2751ca52a535c01f5b06f02d76dbb44047cda541", "message": "now we know it works, dropping time down, further changes to settings_local please (bug 653475)\n", "proba": 9.678921486511172e-08} {"commit": "04d3c9b4c894eb24965ff2270446f27c2c3fc9d6", "message": "BUG: scorer error\n", "proba": 3.081640443269862e-06} {"commit": "9bc6790d3466e48d8d1bf2643fe10ed5d448b749", "message": "Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/. Added some more info to the default settings file in src/.\n", "proba": 1.2078481859134627e-06} {"commit": "cc3f02e4fa1b0fc827348374462e656f8169d4d5", "message": "WIP: Improve ica docstring, the second (#5620)\n\n* Update ica.py\r\n\r\n* Extend note on PCA dimensionality reduction\r\n\r\nTrying to incorporate some comments from various discussions.\r\nMentioning fit() method.\r\n\r\n* Incorporating changes suggested by sappelhoff\r\n\r\n* Explaining the meaning of the trailing '_'\r\n* Trying to make some formulations more explicit and consistent.\r\n\r\n* small deletion in exclude attrib\r\n\r\n* Fix travis\r\n\r\n* noqua long line\r\n\r\n* FIX: RST\r\n", "proba": 2.658368600805261e-07} {"commit": "bdd01a9411b238359583c7a375c777a4807f0ce5", "message": "settings cleaning\n", "proba": 4.874569867752143e-07} {"commit": "8a3accd204f328a72fd7109981c7144e89fccdbb", "message": "ENH: also retrun distance\n", "proba": 7.405179189845512e-07} {"commit": "eac9540cf72b278666c352f1f393ee8769531b3c", "message": "removed old cache settings, now that we're using Django 1.3 CACHES", "proba": 1.2112309377698693e-07} {"commit": "73ab63e90ca3147acfb75578a0fd75feeafd56b2", "message": "DOC: I was wrong [ci skip]\n", "proba": 5.186251428312971e-07} {"commit": "545f4b9aabea0af0d7ce99b6e84a1bc8b2a9298d", "message": "~double emulator limit\n", "proba": 4.147414927047066e-07} {"commit": "b0f20625def4c4f0c0716f4eb312623016ea6037", "message": "refactor GameHandler.get\n", "proba": 0.00010784471669467166} {"commit": "211665a4163801b68d90cbefd5d896f28f374f6f", "message": "Add a placeholder to device token\n", "proba": 9.484888323640916e-07} {"commit": "f2dcace7db896122ce225d16b918b989c1e89805", "message": "Add publications/template as a template directory\n\ngit-svn-id: a78aebd52d19d9d3fbd421ea0b8d0260567c0f08@23 b2e9302d-b4d2-0310-80c4-8586bce995ec\n", "proba": 2.493722604413051e-06} {"commit": "ae108e7c68557969b068c0ed43fe1618c2551d4d", "message": "Updates email address for error messages\n", "proba": 4.226453143019171e-07} {"commit": "b921ba5439dcdea2361af2ad8bc0ae2dafc682a1", "message": "remove audit views that got deleted\n", "proba": 2.668768104285846e-07} {"commit": "9d7f489ff5aaaa47d94aebaf7b8116c525c8c70d", "message": "Using ALLOWED_EXTERNAL_OPENID_REDIRECT_DOMAINS.\n", "proba": 3.308475129415456e-07} {"commit": "cb5ee6dfd9beda266b68a02f8b6fdb213e68f6c3", "message": "Make it easier to run multiple djangos on the same host\n", "proba": 2.008149749599397e-06} {"commit": "3ec1ed2dd50071b7aff702ba401d862b85f3cd30", "message": "bug fixes\n", "proba": 8.304810990011902e-07} {"commit": "7c24889f5a3cf4fb01ce69eb453b86ebb7876f26", "message": "fixed typo in settings.py\n", "proba": 5.301549208525103e-07} {"commit": "490901e98cd00a5249c4a33c79aaba2bce76c884", "message": "Fix settings.get to work for single columns\n", "proba": 2.5515495849504077e-07} {"commit": "93d7493556a81bed35350d47d3c462d0a93dd8f5", "message": "fixing settings\n", "proba": 8.786975627117499e-07} {"commit": "05ed47978d4a82948c42f8296bc9930ec9148cb6", "message": "Add person cases ucr\n", "proba": 2.0308030798332766e-05} {"commit": "63f17065f9dcd4d30adc3c81752223ce8c9dd55d", "message": "test(config): New helper fixture: load_yaml\n", "proba": 9.874130455500563e-07} {"commit": "5affa435dfb3d9f4e42e08b70b5f531658313584", "message": "Add Google as a sponsor.\n", "proba": 1.1812494449259248e-07} {"commit": "6953b16af678e1a2d36165c0ac8f97f43eefa12d", "message": "trappy/tests: Fix test for checking invalid line\n\nDue to the recent patches to skip invalid lines using a regex, this test case\nfails. Fix it by appending the invalid line to the end of the test trace.\n\nSigned-off-by: Joel Fernandes <89f39a38232ac523c7644e47b6ca6563177e40b4@google.com>\nReviewed-by: KP Singh \n", "proba": 1.3370627129916102e-05} {"commit": "c7d1c309cc57e760726f12070d0d38e14db4eb6b", "message": "indentation fixes\n", "proba": 9.631094144424424e-07} {"commit": "c1220e0a8ca196505fe347a86192eb3f85a25390", "message": "add find_pattern and some params testing in state_pattern", "proba": 4.424176722750417e-07} {"commit": "ec4bab8a8c843d26be33a4235cda09829767b9db", "message": "add AISC bolt geomtry\n\nautomatically adds the generated AISC bolt geometry to the geometry input tab", "proba": 1.386198249520021e-07} {"commit": "22ac81650d8ed6aff8d204dcc4cec55706529de9", "message": "remove unused imports\n", "proba": 1.1998655509160017e-06} {"commit": "a9cb13ccc33c293c42e9631acff797eaf7f3451f", "message": "Rename variable i\n", "proba": 1.0327274821975152e-06} {"commit": "e4e05b6bb8e28af78b34fde618d3874d14e17b18", "message": "More interactive improvements\n", "proba": 1.1603534488813239e-07} {"commit": "20593d5c53b05f6a465da35e40d17df8a4c73851", "message": "successful get_comments function\n", "proba": 9.628944326323108e-07} {"commit": "117392c4bbefd95c6dda64432a8c1d355d2c2548", "message": "Enabling emails.\n\n\nFormer-commit-id: fa48930715038f16a5c84a238b5cc29ffd60f176\nFormer-commit-id: 2be47e8d76c36f172d2f8f346b578013b78eaf5a", "proba": 0.0003136676095891744} {"commit": "692f22d70976530ab6ee3db455d7ec2ca37bd279", "message": "send py\n", "proba": 3.0094832936811144e-07} {"commit": "38d359c0131fffc89b0e965921c2ce82c3cc2658", "message": "Add all_addresses property\n\nThe all_addresses property should return all addresses currently\nassociated with the current account.\n", "proba": 6.132026464911178e-05} {"commit": "2b91369b7b8d3305804c3d898a152a562f5ebe61", "message": "cli: add tileset command\n", "proba": 7.667258614674211e-07} {"commit": "ed5a89a84525b4163de08993019c5b80a7035f16", "message": "work on tractor DR8 image\n\ngit-svn-id: a4967eeb46e72ec0d67de3341f099b34cc11cf18@20686 03a3cea6-2c03-0410-ac9b-9271b1c66c29\n", "proba": 3.190303630162816e-07} {"commit": "8ea83ad646b41a6f51fa3aa14e23a0431074016d", "message": "fixed substatement verb format\n", "proba": 1.2281310546313762e-06} {"commit": "fb939e271f1f8b6dca514a650ab2c56d6c811360", "message": "slice now throws exception when invalid start and end time are passed\n", "proba": 1.4889603505707782e-07} {"commit": "ffc0a5ee009be4156c3d181911f0e1efc83c73e5", "message": "Marks services.py as executable.\n", "proba": 1.328570533587481e-07} {"commit": "a26637d36068de983d9c2f9adbe8761f1aafbe7c", "message": "changed timestamp to save current time as default\n", "proba": 6.970447543608316e-07} {"commit": "7e6a419f7b68be88b72c2ae7d9065043ee18e4b6", "message": "(Re)moving things\n", "proba": 1.8067986218284204e-07} {"commit": "891f7cc8b763599ef1186e7ba13d29338a0e2cef", "message": "Added import requests to services.py\n", "proba": 1.7485444914200343e-07} {"commit": "34cb452244ad5eeca6149a73dc3b6b13cc7a6ede", "message": "Add request timeout to Service framework\n", "proba": 4.1205274214917154e-07} {"commit": "c56a09c607d71c192454ea27ab9740add3a6f45c", "message": "Added ability to pass imageUuid and update launchConfig on upgrade.\n", "proba": 1.0252268367594297e-07} {"commit": "1ce19adec6203982accd6e434f76536cd7347154", "message": "packages/opus: remove patch\n\nmy patch got merged upstream.\n", "proba": 1.0447459430906747e-07} {"commit": "87bb120722c850e9335c0236b11af0469994e355", "message": "added quotes around the query url term so that terms with spaces are handled as expected and not as individual terms with AND applied, removed old test code that has been moved to dbtest.py\n", "proba": 2.1333922006760986e-07} {"commit": "358f89d684f155ed17386b0d5346d469a7971f75", "message": "Settings now includes /usr/lib/gobject-introspection as path\n", "proba": 1.4405220838398236e-07} {"commit": "7c55b70d81efeb0be9a8579abc0d65b2da18aa73", "message": "Add 'rethinkdb' Homebrew formula\n", "proba": 0.00012533512199297547} {"commit": "2e8e58a4a1fe141c592c79cd0bc41d00e91aee51", "message": "Improve stability of WFA module: catch more error types\n", "proba": 1.4256742986162863e-07} {"commit": "c967897da73a73c0df208b4f36f42813e9982c51", "message": "Do not intercept redirects in the debug toolbar\n", "proba": 3.882101111685188e-07} {"commit": "35a420e000e6ddb75d84e695f531fc6514dc8465", "message": "settings\n", "proba": 2.865540864149807e-06} {"commit": "fdf7fc327f45b57d5f1be2d8b11e0185f11ed146", "message": "Revert \"disable gsid custom code\"\n", "proba": 1.387912647032863e-07} {"commit": "abceb89b7406795470991acd39ecf765742ae9a1", "message": "Exit on first valid command found. Don't print out command error when not using default trigger\n", "proba": 4.4334223048281274e-07} {"commit": "3b59c2b2d5593cdab8a2f0cf1a22920c91b5a902", "message": "Fixed shot timer scroll bar to make progress on #74\n", "proba": 1.4839802986443829e-07} {"commit": "c8d66b8511a44684ee0f877f9d6b9c0318a4410a", "message": "Updated email addresses on settings\n", "proba": 8.395128361371462e-07} {"commit": "36fac4edb6751a55388af0b41c3dc54d326cf63a", "message": "Bugfix macs2 summary with paired end libraries\n", "proba": 1.256613444411414e-07} {"commit": "d989b6c89a6b67c2c58a0ab7c718e1973c122a50", "message": "Java API: added pointers support (Point*, double*)\n", "proba": 1.3322474501364923e-07} {"commit": "60aa746578b66e5d4977bd4fcc6f6dd54f9677b5", "message": "Removed unneeded variable from noise detection experiment. This revises #104\n", "proba": 1.6511731359969417e-07} {"commit": "27fc9b0c7029ee990f15c1f5a79445c6b02404c2", "message": "Add helioslog to installed apps\n", "proba": 2.1154822604785295e-07} {"commit": "f87f810d3cc730cae930edfa7994032a2327c17a", "message": "Faig mes robust el calcul del hash\n", "proba": 5.413303370005451e-07} {"commit": "764bad92fc01cf61c3af15b4b91f074557dba574", "message": "Add keyword_search function to Citations.\n", "proba": 3.074347034726088e-07} {"commit": "61f2eba31df9f2433d4063b33d23ba4bb7e3506a", "message": "From PIL to Pillow\n", "proba": 6.705134865114815e-07} {"commit": "e258f76369aa0ec4d80f49940b5414b9ffa731c5", "message": "exclude pillow_retry tests from commcarehq build\n", "proba": 1.5379254136860254e-07} {"commit": "5b848a0bc67dd5ddc05778e080040aeb0425db4a", "message": "Made executable\n", "proba": 1.817541033233283e-06} {"commit": "5e6e7af07ab5cf6178a3ea274012cf3dc9e8c1e7", "message": "Correcao do import de modesl em views\n", "proba": 1.2405175198182405e-07} {"commit": "1ec1379281fe9e3fdd5fb04fa5e9c7fb0cb10785", "message": "removed grappelli stuff\n\n", "proba": 1.9649139915145497e-07} {"commit": "c17c759b0ada8ee7426cadbd667d4833acd89458", "message": "Master Roll\n", "proba": 4.163314031302434e-07} {"commit": "d9e13fe96d1669a02fa12507c6bd5b901cfb2343", "message": "handle exceptions for qrcode view\n", "proba": 2.988858227581659e-07} {"commit": "3ed61d05afed9fd4ad343e44a81cd6bb70c31c9a", "message": "fix get_env\n", "proba": 1.6742105799494311e-06} {"commit": "f3698af18b46fd599197576b385d7bcc2bdde4bf", "message": "Removes .absolute() calls in tracer's get_files()\n\nThese files should really be absolute, and if they are not, appending\nthe current directory definitely won't help.\n", "proba": 1.2532791515695862e-07} {"commit": "32f917c9120c4fd251064de9653e3e2009296c1f", "message": "Modify source docs\n", "proba": 4.912389499622805e-07} {"commit": "6e051c4b54973740df707c59d3e4f258f01f4155", "message": "[twitter] fix bug when twitter lies to us saying there are more results and returns an empty page\n", "proba": 1.5227197991407593e-07} {"commit": "98e815d036f9fba3479a15f4303e7d961af0998e", "message": "main cleanup\n", "proba": 1.8708240645537444e-07} {"commit": "ebcc3a7b6853936eb5340dad750c9332a6c8b52f", "message": "selecting current value\n\nsvn path=/branches/slideshow-python/; revision=721\n", "proba": 1.2206253813928925e-05} {"commit": "71580b113a018c2c08741bf83dc9ee7799695627", "message": "14mar06_Evol krichmar_v3 - with sams mutator - further debugging - added boudner to mutator\n", "proba": 1.230889523640144e-07} {"commit": "d3cc1632d9298f0410d05b6f54daca2d1ae52cc7", "message": "cleaner thumbnail suffix\n", "proba": 3.3433375392633025e-06} {"commit": "46bbaf042a6a003e667f331e2538c655c6b7392f", "message": "Python3\n", "proba": 1.442452321498422e-05} {"commit": "718f88f708278bcbfcc347cb1c2e37666da83ccc", "message": "johnny i think filtering works\n", "proba": 1.824908935077474e-07} {"commit": "c0136064cd2dc0966ed72e8aee2a83bda0fe2d9c", "message": "add missing space\n", "proba": 0.9999947547912598} {"commit": "6addf6004a20f0fc45e9595bc3582580561013ac", "message": "Update reservation_client.py", "proba": 8.534825042261218e-07} {"commit": "2dfb08e7e57dc7dfdffb123c3b3df456730f7d4b", "message": "further changes to missing handling: safeguards against invalid flags and invalid codes, new private _clean_missing_map()\n", "proba": 1.287176587538852e-07} {"commit": "e624dc4012902fe7b70473af817b4f2e021fd5b3", "message": "Add information about the action which failed (#1361)\n\nAn error occurred during the test sequence action: 'lint'. Cleaning up.\r\n\r\nFixes: #1354", "proba": 0.9998401403427124} {"commit": "1ebc55dcdc3f868cfd92cbfe3b99fa9bd944fa61", "message": "remove dangling ref (thanks travis!)\n", "proba": 1.1383433218270511e-07} {"commit": "549d2ac49288e716f37d05e5e2e90385f3472929", "message": "ensure unique list of shared forms\n", "proba": 1.6711720718376455e-07} {"commit": "81fa764b02987524008246f4b9a60170afce8d1e", "message": "Added header information", "proba": 1.4355001098920184e-07} {"commit": "586f38c17795767370e67c32dd790ca965d2f976", "message": "some fixes.\n", "proba": 1.3229920625690283e-07} {"commit": "b650a82172966e2a204468686a19d6a0c408f51b", "message": "fix test_missing on Mono (#632)\n\n", "proba": 1.3371402474149363e-07} {"commit": "24bf0d8d29de96a79f58a339a6eb259bbeeb01eb", "message": "check exist plugin binaries in yapsy.executable field\n", "proba": 2.426351670692384e-07} {"commit": "6395942649c32ef3ca89552d07fb2a76f3d76ec4", "message": "Import timedelta for the recurring jobs\n", "proba": 1.4593329922263365e-07} {"commit": "e2fb2447d3d44744ce66c128c7d4e48949759f07", "message": "Fix de um bug na alteracao de secretarias e clientes\n", "proba": 2.4181187541216786e-07} {"commit": "78113edee3c7463c57e4d355a6e9d93fb3a627ce", "message": "cleaning\n", "proba": 1.01492532849079e-05} {"commit": "8a4192ce20c28096483a6274cccacc7eae70edb8", "message": "adding some dataframe TODOs for Henry\n", "proba": 3.273199808973004e-07} {"commit": "a2353f03514daa2e82ee31400471cd63f82c1fb3", "message": "Make Thingy's cursor class overridable\n", "proba": 5.378948344514356e-07} {"commit": "a1eb846898b424c16f234ba9e6032702941e8b3f", "message": "Use v2 design by default.\n", "proba": 1.1118972054191545e-07} {"commit": "85cb714aff238c21fbd00ad1a606347f409ea24f", "message": "Delete sinesum1.py", "proba": 0.0028825579211115837} {"commit": "cef8d57b9a0a53f7dce28a42945ec73c021deedf", "message": "RSYNC option '-x' added to prevent it from crossing filesystem boundaries.\n", "proba": 1.1456128135023391e-07} {"commit": "ab891c6ecf221cfead47f3d5b8779735cf1f731e", "message": "Do not bleach audio and video\n", "proba": 1.2375627420624369e-06} {"commit": "02a2ed4a8e5eea80c8614bd13a3d8bb60c8fee72", "message": "Taught IDLE's autoident parser that \"yield\" is a keyword that begins a\nstmt. Along w/ the preceding change to keyword.py, making all this work\nw/ a future-stmt just looks harder and harder.\n", "proba": 1.0634028058120748e-07} {"commit": "28f400dea3c4df0211a9ef1f3b558854b979145a", "message": "Added gzip middleware.\n", "proba": 1.1687707512919587e-07} {"commit": "ea899dea357e7d1caf8cd78c336ddb59f71bb6d0", "message": "Bug 643572 - Secure session cookies\n", "proba": 1.1717271775069094e-07} {"commit": "8b07d908e5c606ba9ddde73d5c7376a56c3a6a7c", "message": "#3077: fix h2py substitution of character literals.\n", "proba": 2.0294477565130364e-07} {"commit": "b5f6b07f71362f018fd99980f0a5b570195a38c8", "message": "Revert \"disable HTML minify - this is an ops decision, leave it in local_settings if desired\"\n\ndifio/tasks.py uses html_minify() which doesn't take settings into account\n\nThis reverts commit efbd2f007161cfe671d76e62645e0e208729c150.\n", "proba": 1.4256281133384618e-07} {"commit": "99215bc48e93de5d412e7cb79fcc1130f1285079", "message": "Added some code to support metadata in slice PNGs.\n", "proba": 1.043566939529228e-07} {"commit": "5eb894aa15b1deb4b89aced2727e742152180aa1", "message": "Fix Python packages\n", "proba": 0.9985952973365784} {"commit": "8d09405bda441fd74a8f3aa1617356e10fc07b4d", "message": "don't overwrite error messages\n", "proba": 9.420298283657758e-07} {"commit": "fceb23f90a8610e97185769f67eaaec04c80588e", "message": "Delete settings.py", "proba": 1.2616957292266306e-06} {"commit": "9add3e80babcfd0f82eff76274a92f4d350aa3aa", "message": "correct url's of datasets for testing\n", "proba": 1.0997890058206394e-05} {"commit": "f649ef841d32025712d9384ce94cb9e7a1c2593b", "message": "minor code cleanup\n", "proba": 3.0314905075101706e-07} {"commit": "8cd69592197e84587a26580e22d94578c2fb64a6", "message": "the word database should live in the root of the project (be consistent with README)\n", "proba": 1.7188881429319736e-07} {"commit": "a760970a4e0f6689fcfb21f5848d1eeae7b528ab", "message": "slightly less verbose font scaling patch\n", "proba": 2.8900632287331973e-07} {"commit": "635c3448ed7d201982879183b6be0e0bce9887a7", "message": "New appliance AMI with 1 GB volumes.\n", "proba": 1.0624499680034205e-07} {"commit": "b448e859e6849215c3b7035a68c90d4df4f44f16", "message": "Fixed main.py to conform to proper script format\n", "proba": 2.5902727429638617e-07} {"commit": "e46262988a4f02f1ebbcb6602f8d93fbd1dad907", "message": "fixed reference to wrong class when setting turtle heading\n", "proba": 1.3694763367766427e-07} {"commit": "6bc6de57cf75e64502e592ed6f2a8846265cef51", "message": "Add resources resource\n", "proba": 2.1952588213025592e-05} {"commit": "feb95727c864ef823c5388ef393b2a64160db154", "message": "refs #25: added a test showing that mangled ilvls causes a content loss bug\n", "proba": 1.2801240245607914e-07} {"commit": "bcb166923aa12e4b3f1bb44bf71b9aefe26c5454", "message": "Relocate static admin path so we don't interfere with uploaded media\n", "proba": 1.612569917597284e-07} {"commit": "dc633067d6ca41983aebf4252b07ed255b4d13f8", "message": "one day i will be a ~real~ programmer\n", "proba": 9.640963298807037e-07} {"commit": "e4ceed832e22a8acfd64e1c9277b8b8e90668c6d", "message": "Specified allowed fmts in sensor schema and added byteorder to sensor schema (@, native is default)\n", "proba": 1.0515872617133937e-07} {"commit": "825a6f273a9f2ece22d473963f5b84b4e9c1b67b", "message": "Use a Job subclass for calculating the bounding box of Nodes\n", "proba": 4.481072437556577e-07} {"commit": "9972c09303a26e21d58b246deb01f9b3f2e43020", "message": "increase number of steps per epoch\n", "proba": 0.0003060291346628219} {"commit": "60a023959771d8d6bdc28ed32b9189ac5dbb1c0b", "message": "[Bugzilla-744367] Add in the SESSION_COOKIE_SECURE settings\n", "proba": 2.473631468546955e-07} {"commit": "196f9d360b6e7a5e60055c913eb49977e26035eb", "message": "players cant walk off edge of level\n", "proba": 3.6054126439921674e-07} {"commit": "dbe3300e4c920693d979ee04d852cc42e6bab103", "message": "modified to work with professor's python version\n", "proba": 2.176199984660343e-07} {"commit": "abff4a9899cd109ec51ac6ecdea09672bfaebcd9", "message": "Upping unread counts from 14 days to 30 days.\n", "proba": 3.16222383389686e-07} {"commit": "8b2410365af695e927c1052d8264f142f820188f", "message": "MIGHT NOT WORK. REVERT TO TWO COMMITS AGO IF IT DOESNT\n", "proba": 0.0004624402499757707} {"commit": "c74cce58db79ff0a80780dc63ae56fa2584d4121", "message": "Bumping version\n", "proba": 2.7853673145727953e-07} {"commit": "1e6d71891ed8cb611710f8106437d11d16a3a06d", "message": "Ukkonens Suffix Tree before fix on match on edges.\n", "proba": 1.0033512154450364e-07} {"commit": "23cfe75f676b6bce102c52df408849b4e3684307", "message": "added the demonstration v3\n", "proba": 1.3444235946735716e-07} {"commit": "4cf58f9daa43a3a2703f6d0059c83049892df47b", "message": "settings: Set rviserver idle timeout to one hour\n\nThe previous 30s timeout was for testing purposes only.\n\nSigned-off-by: Rudolf J Streif \n", "proba": 1.28464535009698e-07} {"commit": "30225c6b328d32313e11d2647eb49a7320151900", "message": "recover checksum, suffix = 0xAA\n", "proba": 0.9986832737922668} {"commit": "eb83c56d14ceae3767e96e3373384eba83ba10b7", "message": "Add the dashboard's usage forms to settings.\n", "proba": 1.5668366870613681e-07} {"commit": "5c129e91d4aa4f9629ab7196e333dba8b24203ca", "message": "Output hostname in index.html by default\n", "proba": 0.0006169647676870227} {"commit": "d0715a0ce7ce3e6fc33475b231c01b988308bc11", "message": "only add exception middleware if debug is on\n", "proba": 1.8245923172344192e-07} {"commit": "0a274d1d947115e0a731403b60ea135b787beca1", "message": "LBSD-3 : As a user, I want to see a list of open blogs so that I can select which one to work on\n", "proba": 1.4051369134904235e-07} {"commit": "33d1eec0b5ee2b5ba44d368a31ace2f36ec3a86e", "message": "new .out file line numbers for AutoEncoderArch\n", "proba": 2.6016809329121315e-07} {"commit": "0abe8eca3b06649bbaa0143fbef12a8508ef4ffd", "message": "fix TypeError in ament_uncrustify (#228)\n\nSigned-off-by: Dirk Thomas <19795c8185177e940eedd30ceb2b716a54a3d5dc@users.noreply.github.com>", "proba": 1.9348880186953465e-07} {"commit": "32c2b9fb7337a4981bc5115f062806ee8a5680dc", "message": "Test string entry question types\n", "proba": 8.815481123747304e-06} {"commit": "093accf76b1dba62702ecc4a467f52616fe3827a", "message": "Creating aggregated (0.1x0.1 deg) maps for model v1.1 output now.\n", "proba": 1.0386621340785496e-07} {"commit": "543b5f6d3902c704dd85d012f163d7a1b779f5c7", "message": "Testing 10 km aggregation script revised for sensitivity analysis.\n", "proba": 1.0127801886028465e-07} {"commit": "5ace197c6c91ac0a966697a6f597f03af5b68e50", "message": "run and saved 10k cell sim; modified params/__init__.py so doesn't load other simg cfg param files!\n", "proba": 1.0605103284433426e-07} {"commit": "630852a324311b40d4390c2ccacbc9a10a382409", "message": "poisson\n", "proba": 2.2289045773504768e-06} {"commit": "15944561cbbfd84fa522776211a7599a1a18ddc3", "message": "Added axes to arguments\n", "proba": 2.008083441751296e-07} {"commit": "76aab76625d2dbb1fdcfb3e131f5cea9096cd235", "message": "Rename Geometry class's property\n", "proba": 5.638524953610613e-07} {"commit": "ef8e8f23b10356e2bd451a1f9201962b8a529bac", "message": "Minor draw enhancement\n", "proba": 3.038738327632018e-07} {"commit": "a5442d2f403b70df6adc061e21671c7b9436795f", "message": "pass operation \u201ccmd\u201d and -m \u201cruby -v\u201d \n\nuseful for local commands, still working on command line stdin payloads to slack channel", "proba": 1.233759405749879e-07} {"commit": "0bb174905eb5a3d69616a7cf7787b595b89ea2ab", "message": "[mod] pep8\n", "proba": 2.885428216359287e-07} {"commit": "2e9beb1d91d364929a1021c4f4eb840b2da38b69", "message": "OAuth 2 login support. see get_secret.py and praw.ini.example\n", "proba": 5.294384664011886e-07} {"commit": "8a7b2553977e71f4e84bdcd63c4ecff0a5d91a4c", "message": "Add an error log when not having available vRouter\n\nWill help during scheduling error for network\nnamespace service instance.\n\nChange-Id: I3ff93c6c89c9758e5500c4c84412ed93f4051e63\n", "proba": 6.037345883669332e-06} {"commit": "1999553c5da19dfdbf3dba5e5bdd539cf5c371d9", "message": "Adds scaling function\n", "proba": 9.201515922541148e-07} {"commit": "6404762216fd82c210846a3d33828daa34d29988", "message": "Ensure unique junctions don't result in self-edges\n\nWhen uniquifying junction nodes, we previously ignored the fact that\nthey would result in self-edges in the pixel graph, because multiple\nadjacent pixels would have the same label/ID. Now, by the judicious\nmodification of an if statement, we avoid creating these edges\naltogether. An informal benchmark shows that this does not affect\nperformance of graph build time.\n", "proba": 2.759988149136916e-07} {"commit": "59a038852a0ca8482126620062f70de9b26c5e20", "message": "create new constants for tracking user creation through SSO authenticated signups or invitations\n", "proba": 1.2887917932857818e-07} {"commit": "e1a7c3fd11287480b76327b64036c6d88afb499e", "message": "removed deepcopy\n", "proba": 3.3805855537138996e-07} {"commit": "357cd981ab3826d09caea8eec5a01adbcaa69ab8", "message": "trying to make grid process script work on server\n", "proba": 4.387211163248139e-07} {"commit": "1354d4975ed9d019eb17003f0e601921babd9a71", "message": "better allow_enable check\n", "proba": 1.289382225877489e-06} {"commit": "a3754fe64b5b9136493b73118f977b5e527c9017", "message": "add a timeout when using the production flag\n", "proba": 6.545339488184254e-07} {"commit": "f319264b10d3ea44490e6bf53642b46e084edb4a", "message": "Close sockets when the connection pool goes away.", "proba": 1.1650249831518522e-07} {"commit": "7ee2443827d3d78ea9d23b80640621c4731769bb", "message": "Fix for stupid date-time parsing.\n", "proba": 5.190605634197709e-07} {"commit": "86a5893001755972640f8fbf0a16d3d52c257c22", "message": "fixing the error in testing abort at the early stage\n", "proba": 8.049091775319539e-07} {"commit": "048ca87ba6316d054ee0a8a6a2a2756c03d9bfff", "message": "Try to be more careful about handling None in paths.\n", "proba": 1.879226260825817e-06} {"commit": "334f6ae7290b6fb09e3e82bee0e83306c354d354", "message": "Test calls on mqtt.\n", "proba": 1.2923622705329763e-07} {"commit": "25f7af880838d43ea8d41eafca939628d1489cc9", "message": "Deal with new BadStatusLine content in Python 2.7.\n", "proba": 1.1921103748591122e-07} {"commit": "9abf49338c3ee6870b8168866b6a61f9142683cc", "message": "Handling call declines.\n", "proba": 3.16437194669561e-07} {"commit": "29c44ddd1396e12170559b004ef461ee89487943", "message": "Raise if we find > 1 toc start/end tag pairs\n", "proba": 1.603514334647116e-07} {"commit": "3da4b7f31cbc1fade7f0fcc0111464374ba55fab", "message": "keep track of all phones, term phones, and phone -> {courses} set per term\n", "proba": 1.0610743856886984e-06} {"commit": "0925f05715b168f7ba0cbbe648deeaf0df24ab16", "message": "add option to not zip checkpoint (#914)\n\n", "proba": 1.1873143535012787e-07} {"commit": "5f52c9941cd4095833abcc0e08c4387059bcafca", "message": "goodies\n", "proba": 6.393948979166453e-07} {"commit": "db15311fe9b030fec34e24472a2e758d087d43ca", "message": "fix another issue when publishing on the website\n", "proba": 0.0006902012974023819} {"commit": "8773b2a3c9f6f2a47ff105c3fafddfb1efda7117", "message": "Add explicit is_rest field in Note and Rest classes.\n\nSigned-off-by: Charlotte Pierce <351429ca27f6e4bff2dbb77adb5046c88cd12fae@malformed-bits.com>\n", "proba": 1.404656018166861e-07} {"commit": "5d4716370906215536ca392a26e59fe0481365e8", "message": "\u589e\u52a0\u53c2\u4f1a\u4eba\u5458\u67e5\u770b\n", "proba": 1.9339287860020704e-07} {"commit": "5c9b3c3b76b0d1192a1fd6ce953d854804e363cc", "message": "add mask to tomopy trim\n", "proba": 1.5281139553735557e-07} {"commit": "ee6b3033fc6d57ea398eb99021d1c50ed79d00fc", "message": "Added functions get load entire datsets from vault.\n\ncloses #8\n", "proba": 2.5279391024923825e-07} {"commit": "6bd068632a38d6cfc1f7d8bafe3c0f29baa668df", "message": "custom raises kind\n\n__tracebackhide__ does not work with the contextmanager decorator.\nThis custom raises_kind implementation uses __tracebackhide__ to provide\nbetter reporting when tests fail.\n", "proba": 1.1699104618401179e-07} {"commit": "660abb2373906a5b8e3acdd785ba4c2c2b719c56", "message": "preserve logical order of solutions in recursive implementation\nand to be in the same order as in stack implementation\nfirst yield the placed unit in cell, then yield the skipped cell\n", "proba": 2.540695959396544e-06} {"commit": "57464f6ea5f6114b3e62694d5c230d4c507427fa", "message": "Fixed a timing issue and added a timer countdown\n", "proba": 3.8308624539240554e-07} {"commit": "1b3ea6aeaac199a5de553582a6c4abb05e85743e", "message": "Removed redundant columns from spFilter output.\n", "proba": 1.5676288001031935e-07} {"commit": "cbc00157ef98efd5a5c08f9fce40ee4ada9eef57", "message": "Removed mp3 duration calculation from ajax upload. It's called in the waveform_generated signal so that's enough\n", "proba": 2.0771012998466176e-07} {"commit": "dd04fdd3ccad690f4baae122db5bf767a9bd9eb7", "message": "Change form post to get\n", "proba": 1.2713678643194726e-07} {"commit": "b52e24fa732bf4bbb1c4e2abdbdac97d40e699b8", "message": "stars with no line data excluded from output file\n", "proba": 7.716251957390341e-07} {"commit": "25d640d733a9a3be96c403004c64d7418e089e40", "message": "Fix string comparison for source", "proba": 0.0025958488695323467} {"commit": "18ea763483371168f75b78aef610264696d77509", "message": "Use more list comprehensions\n", "proba": 3.020075212134543e-07} {"commit": "650836d65ebe6c8867a4332f76159293daafec2a", "message": "add RouteChain class\n", "proba": 3.453536692177295e-07} {"commit": "dfafe5f2812e034834150e9d1d614f3d2701dccd", "message": "I know pylama I know\n", "proba": 2.4379380647587823e-06} {"commit": "83f6992bca4ac7c4d9bcc67f8387f3806810c3f8", "message": "split the writing to the mesh so we can output just the CellCenterData2d object on its own\n", "proba": 2.6238571990688797e-06} {"commit": "bceb777ebdd2e21c27f78064e52ae05ce02a69c1", "message": "Statement reuse\n", "proba": 3.835717052425025e-06} {"commit": "5834a571bec41f30aebb1fecd5f1a5fd322c0eaf", "message": "adding get matching xpath count and xpath should match x times keyword\n", "proba": 3.873875868976029e-07} {"commit": "5e4d3fffdecb0e8f6b7126385d822d5db848acd8", "message": "0.17.3\n", "proba": 8.76808371685911e-06} {"commit": "02994ce2c33547a7b3268e57476856cf30bb8a71", "message": "Fix broken parser\n", "proba": 0.0034842053428292274} {"commit": "d9b055e277a97685f3edcd34c4a7410688de426e", "message": "Fix bugs in option menu implementation\n", "proba": 1.3444636124404497e-06} {"commit": "1b5f5edeefa21e02a21ac8b60bf90c20f9041417", "message": "fixing typo\n", "proba": 8.706026164873037e-06} {"commit": "1ab250ffc72cd94e2e8c4784a00213859f959bfd", "message": "Comment changes\n", "proba": 4.708765857230901e-07} {"commit": "14b7a69401a232ce323650e4769178c1315e2b45", "message": "Small fixes and changes. Fixed indentation bug.\n\nTurned all e.strerror into str(e) as e.strerror doesn't exist for all\nerror types. Removed some extraneous, commented code.\n", "proba": 1.0370744973897672e-07} {"commit": "66084103201c5026aa8c3c37ac6d9b620f44cbe5", "message": "Adding a question after WAF has been identified\n", "proba": 0.0004053032607771456} {"commit": "38397286450271a64af7ac515b0becff678742da", "message": "Updated from Brython Server: 3/3/2016 2:30:58 PM", "proba": 1.1482993045319745e-07} {"commit": "d41e2dcd42d70ecf7e1d7b06463b46f4d7337e13", "message": "Set mincount to 1 for phrases by category\n", "proba": 0.000153323620907031} {"commit": "c9ae4c817518529784268d7e8bcbfa5d42d28c04", "message": "refactor(bot): Move channels to a cached property\n", "proba": 1.269888571187039e-06} {"commit": "d7c0805e7cd3f6ff906a5d827a55582888beb0d0", "message": "Removing leftover\n", "proba": 4.194049324723892e-06} {"commit": "707921e3b28ce8613b3cea20d04545dedb4545f3", "message": "Updated from Brython Server: 3/3/2016 2:43:53 PM", "proba": 1.1632242546966154e-07} {"commit": "b187675d8028b17113fb0adfb7be596ac7eede56", "message": "add args_no_hyphens, args_json, args_json_file to sweep command (#224)\n\n* add args_no_hyphens to sweep command\r\n\r\n* Added json", "proba": 4.003048559297895e-07} {"commit": "50a8edb26776d79ea2a248ff0535f3b053e5c859", "message": "Removed ocurrences of NANOCUBE_SRC/bin and replaced with NANOCUBE_BIN\n", "proba": 2.2179665393196046e-07} {"commit": "74c6076d940c7ed70d71573fb57b0323ad0bbeca", "message": "Updated from Brython Server: 11/3/2015 4:14:05 PM", "proba": 1.0931441352113325e-07} {"commit": "6e9f98d20c9e916050c4cb2c73f78e3d446b79b2", "message": "Add a few Homebrew packages\n", "proba": 7.408584110635275e-07} {"commit": "07bb8007ac421c8443dd3cd6fc17f48cae44fdd1", "message": "Initial commit\n", "proba": 3.003353299391165e-07} {"commit": "5bfacc2fcddaa34ba9557f89322d7aa9de87d5e1", "message": "Updated from Brython Server: 3/3/2016 2:45:40 PM", "proba": 1.1668129218378454e-07} {"commit": "298fa03422bc17a5764893de402ea12351cf5a8a", "message": "Updated from Brython Server: 3/4/2016 2:44:17 PM", "proba": 1.1265628785395165e-07} {"commit": "94a5c75088d63e7a83b8c62440f63acde8805996", "message": "Stage still needs old Askbot. Broken schema migrations.\n", "proba": 1.0486749602023338e-07} {"commit": "572779a028dbabdb0f33c5df7e14b8da14fc5a02", "message": "Added LandMgmtArea.isHighPoint()\n", "proba": 1.4760395572466223e-07} {"commit": "53d9fb3fb9929b498bc88ec52a41041103e4211a", "message": "Renamed domain name in settings.\n", "proba": 1.2280614214432717e-07} {"commit": "2510c3c2bb2008c1d56929f4fb3ee3bd0368299e", "message": "updated findRadialVelocity() for shorter spectra", "proba": 2.40261186945645e-07} {"commit": "47f55fa069f18d4ec0af3091253a87b339b9d9e4", "message": "implementando estrategia de selecao de individuos elite\n", "proba": 2.5686497906463046e-07} {"commit": "3ffea432534dce9de6774b38416bd554243aa7b9", "message": "Fixes #2923: Changes Site Filter on Provider List to APISelectMultiple\n", "proba": 1.1478601891212747e-07} {"commit": "4923651b82babd89947575372c9cf9e226af1d8c", "message": "celery conf\n", "proba": 3.9267038118850905e-06} {"commit": "3ad010d8d97ad41ba4417c4e69057b9a14e2e575", "message": "Modify logging section\n", "proba": 7.905944130470743e-07} {"commit": "1b00a36ca5980556eff3bc5fd0bf72c43ba17adc", "message": "tweak analyzer zipfile creation logic\n\nDue to the OldGuestManager/GuestManager thing we had this piece of code\nduplicated which isn't necessarily a good thing, so this commit merges\nthe two independent functions by a single function.\nIt also contains a performance optimization as StringIO.StringIO() has\nterrible performance when - in this case - a lot of files are added to\nthe Zip file. Its replacement, io.BytesIO(), in some cases reduces the\nspeed of the Zip file generation from tens of seconds or even minutes\nto at most one or two seconds.\nAlso gets rid of another usage of StringIO in the Guest Manager logic.\n", "proba": 4.580168990742095e-07} {"commit": "98a5bae44645009e11adfc7fa27bb4bdff02d148", "message": "random SSL/non and try/catch around FD logging\n", "proba": 1.6589292783919518e-07} {"commit": "6c358734482131c487ecc631d2cdffa6c00400bd", "message": "Remove unneeded import statement\n", "proba": 7.075896064634435e-06} {"commit": "9cd36a3dfb1d6a11410c5b69db31e7f8d8d04017", "message": "Updated settings.py to use the cached template loader.\n", "proba": 1.0765208457996778e-07} {"commit": "bbb58213d6be5162b12911c0dbac9d2ee463d803", "message": "A MUCH better way for verifying that input is there. Not sure what I was thinking before...\n", "proba": 7.109154580575705e-07} {"commit": "e2e1be525c71512cbe4c098a723065052392a1ab", "message": "only check undeleted messages\n", "proba": 2.3443335805950483e-07} {"commit": "66e934761507723ee2d66925315ce2748171ae22", "message": "add keys to github call\n", "proba": 4.872097179031698e-07} {"commit": "a3226a5fbc0da53abf5f9d4d8ff12b8439ecdc89", "message": "flake8 fix\n", "proba": 1.4749981858130923e-07} {"commit": "0cdcfb0b1c0d1699d35c16b3a7e3b8c3221c664d", "message": "routes: change \"/search\" to \"/query\"\n", "proba": 1.2125374269089662e-06} {"commit": "91d703cb3d31a479c42e109634ae3cb3055c6406", "message": "log some I/O multiplexing syscalls\n\nThe list should be extended in the future.\n", "proba": 2.0917455856306333e-07} {"commit": "b0c32841fc118966d37ac9f9cc108a30130723c4", "message": "Activate venue link.\n", "proba": 1.252978023558171e-07} {"commit": "8e540146d272c0b23fdf9e2d9b7aee18c307fcd2", "message": "optimize recursive implementation by adding stage_size to arguments\n", "proba": 2.330171582798357e-06} {"commit": "e3acfa870e5bf321a990c69ce91ff8f59d3ac669", "message": "Minor update\n", "proba": 4.4757166506315116e-07} {"commit": "5689211179c213730ebe259eae9a10e65d6c824e", "message": "chaos\n", "proba": 6.14831515122205e-05} {"commit": "5e3f63344a9b26491bc11a77553db88f401d97bd", "message": "Another small django 1.3 update\n", "proba": 1.7753129100128717e-07} {"commit": "cf0ac920191321984febd8265d3d251ed8e8e3d3", "message": "Changed the message line of RouterInUse class\n\nImplements: Changed the message line of RouterInUse class,\nso user will not get confused with active or inactive ports\nwhile deleting the router.\n\nCloses-Bug: #1236372\nChange-Id: I7a82550e2c6051f9e4940a8f1dd4401059e0a8d8\n", "proba": 1.4779468529013684e-06} {"commit": "700f5d2130f3fd8a79e0a58400eeb3e6feb3d7e9", "message": "Suppression des os.path.join des media et static.\n", "proba": 1.064100771941412e-07} {"commit": "c5b50014440ea6bfa8599cfbcbfa013b2398bc97", "message": "Fixed missing extension in create_waveform_task\n", "proba": 5.88268505907763e-07} {"commit": "c8be1a1be91e8f4458307e8d6bde139991d043e1", "message": "Add popular IP protocols for security group\n\nThis patch is a follow-up of\nhttps://review.openstack.org/#/c/252155\n\nChange-Id: I9ce3dd4ef0400b134f67b9e9cbf2e09cee7ebb01\nRelated-Bug: #1475717\n", "proba": 5.927834081376204e-07} {"commit": "348512c5d84c0e305a7b86a38c1e7b3d9c942924", "message": "[dotprod] hack: delete bytearray to reduce memory footprint (details)\n\nCurrently py.test observes huge memory bloat (3GB+ for the Tile tests)\ndue to the failure to free test objects: Model, SimulatorTool, or\nat least many of the children the point to.\n\nAfter lots of memory profiling, the vast majority of memory (80%+) was due\nto the byte array which is used to emulate the physical memory. The\ncurrent temporary solution is to simply zero out the contents of the\nbytearray after the simulation completes.\n", "proba": 2.0062554995092796e-07} {"commit": "4bed78eed639563f8c1a23d4d83cf1424e9c5f82", "message": "fix return value\n", "proba": 5.789792339783162e-05} {"commit": "4201c8948877b338d883890923de2bf72692d67a", "message": "Adding spectrum and SNR estimation support\n", "proba": 1.5744008408091759e-07} {"commit": "5cd416baf32d44fb5e539f3e8f4419948c1cbed0", "message": "Perf improvements, part 2: don't reuse the CSSMinimiser object\n\nTurns out it accumulates all the CSS it's seen so far within the\ninstance, so post N has to deal with N copies of the CSS. Creating\na fresh instance each time makes this substantially faster.\n\nWe might be able to go faster by parsing the CSS once and then\nonly feeding in HTML, but that's a bit more fiddly.\n\nOn a small site, this takes build times from ~9.5s to ~1.5s.\n", "proba": 8.19885713099211e-07} {"commit": "e4401ca646eadd20619f6d47bcf477c63e8d094b", "message": "Minor bug fix in load_numeric and changes in doc string\n\tmodified: settings.py\n", "proba": 2.248322772402389e-07} {"commit": "16ae15dab4fdadac6f44d1193e7b0a1876d693f9", "message": "print parameters of the tfidf run as well\n", "proba": 1.7530058471493248e-07} {"commit": "8262dc3c1332adcea186d7afc5ec3c7de2eb791d", "message": "Restore the settings, hopefully fixing the tests\n", "proba": 2.3482225230964104e-07} {"commit": "12e7dbe0c095969ed5f680561194381a41e28e31", "message": "Add more docstrings to DiskStorageBroker class\n", "proba": 1.4589961949695862e-07} {"commit": "b1be68d53c866a3e38d33aaa1ca0ea1a49cce36c", "message": "Maintenance\n", "proba": 2.398020569671644e-06} {"commit": "6a040bd1c7cc50ab1701c3313b01af7014e50871", "message": "put image tasks into their own queue\n", "proba": 8.471032515444676e-07} {"commit": "96b4f444411e353993da801cb9bb629b6a214f67", "message": "Switched to first() from one() to avoid exception handling\n", "proba": 1.9441656604612945e-06} {"commit": "63258c0ca61cf6fa97f9cffb54961a81bcb117f1", "message": "Edit config file to add pipeline infos\n", "proba": 1.7056385104297078e-07} {"commit": "a5cb97c414e372ffaf94131533f7f4b8b9825c52", "message": "fix 500s when custom reports are not found\n", "proba": 1.5885461834841408e-07} {"commit": "ae994bf63706f7911a720ea913de7efe7bf8c6f2", "message": "Fix camera test script\n", "proba": 2.0550505723804235e-05} {"commit": "a461284723a1df8ab096cc3b02961e3fcaf22b94", "message": "split-cl: Use owners client to suggest owners.\n\nChange-Id: I7aab38306e0699de465d0d2ab83dd37c4a099eee\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2669149\nCommit-Queue: Edward Lesmes \nAuto-Submit: Edward Lesmes \nReviewed-by: Josip Sokcevic <4606aec58cba917397ff2e4738f995e4758694f8@google.com>\n", "proba": 7.306394991246634e-07} {"commit": "070d626aa887a8105d4b01bd8acdd23d664f972e", "message": "Added the chairs app to INSTALLED_APPS.\n", "proba": 1.1059917426337051e-07} {"commit": "4e081d53db9af044c061111ed055a36188e359a6", "message": "fix index_add for complex\n", "proba": 2.395074488958926e-06} {"commit": "df0ed2eabc0ace9e932307c2e21b4efee6567cd6", "message": "Add error checking.\nAdd error log to output.\nAdd json files to output\n", "proba": 2.0748159386130283e-06} {"commit": "9146c14049fe832096912a84d2e4e61d03065127", "message": "Use Bootstrap's jQuery for main.\n", "proba": 1.1532598165331365e-07} {"commit": "6eae1042f6a52a09c547c6219183a15462025507", "message": "PEP 8\n", "proba": 2.0707069836589653e-07} {"commit": "fc37ef3fa6d749127b84bc9ac732cd295496c467", "message": "image downloader\n\nkeep a local copy of card images, optionally (default is disabled)", "proba": 1.0441085152024243e-07} {"commit": "50f3ea9e65c1345d0cc0929be660c09d46fd59c6", "message": "Add 'af' to non-supported locales. [bug 631327]\n", "proba": 0.9999988079071045} {"commit": "4eb32855f317d4060dd7bff89489a6df765f45dc", "message": "category printed at correct position\n", "proba": 7.906426731096872e-07} {"commit": "f99a05e51db05a946ad6ee992aba80b95adffd7d", "message": "Add django-tagging in installed apps\n", "proba": 4.5384709324025607e-07} {"commit": "f37fbb816e70f89bd391868ad05fac28d749db99", "message": "One last time. _Now_ code highlighting should be working correctly.\n", "proba": 2.1119345205988793e-07} {"commit": "35a47577c3c18083214327a2f8c13db3f06cca02", "message": "SD-405 : On test/development server redis and celery worker should be setup\n\nAdd the option to set CELERY_ALWAYS_EAGER through env variable\n", "proba": 9.208301889884751e-07} {"commit": "0469be5474db2f272ac80d5765c95974db6229b9", "message": "Alter admin info\n", "proba": 2.3471926624551998e-07} {"commit": "26a89b69cce62a1c3e2ce11acba1088a56f3e525", "message": "No need to have SECRET_KEY in settings.py if it's in settings_local.py\n\n\n", "proba": 1.945365875144489e-05} {"commit": "0d09873c57becee661372d97eaad4a73f6bc112f", "message": "refactor pulling out logic normalizing attribute chain for reuse\n", "proba": 2.606816906336462e-06} {"commit": "c5440efa3884aa6a691074ed61a96fd7e7f80a02", "message": "Abstract client shouldn't register on_connect as it doesn't even have one!\n", "proba": 1.0870437705534641e-07} {"commit": "81a2c22f74a0d9f54e940d9749b51dfb410a8708", "message": "Fix blank line detection\n", "proba": 0.022435620427131653} {"commit": "c353e7fcbeeef59e8410e0963a70d4997679cf6b", "message": "fixed problems, going to remove nonMR code\n", "proba": 1.2730093601476256e-07} {"commit": "628377cab6aee730d71aae857413d3877390a6ca", "message": "Bugfix: now always requests 24 bpp mode in linux, regardless of whether alpha requested.\n\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@287 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 6.753858542651869e-06} {"commit": "41e9032db1411e8ab316168cf994711153e483c4", "message": "Make help text correct for both CSA and TV testing.\n", "proba": 3.5813736758427694e-06} {"commit": "03cadabccfe162a699da0f6f2a3e0fba9a34a3e3", "message": "localdata - use bulk sql methods from account code\n", "proba": 1.2872624211013317e-07} {"commit": "0d52ea66102b7a7c6144c8bfb9c8d3f3a46756ec", "message": "Handle workflow step out list with objects.\n", "proba": 1.6040159778185625e-07} {"commit": "fcb95a27cd6ffe2dc3fd486cd4d7f925860de2e3", "message": "corrections\n", "proba": 2.0655879779951647e-06} {"commit": "22be1906a789b3ba4cb78ac30877fbcf055819fd", "message": "Sets DOUT to 0 when closing.\n\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@276 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 0.000418398849433288} {"commit": "8a1cbc435f7786316dd35087db6b8a67d8724afe", "message": "Minor: Improved module docstring. Add release name to log.\n\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@724 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 2.008216824833653e-06} {"commit": "e6d8f54ac83f26e8954670d421cb6e366ee007c4", "message": "Minor: Added 3D->2D conversion functions, e.g. Viewport.eye_2_window()\nMinor: ReadPixel tweaks to use DMA on Mac OS X (approx 2x speedup on my machine)\nMinor: Allow colors to be specified with 3 (RGB) or 4 (RGBA) values\nMinor: Added depth_range parameter to Viewport\nMinor: Use warnings module\nBugfix: Allow go duration to be 0\n\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@1060 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 1.2805291589756962e-05} {"commit": "21679b11389a8ed794a579768ec67d5051f8d0de", "message": "Modify method descriptions\n", "proba": 1.5942267737045768e-06} {"commit": "a737a5e65a950dd1d62286beaed0cd4203a47644", "message": "Fixed light map calculation in Model class\n", "proba": 1.7363258564273565e-07} {"commit": "a42fdf17d883da93912247da7ef3a0ff61b4d4d5", "message": "Fix small typo.\n", "proba": 0.002820118796080351} {"commit": "9a57f2d2098ea28cba6aa63e3ac04ada4b4573e5", "message": "adding a log format that includes timestamps\n", "proba": 6.658348866039887e-05} {"commit": "fc95faf3c2106deb0977128361295640bc5e346a", "message": "Fix several bugs\n", "proba": 5.542191047425149e-06} {"commit": "da90866987c26e72440224f9fa1c7f18051c6f90", "message": "Fixup snapshot\n", "proba": 5.047670015301264e-07} {"commit": "e20a4caaaade3a61ae6cb3bf59305d376315d718", "message": "Fix the printing bug again.\n", "proba": 1.5921878571134584e-07} {"commit": "f17740f5897f2ab4d45cdec3f1f57777225ad56d", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "62da0a5c265d656b840d69bbd9a69c8fab62e11f", "message": "setting up clients to use sock pools (fingers crossed)\n", "proba": 1.1421558099300455e-07} {"commit": "7c558bbe8ce2321dbd1e95af28d0658db379e4ba", "message": "update sofastat to read cupti memcpy\n", "proba": 1.387187467116746e-07} {"commit": "2bf8222568098b78cb5139a9066c627a66724047", "message": "testing fork remote\n", "proba": 4.3809521343973756e-07} {"commit": "360f74d710c612c42536669a29f05fcd69f8477a", "message": "Check if the filename substring is present before applying the substitution.", "proba": 9.226225188285753e-07} {"commit": "95ddc2663b029cfe41ee0aff54642a7a7f2115db", "message": "Fixed Face normals calculation\n\nUsing flattened triangles array.\nConverting vertices to float array.\n", "proba": 1.153412725329872e-07} {"commit": "877310ee38c42b576a755e3358bcf6f01d7d53a2", "message": "Added test case function.\n", "proba": 1.3335160531369183e-07} {"commit": "a1e4b790dda732f4b40e623950c9f6959251b6d7", "message": "Handle actions correctly in last.\n", "proba": 5.453017001855187e-05} {"commit": "1cd7c9a31acbdb94ee2a7a74452ed23687473602", "message": "Avoided check for None in Face\n\nUsing tuples as default parameters doesn't need None\n\nNeeded to avoid problems with mutable types\n", "proba": 4.85462078358978e-06} {"commit": "d384ff5e25f96a53c0044e0caa341f32893364d0", "message": "\u30d0\u30b0\u53d6\u308a\u30d0\u30b0\u53d6\u308a\n", "proba": 9.126627560362977e-07} {"commit": "4d9241d0e933692eba573f0bedd1a71c012752ce", "message": "Refactored verification code, other changes as per code review (HTCONDOR-527)\n", "proba": 1.0192313482093596e-07} {"commit": "995b8ca0b8e8d1c9c61500495248ac473adef41b", "message": "updated PLUGIN_VERSION global var\n", "proba": 1.7514066996682232e-07} {"commit": "02e80348b3f32565ca96bdc46b5f418d45b3595b", "message": "added clone methd to bedregion and a bedstreamer object\n", "proba": 1.2443659613836644e-07} {"commit": "25123f3049597989379576f9968c9947e2a22638", "message": " FINALIZING THINGS\n", "proba": 0.001056515728123486} {"commit": "216e4497c02b7de967fb634b8131b84e0b178900", "message": "Allow text values in JCAMP files without brackets\n\nAllow text values in JCAMP files which aren't surrounded by angle\nbrackets. Remove angle brackets only if they indeed surround the value.\nTry parsing the value to numerical types, and return a string if parsing\nfails.\n", "proba": 3.178678298354498e-07} {"commit": "4ac0fae75b3e9d2a4c011a87310c910762c84cb1", "message": "use @admin decorator (#7022)\n\n", "proba": 1.2761150003370858e-07} {"commit": "561b020e02adafa59226c30100ac1ac256762980", "message": "Tiny output tweak.\n", "proba": 1.8536806578595133e-07} {"commit": "9a54a4dbf26bd1d9029b128f0010df2a75e04636", "message": "brewfix Python 2 compatibility\n", "proba": 2.3875207944001886e-07} {"commit": "b727743eccecbd1d85c4aab1493b82f8717118e7", "message": "minor fix in proposal merge form\n", "proba": 1.6616019138382399e-07} {"commit": "662b0e86feb2756e0f20ec31bf56e78b8196f30f", "message": "Start stream logic\n", "proba": 6.882127649987524e-07} {"commit": "151cfe51d913699d2db4d314609be78b4af6bd55", "message": "Fix update_content, will not break if item is soft-deleted\n", "proba": 6.218244266165129e-07} {"commit": "cee29d28dc75e5acb3d8a2f572dc822453e42e3c", "message": "Make volunteers admin more usable\n", "proba": 1.0007487389884773e-06} {"commit": "2a4995965cc66a62321d1696c6fe6c1288489981", "message": "Update docs & code to fetch feature descriptions (rdfs:comment)\n", "proba": 1.033748802115042e-07} {"commit": "dcca87dca5f54b7691ebc231047fcad03f6070e8", "message": "only page teams for ellation account services (#194)\n\n", "proba": 1.1274345013134734e-07} {"commit": "53cf3a3882eda7239ab361627a614c9c65cb6e59", "message": "Added total successes/failures for each class in HTMLLogger\n", "proba": 1.813735366340552e-07} {"commit": "c1bec1e99b23b6e235b0f4d666b083e0e5d0899e", "message": "added django-like exclude method to search request (#530)\n\n", "proba": 1.1014593326308386e-07} {"commit": "baf29c376f4166fe5523fe7803a8407d4314d683", "message": "Minor formatting change.\n", "proba": 1.8108663368820999e-07} {"commit": "119bb823a9b8854a429b571a00c8bee178cd9a61", "message": "writes a ~/.tail.json which is human readable\n", "proba": 4.4056272599846125e-05} {"commit": "36121028159285e0b46887c1b2df5faf6504fae3", "message": "base: add stream API\n\nSigned-off-by: Bas Westerbaan <1d31d94f30d40df7951505d1034e1e923d02ec49@westerbaan.name>", "proba": 1.2475624089347548e-07} {"commit": "05d913421023fd3fc523d96eed4fca0c7f810ab2", "message": "Use official neo4j docker image\n", "proba": 1.4720977503657195e-07} {"commit": "70ca12c1b635d52ad60497d578a9fa88cb9a03fc", "message": "test actionAngleAdiabatic actions in C w/ interpolated potential\n", "proba": 3.953462339723046e-07} {"commit": "189e95ce47d81346fd6887bbe59de97e0526842a", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "7b72972cbc9fbd267160d8d3282e1d0ec888de98", "message": "removed typos, end of line chars", "proba": 1.4673001942355768e-06} {"commit": "9b820e63b344e85d27b2f49e5cc9cf0698163ce5", "message": "update recognize code for OCR task\n", "proba": 7.992121595634671e-07} {"commit": "5ec07c7858d91ac0b055d895051e0fc27e41afd0", "message": "Plot pareto front for completion/cost.\n", "proba": 1.0667954342125086e-07} {"commit": "934a4cf393d7950ff95dab085b5c6587c67dc8bd", "message": "Removed dependency search for headers\n", "proba": 3.662912888557912e-07} {"commit": "f2920bd8dd7525b53b4bc8cf21c134eece7136c3", "message": "Modified expected output of a test because of a race condition. See Bug #796820", "proba": 3.6068502140551573e-07} {"commit": "17b5927a7f25474b41a52528b1fb024981f8e36f", "message": "incorporated ImageNotFound instead of NotFound", "proba": 4.940644657835946e-07} {"commit": "e02ee0294f9a6396c44e604d11e7f8adf24d33b4", "message": "implemented review suggestion EAFP style, and fixed test stub fake_show needs to have image_state = available or other tests will fail", "proba": 1.2855424813551508e-07} {"commit": "f2b02ae952454ab5676d976f9355e0af018dd0c6", "message": "Bugfix: fixed error when stderr could not be opened\n\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@750 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 5.831408543599537e-06} {"commit": "09305180a4c36c33e3ff3cf8330f51e116237128", "message": "Change to rprocess_plug_in_packages() in gen_robot_plugin.py.\n\nWhen not in debug mode, we want to have \"Processing \" +\n call_point + \" call point programs.\" printed.\n\nChange-Id: Id82af7afeb6c59673c1976252b0fd087b3866937\nSigned-off-by: Michael Walsh <10404802c7de463f402c4a18638106ca1b12ef61@us.ibm.com>\n", "proba": 3.2788091175461886e-06} {"commit": "04b98c37ccf8e6bd37f8b94aef72a862fb271584", "message": "Config drive: delete deprecated config var config_drive_tempdir\n\nCommit 6e15d787fffcef8c4299fbaf1d5c715af1a34fa2 removed the use\nof this configuration variable.\n\nChange-Id: Ifd5baa8b7d579b0959cdb57b1335380a4129d652\n", "proba": 7.954828470246866e-05} {"commit": "b7cf8af4e0c255fed7d424765f3bcb1dc98791da", "message": "fix perf issue caused by adding SeeMySupports to self.navbar_actions on each request\n", "proba": 1.7312696343196876e-07} {"commit": "12fc32f176a95b3732a5b552a22d52a9515244fd", "message": "If the image already exists, assume the imaging is done\n", "proba": 7.841780643502716e-06} {"commit": "938a7fd2f09f4116ce5bfd67bd9545233feba22a", "message": "Generated Code: Use digest for integer or longs only it it shortens.\n", "proba": 1.5924247520615609e-07} {"commit": "32c88e5246dbaa353f387c72aead8224c035f21d", "message": "parfor lower no array bugfix\n", "proba": 4.510090093390318e-06} {"commit": "3c23f6d51c116b4c8889522853e1763b642f6aff", "message": "Remove unneeded main function in ktServerControl\n", "proba": 5.856381903868169e-07} {"commit": "a94c7f8db3567d91c0b4be0aef36288acb772c6a", "message": "Updated docs\n", "proba": 4.153740462697897e-07} {"commit": "7b50608412dc41f79984aca28abd3019ac513394", "message": "Remove un-needed functions.\n", "proba": 2.7817415684694424e-05} {"commit": "e82a94e1afad588179caededa2906205d4b9fab5", "message": "Handle bootstrapping option when building numpy.", "proba": 1.737704167226184e-07} {"commit": "e6a8a21d998f9affe228c2082a0728e5472a717c", "message": "update bump\n", "proba": 5.155971507520007e-07} {"commit": "28f9bb9f222c6dbdea4cc986b8f43ee7e1205cde", "message": "Automatically build .c from .py with cython.", "proba": 1.1754755036008646e-07} {"commit": "d29364ddf3d2be7d79d19ec12d80e24a9ff44626", "message": "Updates TUI tagline\n", "proba": 2.43727953375128e-07} {"commit": "74b0899a2d6de3166162bd6e457fc1740f521411", "message": "register python regions before calling network __init__\n", "proba": 2.21665544586358e-07} {"commit": "b32cd48ea04152e4105a931f7ba33bdc7cdff908", "message": "now it only downloads input files and runs cpp\n", "proba": 1.3307717949828657e-07} {"commit": "d37a6485dc18b9d7ab4477536bc609ee01533b64", "message": "Add scanning of specific page\n", "proba": 2.3146780847582704e-07} {"commit": "36385e1736c7eb8e2e10a4a8d897a569c981ad34", "message": "Fixed white spaces\n", "proba": 9.139866961049847e-07} {"commit": "b399ce1e3dfcc6c1398718dc458a7d47e904bea1", "message": "Fix xen-hvm and KERNEL_ARGS\n\nxen-hvm doesn't have KERNEL_ARGS, and I just changed blindly all old\nextra_args to HV_KERNEL_ARGS. This makes xen-hvm work again.\n\nReviewed-by: imsnah\n", "proba": 7.466932174793328e-07} {"commit": "ced437b3091bfe17afb8f8ea9107621fce7555ff", "message": "Change the default upkeepInterval to 1h instead of 5m.\n", "proba": 1.1826493562239193e-07} {"commit": "61809ad2c0a21126531a36bf14b16c782a489d91", "message": "Update mae, mse\n\n1. Ordered the functions\r\n2. Made `keep_dims` flexible as suggested", "proba": 1.6712134254248667e-07} {"commit": "0d5462f446f4fd9ae682e0fad23d737551b48c7f", "message": "Remove \"Twisted is used if detected\" from supybot.drivers.module\n\nThis description is no longer accurate as the autodetection code has\nbeen disabled for almost 3 years.\n", "proba": 1.0470081690527877e-07} {"commit": "fdb6d693eca995768fc5b9cd8ca61cfa84eeeb4c", "message": "use tools module\n", "proba": 8.385886758333072e-07} {"commit": "03b78038c00d021837d5340eaa8e4d3bd671785d", "message": "PEP-8: != rather than 'is not'\n", "proba": 0.0002079443511320278} {"commit": "98ba536b0fe57f8f023b53fa7749e465b1424eb3", "message": "Python 2.6 fix\n", "proba": 8.608309144619852e-06} {"commit": "377912b53b080aadf6ef5f98439c7ca79d1f8d1a", "message": "Improved Face class\n\nStoring original (not normalized) vertices for partial Face change.\nStoring coefficients for partial change of the Face.\n", "proba": 1.0991340104737901e-07} {"commit": "2f3fb7f8ce1d9591e075b03d683a5dd3bf409873", "message": "* Modify sys.path when running as a standalone app egg to not find any external wx or numpy eggs.\n", "proba": 1.028941127856342e-07} {"commit": "76fd952cae3581a306abd929f431ccf1beada76d", "message": "Added generation of sub class lookups for derived mappings. This is to support mapping lists of abstract resources with the correct mapper.\n", "proba": 1.0026242591720802e-07} {"commit": "a5be1b8bf4326b2405f82d21b88f29b40db697ca", "message": "DOC: adding parameters in the ClassificationReport doc\n", "proba": 4.239844031417306e-07} {"commit": "7d08a9de486ea0877d482650552fd184ff902efa", "message": "fix some merge tests\n", "proba": 7.41248186386656e-06} {"commit": "95ef531cb2c13c106a8fa5d81c7e9cf9fccdcd2e", "message": "Let's change the default for supybot.databases.user.hashed.\n", "proba": 1.1171095337658699e-07} {"commit": "9fa79df4f7e55c37954531af19dbf5145ea8c304", "message": "Device art support for Nexus 7 (2013)\n", "proba": 1.0187979881948195e-07} {"commit": "c1409c66ac9af9c35d84202455621a15aab1a3dd", "message": "Made manage.py executable. ./manage.py ftw\n", "proba": 4.404629976306751e-07} {"commit": "16235caa2b8387a1d548e7b044bfec38b6ea390f", "message": "minor changes\n", "proba": 3.7436623756548215e-07} {"commit": "4055f3c8ef5941ed12d750f9466303c73d395a2f", "message": "actually dont send anything\n", "proba": 1.1624856455227928e-07} {"commit": "d5ea44e38a9b3f233781561b21710d4431c1760e", "message": "Fix tabbing in from_2_0\n", "proba": 1.8178756135966978e-06} {"commit": "998b7e3f9e9565f604ee655b6c5c7ff4e3de533c", "message": "flake8 edits to retrieve.py\n", "proba": 1.2681176997375587e-07} {"commit": "fb7564c3f2598b400dab413aef8f389bce892712", "message": "Small fix\n", "proba": 3.271289870099281e-07} {"commit": "786049e966f92b6bc506b6ff4f119331f1cb9499", "message": "error handling for bad replies\n", "proba": 2.872285733701574e-07} {"commit": "b8b81deba021d5f103e50e3cf2c259234ce79bad", "message": "Make validateNettest work like validateInputHash. Previously the code was clearly redundant and thus probably wrong.\n", "proba": 2.1743184674960503e-07} {"commit": "98a12a22f06aa1449aae2e7d4af7a6f45f02f154", "message": "client model created\n", "proba": 3.7018403986621706e-07} {"commit": "6315c19e17f5c1931e0e3a52517f15c8b1b24d85", "message": "mesh docstrings\n\n", "proba": 6.797804985581024e-07} {"commit": "f267c7e21a98b53518f543c8ac1a8b6ee35a3a17", "message": "sites framework\n", "proba": 1.7551213886690675e-06} {"commit": "8aa42122b858a2b2cfb6bc757bff41912f782db7", "message": "Use bytes as input to long conversion(s)\n", "proba": 6.947749966457195e-07} {"commit": "9dd1fb233619f99bf1c7e274eed6d787eb93a70c", "message": "r\"\"\" instead of \"\"\" at the start\n", "proba": 3.751056738110492e-06} {"commit": "fec843aa688866c1c1b77eb1278d894a52b558b8", "message": "Fix python syntax warning\n", "proba": 0.0030119679868221283} {"commit": "69270e430b8ef7c3a11b7ab234136f76e432a62a", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "bddb575f3ba252b3197b32ba21bd4b97ca1a1e20", "message": "brep_x -> breps_x, completed docstrings\n", "proba": 4.512964551395271e-06} {"commit": "f7cce95a31eb5fb05379037087dffaea217355dc", "message": "if no anchor\n", "proba": 0.003717925166711211} {"commit": "e099e3a92425615febe7dd32620cb33ffed216e9", "message": "Reverted example project's settings\n", "proba": 2.346143048725935e-07} {"commit": "07aa3eb8334dbcd30aafce1563136b74e0c3c569", "message": "Modify docstrings of Core init file\n\n", "proba": 2.795277111999894e-07} {"commit": "36d811cfe3606c907bcbe85d02c0ee3d40124f28", "message": "Added logger message to Cubic init notifying about front/back switch #api\n\n", "proba": 1.4750911248029297e-07} {"commit": "b3bbbbe4e81ef89d89b050e63cd25435bf21fd52", "message": "removing grid option from _generate_grid [ci min]\n", "proba": 1.8750877472939464e-07} {"commit": "162f3d4b05f6c654550e289c4b8b28cedadcd951", "message": "fixed bug in check_geometry_health that reported no problem when no geometries were defined\n", "proba": 2.767368130207615e-07} {"commit": "271a8e137ae639f125fec40e66f17dd8fae91bdf", "message": "Enhanced oq db [skip hazardlib][demos]\n\n\nFormer-commit-id: 906810ad53472b468cc645b337fb72edf68e9609", "proba": 2.9305459747774876e-07} {"commit": "7d79cdb922781d35e1baddcbb4e679f8e9e61e2f", "message": "Changed the API of oq db\n", "proba": 3.142475293316238e-07} {"commit": "29b7b91d9f16874ccfbaece6eee27497a50b248b", "message": "Added missing import\n", "proba": 2.269983809810583e-07} {"commit": "dfef5b016c03305f3367e4fcefa21b087ac8ccdf", "message": "Patch version 0.15.3\n\nFix Vagrant bug (previous version of vagrant used an unsupported\nUbuntu distribution).\n", "proba": 1.0085585699926014e-07} {"commit": "82900d727f55495c03d039c6224221af8a3d6be5", "message": "Try loading all policy files even if some files are invalid\n\nThis change ensures that horizon tries to load all policy files even\nif an invalid policy file is found, so that horizon can use as many\npolicy rules as it can parse.\n\nCloses-Bug: #1917483\nChange-Id: I24f8da71460129ee7162af5f307a7e405addb15d\n", "proba": 5.52218489247025e-06} {"commit": "d34f4377edbcd8ae7a54ee3a6642d0e8fc4626f4", "message": "testing\n", "proba": 1.6199514902837109e-06} {"commit": "bdb6fece6b84b5ab8a5919cfaf0061212837ac7a", "message": "refactor last item resolving\n", "proba": 1.0644382655300433e-06} {"commit": "9f86996bacec786da87ecb6474616e0d039ec589", "message": "Update condition accordingly to PEP-8 [WAL-413]\n", "proba": 1.1724213067054734e-07} {"commit": "59cea033c99b28b45706ea6cb87ac9dfd0ee2716", "message": "Cassandra repair is required only in config nodemgr to\nrepair config services keyspaces.\n\nChange-Id: I75c7af9e35e46cdc236f7bf80f954f238ca1e648\nCloses-Bug: 1578826\n", "proba": 6.025739480719494e-07} {"commit": "826711a13ef09e0aceaa3b4c25b27b70a8e2b665", "message": "Set ids to self.train, self.val\n", "proba": 0.0001625803706701845} {"commit": "fd63cdf085288737d1dcffb2b97f8720171ebc08", "message": "Simplify BERT modeling, use keras embeddings (#253)\n\n", "proba": 1.1957459378209023e-07} {"commit": "9cf1d26204332a7a671efaa9f6709db1513d6ad4", "message": "No longer need to use full path in worker\n\nstoneridge.run_process already takes care of that for us now\n", "proba": 1.1544977951416513e-07} {"commit": "bc2b9004e6fab67e91e75b81cd1ac98390dedc87", "message": "Updated Banner\n", "proba": 2.655786488503509e-07} {"commit": "e757cb9750a8a3dcb7b4b4f19ac184aee2940bec", "message": "Removed the servers keyword to registerNetwork (it was useless) and added an append method to the Servers class.\n", "proba": 1.0538180106323125e-07} {"commit": "910ad6dd62a0d154f69c1b161d04a18c71f86f51", "message": "core: make network.channels and channel keys private by default. Otherwise these can reveal secret information.\n\nSigned-off-by: James McCoy <91ae71a1168cea0b65ac9975da69d5a7753116be@users.sourceforge.net>\n", "proba": 1.2442568220194516e-07} {"commit": "6f94603896281b1f52d0ac694776cfaae4a01f91", "message": "Remove remote doc config as that was checked in accidentally\n", "proba": 1.7950681296952098e-07} {"commit": "423e386430f03b7819f5f1f7351f807693a6103d", "message": "tls.TLSSocket() now longer checks hostname or hash algorithm when performing manual validation\n", "proba": 1.393688933148951e-07} {"commit": "4ce3842e666c07992ebdc454c1cf22256dc21a58", "message": "revert\n", "proba": 2.2110909867478767e-06} {"commit": "c51baa8578e9dee743e860755b5ce2681bc0ac79", "message": "Adding helper functions to add tasks and mark them done.\n", "proba": 1.4282899485351663e-07} {"commit": "0c4a564d9c2ab7dd6eb36805525d01fd0832ded6", "message": "Use a for loop to set the defaults for __call__ params\n\nInstead of setting the default kwargs based on a repeated\nsetdefault() call, just use a for loop to set the defaults.\n\nChange-Id: I5c7fd22856912545bf5f95fd07568375dbecbe5b\n", "proba": 0.001163219683803618} {"commit": "aba4cb6006480a25c3d456678560093ca75d6c16", "message": "Starting to implement key expansion.\n", "proba": 1.1018837398069081e-07} {"commit": "a8af12c8200ee9e0fafe9f35b761eba72274a8a5", "message": "add DRF urls to osmaxx's urls\n", "proba": 2.8399654183886014e-07} {"commit": "363f6db9afee4b54d7ebe8e04ac439356c082d14", "message": "processing with standarized data\n", "proba": 2.0192698002574616e-07} {"commit": "ec912d50740b5ee63f705c08c9487d0a108a04e3", "message": "[fix] Protect against empty files\n", "proba": 2.5883664989123645e-07} {"commit": "174703f775012614600f7edaaf18a2b607425815", "message": "Re VIV-417: Complete wiring up two separate \"eilmeldung\" articles\n\nThis can sensibly be caught only by an integration test, which we now have in z.c.article\n", "proba": 1.0278250783812837e-07} {"commit": "e0fdeeff45b4a2712d995598caebb5a4ddfa3e2a", "message": "Missing dependency.\n", "proba": 3.7576984368570265e-07} {"commit": "d742c7d7f65c9e2e61d6bd65e8b1d50c6581aac1", "message": "Fix output dump on error.\n\nOnly dump it when we weren't already emitting it.\n\n(sapling split of 59f178bb37e74f8b9c9a694d4150c435bdf5d9d4)", "proba": 1.6645692539896118e-06} {"commit": "722448cd7cc933e51a018b7a41d71d91cf0ae4eb", "message": "Resolved #53\n", "proba": 1.5042921575059154e-07} {"commit": "31d85a6dbf5ea3b66068a46e9606e4ef1c15b14a", "message": "[mugen] Changed peg to BSD license.\n", "proba": 1.0221535262644466e-07} {"commit": "a69bffe9fb81d0991d0a0eee83389f959579c442", "message": "Xfail test for toolbars\n\nToolbar default was switched from hidden to shown during config refactoring\n\nSee commit a32de61ba038da9a1435c15875d6ce764262cea9\n", "proba": 2.3864782860982814e-07} {"commit": "7492dc6daaff0d3dfacc7fde71bbf57d0772d31a", "message": "Added AWSDeploymentReporter class\n", "proba": 1.3635832374347956e-07} {"commit": "d1fca1ba183a41814a37d44e393b35828b2bb020", "message": "Remove unused methods from core.py\n", "proba": 7.112877824511088e-07} {"commit": "4d4455e7b06cbb9edbdce4139d0b5e9d4cae4c17", "message": "Updates for disc", "proba": 1.6004450742457266e-07} {"commit": "9daa2372c7f973f49fe95f3858051ea876b9cdff", "message": "Update src/condor_tools/htcondor_cli/annex.py\n\nCo-authored-by: jasoncpatton ", "proba": 1.227955976901285e-07} {"commit": "34d89098f4f03d867ea516c4f65115c4da07629b", "message": "[VNC API server] Optimize sending UVEs during initializing\n\nUpdate the method 'vnc_cfg_ifmap.VncDbClient.dbe_uve_trace' that's\nsending UVEs to be faster and use a greenlet group to parallelized it\n\nChange-Id: I548711065a9d46b4119b8636fc9e23f67d9d2835\nPartial-Bug: #1589014\n", "proba": 5.148915533936815e-07} {"commit": "94e65cffc38812da73784184db5f41bd2a4f2ee5", "message": "Removed redundant rotation property from View class\n\nNow rotation is fully defined by Face instance\n", "proba": 1.148644273030186e-07} {"commit": "8c7e928ce36903f065d14b9188f317a6bcfa095e", "message": "data for 2009-2010, many laws have no download link\n", "proba": 1.3117728769884707e-07} {"commit": "c2882e521d507a931ed738f1315ff6a35a583145", "message": "Expose exactly the class_builder method\n\nThe others can work independently, but there is no need for clients\nto make use of them.\n\nSigned-off-by: mulhern <7b51bcf507bcd7afb72bf8663752c0ddbeb517f6@redhat.com>\n", "proba": 1.7434109622627147e-07} {"commit": "d5c177b9da065026c95f85e9031c581e81bcf0dd", "message": "new diag naming\n", "proba": 3.2888635814742884e-07} {"commit": "cc0f23ca82c04cf875ce04a8e65eccda2d5a4650", "message": "new more generic poll support\n", "proba": 1.4235521916816651e-07} {"commit": "c01299bc532f66734d76a340797e852558f3ad1b", "message": "Drop support for non-marketplace request-based items.\n", "proba": 1.1062174820608561e-07} {"commit": "33bf74d0453a71d3d4a86ea5ab82edca348f74ac", "message": "Adding missing user test\n", "proba": 1.6490312191308476e-06} {"commit": "d957b6e23557e5b1b68fe95001132e9c67023f67", "message": " improve printout\n", "proba": 2.3870181848906213e-06} {"commit": "f10b93372ab5ccb0188d19f09bda618c2608f630", "message": "stepconf -don't use abs component if we don't have to\n\nmotion supplies a spindle command in an absolute form now,\nso we don't have to add an absolute component.\n\nSigned-off-by: Chris Morley <663b38f0e776e9171484159033cf8a402a4c1654@hotmail.com>\n", "proba": 1.2055565434820892e-07} {"commit": "60827fb47e1e3901ecdfc5dd964f48266d3f5dda", "message": "ENCD-5870-fix-bdd-submitter-test\n\n", "proba": 2.839605031113024e-07} {"commit": "42314495c28af40ab86c74dcafcd41b6e982f038", "message": "fixed typo\n", "proba": 2.684115770534845e-06} {"commit": "c848233574cbdb3a19420f258fb854c923b6c570", "message": "improve anscombe example\n", "proba": 5.317384420777671e-06} {"commit": "c950bd5d1f641bd53e267b4116d21e8f901c69d1", "message": "Removed parenthesisg\n", "proba": 1.6175184782696306e-06} {"commit": "fef2a9a50ee798fe16a4a42a6a50ca9d59d3bc56", "message": "Changed slope orientation in example for better presentation\n", "proba": 1.4903227452123247e-07} {"commit": "f7bb339c9993900b85194d0008af68250ac50405", "message": "Fixed backend access in validation example\n", "proba": 2.2317176728847699e-07} {"commit": "f86576172622dc5861dc646ee6a0b5829d116b47", "message": "migrations and other settings\n", "proba": 2.454138154917018e-07} {"commit": "f16b07ea7b398211042bb06a98a3d25cf65c7403", "message": "Change some python looping into SQL.\n\nWinning!\n", "proba": 1.0999325468219467e-06} {"commit": "f9651891dd0b0897c3119e7335f7580b9363be12", "message": "Added comments\n", "proba": 1.2651231884319714e-07} {"commit": "f61991e0eb39f8c58db36d3e758e4d6ec21ba21e", "message": "Update example.\n", "proba": 1.6983749162591266e-07} {"commit": "b4b85f785abc2c44bc9285560178a1010c1b5b7c", "message": "Fix reporting timing\n", "proba": 8.954661439020128e-07} {"commit": "34f14ad8839f5a63ea349887bb245e619e13aef7", "message": "Adding world step\n", "proba": 8.762750076130033e-05} {"commit": "3da6aaa0e62e010302edb145c1763e0507d59121", "message": "Implement new score and reward function that is more rebost against noise and jitter in the signal\n", "proba": 5.772938038717257e-07} {"commit": "229d43babc08ddc5e06e4d0810871842d8abcc43", "message": "entering destroyed ammonihah removes amalickiah from company and reserve\n", "proba": 1.2826009765376511e-07} {"commit": "25f3e4a7346a8a4c73177ffabe931c10bac06f80", "message": "DXServiceLogHandler: do not prepend a BOM to syslog messages\n", "proba": 6.969909804865893e-07} {"commit": "b1c2f7c92e207027d25cde905b076f81221d6670", "message": "Adapt expand to the new version of reconstruct\n", "proba": 0.00013874562864657491} {"commit": "093a2efa9f980e513a51e7f9abaf8e1632e38618", "message": "Added mouse zoom\n", "proba": 3.7139906794436683e-07} {"commit": "b30074844f57646ee2e6457f629b2da67cf94fa5", "message": "Add logging in the Twisted example script\n", "proba": 3.5180732993467245e-07} {"commit": "c209fbd662152041e973bfcd4988ac70b97db055", "message": "Removing deprecated eval file\n", "proba": 7.5353636930231e-07} {"commit": "1286885092cf7e988eff5d40fedf17e8d6a874c8", "message": "Use super rather than calling method on ShopifyResource directly.\n\nFixes Asset.find() because calling ShopifyResource.find would send\nShopifyResource instead of Asset as the cls parameter.\n", "proba": 1.1251584197680131e-07} {"commit": "460f2d840079fed856a20b1b5e1c70b3ea741a20", "message": "[feature] Store the last response in the connection object.\n\ne.g.\n>>> product = shopify.Product.find_first()\n>>> response = shopify.Product.connection.response\n>>> response.headers['http_x_shopify_shop_api_call_limit']\n'1/500'\n", "proba": 2.9658569474122487e-05} {"commit": "2a5eb8bab05ecfe6c0434631f6d9baa7a40e6e83", "message": "Paragraph breaks, editing works but styles not maintained correctly yet.\n", "proba": 1.036781753782634e-07} {"commit": "ab155836c753da57ba92316c05652c53037f355e", "message": "Documentation update\n", "proba": 4.0243347143587016e-07} {"commit": "98e9f0cae7d7575dfeec67b74f9efd4709154a97", "message": "Some somewhat hacky text selection.\n", "proba": 1.2162128371073777e-07} {"commit": "3caec919d07b36c002b9ca146bb64d8224f44a81", "message": "comment on what time -3 is. the state when all agents are init\n\nshould all be 0's and None\n", "proba": 0.9999972581863403} {"commit": "3caa2885a414029d310815ffce60600aeb96e77c", "message": "Removed unused imports\n", "proba": 3.467830822501128e-07} {"commit": "66c1210a5227a17d92c4b00c8070dd7fe88e344f", "message": "other/irc_url_monitor.py - few corrections, better sorting\n", "proba": 1.410132171031364e-07} {"commit": "a469034879f0631d2fc0b957ea593ce4f45ad6cc", "message": "more file path fixess with os.path crap\n", "proba": 1.288371436203306e-07} {"commit": "0b2a37c1f7133bfea68ca98224a86a562c8cedaf", "message": "add SINGLETON back and better document it\n", "proba": 2.1306757957972877e-07} {"commit": "7f36ebe30b73180b95a8ea8ef64be7b170e7f2bc", "message": "Refs. #32. Fix typo.\n", "proba": 2.820504505507415e-07} {"commit": "c4091a6ce22e2357b1ac543098c31596f0d586c2", "message": "Repaired the system noun.\n", "proba": 3.545828235473891e-07} {"commit": "94e07b804acc4b7bc616adf3090f51ed47b596f7", "message": "WFS 2.0.0 capabilities parser fixes\n\ngit-svn-id: 255fdcdd65affe1d42edbf9640002b17f07b9540@1856 b426a367-1105-0410-b9ff-cdf4ab011145\n", "proba": 2.172178710679873e-06} {"commit": "e439826a234d006455152488d35c40661dae93bc", "message": "RF: Tiny refactor\n", "proba": 4.890578679805913e-07} {"commit": "79e7070e09fe70dc2ef5b82388e64faed0dae389", "message": "Update problem 763\n", "proba": 2.424801834877144e-07} {"commit": "740c12fe677751d7a2948c7032e6b4056de47e0c", "message": "Makes sure telemetry test result report is one string (no interruption)\n\nOtherwise there could be logging inserted between [ OK ] and the test name,\nand the harness will fail to recognize the test is passing, raising false alarm.\n\nBUG=409968\nTEST=telemetry tests\nR=bajones@chromium.org,tonyg@chromium.org\nNOTRY=true\n\nReview URL: https://codereview.chromium.org/530143002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#293031}\n", "proba": 0.001354177831672132} {"commit": "43a44c7d422b730e832e8d9d84fa2a2af1aab5c7", "message": " Adding fusion client test\n", "proba": 2.2825180678864854e-07} {"commit": "7b90ea99fe90bfe49ff1ad0becd48ddd152aa71e", "message": "Delete all related roles when a Person is disabled.\n", "proba": 1.2729753962048562e-07} {"commit": "a917428064b274ba591b1095d55028542c57ce78", "message": "added check for dimensional splitting\n", "proba": 1.6738884767164564e-07} {"commit": "3a7fb248570a68e06e44a5918a281d18f012c8f7", "message": "handle case if new value is lowest\n", "proba": 0.0016835451824590564} {"commit": "a73a2b0c5ca388d6592a7ee3137f98233c762ea8", "message": "Added !quest as an alias to !currentquest\n", "proba": 2.2976180957812176e-07} {"commit": "54bc7875a4f0ef8bd170b3a75a6445a19827f1a5", "message": "Add ResourceListField to imports\n", "proba": 3.922090172636672e-07} {"commit": "81e1b2e2e45ea284bca63f7dde4da223a19bf91a", "message": "swarming: remove try_number from ts_mon_metrics_test._get_task_to_run\n\nThis is always 1 now.\n\nBug: 1065101\nChange-Id: Idc2f508877ef9bb10c759c58cccc559414274023\nReviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2153182\nAuto-Submit: Takuto Ikuta <71927f930fca81015e0f496c65cd126ab1a692e3@chromium.org>\nReviewed-by: Ye Kuang <1cd89f22f3967fc3dcb883b53940be4b98ec483f@google.com>\nCommit-Queue: Takuto Ikuta <71927f930fca81015e0f496c65cd126ab1a692e3@chromium.org>\n", "proba": 6.23671849098173e-06} {"commit": "6e57cc8f4e00b696241877e398710a503fbc2f10", "message": "Tidy up imports slightly\n", "proba": 1.2143368621764239e-06} {"commit": "7b587982a9703f8162044696582d76509734a76c", "message": "reformat accept_invite command\n\nbot will accept invites from anyone\n", "proba": 2.2043610670152702e-07} {"commit": "7419ffa6f60d2c0290e3809eae591d590494fb46", "message": "Add notification for deleted messages\n", "proba": 3.809385873410065e-07} {"commit": "5f23ff6f9c3a3e5c4e5fa5ce6c42f84dbd558a01", "message": "Mount simulator fix\n", "proba": 2.8653118988586357e-07} {"commit": "ffbeff596132d3520db5c3f6daac32f2c70d61b7", "message": "fixed version with correct diagnostic output\n", "proba": 7.46824241559807e-07} {"commit": "975ee686748a836c9870382e8d124ddbf859e028", "message": "Pass error message when exit\n", "proba": 1.3124653150953236e-06} {"commit": "64d6734086fbf5db898495c69959921715617617", "message": "Simplify pageant implementation by using an anonymous mmap instead of an explicit file. Requires Python 2.5.\n", "proba": 1.2427246076640586e-07} {"commit": "c596c5822779f1bb0036fa093580a1d221ae0dd1", "message": "Normalize with trailing period (#2476)\n\n* normalize period\r\n\r\n* lint\r\n\r\n* more lint\r\n\r\n* even mor lint\r\n\r\n* Update parlai/utils/strings.py\r\n\r\nCo-Authored-By: Stephen Roller <8b68618510800932e0d777c10ea04ca42228c710@fb.com>\r\n\r\n* more lint\r\n\r\nCo-authored-by: Stephen Roller <8b68618510800932e0d777c10ea04ca42228c710@fb.com>", "proba": 4.378589892439777e-06} {"commit": "d34534db6615be7ff9845ac9fdc9b8259f33bfc9", "message": "Remove rows with a CVSS Score of 0. - Thanks Mike G.", "proba": 1.2593343967637338e-07} {"commit": "c1a3e2ed52fbf7b1e81366291db34b225e8ae0db", "message": "fix: usr: Missing history file will no longer show an ERROR when loading the topology executable.\n\nThis fixes #14.\n", "proba": 1.0295516972291807e-07} {"commit": "b4c16e6ae7af6fc6c2812b9c7f599a6096874003", "message": "Removed line that was not needed for speed up", "proba": 4.3916861613979563e-07} {"commit": "dd8a6014b009d014435704d64c6f328ca59fa290", "message": "Clarify failure message to indicate it is a try failure, not entire tas failure. (#1891)\n\nPrior to this PR, try failure messages look like this:\r\n\r\n2020-09-14 17:50:32.188 parsl.dataflow.dflow:285 [DEBUG] Task 567 failed\r\n\r\nwhich isn't true - that task 567 could potentially be retried.\r\n\r\nThis PR rephrases that to indicate that it is a particular try failure:\r\n\r\n2020-11-16 12:29:14.911 parsl.dataflow.dflow:277 [DEBUG] Task 7 try 1 failed", "proba": 0.999829888343811} {"commit": "bffa6e5a6062dc4f89da628bca7d2199444143d6", "message": "CheckpointFiles kwarg to DFK takes precendence over config.\n", "proba": 1.1102866182000071e-07} {"commit": "aab6d3feb7364a3f1e7410a148e2d6a13aed7e7f", "message": "Rudamentary AI that spawns mobs relative to players defensive strength\n", "proba": 1.6297620675231883e-07} {"commit": "5f6edd218607fb45330e62b55684eb6b7ca2ce49", "message": "No change", "proba": 0.00023577317188028246} {"commit": "54d5ca73c9d4d94b26fc85bbda67551f3ae01c20", "message": "trocando linhas\n", "proba": 2.0846788174821995e-05} {"commit": "63d1452740118d1311a4c4695c8819a1e6a548e9", "message": "Send a signal when PasswordResetForm is valid", "proba": 3.9618336700186774e-07} {"commit": "fe3a2c522ac8519da72b44f7169f327befff879c", "message": "Remove warning that slicing is not supported.\n\nPiperOrigin-RevId: 233492659\n", "proba": 3.9254206285477267e-07} {"commit": "152a5e0ba2175f702f44d5b63569cfc28df650a4", "message": "Fix bug in Azure blob store request signing preventing delete_object() from working.\n\nSigned-off-by: Quentin Pradet \n", "proba": 4.4058569415028614e-07} {"commit": "4e0bc947d97750598308a4cce810fb6ef3b00b9f", "message": "Initial pass at documenting how auth works for create_node and deploy_node\n\nSigned-off-by: Tomaz Muraus \n", "proba": 1.1699685131816295e-07} {"commit": "c1b6f1ef24eea6859b41ee892b3db4e3eb2f9573", "message": "Make list of available dcs implementations unique.\n\nAnd exclude AbstractDCS from it.\n", "proba": 1.1525528265110552e-07} {"commit": "fd0cad922d17041d51c2bf4a6399c7efc863b79a", "message": "Correct shipping method name assignment\n", "proba": 2.7980079266853863e-06} {"commit": "7af88d3d308d2dc4505e4b23482c3c4f4e838852", "message": "Fix issues with encoding with Python 2\n", "proba": 0.00046727145672775805} {"commit": "6a14658a6a0a4410351a3b8a125533f97c25a6ce", "message": "Fix lint\n", "proba": 3.219221252948046e-05} {"commit": "fb4022f2dde8458bc1a1b51915cc9c2ce5956b1a", "message": "add forgotten arguments\n", "proba": 2.5241492039640434e-05} {"commit": "e350458e18c2fb2b7175c547b24c3b4d60f011a2", "message": "Added text parsing to decodegraphics", "proba": 1.3919554930907907e-07} {"commit": "6a78ae0a88980e2941e44159ff275fe6689b3d4d", "message": "DEFIVELO-48 Fix timesheet test views\n", "proba": 1.7627504576012143e-06} {"commit": "ec09ac958587e2bad2c7e7f153fa816d52b2c511", "message": "FIX #57\n", "proba": 2.1113866921496083e-07} {"commit": "baf2edc7920acf545d7ab2b1532431f8d5f483ae", "message": "moved redundant code into its own method\n", "proba": 4.019861080450937e-06} {"commit": "96365e69ae57b8a417235a1c79089259b9bb4163", "message": "extract relevant torsions\n", "proba": 0.9987370371818542} {"commit": "9ddfed94d8d5240e2e5f018bbb1b28ff1ed7248b", "message": "prevent use of sterics in GeometryEngine until implementation is complete.\n", "proba": 1.0870354572034557e-07} {"commit": "490fa2dac99ec3b26807562fc4c58aa466ebf39e", "message": "incremental progress debugging dates\n", "proba": 7.150502483455057e-07} {"commit": "8639af9afc6a0bdaaf03f17a62eaca7b599a7031", "message": "Try to execute a mongo query at construct time, to check if the server is up\n", "proba": 5.201428052714618e-07} {"commit": "749f04dc9ec41662181fe93e445a8509ba7c9667", "message": "Prepare ipython_compat", "proba": 7.143365110096056e-06} {"commit": "5c68f23b293a78fce78f97b1569aea97bfe199ec", "message": "only float or int should be allowed for values\n", "proba": 3.9458234368794365e-07} {"commit": "2d1873a6a6da2a6b260d03d6c45c7c4ca99217d8", "message": "Fix bug with setting progress_interval on init\n", "proba": 3.4971066042999155e-07} {"commit": "38dd27dac5290155429b75acfd17b879128e4573", "message": "Fixed off-by-one error in planner.\n", "proba": 1.291741256181922e-07} {"commit": "c1f19b3353289bd8656f563ed4bdac692db9df3f", "message": "Fix locales path resolution with Python 3.\n", "proba": 8.577958965361177e-07} {"commit": "bcb179bed83f0ffdcfd8c2dd56827aa8b9344a6e", "message": "Mask numpy array\n", "proba": 0.00022186819114722311} {"commit": "ac9b03ec568aa46be8930b5b53158ceaba30beac", "message": "Add ability to reject background meshes based on the number of masked pixels\n", "proba": 3.7219152204670536e-07} {"commit": "e65d984f4bd0abb2c6178010f7d544bc6dc74d6d", "message": "dedicated function to list hosts\n", "proba": 1.3027568002144108e-07} {"commit": "57e5155ba6aba45bd8e0aaec9a161065115c1f74", "message": "Fix the order of import\n", "proba": 0.9999992847442627} {"commit": "280db2e39c1e586389df4e46f2b895fc092911bb", "message": "Fix `test_dbmdz_english` by updating expected values (#18482)\n\nCo-authored-by: ydshieh ", "proba": 2.9732202165178023e-05} {"commit": "b3842840245655eb752c45d88c2ee8aa6b8f1ae0", "message": "fixed script error.\n", "proba": 1.4824215099906723e-07} {"commit": "450cc89df63957cb72d3be5eb16cf57e45cf1ab8", "message": "TISE: make interactive\n", "proba": 2.5231513518519932e-06} {"commit": "e3717ed36e6f9e1c8168a4b43bfb6b308e193adb", "message": "ref: decouple apex second attemp part n/n (#4062)\n\n* ref: decouple apex second attemp part 8/n\r\n\r\n* ref: decouple apex second attemp part 8/n\r\n\r\n* ref: decouple apex second attemp part 8/n\r\n\r\n* ref: decouple apex second attemp part 8/n", "proba": 1.254572225661832e-06} {"commit": "1aacc4b3e25c52d3bac0814b3df8260273154e9c", "message": "Updated build number\n", "proba": 4.853537802773644e-07} {"commit": "db849e21a06e673fdd2f3d90dce445de85ceff77", "message": "Add a try/catch arround plugin directory determination (might be useful for some utilities...)\n", "proba": 1.0796195937246011e-07} {"commit": "329981b25d51652e4b26209fa58ee908a1e5a2d6", "message": "removed non-needed lines from the script that were remnants of previous attempts\n", "proba": 2.5191936856572283e-06} {"commit": "96b40c5d7ca110408e847de6003b901565bf6bf2", "message": "timeout added to model\n", "proba": 5.932562316957046e-07} {"commit": "9c7101e526ee2c32a1eff1dbe6f2a5d8db08958f", "message": "Reorganizatin\n", "proba": 1.0547445299380342e-06} {"commit": "2cbe47f4812e2702993c76123c0e9c55b174eedc", "message": "combine branches for OrderedDict and dict\n", "proba": 1.6389687971241074e-06} {"commit": "bce1cd590430808d937575d82b8011083cc353a5", "message": "Fixed python inheritence __init__ call\n", "proba": 0.0004772077372763306} {"commit": "1f8d54c557283af94e04e63eadee3269dfa76c29", "message": "Fix issue where syntax error causes email not to be sent\n", "proba": 3.522643282849458e-06} {"commit": "3df07d6a2ef7fb3b1c8d1b6f83a49b31027ff6c4", "message": "Fix missing shlex.join for Python < 3.8\n", "proba": 0.0006829401245340705} {"commit": "5663c349b3144b9b56e132d917b57e64e18eb0d5", "message": "Return elasticities as list for Jupyter output.\n", "proba": 7.391168765025213e-05} {"commit": "3fe9feba1e6c26c02ed2ed15c807ec81d4ccd172", "message": "ADD: better message if sudo user is not given by a tag\n", "proba": 1.2372225683066063e-05} {"commit": "ff30123ee9f6dc8a6dacc32e4f75c705e5dabdf2", "message": "Params: Remove an unnecessary include.\n", "proba": 1.2800519755273854e-07} {"commit": "8e409810eb069c94959f3181f126accdcfccabb1", "message": "update serverside status once the lock's physical state is altered\n", "proba": 2.3626257927844563e-07} {"commit": "ff4f181c5fc8cdf240598564d97d302020680e83", "message": "Params: Remove an unnecessary include.\n", "proba": 1.2800519755273854e-07} {"commit": "6657df50d25d24a0d5deecbae691c62297881110", "message": "Python PMFG clearing fix\n\nNext commit will QA.\n", "proba": 1.0724016163976557e-07} {"commit": "5cde9a7d80a928a0b10fdd9949ba6a7513d868e0", "message": "dummy\n", "proba": 7.495294994441792e-06} {"commit": "5fb538f778d0cd09feb12f83f9c436a95bf54d10", "message": "Use raw string literals in strings containing regex backreferences\n\nFixes: #1\n", "proba": 3.104791903751902e-05} {"commit": "6942b7b5cb11be5310cb6753c5fc3e6ac06594d2", "message": "devops440 add a redeploy_kraken task and refactor create_eng_instance\n", "proba": 1.6677743985837878e-07} {"commit": "f2f534eb3147355dfebfc5819b0fa772967830a8", "message": "remove old library\n", "proba": 6.0990292695350945e-05} {"commit": "7d1df2a00e48bcce1193c004ec6b1f9362bfc81d", "message": "nblint: Add download button lint check.\nRefactor some tensorflow lint overlap.\n\nPiperOrigin-RevId: 318337091\n", "proba": 3.3414397648812155e-07} {"commit": "78fba4904912dd0957d48137a16121e555e4d217", "message": "Got flake8 tests working locally, finally\n", "proba": 1.0844158282452554e-07} {"commit": "471d99bc0fa8758c4d49402ae683dec482ced6fd", "message": "ETL: fixed the bug that precipitant in SPLs annotation not shown\n", "proba": 1.758496210868543e-07} {"commit": "930940be4396a89ab5e3c08a25f1d710b73babb5", "message": "Ported basin2d to new args of Misfit\n", "proba": 1.1096938123955624e-07} {"commit": "a736c3ca339bd3ef10af657e678b31c70476769a", "message": "Elaborate test objectives on comments\n", "proba": 1.2523464647529181e-06} {"commit": "a6b5b1181f6441fc09e9ec388297c8a8df551e60", "message": "plugins.vaughnlive: Update for API change\n", "proba": 1.6333470398421923e-07} {"commit": "de241454b4b9047ea7999199dbef7e787fb94b51", "message": "mkwrapper: print messages only when debugging\n", "proba": 4.047849131438852e-07} {"commit": "e2211afc1e1b806e968a3b9762b630878d2ce807", "message": "Small variable name fix.\n", "proba": 2.246029566776997e-07} {"commit": "6ccdd2d6df2206715b95060a4583264083fbab6a", "message": "Remove get_preferred_scale_factor.\n\nUser should call get_stick_scale(), and judge confidence himself.\n", "proba": 1.448821649319143e-07} {"commit": "ad2444204a5d3e9c61da55fa5cefd4aa4d6130fa", "message": "Deal with xss linter.\n", "proba": 1.1237257524499e-07} {"commit": "8d397111cb4644ffe74d51ab8b328c87ce14497e", "message": "show warning message\n", "proba": 2.2295031953945e-07} {"commit": "6f4c076efbb86d236aad575177598c964714d85a", "message": "fix null byte error edge case (when path contained \\0) in pathmatcher.py and reorientation_registration_helper.py\n\nSigned-off-by: Stephen L. \n", "proba": 2.2462266713318968e-07} {"commit": "d438e9da4b7e8600ff2ac8c0819625ffcbfd1951", "message": "Create a symbolic link to the MotionCor2_x.x.x executable. (#6826)\n\n* Create a symbolic link for MotionCor2.\r\n\r\n* Create a symbolic link for MotionCor2.\r\n\r\n* Create a symbolic link for MotionCor2.\r\n\r\n* Create a symbolic link for MotionCor2.\r\n", "proba": 1.6976154881831462e-07} {"commit": "f7a05e0c61a4b9e84e0569c6344756bd77a2b428", "message": "[py-pyspark] new version and limited python for old versions (#21602)\n\n* fixed install with ver 3 and python 3.0\r\n\r\n* replaced @3 with @2.999\r\n\r\n* [py-pyspark] added version requirements for py-py4j\r\n\r\n* [py-pyspark] all versions require at least version 2.7 of python\r\n\r\n* [py-pyspark] fixed comma syntax\r\n\r\nCo-authored-by: Sid Pendelberry ", "proba": 1.3988407943088532e-07} {"commit": "577706ddfa65f87ae96e01d16958234bdcf125ad", "message": "Remove unused imports.\n", "proba": 2.0302917391745723e-07} {"commit": "ef09b99060f444122d50d4bc21053ccee446e146", "message": "use 2 axis controller for speed and direction\n", "proba": 1.192923519965916e-07} {"commit": "4d0636af948bb4883fed0d5af388c7782955ddda", "message": "Fix main.py: logging...\n", "proba": 2.3205971899642464e-07} {"commit": "f29110e87b47f5c5165b47f0708559654684308e", "message": "backup(desktop): create remote container if missing\n", "proba": 2.192763076891424e-06} {"commit": "ecd8e25a37f21d2b0b5e0f0b31273d90de966d7d", "message": "WIP: rename clusters to cluster_ids.\n", "proba": 3.541833564213448e-07} {"commit": "ee21dfc3ae05b06d79d11dd5a77089f5a03a93af", "message": "push trial\n", "proba": 1.0917642612184864e-06} {"commit": "bb986219edced747fd96ec5efb81a9b7e3775835", "message": "Fix test in settings.\n", "proba": 1.8946177249290486e-07} {"commit": "a6718ad1fc2ad93edeb765287745cef7eb3c571d", "message": "Adds additional test examples to the test for otu_name().\n", "proba": 1.1417158418680629e-07} {"commit": "da5851e8ce96797ce7a5ca5a684b3180e53537f8", "message": "New: replace_one_word()\n", "proba": 0.00011496668594190851} {"commit": "0bfd670acb31b743bb471eca1e5663e8e139180a", "message": "Fixed mistake in commit 3a19d65.\n", "proba": 1.2782197700289544e-07} {"commit": "dc3bb000ee68b793e9b7776a45eda7a5899cc632", "message": "reset downloader properly if less items received than expected\n", "proba": 2.350624441760374e-07} {"commit": "bab58fd9b0f4e8b59a9cef5497138a3dcff13a74", "message": "Evaluate model perplexity. This is probably a bad idea\n", "proba": 0.0004593656922224909} {"commit": "1c14dcedc8e025d0bd154d6dd14cd3ac7eb1d15f", "message": "Start setting up the dbus.\n\nSigned-off-by: mulhern <7b51bcf507bcd7afb72bf8663752c0ddbeb517f6@redhat.com>\n", "proba": 1.3864864456536452e-07} {"commit": "51a48383d0a1e1ca8cd89e3ef89736f5003d7d3e", "message": "adjust map size and speed\n", "proba": 2.3734115472962003e-07} {"commit": "02c7922b05faff448ae7cd8218d06535c9af0153", "message": "refactor, tried to remove some randomization, problem still there\n", "proba": 1.9060642841850495e-07} {"commit": "845519b845a0106e501101ca9ca5288a8adeddfa", "message": "Linting\n", "proba": 1.97951612790348e-06} {"commit": "f9f54da9147e5962e7ba9a8c622a1ad782764f8f", "message": "Fix invalid command context\n", "proba": 0.9990873336791992} {"commit": "e943a546a258402b0d607f4a074a745c8757af8f", "message": "Fix client basedir initialization\n\nSigned-off-by: Dmitry Surnin <6e7734d0b1da45d692e5f276d91b792ec4adc847@dsr-company.com>\n", "proba": 2.099816356349038e-07} {"commit": "ff7942aabb668200361e950ec63b939d72f4d42f", "message": "specify unicode for test input\n", "proba": 1.8216507669421844e-05} {"commit": "180bf66a910f441b89fe1b2b51b36cc84c5e8bb9", "message": "make signal handling more generic\n", "proba": 9.71384565673361e-07} {"commit": "84dc65ad782c366b5bbff0a0476073d2bc99947b", "message": "remove old code\n\nSigned-off-by: ashcherbakov \n", "proba": 8.009869634406641e-05} {"commit": "ba4680bf9450feca6e5b87c22abe601d629877b6", "message": "Fix typo that broke PNG optimizations\n\nThis was hotfixed on production given that it broke all PNG\nuploads.\n", "proba": 2.509206922240992e-07} {"commit": "22b8d0b7f21583307bdb17374b57507a0bfbfdf0", "message": "updated util docs\n", "proba": 3.138920305900683e-07} {"commit": "fa0aa65fa6ca99d9325edb63a3c57f9deea84a45", "message": "fix encoding bug\n", "proba": 1.0457333701197058e-06} {"commit": "5d5e06df0faedee6f49e3d56b729b71d653950cd", "message": "Change semantics of URL lookup.\n\nThe error case, and the case of empty URLs were indistinguishable from\none another. Changed the error case to throw an exception (that's\nreturning < 0 for you C people).\n", "proba": 1.3500948625733145e-07} {"commit": "4038933c3b281974fb891fd2c25619cb224d3608", "message": "[ADD] Stable version manage 'bank move';", "proba": 1.5547145437722065e-07} {"commit": "ef31d85742060d53c08be9c6fc70942128b8dc85", "message": "Update best-time-to-buy-and-sell-stock-iii.py", "proba": 5.209261644267826e-07} {"commit": "3b37fcec11e7f742a040c48298468576854e7c6a", "message": "Insect leg now generates its positions dynamically based on the 'numJoints' attribute.\n", "proba": 1.0456390953095251e-07} {"commit": "bb6699dfd6bae2e7aa80548264c8f747bad66c29", "message": "Remove tabs in webkit.gyp introduced by paul on revision 18995.\n\nNO CODE CHANGE\n\nTBR=paul\nTEST=none\nBUG=none\nReview URL: http://codereview.chromium.org/149328\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@20142 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.920505837915698e-06} {"commit": "0e43247ef0940f6865e12af168f080b45fb53606", "message": "ticket:42: Fixed mount point regexp and removed odd to_name generation.\n", "proba": 1.0068671230101245e-07} {"commit": "43a450bf38647265eb9152f2462ff706d6c3d410", "message": "Added FromHeader to retrieve the parameter from the request headers\n", "proba": 2.1446852827011753e-07} {"commit": "75471dff2697e65cac6f2463adb85b7f314fd4f9", "message": "some cleaning, but there is still something fishy\n", "proba": 1.3285379054650548e-06} {"commit": "06949e2cb978ddf07da55ce853226e355af4da8b", "message": "cache: strict cache added\n", "proba": 1.9523279206623556e-06} {"commit": "7488d901f41dd81020458b5e13cff4fa10f539e0", "message": "add_stats & add_func\n\nMissed description of add_func in previous\n", "proba": 1.4890682109580666e-07} {"commit": "8ed40178ba7328c48c393dc0a4a6126faaad1e80", "message": "[fix] Restored seen search fields. #1362\n", "proba": 1.3336304505173757e-07} {"commit": "edcfbfcc717fc03360a0bba1e4a4f5fdbe150a5a", "message": "Add files via upload\n\nImplemented no purge list for PurgeMembers.", "proba": 1.05978244846483e-07} {"commit": "b879dbbd93fa213e6cfeff90d39d04f6758befab", "message": "save scan\n", "proba": 5.699285452465119e-07} {"commit": "89c74747a9f8553453b332e9742513b12d4e3ec0", "message": "Datasource bugfixing for non-newline seperated RDFs\n", "proba": 4.65382271386261e-07} {"commit": "ade5a5bf7459f78babe1cd9fd307a3e8d2429a55", "message": "Handled RDF2Any exceptions\n", "proba": 2.7886952125300013e-07} {"commit": "8c755a5b4f913d0d44cea3607377ae36c7064f16", "message": "More efficient code\n", "proba": 0.00026399685884825885} {"commit": "1b0159e926818088631853977f2c36770763af2e", "message": "created generic object class\n\nFixes #2\n\n* created the class that all game objects will use for rendering and\nmovement\n", "proba": 1.0893102597719917e-07} {"commit": "82d4473cf338478ef3f53cb7a1e7b89d151f78e4", "message": "moar stability and user friendliness\n\ngit-svn-id: fdcc8fbb801bf4342a1bf1fbe9cf4518bae30160@116 9307e528-e534-0410-a844-a96db09f00f2\n", "proba": 7.010514195826545e-07} {"commit": "660c31e1bec86693b5b9d6eab16c5f8d770b0ad6", "message": "build(deps): use twilio pkg that does not pin PyJWT version (#344)\n\n", "proba": 1.1025522894669848e-07} {"commit": "6b0b3a9df121a0ab777c43a2e99ee651e1a7168d", "message": "Removing unnecessary import\n", "proba": 1.8068828921968816e-06} {"commit": "56ffcb72730e56780f30d4c526bae9352bf4181c", "message": "Changes to support Python 3.3-3.5\n", "proba": 8.797361806500703e-05} {"commit": "5d4f6b45d565640cab19d23a266d8ab9a0180945", "message": "#2879: Making a better API for get_actions_hotkeys\n", "proba": 3.877010215092014e-07} {"commit": "49da26ca8b0a8c5f12d67b19700d8d74e1f36f52", "message": "Test for the no box.json case.\n", "proba": 1.324244323086532e-07} {"commit": "5eb8041a4d1da062c945eb7e160ab00264d38c4d", "message": "Implement StreamWriter unit test\n\n", "proba": 1.1055736877096933e-06} {"commit": "e09164d005fa6002d57eb752f2bab58bce8d1041", "message": "voice.server: Add VoiceGuildManager\n", "proba": 4.6204212367229047e-07} {"commit": "b273b6ed9f1c962d90976a9c84d52a47fc8427ec", "message": "fix dogfood -> use CorrectMap\n", "proba": 1.0124207392436801e-06} {"commit": "9b464769a8aa53d71afbcabfd0922905f9147388", "message": "Improving keyboards\n\n", "proba": 3.332917913212441e-05} {"commit": "de4f117a5e93d60f38b13edd9a9ea0f410c0a007", "message": "Changed handling of data structures.\n", "proba": 2.0189538929571427e-07} {"commit": "e1a825be487caf47e761295600044512cd507d33", "message": "Conversation starts upon entering a new level\n", "proba": 3.7202792668722395e-07} {"commit": "d6d511a8ffa97dde6240459ae0dd4c48f346755a", "message": "Descripcion\n", "proba": 1.4282574738899712e-05} {"commit": "5c70290b7e1c442a02e480d03385c1aefc828807", "message": "updated features in the main\n", "proba": 1.201389068228309e-07} {"commit": "d62f7b24c887e7183918f972d0d4ef8f3150d7c8", "message": "Buy pack works well. Now to have it purchase multiple packs.\n", "proba": 1.0420910712127807e-07} {"commit": "19fde7536d38154189e6f0b6b28fe1f9d0d79532", "message": "Delete script example\n", "proba": 8.402489584113937e-07} {"commit": "37f1437f49a35f536235fcd6be51930389952cb5", "message": "lots of improvements in parsing sim results\n", "proba": 1.2385008574256062e-07} {"commit": "2a8c74b268289aee03e17b4108e3bc9fbe5b57be", "message": "In Loader.load(), only include UPPERCASE base settings\n\nWe don't want to include things like __builtins__ from the Django\nsettings module globals. It's potentially slow and could have\nunintended effects.\n", "proba": 1.002428916763165e-06} {"commit": "ceae11f601e3e6e5e588002567c0cff18b3d5893", "message": "augh whyyyy\n", "proba": 1.1571576578717213e-05} {"commit": "e6c5795d3e64f02d2eb28b2d48eab2967540b084", "message": "Moved creating wx_menu_item to menu_item constructors. Changed also how check whether menu_item already exists or not.\n", "proba": 1.0808208372736772e-07} {"commit": "1056f8a64a8c367d4ce5e02309e68729fdfb4ffa", "message": "fix bug in tailing output for short output streams\n", "proba": 5.670962082149344e-07} {"commit": "519da4488fd3b412cce6c7004ed1ddef69492345", "message": "FIX #38\n", "proba": 1.8729770090430975e-07} {"commit": "00bc8a8a2f9f8ab416dfcf6ea0d1c0bbfc56b035", "message": "tree: Add Suite -> New Suite\n", "proba": 3.5931071806771797e-07} {"commit": "8726f8cf2f731a6d8a2f14307fe887c1b9f03586", "message": "Bugfix: werkzeug.serving.run_with_reloader make production server go to 100% CPU and hangs\n", "proba": 1.690809909860036e-07} {"commit": "98cd37dad85e974c3a667d08f441c4974a38167c", "message": "Removed _get_parent method that was only redirecting the method call so self.GetItemParent.\n", "proba": 1.3168367729576858e-07} {"commit": "b36cc7df4cb12e2e5fe3dfd0f6c0b21b16c5c9fa", "message": "Start outputting the workflow model\n", "proba": 7.148898930608993e-06} {"commit": "1d948b8891597cbe816711993da850d185d01db2", "message": "remove empty line\n", "proba": 0.999998927116394} {"commit": "939e39eb382ac2d2af13570c187290614e5b2274", "message": "Reset back to not using Mallet\n", "proba": 6.052428034308832e-07} {"commit": "f54f9adb9956ca95b4c8ad84098b0f294e76c183", "message": "feat(py-stellar-base/stellar_base/horizon.py): order_book suuports stream\n", "proba": 9.501990803073568e-07} {"commit": "cb9ec8306d920f99a8fc40a287ba14b90fc5673a", "message": "0.9.4\n", "proba": 3.290221866336651e-05} {"commit": "4befd5b6a7dccb80f0760d1a841e3a195ecf93f6", "message": "Fully implemented main routine (runs until stopped)\n", "proba": 1.1872917582422815e-07} {"commit": "464b5100930255d0ef28ade5ffb3a1a33a5cb6cb", "message": "allow uppercase g in addition to lowercase g to toggle grid in the recorder display\n", "proba": 1.3139130032868707e-06} {"commit": "b87b9944965a682eb73629f1dffc4cce63c42d4c", "message": "Minor cosmetic changes.\n", "proba": 1.338460720035073e-07} {"commit": "c50d50c2ff9ab50f500600b33943058104d6c40d", "message": "oops typo\n", "proba": 1.722831802908331e-05} {"commit": "c9fd9c82da4053134cd4e80c1b1ef3ccf6022901", "message": "(node.py) Fix node deletion\n", "proba": 1.4417508282349445e-05} {"commit": "9729cfe2912f58ed4e6f97247bf0bef96b75d59f", "message": "separate functions for staging and copying of rpm\n", "proba": 1.296987477417133e-07} {"commit": "cc9ed84c81b98a83925630b417ddb67b7567b677", "message": "Added _validate_input(), and moved input validation away\nfrom _wrapinput(). Now it can also handle unicode\n", "proba": 8.07498679478158e-07} {"commit": "9f9607c29e8d929c358d49fe7db006d1bb84f447", "message": "add pos, fixed up dictioanry\n", "proba": 3.8074429653534025e-07} {"commit": "55e8ba9cc0292ead2bd1fdd4ba8a751252f76951", "message": "Write out evaluation results for later averaging\n", "proba": 1.6803997482384148e-07} {"commit": "8eae854e3455fa87a4f73cef965ee50c300ec57c", "message": "fix vote member search for people with forename written behind initials\n", "proba": 2.5386489710399474e-07} {"commit": "96fd315e05ba460561db914f96edd30951695c60", "message": "10/10 pylint! Now at 15/15 too-many-locals\n", "proba": 2.0323154785728548e-06} {"commit": "02fca620d1c2fc11ca98bda6a4ce028c696496f0", "message": "[db] fixed bug in band altitude assignment (could not assign None)\n", "proba": 1.2841982766076399e-07} {"commit": "e5b10c7d21b801b9e5b1e30ef702f58702129c8e", "message": "still trying to fix video about link\n", "proba": 1.1475460581777952e-07} {"commit": "c4401e78e2a0fe0b3b7c540bb043b2d526421e6e", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "db27dfed3faf9f9f4cd04352a891d88ed4580c9a", "message": "fix \"goodbye\" redirect\n", "proba": 0.9991090893745422} {"commit": "e857f08a336f0633437bbbfbc6427c0886db03dc", "message": "Cleanup: Extract function for readability. The _venv_lookup function is now self-descriptive and more self-contained.\n", "proba": 1.3341613112061168e-06} {"commit": "225f1a3db536b3b5d550ee8537201dde4db51919", "message": "Regressor", "proba": 2.710520902837743e-06} {"commit": "ea274161fdd65b914a646dc4bd55508b352ecc1b", "message": "\nRemove reference to old user profiles that was causing crashes.\n\nR=mad\nDELTA=10 (6 added, 4 deleted, 0 changed)\n\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION=5676\n\n\ngit-svn-id: 6f200aab33a7b6704a2e38529f84eef50a04cb11@257 722f4569-f0a1-f026-5e06-c3648ed4afc7\n", "proba": 4.246150638209656e-06} {"commit": "7fd4b56cc65cf8751295e245e5c34340a4f4228b", "message": "Venmo\n\nAdded Venmo functions and settle function\n", "proba": 1.3360083528368705e-07} {"commit": "c3a570fb6da1e6e7aa28d42622bdb620361c1490", "message": "Fixed typo from r5112, spotted by Markus Fuchs, thanks!\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@5113 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 4.055406748193491e-07} {"commit": "baba0a110e4d5b9adfdc1b3eb94bfa19b1c8cdb2", "message": "joystick fun\n", "proba": 1.0883430832109298e-06} {"commit": "f7b0f2ee4576eca3d4a95f6f0db986787511af9f", "message": "fix the colors of the players issue\n", "proba": 7.253752846736461e-05} {"commit": "db4948e0d00649ee683393727b9bb3a402500f65", "message": "Bunch of crap.\n", "proba": 1.71597278608715e-07} {"commit": "6190becba2e5a83cfa9bd4ace2c8e67fdb56d5fc", "message": "Shebang line with python3\n\n- Now executes as python3 in ubuntu\n", "proba": 2.3105494619812816e-05} {"commit": "8cc67c25253c5b469097f714093c9e399cdaa196", "message": "Update trans_cp.py\n\nEdit comments", "proba": 3.490063136268873e-07} {"commit": "6e398ff80ffa1bd9d12a218bba5faa20e387ca1d", "message": "never do what you might regret later.\n", "proba": 2.049766294476285e-07} {"commit": "4f78685bb960a3718def81bb05e7cab719e2c4c9", "message": "turn down messages on loading AM nicknames\n", "proba": 3.4732420317595825e-07} {"commit": "58ac2baf5e1244b785a2d97befb74be9504f4a1a", "message": "RF: Simplify BIDSDataGrabber logic\n", "proba": 7.58817975565762e-07} {"commit": "d350495d6d36f089c50d81d7f79c11f9b163f45b", "message": "only need the current year\n", "proba": 0.00012722839892376214} {"commit": "09772dcf69fb713467f86e2d061f791c4752855a", "message": "removed old run_reports file\n", "proba": 4.0161569359042915e-07} {"commit": "1ac16d9d9d51a68aacc29138da4d947a5c398f05", "message": "Change template directory\n", "proba": 4.1880949197548034e-07} {"commit": "51e16863824e4a35fe35607236ac20460b60b008", "message": "Try harder to expand logic with quote strings\n", "proba": 6.375551038217964e-06} {"commit": "0fbfd09d93d8addbf50a2a0bb27d3c78fabd4634", "message": "Removing old code for finding filenames.\n", "proba": 1.2266467592780828e-06} {"commit": "bb8efcaec638bead74e6bbd9c9c695a9ddb307a7", "message": "Add console logging option to sg_train_func.\n", "proba": 1.3362682693696115e-07} {"commit": "09827df6f8ffb48528e9e67a6a2e6438b2427d6b", "message": "Ch15: Enable site and flatpages contributed apps.\n", "proba": 1.0232537306364975e-07} {"commit": "b9a1ab7f21e3a382d4722a38eb36ef53d4be7038", "message": "Changed if statement in _callback to ensure on_error is called (if available) (#727)\n\nFixes #377", "proba": 5.980631954116689e-07} {"commit": "758ca1f52a4283a3792bcae5729fbbab56deee90", "message": "tkinter viewer implementation\n", "proba": 2.707178339278471e-07} {"commit": "34c9393d21713b0b0445286ad085a46ec5bb249a", "message": "Prevent logged in users from login or registering again\n", "proba": 1.3504772766737005e-07} {"commit": "b70abab01e4bcc5ffa8eb5c8299d2f4db5036fc9", "message": "+ make_empty_genotype_result adjustment\n\n - make `make_empty_genotype_result` be a variation of `make_detailed_empty_genotype_result`\n\n The only difference that `make_empty_genotype_result` will set DP as '.',\n while `make_detailed_empty_genotype_result` will set DP as '0'.\n\n @ernfrid noted that downstream utilities of the output VCF all\n expect the genotype attributes to be consistently present across all\n of the variants.\n\n Having this minor difference makes the genotype attributes all the\n same, but we can still note this \"too many\" reads difference case.\n", "proba": 5.758373390563065e-06} {"commit": "30d3e01636fa5c3e3f71eb92c380407b73ddb8a3", "message": "+ adjust vcf header parsing and setup\n", "proba": 1.2743005584070488e-07} {"commit": "9d120101da7b5fec712fe95e51c5337486200667", "message": "Kill unused array\n", "proba": 2.5744473077793373e-06} {"commit": "88780845892f2c613809a824b36c051109af25e9", "message": "Fix swf.actors.heartbeat.heartbeat_on: pass args and kwargs\n", "proba": 0.0002655078424140811} {"commit": "b25471d7d7197f5e5ce881d7cda90e92cded43d4", "message": "Remove is_empty function\n", "proba": 0.9999326467514038} {"commit": "66f6b56a27faa4cb89d2e8fe02cde4e481ab4839", "message": "show spectrogram function\n", "proba": 2.466780983922945e-07} {"commit": "6bd227608192876f65505200873275cc5f709e7d", "message": "Settings updated\n", "proba": 5.569869472310529e-07} {"commit": "303b2b2398763695870213c3eb5a83abda47360d", "message": "Add ParseRequests\n", "proba": 3.252935130149126e-07} {"commit": "cbd8ec9b20405b406a8a701b34087a349b656d5d", "message": "werkzeug.local: fix Proxy.{__enter__,__exit__,__coerce__}\n\nwerkzeug.local.Proxy.{__enter__,__exit__,__coerce__} were not implemented\ncorrectly thus triggering \"RuntimeError: maximum recursion depth exceeded\"\n\nSigned-off-by: Armin Ronacher <51e1b983df8328b92ad653ca9129d9a11178303a@active-4.com>\n", "proba": 2.629563482514641e-07} {"commit": "9b2ffad8bf8e1506fc9a3cca6719434ba91c7f5b", "message": "Add warn message\n", "proba": 1.0389727549409145e-06} {"commit": "d3fddb625fb6a758960f895cee605e432b6d625d", "message": "Fix #12074 : test_latex throws an exception\n", "proba": 5.113828365210793e-07} {"commit": "857e6624021a6f198d5a50663a7cd6e3276c127a", "message": "openflow.software_switch: changing the way port_down() is implemented\n\nwe used to delete the port_no. This is somewhat awkward if the client is\ntrying to get a ofp_phy_port object from the switch.\n\nWe know maintain a set `down_port_nos` rather than modifying self.ports\n", "proba": 5.48374146092101e-07} {"commit": "1e3ef1c3d2d6b57886520d2c3cccd310d1734e3b", "message": "Simpify.\nArraypy inherited from object again\n", "proba": 5.794742037323886e-07} {"commit": "e235b9a4ac87a6d4fead5b6bdeafaa5e7860f092", "message": "Rewrote all message handling to use set operations\n", "proba": 4.2592117210915603e-07} {"commit": "3e8ddbe14d0b0c67597e62c1626fe27aac588eff", "message": "Added lines to print the best-fitting values to a file. Hardcoded file name, need to fix it in the future.\n", "proba": 1.313581918793716e-07} {"commit": "160d72b2d6297b3bc29ea939db60203493f5272b", "message": "Add Full Team Name to menu\n", "proba": 2.4069646542557166e-07} {"commit": "2274f23940e7afdb8a26541be467ec9a6404baa6", "message": "added method delete_attribute\n", "proba": 1.7963677692023339e-06} {"commit": "33d62c2c6674cf19f5261817bff81cd5209408bd", "message": "Remember to reflect membership LEAVE events to the leaving member so they know it happened\n", "proba": 1.214207969724157e-07} {"commit": "81c4522dbba52f5c7f7a96c65f07a2888c7e65bd", "message": "barh_demo.py : added citation # lines_bars_and_markers example code: barh_demo.py\u201d lines_bars_and_markers example code: barh_demo.py \u2014 Matplotlib 1.5.1 documentation. [Online]. Available: http://matplotlib.org/examples/lines_bars_and_markers/barh_demo.html. [Accessed: 21-Aug-2016].\n", "proba": 1.0136247396985709e-07} {"commit": "b7101cec908c52d8730ba9606284fd7799e96d11", "message": "splice del events don't make nodes\n", "proba": 2.961407972179586e-07} {"commit": "869528c037302002da96cc0adc08a17f4782794a", "message": "change mod a-x\n", "proba": 4.806544779967226e-07} {"commit": "d2bf1c0511ccea98f958f22c63282f587270a1d6", "message": "comment filetypes\n", "proba": 4.32919421200495e-07} {"commit": "301512cec74603879ea3e5bc9964fcf140d74343", "message": "If dataFileHandleId is set on File entity, no need to upload the file\n", "proba": 5.661883619723085e-07} {"commit": "c22f60270da77f180770e1db59e329e378174863", "message": "Joystick control\n", "proba": 1.5196616232060478e-06} {"commit": "8549603f8fd69945f5a219545a43478c5f4ff645", "message": "fix selecting ascii export file name (finishing up...)\n", "proba": 1.1751638595569602e-07} {"commit": "9ec4595e79164227a79212fc1da880373b4e21dd", "message": "ce210f3c-2e73-11e5-9284-b827eb9e62be", "proba": 2.5580015972082037e-06} {"commit": "d19092112619b4810fca50de44cfefafe27fec38", "message": "added getUserProfile and _getACL to client\n", "proba": 3.711165277309192e-07} {"commit": "1020a22eaa850766fd55a2d9d1c8d01f6b359699", "message": "remove trailing-whitespace\n", "proba": 0.02981809340417385} {"commit": "2085d157704c166d1e4c15c3824c9c358c4e0aee", "message": "e9788d7e-2e72-11e5-9284-b827eb9e62be", "proba": 1.6571391370234778e-06} {"commit": "202b4698884a36f1407a79647e5ec243a26c968f", "message": "Moves to using entity/bundle - show 3 fold speed in synapse.get\n", "proba": 1.2991266373774124e-07} {"commit": "bc2ca7301762a7894de153492a89617ef9ea4592", "message": "added more data to weapon card\n", "proba": 1.300991243624594e-07} {"commit": "34bf47cce2f8d8903b1a3ca3d0eba37e8ee33558", "message": "Wrap the corpora in a class that holds random ids for perplexity training/testing\n", "proba": 7.87595781730488e-05} {"commit": "15ae01fec9b425124bdbc6920441b1ef95d83857", "message": "09f302b4-2e73-11e5-9284-b827eb9e62be", "proba": 7.29654232145549e-07} {"commit": "d32e77b230b3bcdbde8f6ae369ad87331038f3c3", "message": "update doc for create_snapshot_version\n", "proba": 4.4505151208795724e-07} {"commit": "f381ef940a9cd65b70fcb453df93729e2d580416", "message": "Modified the way if user subscribed is checked\n", "proba": 6.269259301916463e-06} {"commit": "ee6825d6d66aba23f0a8a1f1889d33544ac3d1c0", "message": "ae5ce032-2e72-11e5-9284-b827eb9e62be", "proba": 3.344963943163748e-06} {"commit": "59e9f97cf547136974ba6c3687614776d700d9de", "message": "new app starting\n", "proba": 6.609130878132419e-07} {"commit": "a73be732fd55d1ba8a2952ab9043530a8ef2ad75", "message": "refactor: Fix redundant cache value set", "proba": 1.2353102647466585e-05} {"commit": "727f33036de6f5d7d65b51531445c00d3399ac18", "message": "Fixes version number.\n", "proba": 1.4788490432238177e-07} {"commit": "fa16685a18bb43fd018c35b9c9f1f6644a4e3f38", "message": "update docstring, change kwarg name...\n", "proba": 1.1106466502042167e-07} {"commit": "d85a35ebf93bf6f580ddbe1c35c9f909d1dbba6f", "message": "Maintenance: Setting a better default monster\n", "proba": 4.1599881228648883e-07} {"commit": "8964ebe82121293215f51f83cca5b067f7fd6242", "message": "4f5a2030-2e73-11e5-9284-b827eb9e62be", "proba": 2.987481138916337e-06} {"commit": "ea9d8c380ddd5cb61dbd623a17098e24af419d1f", "message": "adding Pan-STARRS to `load_survey_by_name`\n", "proba": 1.1367182395360942e-07} {"commit": "667e781a2e06c14f15e44055b64c5122d6d94e96", "message": "control analysis update\n", "proba": 4.894684479950229e-07} {"commit": "59ef0f10a621d96a630224c87b9358b147c2dd0b", "message": "remove unrecognized command error\n", "proba": 9.459745342610404e-06} {"commit": "dd1324fabc68b93c045ed9c0e07d9066f8a5a354", "message": "434d7d7e-2e72-11e5-9284-b827eb9e62be", "proba": 2.1163873498153407e-06} {"commit": "1511575807b7a09aac4670f33a7324514be62f18", "message": "Fix url and image getters\n", "proba": 9.084033081308007e-05} {"commit": "fd204464db6a06c113809fabd830ba1de235be46", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "0271bbd4788d57609f5430def4f12f581bba8e9a", "message": "ac6e24ee-2e71-11e5-9284-b827eb9e62be", "proba": 4.051613359479234e-06} {"commit": "b1aebfc8e9043b9e9c7a4e79a9d88e95e5fddfa9", "message": "Fix use of sys.executable in Windows kernel launcher.\n", "proba": 1.3299192858085007e-07} {"commit": "bbfe2d3780113e51a6e1ccbb70871d68046e12a6", "message": "d0bbc5f8-2e72-11e5-9284-b827eb9e62be", "proba": 6.319122803688515e-06} {"commit": "f85af130758de4a5af148cd9b5e635b6f081b2bd", "message": "safety\n", "proba": 3.4527110983617604e-06} {"commit": "9cb8d92788b33007c091beb46ee198ee1584235e", "message": "package version coupled to core module\n", "proba": 2.2605044591728074e-07} {"commit": "f3bd0752593c2dd18c7453efcb88b0240eb4e64a", "message": "b0c3ccd2-2e72-11e5-9284-b827eb9e62be", "proba": 4.51376945420634e-06} {"commit": "771151d825e8776663f5147331c1053a7a93ca13", "message": "Set subject to empty string if not present", "proba": 0.0003556760202627629} {"commit": "4dbf0d6a7f395c6374f34c0de615350510214c68", "message": "roll back record.py\n", "proba": 1.739968979563855e-06} {"commit": "54b872209f2d28c32428fb552381e33a333a855f", "message": "5a38ff50-2e71-11e5-9284-b827eb9e62be", "proba": 1.9501189854054246e-06} {"commit": "4d6273a0237cd90e708782bc15982768a95e9b28", "message": "Update main.py", "proba": 7.280797831299424e-07} {"commit": "44b0431430a6fcd389c02bffc2760f30b247190d", "message": "65a1206a-2e72-11e5-9284-b827eb9e62be", "proba": 2.153793275283533e-06} {"commit": "6b8c9f040a5f55dcf6295c2edba8db7e9f3050ed", "message": "Reduced the annoying 'SAM is already running' prompts\n", "proba": 2.1082803868921474e-05} {"commit": "401213536df69593ba6f0556fca8376bbcde06b4", "message": "added argument to localisation extractor to specify cldr annotations source folder\n", "proba": 1.907342692675229e-07} {"commit": "87fadf65b316a4cd6ff0c0f19d0ccb64409e8ab2", "message": "Bootstrap from 'bootstrap8444.bitmessage.org'\n", "proba": 2.326624581883152e-07} {"commit": "20d18125f14cb2c543b8d1fc465ecc5ba7656e75", "message": "e7f08854-2e71-11e5-9284-b827eb9e62be", "proba": 1.5947636029522982e-06} {"commit": "8fe600a45e76dac0d1229b9e806de30ad63e2dda", "message": "update throttle settings to match the ones actually used\n", "proba": 1.6234066890774557e-07} {"commit": "3965c6e27960242765be9256bac6d73fcf107e79", "message": "7e8a695a-2e73-11e5-9284-b827eb9e62be", "proba": 3.9031524465826806e-06} {"commit": "76784eb4078c60d4f67ea68dc55b5cc7243bc551", "message": "Streamlined & cleaner code\n", "proba": 1.5766757144319854e-07} {"commit": "42f0674120fc95f67d859cd0591e570e79f2b72c", "message": "f4efda30-2e73-11e5-9284-b827eb9e62be", "proba": 2.6871612135437317e-06} {"commit": "c71beda8a664e3fb0a1e3c721e8f7b40b1091fe4", "message": "use __call__ to provide a method for dispatching a request\n", "proba": 2.564274655014742e-05} {"commit": "6bfc0d94d2878d1ce6e81642cb586f7753672d10", "message": "Print time in index page\n", "proba": 1.1429397090978455e-06} {"commit": "08ef48e34dea9254f64fb4eba7a19599ba0dedc7", "message": "7c285456-2e73-11e5-9284-b827eb9e62be", "proba": 2.9282120976859005e-06} {"commit": "fa8a40d14b06711a68224a0deaf37ad19f1b75ba", "message": "add public_key field to ServiceAdmin\n", "proba": 4.335524010912195e-07} {"commit": "308af663f9f139ea1957a4f53b6f23448db5a8a9", "message": "adding display code into main.py to see if it works\n", "proba": 3.1920080800773576e-07} {"commit": "a4873c7e699726cfc75a1780ec69466a270e56de", "message": "c7dc3e4e-2e73-11e5-9284-b827eb9e62be", "proba": 3.9412793739757035e-06} {"commit": "824d30f152624b4fc24ba8076ee3b651ffce56e9", "message": "Fixed loading default downloads and torrents directory, resolved #10\n", "proba": 1.28623909745329e-07} {"commit": "0fa2978a24c72ac7a461a9ad775c78a9b303bda9", "message": "no need for min, it would break on the previous line\n", "proba": 3.6621968320105225e-06} {"commit": "19d2d86bdba3a02bbeece43ee7131d242b4a4eca", "message": "Wesley was right\n", "proba": 3.355638182256371e-05} {"commit": "9f457d9ea41c233d6ebcfef5920ee2c0f0bbcfd0", "message": "display ports in container admin\n", "proba": 3.450811050242919e-07} {"commit": "9e21414a80f139fdbd0924dcb5e8ddc1ac8cc46f", "message": "36c2177a-2e74-11e5-9284-b827eb9e62be", "proba": 7.77119021222461e-06} {"commit": "d1a16e08802335afdc7844de28715f8bf4deae00", "message": "Fixing test failures in mixture\n", "proba": 5.045865236752434e-07} {"commit": "601426a44261c9914156f0ca96daf11c68fac656", "message": "minor update to todo.\n", "proba": 1.0948802042776151e-07} {"commit": "450413ff5a43c52eed10c251e5e74057e63549e2", "message": "fixing pyplot warning\n", "proba": 2.072876412739788e-07} {"commit": "17ee7f8a07dfae5b6bb46564728c79594b07c7f1", "message": "fix bug where change instance before add instance would lead to keyerror; juggle the instance fields around\n", "proba": 2.2752071515697025e-07} {"commit": "7aac678f84d9d318e1aed3b89195083ab9e572c6", "message": "f1d62598-2e73-11e5-9284-b827eb9e62be", "proba": 3.035566351172747e-06} {"commit": "2a086ced81a62b737997c6bb0e9b148e7a958332", "message": "TST: io/matlab: test strings as variable_names parameter\n", "proba": 6.767706395294226e-07} {"commit": "90031ee88b4825681497790aabb5a83b8c40513f", "message": "Add files via upload\n\nMIMS factory object globally instantiated", "proba": 1.7273610808388185e-07} {"commit": "eb2dbaaab685b646d560bdaa15861cff88ed47e7", "message": "use getmeta(\"free_space\") for space usage reporting\n", "proba": 3.632723633018031e-07} {"commit": "da26322f97b8c624e5ba4f57ef4a276d185061d9", "message": "c773a9e8-2e72-11e5-9284-b827eb9e62be", "proba": 3.374486141183297e-06} {"commit": "9c81bfc6938b77ec46a2e8ebe79d6f3f6936b0fd", "message": "reduced reliance on regex in .yotta_ignore\n\nFixes ARMmbed/yotta#77\n", "proba": 3.3934708199012675e-07} {"commit": "46e12cc795657c95ffffb18e656af02276c4eab2", "message": "Moderately hackey small data element writing check\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@5247 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 5.407628123066388e-07} {"commit": "55695403b7b0718fee474ec841d7a1361f38cbf0", "message": "dokan: don't error out on strange values to settime()\n\n\ngit-svn-id: 74b2def6592cf29d88d1a5d33b5c4a2732d8507c@688 67cdc799-7952-0410-af00-57a81ceafa0f\n", "proba": 2.911826868512435e-06} {"commit": "c1208652f9a665f3436bfe0aacd3214cc6383bbb", "message": "08a4c4dc-2e74-11e5-9284-b827eb9e62be", "proba": 1.6596823115833104e-06} {"commit": "87146b7bd6e9957da3ac9cdb3138436ee92b76a4", "message": "MAINT: Break a long line in the example for lsq_linear\n", "proba": 0.00029623572481796145} {"commit": "afdc412f56f1046c93244835535a77136401a1e6", "message": "dokan: don't report bogus disk usage data, just let the defaults handle it\n\n\ngit-svn-id: 74b2def6592cf29d88d1a5d33b5c4a2732d8507c@410 67cdc799-7952-0410-af00-57a81ceafa0f\n", "proba": 8.861774404067546e-06} {"commit": "50ceba9af62167140c91d9464aad1b28bd224088", "message": "Fix dataflow stackdriver parser\n", "proba": 0.0008931817719712853} {"commit": "f606b85982e8d8bb3b503de004a9782dff149928", "message": "08fc3476-2e72-11e5-9284-b827eb9e62be", "proba": 6.472268410107063e-07} {"commit": "b97a6ef3aac75fe3c06f7bfbb9b141dadc7dfc9c", "message": "small edit\n\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@3693 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 5.164968115423108e-07} {"commit": "5b68b813f42d3093e32cec8bf67fe8027f57192b", "message": "Move drive setting to a separate function, so the drive can be changed after init\n", "proba": 5.236407218944805e-07} {"commit": "580fadd08880a8514b2a3b733125f12cf1497c5f", "message": "324657de-2e73-11e5-9284-b827eb9e62be", "proba": 1.6027972833398962e-06} {"commit": "83f6b6f4a9ebb7138eb9e26a8c835a0c92b39a81", "message": "ENH: speed up rvs of gengamma in scipy.stats\n", "proba": 2.5396587943760096e-07} {"commit": "81bd595902ed0cf554d000dffad2492ab4cb2800", "message": "49bb98e2-2e74-11e5-9284-b827eb9e62be", "proba": 2.306664327988983e-06} {"commit": "a36ce1382c2b3d8640ded4cf0bc347551fd9c11f", "message": "Forgot to change widgets to custom_widgets import in home.py after changing the name of soc/views/helpers/widgets.py file.\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%40568\n", "proba": 9.144766863755649e-07} {"commit": "a275260c61dbcae2c4c2e248990a9dd9b2946047", "message": "Provides tests for issue #38. Utilizes dynamic fields to index a multi-value date field.\n", "proba": 1.0015367024607258e-07} {"commit": "9e8638f0579111f681c073ae6c837b801e35051c", "message": "Removed shiftX/Y functionality\n", "proba": 8.341697821379057e-07} {"commit": "41eea71a0e57fa60d8b1cb9537bb7d46f7ec6b67", "message": "eaa19db8-2e71-11e5-9284-b827eb9e62be", "proba": 1.9297481230751146e-06} {"commit": "c16f1541f783c6497d45fc628554620879190705", "message": "Add PDF agenda parsing\n", "proba": 1.8014546299127687e-07} {"commit": "ac80969a2baebdfc97ac31ff0eda4b7a5a162ed0", "message": "d7291c96-2e73-11e5-9284-b827eb9e62be", "proba": 2.585415813882719e-06} {"commit": "1e615d0a06f706f6cac52ee11c47c4583db46fcf", "message": "7e804ac6-2e71-11e5-9284-b827eb9e62be", "proba": 2.317221060366137e-06} {"commit": "1ca4cfc98731e5828e5c8339b57148171c382765", "message": "bugfixes\n", "proba": 1.0761673365777824e-06} {"commit": "0e2f83e80178c70dcad511dacac7ec478d9347d7", "message": "51d12016-2e73-11e5-9284-b827eb9e62be", "proba": 4.2255140897395904e-07} {"commit": "9284b8b509932f6dfeb8754501a78007ac30cda8", "message": "Update PkgDistributionCreator.py", "proba": 3.1898167662802734e-07} {"commit": "415d1c550a5e27bb1743fedec395ee0822568941", "message": "22ba07ce-2e74-11e5-9284-b827eb9e62be", "proba": 1.1920744782401016e-06} {"commit": "285c1300958734df5ca8f075f213175ba37c81ab", "message": "`config` is now passed correctly to `set_bal_config_name`, and the bands are set for `load_input_catalog()` for consistency and to avoid a printed warning.\n", "proba": 1.060939283092921e-07} {"commit": "faefd096eaf5112b67e08aa5e3bd79cc29ebc9c8", "message": "a5e91fc4-2e72-11e5-9284-b827eb9e62be", "proba": 1.6486144431837602e-06} {"commit": "373dc6dfa37553f06131322dd7d5c40cd730130b", "message": "Raise error if content script fails\n", "proba": 2.463485316184233e-06} {"commit": "7666d0f32f34ab1d9d5e4c0cfa6d5393b703c5aa", "message": "89f497c2-2e71-11e5-9284-b827eb9e62be", "proba": 3.685710453282809e-06} {"commit": "e42d4a4e430b1caa3585778f8702cc0f97cb8e14", "message": "c83dfc84-2e72-11e5-9284-b827eb9e62be", "proba": 1.2574097354445257e-06} {"commit": "6ad4434ac17d4fc6e75d9c6924c66f05d1d616c9", "message": "b2742960-2e71-11e5-9284-b827eb9e62be", "proba": 2.000645054067718e-06} {"commit": "fd8ab65141c05d34fd1a5aa1c54524cc04495ad4", "message": "1e32081e-2e74-11e5-9284-b827eb9e62be", "proba": 2.3699742541793967e-06} {"commit": "7b598e122f81403a1f930fe3a4542fed5bf9505e", "message": "87ff4fac-2e71-11e5-9284-b827eb9e62be", "proba": 1.9972155769210076e-06} {"commit": "27c952a508041a34bd7c15409df5f99ef81b5570", "message": "1a369f38-2e72-11e5-9284-b827eb9e62be", "proba": 1.9854792299156543e-06} {"commit": "cf88e827cbbaf4acc9683e0e2af65e7e51318659", "message": "8c4100d6-2e73-11e5-9284-b827eb9e62be", "proba": 6.645923349424265e-06} {"commit": "b929fca4879b2252fa543c0f18d6b72eca5f4f4c", "message": "0f31bc1a-2e74-11e5-9284-b827eb9e62be", "proba": 3.462193944869796e-06} {"commit": "2e39514a8b0215641c161739467c55454baf1dc1", "message": "e04df328-2e73-11e5-9284-b827eb9e62be", "proba": 1.8873316776080173e-06} {"commit": "a89460d6cd2fff9449ded3bfc1712cd76823af1e", "message": "2215f46a-2e72-11e5-9284-b827eb9e62be", "proba": 1.825498770813283e-06} {"commit": "e841dfda95aee5d2bbc66882bace3f36b800a34b", "message": "83c913e6-2e71-11e5-9284-b827eb9e62be", "proba": 3.0335606879816623e-06} {"commit": "212735bc888c4f7c0fa3fceb17ed2212c19a7c33", "message": "d269cc3c-2e73-11e5-9284-b827eb9e62be", "proba": 2.076648797810776e-06} {"commit": "6b568bcd0a9a8b2086b832d9d6c40598f14314b7", "message": "cd3f3f94-2e73-11e5-9284-b827eb9e62be", "proba": 2.1830899186170427e-06} {"commit": "3397d41f84ed503c5a507daceb67d8c664a139a2", "message": "1c5c7a88-2e74-11e5-9284-b827eb9e62be", "proba": 2.830967787303962e-06} {"commit": "1a1f1d43c864e1ba7aeef1247d03566aef230915", "message": "b18cad4c-2e71-11e5-9284-b827eb9e62be", "proba": 4.278221240383573e-06} {"commit": "e2aba4bc407941731aaf17c2fc60324fc962c3a3", "message": "2d66f538-2e74-11e5-9284-b827eb9e62be", "proba": 1.438607228010369e-06} {"commit": "cf434cbc0815e44913f6db85236c6bc595a8da3d", "message": "d4d1efd8-2e71-11e5-9284-b827eb9e62be", "proba": 3.0060004974075127e-06} {"commit": "45dd1218cc9bf3573fa6389d7f027d2a08e10ebd", "message": "bc2248aa-2e73-11e5-9284-b827eb9e62be", "proba": 2.0541610865620896e-05} {"commit": "eb11358bb4c81ff66717b13e1adfe8385d7b5568", "message": "9125bcb8-2e73-11e5-9284-b827eb9e62be", "proba": 2.8603831196960527e-06} {"commit": "0ae9b9b0e78d6e67932ecb4b13918ab0f5d7b29d", "message": "ec83d208-2e72-11e5-9284-b827eb9e62be", "proba": 1.820924126150203e-06} {"commit": "5a641e268bc60d00fc177d4d941c67ccf23f2466", "message": "94a8f954-2e73-11e5-9284-b827eb9e62be", "proba": 2.345304665141157e-06} {"commit": "05df7e2450b7059392cb8bd5d8be6bb0c372ad34", "message": "123dcbd0-2e72-11e5-9284-b827eb9e62be", "proba": 2.4957782898127334e-06} {"commit": "e36652b57ae125e2295507db3813bae46926a2e3", "message": "f21ba226-2e73-11e5-9284-b827eb9e62be", "proba": 1.9722499473573407e-06} {"commit": "501a6521413b71083fc956e6312028804099d064", "message": "e5962398-2e71-11e5-9284-b827eb9e62be", "proba": 1.8456966017765808e-06} {"commit": "46d0f01242040dc3b090655be96c6599aa3a28b8", "message": "7fe07786-2e73-11e5-9284-b827eb9e62be", "proba": 9.291752576245926e-07} {"commit": "41ff03257f88dc50d8d1754d0c4799e4e0a7b6dd", "message": "daab0822-2e71-11e5-9284-b827eb9e62be", "proba": 6.612282845708251e-07} {"commit": "f174f0e46a7bca6db46e1dd1778fef82f8b143c5", "message": "54ad107a-2e72-11e5-9284-b827eb9e62be", "proba": 2.152509750885656e-06} {"commit": "2332a72abc1b1c2be459a6d4a3d782b894b37191", "message": "41011bce-2e73-11e5-9284-b827eb9e62be", "proba": 1.39063422466279e-06} {"commit": "d44a6e54707829180488ee5197d12a7c8997cf4b", "message": "13db23e8-2e72-11e5-9284-b827eb9e62be", "proba": 1.7631791706662625e-06} {"commit": "8c561e84066b0cc050952a4e3ecc7002bdd69089", "message": "Use Stroud's MapBox Account\n", "proba": 1.5053096547035238e-07} {"commit": "d56155cb28aa5c69c59eaf6d1a31cc2d5708ded0", "message": "aedf29a6-2e73-11e5-9284-b827eb9e62be", "proba": 1.2892641052530962e-06} {"commit": "17bacf02926259ea9bde099c48cb335259302385", "message": "abcedfae-2e73-11e5-9284-b827eb9e62be", "proba": 0.00012143472122261301} {"commit": "873e5b98eeb66c26971bdaf5ed0bd58169d1f0b5", "message": "32d1c250-2e74-11e5-9284-b827eb9e62be", "proba": 4.103385435882956e-06} {"commit": "044c8bb8fb6f12aac9fc7bca654666aa86b1e254", "message": "c89034ee-2e73-11e5-9284-b827eb9e62be", "proba": 1.5483772131119622e-06} {"commit": "9c0594b0e41ef2f9a9290b536c63f38c19a17ffa", "message": "bb2e5bca-2e71-11e5-9284-b827eb9e62be", "proba": 5.7069555623456836e-06} {"commit": "1c1d54b522d93249e5892f00bfff5c7d5c1efacd", "message": "2c276402-2e72-11e5-9284-b827eb9e62be", "proba": 3.7541703932220116e-06} {"commit": "615d03437d4779994757ad90378b732b8675ec0e", "message": "d256cfe8-2e72-11e5-9284-b827eb9e62be", "proba": 1.5716825600975426e-06} {"commit": "0927f389c3a129658171ba0caa19edbd01f3f0fc", "message": "ddcb02d0-2e73-11e5-9284-b827eb9e62be", "proba": 2.0447459974093363e-06} {"commit": "2490010eaeb1190b30e6fc7b3cb7504db2ca729c", "message": "80390324-2e73-11e5-9284-b827eb9e62be", "proba": 1.955698962774477e-06} {"commit": "503d3ac61bbe85d7a86bfbc5feb03c0d986bb6ef", "message": "0c65a20e-2e73-11e5-9284-b827eb9e62be", "proba": 2.0861129996774253e-06} {"commit": "06131faf8fda4135acbf2ddd2f8fc9aed4f040e8", "message": "79a21d86-2e71-11e5-9284-b827eb9e62be", "proba": 3.096166437899228e-06} {"commit": "e9ad9dd4acb632e9a044de603a10422a1ee6bee3", "message": "4cede1c0-2e72-11e5-9284-b827eb9e62be", "proba": 4.225310931360582e-06} {"commit": "2d7c493365bc02e65912e46a3a5a1ee67f670ffd", "message": "fdee70fc-2e72-11e5-9284-b827eb9e62be", "proba": 7.689204721827991e-07} {"commit": "0268e83527c2873255e4eb2639d04540e3cbd13e", "message": "1304fb60-2e72-11e5-9284-b827eb9e62be", "proba": 1.0082669632538455e-06} {"commit": "fd22a7df80cebb9e037bfdf17033d9d49918b52d", "message": "b5654270-2e72-11e5-9284-b827eb9e62be", "proba": 2.1476666915987153e-06} {"commit": "2150c1c015c5368cdab2fd01274765cd3e60cd04", "message": "ea14d2e6-2e73-11e5-9284-b827eb9e62be", "proba": 1.145099668065086e-05} {"commit": "a467ef4ce457ec753427e4dd1c9bfd1f3472ae46", "message": "b5617c02-2e73-11e5-9284-b827eb9e62be", "proba": 3.871069111482939e-06} {"commit": "ffb37c1a24c7355342fa0a9a306939c7d1c601dd", "message": "181847b8-2e74-11e5-9284-b827eb9e62be", "proba": 1.0815317637025146e-06} {"commit": "a0ec05e10b6945412718f06c34d743062b7cae12", "message": "a39e326e-2e71-11e5-9284-b827eb9e62be", "proba": 1.6965971099125454e-06} {"commit": "9bc5d2b7b65166f4dbd2532e4df678723d652ca1", "message": "81ff779c-2e73-11e5-9284-b827eb9e62be", "proba": 2.2936278583074454e-06} {"commit": "9c45de9b4f1c3262f74075602416ed45db54f3d0", "message": "e9a0f91c-2e72-11e5-9284-b827eb9e62be", "proba": 3.886756530846469e-06} {"commit": "2f9956ae09cc02bead81426b8c15379aba5e6821", "message": "186e77f6-2e73-11e5-9284-b827eb9e62be", "proba": 1.2697795455096639e-06} {"commit": "da94f7e002b7af3edb44c52486dc1f26ab5087f8", "message": "d84d3848-2e71-11e5-9284-b827eb9e62be", "proba": 1.9536389572749613e-06} {"commit": "6c9846ef155b62cfeb42f536e6e7be6dcbf8028c", "message": "44b517a2-2e73-11e5-9284-b827eb9e62be", "proba": 3.2032287435868056e-06} {"commit": "ea20c4e4ee0539036a7db84e15aded48a72bcdc0", "message": "631a8628-2e73-11e5-9284-b827eb9e62be", "proba": 1.7347829270875081e-06} {"commit": "d6e634b822f6f7515494978518cfb7936f1bf9c3", "message": "ccf3594a-2e72-11e5-9284-b827eb9e62be", "proba": 1.7441656154915108e-06} {"commit": "bc7b02545c12db7eeed8572e3ab435d686c1d5e4", "message": "144a9588-2e73-11e5-9284-b827eb9e62be", "proba": 2.6968652946379734e-06} {"commit": "db29b04a774cda7f337bb44f41048d661dcc877b", "message": "de67cda4-2e73-11e5-9284-b827eb9e62be", "proba": 1.347839997833944e-06} {"commit": "b68fc1a815bee9cd4c6b3f1f63851d809f9e69c1", "message": "9adc12b2-2e72-11e5-9284-b827eb9e62be", "proba": 4.41848169430159e-06} {"commit": "cd0dc5661948f0d2b196d8b1a3a31a58b42a008e", "message": "Clarified docstring.\n", "proba": 5.118707235851616e-07} {"commit": "cc7687c0d3d815f3e86a8effa6e24ec0d956e904", "message": "Implement __eq__ for Episode, Season, and Series\n\nShould hopefully fix a bug where Manager.is_episode_queued_for_retrieval(ep)\nreturns False but ep shows in the download list. I believe this happens\nwhen an episode is queued for download and the database is subsequently\nmodified in a way that invalidates the cache, which causes new Episode\nobjects to be created.\n\nSince this is a blind fix, temporarily log a warning when comparing two equal\nobjects that don't have the same identiy in order to help troubleshoot.\n", "proba": 2.776760766209918e-06} {"commit": "aa6f5f170804e3e2e63ba10f516f0d78107c0b94", "message": "Remove debug print", "proba": 3.4594083899719408e-06} {"commit": "a0d9f4ef05a2393b16ee4b7843b7d9b947a46c09", "message": "Do not generate redundant nodes in the monophyly Newick strings by putting brackets around clades of size one. BEAST doesn't actually seem at all upset by these, but best to keep things clean.\n", "proba": 1.3092545714243897e-07} {"commit": "9bf9d4e0fd0a050763afa20972f71ae71246cfc5", "message": "030-iob: skip broken tile for zynq\n\nSigned-off-by: Tomasz Michalak \n", "proba": 1.1264167198987707e-07} {"commit": "0fed45b7074288625a033436cc439d681acccbd4", "message": "updates\n", "proba": 4.4353927819429373e-07} {"commit": "091c017f1188ed2bf7e5520a46510c9199e58f1b", "message": "Define settings variables for this function to work.\n", "proba": 1.319016149636809e-07} {"commit": "29998c41ea3324e727d9b147b852e33306ce4c25", "message": "Properly force running of SaveParameters\n", "proba": 1.1851655017380835e-06} {"commit": "f3d0bfa62c1eed957f291883182af7bee9d56738", "message": "Fix admin logger expecting a TelegramBotApiException, changed to the new ApiException\n", "proba": 3.196394402493752e-07} {"commit": "a322587f1852ef2f2880a108a7a64b212d298142", "message": "Fix a problem with reporting errors from merging port properties\n", "proba": 4.3329786421963945e-05} {"commit": "b2908ce0a86442ffc8582c0317c270dd791710be", "message": "Mark missing opcodes.\n", "proba": 9.071905878954567e-06} {"commit": "63965f3fe233773591bfc71369a4e402ba176817", "message": "Modified analysis.py to work with Cybox Simple API\n", "proba": 1.3271913701373705e-07} {"commit": "4149be49d639bd7f4bedf08e4890e546af4bc1a5", "message": "Added comments\n", "proba": 1.2651231884319714e-07} {"commit": "1ced39fc6d84a0de0e5a84c41f53d83602d32f6f", "message": "Combined Window\n\nMade some changes to combine both windows. The Open File Dialog works,\nbut does not import anything to the textwidget yet.\n", "proba": 1.0266044370155214e-07} {"commit": "6a0754a846165aba02ca93421090587afa068fda", "message": "fix onRecover not called if fails == minFails\n", "proba": 3.199552793375915e-06} {"commit": "fc702460fe595206f04d48bfe0001244686d3198", "message": "Update table.py", "proba": 7.669167416679556e-07} {"commit": "27cf59fcbae34914aa8d511b6423f97dec1bee08", "message": "Python style updates.\n\nChange-Id: Ibab6eee217cb49b14537353c0e7e541ce9641c7b\nReviewed-on: http://review.northscale.com/2035\nReviewed-by: Dustin Sallings <1c08efb9b3965701be9d700d9a6f481f1ffec3ea@spy.net>\nTested-by: Dustin Sallings <1c08efb9b3965701be9d700d9a6f481f1ffec3ea@spy.net>\n", "proba": 4.96458653742593e-07} {"commit": "371fa219a23519caf68354bc6b867f919d2b3ab6", "message": "Reintroduced the Col.recarrtype, as this should be useful in contexts\nlike creating a new NumPy dtype from selected columns. See:\n\nhttp://permalink.gmane.org/gmane.comp.python.pytables.user/316\n\n\n\ngit-svn-id: 92c705c98a17f0f7623a131b3c42ed50fcde59b4@1917 1b98710c-d8ec-0310-ae81-f5f2bcd8cb94\n", "proba": 1.0292458682670258e-05} {"commit": "82b78313abb7695804fea38a5a510c3bc0db9c0c", "message": "It's 2015 now\n", "proba": 2.960119218187174e-06} {"commit": "92653e6528cfd94e010cabc76c2b5c1166507643", "message": "removing unecesary methods\n", "proba": 1.527698987047188e-05} {"commit": "a8cdb50ef6c00d9349f383e990225881029e42a1", "message": "Avoid leaking valid user accounts\n", "proba": 3.2395961170550436e-05} {"commit": "dbdcdf9f807f0ab9f24edd4d7ed233c2af799574", "message": "Add some tests for adding a question\n", "proba": 8.376510959351435e-05} {"commit": "b97fd2555c8ef1dbbb51b7da7233b301d1d95d33", "message": "syntax error on format (C mix)\n", "proba": 1.3595993664239359e-07} {"commit": "62d8465d92bc9362134eb707369e0c81ccab0045", "message": "Data layer completed and validated\n", "proba": 1.825323181492422e-07} {"commit": "beb8d2fa3a9e157b89e20cf7dddca4d347e42189", "message": "Removed security hole placed by previous developer.\n", "proba": 1.0885853640729692e-07} {"commit": "075cad85ebade8773cdc9187c68fffde74dadd47", "message": "Test suite 1\n", "proba": 1.5032023839012254e-06} {"commit": "4610b16dfaf718662e3dc9981a393357d14cfda7", "message": "Improved implementation of tests for the `auth` application.", "proba": 1.1474060102045769e-07} {"commit": "d5d8ab3ba3c4a6157edfcf32439f92b39f2e3fea", "message": "cleanup a printout\n", "proba": 3.0011481157998787e-06} {"commit": "8f7c204f4826bbd4b559964460e0f61ec5a4acb8", "message": "add docstring to create_gau_input\n", "proba": 9.339842677036359e-07} {"commit": "5a327737dcc85e19e513283265a7da87019b617f", "message": "Valid manifest rspecs might start with slicing_profile & removed filament 0 check\n\nIf the slicer returns values for a tool we want it in our analysis\nresult, even if it's zero. That way the result will be the same as\nif we have our own built in gcode analyser take a look at the\nfile.\n\n(cherry picked from commit 818ae92)\n", "proba": 1.2365877921638457e-07} {"commit": "768740d01072d25904b41d161c6fe312013a254b", "message": "updating meta so uuids dont change just for saving and loading. need to get base types to obey this rule.\n", "proba": 1.0174366593673767e-07} {"commit": "9f8df3f68b21578b2b6cd0f2200ab3d9820b999a", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "e3253fce16f8898ddeee848cc6ecc0098a833347", "message": "Changed name of cura plugin to CuraEngine\n", "proba": 1.6522757562142942e-07} {"commit": "2792765fed2c27084233bc8b72c407f66fb583b5", "message": "fix ENTITY_TYPE for subscription and id regex\n", "proba": 5.012334895582171e-06} {"commit": "ba8e122eaaf47acdd8933e7321a8f72f1d8b3df0", "message": "Small modifications\n", "proba": 2.541073627071455e-07} {"commit": "05c4329d7647c381783ead086c2ed4f3b6b44262", "message": "Collapse _GLOBAL_DONE into done (#984)\n\n", "proba": 0.0020610077772289515} {"commit": "4819c42e73079bbe63d79f31abca0ebbf16251c6", "message": "Graceful configuration\n", "proba": 6.250319870559906e-07} {"commit": "797dfc78127d88a973b23d9f3533ee8ce0ae483f", "message": "reduced the mathcing range to fix the tail address issue\n", "proba": 1.4538544519382413e-06} {"commit": "44bcbee5df3fb9cfe4ab38a0716dbb92a0390261", "message": "\tmodified: zunzuncito/zun.py\n", "proba": 1.8678879598610365e-07} {"commit": "85448f19dcf0fc73cf352f8e525b87d8efb83021", "message": "Syntax fix.\n", "proba": 3.6047939033778675e-07} {"commit": "851bb68c8b5a3d031254c01266a78d88e96f1358", "message": "removed commented out code in gig_registry/models.py\n", "proba": 3.0529366767950705e-07} {"commit": "f638b8bdd0c41bbb93bf2e9f22c9a6f10d6be0aa", "message": "fixes #13\n", "proba": 1.441525370182717e-07} {"commit": "9c3c37e263730aeef4f9fd1936f4e6c77b43a9fc", "message": "Properly storing mins and maxes.\n", "proba": 1.9728753386516473e-07} {"commit": "9a1f540a84e8381d22cec3b70c5cd19c99464e05", "message": "Bugfixes on regex searches\n", "proba": 2.9054089623059554e-07} {"commit": "3d40d387228c8eb076bf8013526010d9f0c9457a", "message": "Fixed string formatting, causing crash on cronjob run\n", "proba": 3.372551304892113e-07} {"commit": "137ce4b7fecd30d1fee291f38e17ea49b0a97c7d", "message": "add more logging to statement code\n\ngit-svn-id: 47651323d1fff8b53162dd67db6fb2a22dab2510@461 2bf6ea0f-123d-0410-b71a-f1a21eb24612\n", "proba": 1.355375388811808e-06} {"commit": "d66d515deb7f9991b7fc7f3b15c73646c38fea9a", "message": "Try to kind of mostly ask for a subscription\n", "proba": 1.583441502361893e-07} {"commit": "35751ebfbd65664782994b7af0456ab711ccd6cc", "message": "git log commits don't need to be reversed\n", "proba": 3.0386850994545966e-05} {"commit": "8122acee3cae7ec43ea652e257078a0b8aa5f746", "message": "Work with iddev.fedorainfracloud.org\n\nSigned-off-by: Aur\u00e9lien Bompard \n", "proba": 1.2742033561607968e-07} {"commit": "753c74c343ab4ef32879a3dd95c3a956af77f869", "message": "Fix set_property_atomic() boolean type casting\n\nIn set_property_atomic() we pass an integer query filter for the\ndeleted field, since most projects use an integer for this column.\nHowever, in glance the column is a boolean, which trips up postgres\nsince the types are different (mysql and sqlite work fine). This\nminor change to use False instead of 0 should fix that for postgres\nusers.\n\nChange-Id: I5149df76943c1c19f3204b904c0e2d3ef846bdf7\nCloses-Bug: #1953063\n", "proba": 0.0009481822489760816} {"commit": "8a487d0fceb330ef8acae75fde83d5d8b2a1caf0", "message": "Script for describing a portion of the dataset\n", "proba": 4.220331902615726e-05} {"commit": "d2457f28d021d59e0ad1ca02f586e2f3864bd68b", "message": "auto tooltips now look for lowercase\n", "proba": 5.064155743639276e-07} {"commit": "cebba7a809ffa2c53d7c959c8b915a46fe7c1856", "message": "Delete iaellipse.py", "proba": 3.643910895334557e-05} {"commit": "a9a05cdd59ebea7d2092aa65620957b0c0103c35", "message": "ir: Add IterationInterval\n", "proba": 1.9093506125500426e-05} {"commit": "4b3425199377194a5fae36f484d04c37af19013e", "message": "Updated rest parameters description", "proba": 2.9282912805683736e-07} {"commit": "e35fb20cc13839f1e801a7ebc834be8d75accbed", "message": "Using the new Window.is_sidebar_visible API in 3098", "proba": 1.2103133713026182e-06} {"commit": "9a38841448b13aa3c3ec9bc27c3efa78f8b66b6e", "message": "fixed unitTest for https://github.com/globaleaks/GlobaLeaks/issues/416\n", "proba": 1.569840009096879e-07} {"commit": "2f858619c01b02c3e961e988037670e14276abcb", "message": "version bump; TBB backend added\n", "proba": 1.5285935717201937e-07} {"commit": "7b00af997f9aa122c83efb98b88b5bb5626c6270", "message": "Fix LookupError on getting model\n", "proba": 1.9895590241958416e-07} {"commit": "f1be815e864763595ec88cb4d3970f9df721a47b", "message": "version bump", "proba": 7.394332897092681e-07} {"commit": "b703d9e414a00641594c0734065818faf772c831", "message": "updated to PEP standards\n", "proba": 2.0383741627938434e-07} {"commit": "5addd3cac10fc385bffd22c2482172791b781fa0", "message": "Consume config changes in user.py\n", "proba": 7.066597049742995e-07} {"commit": "a0eaeece9b94dcf500b3e120d14e7fdd5b5b3cf9", "message": "Add TrainedModel class; implement predict() for it\n", "proba": 3.217718358428101e-07} {"commit": "3d23114002b887634ee3d1202d0ef4f904c102b8", "message": "- Fixed multiple whitespace on tweet\n", "proba": 5.621955097012687e-07} {"commit": "fbfe3629161fa5707fb91ac519ef86ffdb707907", "message": "Rename setUp to _make_partition -- code is not common to *all* cases.\n", "proba": 1.097878978839617e-07} {"commit": "f396ed2e8a86e4b0e7abd4dbabce742f4e52078c", "message": "Predators and prey now in separate lists\n", "proba": 1.2551295469620527e-07} {"commit": "f610c58c187fd81968b2b02db64d5ff471a2c962", "message": "Make the refseq/entrez reference import test more intuitive\n", "proba": 1.4449760783463717e-05} {"commit": "ebf199064d9eb22f960cc1f47dd8bd6a031d4247", "message": "Removed some unused functions.\n", "proba": 1.2924250825108174e-07} {"commit": "50eae183687e46944a46b180afc9ca704da0b9a9", "message": "in debug mode print the native rspec being sent in createsliver\n", "proba": 2.9749611485385685e-07} {"commit": "5a3c1d1b95dd7ea0bd82a93f84d950fbf192c612", "message": "Update fields.py", "proba": 8.330130754075071e-07} {"commit": "32c5a38de20bdef852483d848e7f1954d9ff7611", "message": "Fix formatting.\n", "proba": 1.670753954385873e-05} {"commit": "43d80a52b91d12c23fefd8a0cd741f5c302ecb3b", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "f97da31add711dcc0e75797b206821ca2d05c105", "message": "Made a minor change just to help qtlreaper deal with genotype files with positions in bases instead of megabases\n", "proba": 1.1269647615108624e-07} {"commit": "f0c3fc54308774d75686f5a190ef442634ff4bfe", "message": "Change tests\n", "proba": 9.752859568834538e-07} {"commit": "10c2ff81a597311349a1682928fde4e3bbd8a9a1", "message": "Use unittest's patch to patch mock function\n", "proba": 2.3397012682835339e-07} {"commit": "400a1cd2cd51f51027b2034c7b63bd800f391de2", "message": "record office now reports how much more experience you need\n", "proba": 1.074535092016049e-07} {"commit": "9053dca85fcbabf4cc92162c483bf70bf28a4d64", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "acbc025079e66bdbb9294e1e951112a4bbd68b8c", "message": "change default value for a function\n", "proba": 9.429043643649493e-07} {"commit": "d8e3b4912dba2359e50a698dfb57b840e014c9fd", "message": "Remove duplicated code (maybe from failed merge)\n", "proba": 1.3421330891105754e-07} {"commit": "fa0f97d8e3afd8dd39b48c36b1cf04ca2b17eeeb", "message": "introduced a regex for odd characters in titles\n", "proba": 6.69104338157922e-07} {"commit": "4cd4772abf1e8c99c22a8d9888d68a6962ea4260", "message": "added a few units\n", "proba": 3.205613552381692e-07} {"commit": "3f779bc1316a1e8da584bf644b46d43cf1da5abd", "message": "request logger: adding created key.\n", "proba": 1.4642373002970999e-07} {"commit": "dc9d0bdeab90d9717c404f0820d514cead073efb", "message": "A temporary test to see if ivy under ng is bad\n\nSpecifically, whether or not it's causing the failures due to what\nappears to be a race condition when accessing ivy.xml and report files.\n\nAuditors: benjy\n", "proba": 1.1503011592139956e-06} {"commit": "32594091a8ee20ed6cbaab87e86daed1fe4dbe6a", "message": "max and min NumOfNodes set to 1 for max\n", "proba": 1.6836285112731275e-06} {"commit": "988721091711b618946ece1cac36dc3fb4c6812b", "message": "\nCatch URLError in machine_provider\n\nR=tayarani,rogerta\nDELTA=6 (4 added, 0 deleted, 2 changed)\n\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION=5178\n\n\ngit-svn-id: 6f200aab33a7b6704a2e38529f84eef50a04cb11@147 722f4569-f0a1-f026-5e06-c3648ed4afc7\n", "proba": 3.6261960758565692e-06} {"commit": "2304ddffe1a2af868ab89ad89699c89281115e91", "message": "got contains and insert methods working for trie (but no tests)\n", "proba": 1.0019475382705423e-07} {"commit": "30b6446cd34f737c3f7248304e95f2b096d9101b", "message": "Add TVDB.path property\n", "proba": 2.877860083572159e-07} {"commit": "6852f66872302d44d6f135918d831b3f37c03c2d", "message": "Deployment filtering for deployment images\n", "proba": 3.1216652018883906e-07} {"commit": "88ea56015f061788514372bfafb733d0ec74e199", "message": "fix pd merge\n", "proba": 6.733059763064375e-07} {"commit": "fcd3363c7afd9c83daee2287c434b7ed928468d1", "message": "Only display a ToC if at least one of the subsections creates a file.\n", "proba": 1.0588691168322839e-07} {"commit": "23474558fcca8234d7ea3c18c80e63427df6cdc0", "message": "[mod] anglish\n", "proba": 1.3064610584478942e-06} {"commit": "849b3762d7fa59ed44f7981e453c460b815d19b8", "message": "Include unittest2 in the base test classes so it's available everywhere\n(transplanted from 0ef379b198c9ea688c5d670bd69d2e500baa1976)\n", "proba": 1.295910578846815e-07} {"commit": "fdf9845f809cfcc1500176a4e427916b49186915", "message": "[la.container] add `make_listvectorarray`\n", "proba": 1.6782024658823502e-07} {"commit": "5f8fb85bdc5223545111ffddc05428e9ef91258a", "message": "Add additional BiGG database_links\n", "proba": 1.897952586205065e-07} {"commit": "873df124e5bf45bfb329f6c23eaf25fed91e8b89", "message": "Small ATLAS fixes, major update coming soon\n", "proba": 1.1210048711518539e-07} {"commit": "0b9cf37173cf6f704c1905edf98e7d60bd8d5907", "message": "Fix wrong drawing order.\n", "proba": 1.3980021549286903e-06} {"commit": "bb15f6af388bd8484cb2a3cb9ee46150ea312a7e", "message": "working except variable measures\n", "proba": 7.625075113537605e-07} {"commit": "259019c31ca27118c9b66665efa949ee2760943c", "message": "plots for testing; wrong\n", "proba": 0.0006450102082453668} {"commit": "7411f4df119325400606ab9a2d5e78ff17d76cef", "message": "set data source for grid\n", "proba": 5.293763933877926e-07} {"commit": "3b8d6d174535438a82eecc04fdbf5ce6c8761940", "message": "added dunder str for question\n", "proba": 2.1088833079829783e-07} {"commit": "ac44d3c0b0d1a7b5b6f4731cd99d891ef8c6fdc6", "message": "Don\u2019t mean normalize and store our data as bytes, not floats.\n\nTesting against the MNIST data and our pipeline indicated that this is a good strategy.", "proba": 1.0218572299436346e-07} {"commit": "0325f51ee7eab58893a2ffc2bcd1ab1e7f83ec2a", "message": "Fix avoid very short line lengths\n", "proba": 9.145099465968087e-05} {"commit": "ccc40dfee163cfb5fc63e694b5c6f2541c116bb4", "message": "Prepare algorithm for simualte/logpdf with evidence on the leaves.\n", "proba": 1.0105669900895009e-07} {"commit": "ed9d09c5d59f84d08a6ae2bfd6af603b88596928", "message": "Add view test\n", "proba": 3.2177672437683214e-07} {"commit": "83488b41e2629f2a3a5c31225c3612f9809a82c9", "message": "Changed ssl and no-ssl options to use the same arg\n", "proba": 2.8252563311070844e-07} {"commit": "9c4dc411cc3dc16c5983f894d608f88a11dfa01a", "message": "Change permission of logfile to 666 since it will be shared with\nOpenStack, which access this file with nova account\n", "proba": 1.31050001073163e-07} {"commit": "f9db3fbf4b2c01a97a987b10e85032b025518467", "message": "Minor change to trajectory.py\n", "proba": 2.6961919274981483e-07} {"commit": "7a52c1cffc6e1fa1fb26b345b64e07e10c42f981", "message": "adds enqueue and dequeu\n", "proba": 1.0196645234827884e-06} {"commit": "53f35a8f4b3d8d28a0510a48332dbc129446da22", "message": "add red carpet, remove age\n", "proba": 3.2392165394412586e-06} {"commit": "a4feae0590694e17abe9031d4f72b68933b087da", "message": "Add runtimerror check\n", "proba": 3.2586669362899556e-07} {"commit": "a22a6e941fa828351969bbe2a663f4aa71b6f203", "message": "migrations: Fix inversion of character_is_printable.\n", "proba": 2.584109324743622e-06} {"commit": "dd3b1eb2b1f246a23a13d6cce90932719b6aa2aa", "message": "Translated math plugin module, except for a couple of troublesome\ninverse hyperbolic trigonometric functions.\n\n\n\ngit-svn-id: 6eeb60ec703f9179b28ca939c5bd1e87aab53475@3 7f301bf4-a02f-0410-90b8-a3b0f3303b9a\n", "proba": 0.0007036012248136103} {"commit": "3e2bbb5f4205744d5be00191e180b5edfe196a90", "message": "remove duplicated code from data.dictionary (#1914)\n\nSummary:\n# Before submitting\n\n- [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements)\n- [ ] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/master/CONTRIBUTING.md)?\n- [ ] Did you make sure to update the docs?\n- [ ] Did you write any new necessary tests?\n\n## What does this PR do?\nFixes # (issue).\n\n## PR review\nAnyone in the community is free to review the PR once the tests have passed.\nIf we didn't discuss your PR in Github issues there's a high chance it will not be merged.\n\n## Did you have fun?\nMake sure you had fun coding \ufffd\nPull Request resolved: https://github.com/pytorch/fairseq/pull/1914\n\nReviewed By: ngoyal2707\n\nDifferential Revision: D20669790\n\nPulled By: myleott\n\nfbshipit-source-id: 2bf65407c0ee67788df7cc90eb6c2f3cf411e432\n", "proba": 0.0001332243555225432} {"commit": "3068efec81068b20d4a541fff4c8ce501a9528f8", "message": "Improve syntax\n", "proba": 0.978611171245575} {"commit": "9febe9af2a4ff28988cb686a40120d277c6ed3fb", "message": ":sparkles: Update OAuth2 Form model and add strict version\n", "proba": 1.2440385432910261e-07} {"commit": "f86fa67b1d434c186d894316b0cb30f7a74354ba", "message": "BRANCH 4.8: fixed missing return of top element causes color widget to not display\n", "proba": 1.346933800050465e-07} {"commit": "4afe69da02b89232cb71c57aafd384214a45a145", "message": "Release 2.0.1\n", "proba": 2.0568471370552288e-07} {"commit": "2fe7368b27ff8da845650aaa436d8fad2766edae", "message": "assertItemsEqual() (removed in python3) tests changed to assertEqual()\n", "proba": 8.556601756026794e-07} {"commit": "290539c2594351d3c44e64da4694aa33b639786b", "message": "Some refactoring\n", "proba": 1.12484246983513e-06} {"commit": "7440f8d3b6b4f2b1022d445fda943e981e6ab890", "message": "Fix compatibility with newer apispec\n", "proba": 1.9583195864925074e-07} {"commit": "e1dccd868811db3fa6977f6652c601ca89209e8e", "message": "Deal with any potential quoting issues\n", "proba": 1.2975887386801332e-07} {"commit": "b4098288f2119f83b1515ef40be53cb6c9e570dd", "message": "start to update with config changes: assure-sign-key, not assure-key\n", "proba": 6.893242243677378e-06} {"commit": "7e87b2e06a3ee2730edaf16c6f464961b6aaa069", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "daf5ffb9dcf93d38ef9aa5d64c1dd535ceb66ef9", "message": "Wrapper for app ids and secrets\n", "proba": 1.3781418317648786e-07} {"commit": "045fbf3f3012514689803f8d1ddf72348b97fd23", "message": "Fixes jobCommand unpack (#3610)\n\n(resolves: #3603)", "proba": 2.106714305227797e-07} {"commit": "d023cbb6127fc774728c42b73e2c9d1e863af3aa", "message": "Added error handling to current task.\nprocess() returns None if command was not handled.\nAdded 'DO' before current task when a task is marked as done to remove ambiguity.\n", "proba": 1.8897473808010545e-07} {"commit": "3274d51585c1b5f6cf9414ffa38fd258ae1ceccd", "message": "rename user table to users to avoid pgsql conflict\n", "proba": 4.2786024323504535e-07} {"commit": "8581e7828c8c19bc6dd31a7b5c08f258b0e8b53f", "message": "Usabile ?\n", "proba": 3.3679873467917787e-07} {"commit": "c3e3bed6a92b33bf8f393fb904cad56f05ed8952", "message": "Portability: Work around NamedTemporaryFile limitations on Windows\n\nThe python [documentation] for `NamedTemporaryFile` says:\n\n> Whether the name can be used to open the file a second time, while the\n> named temporary file is still open, varies across platforms (it can be\n> so used on Unix; it cannot on Windows NT or later).\n\nSo we use a temporary directory instead.\n\n[documentation]: https://docs.python.org/2/library/tempfile.html#tempfile.NamedTemporaryFile\n", "proba": 0.0004828934615943581} {"commit": "60c8cd0c8382060ceb84c0016a178cdc5e562057", "message": "setup --vscode: Set path to Python interpreter correctly\n\n...in run-on-save configuration on Windows.\n", "proba": 1.0950055440162032e-07} {"commit": "ebac7572439de9e7476962264957ae0a25a16785", "message": "Rename Grid to Overview and restyle\n", "proba": 1.2893067946606607e-07} {"commit": "2e4cb0398be93db726aafe5576e8c3603360bfe1", "message": "re #11220: fix missing value for xmlsnippet\n", "proba": 2.681375974589173e-07} {"commit": "91a2ba692fe3daaeaf63a9f42fad89f4234c4f7a", "message": "Re #9608: Update tests again to use proper view name\n", "proba": 1.1193234428219512e-07} {"commit": "13f87ffb9c2720b1cef5f13d462d0cc18d1859b6", "message": "rename local var\n", "proba": 0.00019340265134815127} {"commit": "1aa46cee3ae14891c2646ece934338968d122cb8", "message": "Update activity logs service to use the manager approach\n", "proba": 1.9492492242534354e-07} {"commit": "a977948a1e7c7d9fa2e9a7ae2f60d2a54293b266", "message": "Fix metrics tabulation with missing metrics\n", "proba": 0.006792846135795116} {"commit": "68cc3c34de456b600475e7d9b970da223e8c936e", "message": "ENH: add linear_model.remove_data method\n", "proba": 3.1466308882954763e-06} {"commit": "dcc010cff4f115128bbc93ac491162d583f52d2b", "message": "fix annoying directory tree rename bug (#1109)\n\n", "proba": 1.1614417871896876e-07} {"commit": "fb227506d248e875c3dbc92b8bb1369de6f9f63d", "message": "ENH: Always convert scalar weight to array\n", "proba": 3.759896208066493e-05} {"commit": "31baff334c3605f9e2fe8f14b242534461c31a9c", "message": "tetstst\n", "proba": 4.115184765396407e-06} {"commit": "e0815ebed644e73037238021318c8b3a6b38ffec", "message": "looks like variance/mse is already computed during tukeyhsd calc. save for use in hochberg, remove rmseofgroup #809\n", "proba": 1.2283049954930902e-07} {"commit": "b2b70c1170a3978f16c6def7d45413ffede02493", "message": "Expand on input format in docstring\n", "proba": 0.0013668576721102} {"commit": "35896767defee58885c4cc276b927c4f00304da2", "message": "Delete scooter_v5.py", "proba": 7.754838588880375e-05} {"commit": "5db269909c5ebff7861c8644d31fb11ed2a7886d", "message": "Fix parsing binding params from global config in SDNDomainAdapter\n", "proba": 5.29857743458706e-07} {"commit": "a6230437a3c10ba3c72d19b2d30d44a586bd4c22", "message": "adapt/managers.py: update /etc/hosts with sap hostnames - ip mappings\n", "proba": 1.4907890033555304e-07} {"commit": "32ba3053df4cb13186cdf60669c9f639f1f14a7b", "message": "static routing\n", "proba": 8.706696235094569e-07} {"commit": "e91a4fc1e1ee243edaffe235f24bc3e0e40e1420", "message": "Add an XFAIL test for issue 4304.\n\n* subversion/tests/cmdline/lock_tests.py\n (lock_unlock_deleted): New test.\n (test_list): Add new test.\n\n\ngit-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285d88@1438073 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.878243549275794e-06} {"commit": "4541f52eac82936213b5909632980e17e2f0e02a", "message": "Add new XFail test for issue 2420: check the output of 'status -u' when a local \nfolder is deleted from the working copy.\n\n* subversion/tests/cmdline/stat_tests.py\n (status_dash_u_deleted_directories): new test for issue 2420\n (test_list): add the new test, mark as XFail.\n", "proba": 1.582759097118469e-07} {"commit": "df7293da8d986124e84a51be07ecf4b935a2474e", "message": "delete repeated line\n", "proba": 0.000696249830070883} {"commit": "84223a3918e37215f852ee1a9b6b646e5fd4cac3", "message": "Add unit test to reproduce crash #148\n", "proba": 1.3670936027665448e-07} {"commit": "a178bd27816187c29fe469fbef2c488c7af02ea0", "message": "The test suite now passes with the additional entries API compatibility\ntests, so it has been enabled by default.\n\nThis revision wraps up the last little tweaks necessary for this to work.\n\n* subversion/tests/cmdline/svntest/wc.py:\n (State.normalize): move the join() private function out to ...\n (repos_join): ... here. and add a base PARAM and allow either parameter\n to be the empty string.\n (State.from_wc): remove the '/'-append onto the parent, as we'll call\n repos_join instead, and it will Do The Right Thing.\n (State.from_entries): always return a State now. avoid keys that start\n with \".\" and use repos_join when possible. leave \"missing\" StateItem\n objects for the stub subdir entries.\n (svn_url_quote): new function to quote URLs according to svn semantics\n rather than Python's semantics.\n", "proba": 2.974932726829138e-07} {"commit": "6895b21290c060c5b8a72c0cc6fcbde170f6e2b0", "message": "Added size reduction to remove\n", "proba": 1.8621554431774712e-07} {"commit": "953f2395261ddc4286072cde50ead8323a264508", "message": "removed example from code\n", "proba": 7.940748218970839e-07} {"commit": "30cfbe8d2f8057ea84e047878f30b56ee548cfcd", "message": "FIX: nginx servicefile got empty servername", "proba": 3.1021543236420257e-06} {"commit": "2f437faa35155399171ae64b88c6baddf5fbd113", "message": "Implemented some of RootNode.\n", "proba": 1.3315298019733746e-07} {"commit": "ffd23f3237812318bb39663e91fb84c054540528", "message": "deleted redundant backup file\n", "proba": 7.274634867826535e-07} {"commit": "4033b945ee412409872e57810eb9ed4eda5cf80a", "message": "UPnP status bar update fix\n", "proba": 2.626255479754036e-07} {"commit": "92393a3031975a395d679931622fe37f7db8b892", "message": "remove prettyprint references\n", "proba": 3.636075405211159e-07} {"commit": "b23acb4d4266ab6552560f2766390b0478c12f40", "message": "pyca-cryptography: Fix issue 48484 integer overflow (#8592)\n\nFix error handling or other false-positive bugs reported for projects\r\nissues.\r\n- 48484 (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48484)", "proba": 1.8586247563234792e-07} {"commit": "8427a2f6d1d220b2a5d9b9298b7078a4ead7a5c8", "message": "feat(csv userstory): add swimlane to the csv output\n", "proba": 1.1944793186557945e-05} {"commit": "c582ae114e177e6cbf1955a4844a2946b0f00909", "message": "rephrased if condition to be easier to read and understan the print text\n", "proba": 0.0004225771699566394} {"commit": "9d9d56da1bfab5a9179c332efddeb3589c01a55d", "message": "Change N+ login endpoint\n", "proba": 1.8811483641911764e-06} {"commit": "1ab61f0fd8c805db75ebf1a61113b23c96978ec2", "message": "minor improvements\n", "proba": 1.680600121289899e-07} {"commit": "4bfaae635e47c2017e0cbd810f4ca963bd535e65", "message": "challenge module: use requests in cryptohack\n", "proba": 4.355008798029303e-07} {"commit": "cef8c32739731839e7eb339fee18a998483d7136", "message": "provider/maas: Fix bridge script\n", "proba": 3.0067377565501374e-07} {"commit": "066aa1a59e3883a4edd7f9570cca37cec0499277", "message": "Improvement\n", "proba": 1.1692807220242685e-06} {"commit": "671f58939cd35bbebcf2a750e37fa8f7d7070014", "message": "Added a lot of docstrings. Fixed bug with ValueError exception raising.\n\n\ngit-svn-id: 9ab2475816adfb8420036182e3900ffc754382bd@277 516c0664-e049-0410-bc6e-8f9a6051a51d\n", "proba": 6.883158789605659e-07} {"commit": "e4bdc5932c12168720b45e5fe0abb14e8a38821f", "message": "add test case which exposes #1013\n", "proba": 8.978639129963994e-07} {"commit": "e10dcf4fe7c480dcdfdff744e35f68683741cc59", "message": "Add _placeholder_value for DistributedVariableTraceType\n\nPiperOrigin-RevId: 436575035\n", "proba": 5.988330485706683e-06} {"commit": "414583596f62d05dacf793a71fdaa564f3a7ab7e", "message": "tensor tracer: minor change in flush function.\n\nPiperOrigin-RevId: 258198866\n", "proba": 1.492366550337465e-07} {"commit": "ee733a69dc2140920490b2bf2550399c07547845", "message": "services: Update tests for isgd and vgd who switched to https\n", "proba": 1.259431741118533e-07} {"commit": "61b63f007979ad4591f3be60ecf48c4a7acde496", "message": "fix compatibility with uwsgi and other wsgi apps that prefer \"application\" not \"app\"", "proba": 1.1353802165103843e-07} {"commit": "0ef035fff356969b9c8d0fc5c0848a3ed42bfd7f", "message": "cleanup of stackptr.py\n", "proba": 7.355894808824814e-07} {"commit": "639fefb26891a50ff4c63ed633eaf5dc0c640858", "message": "Changed longpolling callbacks for resetting server shares to use a callback system\n", "proba": 1.480381541796305e-07} {"commit": "fcf0359088844932c8ff46dbe2b39f958a5b22aa", "message": "Made it so LP calls are made to disabled servers as well\n", "proba": 1.0597783983712361e-07} {"commit": "cb485e581db14edc33fe8f8b69522ca5167f00ba", "message": "add dirs to copy for sys\n\n\nFormer-commit-id: e4ee77236d30d17b679749c57151bbd818c7512e", "proba": 4.945910632159212e-07} {"commit": "03cbb61e37d6afc528a4e708a87394b7648a0c4b", "message": "back to logistic regression and added cross-validation score.\n\nDespite model being also cross-validated, training error is higher then cv error, which is very variable.\n", "proba": 1.323635814287627e-07} {"commit": "4c5455dcb793da35f364c1aba84847210dbb7cc9", "message": "Split lines correctly, add leading 0 to patent number if length == 7\n", "proba": 0.0013104529352858663} {"commit": "3a185979e483ce3035d1a4177909037cf227b16e", "message": "Re-enable all BLE test.\n\n", "proba": 1.205140307547481e-07} {"commit": "24dd6cee78ec779498b532d5dbb5015490642129", "message": "CLOUDSTACK-7467 Fix TestVolumes.test_07_resize_fail\n\nPreviously if you had a volume using a non customisable disk offering, and\nattempted to resize it passing in the same disk offering id, the command would\nbe accepted, but it would actually be resized to its current size (i.e. the\nprovided size parameter was ignored). This is what the test used to check.\n\nCommit de6a3112b6b80952d1598acaa112ac50a3ef9d32 modified the logic to check if\nthe provided diskofferingid was the same as the current one, and if so treat it\nas if it hadn't been provided - this means the resize command now fails, which\nis probably the more sensible thing to do (rather than giving the impression it\nwill be resized but actually not doing so).\n\nThis change therefore modifies the test logic to match.\n\nSigned-off-by: Mike Tutkowski <14f50a1218cf30d261722e070454223a4864e958@solidfire.com>\n", "proba": 1.429726580681745e-05} {"commit": "65aa4b4a51a320653ffc674419cf07b3b5b0ad10", "message": "[unicode] fix path parameter\n", "proba": 8.059253673309286e-07} {"commit": "9787fb3a78d681aff25c6cbaac2c1ba842c4c7db", "message": "Fix compatibility with latest horizon\n\nClass \"NetworkClient\" from \"openstack_dashboards.api.network\" module\nwas removed from horizon repo. So, remove its usage and use neutron\ndirectly.\n\nChange-Id: Idcf51553f64fae2254c224d4c6ef4fbb94e6f279\nCloses-Bug: #1691466\n", "proba": 7.92789990100573e-07} {"commit": "b47d567805956f834269d6abb2c6b4db353aa1ca", "message": "ppp fix\n", "proba": 9.428306384506868e-07} {"commit": "d5afe57fbc4c7e2f604106e06ee5353cf8e02205", "message": "Fix syntax error\n", "proba": 0.0005845880368724465} {"commit": "254264dc2105800a6373c4a68a23d5b05d26d58d", "message": "Fixes to var delay\n", "proba": 2.3988914676920103e-07} {"commit": "97e63952b5b18b18432ceacf89fb18da7947b2c9", "message": "converted views to properties to fix #50\n", "proba": 1.8486086617031106e-07} {"commit": "abeb26b68c3436ee7cb6eb491484db78f02bb6d4", "message": "fix reconnecting problem of qq.py\n", "proba": 5.52040501133888e-06} {"commit": "1eb7513c2cf664282c259cfdec4839a982fb960c", "message": "\u5728~/QUANTAXIS/EXAMPLE/research/RNN_EXAMPLE/RNN-example_using_keras.py\u6587\u4ef6\u7684load_data\u51fd\u6570\u6dfb\u52a0\u6ce8\u91ca\u3002\n", "proba": 1.1197932536788358e-07} {"commit": "ced6fb4cf9ae404d389bc6adad29f4f814fecd71", "message": "Py3: Fix tests by using byte literals\n", "proba": 6.552915579050023e-07} {"commit": "d90e79738b7cf69798eecc165dae77f03553d4fe", "message": "update tile definition\n", "proba": 5.735818717766961e-07} {"commit": "f973f30273a026aa7a202f50c40ed1c0444d86a3", "message": "add support for zpix files\n", "proba": 2.120190316645676e-07} {"commit": "4ceee71449d978dd4b227b0bd1306a1b2011bb3a", "message": "updated field_parser\n", "proba": 6.422862384170003e-07} {"commit": "fa8b99e2265e5aac53e1f393a6be997a4d67f1f8", "message": "[svn r63187] tweaks to cmdline options\n\n--HG--\nbranch : trunk\n", "proba": 1.3008151711346727e-07} {"commit": "af1a81370a02cab978efb6b0843a38412fef0b92", "message": "Cleaned up code formatting\n", "proba": 3.252163514844142e-05} {"commit": "0e004789f49859b98de667c913e96321993d13c1", "message": "fix: fix behavior of RawAudio.__call__ with return_sr=True\n\nBefore this fix, returned sample rate was the original sample rate.\nAfter this fix, returned sample rate is RawAudio.sample_rate (or original sample rate if the former is None).\n\nFixes #289\n", "proba": 0.0003364956646692008} {"commit": "19084533d2b9cb966f30c2756d35c90d474bb9fc", "message": "Add pybb_load_stats template tag\n", "proba": 5.277593118080404e-07} {"commit": "1133b36b075fd3d44c05535fc57a536c329dcb7e", "message": "Update `tfds.load()` callers to specify `shuffle_files=True` when necessary.\n\nPiperOrigin-RevId: 264338129\n", "proba": 2.9747116059297696e-07} {"commit": "091db0d95e3d4f9895e3ce5969d9ade40421f857", "message": "Fixed update_volume_and_series to allow for non-sentence result (this fixes incollection and inproceedings).", "proba": 1.2808945371034497e-07} {"commit": "8085b1707a406aeec73de65689c919e60671cc1c", "message": "Fortran: print PythonLen as size or len depending on dtype (#621)\n\nFixes #619 and fixes #620.", "proba": 1.1876790750875443e-07} {"commit": "748ac545bd6987367960eb1d1064145b3a66b63d", "message": "updated graph grouping node\n", "proba": 3.0453065846813843e-07} {"commit": "0750174029a9ee8ea835c5b7568a23d3bc4fb164", "message": "fixed pipeline template manifest #701\n", "proba": 1.2895971224224922e-07} {"commit": "49c917e18ab6f88114329fa3569c8943c9fc5bd6", "message": "catching exception after search\n", "proba": 2.6931158458864957e-07} {"commit": "63022cbef960130330dbfe66193fbd164713feef", "message": "Fixed minor bug with timing when resuming + better time formatting\n", "proba": 2.253680975172756e-07} {"commit": "6ae1c524d58cffacd9629a619fb991ba6fb39f08", "message": "LA-1680 Make c_set_attribute_value match PKCS #11\n\nChange c_set_attribute_value to return only the return code. PKCS #11\ndoes not modify the template passed in, and returns only the return\ncode.\n\nChange-Id: I22bcdac898a9644581072999a4116a455e94dd7a\n", "proba": 0.000351506780134514} {"commit": "a7866e572e4c41220f84a8923697d817751dc8bd", "message": "adding call to system_profiler for mac\n", "proba": 2.934072256266518e-07} {"commit": "b3c4540f9e3ff4a9ecf92c6048cbc6450213a49a", "message": "Fix stupid behaviour by @kipe", "proba": 1.0944351743091829e-05} {"commit": "b118a5e3f8e58f5cb8319f3f626fbfcb5845fe41", "message": "Improve the compiler compatibility of the C/OpenMP backend.\n", "proba": 1.20665376357465e-07} {"commit": "d25fb3f222f8f68d6ed8b66735e449264ba5f7f3", "message": "Fix issue 74: OS X mouse exclusivity.\n\n\n\ngit-svn-id: d4fdfcd4de20a449196f78acc655f735742cd30d@1086 14d46d22-621c-0410-bb3d-6f67920f7d95\n", "proba": 7.684800220886245e-05} {"commit": "8bc1e4f2fa5ba1ef9eb2aebd3357df37b5cd9726", "message": "Fix live window resizing when the clock has no schedule.\n", "proba": 1.323841587463903e-07} {"commit": "771b3105df3f34219e99aa55383dd915bdcaacfc", "message": "Strategy update\n", "proba": 5.235558546701213e-07} {"commit": "a0d0cb58d44496ecea11914db5da0d34d900dc08", "message": "Added processing for new fields via --process-extra-fields\n", "proba": 1.3750697291925462e-07} {"commit": "a34e26fd03e47ed9229e1a210d21173947b875aa", "message": "max message length is k not n\n", "proba": 0.9999994039535522} {"commit": "6f4c0c73082c223bcbbb93e8245eba640df68a5c", "message": "feature: more stopwords.\n", "proba": 3.321918029541848e-07} {"commit": "cc51d0164a68ad8752ab19336aedf907208ba192", "message": "Refactor normal_path()\n\nReturn pathlib.Path() from normal_path()\n", "proba": 8.868578152032569e-05} {"commit": "670088307c8f4b2eabd4b7412d8d4baad8df2974", "message": "Update reference to self\n", "proba": 1.28149579836645e-07} {"commit": "79663b081d5b6828011106dbfb68b7f61fb0f4ab", "message": "fix basespace and pandaseq imports in abstar.py\n", "proba": 5.982519724057056e-07} {"commit": "f2974bc8c0f827f2ae46fad999ff90ba9d5e79c6", "message": "fix unassigned logging\n", "proba": 3.7915247048658784e-06} {"commit": "b33caffdef796aab8c84637bbeff0d0a149cc1d8", "message": "show output in verbose mode\n", "proba": 3.965382347814739e-06} {"commit": "907110d6aa9861771fcbec585c6df27188b0856e", "message": "rando: improved strict minors\n", "proba": 0.0002800736983772367} {"commit": "65e975acfa2e7aad4bf4f6539acb61b0101718df", "message": "ratings\n", "proba": 7.199303695415438e-07} {"commit": "b3f2649ab9facc7e478171c7a35c9b4c56b11af2", "message": "changed JSON output directory to user/maya/version/script\n", "proba": 5.062364039076783e-07} {"commit": "084dd0180da1a0adcc6eb9460d3bacabeebfc0b1", "message": "Bug, n_unit wasn't changed to N_au\n", "proba": 3.7477600471902406e-06} {"commit": "52e311c9987ab9369fccdcef0bd01c67b80d224b", "message": "Added --version flag #1\n", "proba": 1.28592873238631e-07} {"commit": "d4b411909312ba92c367ee406e9c810d7fc0df2c", "message": "hexlify debug data received via udp", "proba": 1.1666008958854945e-06} {"commit": "9d90107982d2061b3fb32ce47625f2e513219932", "message": "Waiting cursors at instrument change\n", "proba": 3.047962309210561e-07} {"commit": "d46f892772936938c421befc89090a83779ce5b2", "message": "fixed some path related bugs\n", "proba": 3.3906917451531626e-07} {"commit": "fa1a382d3cfaadf5f2efb831c8bbcc5dc534d070", "message": "Accessing atoms by reference directly instead of index\n", "proba": 2.599213360099384e-07} {"commit": "016ef82d0432e20cde234ee254dd4b23ea6979f4", "message": "Adding TODOs but it is late\n", "proba": 2.0895963359635061e-07} {"commit": "53cee75a8a45808c684868dba3df047d5324f106", "message": "dumping version number to 1.3.2\n", "proba": 0.9988995790481567} {"commit": "5749ba0d02d6b35d614a703655dcb201b2466b2d", "message": "fix labels docs\n", "proba": 1.0293705372532713e-06} {"commit": "20df822f11f3118391b058f309478f4b75f55e30", "message": "add test filterop_endswith\n", "proba": 2.9092129238961206e-07} {"commit": "c9be95ac1d204dee17c32f2ce5702d51402294d8", "message": "handle face groups in flac3d writers\n", "proba": 1.3918970864779112e-07} {"commit": "120f7a4c4009990b2eed70ffbf019b5f7daf8268", "message": "[Qt module] Added workaround for qt tools version detection\n\nDepending on the tool (moc, uic, rcc, lrelease), the Qt version\n(4.8, 5.7, 5.9) and the distribution (Fedora, debian,...) it seems you\ncannot predict which of -v or -version will be supported.\n\nSigned-off-by: Alexis Jeandet \n", "proba": 3.227682157103118e-07} {"commit": "18092784808d163d98eb6835d6b94920608aa391", "message": "be specific about identifying our _in object\n", "proba": 1.1812030606961343e-05} {"commit": "d8e1f1b7176a198ad42b66c864e38d9ad535f84d", "message": "updating version to 1.03\n", "proba": 4.3050761178164976e-07} {"commit": "5f84ffa32fe7cdd7f02c3f9cf177afbe14c76d02", "message": "Fix flake8 warnings. Ignore warnings on lambdas and bare excepts.\n", "proba": 1.0398653671472857e-07} {"commit": "a068e9769e40283f206562eaa91a1b19ae06c19a", "message": "Add method to get bc color uncertainties\n\nThis returns an array which contains the quadrature sums of the errors\nof the filters which are used in the color calculation\n", "proba": 1.2939001692302554e-07} {"commit": "72ede26adc941c7573d35d1dd02726eb8f7fa07d", "message": "models updated\n", "proba": 2.852029581390525e-07} {"commit": "1dfaaf15ef2501662d277fec858c98c3f439da34", "message": "Minor change. closes #29\n", "proba": 4.022636130684987e-05} {"commit": "6ac5af11fcee132714b4e12e0e557f7fc845a5f3", "message": "Stringify base64 decoded bytes", "proba": 0.9999631643295288} {"commit": "3ab7a88a6a14c2bc2fd267c1c9694a1515740d7a", "message": "Code formatting\n", "proba": 1.929241989273578e-06} {"commit": "de3a58ee5f490a96286ee53e08205351d5732af3", "message": "stabilizing convergence test\n\n\nFormer-commit-id: 30f0f97f39c9d8ac913c902e6fe873f9047f3f5e [formerly 6f9a946788dd34caf5730258489033679c94df28]\nFormer-commit-id: 0de1d47d4743f595009d10b80bd68d26d0ff7fa8", "proba": 7.494987585232593e-06} {"commit": "f2fe1adda4e04a63b764d7dcda07eb3c8a68a670", "message": "bug fixing\n", "proba": 5.473244755194173e-07} {"commit": "468f90bcb4cb375622042f0d7de2b5cf1b54bd4c", "message": "UI: Single column layout: Ray Tracing panel\n", "proba": 2.9819142355336226e-07} {"commit": "58c43e0c26e55c96f98068a5fa1008e3e8511995", "message": "paral\n", "proba": 2.54477481576032e-06} {"commit": "5ea3fda5f340728b77bdfac7ede10bf39a2f1096", "message": "Add Function to Enable Disabled Combos Box when Check box it's checked\n", "proba": 1.593977572156291e-07} {"commit": "b08d6a3dbd73252a2bf3a221c76097a902edbd9b", "message": "improve tests\n", "proba": 1.6068228433141485e-05} {"commit": "e0c969d83f179285b7c3b6dfdcc2eaa9d169af5e", "message": "Scene menu is back\n\nAdded back in the scene menu to be able to adjust the scene's units and\nalso physics constants.\n", "proba": 1.0133637573517262e-07} {"commit": "8b7e81958d3058fb57e4ff2dd77f7244778d662b", "message": "Delete duplicate 'timeout' tests for notifications\n\nThese scenarios are already covered by the DAO tests. It's enough\nto just check the DAO function is called as expected.\n\nWhile sometimes it can be better to have more end-to-end tests, the\nconvention across much of this app is to do unit tests.\n", "proba": 1.206551814902923e-06} {"commit": "8e193872c1c1c2b585f0f4288e44ac8ad34a0a2b", "message": "Correct name for abstract method clean()", "proba": 4.821263246412855e-06} {"commit": "289adcdf55de8e7070e72d3899b4149097daa922", "message": "blabla\n", "proba": 0.0004311466764193028} {"commit": "a90fa23c06f3891a9ec37dfd0e9c22686292bb7c", "message": "Handle non-existant emotes tag\n\nSometimes the emotes tag just isn't sent along with a message. we need\nto check if the tag received in the `parse_twitch_emotes_tag` function\nis None before starting to process it\n", "proba": 0.9986742734909058} {"commit": "942c7806fba452829017141559f644368ea86f96", "message": "Bump to 0.1.1\n", "proba": 0.0006832724320702255} {"commit": "c299db14a1cfc79e0aa54ea298a369becc563a26", "message": "Small refactors with PyCharm\n", "proba": 1.3973715340398485e-07} {"commit": "5004d2cd03b0a75553e59ef740e9b151982a9e31", "message": "Resume to glive window after removing record\n", "proba": 1.2638642488127516e-07} {"commit": "c852d7cb4cd5b179bb42d90f841ea48c53a811a7", "message": "add feature port channel minimum links\n\nChange-Id: I08c5a52c6eb49e7dc749da385a362696a467fccd\n", "proba": 4.1543503925822733e-07} {"commit": "8a6725554451e8df61c60184d41f618a8cd5c7aa", "message": "Test extra args are used\n", "proba": 1.5789764518103766e-07} {"commit": "71d1d74b29ff08139905d1c0746676a62cd7d973", "message": "Fixed RedisManager.pipeline_context(): Don't EXEC on exception\n", "proba": 6.895227784298186e-07} {"commit": "c961b901d997fecf633b2825f8cd14bc9d858f3d", "message": "Bug fixes for constrainTo()\n\n", "proba": 1.7700789101127157e-07} {"commit": "4463614ac1d7c165aea0ba2c9edbbcee70a66e39", "message": "- Correction unitialized DEFAULT_IMAGE_MAGICK_CONVERT\n- Blender 2.57 version tag\n", "proba": 1.9614334689777024e-07} {"commit": "edc5bdbbd756269c370664d849281e965b1d7c71", "message": "UI: Single column layout: RenderMan Geometry panel\n", "proba": 2.122399394011154e-07} {"commit": "7d9afcf2b419b8cb106c58041a0740dcad4202f7", "message": "Added phosphosites property to DataSet\n", "proba": 1.3010955512982036e-07} {"commit": "a96cb7b9e7f17595f181ee983c3b9072000df3d3", "message": "Removing location_client from ambulance.\n", "proba": 1.350110352404954e-07} {"commit": "08eb7aac392ca3492d2d3c77112c7fbd2f41571a", "message": "Add num_args test\n", "proba": 0.00026590380002744496} {"commit": "bfe32387d3382a72da289153e84321a1c2f7cc59", "message": "fix test\n", "proba": 1.6747775362091488e-06} {"commit": "d6e3063f1d15d446fbcd57b17c53db8857465264", "message": "Fixed typo\n", "proba": 1.2940510032422026e-06} {"commit": "f258bbe4e5456acc617503dd576171a798928a95", "message": "[FIX]stock: fix the issue of duplication of Production Lot also duplicates its Creation Date\n\nbzr revid: mma@tinyerp.com-20121127102002-dlc00n4v165geyn7", "proba": 7.052324235701235e-07} {"commit": "e69536ff5f707859a6d7a081837b2f40b7be8373", "message": "- adding move_types attribute to LISA Markov\n- fixing bug 115\n\n", "proba": 1.7905134086504404e-07} {"commit": "bfb459caa359a85c405ea9dcfdd8f4079d171d09", "message": "* generator could slice input DF into batches of optional length\n", "proba": 1.8393832590390957e-07} {"commit": "d545f0958b2e62c7d3303ede7cb8a994b18e8a6a", "message": "Fixed DateRange.union logic, docs, changed XDateRange class to a generator function\n", "proba": 2.4534969611522683e-07} {"commit": "f5e43403be5f81e4d73105b0303e0a9c10cc0026", "message": "Fixed error in suite.\n", "proba": 1.2476884592160786e-07} {"commit": "1005f60e78c3fd4a108a1c4592625954a7954588", "message": "Upstream Nengo changes.\n", "proba": 1.2396778004131193e-07} {"commit": "6ebe58eb4fa9f2dec68e8f5370612a6e3f08da17", "message": "[WIP] stock: packaging\n\nbzr revid: qdp-launchpad@openerp.com-20130627144212-7r90vmcsurghwnc3", "proba": 1.2534655979834497e-07} {"commit": "a35dcf4ca62673bb22edf1428fe888942412ec2e", "message": "Fix route authentication on first login\n", "proba": 3.986084266216494e-06} {"commit": "fdbc6b8f4b36f07da62fc901b19754f922ae3952", "message": "MAINT: calcurate --> calculate in _doctools.py", "proba": 3.411700788547023e-07} {"commit": "4f8663846b3b692ebf54f42875aa4fb218e8f5a5", "message": "Migrate frontend tests from coroutine to async/await (#30386)\n\n", "proba": 1.1693951762481447e-07} {"commit": "5a7e0d531447b1c0de9624727fcec8be6f8f4c7e", "message": "Made some more tweaks to time_test3. still in progress.", "proba": 1.0072493950019634e-07} {"commit": "208e7b2ad0917c3ec832a68719df0bddd8a1d6bc", "message": "\ncorpora/\n* removed stale top-level corpora directory\n\nwords.txt\n* added wordnet exercise for supergloss\n\nnltk/corpus/reader/util.py\n* fixed bug 1809227 with resource limit code\n\n\n\nsvn/trunk@5446\n", "proba": 2.133131857817716e-07} {"commit": "e28904b96fd226ef45bc19f59b0de2c3637c5c67", "message": "[IMP] stock: solve the issue of openchatter for Incoming shipment, delivery order\n\nbzr revid: cha@tinyerp.com-20120921132431-p5jv6tdfi5lug584", "proba": 5.836716809426434e-06} {"commit": "9970d71454d7f868da61b23e5f7320814606c08c", "message": "Allow users to request a vote link for public elections\n\ngit-svn-id: 2ab84e18e69922d6354bab699308d90ee643e1de@1668220 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.914460305371904e-07} {"commit": "7f89f787a1ed434ebd5f5220156c5e99a82cdcee", "message": "add a missing decorator\n", "proba": 0.0021890108473598957} {"commit": "2a7c13e7bbad6447faf987e6fda277b18330cc23", "message": "[IMP] Not necessary as operations are computed, but more logical to do action_pack as dropdown(process)\n", "proba": 1.2507430824371113e-07} {"commit": "df14e6077e07259163c9200d2c570a022e2625cd", "message": "[python-package] add more type hints in basic.py (#5330)\n\n", "proba": 1.2188345976937853e-07} {"commit": "8520427f97d5ca0fa4ed33beb465c1833bcd1721", "message": "don't add the physical domain twice\n", "proba": 1.1344778840793879e-06} {"commit": "5c8a9694f0de60bed9d36a55bdd3e0a87516c417", "message": "Add tests for isnull modifier on datetime filters\n", "proba": 3.5040034163102973e-07} {"commit": "64bf7c1161631c56ac0e604f5f33bff9d771a247", "message": "[IMP]: General Improvements>State Fields : Formatting of Help on state field in stock\n\nbzr revid: rpa@tinyerp.com-20091125092319-9tb2s8rqhpnxkcn7", "proba": 1.24861699646317e-07} {"commit": "d1f873524e52319c24f909c42b24b2abeb84c3f5", "message": "[python] add average precision into higher_better eval (#3649)\n\n", "proba": 1.5187589497145382e-06} {"commit": "984774c6904ced6abe55175fcc3294147f6200e7", "message": "Fixed bug in visibleOnly tests\n", "proba": 2.5041316575880046e-07} {"commit": "c376a7f4802edc41f9fd0bbcfacd615b3cdfa4e4", "message": "fix: skip spam checks for trusted wiki edits\n\nedits made by assumed-ham users, that is.\n", "proba": 1.0639566738745998e-07} {"commit": "5733e97fec6cb029b5bd31793eee2522cacd13c8", "message": "Test data for STV.\n", "proba": 1.3509577456716215e-07} {"commit": "886b6ed3b5df8a3fc8c0370647b7438098e2c919", "message": "Remove unused variable (Python).\n", "proba": 3.089124334110238e-07} {"commit": "b3670c8947a51ba6622ebb6b5a61ec6d4101a0a6", "message": "Drop single and cds commands.\n", "proba": 1.244909668685068e-07} {"commit": "69521659b4973fed6dc7098d31376ba2cbdc76f6", "message": "added MarvinDeprecationWarning\n", "proba": 3.5110414842165483e-07} {"commit": "2627ed099fa3a78d5c97a68e4f0a2b7bf53e222f", "message": "Inside loop...\n", "proba": 1.360048145215842e-07} {"commit": "ccac636d5e275f9b02377de1bda3790ae43bfe07", "message": "add example for reshape op (#22129)\n\n* add example for reshape op\r\n", "proba": 1.3472445914430864e-07} {"commit": "46af44d29e4a6298d9cb88504aec99177225693e", "message": "explicit path filtering\n", "proba": 7.191130748651631e-07} {"commit": "b2d41e2acde34e1beab76180ac273d5c51c2b2eb", "message": "fix unstack op doc (#26043)\n\n", "proba": 1.260992803508998e-07} {"commit": "4a31d4173dccbc7a5a4bed06d904a864f6aaf731", "message": "Obtain NULL values for the indices where there are no indicators\n", "proba": 0.0020358795300126076} {"commit": "00e090b67ceb37f608ebb4aaa9c640d2dd7ea3f0", "message": "Try different root\n", "proba": 6.455316179199144e-05} {"commit": "e5fb6ebdef146b6b68b03e3bd31dec43d7b7cc3f", "message": "fix the flake id generator test (#151)\n\n", "proba": 1.91433485952075e-07} {"commit": "a082dac1209764d586f7dc8af0f250850e829e40", "message": "comments\n", "proba": 5.451620381791145e-07} {"commit": "4cddb1166d612e9d19ca01309df92e9ed87f6c12", "message": "updated the version to 0.0.5\n", "proba": 2.355140350118745e-05} {"commit": "c6ab093e9711c7df608a8c7b8e7a2275d827d523", "message": "add test\n", "proba": 1.7454851786169456e-06} {"commit": "86a0ee11fc9e061787e39e60be47164d946e7b71", "message": "Fixed the diable() method so that it kills the correct process, which is tcpdump\n", "proba": 0.0002658181474544108} {"commit": "1b0201b59f294d2965b0b6c23f9204a389c2fa74", "message": "394 accepted\n", "proba": 1.5355293214724952e-07} {"commit": "e3dad86bca05742c930a6279c866775de42a82fc", "message": "[core] prtester fix for optgroups (#2896)\n\n", "proba": 1.0323655885713379e-07} {"commit": "6923e709cb67a2068713eab66e441ef6612262a5", "message": "addHtml plain add to body boom\n", "proba": 2.0716352366889623e-07} {"commit": "3174ad62c82bb1393816b8b97a9eafb4c1a04894", "message": "add auth_handler\n", "proba": 1.5833765019124257e-06} {"commit": "0e1d03df6280e35413f5d7914522a737c5c0131d", "message": "Fix tests related to test_requests.py.\n", "proba": 3.109246051735681e-07} {"commit": "bc286c9ee38217fefad6f428bf94749041ae7dbb", "message": "Fix missing concatenation operator\n\nCo-Authored-By: SimonSapin ", "proba": 0.9999994039535522} {"commit": "abc868ceaa5ec0095cc0a76d75edef8cfb68570e", "message": "#4 Added API error handlers\n", "proba": 1.363155490707868e-07} {"commit": "3eb480e15fa311e45d95c7a1d9671128d74cf0e8", "message": "remove linewidths=0, which caused inline IPython Notebook plots to be blank\n", "proba": 2.610966930660652e-06} {"commit": "4b9ee25fdca809436df52299c6f4d4625d7c5f12", "message": "test_ref() got an unexpected keyword argument 'kind'.Fixes #9986\n", "proba": 2.7980879622191424e-06} {"commit": "22514eb99bb517be79083b6d156bed19bc19f860", "message": "Fix typo in documentation\n\nSigned-off-by: Gilles Peskine \n", "proba": 0.0007031165878288448} {"commit": "3f2b2a1d99ab4d97ef05df2dd9ebfd795fbc0435", "message": "fix connectino commit\n", "proba": 6.741091169715219e-07} {"commit": "a3858089c6f5463d61f75bcf9334ee23495035b5", "message": "fix addTufoTags to return the tufo\n", "proba": 5.013760642214038e-07} {"commit": "ee1d4d1193be59bc4871b45b7e5f7b799003d9e4", "message": "fix kwarg updating\n", "proba": 3.290692802693229e-07} {"commit": "a30e755f47c0216757a99d98ec92066996a4fdbb", "message": "Fix /mapreduce/pipeline to properly ZipImport\n\nTest Plan:\nCraig's review\n(ZipImport's only happen in production, so hard to test locally)\n\nReviewers: csilvers\n\nDifferential Revision: http://phabricator.khanacademy.org/D2281\n", "proba": 3.99568733655542e-07} {"commit": "45f8837a0c1b4bcbc8aa85712d1598e89b609db1", "message": "Changed the way the results are reported - now printing also the total number of files\n", "proba": 3.675744721931551e-07} {"commit": "67bb9178a749a3d172b92f32efdba00810191b2e", "message": "removed dev print\n", "proba": 7.966804105308256e-07} {"commit": "055153292a4c2d5462be00c1051d2c1867230904", "message": "Bump to 0.10.0a3\n", "proba": 9.81377797870664e-06} {"commit": "642bb449df14aad8cbbc657e64820d24051ef651", "message": "Fixed the doc string for geostrophic wind\n\nfixed #63\n", "proba": 1.6080549869457172e-07} {"commit": "f071280dc16fcfdcdd483ada45013a1426c01dfb", "message": "Remove unnecessary methods\n", "proba": 0.0006792833446525037} {"commit": "83603038c127dcf3dca61e8357adcd2f0bedb913", "message": "Add ftp support for downloads (SYNPY-53)\n", "proba": 1.077521289971628e-07} {"commit": "8c27247397cf16b17d0153ae059593c5a468de01", "message": "Added default value for a BooleanField in test models\n\nTest models introduced for #10733 didn't contain default value for\na BooleanField(). Check command didn't like that -> check tests failed.\n", "proba": 1.1563115265289525e-07} {"commit": "99e8848ca44ec0926aba26a72b7ef5c02747cd5d", "message": "fixed quote, added eval\n", "proba": 1.3001800880374503e-07} {"commit": "39fa759906f526f72ea02c8f4caa4828a2dfacbd", "message": "fix docs of threefry_split and threefry_generate (#8035)\n\n", "proba": 1.2384748515614774e-07} {"commit": "3d91b283cd4551d6b42fae5938a8862624a53e79", "message": "Complete invitation function with cancellation of old open invitations\n", "proba": 1.056965857060277e-06} {"commit": "d8801f435c8b514dd6b0941a0cfbc3ac4561f72d", "message": "[AIRFLOW-XXXX] Remove redundant wording in docstrings (#7497)\n\n", "proba": 3.7633035390172154e-05} {"commit": "4fbed1dca725cb7670f252064f6192378ba9ce18", "message": "ifconfig: T2653: switch to Python3 f(ormatted) strings\n", "proba": 0.00010964817920466885} {"commit": "6e548d42a8d250d282eb93662a57f52fae9b07f7", "message": "Added additional restriction sites.", "proba": 1.1324571858040144e-07} {"commit": "bb610e36156ec552b560362c7ccb993b8dd91bba", "message": "missed microphone in last commit\n", "proba": 1.8553379277364002e-07} {"commit": "e40d5c359f00639a2295ab6791282ab90e9532f9", "message": "Pyrap coordsystem conversion tests\n", "proba": 2.1892098800435633e-07} {"commit": "ea0136faa4376b4b6dcacef05dedf9c3ab4d5db0", "message": "__future__\n", "proba": 0.00028449896490201354} {"commit": "bd733a4bd7baf3eb7a9dae7e181fd9dc2b50771e", "message": "Fixed some problems with the new port mixins.\n", "proba": 1.0254576210400046e-07} {"commit": "09f36bf0df6002c306106ab0c447dd34c004d14b", "message": "Changed \"location\" property to \"mobile_location\" to avoid fighting with vending-machine location (which is now a different type!)\n", "proba": 1.1189435156211403e-07} {"commit": "8424b513e64b65450dfbedf890314bca05209d18", "message": "link with only same host\n", "proba": 1.6059033214332885e-07} {"commit": "4b9b4c70d11d0acc80b330b9ffbf6a470ea1f5a8", "message": "permissions_tests working\n", "proba": 3.9773814819454856e-07} {"commit": "2536057941d3d7a88b39fa4304ce26b84f6bf3f1", "message": "refine_loop function handles typeerror exception\n", "proba": 5.267654159979429e-06} {"commit": "4c691924db2dbaf9fc190ae3b9b878572e0d7f45", "message": "some error handling\n", "proba": 6.724666263835388e-07} {"commit": "e2f19fdd8dd317e6ae2ab8e23e3fc98a11e46179", "message": "Removed the hardcoding of URLs (RBL-8197)\n", "proba": 8.533974323654547e-06} {"commit": "3b2d3cbc8c34ce2ccea85e088af7365663c0f152", "message": "Fixed broken catalog test\n", "proba": 2.9116583277755126e-07} {"commit": "9e3401ce59eec39179106b155570eb45e033bae3", "message": "make self repository name parametric\n\nIn a workspace macro we must use the exact repository name, and this\ncan be different when importing the workspace (it is different in\nsemmle-code).\n", "proba": 1.1510743291864856e-07} {"commit": "5fd746ba6cc3819a07ff5939bb36ad3dda407625", "message": "Delete pingroute_tcp.py", "proba": 2.514333345970954e-06} {"commit": "b364dad616067dc028412af085e5c623069680f2", "message": "add hasLayer\n", "proba": 3.044434379262384e-06} {"commit": "1a8a6cbb7cbe61388d7b2a9b845f9171229210da", "message": "remove has_key\n", "proba": 0.9993889331817627} {"commit": "9bb2885721f66f5f33b6b112d3e8f1ac9a831913", "message": "ENH: load only necessary fields from db (HXN)\n", "proba": 1.2273963534426002e-07} {"commit": "1cc9e428dfa17c9f54ef20f77605879c2fc9668a", "message": "ENH: additional improvement of event filling\n", "proba": 1.202826780399846e-07} {"commit": "46b51d33e62722a18a4141e22611369ae061480b", "message": "MAINT: update to new Method API\n", "proba": 2.1481733369910216e-07} {"commit": "f4213a87a287edb9963f0a430e01e823774cf9e6", "message": "first implementation of AFWs nonemptiness and nonuniversality checks\n", "proba": 1.3036938639743312e-07} {"commit": "9fd419077a02020b2b97d543e961694fc7a12b9f", "message": "Added test to check end-to-end the export functionality\n\n\nFormer-commit-id: 66ddff477842213db17c06b09014c85fe415ef0a", "proba": 4.048806374612468e-07} {"commit": "bc71a7ee91efb2edd79fe54c72f512e0d7a7e568", "message": "Fix variable name.\n", "proba": 4.545180490822531e-05} {"commit": "f4e826e65dc7de8a2b40fbae1201dbb4c08f8c5c", "message": "qvm-template: mute pylint complains about typing.NamedTuple\n\nThis is false positive, PyCQA/pylint#3732\n", "proba": 0.0003346628218423575} {"commit": "b7a603b9fee8ea4211f6cbc8d50ce720b7d510d0", "message": "qvm-template: Slight improvements to package verification.\n", "proba": 1.0397007343954101e-07} {"commit": "d7e6f596cb5f8a831ca965b7d140c361738ae230", "message": "- set timeout on connect and transfer to avoid hanging too long if\nsomething fails\n", "proba": 2.0973907055577e-07} {"commit": "d9660dadfed5091753193d232ef2274370166b41", "message": "Prefer non-virtual calls when possible, but not that well :(\n", "proba": 1.1553970580280293e-06} {"commit": "f3e026cd84fb49a6faafb44e4778d9e93ac72e07", "message": "make_catalog.py spacing to match protege output so we can avoid spurious diffs\n", "proba": 1.8814520785781497e-07} {"commit": "3579144b402aed45beeff08579faa56205a9eeec", "message": "Remove config option from getopt.\n", "proba": 1.4345981469432445e-07} {"commit": "673dfab2652f21e5d54be07cd6d4cdc580788165", "message": "Refactor status\n", "proba": 5.420923798737931e-07} {"commit": "11737a0978310326dcf0607c7532ade24f696c3d", "message": "[lint] Fix lint to not raise an exception at the end.\n\nAlso whitelist 'ast', which is harmless and used in some repos.\n\nR=dnj@chromium.org, phajdan.jr@chromium.org\nBUG=\n\nReview-Url: https://codereview.chromium.org/2845023002\n", "proba": 9.894368986351765e-07} {"commit": "2935a0cd2fcf71fcfa65fea3388081c5a361d863", "message": "add encoding to read_waterbase for pandas 1.2\n", "proba": 2.1893527446081862e-05} {"commit": "fd0148cb7a82eccce50961f37c67f9501290c8f2", "message": "Create propagation up method\n", "proba": 1.1293740499240812e-05} {"commit": "33217cfea689f4ce4308ac3624a28825d71c2b5f", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "552f60a8f2bbc6068ad7b1da6d99305599d0e830", "message": "Import salt.utils.openstack.pyrax differently to avoid failed import by loader.\n", "proba": 1.1705845537335335e-07} {"commit": "db353e664d80b6e4a7a3d07ca05135e87d4c750f", "message": "Failing test to show corner case with db evolution\n\nSigned-off-by: Matthew R. Scott <878b2bb7d7b44067d87275810e479f4abd7737ae@gmail.com>\n", "proba": 1.527488819874634e-07} {"commit": "d8ac506317a1b2240b4b9f12898ae386326e3256", "message": "Using partner_share and self_share now\n", "proba": 1.270109919460083e-07} {"commit": "a9307e1ac7778f6073d275a4822bc5f1df9c45fb", "message": "Fix not opening paths with spaces.\n", "proba": 1.5349143723142333e-05} {"commit": "55593a4ee5a9ba4ef1a16b1eec7c4c84b7cb1e9b", "message": "* Test added for storing scanner stats.\n", "proba": 1.0437998554380101e-07} {"commit": "256c77969901afe936f6405bc9bb191cedc86120", "message": "Updated for overhang implementation.\n", "proba": 1.1665948562722406e-07} {"commit": "d25f853ae639cc2e1f16ac35f281fe9312c23284", "message": "added test for uploading a file to LocalUploadBackend\n", "proba": 2.1743869638157776e-07} {"commit": "ec494fe190414b2b4a7a0ab87a5cb70c8f9b9656", "message": "Fixed gender error for missing gender\n", "proba": 6.920670784893446e-06} {"commit": "2f76b7e2bda1475862123dc35288ad6cb16646b0", "message": "allow footnote definitions in Quotes\n", "proba": 4.6839042511237494e-07} {"commit": "1a3f2528f7d6f8500440d39113f45157dc09977f", "message": "swap shared and oauth around\n", "proba": 1.3029071510572976e-07} {"commit": "d42aea2f4bd318c8073e651cd28bb331261bb5c0", "message": "FIX info bug\n", "proba": 3.0844907428217994e-07} {"commit": "dfe3ea7748af9990efa0abafe7e4c2e1488670fb", "message": "Call self.name to generate scratch dir\n", "proba": 3.2150740025826963e-07} {"commit": "b68a7cdde9ea20cdafef398647caf0e3895a05cd", "message": "Debugging user fields are not correctly accessed in request.user in IsCreateByAdminOrSuper.\n", "proba": 1.1696293711338512e-07} {"commit": "b73824957761d09c2fa0835fefe92896620710fe", "message": "CFY-2305 Changed test's superclass and removed unnecessary assertion\n", "proba": 1.262726954109894e-07} {"commit": "8be7af4c5991f82ea39b3e30a3afa89bb81d913b", "message": "refactor `BiRoseTree.__str__`\n", "proba": 0.00011286828521406278} {"commit": "2461162395b580350e7139336613e36298cfb39c", "message": "Added new_studydocument to test utils\n", "proba": 1.2577284280723688e-07} {"commit": "31aa6cb16b9df2e624a86d4915bcf30627234bc2", "message": "fix doc reference\n", "proba": 2.441066726532881e-07} {"commit": "d79559a3203052b792df7c783d62b4248e9fd501", "message": "Simplify assignment of variables\n\nChange-Id: I4587e05d12dff383a58e88576f13f6cbc23e8646\nReviewed-on: http://review.couchbase.org/67099\nTested-by: buildbot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com>\nReviewed-by: Pavel Paulau \n", "proba": 0.01684669964015484} {"commit": "a2fb98556ac4550c745930a3a36b173619764006", "message": "Added saving and loading of models\n", "proba": 1.5025014477032528e-07} {"commit": "34fea86e47d49444107d4a124a18b5299a8efbe4", "message": "Moving library files to a separate directory\n\nIn preparation of divorsing actual bots/scripts from main library\n", "proba": 1.7523070994229784e-07} {"commit": "4a40102ef29dc9e9e5172ae1f57bf92c03f1bb8e", "message": "Fix .ycm_extra_conf flags\n", "proba": 1.3474672186930547e-06} {"commit": "249798505b0b54fe6d80b8011f707989c87a8239", "message": "clarify doc for score and self.scores_\n", "proba": 2.2301135516045179e-07} {"commit": "01e03e1657262ae4a52b7d05d996ba0d4ff0e353", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "d123458bad0ecca733803c18686ca9fd4bf2053b", "message": "Changed stf to use TestFunction.\n", "proba": 1.1433196789312206e-07} {"commit": "7583f06c297a55e4755dd87f5fd45e80d911078d", "message": "FIX: wrong axis\n", "proba": 0.00024740476510487497} {"commit": "87f344cb5ee883bc0c34ba01ee9681a8691ec8c5", "message": "Codify allowed transitions in the StateMachine\n", "proba": 4.027251179650193e-06} {"commit": "a66d0e75f78c1d5a8e7a0b8b54be1d5320da0d94", "message": "improve Epochs test\n", "proba": 8.690920367371291e-06} {"commit": "4587c7c75149f0a2dd74385978d7130d5171b42c", "message": "HoFix: Archive before removing\n", "proba": 1.266116669285111e-07} {"commit": "e5bddadc6f7cfda2e8f2af36be875ba9095a4e13", "message": "Now sets classes when fitting committee\n", "proba": 1.234498654412164e-07} {"commit": "ce87d6ca6d50cd4a763737c78eff43a816d7d2aa", "message": "Filter out seen vertices\n", "proba": 6.782313721487299e-05} {"commit": "bc7e58cec2b26ace5f8a1995b93e0297cd52e4e8", "message": "Treating empty plugin file as a zero-length list of plugins, rather than a null value\n", "proba": 8.732707783565274e-07} {"commit": "4b28b5fa8d4ac40148f05f62bd404ffe162ecf0a", "message": "Update SQL Schema to r1233\n\ngit-svn-id: ab9e6359e17eee95839c2924c2bc9e9dee76dd10@1238 1bbb43ac-ffe0-11de-8c0c-f1c8ac664a8e\n", "proba": 4.202544914733153e-06} {"commit": "f9f818db44e8ee5d7dffa2f946e6f7659ea03290", "message": "Removed some unused allocations\n", "proba": 9.129535101237707e-07} {"commit": "1c4591ee9b27c1d645caddb3397d0c01c423604f", "message": "check if tokens are present\n", "proba": 2.047149791906122e-06} {"commit": "f9bef31a213ade6a20ea2e6d70e4731166438227", "message": "Update rasa_nlu/classifiers/__init__.py\n\nCo-Authored-By: tmbo <96835dd8bfa718bd6447ccc87af89ae1675daeca@rasa.com>", "proba": 1.6669316948991764e-07} {"commit": "449dee79b327737cbddca6bb8d677048eae820c2", "message": "improve_reserch_directory_api_performance (#2868)\n\n", "proba": 1.455528746419077e-07} {"commit": "f290fb0077200c6fa71f21ad9b1e37e81f82ba20", "message": "call super as needed, fix return\n", "proba": 5.224974302109331e-07} {"commit": "94a0afd93a05091e1d09eb31503b47f869bafab2", "message": "Modifying python code to run as library or as cmdline program, and preparing application of IP config to the network interface. Fixing threading and proper exit() while having a running D-Bus loop\n", "proba": 1.9162179398790613e-07} {"commit": "23e76ce8dbee51c6dbdcaa2311e31ca5441c219c", "message": "OPT: label_utils: minor change\n\nFormer-commit-id: 011dd6ebb78b4f323b688e10fe238ba2efeb5f6b [formerly a3ac78cb3f1fae6ac834b2a5101f8aa78ac5f1d3]\nFormer-commit-id: b740fff03c1a8cf423c8e608bed4a781b346bdc6\nFormer-commit-id: 74a39029f6e0b17d5026edc393239fad39868358", "proba": 8.878261724021286e-06} {"commit": "71b8e66f89391f1691632ef22bcd582599f865e1", "message": "Register v8/v8 in gclient for trying Gerrit v8 patches on chromium trybots.\n\nR=76cc7f10de6bc994d83c4cb09072e4590b82b709@chromium.org\nBUG=685318\n\nChange-Id: I61192392eec98ad6b9a32ef933f2d22cf2aedd0e\nReviewed-on: https://chromium-review.googlesource.com/435318\nCommit-Queue: Andrii Shyshkalov \nCommit-Queue: Michael Achenbach <76cc7f10de6bc994d83c4cb09072e4590b82b709@chromium.org>\nReviewed-by: Michael Achenbach <76cc7f10de6bc994d83c4cb09072e4590b82b709@chromium.org>\n", "proba": 8.991972322291986e-07} {"commit": "5cacb5fcead7888268950d0d5b21a80ce0a9b554", "message": "add logging to GCMMessage.send\n", "proba": 3.978379368163587e-07} {"commit": "85dcb35697e043ad19c4b5b251ff128119210a94", "message": "Test update with manipulate=True. PYTHON-585\n", "proba": 0.000506497104652226} {"commit": "4bd54cafde1093445323e2c899b9a7e34598a870", "message": "use `get` instead of indexing\n", "proba": 2.8067897801520303e-06} {"commit": "59e7242b4789a122cfb566b32ae6bfe659b90487", "message": "Use --quiet flag when running functional tests\n", "proba": 2.4842606194397376e-07} {"commit": "d78fc9fab4351421fb6acab7a9d7c0c92e205f53", "message": "Separated tests to be smaller, individual tests that run independently. \n", "proba": 1.4751149990388512e-07} {"commit": "cd222e3b3bb87956994a48e68e41f32326cbf127", "message": "#162: add ft_test case\n", "proba": 2.4199973722716095e-06} {"commit": "63a1a8592c36748deb70447d550d9fdf104b0e31", "message": "normalize a test with a too small timeout\n", "proba": 0.0007819273741915822} {"commit": "fa3cca51e15b373d9bac567bca1fb941e96302f8", "message": "Test pytest.skip in doctest\n", "proba": 1.2287565596125205e-06} {"commit": "474766923245411ad68906a1c2a0a6423c82ec20", "message": "DOC: add note to nsgk data loader about file format\n", "proba": 1.3797067310861166e-07} {"commit": "4efbc255d2f68f59b0caaf0bc5f32030d29214e8", "message": "Fix pandas.MultiIndex problem in test_conditional_independence and add a test\n", "proba": 1.2649216841964517e-05} {"commit": "a64cbe3263b08ce1978ff82da1775b47e3e1a8e6", "message": "Fix imports\n", "proba": 1.7557727005623747e-06} {"commit": "326140befcb5eb7c86280129fa83b4b8963f2428", "message": "added test for preorder, tests pass\n", "proba": 1.1789535392381367e-07} {"commit": "2f5c0b55dde80808b53c6058585e064efdb40ee2", "message": "Set jwt token lifetime to 1 hour\n", "proba": 1.2554995009850245e-05} {"commit": "4c5a2c992aead326e5ca8a40eab16c009e2417bd", "message": "It really is a set, not a list\n", "proba": 3.216483673895709e-05} {"commit": "4218b102394e35c47fb0364161c10612c1592c68", "message": "team mgmt rest api template\n", "proba": 1.5046121859541017e-07} {"commit": "190c5171e1812cd6c1ac9ccc959039069e73e6cf", "message": "Add test for next request\n", "proba": 1.824380007064974e-07} {"commit": "adbc2229467890d480409c2a11bec71e7e86ff3b", "message": "test_closest facility updated\n", "proba": 1.2994041753700003e-07} {"commit": "9134abcb665a382447d7a9162401f7adc12e2575", "message": "Update test_org.py\n", "proba": 9.687802275948343e-07} {"commit": "2fa0d787165b8a1ce13c78c3e80bc7932f31a96d", "message": "update test run asyncio loglevel\n", "proba": 3.489108166832011e-07} {"commit": "3e04c354021cff47103bc2410e354473eea7378f", "message": "Add config stuff for making star_test images\n(#51)\n", "proba": 1.08871830661883e-07} {"commit": "502d64df23c0b5043aefbd9db4f4a55684da355e", "message": "print\n", "proba": 7.684111187700182e-05} {"commit": "e1c060db30c48f16ea9f5c8ca469bd12cadc28fd", "message": "Fixed indenting issue that *keeps* reoccuring. This issue with number of genes\n", "proba": 1.5899269101282698e-07} {"commit": "166d303150dac713b00b2d8609de530f6441c19c", "message": "Added benchmark script. It works but output CSV is honking huge\n", "proba": 5.628612598229665e-07} {"commit": "8a34f5eeb45e6f77933ab1ccbc6c50d155fbef7f", "message": "actually send that opp id for real\n", "proba": 1.1410333655703653e-07} {"commit": "680be1b4196f3b2746d76b2f4bf4828732609f0d", "message": "missed one\n", "proba": 1.4029303656570846e-06} {"commit": "b5cd70984df61a2451afff0a482e5671d5b2f86c", "message": "Unnecessary date conversion\n", "proba": 9.805217814573552e-06} {"commit": "feb6cf3ce888029a014a2f21622af8858b5b062f", "message": "Nodes on the graph are allways a circle, not ovals\n", "proba": 0.0013142576208338141} {"commit": "fa7d462f20ea81397a595460dd2281670abe12c0", "message": "Fixed log massage of testRemovePaperJam.\n", "proba": 1.1117318621245431e-07} {"commit": "17ac5ab49a3e45c2d2a8d60d69b36872cd2f9531", "message": "improve formatting\n", "proba": 0.8544526696205139} {"commit": "d318e6a921d7cb0c1aa00d338317b455cf16b346", "message": "Added autofocus to form\n", "proba": 1.364441715168141e-07} {"commit": "519797cdd2b19fc27c868d85a370648b5dc2f9b2", "message": "Removed duplicated check", "proba": 2.071994913421804e-07} {"commit": "9673b788853d76b1b0eb5c25ec5be8a16e859a3c", "message": "Fixed format for variable, used to be integer now it's string.\n", "proba": 1.217833016653458e-07} {"commit": "41a7c21081d8074e8b89d1213f074e0e825590d9", "message": "AT&T apparently goes down at midnight every night.\n", "proba": 1.7946109664990217e-06} {"commit": "496d278799fd91b0ed99c3f8feb3b95331ebd0f8", "message": "Modifications to pipeline report outputs\n", "proba": 3.4751172961478005e-07} {"commit": "4875d08247255ecb380b49741a84577a78d1accc", "message": "Fixed private chat functionality\n", "proba": 2.2854737835587002e-07} {"commit": "94bcc2129342252a7dc76c191c20a017ba19d085", "message": "fixing some things with interactive shell\n", "proba": 2.1472374100994784e-07} {"commit": "83ffb56ec5abf976d980c695f8b3327ce586e9c1", "message": "Disable rate limits for the time being\n", "proba": 4.09088727337803e-07} {"commit": "cc00ec290ecbf57f4c7a2e0aea14017de5ad875c", "message": "Refactor the post scheduler.\n", "proba": 3.168780722262454e-07} {"commit": "58134437c411c034437535b8d1e62b0f2b02f2e3", "message": "Rework sutdy ix sequencing and add synth parts\n", "proba": 1.169686214552712e-07} {"commit": "47a98f995eca47b93e8de55ae4d1a2fa429d4f9f", "message": "Meaning of fold flipped.\n", "proba": 2.999952357640723e-07} {"commit": "483342f6254d67a7af844e3601881ebe545c1d1d", "message": "using big button\n", "proba": 2.7731932732422138e-06} {"commit": "82ccb7e3378d8d4d9cdf2abf8cac0a91bd473db8", "message": "Removed print statements\n", "proba": 7.278171779034892e-06} {"commit": "2d6c64c59a26c21663a778f417e4ca34a77ecc36", "message": "Sistemato /smecds\n", "proba": 5.01919544149132e-07} {"commit": "8acbf1c4f7e084216ac8b3ce4ec884998582cb02", "message": "removed print token\n", "proba": 1.5064936633280013e-05} {"commit": "a9fe15d3af7d7902e36c2551006d62808521f7bd", "message": "Log the last 10 gateway events for library crash debugging purposes.\n", "proba": 1.023019535750791e-07} {"commit": "77c766c735c7324dd67acff88e19c19e8a84c997", "message": "Turns out not all releng machines have git installed.\n", "proba": 1.058850997992522e-07} {"commit": "7596344b8644454b1d12964c852fa2ede430b1b3", "message": "Fix a bug in track_proto_evaluate to tile single-class boxes.\n", "proba": 1.063607726337068e-07} {"commit": "c839d57e60e58f36d1a70b502acca46e71f26844", "message": "Fixed !getideas command\n", "proba": 1.606087067784756e-07} {"commit": "0f1c883fab0a2fe4a68fd732734628ab6d524250", "message": "Removes the spellchecker dictionaries from the source tarball.\nThe spellchecker dictionaries, which are used only for unit tests, consumes lots of space in the source tarball. To reduce the sizeo of a source tarball, this change removes them from the source tarball.\n\nBUG=none\nTEST=See the source tarball does not include \"src/third_party/hunspell_dictionaries/*\".\nReview URL: http://codereview.chromium.org/2724001\n\ngit-svn-id: dd90618784b6a4b323ea0c23a071cb1c9e6f2ac7@49368 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 2.7842386771226302e-05} {"commit": "51e36b6816e761603450c2eda2240b2762bcd45e", "message": "Re-join on removed", "proba": 2.1875320044273394e-07} {"commit": "cdda2e4a4800fd5d2f10532c5dc9f6f399f3ac93", "message": "Auto-rejoin on kick\n", "proba": 3.122445377812255e-07} {"commit": "5fb3003392e58695799348cbc9b9d421fff7fa9d", "message": "bot: fix timer\n", "proba": 0.00022430984245147556} {"commit": "a6b4e349d84f3922b9152073c31276911fc2f65f", "message": "More typo / spelling /aligment fixes\n", "proba": 1.247488654598783e-07} {"commit": "585d271e0f5f895c391d91059f6fc9214966c361", "message": "Apply autopep8.\n", "proba": 1.2888187939097406e-07} {"commit": "99a87a7c8132c07d323bed3f4ed31ff27f35c1ac", "message": "v3.0-WIP6: add nick changing if in use\n", "proba": 5.546858119487297e-07} {"commit": "9064498b932ad8118bd2e83b7fe9f29a35b53136", "message": "Added whitelist and bug fixes\n\nThere was something causing repeats and trade. *now* it should be done with.", "proba": 9.976796633281992e-08} {"commit": "eda9cfdd70724deb227044a49ba9e85929b52dc1", "message": "Forgot to close the opened file.\n", "proba": 1.198822019432555e-07} {"commit": "196d1e0a92dfe4f5a4d6ae2d86ac4f6554f20960", "message": "lodeCheck now pulls the image from lodestone and uploads it after the text post, lodeCheck also formats text to look cleaner\n", "proba": 1.0967111307991217e-07} {"commit": "e8dcc62e9c24cbb4758d48df721a4bfce22b9d45", "message": "try/catch\n", "proba": 2.5369057766511105e-05} {"commit": "7058155cd15f8ee4bbcc4b45dbf147530eef81ae", "message": "Don't let the bot try to send anything too long\n", "proba": 1.408387646506526e-07} {"commit": "4e91dc6fc1841354b293427671c6a41288e4a23b", "message": "Command character can once again be customized.\n", "proba": 1.1578850944715668e-07} {"commit": "5e940712588a9c81974eae9c47e743e25cf96448", "message": "formatting\n", "proba": 1.1576831639104057e-05} {"commit": "1e1b7972785f14367bfaad895a365333d2f591fb", "message": "make cron tick on PINGs\n", "proba": 2.706331656554539e-07} {"commit": "412fbd7f41eb5a3f01f1badbf3a16919211202aa", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "474c1b13cabe69727cda4863b7d6aa0a858c6876", "message": "pre-merge\n", "proba": 2.4693658815522213e-06} {"commit": "e0b828aefdb3697fd6dbaf33fcb42356fba08901", "message": "Fix bug in montecarlo_uniform_SAD_ISD()\n", "proba": 1.758269377205579e-06} {"commit": "75ada11e8e28d0110fba77d550c3fd07d6daa91f", "message": "Initial commit\n", "proba": 3.003353299391165e-07} {"commit": "640947852368dfcd2b3b64cb7a731d0a69234152", "message": "Fix SSL certificate validation due to client field for get_proxy_ticket\n", "proba": 2.0408639045399468e-07} {"commit": "9f3f82d06da9751774107fdbc24e4f650bbff01d", "message": "zerver/lib/socket.py: Fix line with length greater than 120.\n", "proba": 2.36749315263296e-07} {"commit": "3419619234f4ae5cba7ba200d5ca9d1455beedaa", "message": "Include compiled handlebar templates before our code\n\nI believe this was the source of the \"Handlebars.compile is not a\nfunction\" errors, though I don't know why so few users got it.\n\n(imported from commit f4a72e35bf25f679461d3c9e6938d118fec30278)\n", "proba": 5.385464646678884e-06} {"commit": "04cd59b41429f539c52291b387d6ed248c16c3b9", "message": "Process CustomerSubscriptionWebhook only if message is validated\n", "proba": 2.4460140934934316e-07} {"commit": "5cacfc571165f89bd28fc1a4c768d0565c613c97", "message": "pin history not clearing\n", "proba": 3.973230207066081e-07} {"commit": "b304e7ea2c0d869f9c5e4af07d4d7baed1c394a5", "message": "paired mapping even if fof file mode\n", "proba": 3.8098474419712147e-07} {"commit": "d5f4b592ac7bbcf7b4562fb1d769c66caa8ddfd0", "message": "generate measurement matrix\n", "proba": 0.9993444085121155} {"commit": "48603fb229bf66affd05bb4234d67239dcceee81", "message": "fix imports\n", "proba": 2.233424083897262e-06} {"commit": "d119472617144be2b896ba16d0aa5ce40b2cb1cf", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "71f66e88a0d84d1c63cd5d1f37d45b25d454df77", "message": "Refresh cache for this project.\n", "proba": 1.1126312671194682e-07} {"commit": "eecc61feb46c0d4ae546f27baed7a4a840e607d3", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "b20c15f56d9203d2a4192ed62e5ab030987b1477", "message": "\ud83d\udeb8 Improve disconnect response while not operational\n\nWe don't want to try to send our beforeDisconnect script if we aren't\nproperly connected, as that will severely delay Disconnect execution, so\nwe now limit that to operational states and thus allow a quick(er)\nconnection abort during auto detection or connection attempt.\n", "proba": 1.0331258692986012e-07} {"commit": "61c1ead915517b893d8a1ed2dac254a23ef4a157", "message": "added many options and refactored the code\n", "proba": 1.0588848908810178e-06} {"commit": "aea571dc1a95fe0cdf495414934e7cff48efa0f2", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "0b650250a1d6cdbfce842c43070f7a68513556db", "message": "append path of the current subdirectory module to sys.path", "proba": 3.967364591517253e-06} {"commit": "82070d4a94af9a4f919230a8bf26e8e5ad37874f", "message": "Use a direct connection for remote use.\n", "proba": 1.2566493978738436e-07} {"commit": "05aa6a9e706b2af839fdf62498f2881481ace29f", "message": "cov.py: Allow coverage to run with different simulator (#214)\n\n", "proba": 1.0265065242265337e-07} {"commit": "079164e6ec3f579536cf1aa26131d4bade00c095", "message": "fixed naming issue\n", "proba": 5.543774932448287e-07} {"commit": "e4474dab3806a27053785269430775b60418b234", "message": "Fixed CSP bugs and rewrote closer to the pseudocode.", "proba": 1.1020119927707128e-07} {"commit": "d318835b0d5e6cc2589fe9d2a47afa9b5fdc843f", "message": "Check that definition path exists\n", "proba": 8.180939516932995e-07} {"commit": "6af4512ba75b856bb100812fb1731f7d4020c50d", "message": "Make merge-to-branch python port executable\n\nBUG=\nTBR=ulan@chromium.org\n\nReview URL: https://codereview.chromium.org/170493002\n\ngit-svn-id: b158db1e4b4ab85d4c9e510fdef4b1e8c614b15b@19446 ce2b1a6d-e550-0410-aec6-3dcde31c8c00\n", "proba": 0.004284157883375883} {"commit": "c70d98c694df9f5a918f6b0a5a0eaa54d309173c", "message": "1) added getVersion() to VersionRelease\n2) added appendVersionRelease, renamed incrementRelease to\n incrementVersionRelease\n3) added asString to move toward proper version class usage throughout srs\n", "proba": 2.3651295123272575e-05} {"commit": "100931548bbe3610b0789d00be9a5b43db137ea7", "message": "Fix logging format error\n", "proba": 1.687461553956382e-05} {"commit": "e30829f8aeccef31af350d8acd40f4f563bdf17b", "message": "cache the version string\n", "proba": 4.040970452479087e-06} {"commit": "03578d96f21a8ebad60d07b3a7b2c4cac5c77384", "message": "Restore a recently-removed ExpectLog in simple_httpclient_test.\n\nSome IOLoops still log warnings when a connection is refused.\n", "proba": 1.0140327333374444e-07} {"commit": "7590f54bb062fd15f4aed3661e49d104a07a3ceb", "message": "[Update] add a -U to update req.txt libraries", "proba": 2.3985344910215645e-07} {"commit": "b291946f801fa4b4f0867140409452910373c4b4", "message": "correct typo\n", "proba": 0.9999669790267944} {"commit": "45f6e08db710d0fd1f94c02c50f2175688281f49", "message": "keep saving full content of altmetric_com posts\n", "proba": 1.2486407285905443e-07} {"commit": "00014008b5f563dabbe5dbf562f1c683496867b5", "message": "[Update] typos, typos everywhere\n", "proba": 2.0740146737807663e-06} {"commit": "b502e580eeaa256d3956cf04f5c31eb558102fd7", "message": "Fix: typo\n", "proba": 0.9999823570251465} {"commit": "861e32da751ba616a6e4d2ac0ec421ab3a54a120", "message": "Fix fetch 'fields' params\n", "proba": 1.5942197933327407e-05} {"commit": "a6a8d0aed43cce71bd9ca6a949c93b1956fd9214", "message": "Replace `slice_items` => `grouper`\n", "proba": 1.5237556908687111e-05} {"commit": "314c611b865d9eea4acc5f2c01b504ad4c5ad976", "message": "Fix some comments\n", "proba": 0.0014656682033091784} {"commit": "09451b6385bd7a57bba5fd413fcd71100513460f", "message": "Fixed bug\n", "proba": 5.356139354262268e-07} {"commit": "40bf8110359c8b6372c60615585b96f1a85bf3bf", "message": "Delete voicebox.py", "proba": 4.048963546665618e-06} {"commit": "56bd1b90c8be62d236ce3fa5f41bbeaf43885d81", "message": "add mydata.tgz support\n\nspecify a mydata=/path/to/my-super-data.tgz\nand my-super-data.tgz will be copied to mydata.tgz in the path specified by 'remaster'\n", "proba": 1.2556718331779848e-07} {"commit": "0e62925aa685b95aa0e5cc697aaab8a3189a7211", "message": "xfail that stupid test\n", "proba": 0.0004096834745723754} {"commit": "4c0cd71bd927ac51ecaa5dd3dc84ed75bd40e88e", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "54e3d914ceca790515b2c25e2d483218ac5eb106", "message": "throttle.py\n", "proba": 3.0924893508199602e-06} {"commit": "600c9ceeaf07ba6461d4033756e917b022c532b6", "message": "small bugfix\n", "proba": 3.6986151030760084e-07} {"commit": "f429fb701a9277235ccc7bae7c73c1410d098008", "message": "+ updated heartbeat logic.\n", "proba": 1.2260485959814105e-07} {"commit": "8d19438c38122a146e8e520963b7ad486a4f1caa", "message": "random bug that doesnt matter for final implementation ?\n", "proba": 1.0569562647333441e-07} {"commit": "e1a49d852c89a9a50a1fe7ebd55e05fcefa1562e", "message": "fixing passing of env to benchmark/pipeline program\n", "proba": 3.703775632857287e-07} {"commit": "4991828a960ecbf631c942babec48f48d8b20602", "message": "Introduce a `with_membership` trait to `UserFactory`\n\nThis is a more elegant and composable solution compared to the\nsubclassing.\n", "proba": 1.1305450442478104e-07} {"commit": "3184d98133787d1e790130794147264ae9032e2b", "message": "Added single car environment wrapper.\n", "proba": 1.1773602892617419e-07} {"commit": "5dc4e78f07189f67d5edd8e957e8214eb714922d", "message": "updating the generic group models to pass values to signature\n", "proba": 1.5259965380209906e-07} {"commit": "537613f6b399dd87bf055663e345aeffc56e2da4", "message": "String format fix\n", "proba": 2.1585658487310866e-06} {"commit": "e34cb0466341478f65ae657dcf995aa9f3508de5", "message": "debug\n", "proba": 1.5664004422433209e-06} {"commit": "d693d526201142b43db83cbf7d20b3c3c27de8f6", "message": "pep8 style\n", "proba": 3.192571114141174e-07} {"commit": "05580fa57f3907d74ffa718caff8066a92a9d0d8", "message": "EM_FDEM_1D_Inversion\n", "proba": 3.830542118521407e-05} {"commit": "a53e35ae9d18a8cc0547280ac35960da5634977a", "message": "Added new copy() tests.\n", "proba": 1.1062871152489606e-07} {"commit": "6d69bf00044d34e0c884a1cd22c8758d6c85be31", "message": "inject threadloop\n", "proba": 1.2534301276900806e-06} {"commit": "b9ba8253939360702ebda2e1881f5ec072e08194", "message": "Remove pointless try/except block\n", "proba": 9.93755747913383e-07} {"commit": "275b548c3ef8406b50d71ac5a011cda973ed5730", "message": "correctly formed data\n", "proba": 0.9999877214431763} {"commit": "40159426ad523d16dedb9b62b48e058f29dbb481", "message": "AAPL 1-200-1\n", "proba": 0.0007503743981942534} {"commit": "eef3aa16a8889ca7ea51851a6c2bab514f45c9db", "message": "#50: Add support of ``fix_xhtml`` method with some updates and enhancements.\n", "proba": 9.872494644014296e-08} {"commit": "69af2ce7ee7c19abad1998f848a42336be69b371", "message": "Delete base module not applicable definition.\n\nIn base module execute functional has exist repeat definition.\nresult and result_err use proc.communicate() value, the result\nand result_err value '' out of use.\n\nChange-Id: I1e1fc208b30f8bb367171e42cf688255fd9864f9\nSigned-off-by: Yuanbin.Chen <115798e15ddd872778e240322a1a46f7d51b5ce2@gmail.com>\n", "proba": 4.090738912054803e-07} {"commit": "cb48379bd2a0e758ab6e9b22d4c504f93ef0e937", "message": " check argument values\n", "proba": 2.2868111955176573e-06} {"commit": "c73827c80c5c3166c5e8997d1fe10fad7dfd6b71", "message": "Added some checks on the function parameters\n", "proba": 4.286039256840013e-07} {"commit": "afcef112045a0b59f2ad9a89936548cff070bd57", "message": "defaulting to horizontal palettes for Sugar 0.86+\n", "proba": 2.14161133271773e-07} {"commit": "d3e62f2e033e00cc4d52c267d470f00254494742", "message": "Fixes for peer.py\n", "proba": 2.7690310844263877e-07} {"commit": "a4ea659ab2ccc1dd766cb6710ec5620bc334fd10", "message": "- Bug fixes + UI\n", "proba": 1.3323591474545537e-07} {"commit": "b62488fca31006c69e0bd334107fdfb15af53f82", "message": "commands didn't clear the execbuffer\n", "proba": 3.112116701231571e-06} {"commit": "6398e58a7c00fd46ef84187666d159147dd54fec", "message": "matrices: LU decomposition default to decompose rank deficient\n\nChanged default behavior to return LU decomposition of rank\ndeficient matrices rather than raise a ValueError.\nReduced maximum line length in LUdecomposition_simple() and\nLUdecomposition().\n", "proba": 1.199241665972295e-07} {"commit": "8508b221cbea222425487e751f3ad06eeb9b8364", "message": "align and generate HMMs for group summaries\n", "proba": 3.9604769881407265e-06} {"commit": "91ec3e39352b585ed04bb369d8eb7aeac71a97fe", "message": "matrices: Improve speed of solve()\n\nFixes issue #15178 .\nImproved speed of solve() by using Gauss Jordan elimination method.\nEarlier solve() used to evaluate inverse which was slow.I have modifi-\ned it to use Gauss Jordan elimination method which will be fast.\nSince now slove does not need the argument method so i have remo-\nved method from argument list.\n", "proba": 1.1455003345872683e-07} {"commit": "7968a8240aecf67e0372f5014e124bab9c108435", "message": "__init__ en m_google estaba retornando None.\n", "proba": 0.00012551092368084937} {"commit": "109e0335bfc8789ba10bf2d8e4b58bb60d2dbf8a", "message": "Article images now use relative paths\n", "proba": 1.2912855140712054e-07} {"commit": "82eb2f2c8fcc1caa09eb6896ef45a26cb32bf38b", "message": "Fix errors\n", "proba": 0.00011012201139237732} {"commit": "aac625cf4faf990e45bd81deb50e9a96906268d4", "message": "brainf*ck or the lcd does not want to work this way\n", "proba": 1.960453488436542e-07} {"commit": "ab230f298c4e321bb00312f0f53e58b5d5243d4d", "message": "Bump in vers number - 0.1.1", "proba": 0.0018246485851705074} {"commit": "69f44b9afe3d236aa14b3515ff232ad3c7142faa", "message": "Added RegEx testing of JSON Key string to validate() stub method.\n", "proba": 1.0172348652304208e-07} {"commit": "ec30f9e15f493b399c60d4fbfeaa3d4d2c2cf1fb", "message": "finishes webadmin - update graphs\n", "proba": 1.8168653070915752e-07} {"commit": "9866c0686744028c3c66693d8f89a8350dc4343b", "message": "[infra] Build kernel snapshots for dart2js and dartdevc in ARM.\n\nOur build infrastructure uses simarm to build for the ARM architecture.\nBecause of that, building the full sdk with dart2js and dartdevc was\ntoo expensive. In the past there wasn't as much need for the web\ncompilers in ARM, so we defaulted to exclude the web compilers from\nthe ARM SDK builds.\n\nWe are seeing more use and interest in using these tools in ARM, for\nexample, from users of modern Apple MacBooks and Raspberry Pi.\n\nThis change adds again the web compilers to ARM, but uses kernel\nsnapshots instead. We believe doing so will be more affordable in\nour build infrastructure.\n\nFixes https://github.com/dart-lang/sdk/issues/43776\n\nChange-Id: I81094f2c51941b0af1dedaf238601c91b0b9dbeb\nBug: https://github.com/dart-lang/sdk/issues/43776\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/178960\nReviewed-by: Zach Anderson <9f8b31e960a68dade71618f1ff6da6e23a1edfc9@google.com>\nReviewed-by: Alexander Thomas <29642742b6693024c89de8232f2e2542cf7eedf7@google.com>\nAuto-Submit: Sigmund Cherem \nCommit-Queue: Alexander Thomas <29642742b6693024c89de8232f2e2542cf7eedf7@google.com>\n", "proba": 4.464192898012698e-05} {"commit": "1023d32f3d0092229bd2a7f9690d7e4999745fb0", "message": "[db] adds some documentation commenting to the top of the topology\n", "proba": 1.8501079068755644e-07} {"commit": "181b0db677929384cc2e44190598f99426e86ba5", "message": "Bump Version to v0.5\n", "proba": 1.8341965812851413e-07} {"commit": "fe9477e2a7c1d116f8476f05354e038b8352e967", "message": "removed dead code\n", "proba": 2.6527450245339423e-05} {"commit": "d35cffc02fd6b5249fe0e1ed555460b23765843b", "message": "1.0.2dev: Refactoring - Access `path` value in `SplitResult` object by attribute (available since Python 2.5) rather than index, to improve code clarity. Refs #11245.\n\n\n\ngit-svn-id: 3bd1c7f5b9365705bff4dd56977498491f5ac132@11867 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 3.2953421396086924e-06} {"commit": "66f39cc259ba29cad0244481559e4416fdb13bf0", "message": "Fix code hastily written in env.py... Should close #3063.\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@3224 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 5.712159918402904e-07} {"commit": "a626ba66cd61f8b8ae675db4b6003702fd1261dd", "message": "Set some default values when creating a ticket\n", "proba": 1.064493062585825e-06} {"commit": "0b336bd5683cc88a26b618d7de3561d3d0f83abc", "message": "py3k: fix key encoding\n", "proba": 0.0061604115180671215} {"commit": "3000a830d2c7e55fe1cfa4acbd5aab620337f507", "message": "Docstring change.\n", "proba": 2.215843863950795e-07} {"commit": "2885be9ba816ae29be8d43123adba90edfcb6112", "message": "Set hide_input=False\n", "proba": 0.9999874830245972} {"commit": "f1da5efcba25c00045a528f0f91bb8f253a82355", "message": "filename decoding\n", "proba": 0.00012767613225150853} {"commit": "6c6e2ec7ba3c7ef51bf54dc97670103119881ea6", "message": "Skip long tests\n", "proba": 1.559524434924242e-06} {"commit": "c19aa9e642d396c503207abf363de1040aa8e04b", "message": "update test cases\n", "proba": 4.958165504831413e-07} {"commit": "039a5f521cd1f4788677d9e5365d5b92637aee98", "message": "Add rotate tests\n", "proba": 4.134556661483657e-07} {"commit": "97b1231220ead24183e2d1e17cc0f2148e7d1f53", "message": "Return a GCIWorkSubmission instead of a db.Key() for test utility.\n", "proba": 2.106119723066513e-07} {"commit": "c91d9a74390ea56c36b349d30a619f4dfc96b546", "message": "Check expression type in `numexpr.compiler.stringToExpression()`.\n\nThis avoids things like `evaluate('[]')` to produce hard to read errors. See:\nhttp://www.mail-archive.com/numpy-discussion%40lists.sourceforge.net/msg03753.html\n\n\ngit-svn-id: 92c705c98a17f0f7623a131b3c42ed50fcde59b4@1991 1b98710c-d8ec-0310-ae81-f5f2bcd8cb94\n", "proba": 6.344242592604132e-06} {"commit": "ee798a5fbda3c4b6d0d74ef00407ec76f61e1b18", "message": "Mark tests as fast.\n", "proba": 3.157763899253041e-07} {"commit": "d488ac2736fe5b8b239fbf2926d30e893d4deb8b", "message": "more sleeps in tests\n", "proba": 1.913177669621291e-07} {"commit": "5842fb37b53407cc2dd4adbcdb7c994226941e1f", "message": "Added tests\n", "proba": 1.884486806602581e-07} {"commit": "12f6e18bcabfbc91ef49396b642e9e6129dece97", "message": "Relax tolerance of np.sinc test. (#1557)\n\n", "proba": 1.5512016204866086e-07} {"commit": "11edd02cf5256c787b5f26cccc0155e83cfdc320", "message": "stronger last test\n", "proba": 8.366650945390575e-07} {"commit": "73e9e4955e3c50b20c5a87bc81a6a28a6047e4b0", "message": "Fixed stopping at testDeviceRegistration\n", "proba": 1.7597260182355967e-07} {"commit": "e85279e1bd78c7c163b877e222ecad5e0a60df9c", "message": "Update testcert.py\n\nIncreased sleep time for Malformatted Print Test.", "proba": 1.1844655034565221e-07} {"commit": "fb79ba243273529c130d563bd6e87b9c799b04a4", "message": "Added fix for converting files to phylip format before building the trees.\n", "proba": 1.0237573633276043e-07} {"commit": "c0b761b164a811c951f17c6906e617f7733adff8", "message": "Make send button locator work with new text\n\nThe link text contains an extra suffix, added in:\n\nhttps://github.com/alphagov/notifications-admin/pull/3593/commits/e42adecd075f563dcdf3dfcb3d0514f3a98619e4\n", "proba": 0.002448657527565956} {"commit": "c980876e784ae85142a476796e296807004854a4", "message": "docs: flake8 fix", "proba": 2.8677476393568213e-07} {"commit": "39d29601f88112f614d2e27eb7b814645f85d426", "message": "Add edit-ignores command\n", "proba": 1.6685680748196319e-06} {"commit": "4afdfeab495fc82bddb0836ae70f9501b3615f24", "message": "remove old\n", "proba": 0.9999014139175415} {"commit": "6aaf6e453a6cfc4d69b221de2af7bcace733d8d0", "message": "Adapts the line storing to the stretch-route point NM relationship", "proba": 3.931297669623746e-06} {"commit": "1fac29dcaac922bafc5e4b00a676cb84b5bfbfb4", "message": "remove old comment\n", "proba": 1.8818181501956133e-07} {"commit": "751ec59dc516829033788061e28cdeffec90c840", "message": "honor default_pulse_ms if pulse_ms is empty\n", "proba": 0.9891427159309387} {"commit": "c57bbe1efc3a707ea1325db6d422f5e0ac9c3916", "message": "cleanups\n", "proba": 1.479208890486916e-06} {"commit": "348e761759089526a80ef3a4dd901f4f79e78911", "message": "Update cloudtrail mapping for details.responseelements.state (#1622)\n\n", "proba": 1.0632162172896642e-07} {"commit": "7519f1f5b0dfb0aa58791a170a355e2ce4ddad30", "message": "Testing calls in mqtt.\n", "proba": 1.2666818349771347e-07} {"commit": "01ac1891fab17d5de12f51b94d66cc4f41dbd454", "message": "tutorial bugfix\n", "proba": 3.9658405626141757e-07} {"commit": "33c5ee55f2a72c631c7e80ce5a4b08e0c947914e", "message": "Modifiing the tutorial in order to use the new map loader\n", "proba": 4.0848132698556583e-07} {"commit": "86ffdb2f8e27fcc877f6d3f0534c7a524e319fac", "message": "Fix whitespace\n", "proba": 0.9999994039535522} {"commit": "b50ed69edbbceaa1719ba7e7550c31bc6c07d085", "message": "Use __max_id table for highest id seen\n", "proba": 1.266031995328376e-05} {"commit": "b2e3045fdf3b5485cc64c17bb583587bf9cdeaf9", "message": "Delete testload.py", "proba": 1.9177314243279397e-06} {"commit": "b55b7ad3f924e1e7c9ebfadc7aed1b45f555d82e", "message": "Repaired some method descriptions and reverted patch to return None instead of errors.\n", "proba": 1.0843537978644235e-07} {"commit": "e84124218438f51479183b059127c4fce98f6ead", "message": "test-python: Commented the broken bitwise_add.reduce.\n", "proba": 1.5917383677788166e-07} {"commit": "6610785562e347f01900a63788161359321388ca", "message": "Two updates to logs to improve debugging.\n\nPiperOrigin-RevId: 490247482\n", "proba": 1.9689093733177288e-07} {"commit": "8c73d87e2b888f9562c8994da2157a1e2a646ba7", "message": "latex_raw: reuse _latex_row function()\n", "proba": 3.4374436381767737e-06} {"commit": "a22831800b21f300e11c262a78dee10acf6e82a4", "message": "Fix debug message and invalid redis key\n", "proba": 4.745765181723982e-06} {"commit": "06615d0d6e75b537291ea6be74a973a8b6160211", "message": "Avoided leaking warning filters.\n", "proba": 1.3375178298247192e-07} {"commit": "9a07e572d28838268b66c1bc835685cd515cb55e", "message": "Add longtable support as a separate table format\n\n", "proba": 1.8444931129124598e-06} {"commit": "df685bcd4f8acc5c873d0d19d1c04e08811ca19d", "message": "Don't show unpublished workshops on frontpage\n\nfixes #137\n", "proba": 1.1151978185353073e-07} {"commit": "afedcf865c881f603a1b5f5470aa7561a60ccfb9", "message": "Add a test, fix a bug in test assertion\n", "proba": 8.587277079641353e-06} {"commit": "c2b055e406eb3ea97477a95cc6f7083e83155b1b", "message": "dedup test code\n", "proba": 5.212014571043255e-07} {"commit": "7206cdad1fdbf0fb5e6d3141f4d058f384b501ab", "message": "moved\n", "proba": 1.376903242089611e-06} {"commit": "f7a2b7c253e95d114e5b0b564b0d8f235a183348", "message": "Fix a test for the correct version of sympy\n", "proba": 0.9995445609092712} {"commit": "dd7bd8d7357a6020bbf4cfae70491b9e18eba695", "message": "Add a test for Issue #41.\n", "proba": 1.1804588240238445e-07} {"commit": "5f2d206e254aa6c6d817d59d81a6e35b49e0ba38", "message": "Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pb\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@2695 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n\n--HG--\nextra : convert_revision : 2cee30eaf0a0cf5bb9efa8f0a6acddf7153ffeb2\n", "proba": 1.1264140766797937e-06} {"commit": "42cbf00d00c62e8b91a52ebb02fe6978bd6f11a2", "message": "Use better constant for out of memory test case\n", "proba": 5.2668351600004826e-06} {"commit": "64bf20da188845d3965b4422ee4f56f32f4efd47", "message": "tests/plans add new contact fields to export test\n", "proba": 1.1869430238675704e-07} {"commit": "af1edbc79ed74ef7b56a47b1636b8f8eeaff27bf", "message": "\u68c0\u6d4b\u626b\u63cf\u7ed3\u679c\u6587\u4ef6\u5224\u65ad\u8fdb\u7a0b\u662f\u5426\u7ed3\u675f\n", "proba": 2.859778192032536e-07} {"commit": "4ba1450bae3c71bc3d021a9eaecc8be83bcd4f69", "message": "skipUnless not supported in Python 2.6, import from django.utils.unittest instead\n", "proba": 2.2049455594697065e-07} {"commit": "17e27f869af29aec881044f1325e8a978346c936", "message": "remove the memcache tests due to appengine testbed bug and simplicity of implementation\n", "proba": 2.0902041342196753e-07} {"commit": "08657917cb7cb7e7ca1d1798bfcd59d426e970c0", "message": "Just a space.\n", "proba": 1.6667122793023736e-07} {"commit": "d2d91b419ccdf4da98aedbf74a8c06748ca19775", "message": "updated get_stored_token unit test to cover all branches\n", "proba": 2.5310461637673143e-07} {"commit": "864f7d23de5cea4f01fd333b74c526a3e80daee5", "message": "Add tests for adding bookmarks\n", "proba": 5.754320682171965e-07} {"commit": "3861b66fca05fdaf130dc841e93e86a5ea30ec35", "message": "added method definitions to bytecode parser\n", "proba": 3.5700313105735404e-07} {"commit": "c1ef2f638fff229d9e754441129ecc2ddfe1a23f", "message": "Fixed erroneous module name in tests\n", "proba": 3.1467308758692525e-07} {"commit": "d5e1be17ff5721d6bad5de8144dfffcf07ce49b5", "message": "fix broken consumer test\n", "proba": 1.1390289955670596e-06} {"commit": "2f7ee66a8b872d17839a0821817a2498d87bc61e", "message": "tests: don't check copyright of files ignored by git\n\nFiles in .gitignore are not part of the repository so we don't need to\ncheck the copyright in them. Replicate what \"git ls-files\" does by\nparsing .gitignore files in every directory and ignoring files,\ndirectories and globs listed there for all subdirectories.\n", "proba": 1.2788891012860404e-07} {"commit": "97e8b9f4f079ffd42b270d28cbb6dd44e044279f", "message": "Extract method\n", "proba": 6.313942321867216e-06} {"commit": "c7b7e62cb2585f6109d70b27564617b0be4c8c33", "message": "Update code for PEP8 compliance\n", "proba": 1.7068084900984104e-07} {"commit": "e07244c6d9b0f1a48b19821e3ae5f7e3729fd091", "message": "tests: Check lowering of ConditionalDimensions\n", "proba": 1.407665166652805e-07} {"commit": "a7a2cb3621d8cdcc096b5f531f39c39d42e7b796", "message": "more test fixes\n", "proba": 1.266658813392496e-07} {"commit": "1aad7bb40898e3acc409105f15905097ff90dff8", "message": "Account for making everything lowercase in tests\n", "proba": 3.6869685573037714e-05} {"commit": "4b8cffcb964cd65356d0623a4d7859c9cad1a0d1", "message": "modify test case\n", "proba": 3.203657252015546e-05} {"commit": "d86a4f5c367d6ec21a373a86b37bf49909c0d6d1", "message": "Test for match_parent\n", "proba": 1.8287189504917478e-06} {"commit": "61de24e34292f9f42eafa76b600b195c06a8f450", "message": "test - Test OverpassError and child exceptions\n", "proba": 1.341160640322414e-07} {"commit": "3b243616da3f833a76834e1b84e341c5c8040e81", "message": "fix generator test\n", "proba": 5.838692800352874e-07} {"commit": "b483f51cda41fd625ef4733498bdd6807660f975", "message": "more tests, pick the default user/pass if the env does not have them\n", "proba": 1.7709771782392636e-07} {"commit": "45154f2e336e66b8013f16d15a295a9d5b71fd71", "message": "[IMP] field trace store = True\n", "proba": 0.9999970197677612} {"commit": "75e2dbbfccff84aa1eebde69b33c79e534f4054a", "message": "More tests for new Git Interface.\n", "proba": 1.0506049363812053e-07} {"commit": "6220b83e9dba74bbc6be550b211c4ce9f68240d8", "message": "try-except the relatedobj not exist exception\n", "proba": 4.709579116024543e-06} {"commit": "3a91c11c6b6009167b3f2a46a41db37ba7e767ef", "message": "specified tests to be executed for memcheck\n", "proba": 2.469045057296171e-07} {"commit": "b2633812942ef609aa3f9a9e45ba062c76e0344e", "message": "Added tests for cophenet function.\n", "proba": 1.1042948955264364e-07} {"commit": "9188a1745f83bd3f395afc899d04ff2e5a0007d0", "message": "remove debug codes\n", "proba": 0.0001799708406906575} {"commit": "690920813094bbdd2af68cf674968488aa3398a2", "message": "fixed potentially missing tvdb data\n", "proba": 3.528213596837304e-07} {"commit": "30d4397502def7fcb5aee834eb37e0954a478cf3", "message": "adds question asker to answerer list to fix #230\n", "proba": 1.9014237295778003e-07} {"commit": "11fd807f417f1a3c44faec20c6d9b11c6ff93ff7", "message": "clarify comment\n", "proba": 1.229923100254382e-06} {"commit": "b6fa84411e0303a0c4d09315d989cef1135cf2bf", "message": "concatenated tests into one file\n", "proba": 1.8222739299744717e-06} {"commit": "80e7958c541d88672dc90e2748ca90aea22a29fc", "message": "Refactor into BaseQuerySet.populated_column_map\n", "proba": 2.837996362359263e-06} {"commit": "679efa298f23b32eaf8b7d34afc6bff349859143", "message": "a few test cases\n", "proba": 1.7253208852707758e-06} {"commit": "f0504474cad33e83f9621ade5bf9babbe96a314b", "message": "bumped version number\n", "proba": 2.2809651909483364e-06} {"commit": "7665c05e29a5e85c20ab2544b8f2eb69a5fc3025", "message": "stub out remaining work\n", "proba": 1.2746676247843425e-07} {"commit": "ccea3dd8cbc2c87cb73fc9e8b0120e30816034a6", "message": "Replace 'assertTrue(a in b)' with 'assertIn(a, b)'\n\ntrivialfix\n\nChange-Id: Iebfb9e462d9a3c1f0cdc5f54f42ffc0651167f8f\n", "proba": 0.9999967813491821} {"commit": "051b25bf840b4978cc90cedaa58bc4b697bcd4bd", "message": "Work on command line auth flow\n", "proba": 2.0597240109054837e-06} {"commit": "bf72c258635e7930e5d631c3cd23251ee9c511e8", "message": "updated for rounding\n", "proba": 1.904178361655795e-07} {"commit": "c8b37d4d1bd6a9377bc0dda8d94e10f9c611c91d", "message": "fix unicode for py2\n", "proba": 0.9998588562011719} {"commit": "c290455b94cbe1e099b0b9cc78abadde0171afab", "message": "More signal work and bugfixes\n\nReplace self.fiat_unit() mostly with self.ccy, except\nfor cases where a dynamic post-hoc query is needed.\nBlock signals to prevent unwanted currency choice change.\nRemove dead code.\n", "proba": 1.0328599131526062e-07} {"commit": "6d8f709fd8a5a3f16f02f53e0586bd8285700163", "message": "Removed redundant check on sender type.\n", "proba": 1.3410775068223302e-07} {"commit": "4d88ae4c2f1f0d2a69820f67eb8197f14225ec27", "message": "added test for native coroutine\n", "proba": 4.4026310774825106e-07} {"commit": "8c3ea1cb3d00604bb94067f3fe6c92aa00e846a2", "message": "Document the destructive zero bytes behavior of bin, long, and decimal codecs.\n\nSigned-off-by: Gora Khargosh \n", "proba": 2.279177806485677e-06} {"commit": "39469cde1b56459a5ac958add5339318024ad390", "message": "Fix for test_nodetypes\n", "proba": 5.36429809017136e-07} {"commit": "e09b1b677a2602a25b89639befbed3f7a299f8c2", "message": "tests: Note that PILLOW_VERSION check also skips old Pillow\n", "proba": 1.3593037806458597e-07} {"commit": "a8d361e66b2a0e09cfa5dbade4725074b0cc2fd1", "message": "PEP8: Remove too whitespace before }\n\nhttps://bugzilla.gnome.org/show_bug.cgi?id=672627\n", "proba": 0.9985468983650208} {"commit": "bfdd552a32b3a67dfa2895b483c187d87b63b50e", "message": "Add a test for pipelines using asyncio.\n", "proba": 1.4465850028955174e-07} {"commit": "d2cba04eeb8b2e947c598e23f8a8b252a99a4e94", "message": "Fix format_preprint test\n\nh/t @TomBaxter\n", "proba": 2.0917246729368344e-05} {"commit": "0da210506408c142d27a288c8191edf225003d4a", "message": "test fix\n", "proba": 8.790177616901929e-07} {"commit": "5068ecf64bc2e4da94fa666e24f2bf777117c1e9", "message": "Rename the `get_queryset` overriding test.\n", "proba": 8.78451260177826e-07} {"commit": "287346611435f17ebbfa8c995bbaeda172b3405a", "message": "new test exhibits exclude_top_k misspec? bug?\n", "proba": 1.2085287437457737e-07} {"commit": "20646796e7ec534412d8e08d7070129108812075", "message": "skip flake8 for 3.5 async tests\n", "proba": 2.573907238456741e-07} {"commit": "1fc2e1b7bd66f6588b5b99d7d330f15638729f6e", "message": "it was determined that scheduler.end() shouldn't reject dead greenlets\n", "proba": 3.775845834752545e-05} {"commit": "5032d1f24bf6cdb73775bf3f659d1140e07d76ee", "message": "Convert redis values to text in tests\n", "proba": 0.9999994039535522} {"commit": "e8647ebde279acca33af9fb5c75ee681344c2e81", "message": "Rewrite Secondary tests for three clients and situations\n\none client with normal update data, one with no updates assigned\nto it, and one with no Director metadata available to it at all.\n\nMake the code less redundant with some loops.\n\nSwitch tuf.conf.repository_directory when switching among clients.\n\nAdd check for updated fileinfo data.\n", "proba": 1.049263147478996e-07} {"commit": "8dd727627d7e743b600b9e4813599001efb40ff8", "message": "Added simplenlg jar.\n", "proba": 1.1607586003492543e-07} {"commit": "89faf76bc1f606809a023dce74f83c6b3cbf44a0", "message": "Made sosmodel config a pytest fixture\n", "proba": 1.320294842344083e-07} {"commit": "f4199b5a287d69a5b26499331896c7de95f7da97", "message": "[project @ robey@lag.net-20061015012126-36370734592aff17]\nmight as well assert this\n", "proba": 0.999981164932251} {"commit": "619ba67c8864cd33de50ac0faf3fbb6de3048001", "message": "Adding tests for SingleResultMessage.\n", "proba": 1.217382532558986e-07} {"commit": "35cdd756505052ae228cab255dfc9a23977fa6a7", "message": "MAINT: Fix typo in test error message.\n", "proba": 2.2588967851788766e-07} {"commit": "cd71a557892a59d40dc368e2ad660040122c111c", "message": "Simplify test.\n\nSwitching kernels would require sos-python.\n", "proba": 1.5532548331975704e-06} {"commit": "817b888b330118a5fc956d7022123df1778c8399", "message": "Fix for wrong start value in grid choices linked to choice trait\n", "proba": 2.5039025786099955e-07} {"commit": "36cbd34ffc2ff3caf3db9ea6d27992f670b4f319", "message": "Fix zookeeper test coverage\n", "proba": 5.426067673397483e-06} {"commit": "45489e58191096195ecbc567335427f6f12bb10d", "message": "Removed an erroneous RuntimeWarning.\n", "proba": 1.717757385222285e-07} {"commit": "8be9a3f0f93215c82cab649572de12000a5fbd1b", "message": "Fix Django test app manage.py for Django >= 1.4.\n", "proba": 1.8847960348011839e-07} {"commit": "4a3ad16988fde5b11019b9388d483441182d8173", "message": "Correct some Python 3 issues in the tests\n\nThe tests used \"gen.next()\" to advance to the next item in the\ngenerator. This syntax is not supported in Python 3, so we now\nuse the next() builtin for this operation.\n", "proba": 4.7215590370797145e-07} {"commit": "990f07ca647db0dbfecf1955fcac04ca08c23201", "message": "upload_file: give messytables the list of valid types\n\nPer @domoritz suggestion.\n", "proba": 1.0355999080502443e-07} {"commit": "6b6b1020e57ed15c5f9120582636e2c1e97c9202", "message": "Remove test as we don't have this method now\n", "proba": 1.3460117997965426e-07} {"commit": "0ec2cbbe8277f271df3735d85197c9e5978df3c4", "message": "Added redirect tests, changed wrong status in test_authenticate_success.\n", "proba": 1.077075353350665e-07} {"commit": "f793c19f0f3b1730f8e15d8a6260e05f1f6f1de1", "message": "Improve test name\n", "proba": 0.00018910698418039829} {"commit": "7272d664b6bac2674a8f102e5c7e7a41c2425154", "message": "Changed tabs to spaces for flake8\n", "proba": 2.0918133714076248e-07} {"commit": "2d71cc7d8fced15d3e12e379f2838047de065c9f", "message": "Not used import\n\n--HG--\nextra : convert_revision : svn%3Afc25bd86-f976-46a1-be41-59ef0291ea8c/trunk%4028\n", "proba": 2.716895437515632e-07} {"commit": "59f1c5ffcd04ad2d22a4e69fcea484a3b4b92108", "message": "Delete 0.4.1.py", "proba": 0.0021523754112422466} {"commit": "fe96274c0b9126c8b6d509261900388098395da4", "message": "Right got the bastard - at least I now get out the cell I expect", "proba": 1.3179234770177572e-07} {"commit": "833aa00ebccb43f06b281163f22f4be67c673a93", "message": "bypass trips for testing mirnas\n", "proba": 1.3524247322038718e-07} {"commit": "3b192c5cfc66928a165639bf75346de2dd18a14c", "message": "Functions on top\n", "proba": 2.895986881412682e-07} {"commit": "d3b390f1e08bb05d13970717bb74bda28c00c2a2", "message": "Return the right thing for PyQt5.4 and lower\n", "proba": 0.9993138313293457} {"commit": "d55b152f94ac61f53646cf326d6ce0772c14882a", "message": "nanshe/nanshe_learner.py: Added a logging message for how many neurons were found in the data.\n", "proba": 1.131205067395058e-07} {"commit": "433d583419e21d7487cdcbfaf17d6621e1cf91ea", "message": "Fix up docstrings.\n", "proba": 2.3728555333946133e-06} {"commit": "adc3a7522a65c736c32203a26677a759f45ab480", "message": "Speeding up FITC\n", "proba": 5.025229938837583e-07} {"commit": "dbf7d17f9243b92c724ac2113cc9246530d2cf08", "message": "Minor fix", "proba": 4.2334357885920326e-07} {"commit": "2327dc0a49f56258857a5dfffa799e9dbe7b71ea", "message": "Added driver to the basic module so it can be discovered\n", "proba": 2.0073731832326303e-07} {"commit": "1edd5613f9eed28d46a08a8f8e91ef52e37de2cf", "message": "added a little switch for different sigma levels. need to experiment\n", "proba": 4.960586011293344e-06} {"commit": "4a2fe11f5b48e4d7a14974968803faa0ded45aad", "message": "Made fill transparent a parameter instead of a config setting\n", "proba": 2.5277802251366666e-07} {"commit": "027920252cd2573410fc0d6104b0a2ca0d980844", "message": "Match desired bands and maintain order\n", "proba": 1.2634389179311256e-07} {"commit": "5b6732e3a09c8875a1a777ea2c04bb74221b7fc8", "message": "Fix for NE services\n", "proba": 1.7277761799050495e-07} {"commit": "44699f832df9e07b6d82d57f03d8a457fe10c45f", "message": "Fixed a few initial foibles with timetracker\n", "proba": 1.8109629706941632e-07} {"commit": "5dee1fff4d406589174f73958ea1eb19154f7357", "message": "Accept keyspace in __init__ of NengoEdge.\n", "proba": 7.3666956268425565e-06} {"commit": "226e51aa9d8608ece01785efe22b296425314cf0", "message": "Remove LDAP as a requirement when importing decorators\n", "proba": 6.317016527646047e-07} {"commit": "4220ac15cb990c2f955e28fef7d1fc369d68b67e", "message": "also added to _search_multi_class\n", "proba": 2.1317733001069428e-07} {"commit": "f869cffcdbf4d6540cc410e04c9572c6e673ea7d", "message": "Changes to be committed:\ndeleted: tiny-chatting-server.py\n", "proba": 4.4251345343582216e-07} {"commit": "0b8b2b4122109f22900ec929432308dd685f1d45", "message": "Fixed bug that occasionally produces short signatures and encryptions.\n\nSignatures and encryptions with a leading zero byte were being truncated!\n", "proba": 1.1506550379181135e-07} {"commit": "353365de6104bbd33c215722f86bbafb590d3ec4", "message": "Bugfixes: ignore TP records when parsing lab notebook, preserve metadata\nfield order, avoid numpy warnings\n", "proba": 2.14579827684247e-07} {"commit": "a0475ce9e69ba9df81f8b75a1404d7f91a1d3e11", "message": "doc update\n", "proba": 3.261732501869119e-07} {"commit": "a1b33bd2ab4691c46dbbf2682ff9f6795ec917d3", "message": "force GTF cache reload\n", "proba": 5.013134227738192e-07} {"commit": "6206cf7fd6e4030dbeb6558e1f83723e29c62e41", "message": "header -> noheader\n", "proba": 9.629325177229475e-06} {"commit": "55d1bb165d644b0ea864e2afa8aaf0326eadd436", "message": "annotate update\n", "proba": 7.610385637235595e-07} {"commit": "d17e300a70853dda262541603d55814037eddcf5", "message": "cleaned up df functions\n", "proba": 1.081416576198535e-05} {"commit": "08c5ed000e70e98e8d6f154373f3387024cb1612", "message": "h2def.py: Remove *_DEPRECATED_IN_*_*_FOR(*) prefixes with white space\n\n* tools/defs_gen/h2def.py: A *_DEPRECATED_IN_*_*_FOR(*) prefix before a\nfunction prototype may contain white space within the parenthesis.\nRemove such prefixes, otherwise the function prototype is not found.\n", "proba": 7.223132456601888e-07} {"commit": "bf60af8bb171707659560fa71894495f50cb4b1a", "message": "Make changes to chemical potential script.\n", "proba": 1.8309405902527942e-07} {"commit": "4f67e4cbd04c91fa1407f532e89fd546b6ebd37f", "message": "Add support for pretty-printing scoped_refptr, SiteInstance and RenderProcessHost.\n\nI switched to gdb.printing.RegexpCollectionPrettyPrinter in order to\nmatch against the concrete types of objects and to be able to wildcard\nscoped_refptr<*>.\n\nReview URL: https://codereview.chromium.org/12529023\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@188871 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 5.049002538726199e-06} {"commit": "7ecf5b4d56afd221f48b08de9613f27a1f402eb6", "message": "now logging Pausing/Continuing 'downloader' instead of 'download'\n\ngit-svn-id: 83da0ac6f29971f322a07cce10fdfd58b53908d1@582 2efe2221-f5e4-0310-9a2e-dd64ea3c545c\n", "proba": 2.4728439029786387e-07} {"commit": "bf2595a0f83f8a95f090faa09b04815d90c1442e", "message": "spm8 compatibility added; pipeline tutorial runs on spm5 and spm8\n\ngit-svn-id: 24f545668198cdd163a527378499f2123e59bf9f@533 ead46cd0-7350-4e37-8683-fc4c6f79bf00\n", "proba": 4.58862444929764e-07} {"commit": "212d7f3efd3081d3e72b05dd0a12324d15a9ff03", "message": "Appending @ to python decorators (#8)\n", "proba": 1.6374660560813936e-07} {"commit": "968350a99e60cb434086653c5ee87aa63f05e319", "message": "fixed default value", "proba": 1.1610159162955824e-06} {"commit": "e259b4d5b2b7fa2fb7772f21bb1cbb3ffed0a68f", "message": "Forego iterable param merge if there are no iterables.\n", "proba": 1.5677663611768367e-07} {"commit": "f99e922b819b57663d06ea9c04c27c47b5d81e9f", "message": "Divide all types\n", "proba": 0.9999995231628418} {"commit": "3c21f1edfb2203f4779fec0c2ab561fd7c1e3af4", "message": "ARM: ARMC6: Fix for ARM linker script cpu formatting\n", "proba": 4.55438275821507e-05} {"commit": "546b5dec7cf5391a2d67eb15ca8ac8f53d492b69", "message": "Remove floating point formatting in newlib nano\n\nRemove special case targets which have floating point enabled in\nNewlib Nano from gcc.py. To enable floating point printf/scanf\nfor a target configure it to use the 'standard' default build in\ntargets.json rather than 'small'.\n", "proba": 1.1683205514145811e-07} {"commit": "2e114a5610e67f66a9c6af5e21c9ea9b9e946c0a", "message": "Change message output to time based, not execution based.\nRedid classes to be more DRY\nCreate initial create_tree function\n", "proba": 1.5319369595090393e-07} {"commit": "7c6df4812579cedeed16975054368d9a687002a6", "message": "Replaced an ALERT with a note.\n", "proba": 1.4393384617505944e-07} {"commit": "f96dce6d8e0e86a577cc666528b28ad05c161706", "message": "Fixed inappropriate default distribution for TemporalScatter\n", "proba": 1.4327278563541768e-07} {"commit": "410a46d638f8b05ebfe0e397f6d4d053c1c4dc4b", "message": "fix pymysql 0.7.1\n", "proba": 7.156367792049423e-05} {"commit": "0a21199b6d08ad04fad76a620aeae88302f5249d", "message": "fix iostream write\n", "proba": 5.6114444305421785e-05} {"commit": "624c1322c19bd1407310ed78a7643d9134097e2d", "message": "Support ResourceList again\n", "proba": 1.5887431459304935e-07} {"commit": "77fe2080eefc3cab3d877721a289c618449a7567", "message": "version 2.1.0\n", "proba": 1.2689346249317168e-06} {"commit": "95616aaa9e6f02984c516daa199971fd21842357", "message": "1.1.3dev: Merged [13523] from 1.0-stable.\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@13524 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.799252459022682e-05} {"commit": "c6f2b08a6010d2309f25c3d82bd97dd3794562f6", "message": "Creates get_host_info_dict_from_describe_dict helper method to translate information from a 'describe' call (we don't have instance objects in this case)\n", "proba": 1.223278331963229e-07} {"commit": "da19314eb2b8789455f1afab574beac9236eda99", "message": "decreasing verbosity\n", "proba": 3.579975964385085e-05} {"commit": "83db3406c2c83c39cdc2564835c6bffea08bf29f", "message": "Descriptive error when searching by ID (movies)\n", "proba": 1.2296727902594284e-07} {"commit": "89355cd12f5d1a6d3301ecc001af2fb5c4cde898", "message": "Fix url_for call in denied path\n", "proba": 1.95322536455933e-05} {"commit": "be841f8e5495667991548906d308b376b5a85d58", "message": "PNaCl: Disable the -expand-varargs pass for now\n\nExpandVarArgs doesn't correctly handle passing a struct as a fixed\nargument to a varargs function, e.g.\n void foo(struct big b, ...);\n\nThis is because the pass strips off the \"byval\" argument attribute in\nthe LLVM IR.\n\nThis was discovered via the gcc torture tests.\n\nDisable the pass until it is fixed.\n\nBUG=https://code.google.com/p/nativeclient/issues/detail?id=3338\nTEST=smoke test: run_hello_world_test\n\nReview URL: https://codereview.chromium.org/12940009\n\ngit-svn-id: 721b910a23eff8a86f00c8fd261a7587cddf18f8@11055 fcba33aa-ac0c-11dd-b9e7-8d5594d729c2\n", "proba": 0.00024627934908494353} {"commit": "cb718537b01899865ac7448262b533213496e0d2", "message": "fix CAS is unavailable\n", "proba": 2.421261910967587e-07} {"commit": "77c5d58b7475f70950581cd78e075b24f60df445", "message": "PokerStars: handle chat lines in HH without failing\n", "proba": 2.029763237487714e-07} {"commit": "7b2535e3f00567383db8a0d3e8164b9b61b257f0", "message": "Fix sqlalchemy\n", "proba": 0.9989331364631653} {"commit": "8a29eba4fbe71f453be8ca65b40462da546585ec", "message": "fis urllibresponse\n", "proba": 1.7099005162890535e-06} {"commit": "c65e8ad9043f0a364a7cad1beb95aa7e5f2e5d37", "message": "longer line width\n", "proba": 8.809315477265045e-05} {"commit": "cde46887e4c1b21544faf731db7769ddb9b69c00", "message": "change application -> applications in api routes\n", "proba": 2.000657275402773e-07} {"commit": "d952b469d63eca6c142a70834e5aae63f61f688a", "message": "Fix syntastic error in powerline.lib.memoize\n", "proba": 5.73375746171223e-06} {"commit": "ac516ee3e02b9508cb32309d10e6b6aeba7c5738", "message": "Better looking output for the subreddit command.\n", "proba": 8.113366902762209e-07} {"commit": "f3d92c3f1b3e17540f62f51bf0de1f70ff454d59", "message": "CodeLocation: Be aware of AIL block idx.\n", "proba": 1.225901371526561e-07} {"commit": "6b43cd0e7868c1c05c1ef3dc9623260f6959e680", "message": "Fixed check for dialogue\n", "proba": 2.153112177438743e-07} {"commit": "55ce282fac7df77f0158e2f3e803783350c181aa", "message": "Changed docker image\n", "proba": 4.5365928258433996e-07} {"commit": "b47647c0535f13a78520ef6e519267c911f7fe32", "message": "Fixed verbosity in atom.TestEntry.\n\nRather than deconstructing a list, check equality to a list.\n", "proba": 1.2128977289194154e-07} {"commit": "cc1ffeb4762803b31b1e8a48f0445a8cd377febc", "message": "Updating package name for MySQL\n", "proba": 8.503270692017395e-07} {"commit": "e4a48c5d9b768809d64c8ecd33020f36df53c24f", "message": "Implement __repr__ method\n\nCloses #145.\n", "proba": 1.463165233417385e-07} {"commit": "a54473155c47afccd2c2669d856b64668acfe568", "message": "Bug with creating of the new session on every request fixed\n", "proba": 1.195427756783829e-07} {"commit": "3c6c897958b0f5cc7254fbbee430cd88c4855e88", "message": "Fix bug in test_server_gof (still fails)\n", "proba": 1.2934967230648908e-07} {"commit": "91d7dbf9e61b2e2b445685354f42e83d1e0424d3", "message": "rearrange logic\n", "proba": 0.9999861717224121} {"commit": "41fbd97046a60b95b362a8b93770a655d1c0761d", "message": "autopep8 cleanup\n", "proba": 1.493871621960352e-07} {"commit": "9c2499f7f3d8990dac24f5c9e5ff78462af8da98", "message": "try as explicit object\n", "proba": 3.9680759073235095e-05} {"commit": "36cc007a695723e0f7dfd3c76f13992a86d78633", "message": "Cleanup ss\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@1843 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 7.057464586068818e-07} {"commit": "f39c87967a615e13a06a8a56e62858c0fbb7420f", "message": "Added weighting to the inputs for the experimental sklearn decision tree\n", "proba": 2.0101029463148734e-07} {"commit": "053553e01185040ce63123fb3bfada7f5e80f65d", "message": "fix log\n", "proba": 1.2570993703775457e-06} {"commit": "cdbd8de2aaff902f3ce8b1712b2377799b24d648", "message": "Fixed silly mistake\n", "proba": 3.1096424208953977e-06} {"commit": "7a03dc126a8c40641432bd630d8b2832f517493a", "message": "Add Tags to OpsWorks Layer and Stack\n", "proba": 1.2401933702221868e-07} {"commit": "423333184badab75848d88c30bdd43bf03c14cbe", "message": "sort ordering fixe\n", "proba": 7.137959414649231e-07} {"commit": "029e31b9f28e2d9882f7453b538eb2c9299ca185", "message": "Make buck wrapper logs human-readable.\n\nSummary: Simplify logging setup and make its format human-readable\n\nTest Plan:\n$ BUCK_WRAPPER_LOG_LEVEL=DEBUG buck run buck -- --version\n buck version 64999e5d3b446c062da5c3cc282a2e78ce133c92\n 2017-12-05 14:08:08,073 [DEBUG][buck.py:80] [Errno 2] No such file or directory\n\nperviously it would produce:\n\n buck version 64999e5d3b446c062da5c3cc282a2e78ce133c92\n [Errno 2] No such file or directory\n\nwhich does not leave much to investigate\n\nReviewed By: sbalabanov\n\nfbshipit-source-id: 2d0b977\n", "proba": 4.1596172195568215e-06} {"commit": "e0db5d60e9628dd3eead82af75787066fe74bf1d", "message": "unicode", "proba": 0.0005212004180066288} {"commit": "666a74f1397fe081001fb3537d8fdf698c7bbc80", "message": "Thellier GUI save magic tables: don\u2019t delete sample records without info in the specimens column", "proba": 1.0543909922944295e-07} {"commit": "4e2bfb55e36f125c152fc1b35f2b3557c8e67c29", "message": "grd_gbr\n", "proba": 1.618349051568657e-05} {"commit": "344d6d99e1061cc3d54b99b58781d7cd56bea04b", "message": "Updated VERSION to 2.1.1\n", "proba": 9.471212365497195e-07} {"commit": "a307a3c3a9b6f6f5ca308b6c53c98594ab5312e8", "message": "commit and rollback are coroutines\n", "proba": 3.7442875964188715e-06} {"commit": "114961f61f5a84f398605a1b3e9d8e2691f7c318", "message": "add test for in_order\n", "proba": 5.609364279735018e-07} {"commit": "cc0eeb84f2d2d12f9c4cee08707dcceb7fe2327e", "message": "updated func tests for latest version of python avro\n\nPatch by eevans\n\ngit-svn-id: af0234e1aff5c580ad966c5a1be7e5402979d927@930905 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.111213603939177e-07} {"commit": "5a41d9ae654cc15ecd4a053f7b8c0255e7f741bc", "message": "Bumped MC3 version to 2.2.11.\n", "proba": 1.1640187835837423e-07} {"commit": "35a891054817b4a7d3612985f3e094c6a15a56c1", "message": "include session in filter function\n", "proba": 2.9856644800929644e-07} {"commit": "cb23a922897c38817d83118ea4301884aef133fb", "message": "Update factory for email=None\n", "proba": 0.9982162117958069} {"commit": "6f209e475e771a7de1ec81f19781f348cbc695f6", "message": "add custom todo list in comment -- unimportnt\n", "proba": 1.1393968435413626e-07} {"commit": "76e71643fc1f52c46b8a2a213a1ec254fee8ec41", "message": "filelist maker: add --resume arg\n", "proba": 3.896198847996857e-07} {"commit": "d7c266bcfdcdef61132348a92d09d4b9d57773a9", "message": "Added on more uuid that I missed during first pass of code.\n", "proba": 1.015918300595331e-07} {"commit": "81963fef76200fb25ea17000e1ced80f7013a55e", "message": "initial check-in of some pyfits image unit tests\n\ngit-svn-id: 5305e2c1a78737cf7dd5f8f44e9bbbd00348fde7@302 ed100bfc-0583-0410-97f2-c26b58777a21\n", "proba": 2.881622549466556e-07} {"commit": "df92add51c8d28930de8dccfc039bdb64f5644fe", "message": "Added option to create profile.", "proba": 1.1501920482714922e-07} {"commit": "2c2b7f86e57cafafdd2403d9a5fbb3031059f38c", "message": "Delete inner.py", "proba": 0.0001368155499221757} {"commit": "b6226d6945dfb325fda04d15a95ae86e5cbd07ab", "message": "Tests: added delay to wait for requests logging.\n", "proba": 1.1318201842414055e-07} {"commit": "eaf319db2a1304aca2c691385c29c8ba25212ed9", "message": "compile_hex docstring\n", "proba": 1.7039594240486622e-05} {"commit": "e32c4f7397a8006caf7dc1cb852850c0464eb91e", "message": "Flake fixes v2\n", "proba": 6.920947157595947e-07} {"commit": "becb91a41eeb023dbeb88235e88c16d519c01040", "message": "* split api entry endpoints\n", "proba": 1.7857627199191484e-07} {"commit": "679cd95cc9065abb13c054ff4845c285083a2385", "message": "Coverage Regex\n", "proba": 4.3422355133770907e-07} {"commit": "9068b27ba19c88695043135880856569668443cd", "message": "Modify indentation\n", "proba": 1.5615421943948604e-05} {"commit": "42159eeaf7ad9700046bf4c4635f2518f42211f4", "message": "works\n\ngit-svn-id: 5665c17dde288ce6190d85f4a2d6486351776710@335 f663ce52-ac46-0410-b8de-c1c220b0eb76\n", "proba": 6.631095175180235e-07} {"commit": "d0ce6f36809957ccb1ef4d542911bf680b9d8ae3", "message": "More reliable test_max_wait.\n", "proba": 1.4107131107721216e-07} {"commit": "f439701ba5291bc22ab76b49e635f0c5a56be93e", "message": "Update CNN.py", "proba": 1.5667366142224637e-06} {"commit": "e01412363d78b3468e6740fdccb2954dc2fef460", "message": "test using str to define table columns and id_cols\n", "proba": 2.7168098881702463e-07} {"commit": "7bdca5a8879c0d248e882790b234ca1c254c995b", "message": "Restore the approval form, it was supposed to be removed in another branch...\n", "proba": 1.1152744150422222e-07} {"commit": "1ccc2cae85530b364fac282b0a883b3decbf1643", "message": "add a regression test for issue #61 and PR #22\n", "proba": 2.4095186290651327e-07} {"commit": "49e56696f6d7c596de792bf77ca96d4d108b3651", "message": "Place empty slack setting in base\n", "proba": 2.311733027227092e-07} {"commit": "4f62595a22b6dd9b7dcad264a931475c5a28abdd", "message": "Changes for new 123-reg portal, and fixes to allow greater than 250 domain export\n", "proba": 1.2384901992845698e-07} {"commit": "e046626306aa747586660b3b376e16e34e5ae003", "message": "Reflected changes to the token schema to the authorization process\n", "proba": 2.1668766692073405e-07} {"commit": "2a61415e7178c15076c6172e481ad8a2be2f0243", "message": "Simplified kwargs handling in walk() methods.\n", "proba": 1.4756622590539337e-07} {"commit": "bd6742a1f8437ee384ed2f650ff1b3f71fa20b07", "message": "refactor(api): make AccountDeleteView more idiomatic\n", "proba": 2.7850401238538325e-06} {"commit": "29852026722c6d4a30a6d3ac92f7ac2ee8f86268", "message": "Fix: unicode file names\n", "proba": 0.9980419874191284} {"commit": "3a96db2e8d8163c55de320f48fbcd99c4b56b769", "message": "Not started game is not an error\n", "proba": 3.6554694816004485e-05} {"commit": "02b79ef5f9bfddecb8c6394530d541d1fee38a42", "message": "Handle messages longer than 4096 bytes.\n", "proba": 3.830442381058674e-07} {"commit": "ea9379b7fc4e8d688547a1fcd88ef9a92238f65c", "message": "Create views for webinar creation, edit, delete, show, attend and lecture\n", "proba": 1.2174290020539047e-07} {"commit": "e78a5aede100453ade03a7639dc1e76c979b7618", "message": "Fix readtag\n", "proba": 5.345800673239864e-07} {"commit": "2fe952a49ebd1bdf403631ca7a1ce43cd6fe8020", "message": "Only consider the text before the cursor when activating history search.\n", "proba": 1.2420730399753666e-07} {"commit": "b0f758db51447bbb78acdb7c9d44ab33b08b193a", "message": "function to find rows in record arrays\n", "proba": 4.488370450417278e-06} {"commit": "ca4eae000297e24302be4b1f78a802d5eab201cd", "message": "Refactor to use single socket and cleaner code, handle file downloads\n", "proba": 1.319106814889892e-07} {"commit": "92492bf7e7baf4f1d43d501da4cf6202e83eea1e", "message": "Display error message for communication error instead of python exception.\n", "proba": 1.176031645400144e-07} {"commit": "167cdb576e63f48a321152b83a81dc94cf00a291", "message": "Scheduler rpcapi 2.9 is not backwards compatible\n\nPatch 552693e4ad51291c8bfd28cd1939ed3609f6eeac which added scheduler\nrpcapi version 2.9 does not provide any backwards compatibility.\n\nThis patch adds the check using 'self.can_send_version', and falls\nback to the latest Grizzly compatible version if it the version is\ncapped.\n\nAlso takes the opportunity to make the docstring more consistent in the\nscheduler rpcapi SchedulerAPI class.\n\nCloses-bug: #1220112\n\nChange-Id: I5a1e08c1066cae00d47def45f7b87846f679cbbe\n", "proba": 4.129930175622576e-07} {"commit": "2ffe0a03188fd474874ce133e477b6892138e40c", "message": "makes sure that : is in the availability zone before it attempts to use it to send instances to a particular host", "proba": 2.6152833925152663e-06} {"commit": "626b459b5b13931008fdaaf3b6261dd8bc9c2e33", "message": "SP3S support (#117)\n\n", "proba": 1.2051036435423157e-07} {"commit": "b80bd290eb22432f3968e2ec71a6e59bf196d88e", "message": "after trunk merge", "proba": 1.0038821756097605e-06} {"commit": "5ae960947c2f96221b213d0d4bf3a31429139c9a", "message": "nrf5/examples: Updating ssd1306.py example with a comment describing proceedure on how to use the I2C variant of the driver.\n", "proba": 9.895475727716985e-08} {"commit": "f01921e6e2fbac76dc41e354b84f970b1591193d", "message": "Add support for monitor deletion\n", "proba": 2.80570901622923e-07} {"commit": "0f4c23ca56e2e7b7a2e4abc905591b6147cbe34f", "message": "Simplified exception handler and moved checks. Updated error message.\n", "proba": 1.0800624750118004e-07} {"commit": "26fefd6a416e9979dfdfb48944660964aeb96074", "message": "Remove the need for Box.__new__\nas per https://github.com/numba/numba/pull/1571#discussion_r47221441\n", "proba": 0.9983499050140381} {"commit": "c60be1a54758a876c608894a068d48edcda58289", "message": "Restore Python 2 int->long cast in DUFunc._compile_for_args().\n", "proba": 1.9567140441267838e-07} {"commit": "394acee21a9f65a3858c6ca29cb494c3e5aabada", "message": "Fix tests on Numpy 1.6\n", "proba": 7.634272378709284e-07} {"commit": "1e2a1b129f6d50124a77d62ee1f4924cf2588f12", "message": "Added more logging for patent fields\n", "proba": 1.2313310548961454e-07} {"commit": "8b29b3b8ca3249eea31f0b0a59e36451e65c6447", "message": "Fixed OSX symbols\n", "proba": 4.741973782529385e-07} {"commit": "a85206fbd6db50071eefd48226d2bb5594af09bd", "message": "Improve error message for arg type unsupported during typing.\n\nAs title.\n", "proba": 1.374769453832414e-07} {"commit": "8a7cc9a5123b7cba375554808645b6ba4876016f", "message": "Remove dead code\n", "proba": 0.0014967502793297172} {"commit": "0574e05641b38d54482e0199c8a85670e594b8c4", "message": "TST: filter Cython warning on import of random module. Closes #2103.\n", "proba": 9.948388424163568e-08} {"commit": "9099f4ccbcc8de298a5d37c0d43879aecba1acf2", "message": "added molo.profiles.context_processors.get_profile_data to settings\n", "proba": 3.351633495185524e-07} {"commit": "6f473f0a2a7f4eb39f0f511eb676f031754e8adf", "message": "Don't need dynamic default for static value\n\nCo-authored-by: Min RK <408640eb0c100f875dbe3f1b67bd9a73ee0274f2@gmail.com>", "proba": 1.3540301324610482e-07} {"commit": "f0898c5cf0d1864c8689ec0cbc88406ef5eff4bf", "message": "Only set up file log handlers for server/worker (#847)\n\n", "proba": 1.0593257115942833e-07} {"commit": "398df9c2366fca55ff79393341a0dd1952cdc10a", "message": "incre verbosity\n", "proba": 3.328010734549025e-06} {"commit": "ab715595777e2e9c61106f6184863dd67c51cea0", "message": "I think we should change python to not require ':' on for loops. Or if statements.\n", "proba": 2.143765129858366e-07} {"commit": "bc1c64b8141256ff3cf7977a2572e479f2404814", "message": "changed note about using the tutorial: slicer expects .ini not .py (of course)\n", "proba": 1.2376176528050564e-07} {"commit": "b22b68ec329bb6daa813c57c9a6f6fde000fc49a", "message": "Implemented first bonus round\n\nImplemented bonus round on easy\nMade changes to prevent a score exploit by repeating bonus round", "proba": 1.456629945550958e-07} {"commit": "e92547ead8b238d2ab7f1ca5e033e8bf7da11110", "message": "Repeatedly asks for a file if an invalid one is given\n", "proba": 6.871268396935193e-06} {"commit": "c67a1ac9f7e4fb9afc07b2d74ca7b426b3169e1b", "message": "link to issue in test case comment\n", "proba": 3.3684949585222057e-07} {"commit": "f867377d5d4ec258536bc29924cced69a644d0c8", "message": "Delete 8x8grid-animator.py", "proba": 1.5228098391162348e-06} {"commit": "98a1061777aa860567554eb7d054708699cc5420", "message": "Optimize invalid entry removal\n", "proba": 9.863721288638772e-07} {"commit": "4f96c7206ad7cff6b546e0c10212762a4b261e27", "message": "\u0432\u0441\u0435 \u043a\u0440\u043e\u043c\u0435 \u043f\u043b\u0430\u043d\u0430 \u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432\n", "proba": 3.502212848616182e-07} {"commit": "dab9465c1760de5691c8364b7e2f73a134d5684b", "message": "- switching to cjson\n- use the new streaming endpoints\n", "proba": 5.888337568649149e-07} {"commit": "8fcc66aa77824620ff894f8cf5d98ca169988014", "message": "use collections.defaultdict to make dicts that automatically make keys\n", "proba": 2.275960184761061e-07} {"commit": "733e9d5f4e2d6706873261c716091a323b727f37", "message": "refactor to improve performance\n", "proba": 0.9984461665153503} {"commit": "f41c442884b75561e7051774fca4f8f4daf47ea7", "message": "pruner now returns ObdtListClassifier\n", "proba": 2.9018229952271213e-07} {"commit": "7407ead890794803b690be89811a833794b50da2", "message": "fix in limit/offset params (no refs)\n", "proba": 1.6796242618966062e-07} {"commit": "1b9211fd5b1efa4e1b1a1007eb1d60c8e7e5363a", "message": "try to fix travis err\n", "proba": 1.1804485438915435e-05} {"commit": "bdc8bf63e61dc28ea693247de57d5491363b8636", "message": "Added 3D ray-facet intersection\n", "proba": 1.545457593010724e-07} {"commit": "7ee613324f065484e52360cc93ec774edf6f24bc", "message": "os.system replaced with subprocess.call\n", "proba": 5.307150786393322e-06} {"commit": "7fadb82bf84416c8e1c170e8b056a3312d8c72ed", "message": "work on sms send\n", "proba": 8.354953706657398e-07} {"commit": "7d26b0ddaf58d69800ff9a94a514c71c8d701cd0", "message": "Fix as_posix for python 2.\n", "proba": 7.953192834975198e-06} {"commit": "ee131f3fbc9a90b2307140216d18ae1a69def595", "message": "Remove unnecessary usage of readme_renderer.markdown\n", "proba": 1.4632792954216711e-05} {"commit": "3a529c3fb7cb765fcd51bf1e09245447e989e253", "message": "test arfi lesion, including none read\n", "proba": 2.651701720424171e-07} {"commit": "2f80f62e286537c9890674c9b3b82bbae61107b0", "message": "Wiki auth shouldn't be enabled by default\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@3848 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 1.650658077778644e-06} {"commit": "e56cc54de8160d245b6db81294360de494217a5e", "message": "Delete testbutton-qbudg.py..py", "proba": 1.6109542002595845e-06} {"commit": "57aa7d892b36ed5285640e4e9271fd568684e658", "message": "Make sure rolled-up calendar data obeys private events data restrictions.\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@2710 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 2.1596657461486757e-05} {"commit": "6bf6a6ab02b4cb8ffc6744c97b228297671f1b9f", "message": "Remove ability to update promoted_tweets (#129)\n\n* Remove ability to update promoted_tweets", "proba": 1.5579398393583688e-07} {"commit": "9c641801028112ed519487d2b206323bdae19a6b", "message": "check the config file is exists or not\n", "proba": 6.328398285404546e-06} {"commit": "d040bfe7214649d9841c7fc799fc3796b0ef7cb1", "message": "added 2 second timeout by default\n", "proba": 2.5105424583671265e-07} {"commit": "a1a771f7e4760fc1345e18b324a265b49fe0e770", "message": "Hook up bill view using generic view\n", "proba": 2.2667649091090425e-07} {"commit": "ed1f413a5c1ef3fc5eebdd91bf31f58d095b77fa", "message": "Add dry run mode\n", "proba": 5.692153308700654e-07} {"commit": "7f63f18cc7c29756b79b43848b16d933d3339438", "message": "Catch extra socket exceptions\n", "proba": 5.246064347375068e-07} {"commit": "600f0da4567b356e227f9395a863daa2c2513f25", "message": "Scan / Report", "proba": 2.1193918087192287e-07} {"commit": "b8ec5a9d5b41074ed3e9ba74e840147859dc1c75", "message": "Expose JSAPI objects from u2f_v2.\n", "proba": 2.3841828067361348e-07} {"commit": "80e41fd02063205bcc7cfc4138d9ba01b9a887d6", "message": "Fix bottle deprecation warning\n\nFixes #293\n", "proba": 2.006354975492286e-07} {"commit": "135833332537f0fbd51d771558c7cfd0993424e9", "message": "increasing maximum recursion depth\nFixes issue 90.\n", "proba": 1.1839335911645321e-07} {"commit": "e650fa87a9b28e40ac1268ee7b6e04ba8e901249", "message": "Fix out of time() errors, sometimes seconds are negative (another bug)\n", "proba": 4.8954698286252096e-05} {"commit": "89e231c73c3d1f4fa9a598a395b46db7f1e18aa9", "message": "[UNTESTED PUSH FOR DEVICE SYNC] add no_clobber param for footers\n", "proba": 1.6488536402903264e-07} {"commit": "d56bd17dd6eeeab942862b5220088a3b3107a5b2", "message": "Use Twilio woman's voice\n", "proba": 5.712176971428562e-06} {"commit": "3c2c26a91fdaa92e0c468805ede37ee2b166568d", "message": "in case a None has been stored\n", "proba": 0.9991299510002136} {"commit": "2bad68e2a88195f817bcc6b95cdccabc5fa66e21", "message": "adding endpoint/kwarg helper func\n", "proba": 3.5946980005974183e-06} {"commit": "45ce8b48368abdfed154d4e5346b0972bf1ff390", "message": "Hack4water\n", "proba": 4.0347183016820054e-07} {"commit": "20b4be0193ef46be1efc9f02016b22aa20a8eaf5", "message": "Fixed up a bunch of other stuff.\n", "proba": 1.0399645589131978e-07} {"commit": "35fc5e978251f3fe4383ee03d98ba02d98085f20", "message": "Improve get_cams documentation (#1416)\n\n* Improve get_cams documentation\r\n\r\n* Update sodapro.py\r\n\r\n* Update sodapro.py\r\n\r\n* Update sodapro.py\r\n\r\n* Update sodapro.py\r\n\r\n* Update sodapro.py\r\n\r\n* Remove trailing white space\r\n\r\n* Update sodapro.py\r\n\r\n* Update sodapro.py\r\n\r\n* Create sodapro.py\r\n\r\n* Update sodapro.py\r\n\r\n* Update sodapro.py\r\n\r\n* Remove trailing white space\r\n\r\n* Remove trailing white space\r\n\r\n* Update pvlib/iotools/sodapro.py\r\n\r\nCo-authored-by: Adam R. Jensen <49867c6b0c1ac7333324bcc295708158b93dda8e@users.noreply.github.com>\r\n\r\nCo-authored-by: Adam R. Jensen <49867c6b0c1ac7333324bcc295708158b93dda8e@users.noreply.github.com>\r\nCo-authored-by: Cliff Hansen <66c1097fe20c117aa7739c81f9654d6d6bdec1f1@sandia.gov>", "proba": 2.135551966375715e-07} {"commit": "2cc073efcfaf22b17c8253e89690eab61438f967", "message": "pwkit/cli/latexdriver.py: update to enable Tectonic smart-bib stuff\n\nJust a matter of isolating the bits that process the aux file to generate the\n.bib file.\n", "proba": 1.0303904929287455e-07} {"commit": "e462b5675776e6a69c0267e4bb20f2a7a1f4d519", "message": "Added some basic messages to dependencies.py.\n", "proba": 1.100268747222799e-07} {"commit": "d4fbddf3494792bdd5e47d5546d8830ecae165f2", "message": "Apparently I need a better test for fractional connectivity\n", "proba": 1.8298388795301435e-06} {"commit": "683915e4814c41d89d05ed5c2a86b846485bee2e", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "a3d6f0d455f63988df62369d09e931c38f1d904f", "message": "check for frame.meta before calling calibfinder (for unit tests)\n", "proba": 1.0394945348934925e-07} {"commit": "d8d8b74471648d78ccb65562d6b175f67bdb0c0e", "message": "indentation\n", "proba": 1.5541319953626953e-05} {"commit": "80c2625a805feb6d76055f328724fd4e4ac871c4", "message": "Improving Dispatcher class.\n", "proba": 1.907817477331264e-07} {"commit": "c23c5ba415d9ffb20d3ce78bafd864fe914a13f5", "message": "default to nside of None in the select_randoms function, as well as the binary\n", "proba": 1.4022026562088286e-07} {"commit": "8112d16a4f0153488e0fd8194d601da78298c0dc", "message": "Fix bugs in nburn0 is not zero\n", "proba": 0.00594820361584425} {"commit": "5b0b24e059fe9f12282f02255f280d197c15a59a", "message": "Improving Dispather.debug method.\n", "proba": 1.3435827384000731e-07} {"commit": "04727f74b5b3ba7795747eefa23021d628cc6188", "message": "fix untested\n", "proba": 1.3416032743407413e-05} {"commit": "46555c4205663d3559dd45fd7bc20a1a82d4e41f", "message": "debug obsconditions mask name\n", "proba": 4.0750692278379574e-06} {"commit": "c8de9c844f8f5690137178c5a917ac26630212fe", "message": "First attempt to test in OS. More..\n", "proba": 1.0188795585008847e-07} {"commit": "a36b00670ae80f73ed3193ad371abae5e9e09ebf", "message": "Python 3.x Fix\n\nThis version works seamlessly for Python 3.4 and 3.5", "proba": 0.9984772801399231} {"commit": "afac1a8c5dd90c8614a014d51317a2a7e6f543c7", "message": "moving modifications to correct place in the code...\n", "proba": 1.1002225619449746e-07} {"commit": "b2697062df20d51cacb4f6939e0b4994a0d33a7e", "message": "Fixed bin_dates bug.\n", "proba": 1.2323718578954868e-07} {"commit": "3259e3c164435b38c9aa96f4153e2377ccec3f92", "message": "added id server bitrex.ai:8084", "proba": 1.7218971493093704e-07} {"commit": "2e2a5c3fd85a0c95a275e27ad94d6d0857f8dc7e", "message": "its not required\n\n", "proba": 0.0002476561057846993} {"commit": "52df3b412e9f1216b73bb98fe9e84ae1b5ed6e35", "message": "segmentation map: assign pixels within radius R of each source to it in the segmap\n", "proba": 2.8234811111360614e-07} {"commit": "772a9c362dee985a43f943a97eab523d3ab42122", "message": "Use hash in file_extractor (#1050)\n\n", "proba": 1.3514281249626947e-07} {"commit": "b438f57252756059af188f0f7e687189bca6e55f", "message": "more care handling missing models during model selection\n", "proba": 1.1545363065579295e-07} {"commit": "ddb5839e524aa2c3caa81924fa81302fdbf9fdc8", "message": "passing params\n", "proba": 1.3054186638328247e-06} {"commit": "d29b9e2dd4487bd99108f4333454cd4a48f77ce0", "message": "Modified tools/pe.py so the \"ber\" template is not mandatory and so that `extract_signature` will not output a list if there's no way to cast it.\n", "proba": 1.1099690055971223e-07} {"commit": "089ddd6c34f75cd2ccc22e14bd5036a325a074d1", "message": "Now be smarter about backward links.\n", "proba": 1.0718985521407376e-07} {"commit": "a964929067666a337a19b7d7a84fe6ab6c5e5a34", "message": "mash keypad now\n", "proba": 1.7330999924070056e-07} {"commit": "8525d97e7415bd6396454ce82077fb33fe5d5162", "message": "Sort available firmware files by version and modification time; try to load the latest\n", "proba": 1.1597726512491136e-07} {"commit": "dcbbf2bf77e35673ee84fc189379e488cf9f18c7", "message": "Reverts removal of from_json on ServerProfile cls\n\nThe method was doing something different from the one on OneViewObject: It was\nadding keys on the ServerProfile object that weren't on the attribute_map.\nWithout it, Bad Requests are being sent to OneView since they doesn't had the\nrequired parameters.\n\nReverting it back and fixing the problem of the instatiation on the old method.\n\nChange-Id: I4e52209153a0184df274cade6db553b891bf0da6\n", "proba": 0.0025391101371496916} {"commit": "c9e4ee837b7d71190eff8a2f8dc1b64a415f778e", "message": "[dvsim] Fix #6061\n\nIn the Scheduler code, if `poll()` is called but no jobs are actually\nrunning, it is likely due to a SIGINT event. In that case, signal that\nthe status of the running jobs changed by returning True, so that the\nstatus printer can print the final status one last time before exiting.\n\nSigned-off-by: Srikrishna Iyer <2803d640feace36379942447842f26c7747b4dc3@google.com>\n", "proba": 1.0547496458457317e-06} {"commit": "18fc02499c289dd8651f90ee8ae60e4405552a29", "message": "analyze_dataset function refactored for readability.\n", "proba": 1.3744929105996562e-07} {"commit": "8181a768f2c546abdbf6488cc6676070a5b8bc0a", "message": "Minor change to make sure that uploads work in a uniform way whether the package is specified with or without a trailing slash\n", "proba": 2.5784154900065914e-07} {"commit": "b9b80c43e84bd37c95037a7a73dad0c29d74c3fe", "message": "Add a pcap parsing function.\n", "proba": 1.1905486871910398e-06} {"commit": "745e450055cfa8a436bf453563e944c2e96a00f1", "message": "`SqlaModelAuth` added\n", "proba": 1.5838674016777077e-07} {"commit": "b44ad117ca0b9bcc9e7bb657345d8025549d4b00", "message": "Allowed visualization of outputs from dials.stills_process\n(see #226 for details)\n", "proba": 1.019869273477525e-07} {"commit": "32eba9862019f02e69bd60ac9b45c2c8e1309517", "message": "fix bug when creating brand new manifest\n", "proba": 2.1392027349520504e-07} {"commit": "fccfe4ed4078b0e2f716744f5e197ae05159b60c", "message": "Turns out we shouldn't include focus.js now that we've deleted it.\n", "proba": 1.0180093568123993e-07} {"commit": "354975ab014113777dc5953f28a72b5e35c78c9d", "message": "[db] renames Band sources and sinks to emitters and collectors\n(consistant with the terminology used with snaps)\n", "proba": 1.0314444409686985e-07} {"commit": "6bb51c9b4fa72b85f1e7ec63f6b2e2b63a549d36", "message": "Use python smtp/email libraries instead of envelopes.\n\nThis makes it easier to run nightly, since no 3rd party python package are\nrequired.\n", "proba": 1.1006990519035753e-07} {"commit": "80ae795802d18547acd4e378be69beba9e7f131d", "message": "no longer needed\nSigned-off-by: chipmuenk <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@chipmuenk.de>\n", "proba": 1.1669197164110301e-07} {"commit": "5e1c60dff36525d4ac85c5cbc6273fd0e95b9db7", "message": "[treasury] Handle \"Sensitive But Unclassified\"\n", "proba": 2.1074740175208717e-07} {"commit": "11628c4cc96b5e89a2ad597ce8185502f56108a6", "message": "Remove newline from VERSION\n", "proba": 1.035916375258239e-05} {"commit": "1e24af6bb7e0e3559de88be53aa6780eeca8b87e", "message": "Add load_data_from_json function\n", "proba": 4.079140126123093e-05} {"commit": "ead84d301c174edbdcba25c7e5ab2748bca8f53b", "message": "[FIX] Work-around to fix a problem in xml rpc classes that made them unusable using python 2.7.\n\nbzr revid: nicolas.vanhoren@openerp.com-20110502131904-kkzkzl6jk5jsrv7x", "proba": 1.9601970052463003e-05} {"commit": "79f35de7850204eae3c1c31493b437b1549ff3eb", "message": "fix to b2a_hex argument type on Py3.0/3.1\n", "proba": 1.2451710063032806e-05} {"commit": "de621a4252a762bd2bd6fa57cd19a19783a3b8bb", "message": "no cover.\n", "proba": 2.8405992225088994e-07} {"commit": "41c9f282a1cab1c0a1d9d9e7dcc3a92f08c938b3", "message": "Fix check for avatar\n", "proba": 1.727031531117973e-07} {"commit": "de137c2fc45dd1e56424b9ad26ec489dd010d0a3", "message": "Increased speed of Cubic network generator\n\n", "proba": 3.0222705049709475e-07} {"commit": "6557b1bfc9d3735ac037392689872f64405bba73", "message": "debugging oder of imports\n", "proba": 6.783098456253356e-07} {"commit": "58150bb315918e011d8126bfbabc96d6fc536152", "message": "don't unnecessarily ASCII-colorize text for HTML output\n", "proba": 5.467304799822159e-05} {"commit": "5ce6f08b8813c5835fde6946b95113f54b363605", "message": "Splitting the commands with shlex\n", "proba": 0.9999994039535522} {"commit": "104eaa0afa524c07118f16722e4bde25b7813428", "message": "review fixes\n\n\nFormer-commit-id: 23faad32ceb649de0a7d3edc592dabb3e7a8e413 [formerly 929f1ac7af094fb61ecd9335e2237c5b7a80b03a]\nFormer-commit-id: 5df342f37deab2cccc7a2aaa8d04847fa8624032", "proba": 9.672404530647327e-07} {"commit": "6ae7aadb1e78d5bba189d0b1ae943f8595dd93d1", "message": "more work on mat docstrings\n", "proba": 1.1907525276910746e-07} {"commit": "bb2f3bac8131001df231d6a4eb0f75ff7d9dfca0", "message": "Update release script\n", "proba": 6.735866691087722e-07} {"commit": "bad6a3460c29925d450345e90bd08e7aab5c7341", "message": "helper.base: Fix camel to snake case conversion (#87)\n\nFor example, in the current implementation \"hostIPC\" would\r\nbe converted to \"host_ip_c\" instead of \"host_ipc\".\r\n\r\nThis patch fix the issue.\r\n\r\nSigned-off-by: gbenhaim <3a104f550a4784bbc0bb3cc32fbc850215e9789e@gmail.com>", "proba": 4.7404637371073477e-07} {"commit": "dc5d856413e21b212d4b566884e6d10e435be2f8", "message": "API: Rename name and container keys.\n", "proba": 1.2759130640915828e-07} {"commit": "1016319c1eb5a8bf6fd1cda1911d63630f5a0b23", "message": "adding namedtuple to backports\n", "proba": 4.1828141661426343e-07} {"commit": "12af0256dd22313c65a992bf543962e357bb735d", "message": "No crash without a browser (fixes #2249)\n", "proba": 1.0848792442175181e-07} {"commit": "a9587a58c8524507685cea0506c579a88657c44c", "message": "Change to using nfields^2 to see what happens.\n", "proba": 1.6120195311941643e-07} {"commit": "52de26dd77dd3cca5bcf171873a80e3c953d1417", "message": "Correct formula in docstring and add extra phidot factors.\n", "proba": 1.257694890455241e-07} {"commit": "76a5aae1028da4df92e381770a68907dced96c18", "message": "Cleanups.\n", "proba": 1.9866448042193952e-07} {"commit": "75479a40514ef2cea93d2ef032e5bfe00f987714", "message": "Add print-to-a-file option when executing a command in functest_utils\n\nChange-Id: I8b91979380d0f4794d5ceaf8edb2a9d80cd7170f\nSigned-off-by: jose.lausuch \n", "proba": 3.793499445237103e-06} {"commit": "39dd80c052670a8868d4f41ff738e3fe58ed4383", "message": "allow nSegments of 1 and 2\n", "proba": 4.5555229917226825e-06} {"commit": "c1795c873a4f9fa3b151aabc2a746ce9bd42aa4e", "message": "Fix up footnotes in translation prologue as well.\n", "proba": 3.404386734473519e-05} {"commit": "1f41d332579c85f8c9561576471722a946f8039b", "message": "Issue 303: player parameters not set on audio player during creation.\n", "proba": 1.0237261705015044e-07} {"commit": "853a56447757359e21667c909771dd21451f24f6", "message": "Removing caching on anonymous users.\n", "proba": 1.3271471743792063e-07} {"commit": "a66c9efa43a6973ca218dc47ee2b04f6187d4df7", "message": "Escape clojure regex string\n", "proba": 2.5544337404426187e-05} {"commit": "8043056b2ed7b0f9965219a4ef47b4a330cfafef", "message": "Use STD's list of opening/closing characters instead of our own generated list\n", "proba": 1.9020858132989815e-07} {"commit": "4a45e04debcff30c6b459452b26e4c51d5b46a94", "message": "Fixed Clojure highlighting.\n", "proba": 1.420530679752119e-07} {"commit": "3180db9a73d07b03085d7a4209681b04b6a78b34", "message": "Make sure that words containing 'regex' aren't highlighted as a keyword\n", "proba": 0.0001567974395584315} {"commit": "d9841200358c06ba8d0a0f20d8da2be6a74ce2e1", "message": "Forgot to include lexer changes in previous Chai commit.\n", "proba": 1.024923790282628e-07} {"commit": "37c5e647adb9f44d5464d53354b4772c2fd69e15", "message": "Add Perl6 builtin classes\n", "proba": 2.5825278271440766e-07} {"commit": "36b78c05572f8275d3969c3c0a7bcf80ef0fac30", "message": "Fixed a bug with ruby strings like this:\n\n %Q_foo\\_bar#{\"hello\".monkeypatched_method(:foo, :bar, \"blah #{bleh}\")}\\_baz_.upcase!\n\nThis is an experimental checkin because it slows down the string lexing. If it's too slow i'll revert this changeset.\n\n--HG--\nbranch : trunk\n", "proba": 0.000894509139470756} {"commit": "ad48ca143f01964d692cab805ba8c336a7edb503", "message": "Modelica lexer update from Dietmar Winkler.\n", "proba": 1.0915460535443344e-07} {"commit": "2ec0eabf23a7530ea33d96c5ed312013d58fbb0b", "message": "stop being an asshole travis\n", "proba": 2.1874495814699912e-06} {"commit": "96653a5e042f70fb670aba5903b7f2531db0a990", "message": "fixed bug in AlloyLexer\n", "proba": 2.629016933042294e-07} {"commit": "ee908e9fe85871d3dc19104647d9c9c60261fb63", "message": "whitespace\n", "proba": 0.9998207688331604} {"commit": "423f5d37587236967412a7a8d60904e5ca30ed86", "message": "Update test_code_style.py\n", "proba": 3.595092266550637e-06} {"commit": "f55ba2bcb49de3f274bee833c3b98d3d43208104", "message": "Modified REBOL's root token to be synced with official Pygment's version (although it's not correct)\n", "proba": 1.0577145559409473e-07} {"commit": "1ad3f1150d7a03ffbee279fb2dcc84f0e5d93694", "message": "rename neg_filter into neg_pattern\n", "proba": 0.9739385843276978} {"commit": "ca88066cb18e6cc2e922638a53668888e88e0cc4", "message": "Generate random password for new users\n\nRather than assigning a known password to new users, given them a\nrandomly generated one. This doesn't apply to users created through the\nregistration process or management commands, but only those created\nthrough the admin since that is the only time the password should be\nempty.\n", "proba": 0.00014258024748414755} {"commit": "ceaec8e1dc5ccd236aa259b0d7d703ce62097e2a", "message": "account_banking_mandate 13.0.1.1.2\n", "proba": 5.06362312080455e-06} {"commit": "aaea691aba862cb8206446ced323027c5f18657e", "message": "fixed close plot issue in plot sigs\n", "proba": 1.560467666195109e-07} {"commit": "f744e8394bc97435d8c303c354711966fbb3dc42", "message": "Use lonely selection as extranl list\n", "proba": 2.2632050900028844e-07} {"commit": "8d456a19d50e6a4790796eb8a66a7579ba17682f", "message": "Wrong reorg for 2to3 cStringIO\n\nhttp://python3porting.com/stdlib.html", "proba": 2.430803363040468e-07} {"commit": "46eb1c85c2961a27eb85b1eb5c1d60e29d4a1854", "message": "updated project inventory program\n", "proba": 1.8817625857536768e-07} {"commit": "cb1cfc6440237b729ee057e3514ae845abd1b0c2", "message": "fixed docstring formatting\n", "proba": 5.509805305337068e-07} {"commit": "40cd52a69904486b1694f8075b43c8f23d966e47", "message": "benchmark: Annotate y axis on latency plot.\n", "proba": 1.2133502025335474e-07} {"commit": "8af12ce9ad899c4bc3e3dbb7ba49efc3953ec6f4", "message": "Create resources directory before copy\n\nReview 42679: shipit from antonio\n", "proba": 1.123292889815275e-07} {"commit": "415413921875bba7118dde3912293d4acfc1a4c1", "message": "Update detection logic for VS Express to '*express.exe'\n\nBUG=377\nR=scottmg@chromium.org\n\nReview URL: https://codereview.chromium.org/68263002", "proba": 2.3621257128070283e-07} {"commit": "283feb277fd5d8783cb8a0b17990e0526869d81e", "message": "Add ids to dictionary fixture for block tests\n", "proba": 2.3580248864618625e-07} {"commit": "6d86e0f1499b3d5985f039e79e4167093270763d", "message": "Don't pass `col_offset` to add message for 1.9 branch of pylint (#19)\n\n* (joe) only pass col_offset through if we think the version of pylint supports it\r\n\r\n* (joe) failing pylint on pylint\r\n", "proba": 2.770985929601011e-07} {"commit": "c03ce1a05035cd2f67049439d75bfe0dc0f9cb07", "message": "minor refactor, update doc and cleanup\n", "proba": 1.545767105426421e-07} {"commit": "4b9b8d99f70727773afa69c33ec18521d8e6cf6b", "message": "Add tests for Category redirects\n\nChange-Id: I3e7ed4f8ece80f81d533982983da46d175e5d2f1\n", "proba": 5.02843704452971e-07} {"commit": "97fada2d10a0b98d5be7897f5a15ad39dcef7fa2", "message": "Minor changes to rest.\n", "proba": 1.1241266406614159e-07} {"commit": "e0924292502c8029793caa78c8238411c9d7bc91", "message": "tests: fix tests expecting MissingSchema exception (exception message changed)\n", "proba": 1.2125184412070666e-07} {"commit": "0bb1446816a908c917481e7cda27ff2e78ccb7f6", "message": "Adds optional graphing.\n", "proba": 1.3049925939867535e-07} {"commit": "dfc56771f90f3989702b537b88758b9db19a9785", "message": "config_factory: Let's Encrypt staging API refuse to create account with contact linked to \"@example.com\" domain.", "proba": 1.1236357977395528e-07} {"commit": "802c3eea14b70d9f6c4c6a9aa3d9ae43f52492ef", "message": "Fixed issue (again) where is_sunday_start is used instead of is_midnight\nwhen calling get_periods.", "proba": 1.1253258236365582e-07} {"commit": "395dcd4e9334b5373f652b8e56652986990c1b86", "message": "Auto-format create_test_db\n", "proba": 7.716436812188476e-06} {"commit": "2659cfacccfd36f94a21427e75aeceaac7416589", "message": "testing rebuilt local directory\n", "proba": 3.223676969810185e-07} {"commit": "f8293fca561e90345a82d76bcfc93ca34d017ce0", "message": "tests/db/fields_test:\n\nAdded tests for NumpyListField.\n", "proba": 1.1024198443010391e-07} {"commit": "504b3b590df0f06f8b5e4e9a044f87e2d35bc5fd", "message": "Include ids", "proba": 3.6345429066386714e-07} {"commit": "8774d8ae169f5a15d7fd6c89d1e301352c7958d2", "message": "revert docs test\n", "proba": 4.2262033161932777e-07} {"commit": "6556abc2a869edd970c4adec247f95521df6828f", "message": "Add empty fission yields to tests.TestChain\n\nThis object is used in unit testing the depletion schemes, where\nthe depletion matrix is pre-defined and there is no\nneed for fission yields. However, the depletion interface\nexpects the chain to have a fission_yields attribute.\n", "proba": 1.2878248867309594e-07} {"commit": "d4b9b268439a34857c3854236ddb0fc477be45c2", "message": "Add missing import\n", "proba": 0.00046551317791454494} {"commit": "f9be9651354f7b05fd4afd21551e4a0d881c27bc", "message": "Test data\n", "proba": 2.4084945380309364e-06} {"commit": "6b4ed9f017f03789d141a21f6bcb6e5b72cb9fc9", "message": "it would help if i wrote the data to the db\n", "proba": 9.71190365817165e-06} {"commit": "fb788fa589e153d2eb069a64fc7ab875f15ab3f1", "message": "Adjust test tolerances take 2 (#2985)\n\n", "proba": 3.1760375804879004e-06} {"commit": "4bf56642bdce98181afa8b14541f30616885e981", "message": "Added new tests to ldapentry_test.py.\n", "proba": 1.097874786637476e-07} {"commit": "bb104e981d46efee8ff5e1399b2d6a51515b298a", "message": "Release v0.5.11\n", "proba": 2.405018904028111e-07} {"commit": "5ccedfb12c2ce730f389621167711c177bc67368", "message": "\ud83d\udc1b fix bug found via Sentry\n\nDjango stores the user as a SimpleLazyObject until a parameter is\naccessed on it. We don't actually need to compare the whole user object\nso we can pass in the `pk` here instead.\n", "proba": 1.0153410556767994e-07} {"commit": "de53844dd1a9b1173267f0f6fbfd4dc73e9e8d75", "message": "also wrong: the parameters are in the wrong order\n", "proba": 3.282098987256177e-05} {"commit": "a8f7eccfbfc010d9a8c95877bf5059c2299754a7", "message": "formatting\n", "proba": 1.1576831639104057e-05} {"commit": "4667de9f48f6b1f7f8a4d914f89531eeab208f82", "message": "Adding Subfacilitator issue fixed\n", "proba": 1.710894110829031e-07} {"commit": "816c592859d11b45e440c939d73a23e57907fa12", "message": "If contentful speed index, failed the try/catch caused another error (#1104)\n\n", "proba": 1.2657737613608333e-07} {"commit": "7e6672b1d6ca725a551668ad9baade98f4ab327e", "message": "Removed unneeded os import\n", "proba": 3.037562237295788e-07} {"commit": "2e24181fd4bd8a7545460ca6a6e3490c9e8a67ab", "message": "return bug\n\nreturn can only be inside of a function\n", "proba": 1.5366719026133069e-06} {"commit": "f53bbc2e39bd3013af91e0d09679bcfce45e6b49", "message": "Use `ugettext_lazy` where appropriate.", "proba": 2.83363192465913e-07} {"commit": "eb42f64eab5e0516edbee3ca28ed0dbc8e6ecb87", "message": "logger info for esugam\n", "proba": 1.8081708219597203e-07} {"commit": "acceab595d4790af95ac9a7902d7ec98361b0c1f", "message": "FIX some readability and style issues in configuration.py\n", "proba": 3.7903137695138867e-07} {"commit": "f977c69560864df9466a0838a8248362dbbd88a0", "message": "remove broken conda-build/build_dest\n", "proba": 2.500199570931727e-06} {"commit": "3180bca6305ea470f25282349db6233b4144a0d0", "message": "Finish testing selection\n", "proba": 3.0682195983899874e-07} {"commit": "a68d4555092f41f5712c6f7061aa35e816a6283e", "message": "Show most recent contact at bottom in contacted non-RSVP list\n", "proba": 1.1723597737045566e-07} {"commit": "dc7ad7f1453d8798c6479ffd1ac93be55e01f56b", "message": "Fix attachment mime unit tests\n\nThe attachment upload form constructor changed in 2.5.x and a merge\nfrom 2.0.x broke some unit tests. This patch corrects the constructor\nusage in these tests and they now pass.\n\nTesting Done:\nUnit tests pass\n\nReviewed at https://reviews.reviewboard.org/r/7651/\n", "proba": 3.7856463563912257e-07} {"commit": "402ff607fb531693ffda9ae6acabac1079aced71", "message": "Mocking main.BOT.\n", "proba": 1.2055197373683768e-07} {"commit": "07c49410dba73e30421ac853bc886cf32dbd8b0f", "message": "Added CookieError exception\n", "proba": 2.288189051569134e-07} {"commit": "082d05910c1d181926743554148eb2d24defc9c1", "message": "[IMP] Improved notification of case_open for hr_recruitment.\n\nbzr revid: jra@tinyerp.com-20120224080101-ca1i5y6vko8v8tos", "proba": 2.207958829103518e-07} {"commit": "66b879a501d1bc2d733d967ada64ccc4d0487e1a", "message": "Style fix: Do use spaces in assignments after all\n", "proba": 1.4764223976726498e-07} {"commit": "9b49f0007896549e0dc71de7bd2de5d29ec08dc1", "message": "[IMP] l10n_multilang: Added translate True on account.tax.report.line\n\nBoth the name and the tag_name need to be set as translatable.\nAs the tag_name is seen by the user for the configuration.\n\nUnlike the financial reports that are linked to multiple countries,\nthe tax report is linked to just one country. This way it makes sense\nto only make it translatable in multilang.\n\nTask: 2042430\n\ncloses odoo/odoo#35436\n\nSigned-off-by: Josse Colpaert <1f46e7f017caa89a77c9557ed26b800e8d5d7700@openerp.com>", "proba": 3.1505044262303272e-06} {"commit": "9b82a6f251c8ef2599e1484551e6b44d9ab9fc7e", "message": "Final typo fix on branch before merge\n", "proba": 1.4281972937624232e-07} {"commit": "c99b48d11a73a01e2fb312eda388a0740ef58db0", "message": "[FIX] l10n_mx: wrong cash_basis_account for purchase taxes\n\nWas PR #15893", "proba": 8.087711194093572e-07} {"commit": "a9dc37574e6935c4849ee69fe7bb5b28cefc41d9", "message": "refactor\n", "proba": 0.9999991655349731} {"commit": "2d5a72187ad62bfb4dd62fba4b0d1b1e7e341cd4", "message": "Refactoring\n", "proba": 6.64367371427943e-06} {"commit": "106a2175718fad5a67993ddad80e8d556902f091", "message": "add hex prefix to data bytes in string representation of Ext\n", "proba": 6.232564260244544e-07} {"commit": "cb3f0a328ef9f924ed9e463c9932700c156f8609", "message": "fix test_bogus_sort\n", "proba": 2.261218924104469e-06} {"commit": "c57d2a28df2aeb0c61e1718408de563646875727", "message": "unifac\n", "proba": 1.1772136758736451e-06} {"commit": "637c05ff73ddf86d462990015e65b6f850b58db9", "message": "Fixed bitbucket tests (synaptiks does not exist anymore)\n", "proba": 1.0156199437005853e-07} {"commit": "469d42c9b5bff6cb9e612e3b15dfe81f74c372e1", "message": "Tweak default gdalwarp memory settings after NCI tests.\n\nChanging the warp memory size altered the output image, so it has been removed. We don't know if the difference was better or worse, but don't wish to alter output without confirmation from the science team.\n", "proba": 1.1236186026053474e-07} {"commit": "b71c40d96e22e0688f1f5dc5c02c14ea1a70113c", "message": "Update test_bitfields.py", "proba": 1.7377435597154545e-06} {"commit": "1fd29067376f0fb5bcd84ca3141694dfa4fd3e21", "message": "adding data to atk dict\n\nrefs #5133\n", "proba": 1.531440290136743e-07} {"commit": "8b6ca6820706e9461389ebdc6c0317bfd2b5def1", "message": "unwanted imports removed\n\n", "proba": 3.5005399467991083e-07} {"commit": "dd20c2f56d7959bcb5d5e91b4d7d98a0698d63cc", "message": "Add test for login form validation\n", "proba": 3.5653732766149915e-07} {"commit": "6cb02d033a4080497b681f7d000c60a10be83f89", "message": "use one() to return result\n", "proba": 0.0001516912889201194} {"commit": "e0db1e48b45aa955f1dbd98183d3b03d66cac53e", "message": "tests: re-enable GAIA dependent tests\n", "proba": 4.421169421675586e-07} {"commit": "d32642684f1ccd67fb4c36211d99fbedeac116e6", "message": "Fix syntax error.\n", "proba": 4.03202056986629e-06} {"commit": "93316c813452e0ec6feb2004be829f776d051b0e", "message": "Added a new test for aiohttp.ws_connect (#1508)\n\nThis should hopefully reduce the Parials down to none for client.py.", "proba": 1.0136730566046026e-07} {"commit": "a0ac18ed15db8b4b5edc0a7158d039f911c05177", "message": "updating parameters and adjusting the background subtraction algorithm", "proba": 2.795655689169507e-07} {"commit": "73d999f3575ef52be26b423ba3f656b0db6d6a03", "message": "Sort the interpolated time series in time.\n", "proba": 7.021769852144644e-05} {"commit": "3ce28bab8dfcd6b44a9378d44889923798065742", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "6b9d5ced9c31f59797968c0423e99e2614b5135e", "message": "Fixed python implementation\n", "proba": 8.312441650559776e-07} {"commit": "13681f877362b33e7912ecc62816b9d0ff42b852", "message": "Reduce test timeout\n", "proba": 1.8701493900152855e-05} {"commit": "e853a269c4ec1dfe91cd3115b1f3b3829a5e7485", "message": "Hopefully more robust tracingtest\n", "proba": 1.493991277357054e-07} {"commit": "997985ead6073240c20bf4746ddc91d61ed92402", "message": "made white noise test coordinate-wise\n", "proba": 5.226135044722469e-07} {"commit": "fde427eecfc9517e1bf2e7c056897b233c7b570a", "message": "A large routine has been added to find molecules in a unit cell.\nThe new unit cell is returned along with the reordering index\n", "proba": 2.3242583324645238e-07} {"commit": "b306254c26e58789cad9bfcba86004af5e538499", "message": "WIP: Manalyze FileInfo submodule, added config prefix\n", "proba": 1.308634125507524e-07} {"commit": "7c0f8943109e37d8e2c6e2e768a4bbabd9485c21", "message": "removed unused module\n", "proba": 1.0949204352073139e-06} {"commit": "54a2d575f596659d3f623eda7bff6436be616277", "message": "Update anagrams.py", "proba": 1.010305368254194e-05} {"commit": "b8c6cdeecfb97ddac3497c0fa58e5926941262e5", "message": "No-kappa-star option for LBTE with simple omega matrix with symmetrization\n", "proba": 1.3405545473688107e-07} {"commit": "25a4db9fe4b617b3967ca7d9f605cd558770d991", "message": "auto-commit\n", "proba": 1.3224084796092939e-06} {"commit": "5a230b1855d4c3ad942a6cbbf2dfc4843560feda", "message": "added test case, where cache is invalidated\n", "proba": 3.759705862194096e-07} {"commit": "5c47b644b4261ebe71dd48c0224429eebfd121f3", "message": "Comment out mongo code that locks server\n", "proba": 1.7150925657460903e-07} {"commit": "6d7b4245bcd576eac94ab92f9d19c50009f7813e", "message": "Tests for the method filter\n", "proba": 3.1383513032778865e-07} {"commit": "0edcda7caa23197e6e584c36f5b5674d03b2c71d", "message": "Add test for invalid search types\n", "proba": 3.546369384821446e-07} {"commit": "2929a4b45f4ac8cdbe1209fb565eef1b073b55f6", "message": "refactoring did not took care of the tests.\n", "proba": 1.2934287951793522e-07} {"commit": "0c91bc08a45ec2c152aeaccf20deb2d140bc7ba5", "message": "Fixes multiprocessing bug\n", "proba": 2.8678186936303973e-07} {"commit": "3b6650c1f5a0807781489c4e93a78435dc85aed5", "message": "Improving pp_subplots function (handling of circle overlays)\n", "proba": 1.2750676603445754e-07} {"commit": "0bcdf34a06897c550d8d38ca07949864d6c4676a", "message": "celery config tweak\n", "proba": 7.053299100334698e-07} {"commit": "782693c99c5dcd0a0cefdaad0ef52f2a6497e1a4", "message": "Added test for transaction view and cleaned up formatting.\n", "proba": 1.0292512797605013e-07} {"commit": "b5f686d6cacb73ee02a2fcddb0e2323449748e7a", "message": "perms\n", "proba": 2.0083623439859366e-06} {"commit": "e46c844a940e82b1eae0dc0f56bdad6c0e98ed8d", "message": "renamed attr to \"orphan\"\n", "proba": 7.417173719659331e-07} {"commit": "044563cc8e6ebc36e51ef86a3e01eb5bbb338d18", "message": "Fixed a teeny tiny bug. :D\n", "proba": 1.72647830254391e-07} {"commit": "a784bf55120c973cc60c6009d3c1f70379fc508a", "message": "fix testjobaction\n", "proba": 1.3941942142992048e-06} {"commit": "b0c33345f699013a54c011af8c0d39c4a40b5c22", "message": "Test ArrayMergeById with a complex id.\n", "proba": 1.238023799032817e-07} {"commit": "0de0ee23a2e899a208c154cc8e985742e047c983", "message": "decimal encoding preserves zero bytes.\n\nSigned-off-by: Gora Khargosh \n", "proba": 1.6818419680930674e-05} {"commit": "865d91922822c73c294c3744b6d656185c032dd9", "message": "Revert \"remove extraneous encode\"\n\nThis reverts commit 6ce64fb4b568678e620d5ecbebc22c60ab043474.\n", "proba": 1.2716046740024467e-06} {"commit": "797436e45a08ada27a92cb60e869c6f46ba29a51", "message": "tests/test_open_file: restore sys.stdin.\n\nFixes:\n\n $ python3 -m pytest\n ...\n FAILED tests/test_open_file.py::test_open_stdin::test - AttributeError: 'DontReadFromInput' object has no attribute 'readable'\n\nWork-around for: https://github.com/pytest-dev/pytest/issues/10150\n", "proba": 1.3376073184190318e-05} {"commit": "ea2813836b153682c25d0820bf7688682a62fa0b", "message": "only encode string parameters to utf8\n", "proba": 0.0001638432586332783} {"commit": "c86315148baa6b6b39737f8591d3b956c8bf7407", "message": "Fixed test_overwrite.py\n", "proba": 1.5291490171875921e-06} {"commit": "fc9be760997dfadada86d76d4612e8d4bb8886a4", "message": "Add additional test of RZToplanarPotential to cover uncovered case\n", "proba": 1.1603357563672034e-07} {"commit": "f6ca60ec292829ed9c1f97b31c46dc2a741aaa89", "message": "DOC: lax.linalg.eigh\n\nFix the inconsistency of variable name between docstring and source code.\r\nAdd description of eigenvalues", "proba": 0.9999881982803345} {"commit": "5ae41a168ce6a50704d50877fdf224bf7d7a341b", "message": "make sure no rotaton but offset is tested\n", "proba": 2.797661409204011e-07} {"commit": "07a90470f93924c114a1e73eadb0f9a102f424ae", "message": "Implementation of np.corrcoef", "proba": 2.897815193136921e-06} {"commit": "3d7164dddc5e423c164a73d8ee74d273bdb872e3", "message": "Adding gridsearch for covimage\n", "proba": 2.0436256420452992e-07} {"commit": "b0f78737bbe40f6304c62ffdf21b57ccf4c13ab5", "message": "The Wikipedia infobox for Bill Clinton currently has a DEATH_DATE\nattribute whose value is empty (looks like a bug to me), so use Barack\nObama instead as a test for a person who's currently alive.\n", "proba": 1.1780768716107559e-07} {"commit": "a0352f3969955b2dae0f0151506c4fe594ba1718", "message": "fix up broadcasting in take_along_axis\n", "proba": 1.4968798495829105e-05} {"commit": "95fd24dad10cd7767d0efe842ba19109e0c53567", "message": "Improving keys.\n", "proba": 4.126886494759674e-07} {"commit": "2f838e2facb9b8133ffe2513eca6ad6cd7f4a771", "message": "Adds tests for raw signature creation", "proba": 2.086179478055783e-07} {"commit": "b541cd732769bc8ce33a67b374535512cca31f49", "message": "extras: halide: handle variants, for cross-compilation\n", "proba": 4.1398357097932603e-07} {"commit": "5bf5357497f3b60bf1f49f4731328e488b826bd4", "message": "Factor out MAASAccount creation in tests as suggested by abentley in review", "proba": 1.2932326853842824e-07} {"commit": "eee9fbdaa937345edc125f659c48e51b3b97f07d", "message": "Include pages from all locales in API\n\nNeed some extra logic here as other locales are stored in separate trees\n", "proba": 1.339274149358971e-07} {"commit": "ead3e256233742cb066ac810f61ece86bb638c6c", "message": "Fixed the failure in test_weekdays_multiple_backward\n", "proba": 0.0017365111270919442} {"commit": "3f042a0a1973818a2e03f7c8c50f703192b5cb1a", "message": "structures: Fix a few spell/spellpower fields\n", "proba": 0.000176603120053187} {"commit": "b8f3bcf5825d2730ef5c8f69598b34b5835d11ad", "message": "Add tests for Tokenizer.\n", "proba": 1.2983834096758073e-07} {"commit": "9146204d1b48e3f4cdea953dbdd4068d101fc68c", "message": "tickdir modifies tick directions on plots\n", "proba": 2.9212623076091404e-07} {"commit": "3596045231321396864472a3ee6b3ef16a4d9b1d", "message": "structures: Rename QuestCache.quick_summary to complete_summary\n", "proba": 2.358264464419335e-05} {"commit": "7029dbb74dd6336d365d119d6004cd1a1f228a72", "message": "Fix test for CI\n", "proba": 9.091306196751248e-07} {"commit": "3eca367e934208650825d1f2850178f9c9ca1729", "message": "[+] ignored_files and changelog_mapping properties\n", "proba": 4.5748691945846076e-07} {"commit": "2b90a5a4c307b5e48f2b59b8466e08bc69076df3", "message": "add buf.guess_segment_properties()\n", "proba": 8.010816827663803e-07} {"commit": "97ed1258cec05593da51e951a6fdcb5e1bd32b7e", "message": "fix test of MarketPhotoUploader\n", "proba": 2.984058937727241e-07} {"commit": "e9e182c1d4ab9d76f376a48d96a2cf4d247ad462", "message": "Expose pickle protocol in joblib.dump\n", "proba": 4.180527866992634e-06} {"commit": "8207692a00f7dfddb0a29fe7c36cbd291c8c92de", "message": "parametrize and separate band selcector and band limit tests.\n\n\nFormer-commit-id: b8437a0a2df2426697a02e5c3e6398f7240281c4 [formerly 8a3c1b84431f567d807df7aa40e92e77f06e972d] [formerly f89af8f4c831bc2ccdced4efdd97505ad04500d0 [formerly ea9ff9587415812c7d4ec8abdcd423d1b6fa10bc]]\nFormer-commit-id: 75f9eb6923b796e4bb1ba1630c1e323be77fa1c0 [formerly 98fac66bfe279294eee66cfd3856a73e4a5a1a8e]\nFormer-commit-id: 0da4dfab31e8d4a8d90a83ec31e0539beef70645", "proba": 0.9999198913574219} {"commit": "df5e042f227142d55a1ab23ab6dfb7170a0834e8", "message": "still working on rsync runner\n", "proba": 1.7534655682993616e-07} {"commit": "c0f39a09edd816d529c3233e60b4b72f5c3432d5", "message": "Fixed trailing whitespace\n\n", "proba": 3.9670617297815625e-06} {"commit": "e05b91431ea5046ff40f3318fd4031703bfcf79d", "message": "Add logout test to __init__.py\n", "proba": 6.976191798457876e-05} {"commit": "302df2ce4d36f65548fcb181ff76ff1e5eca4445", "message": "updated wifiapswitch test\n", "proba": 1.7810889119118656e-07} {"commit": "f85be7e6466d74f2fd389563826456f4415083a9", "message": "Uneeded 'print' removed from xmppserializer test\n", "proba": 2.6937505026580766e-07} {"commit": "f3d4b923f9b498208455ce812e8f759accc5a299", "message": "added flatpages to testtinymce\n", "proba": 2.1156880336548056e-07} {"commit": "4007173278c43985fa6e0d45728e306ea46979ef", "message": "Add URL to Sentry event to traceback output.\n", "proba": 1.1871694738374572e-07} {"commit": "59d91b1f2c8cf5cfdfad3f8a11a5358744aa7fab", "message": "PEP-8\n", "proba": 4.044895831611939e-06} {"commit": "9dc3e5bb3242b925068c6a50982904ad608daea8", "message": "Minor code tidy for endpoint endpoint\n", "proba": 3.2468696531395835e-07} {"commit": "3ae273ee1777a73a24cce89df5a9c11337b98fc3", "message": "Document --write-config -\n", "proba": 1.9801682071829418e-07} {"commit": "6623410d3c5d6fa39972f5b4ad5899c270cf9276", "message": "warmups and test ready to upload\n", "proba": 1.0983711717926781e-07} {"commit": "d9a9bbc14c9cba549fd0057bcb0a6d8af32b1d76", "message": "Allow absolute paths to libraries.\n", "proba": 1.7067515045710024e-07} {"commit": "878ff7d2bac57212cdd4c7745378be1bef26e024", "message": "Fix session option parsing for multi type options (#1419)\n\n* Fix session option parsing for multi type options.\r\n\r\nSession options 'logging' and 'pack' support multiple datatypes.\r\nThe check for a tuple failes, because the variable and not it's type is checked.\r\n\r\nCo-authored-by: Sven Hauer <99f29ff9984ac37684847356828478e197873cc8@uniku.de>", "proba": 1.202942598865775e-07} {"commit": "754f48f252a21038e101c73ca5f9d2e3318959fd", "message": "cosmetic\n", "proba": 1.343016947430442e-06} {"commit": "56e9025b1b9807b254646b95097e5d96f03bc7f9", "message": "namespaces add consistent NINDS.CDE iri prefix\n", "proba": 1.3977328308101278e-06} {"commit": "4f4571a92df6afbb49e9d21b5f7c3ca76379ea1a", "message": "expose RpcNode and mock providers\n", "proba": 1.8539989810051338e-07} {"commit": "e7b7c895900ade26b3c13a17320e17a52df71837", "message": "add InvalidNulldataOutput Exception\n", "proba": 7.258236564666731e-06} {"commit": "d6fed8b4652a5d6950b56e1c771c72a6b3294809", "message": "add str representation of CardTransfer object.\n", "proba": 1.1607608030317351e-07} {"commit": "06801769d060fc3594960ef09109aa8ba869896c", "message": "Use index_col for read_sql_query\n", "proba": 4.939928203384625e-06} {"commit": "48ba94058a27a67071305c478eabe41afab4c6ea", "message": "se completa el wrapper para toda la informaci\u00f3n de la tabla weather.forecast\n", "proba": 1.8428177384066657e-07} {"commit": "991a73d55eb19c8a16c72edc5e891bb422f65276", "message": "corrected unit tests for new structure\n", "proba": 2.7187692808183783e-07} {"commit": "697892a676e795816f5d08d9f798bdf56859c519", "message": "- distinguish between intrinsic symmetry and general symmetry \n", "proba": 2.562958343332866e-07} {"commit": "a70faa4cb243e12d98da907ed73ad1349777559b", "message": "- more doctests for weights\n\n", "proba": 1.1571277980237937e-07} {"commit": "794af32ef6c56e00299f076a0a324e3a0cf2567c", "message": "TST: Expanded tests\n", "proba": 1.9593844058363175e-07} {"commit": "fc3842f24376766cf3842b24cdc38042839611a8", "message": "now third order lcc and nevpt can be calculated using internally contracted states. Requires 4 rdm.\n", "proba": 9.620154628464661e-08} {"commit": "0ffc71cc44c5d9eacc5ec32f2e1328a4fdbf963c", "message": "Update soscf output msg\n", "proba": 9.211253200192004e-07} {"commit": "571031008b57ab0b294f241c9cc7a69a5ca22678", "message": "Changed copytree to shell function 'cp -a'.\nCopytree does not support copying into existing folders atm....\n", "proba": 1.0501000957674478e-07} {"commit": "b0f031d9f595dddbd4febd3dd3bad487f3e112d9", "message": "Fix import warning in python 3.7\n", "proba": 1.8535727576818317e-05} {"commit": "b53cf9a2774bd96f92db1ce332f405ad0be7fcc6", "message": "tweaks to the HFSS processing code\n", "proba": 2.4537240506106173e-07} {"commit": "d74946079fb0ff98a87d61b4d32754713b1cf4f5", "message": "Minor change for more reproducible outcome\n", "proba": 1.6273345693207375e-07} {"commit": "36aa9670650a3e4ec6b1cb0dd8f252117899358f", "message": "Properly support privilege escalation (e.g. become)\n", "proba": 1.4484983523743722e-07} {"commit": "f475a81419ade4c9274ca51dbee5bf391ae2c839", "message": "Fix pytest deprecation warning for pytest version greater than 5.4\n", "proba": 2.0919221697113244e-06} {"commit": "ca25cccc5f337cee55877e98f48600af024bf60c", "message": "Fixed the path in the example_script for my computer\n", "proba": 8.798514272712055e-07} {"commit": "40b877f3e713516c8c58eaa1850d133330f8fa8d", "message": "removed the removal of first and last ( ) in remove_unnecessary as that was kinda stupid.\n", "proba": 1.354076744064514e-07} {"commit": "a4fa004c393f390d12f97d4d39f2fa1b6707ba47", "message": "mach_bootstrap: Don't get confused by interrupts\n\nWhen mach_bootstrap got interrupted while it's setting up virtualenv or\ncalling out to pip, it wouldn't repeat that step on subsequent runs, and\nmach fails because its environment isn't set up properly or dependencies\nare missing.\n\nSo now we re-run virtualenv if activate_this.py doesn't exist, and only\ncreate the marker file for required packages after pip has returned\nsuccessfully.\n", "proba": 1.80092214918659e-07} {"commit": "e31cf7cb526fff7b0c41a02174c79278b30e679f", "message": "hotfix for checking for decimal answers.\n", "proba": 1.91668405591372e-07} {"commit": "540b7213e46f6f14a219f02ad4e2337752da287c", "message": "refactored concatentation to use tuples internally\n", "proba": 1.0608113143462106e-06} {"commit": "1732516f81d090c8bc74fe17e592133e9b768052", "message": "Create signal shorturl_generate\n", "proba": 8.875474577507703e-07} {"commit": "fba7a56eff0762c3cbf6bead556c057e4dc01ab9", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07} {"commit": "268716e0f54630f6d7700ec08ba78fb5b242bccc", "message": "fix : fixed some typo\n", "proba": 0.00014109548646956682} {"commit": "ddb0dc8ad2822e089597f812e337d1b40317f9dd", "message": "Fix client_test_enabled (#17699)\n\n* Fix client_test_enabled\r\n\r\n* fix\r\n\r\n* trigger CI", "proba": 3.089725169047597e-07} {"commit": "28baec608c110014dd76d585b921e82374ad6ed0", "message": "Panic bug fix.\n", "proba": 1.4312065843569144e-07} {"commit": "eb57c255c3b132b2c466a4ed7dde125975801f46", "message": "bugfix for generic.py\n", "proba": 3.5990848346045823e-07} {"commit": "0b9889eb033e6df4fc942481c23f3d6446b4f929", "message": "add profiling output to tcurl\n", "proba": 1.5694118928877288e-06} {"commit": "0ccc8e30f75525c467f5a62e5314f992c72957ee", "message": "can't slide onto a cap\n", "proba": 2.8368028779368615e-06} {"commit": "6a478da6a9fb9f5659288b2d5d2d260ca8c0ccc6", "message": "Changed subprocess call to file open\n", "proba": 4.848661774303764e-07} {"commit": "e2d4eddc8372974b1896e3b9663e697c6111bd6f", "message": "fix unicode org\n", "proba": 0.9998482465744019} {"commit": "f67a04d29de3a9dd09e8aedf2617277ff503828a", "message": "renamed methods\n", "proba": 7.434619419655064e-06} {"commit": "581e55c52f0f030836468e0516ffa95c0de586cf", "message": " * Increase the timeout for the kill method when trying to close Windows\n * Handle the timeout error (silently ignore it)\n", "proba": 1.1807515676309777e-07} {"commit": "2196d453b093ce351524701b2681128e997d7d59", "message": "Prepare 0.16.0\n", "proba": 3.479203769529704e-06} {"commit": "e665d13668d9aa44058b02540f64cda4b98ccc3a", "message": "END: add n-dimensional wavelet packets\n", "proba": 7.969820785547199e-07} {"commit": "611b04c0f001a9c6f2e340eef834a70dc0c66515", "message": "Prepare hotfix 0.15.0rc6\n", "proba": 3.0668445560877444e-07} {"commit": "49f530eb6371929d6ab7e5a679184c2d529c937d", "message": "Hack in save to binding file\n", "proba": 2.089686006456759e-07} {"commit": "5151dd763b0b95884c2912b6b11a1e51a56763c8", "message": "Use NCName equivalence rather than exact equivalence on element inheritance test, so we re-use restrictions. This should be OK as long as the schema is valid.\n", "proba": 1.1149298018153786e-07} {"commit": "10a29e07cc7d01cc0e7ddf272d66ff3d0a7c5be7", "message": "Debugging linux fail\n", "proba": 8.404242544202134e-05} {"commit": "38e4d6034f95529aaf8d9d791009c15c0009274a", "message": "add a try/catch barrier for latest call\n", "proba": 2.0744030848618422e-07} {"commit": "2b195db24e356eee0bddd3e464298197fda66b7e", "message": "Fix testimonials urls\n", "proba": 6.533746636705473e-05} {"commit": "69b0eed9bacc1123d8733818f48bcd0f2e89b785", "message": "OVS-2188 - Remove Ganesha configuration file when a vPool is deleted\n", "proba": 1.195905525719354e-07} {"commit": "9416fa3abd96ce5a78c89d317496b17e2aec3cb4", "message": "Add a negative cookie value assertion check\n", "proba": 3.048019152629422e-06} {"commit": "31012f14e921f44c6b924b7e70959f8caa45ba21", "message": "fix parsing and namespace issues (thanks Michal Sredl for patch)\n\ngit-svn-id: 255fdcdd65affe1d42edbf9640002b17f07b9540@1764 b426a367-1105-0410-b9ff-cdf4ab011145\n", "proba": 3.311410523565428e-07} {"commit": "30db3674dbc1ad8f1b94acaad9f50f72825c4727", "message": "fixing inplace=False return dataframe\n", "proba": 0.0028031733818352222} {"commit": "368249dde293e28760ef9db547599aca0b42b3ae", "message": "don't use trailing slash for launchpad endpoints\n", "proba": 4.7469782771258906e-07} {"commit": "4e8f1430c4c2006332f6ec49a58856a11495f697", "message": "syntax error\n", "proba": 4.059871116623981e-06} {"commit": "cb2de1410a528049bb34651cce9f77d50d66bbee", "message": "[FIX] assignment of jobs to workers respect the priority of the jobs\n", "proba": 3.2797117910376983e-07} {"commit": "fffdcfe5fdc6df3762f209144badaa6c338c7601", "message": "Bofin: fixed typo related to handling multiple baths\n", "proba": 2.986732567933359e-07} {"commit": "5dacbca728284c7715456488c72d92e2657f325d", "message": "added log.debug messages according to result of ping\n\nget async result with get\n", "proba": 5.674392014043406e-07} {"commit": "4997f1acc34c85ac8a718539531c9442ddfe0f7e", "message": "Fix close/settle event external_state usages\n\nThere were a couple of api-misuses that prevented closing a channel\nfrom properly updating the channel.external_state.\n", "proba": 1.2767699786309095e-07} {"commit": "984a50605c74737c80601811a2d14397a1706a05", "message": "Increase DB Version\n", "proba": 2.634589009176125e-07} {"commit": "a0cbc756e3f07a971eae1c78363d47c2644d600b", "message": "Fix typos.\n", "proba": 0.9988985061645508} {"commit": "55f8d14d0b067af2de7b5509ade7b8e4d647f3f8", "message": "Added last updates for the teaching dataset\n", "proba": 1.6813071113119804e-07} {"commit": "2cb53171db291bee7d46314347f222a0a58d7be7", "message": "Add get_region_length() and get_region_width() methods to VoronoiTerrain\n", "proba": 2.9353109312069137e-06} {"commit": "2bddc2dedf801b9cf52828b347289ec062bc7001", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "bcea6b5ede4b5c336312e77f941882fcbe627055", "message": "Update usgs.py", "proba": 3.2040856012827135e-07} {"commit": "d4dee0fe05a8066849dcdb2d97eb89981cef29bd", "message": "ensure that response reason is always unicode\n", "proba": 0.0004461181815713644} {"commit": "5e3692c9000e97999a571cc0504dae3cf44897b0", "message": "Revert \"Revert \"a\"\"\n\nThis reverts commit 958a47041975009b931d47bcd9a357d4403fd568.\n", "proba": 1.4061127728837164e-07} {"commit": "9f53e5b277700e161bfef934f2535bd108a0a693", "message": "label exes\n", "proba": 0.9996277093887329} {"commit": "165ea040823aaed3585c76ff24b2280eeb2a8f2f", "message": "Additions to write_file() method:\n* Creates directory if none exists\n* More granularity in exceptions\n", "proba": 1.8260440981521242e-07} {"commit": "9dfb3a18bc7adfd6e08b665d84cfa74a2eb1f537", "message": "Added failure message when data not specified\n", "proba": 1.6585970286087104e-07} {"commit": "7b3f167d131983d823ccd462f64ad96353330603", "message": "Remove duplicated rule from web.gyp.\n\nBUG=312287\nTBR=dglazkov\n\nReview URL: https://codereview.chromium.org/54303004\n\ngit-svn-id: bf5cd6ccde378db821296732a091cfbcf5285fbd@161091 bbb929c8-8fbe-4397-9dbb-9b2b20218538\n", "proba": 6.10765564488247e-05} {"commit": "b2ca78f6de76ff577f334e9527a722bd5660f486", "message": "Fix rbt info on Python 3.\n\n`rbt info` was depending on a `backports` module, which was only\ninstalled on Python 2.7. This prevented the command from working at all\non Python 3.\n\nThis changes the usage to be a conditional import, using the modern\nversion if available and falling back on the backport.\n\nTesting Done:\nSuccessfully ran `rbt info` on Python 3.\n\nReviewed at https://reviews.reviewboard.org/r/12520/\n", "proba": 6.648070893788827e-07} {"commit": "c88a9fb3fa5fd4d60dc6d3438fee5c65c9e91dae", "message": "Bug 1307782 - Raise the Celery task time_limit for the buildbot ingestion tasks\n", "proba": 1.3959596856238932e-07} {"commit": "14d446551c8a017cb27dd7b8acf50284dd7dc201", "message": "removed some unneeded code\n", "proba": 6.079488684918033e-06} {"commit": "b945aae599387db609a96b13dcb9265f2e7f3555", "message": "Small change required on live environment", "proba": 2.3036977836454753e-07} {"commit": "388002a9f235ef5ede0fb76b9fb751d6af0b305f", "message": "Only add one done callback to a future (#816)\n\n* Only add one done callback to a future\r\n\r\nSigned-off-by: Shane Loretz <7fde345e8e2e22c78a1570a4807e4629866dc7de@osrfoundation.org>\r\n\r\n* Add done callback in all cases\r\n\r\nSigned-off-by: Shane Loretz <7fde345e8e2e22c78a1570a4807e4629866dc7de@openrobotics.org>", "proba": 1.3684488919807336e-07} {"commit": "a0bc77bd4bfddb8e9ffb06272ac7858b40e3cdaf", "message": "remove un-needed checks in ctx_to_str function\nremove duplicate function definition\n", "proba": 8.22441688796971e-06} {"commit": "4fcbcf76df16e00fd78b74dda84176992b64b7db", "message": "Fix calculation of timeseries.\n", "proba": 1.4909240917404532e-06} {"commit": "8257b86550b8453b658e386498d4e643d6bf8d38", "message": "Fix up resnetv2 bit/bitm model default res\n", "proba": 2.537213674713712e-07} {"commit": "e268b80e84fd7228e764e399c442fd9a099ecb9a", "message": "remove \"random\" text from MD5SUMS file\n\nremove the date/time and hostname from the MD5SUMS file (why did I ever think\nthat was a good idea?)\n", "proba": 1.5415920984196418e-07} {"commit": "c872c51c1023a53b3747ad9ad7a9fa053e1616e4", "message": "Fix test for permissions\n", "proba": 4.321612436797295e-07} {"commit": "f981ebb8098f748dd725f78ef0eafd2117446e3e", "message": "updating gyro scale correction for dynamic reconfigure\n", "proba": 1.7897758652907214e-07} {"commit": "e88e977bd560330639d5cab98325d965a8cbc855", "message": "fix utils import\n", "proba": 2.204709062425536e-06} {"commit": "1d9155037c6e598e3385e48274968dbb79206b07", "message": "Removed comments describing syntax. Refer to README.md.\n", "proba": 1.0430814256778831e-07} {"commit": "5fb1a1610933b989df25f717d6bd2df10ff34386", "message": "Fix apidocs build\n\nPortable IP section added post portable IP merge\n\nSigned-off-by: Prasanna Santhanam <82219615980488abd2acc1a3d71cfb58f0b2b8b6@apache.org>\n", "proba": 1.1370391206355634e-07} {"commit": "f869133d88a434864cd6ac97820c4760cb1b8add", "message": "[clock] Fix typo (closes #453)\n", "proba": 0.00024279703211504966} {"commit": "923e5c52c4bc60b0a51a0a265b2024c38a7d8a77", "message": "bump version number\n", "proba": 3.5206583106628386e-06} {"commit": "2723fa13010ab78b800a61e6bb34bf212213e111", "message": "exit 1 for internal errors, 2 for ping failure\n", "proba": 1.0034236765932292e-05} {"commit": "248b5dc854f3966235f29f7bad5af9677ffc3030", "message": "re-organization\n", "proba": 5.726232757297112e-06} {"commit": "929d13111ac1d3b6f3f04a1cac855983f68197fd", "message": "add TODO\n", "proba": 3.028933122095623e-07} {"commit": "2f2a416e9bd70b53fa7c63c4c9d1512dd74cb28a", "message": "add TODO\n", "proba": 3.028933122095623e-07} {"commit": "9c5d3def72cafdcfd85784c53836421943e83277", "message": "Bump version to 1.2.1\n", "proba": 4.868074938713107e-07} {"commit": "30dcd2c2b92db7344e3e7c78a20ec461ddae2c7a", "message": "Change th environment variable\n", "proba": 1.906739271362312e-05} {"commit": "cf9ee793ef21f1a7c094497564a3826eb3d8d38c", "message": "add hayashi and barrucadu for copyright\n", "proba": 1.467642789521051e-07} {"commit": "a5e0a3081ede17df19d717133279916bcd466fef", "message": "Intento de fix\n\nEntender\u00e1n lo que quise intentar, si alguno sabe como se har\u00eda es\nbienvenido xd\n", "proba": 1.41183090818231e-05} {"commit": "2eb1def2e6e077d079faffe4dc100d2ca9c0cedc", "message": "Updates version number to 0.4.391542404.20210818.\n\nSignificant changes:\n- Improved performance when querying for BUILD/bzl files\n\nPiperOrigin-RevId: 391546363\n(cherry picked from commit 53d31b0546ad48f0480ce6b1ca848439cc4af087)\n", "proba": 1.3072097715394193e-07} {"commit": "679ec79ecd1933ee225a6ffb0bd1ec75b641e120", "message": "[IMP] migrate_branch: Get rid of __unported__ dir\n", "proba": 1.7173166497741477e-06} {"commit": "45393a60333bec4a9c835d02342210d176cc54bb", "message": "Allow to pass a filtering function to BaseDataset.\n\nPiperOrigin-RevId: 466677772\n", "proba": 1.411244852533855e-06} {"commit": "e6aa4d4446bcee78affdad0c011ff44d5bd61c10", "message": "XS-2778: Updated the FUNC_HANDLER to have all functions.\n", "proba": 1.1526056198363221e-07} {"commit": "903c7ef5800371d2bb15d2570d1daa7204725a4f", "message": "CC-4420: airtime-import is broken\n\n- fixed\n", "proba": 1.5662136831906537e-07} {"commit": "5d906e643ab0694bd2593de7af7aecef28662177", "message": "swift-api-checker: teach the script to dump entire SDK content to files separated by modules\n", "proba": 2.1466456701091374e-07} {"commit": "7403514c0fc317fec48d3d1eb3e3ed8bcd99edb0", "message": "developing workchain\n", "proba": 4.832454010283982e-07} {"commit": "29a38660e3995aac5e92d0c5fb162ee99fa318ea", "message": "python: reduce code duplication in test.py\n", "proba": 0.005610770545899868} {"commit": "46214b33180563d9306cc4f3a7b9ee8a717f9b5d", "message": "new test resource version\n", "proba": 1.8620950470449316e-07} {"commit": "66e0f3b5130364bf88f4fe7661d3b3ceea0c5f6f", "message": "continuum fit: gather total stats to rank 0.\n", "proba": 1.658918193925274e-07} {"commit": "b9a07251501dd302a1b54855c2d4afc39e8c8710", "message": "Added some informative messages.\n\n\nFormer-commit-id: a8b2243a62334fbfd6789cb1b1de3bfe93d65345 [formerly 6c0dfec3db1639734336c20fadf930e1e7218cb4]\nFormer-commit-id: 12189e9554748c86165405e5230ca4cd8e23b5d3", "proba": 2.2142266971059144e-06} {"commit": "f6e13330e800ccfeae4f5167a4247e1acb77f871", "message": "[uwhdr] Hide titlebar\n", "proba": 4.6341409642991493e-07} {"commit": "a9043a360c8cde12afc0f2f5134f9801987c80cb", "message": "[uwhdr] Add note on how to remove the title bar\n", "proba": 1.316914648441525e-07} {"commit": "1982807e5862c0578f999e38ab339fa3bfc33dfd", "message": "Intermediate checkin. Made timing object a ParameterizedObject.\n\n", "proba": 1.0592287225108521e-07} {"commit": "89ede7862f0ae2e929cfc69c278c0d6b1a635644", "message": "The cleaned up and corrected version of HomeostaticResponse transfer function. Designed to work either periodically or continuously\n", "proba": 1.1187919568556026e-07} {"commit": "42e7f1f0366450cec1dd26a4ec8eb9675ecddc6e", "message": "Warn if torchvision imported from repo root (#2759)\n\n* Warn if torchvision imported from repo root\r\n\r\nThis is likely to fail as mentioned in #2239\r\n\r\n* Only warn if ops are missing", "proba": 1.892882295351228e-07} {"commit": "5fe279791cb92ec32b67b4a07f4364af6af8c9e2", "message": "dispose engine\n", "proba": 7.56735232698702e-07} {"commit": "5058fbd90f6cf12fa69180c03ddf58e1a945a173", "message": "Updated unit tests\n", "proba": 3.0638511816505343e-07} {"commit": "fb5baf0bc661294da2613c803d84ddf4b80b49f7", "message": "1.0.1dev: Change new HTML unit tests to avoid `UnicodeEncodeError` on py3k-ready Genshi 0.7dev.\nRelated to #10126.\n\ngit-svn-id: 3bd1c7f5b9365705bff4dd56977498491f5ac132@11326 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 3.634324627910246e-07} {"commit": "6ff688d7602a8e4ddaac40b333f3d1b37dc841d6", "message": "1.3.3dev: Replace `ur` literals\n\nThe prefix is not supported in Python3.\n\nRefs #12130.\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@16622 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 0.001451072283089161} {"commit": "334c95e9b1a1223283bcc894f93d7177c70167ea", "message": "Increased sleep time between searches.\n", "proba": 6.273257326938619e-07} {"commit": "7cb0d381441062897505b89c6bbed4f2a3fac864", "message": "Add 2.6b1 and 2.6b2 UUIDs.\n", "proba": 0.0013090706197544932} {"commit": "07b298b7cfefeb8e012ecc48e0a22289e4acee2f", "message": "bug fix when transliteration doesnt exist printing blank lines\n", "proba": 4.320532696056034e-07} {"commit": "52cca270f3c83a167c52103eaa4f4730b47fc756", "message": "static_root setting\n", "proba": 1.1986018080278882e-06} {"commit": "8dc992d51f738116b8383f5f70f461ae7a481677", "message": "Check for edge case if there are no points to mirror\n\nInstead of modifying the numpy commands such that they work with no data, I opted for an early termination check that stops if there are no points to mirror.\n\nContributes to issue CURA-260.\n", "proba": 1.5288777888144978e-07} {"commit": "c76a580aa380720ce32316f92bef16b61d8129ba", "message": "Add __repr__ to debug polygons\n\nIf you print the polygon now, it will give you some insight in what the coordinates are of that polygon. This should help with debugging.\n\nContributes to issue CURA-2625.\n", "proba": 1.2989544018182642e-07} {"commit": "3285ce1f4482db6476406266fe6dc36779fc8faa", "message": "update once again every page of reddit\n", "proba": 1.401317746285713e-07} {"commit": "ef970e7dcc157b6a0f572e89ec0626e4a73144f1", "message": "colwise detector\n", "proba": 6.642171115345263e-07} {"commit": "caa3722ee18828392cb090c3e601c7046cca3c1e", "message": "upd MultiInst\n", "proba": 3.8948132896621246e-07} {"commit": "9150cf23d1d0d8b14e7fc1dc6c1fc6b8398d0fcd", "message": "Improve error message\n", "proba": 1.5202402209979482e-05} {"commit": "a520a1bae0d5ef0d5b66b7f8edaefb74dd7efea9", "message": "updates also for nv convert\n\ngit-svn-id: 1940fb81eac38ef6ef058c79705648ed98d10eaf@478 981887c0-d8ae-4743-aaa6-7abdade54d40\n", "proba": 3.87572254112456e-06} {"commit": "85c7c0509f3fd521968e77c1cc1220ab23e0d925", "message": "ignore unused return value in return_invalid_data test.\n", "proba": 1.9789052885244018e-07} {"commit": "57b2b2b4f618ea32273cb51dc8f2139330d3a7e8", "message": "Start writing better tests.\n", "proba": 4.83657117911207e-07} {"commit": "3a0d75805f2700ef9b2c186e6ff1bf04eb2fb082", "message": "Fixed a bug that causes crashes when a testcase is run multiple times. Refactored the Solver class to be a base class for inheritance. Implemented another two Solvers for comparison\n", "proba": 3.439797069404449e-07} {"commit": "7865970cd9575a59b5b356d98fc0e976f3a0a073", "message": "mock service chopped\n", "proba": 5.090589070277929e-07} {"commit": "afb98d01f7e3e68dff1599e245156b51dd34be6d", "message": "try ctime() for datetime printout\n", "proba": 5.722836249333341e-07} {"commit": "d76b0d1242f72d8018172e1f97bec6012f82a76c", "message": "minor changes\n", "proba": 3.7436623756548215e-07} {"commit": "6c5bca6c5b1481e315e5f8d2eb92420ba2c07936", "message": "Added updateProjectsForGradingRecords to StudentProject Logic.\n\nThis method takes a list of record_entities, processes them and batch puts the update StudentProjects.\n", "proba": 1.0068632860793514e-07} {"commit": "8d92014abddea06f1a79e6fe9efa9e5bd001da22", "message": "Added link-args argument to %%cython.\n", "proba": 1.0949135997861958e-07} {"commit": "ca21a0494704ff86eb24363fcc6fa3728afc0097", "message": "fixes MetaPlayer to use behaviour dictionary\n", "proba": 1.7959996512217913e-07} {"commit": "7c3367ef586056c00179db05f82930315086cb97", "message": "Removed caching of static files\n", "proba": 3.892087931944843e-07} {"commit": "2cc577ebab812fade2f0ab9f588ab345768711f7", "message": "Add #passed/failed evaluations to admin dashboard\n", "proba": 2.8031575993736624e-07} {"commit": "3f1f911342545b83179a2c2606ce4122f03cdefd", "message": "rm print use agent\n", "proba": 7.30976182694576e-07} {"commit": "752104903b90d2e26d04e6dc9acf9ab6c9df424a", "message": "remove test file\n", "proba": 8.220206950682041e-07} {"commit": "afdeb95e78795bbacb45acdf777dd7cd170d6738", "message": "Make page title consistent with other titles.", "proba": 3.60053348913425e-07} {"commit": "d6b1bb2cbf61e13d2171986ee9b2838f6ac63a9e", "message": "Statistic dashboard shows statistics only based on StatisticInfo entity.\n\n--HG--\nextra : rebase_source : 02da728fd6f1d4c44732f869eab05f720889a5bf\n", "proba": 1.6962638937911834e-06} {"commit": "362e6e634bbfd784db9402e0b0012b7f60641078", "message": "Layout base Enviroment and Agent\n", "proba": 1.271736493890785e-07} {"commit": "ce8395005a3b120aa025388af70bc6b0e4bca65a", "message": "Back to dev version\n", "proba": 1.331449794861328e-07} {"commit": "537f2461262c4fbafa5dabb072de460a78d5f1cc", "message": "Remove the temp dir always\n", "proba": 4.823930908059992e-07} {"commit": "94c29160c0e31d76e63f03936698443259aac6df", "message": "Add test cases\n", "proba": 1.810839239624329e-05} {"commit": "aedbbb39be4d207ba9eaf99811980276d44f39a5", "message": "Using threading.Event to stop async producer thread\n", "proba": 5.756214704888407e-07} {"commit": "e7a6dc1296ff8de53222174684c8b6a8c8005e73", "message": "person.site can no longer be null\n", "proba": 2.6044563128380105e-05} {"commit": "5d864901d3a1019ce495e7ab5bf750ac7ad6edd0", "message": "--usd flag: enter amount in usd\n", "proba": 3.471493528195424e-07} {"commit": "47f0fc25597fe664191717af1ee6aa96269e1ead", "message": "fix bug when attribute is empty string\n", "proba": 4.2042925088026095e-06} {"commit": "c458f89f4f946ae8072db6d1a2459be45a9902d7", "message": "maybe finally typo\n", "proba": 1.5863283806538675e-06} {"commit": "60173004bc645ea1f27a7b871272a06695154516", "message": "Limit the strings which can be eval'd (#165)\n\nWhen processing the schema, each line is run through Python's eval\r\nfunction to make the validator available. A well constructed string\r\nwithin the schema rules can execute system commands. This change limits\r\nthe string to those that begin with the known validators.", "proba": 2.7609987682808423e-06} {"commit": "c2781f43bb70cae1eb2a31ae0b5c2ffdb3527eab", "message": "fix merge errors\n", "proba": 7.053789886413142e-06} {"commit": "1eaa9cb2a689c86b7d274a0b227d5b4ae5a8d54f", "message": "Fix issue where 'unichr' function gets converted to a 'chr' function when 2to3 runs, causing infinite recursion errors.\n", "proba": 1.4349362231769192e-07} {"commit": "c01d21fc7e46ce283571bffb1a70530e48108f58", "message": "Check that endpointTemplate ID is valid in endpoint add cmd (#897749)\n\nDoing something like this:\n\n $> keystone-manage endpoint add myTenant nova\n\nand it appears to work. We should validate that the endpointTemplate arg\nis a valid endpointTemplate ID.\n\nChange-Id: Iecc7e4057cf3009ff56624733951eb032ce7acb6\n", "proba": 4.65373886981979e-06} {"commit": "db0625ffe0bfa0a3d672b94f449c01082c029b53", "message": "We also need to os.fsync() on Unix\n\nat least on very busy (or slow) drives.\n", "proba": 1.0547370266067446e-07} {"commit": "6db475270b03c9e6de7b1b039c73a6f6b55fbc31", "message": "Add BO and CO product\n", "proba": 4.609510710906761e-07} {"commit": "6c7977fab9a26a6c00a0bd17ad8f2b8b3d9f4615", "message": "[bug 979434] Fix _check_username\n\nThe argument passed into _check_username can sometimes be None because\nit's coming out of cleaned_data, but wasn't valid. Because of that,\nusername_allowed returns False and then everything goes to straight to\nhell.\n\nThis commit fixes that.\n", "proba": 7.65748554840684e-05} {"commit": "96ecbb08df7bbc4a1af94dfce354b416179ffcd8", "message": "Add show_many_tickets endpoint.\n", "proba": 3.552259215666709e-07} {"commit": "d57ec5bc7cff69fda1c356650275ee852fb2a34c", "message": "oscAPI.py, fix id->thread_id\n", "proba": 1.8085620467900299e-06} {"commit": "3e0fcfbd8914443e368fca23f5412c4469fa3686", "message": "New release.\n\ngit-svn-id: 7b9ac377a36158f242ddeb3daf9d0b3a7e8b1516@581 9f8c893c-44ee-0310-b757-c8ca8341c71e\n", "proba": 1.8155978978029452e-05} {"commit": "c5e8e4913280b7febdb1c1169689f4b713b0320c", "message": "Fix unicode error, close #317\n", "proba": 6.0207741626072675e-05} {"commit": "60171c13ac65395c093d6a4f1a162ce570f28249", "message": "doc: revisions to uix/scrollview.py\n", "proba": 1.7802229024255212e-07} {"commit": "701687b812be6172699022d0c91217b98a9858ed", "message": "fixed bug where year report list included months instead. added a period_label to risk metrics corresponding to the end date. e.g. April 2006\n", "proba": 5.611894948742702e-07} {"commit": "0cc2cad1037fd42dfa87834950f35e0ef486171c", "message": "reimplementing how a producer works\n", "proba": 7.630719665030483e-07} {"commit": "ac33d6b328aa49b1c8fa2214b1d3d7047c59640e", "message": "fixed GenePred parser\n", "proba": 2.826668321631587e-07} {"commit": "addea617c820991cf1fa4874068c793aa55ed2ba", "message": "Allow multiple methods on same endpoint\n", "proba": 7.409308636852074e-06} {"commit": "50cfea8bbaa64f08995fbf81c6fbb6747f50ce89", "message": "Bumps version number\n", "proba": 9.893849437503377e-07} {"commit": "2c507e5130b78abcc5dd7b01ca6bbb6f8475b84c", "message": "remove print in consul\n", "proba": 0.00033284787787124515} {"commit": "1cfdad5b98f6e575525deb0b36690f4dd677ab52", "message": "First HitSeriesA prototype\n", "proba": 1.4255043367938924e-07} {"commit": "52f060f6fc0d08c77b79435bcc2c84d527f5299d", "message": "tidy up results printing\n", "proba": 6.245481358746474e-07} {"commit": "fff769c45c23031c8a024e1bb09f54be2c1e7e68", "message": "add alternate aanet (minidst) file extension\n", "proba": 2.4342458004866785e-07} {"commit": "c67167c66eaa305b913f7a309681eb9a44c67571", "message": "add sun and moon distance exclusion\n", "proba": 0.9999665021896362} {"commit": "710accdc7c20832f6efa4685cb740be35024b1d9", "message": "cli.utils.progress: refactor\n", "proba": 2.5050253498193342e-06} {"commit": "5af979ace64ec47c027ba2735bcfda4ae6a1dce3", "message": "SQL fixes from Michael Wang on tashi-dev@i.a.o\n\nMerged with patches from Jim Cipar to the same SQL backend\n\n\n\ngit-svn-id: bf82309ee31681273af20a825c7064ea7c5af838@792303 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8122428830101853e-07} {"commit": "2215cae06a7d2d6f47137678cc8650b8045c774d", "message": "Fix notifications.py\n", "proba": 1.0770506378321443e-05} {"commit": "01214ec4c1a7c9bd0633c4e1d23de0f0aeca227d", "message": "[swarming] define all realm permissions in test_env_handlers.py\n\nChange-Id: I856839fc8df5f60b6dd2937dc5784b15f5e60251\nReviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2253818\nCommit-Queue: Junji Watanabe \nCommit-Queue: Takuto Ikuta <71927f930fca81015e0f496c65cd126ab1a692e3@chromium.org>\nAuto-Submit: Junji Watanabe \nReviewed-by: Takuto Ikuta <71927f930fca81015e0f496c65cd126ab1a692e3@chromium.org>\n", "proba": 4.83041276311269e-07} {"commit": "2086addcae76660f5059ed9d15b0ee1915b4a5ae", "message": "Write more log output in illuminati step at level INFO\n", "proba": 2.4033954559854465e-07} {"commit": "a638e986f45b338c86482e1c13e045c06cfeccad", "message": "fix hard wired pad token id (#4138)\n\n", "proba": 1.275458032523602e-07} {"commit": "01473a8ff22f18d844d5a90c09ccc390125a9b8f", "message": "if config file defines no default pipe one must be provided via env vars\n", "proba": 5.43240787465038e-07} {"commit": "6622dfb1869bcbe656b2e489a63327ac752aa007", "message": "[mod] floors_suffix filter only works on strings\n", "proba": 1.551167514435292e-07} {"commit": "07a1fef5a1275ce9d703cfe9e0c30c2ae4fbd40b", "message": "Ignore EEXIST on epoll.register\n", "proba": 1.4182457164224616e-07} {"commit": "13c9d34e5ff8dcbb94439a5745a962aa7633ab5f", "message": "changing static path\n", "proba": 1.1402407835703343e-06} {"commit": "db75fb73d2befe04f35aa27271b99008eb1eb078", "message": "Stabilityfix: say no to mutable default params - volumes/volume_mount\n", "proba": 5.541073733184021e-07} {"commit": "c2ac6970ccf6209cb25ed1176ef0cd9ac559a989", "message": "Fixed url patterns\n", "proba": 1.2783528973159264e-06} {"commit": "e6b8ef67fa92c1a1db4d76c31be9b3943f4082b2", "message": "COMMISS.ENH: Add tunes measured with BbB\n", "proba": 1.513575398348621e-07} {"commit": "e678e8bd0571e9e95fa30e28098b75c7e61399a7", "message": "fix init checks\n", "proba": 1.6890788856471772e-06} {"commit": "a061f705c85b6eb83f55836d6189719217461f0b", "message": "bug fixes\n", "proba": 8.304810990011902e-07} {"commit": "f48dee22893961c0377d11d5de977232d9849a98", "message": "refactor to a decorator\n", "proba": 0.0052183582447469234} {"commit": "6c7ff1838c2b96a0465ad14a7584a9d3c431e9a9", "message": "quotes: re-indent\n", "proba": 9.422418543181266e-07} {"commit": "ef51e94ac67d1f0c4012072bdf5eac6a2c2f2dc4", "message": "Remove _length_of_link_with_diagonals from RasterModelGrid.\n", "proba": 1.2039146213282947e-07} {"commit": "127ed272216fc1b01880bc0f474cef1078e7ce22", "message": "Renamed 'modules' option to 'py_modules', for consistency with Distribution\n(and in order to generate a more sensible error message cleanly).\n", "proba": 1.4313552298972354e-07} {"commit": "d285481215adebc0d3b40697463248d8d46193ec", "message": "Fix f-string\n", "proba": 0.9999977350234985} {"commit": "e0428a07652bdc391b50d0fbca9da7d115b8bc65", "message": "comments to options\n", "proba": 2.506831719983893e-07} {"commit": "3069ad97ee6c5c00626ffecaa346b6baa0c3288c", "message": "Less errorprone message\n", "proba": 1.0090874411616824e-06} {"commit": "f98c0412199a2d4e94aa128836c7a96698af3c14", "message": "Split massive method in half to satisfy flake", "proba": 1.8997018003119592e-07} {"commit": "05583307ae9ed0656e686a26f442d5a7f3c2c3cf", "message": "issue 10527: fix missing import\n", "proba": 7.813450224603002e-07} {"commit": "ce71f11bea01b229fea49d5b7b5ac0ecd2aa6e92", "message": "Display pack ref when running st2 pack list.\n\nref is pack unique id so it needs to be displayed.\n", "proba": 1.1205580818796079e-07} {"commit": "78763fe236928ad9e645a9e0102d3f3587fbcfb6", "message": "Fix random failures in test_inquiry unit test\n", "proba": 2.0144576410530135e-05} {"commit": "c7983101a0744bb86218e22959f3dff60bf6a13c", "message": "Fixed tests urls imports.", "proba": 1.258921287217163e-07} {"commit": "ce6b1b3393b2159a6a41fc430617fb11ccada296", "message": "Fix anal warning\n", "proba": 0.0001933598832692951} {"commit": "b664229bb9e8126b4eb6b8361cebc90dcd6151fa", "message": "fix default_get to ensure product_qty is not set\n", "proba": 2.640938134845783e-07} {"commit": "166a1ee014eb60d91c71e345d2eafc4c70c865b3", "message": "Place comment on its right position\n", "proba": 2.039241309148565e-07} {"commit": "3dcf031b5b2710bb91dfc9f4d211461666a8f916", "message": "Remove redundant data_queue argument from cbench_thread", "proba": 7.074634140735725e-06} {"commit": "8aef5dc1838aa6cad287c9f9c189dd5a5aa9de28", "message": "Added config to allow skipping emails\n", "proba": 3.003456185979303e-07} {"commit": "7325b6d6f977b261b0871f9fca0655ff0d84fb74", "message": "Fixed animation.\n", "proba": 1.4595667607864016e-07} {"commit": "da6847e0f3b301665cdf092dd8b0cc1a06fa40e6", "message": "Hotfix Added: Version\n", "proba": 1.292279705467081e-07} {"commit": "b693b6719f174c52e48d98ba41474e7ce6bbf2f0", "message": "try to fix windows issue with virtualenv not on PATH\n", "proba": 3.920497135823098e-07} {"commit": "07a9c56fb86b97c07a04b67fe576540d961cfb7b", "message": "making lint happy\n", "proba": 1.2371201592031866e-06} {"commit": "d6e5321a91a83c4f1a639ddb2019428e5321a212", "message": "Added a couple buttons in vsAIMenu\n", "proba": 2.0101930431337678e-07} {"commit": "96dc01fae346428f9218cbdb3dab4a1f4e3638a0", "message": "do not catch some of the warning exceptions\n", "proba": 7.272720381479303e-07} {"commit": "40766dc4aea6d263e44fb6148d6dd09aef3d46d4", "message": "Adjusted the Tabs and Spaces\n", "proba": 6.009028652442794e-07} {"commit": "bb44f6681c8794b04e9eb9cf1913b49704cfeeff", "message": "North\n", "proba": 2.5391858798684552e-05} {"commit": "5aebdd0f977de0dfe3356d1db2a60907ca02f4be", "message": "sigmoid with incorrect triple generation\n", "proba": 8.181046723620966e-06} {"commit": "0e861a6abfa4ad371a628d8aec9d54a3dfe73dca", "message": "Remove unused ctors.\n", "proba": 2.1628156332553772e-07} {"commit": "e49d809250dd011fdc23ae09b4d1ef49c7ff736e", "message": "One step above hello world. Input and output both working.\n", "proba": 0.9988173842430115} {"commit": "126a8a5a21fa1205188c0e41917d3f6a465ff57a", "message": "disabling basic auth\n", "proba": 1.2325309626248782e-06} {"commit": "bf146594a54b00e654b826b3711c79ba6b1d73a1", "message": "Added Tests for AdmGetSiteNodes\n\n", "proba": 1.3198693693539099e-07} {"commit": "008e22c2e7b046eb5fde70f520d4809b4614fddd", "message": "Updated from Brython Server: 11/16/2015 2:18:58 PM", "proba": 1.0944918216182487e-07} {"commit": "617921b859dc48e85ce6018613162c18af68804d", "message": "Try run-as with su as a fallback\n", "proba": 2.469181765718531e-07} {"commit": "35a528e7c7db52bd5821eb77dfc7e5b12f5b6534", "message": "More lint fixes\n", "proba": 2.0509962439518858e-07} {"commit": "aa8ba517304cbbb3ce0782d5302fcf78196118ea", "message": "Delete systemOfLinearEquationsGame3dKano.py", "proba": 4.250120582582895e-06} {"commit": "7a141dfebde22a471b51bd83679f4f6ab41e4900", "message": "Fix minor typo in alba.py\n", "proba": 0.9997320771217346} {"commit": "fa9b64902fe9308c06404aba2fc2403a8d83ce2f", "message": "Add prefetch and Reshuffle after shard listing, which enables better performance.\n\nPiperOrigin-RevId: 354337881\n", "proba": 1.3186212299842737e-07} {"commit": "0418d1baf97a208a823b938cca174256bc60b151", "message": "Remove repetition in code\n", "proba": 0.0006126360967755318} {"commit": "54baf7b4dcaac5f432515e3ce9357293860c0fda", "message": "Allow to edit tags and set no color\n", "proba": 2.3656266989746655e-07} {"commit": "6c94308c7f04a9d7d23060c71c1092ff9b126949", "message": "correct the private ip header label.\n", "proba": 1.535763658466749e-07} {"commit": "40b9be77651afdfd2c324f51a46120e0d1641825", "message": "now dropping \"NAME\" column\n", "proba": 3.3186072414537193e-06} {"commit": "883f4511580761c01d3b39b20b6fb4739c94a7fa", "message": "fixed snippet display, short_desc is a string, not a list\n", "proba": 0.0002740297932177782} {"commit": "c704a708ebe13dec36130aef42be786e8e9d1660", "message": "Networks,Ports: delete with subnet, port with no IP\n\nFollowing tests are added:\n - Delete a subnet by deleting the network it is associated with\n - Test create port with no IP address\n\nChange-Id: Ia6ff87b122615fea685cc645cd0213cda2a769b7\n", "proba": 0.998612642288208} {"commit": "f96cfb5a1ec004db8813fb5fa9ea7f6f8d36193c", "message": "test: fix bad status code expected\n", "proba": 0.0002086885942844674} {"commit": "cc996a9ac9e38e22af9d73aecba657e48a964f15", "message": "add functions for sftp\n", "proba": 5.971615451016987e-07} {"commit": "f36a9b3e33b717c889b37a06dc2f207af5d92d33", "message": "Fix: ar-upload compatibility\n", "proba": 2.5386489710399474e-07} {"commit": "eca40908a96a1b9e456caf76f1226e12c9430ddf", "message": "[FIX] Print screen now displays the report as per WYSIWYG\n", "proba": 1.2104526092571177e-07} {"commit": "63bd8103e773f2f2ae55036728c64dbc11337bbc", "message": "Add async calls for latency histograms\n", "proba": 5.571446877183917e-07} {"commit": "134e1008c4012ce64a93eea7d5102d7e02154baa", "message": "Replace matmul with linalg.solve", "proba": 0.9999990463256836} {"commit": "d6316c63d3e569a944568da4118e2c9cfb974983", "message": "Even more prints and summary stuff removed...\n", "proba": 1.0560695784533891e-07} {"commit": "23e227bf85a4f2769196376850b45d71897e8430", "message": "Update GameList per 2020-11-24 changes\n", "proba": 1.2534142967979278e-07} {"commit": "8dd190bde341b7fde07889e5b72b0b005afdd787", "message": "Fix schedule paramater help\n\nThe trove commands for scheduled backup schedule-show, schedule-delete\nand execution-list all refer to taking a name parameter for the\nschedule to be executed upon, when in fact they only take a\nschedule id. This patch fixes the help to say rather\nthan .\n\nCloses bug: DBAAS-2015\n\nChange-Id: Ia3b237d8b23d10265fd19b4cad6c34ee9f6425b2\n", "proba": 2.23764754991862e-06} {"commit": "f0e4c8c25c2049b937007a393c24e6cc8be5cefb", "message": "next error\n", "proba": 6.712786557727668e-07} {"commit": "b1641da1dba6f1349ec35b58acb712d531156d78", "message": "fly flying\n", "proba": 0.00017765650409273803} {"commit": "50511b9b021cde8d6a8de6c57b6a94bdca25aa19", "message": "Return None when no sample in Parser\n", "proba": 0.0006867013871669769} {"commit": "688323cb6d64350872fcfb8d355e27d79512a387", "message": "Small comment tweaks.\n", "proba": 1.1859462034635726e-07} {"commit": "4714581e6f61478c331783772f3cfc5d0814317f", "message": "Cleaning up: fix two more bad alignments\n", "proba": 0.004193516913801432} {"commit": "8bb8349bab6e1123eb302e30da42d03e6b1d81c0", "message": "Remove unnecessary imports.\nReview URL: http://codereview.chromium.org/195094\n", "proba": 1.5223973832689808e-06} {"commit": "aca6bc933e40e4536b3944c8ffa6d73334b19232", "message": "Test pagination\n", "proba": 1.0196985158472671e-06} {"commit": "942f00c6a0744b6740f3824b0c985a85d6da064a", "message": "Remove PID file for notification server.\n\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@2695 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 2.88667251879815e-05} {"commit": "640a4d97c5dc273a2e2c7d3d175be1039702e7da", "message": "qa: Fix function names in feature_blocksdir\n", "proba": 1.0323185961169656e-05} {"commit": "97afb934edef20e5ec4d246e593bf88d8898fa63", "message": "[minor] bumping to v0.2.1\n", "proba": 2.3633385808352614e-06} {"commit": "48f81f67f559d3ded73771a300ffd0e91fbb3287", "message": "Don't run the intro if we find a save\n", "proba": 1.7961230014407192e-07} {"commit": "058adf2bf07ea8e7cc4e62453a4fb5e2b6631544", "message": "fixed a bug in program launch\n", "proba": 4.964013555763813e-07} {"commit": "24c9ad58eb828076616ccf659d4a3327c66a96d2", "message": "Some fixes to email message content.\n", "proba": 1.4269039638747927e-07} {"commit": "23f5bc5345802e4102b4477891264ebba90f1345", "message": "Support optional parameters for binding of IsoTPSocketConnection interface\n", "proba": 1.604305168712017e-07} {"commit": "a0d5a8650b252cbd7ec28e6d6ea79424049f214a", "message": "Corrected improper use of MCBS in w_binprobs; w_binprobs now correctly reports average bin population and the confidence interval of the bin population (not the confidence interval of the mean bin population).\n", "proba": 1.0729008437238008e-07} {"commit": "15aef640d5ee4be484c05a5fd73eb118cc87e79f", "message": "Fixes #283\n", "proba": 1.5399228914247942e-07} {"commit": "6f52c6a21d54cd583fe573f7c78a94cf626c179c", "message": "add more exception information. close #73\n", "proba": 4.3902625179725874e-07} {"commit": "87ec22e623949c2b58fc7cecec1b1cf8fac9cb35", "message": "Make CommitTemporaryIPs call out to WConfD\n\n...instead of only doing changes locally. Doing changes\nlocally used to be fine---and even necessary---as long\nas all calls to CommitTemporaryIPs used to be under\nfull configuration synchronisation.\n\nSigned-off-by: Klaus Aehlig <4ce51de36d9068cd7db2eec1151e0f3f95419008@google.com>\nReviewed-by: Lisa Velden \n", "proba": 2.0157334290615836e-07} {"commit": "3e87514dd888288cb7fa289da70153505e264e73", "message": "Adds extended error logging to frontend\n", "proba": 4.714243004855234e-07} {"commit": "ad5f5d183cce7a34116317897326ed3b0d2c3a38", "message": "config: Add SetDiskLogicalID function\n\nThis function changes the logical_id of a disk.\n\nSigned-off-by: Alex Pyrgiotis <6383a799dda2258eec8fa26a3ce2ec8a7d552341@grnet.gr>\nSigned-off-by: Aaron Karper <99cc1031546340b2b8ced5fe338b5890677a56ca@google.com>\nReviewed-by: Aaron Karper <99cc1031546340b2b8ced5fe338b5890677a56ca@google.com>\n", "proba": 4.5063012521495693e-07} {"commit": "abcd2df9157b11f0a8bef096340f67d4c87d9860", "message": "Modified member-detail url to member\n", "proba": 1.85803642693827e-07} {"commit": "889b953948f91350b1926548b81abbf7cc12347d", "message": "Add file path support\n", "proba": 6.942352115402173e-07} {"commit": "a1d3534d5b3a754d674ac79860f5f9f7f5f282d5", "message": "Bug fix: don't concatenate segment_to_body to itself\n", "proba": 7.307047781068832e-06} {"commit": "89a668bb4ec02e3cea69bff8cef7906b06ae8eec", "message": "use minimal modified print function from rblwatch\n", "proba": 1.7241482908048056e-07} {"commit": "420adcbd1ce4729dc9f5460e4a126b80a5f4672b", "message": "logging\n", "proba": 1.1690622159221675e-06} {"commit": "eb3d4142ff2fc275ee5f475555b2964452d9ef9c", "message": "rhs: log in use imsi at warn, not debug\n", "proba": 6.091480599934584e-07} {"commit": "b4bd664af57b7b824b26f9d97374dd524aef57b6", "message": "Removed for proper structure\n", "proba": 7.921173619251931e-07} {"commit": "db21db96deb29d8e38ac54eae56dadf88f18be6b", "message": "Add new member greeting message\n", "proba": 1.6627034256089246e-06} {"commit": "58ba88904346056234196a7f845920b74e16b431", "message": "Improved Wdigest Functionality", "proba": 4.979489744982857e-07} {"commit": "e940c3eea4dcab77de9228bc30f506747bf98de0", "message": "linting\n", "proba": 9.858867997536436e-07} {"commit": "84d51251c36e996f58f66443571d601d507de5de", "message": "Update stringifier\n", "proba": 4.402825652505271e-06} {"commit": "412ac1499f79773d1ddd15b19349572dccc5a150", "message": "Clean up comments, again\n", "proba": 1.1669263955127462e-07} {"commit": "ee5a2bd36f655213da5d51846f0438d0bc42d53f", "message": "Complete code rewrite and cleanup\n", "proba": 5.183244979889423e-07} {"commit": "6e6ac1a3b9f0006780be48b754b19ec3a8210979", "message": "fix encoding issues in base template (support espanol, etc)\n", "proba": 1.1570968894147882e-07} {"commit": "5560253252bcb82ddf6559f301f13fb9073e4dff", "message": "fix param name\n", "proba": 0.0005048958119004965} {"commit": "f9ebb74ab7a7d0066c4d494b3e076f88a0bbfd51", "message": "Prepare version 0.3 to fix relative imports.\n", "proba": 1.0688830798244453e-07} {"commit": "2da43735e8e666d584820019a5b66ece73f5dff5", "message": "bird: fix build\n\nSigned-off-by: Wataru Ishida <15703620d0b11e835ab4f34ebf88f2f40cce783e@lab.ntt.co.jp>\n", "proba": 1.131645319674135e-07} {"commit": "470889c8124ae53573308c7787bbed6cb883b64c", "message": "Fixed multithreading issue. When multiple clients are connected and concurrently access and modify runtimeInstances, they are not interlocked. Further fixes are required.\n", "proba": 1.0024693608556845e-07} {"commit": "387cae2b3972648ac1fd9fbcfb3f05e9663e80bc", "message": "bird: fix config generation when no filter is specified\n\nSigned-off-by: ISHIDA Wataru <15703620d0b11e835ab4f34ebf88f2f40cce783e@lab.ntt.co.jp>\n", "proba": 1.243182197185888e-07} {"commit": "4dffed3a1ab17e28bf0d7f88c94bd3e6363bab1c", "message": "bitc - adds ffprobe height fix due to 2 values returned for .m2t\n", "proba": 1.4073040688344918e-07} {"commit": "3500a9997fae90fbacf7fe5b7ac8b5774091f7ee", "message": "fix console output for moving files\n", "proba": 1.1230246172999614e-06} {"commit": "ce337b84bb11f56a620441484a5151a96829e2ff", "message": "Debugging\n", "proba": 2.1159132757020416e-06} {"commit": "10c796a8cc2a5800f675763b3f3c4a93578e75fc", "message": "Remove zip file delete. it is auto deleted.\n", "proba": 8.770198292040732e-07} {"commit": "1b816ea570c392123326ddf52a4a5f2baebce1b7", "message": "Using binary mode to get line endings right\n", "proba": 3.298613933111483e-07} {"commit": "ef70860a46678a4ca66e3d025075ec0c205662dc", "message": "Target URL L changed\n", "proba": 0.0002535414241719991} {"commit": "54c1c41291b1cc9151bb2570abdd3d639870dc86", "message": "\uc7ac\uac1c\ubd09 \uc778\uc2dd \ubd88\uac00 \ubb38\uc81c \uc218\uc815\n", "proba": 1.0136338914890075e-06} {"commit": "5cbee0f9fb7ba360e00fbcf94c2c2a7a331dd1b6", "message": "Handle errors in sync job\n", "proba": 2.26799602387473e-06} {"commit": "3d4433f71b69051c8123152decd07614f9dafb56", "message": "Fix test to work with new 1.11 common middleware\n", "proba": 7.149554903662647e-07} {"commit": "29a7b65b23c8811ba5122d856aac6fd5a218a8b9", "message": "BUG: forgot to add generic field for fortran blas.\n", "proba": 1.046195663434446e-07} {"commit": "9144d09691e4da809bb62b4bf051960931f4fda6", "message": "Fix line length\n\nFix line length issue on timeout_ms parameter.", "proba": 1.1882851680411477e-07} {"commit": "1dd19cbed9c79752801bc48d88565bfc12680450", "message": "[#8349] python-modernize -n -w --no-diffs -f methodattrs .\n", "proba": 1.3048806124515977e-07} {"commit": "b56daf2e854855e694a87249977fef9e61956393", "message": "Modified the `backed.offset` property from the `ptypes.provider` library module so that it's a private property.\n", "proba": 1.1163001545355655e-07} {"commit": "171b329f3b1fcb3c3985d35ae5a29677638c5341", "message": "Demoted the log messages in ptypes.provider to INFO and changed them so the semantics of the message are more accurate.\n", "proba": 1.1530849519658659e-07} {"commit": "953a7320303df90560ea998d4c3cc24241ccad69", "message": "Test that payment status check errors show nicely\n", "proba": 1.3664275400060433e-07} {"commit": "106b574b9493d9c9a8dba301e5e6cc7b4c340307", "message": "make the child of pyvcp0 able to fill the window\n", "proba": 3.944228126329108e-07} {"commit": "59fbeddeebeb14f030dce0f442cd097eb32f1b19", "message": "changed new_connection() to add_connection(), also made connection a\nproperty that returns the first connection of the person by default\n", "proba": 6.59478814668546e-07} {"commit": "b04c397418e39a2ebbc0cf09d52f4859f82785c9", "message": "skip networks, and routers if its tenant is not known to keystone\n\nChange-Id: Ie56e4ba879f087cf9562892f56447a20f879bf7f\n", "proba": 2.7430994578026002e-06} {"commit": "88b992ad8307b96c7e41174af5b5358ca65ac459", "message": "Fixing a bug noticed during the yesterday's AppSecEU presentation (--headers='user-agent:foobar*' was not working properly)\n", "proba": 1.2008175076516636e-07} {"commit": "a14e4d96684a08835972bd56f15aa08c646943e5", "message": "Referer does not have to be static, it's already a switch (--referer) so that user can specify it manually.\n\n", "proba": 1.1213983697189178e-07} {"commit": "6f57fd56fa00f48c7e87c57d731e02ac657e72a7", "message": "[Android] Extend android install timeout to 5 minutes for testing\n\nFor android trybots, they will use emulator to run tests.\nOn emulator, the operation will take really a lot of time.\n", "proba": 5.438303560367785e-06} {"commit": "fd0bf12219648789e985c0ee0100b90c4374ad6c", "message": "Android perf tests: print output more often.\n\nTests are timing out without output.\n\nBUG=320445\nTBR=tonyg@chromium.org\nNOTRY=True\n\nReview URL: https://codereview.chromium.org/68173028\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@235697 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.006256176624447107} {"commit": "d4bfe536519c41f413687f0f4975a707e2cd8154", "message": "minor fix\n", "proba": 3.935496124540805e-07} {"commit": "a531a4f5e306388fcb6aa3c2f9db7bb93b530242", "message": "help spack versions paraview to get versions without v\n", "proba": 1.334498165306286e-07} {"commit": "0c9be7fc30bed3eaa3c50f52e90570db1d6f2922", "message": "style: Use consistent indentation\n", "proba": 2.4116383428918198e-05} {"commit": "b4725fa258efe1af870eb0bd6b6813640d21d937", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "1bbadc530feaa7357629415b58edfa693783883d", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "b664c3397525c0a8f94db1e7e796e5e330056810", "message": "Limit max entity count\n", "proba": 7.279178134922404e-06} {"commit": "ebe8d79599a5f4c4fbedc9bfd51e823cd39200e1", "message": "* [Maya] Updated ``previs.Previs.split_camera()`` to also clean up camera shape keyframes.\n", "proba": 9.895305197460402e-08} {"commit": "44bb19334f83fc566784454f648d86649d36a1c8", "message": "Add user_setup helper function and use in invalid_data_image test\n\nAdded user_setup helper function and used it in the invalid_data_image\ntest.\n", "proba": 1.2529075377187837e-07} {"commit": "49b2af9b77a2cef42f5d1d336c42c13ad6f9e3cd", "message": "Run black\n", "proba": 1.947581949934829e-06} {"commit": "4ffc2f515f5b3d62816307823370b77d93776c8b", "message": "Add test for invalid data url, reorganize the other tests\n\nAdded the test for invalid data url, reorganized the other tests,\nremoving those that were unnecessary.\n", "proba": 4.293333404348232e-07} {"commit": "e6a9d02a765a5d5abb5b9009b430c81a2dfa686a", "message": "remove lithology from this PR\n", "proba": 2.6447137315699365e-06} {"commit": "ebd909e2ec82aaac66d44704a49567105bfea402", "message": "update config.db.main w/ sqlite dbstring; import model (to load schema); pass session, schema, admin password to load()/dump()\n", "proba": 8.317961146531161e-07} {"commit": "a80f72791274ccfcdefad212a4d391e844d8794a", "message": "RBL-4209: support for placement in instances\n", "proba": 1.2833265827794094e-07} {"commit": "4961e1e2880ff72b1d32744f49ce9d2c5ff88027", "message": "update with totals\n", "proba": 2.389828352988843e-07} {"commit": "d5c02f2d4d9f6a83e8287d8e5ea27b105f9087cf", "message": "Add a weighted affine transform adaption so that we can assign weights to\npoint pairs when computing the transform.\n\n\nFormer-commit-id: 9bcb4864d9184a67e97fb75278cf356f55daae7a", "proba": 6.0081099945819005e-05} {"commit": "a1a8967a6b6dee97e754f90faca4c59c7a489d3b", "message": "removes uneeded print statement\n", "proba": 0.00010702422150643542} {"commit": "702670e7e3f6c5f5f02f7557c291ced4e3cb236d", "message": "server: reproduce select() out of range error\n", "proba": 3.985374235071504e-07} {"commit": "6c4013d207afe318ad27733fc6a213ac0d4237d8", "message": "Change 'forgot' to 'forgotten'", "proba": 0.9997192025184631} {"commit": "d3eee6b33d9daca41174ae7c0589ab54d4d68942", "message": "Specific user is passed as an initial host for the seeded program in testGetHostsForProgram.\n\nOtherwise, seedProgram function creates a new host on its own. That extra host is not returned by seedProgram by any way. However, it is returned by getHostsForProgram. Therefore, list of actual hosts has one element which is not included in hosts list.\n\nWhy did this function pass before? seedProgram function used seedUser in order to create a new host. That function seeded an old, DB based, user entity. It was not recognized by the tested function.\n", "proba": 3.4674842481763335e-06} {"commit": "9e4460aa376b4f098461f8a30f4663a2e20e1218", "message": "Fix events tests to improve test stability\n", "proba": 2.7149108063895255e-05} {"commit": "98d6c0b310f75a5aaf4c50c5282b2700b058b238", "message": "platform.type\n", "proba": 5.208185939409304e-06} {"commit": "c66cabf42a5a60dbfd94ad99f43d1ce9413710a2", "message": "Update the regression suite to match new required model schema.\n", "proba": 1.1752647566254382e-07} {"commit": "92c5b2f2490009169efc71705c8796afffc327f7", "message": "remove shape 0 test case in test_variable.py for ideep case, ideep2.0.0 not support shape 0\n", "proba": 0.0017965645529329777} {"commit": "d4dabb7af8ca436c50a53822132d03cbc8b8fb95", "message": "Reverse boolean logic\n", "proba": 0.00039651981205679476} {"commit": "22ca5e0a9b5ef104398bd6416566625921011350", "message": "Fix JenkinsClient return values - unit tests\n", "proba": 2.3031201124013023e-07} {"commit": "75fd72887cc3c2edf5a35d8b2fb7073d81b7a98a", "message": "improved raiseException control, added catch", "proba": 1.835125544857874e-07} {"commit": "f44a8d9ea938de3f84d1842d44f3da00ad06c61f", "message": "added test for #143\n\nManually verified that the test fails with an exception without the patch\n", "proba": 1.7086325954096537e-07} {"commit": "45e56c7045c9f1209a401d811086294e925da303", "message": "use charset in raw body test instead of relying on Django test client (#158)\n\nthis is a bug in the test that was revealed by a recent change in\nDjango: https://github.com/django/django/pull/9686\n\ncloses #158\n", "proba": 9.901250450639054e-07} {"commit": "413ed52b242461165e5ee83b44b7420edd14b058", "message": "using separate lines of import\n\nCo-authored-by: Anca Lita <33648244fe74288c7fb7fbd727037c9a8ec9f3c6@users.noreply.github.com>", "proba": 1.2940962790253252e-07} {"commit": "cda6c224380d44f8e078ab290dc1f638afec1cec", "message": "Removed a dependency from shapes\n\n\nFormer-commit-id: 80d5db7cbe122bc17dff36653c517da5cb3a5d05", "proba": 4.1036542825168e-05} {"commit": "23ee5133975407be3ba8b066e6aec993ad95320f", "message": "Pylint: Add extra line above function declaration\n", "proba": 3.3954174796235748e-06} {"commit": "0a213ee046b60872057eb917d139241abbf5e401", "message": "Change package name for suse pkg tests\n", "proba": 2.533180918362632e-07} {"commit": "3eda426ccf9abe994ef4559f011973c2bf901412", "message": "fix encoding bug\n\nSummary: This bug can be triggered when your computer name contains emoji. getdeps.py will fail to create this file due to Python attempts to write the file as cp1252 (Windows's default encoding)\n\nReviewed By: wez\n\nDifferential Revision: D22171935\n\nfbshipit-source-id: fc3be2d1050c17ddbe05a0fc91d6613865f092ce\n", "proba": 1.8744688077276805e-06} {"commit": "a299af5a109856418cbba7cf4fc2ea4e43ea674c", "message": "added content-lenght header to steam simulator\n", "proba": 1.3255028363801102e-07} {"commit": "6d16ad09cf673372cbd98c0780ae0022cbe245d4", "message": "exception handling for geth process fixture\n", "proba": 1.9207352863759297e-07} {"commit": "ff3caaaa8fd9110c46345da530f35fcfa8e1ac4d", "message": "changed example json in tests to be more generic\n", "proba": 1.4391036984306993e-07} {"commit": "02a3addbb43fee8297574f5c6d0fffd5925baa00", "message": "Fix variable name\n", "proba": 0.9998103976249695} {"commit": "f7913546ae53ac6685dde9da6a7ab119f040ac2d", "message": "Added test to check for Variable warning.\n", "proba": 1.1010160960722715e-07} {"commit": "f744f147e9f6c56efa16562fb85b18a0e812aa19", "message": "Updated test case\n", "proba": 8.103963295980066e-07} {"commit": "53923b344075d2d36433dfbe8e8ea75c43469398", "message": "Fixup\n", "proba": 3.4217864595120773e-06} {"commit": "bbc09dd2f7bc1ef4e1603ebb2427be34ef2a62c5", "message": "Replaced assertEquals by assertEqual as using assertEquals is discouraged\n", "proba": 6.554478204634506e-07} {"commit": "e4df89589274ee852ed610989a7af7f72ad9aeba", "message": "Another test for a function without a return.\n", "proba": 1.1109110573670478e-06} {"commit": "1b1e0524f4357aaa8e097941a3f1ac534cf1d331", "message": "Fixed #10517 -- Corrected cache name for file-based cache tests so that the filename can be valid under Windows. Thanks to Bob Thomas for the report and fix.\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@10071 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 1.5338563343902933e-06} {"commit": "f323e9deb378046fafa260a656f7d3055f1589fb", "message": "Use common pytest fixture in account linking test for generating test signing key.\n", "proba": 1.0395559968401358e-07} {"commit": "3729b8190b96661f6f844208a627ddfda977bb77", "message": "Removed no longer needed tests, updated tests for all_arcs\n", "proba": 1.2919223024709936e-07} {"commit": "448e3515d365a6fa90bf39aea68ee0864f435d76", "message": "Extend doc string for a better comprehensibility\n", "proba": 0.9984867572784424} {"commit": "84c22aa380b3325df282cfa89ba48f5b797f94d0", "message": "review commit addressed", "proba": 1.261479951608635e-07} {"commit": "ffd65ff27ca1508be36b119689fd5b2ca8daa488", "message": "testing the stage in\n", "proba": 3.535988071234897e-07} {"commit": "a832e35d389d9d826d397324a344cee1301dba08", "message": "speed up tests by using original media.\nWe don't care about media processing here.\n", "proba": 1.3422379652183736e-07} {"commit": "be628670f159da58f5939107675c1a5098044df6", "message": "Add success to tests\n", "proba": 1.8672552641874063e-06} {"commit": "b97a3a050c1a51292312d73e0a2f2632b9f4cf12", "message": "Add test for return of validation parameters.\n", "proba": 1.4647400803369237e-07} {"commit": "0dfbee4d802b27eaa33a3cf3d5f4fc7f741855ab", "message": "proxy: Test missing attribute access\n", "proba": 6.606383067264687e-07} {"commit": "2fd9bd942b387e1ddeeab1e381dce59fab3b2e47", "message": "Fix failing tests\n", "proba": 6.911807577125728e-05} {"commit": "42b3203cf9e0a5d61d08b7821947efa24135701b", "message": "Fixing lint\n", "proba": 8.93992648798303e-07} {"commit": "e88416e29024fcc4e72a9f785e2429bc62be52c7", "message": "removed labelseqform\n", "proba": 2.3517193312727613e-06} {"commit": "f39ec04cf53e8582609b771e17d2056e732d0c12", "message": "Update error message.\n", "proba": 1.888300715791047e-07} {"commit": "17a78b4e6c9608ae787cae0239672337e0b2d4d1", "message": "pylint\n", "proba": 2.1026107788202353e-06} {"commit": "aa495d1799cb30f35d3d72c93085a5daa9b893a9", "message": "Enh: remove useless check\n", "proba": 6.093600859458093e-07} {"commit": "db20280f730f7aeb1ebc4b5318605e8df5be7b1d", "message": "Py3 compatibility\n", "proba": 2.371375273924059e-07} {"commit": "4f39075883c5187d0c3c22359854e02654f0fa3c", "message": "Add unit test for calling localectl parser on an empty output\n", "proba": 2.875100335586467e-07} {"commit": "5a8a043b382955047811134a50c3d17b0c994f93", "message": "Update failing test\n", "proba": 7.361256280091766e-07} {"commit": "7436f21e0349fc4729e09b03890f0d905407f312", "message": "tests: Inconclusive Check Task polling\n", "proba": 0.02138851210474968} {"commit": "ed6bdbe77630d3ee59eb52d5e16ab92f2a7da0e5", "message": "Add well-tested dir dumper.\n\nIt has been quite painful due to lots of caveats, but I assume that most\nbugs are gone now.", "proba": 1.0605427291920932e-07} {"commit": "742df8825f65c876d9aebc473562462fd928535b", "message": "Record AverageReturn at 1M and 3M\n\nPiperOrigin-RevId: 348024017\nChange-Id: I52c664f0bd648d63b4c1606b17826db9773eaa97\n", "proba": 2.4330581709364196e-06} {"commit": "4bdac2458597cc013e60862b39388bb60a807b78", "message": "added some documentation\n", "proba": 1.6414107051332394e-07} {"commit": "37552601e1ba0c12ad5266375bb5994f6d34fbf9", "message": "Python 2/3 compatibility changes", "proba": 8.849966093293915e-07} {"commit": "df784dce8a3649a48643dd289fc5f8aa21487f84", "message": "Update CardsAgainstHumanity.py", "proba": 3.083402475567709e-07} {"commit": "686d5f52a31859674aaa5ace01dc78fabac90f4d", "message": "Update CardsAgainstHumanity.py", "proba": 3.083402475567709e-07} {"commit": "49444b601a196022b683900c2a9fee8ecb389904", "message": "Add _calculate_extrapolate back as it is used by plotting and needed elsewhere\n", "proba": 3.7417208886836306e-07} {"commit": "af67d4901e489a095f7d6670564cdc8bd798409b", "message": "remove code used for debugging\n", "proba": 1.620942566660233e-05} {"commit": "a2911d79cbd44120547580511baa57feb241b521", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/7f955a8230ec59bd47f0231967aeb75971f43933.\n\nPiperOrigin-RevId: 471150969\n", "proba": 2.61173397575476e-07} {"commit": "a1b030da6ce290530a94e8a63b6878e612fc830a", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/eaf4cbbb72d7cabe469c56ebb927cbf53af7ce02.\n\nPiperOrigin-RevId: 445031028\n", "proba": 4.929823944621603e-07} {"commit": "9f0b9d9d9994179535cf3a7fa9a65810a6abcd82", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/f0f8aa13649c912c357238406540e667b7191648.\n\nPiperOrigin-RevId: 442668955\n", "proba": 4.1762294245017983e-07} {"commit": "c76281b92b533221eeb21b2b1e14a0e30ed4e046", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/e4b355cf794b4df50a8d8150c7f44fe76c8a12d5.\n\nPiperOrigin-RevId: 451326547\n", "proba": 5.772987492491666e-07} {"commit": "2c5c7d9405e0e9b690af05c00e284089b28d6014", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/a2cf754d51e0db0aeab14285c0377308959bf28d.\n\nPiperOrigin-RevId: 481105622\n", "proba": 3.3925095976883313e-07} {"commit": "bc70f78ef90f1758581dd7f3a8f8b5b2801375a6", "message": "Remove default config settings from the BS\n", "proba": 5.032918011238507e-07} {"commit": "8714fb63e2bb69db0eefbb59b315e9604c6464b9", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/14c951aa3f9b99bba062e3af682a758534aec06b.\n\nPiperOrigin-RevId: 431012371\n", "proba": 5.171962129679741e-07} {"commit": "9d1a9c6f39aa549dcdf560dc5acf139d09d12489", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/83adb6eccb4d76818fd7fca0b6df8bcb721f4e12.\n\nPiperOrigin-RevId: 446784831\n", "proba": 1.2977313872397644e-06} {"commit": "41fc0a24a7fbbbbd8ef896c3ce1e432e10791025", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/a0616887359cc71195d562d2f6eb53abd7080f4a.\n\nPiperOrigin-RevId: 411031639\nChange-Id: If35f6e50276b2ffd0056403b3f6144fc2dd741c4\n", "proba": 2.016734470089432e-06} {"commit": "870bc7782facc37d3a7b812273e564aff00aec78", "message": "Update TFRT dependency to use revision\nhttp://github.com/tensorflow/runtime/commit/cde537051e49a4a5c2816bad58362964237d0343.\n\nPiperOrigin-RevId: 399998107\nChange-Id: Id45af5979cf19add814b2ca74cdc4b8525310bd1\n", "proba": 2.599840627226513e-06} {"commit": "2333cf52cd89970d089efb477975a2207f0e566d", "message": "Improve info for calendar object and calendar home.\n\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@8986 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 8.247303412645124e-06} {"commit": "dea7e363ab139b8931239e84776b4a022427a65c", "message": "minor bug fix", "proba": 4.360660739166633e-07} {"commit": "0758013dea44f86794a65c36055df5ebbd6a2ad1", "message": "Batch delete in delete_entities tool (#173)\n\n", "proba": 1.1812516476084056e-07} {"commit": "6ad699cc3b7b27ab1b84275feab5ac73e71c33f5", "message": "calvinsys: Serialize calvinsys as a dictionary\n", "proba": 9.396203677169979e-05} {"commit": "7e35f67fc6b1ff1f9df344b2d4aaa8ac169d337b", "message": "delete third_party_api file\n", "proba": 1.1096552725575748e-06} {"commit": "d82bc8fc78669b7e009f3b28ab4eb839a8a3f865", "message": "Upgrading setuptools early\n", "proba": 2.0730008998270932e-07} {"commit": "868c47c77b0b539c6807f3e1c6d2abdbd6ec3a26", "message": "Break after tagging.\n", "proba": 1.3083409555747494e-07} {"commit": "52702a6c903ca329fbeb2e0d20b956ba931a2c7c", "message": "added first level topic names\n", "proba": 2.432192331980332e-07} {"commit": "1418bdca62486116dadd09a35d7b7077aace0005", "message": "small updates suggested by matt\n", "proba": 1.1701023794330467e-07} {"commit": "293b6941cf502981d760580fb5bd57b47b204981", "message": "enable registrered users to create_attachments to their user information\n", "proba": 2.0702705683106615e-07} {"commit": "50ff964383507c37e52c55f3815f5d4bd044bfad", "message": "Getting some (surprising) results from data_stream\n", "proba": 4.214269893054734e-07} {"commit": "0ef42ee098b754e75cb29159adb1df9f5061cf7b", "message": "0.4.1 bump\n", "proba": 1.3822171922583948e-06} {"commit": "9420b367e9dd8fb5f6b6c305c42944c61f23a13c", "message": "unit test case coverage for enable_manager is False\n\nChange-Id: Iaac44e94a3e11983061a60af95d0bc4016bafb2b\nCloses-Bug: 1543818\n", "proba": 0.9986109733581543} {"commit": "69c00ac8b423c3b7efe2124a7270bce3e3bcae0b", "message": "Empty descriptor if no credentials are present (RBL-3445)\n", "proba": 1.5694477895067394e-07} {"commit": "8b41033b80dce1f8e28acf63eabc179b7323c3dc", "message": "changes to writing data\n", "proba": 2.0914672859362327e-05} {"commit": "585a2224adcd9b19788064e0310144978196ba3a", "message": "Fixes for error when puppet apply fails\n", "proba": 3.081838428897754e-07} {"commit": "2c0272ee8a36fb45fb27acb5663b16e42227a5d7", "message": "Removed old reference to function.\n", "proba": 1.1076130590481625e-07} {"commit": "048afc94f2dde022f156beb0ea23901b1f0d0b7c", "message": "Fixed unrealizable core finding algorithm\n", "proba": 3.712574141445657e-07} {"commit": "4b7f09774722121aa82b8fd38ae3d31c7164599b", "message": "Remove `-XepOpt:ReturnValueIgnored:ObjectMethods=false`\n\nhttps://github.com/bazelbuild/bazel/issues/14589\n\nRELNOTES[INC]: Error Prone now checks for unused return values of additional methods on `java.lang.Object`, which can be disabled using `--javacopts=-Xep:ReturnValueIgnored:OFF`\n\nPiperOrigin-RevId: 422568615\n", "proba": 2.8820400643780886e-07} {"commit": "2ffc2d993e193ba1757c7f85ba8a6ce312103f23", "message": "Add function to clean geometries from OpenStreetsMap\n", "proba": 2.0498229957865988e-07} {"commit": "dcbbcbae31574f5b34e8e38fce3dff79300d6d1f", "message": "Test parameters without display name and convert to python 2", "proba": 0.00028349252534098923} {"commit": "d1b0e28531426f2c6351f8cada90995b6d1c5874", "message": "Update building_properties.py\n\nfix typo\n", "proba": 9.83957670541713e-06} {"commit": "1e78c7d5782965c5bf93739d99d925db36a2d95e", "message": "print out when `Ta_sup_cs` equals `Ta_re_cs`\n", "proba": 0.9999953508377075} {"commit": "04b6bca95fe348342da3eaabb6d13d27b4a978e7", "message": "dump_scheduled was using old .info attribute\n", "proba": 4.111930422823207e-07} {"commit": "012ccc3a2af04cc4a9dd98ad7944fdc31df3d0a0", "message": "use parse_monitors in mon/configure\n\nThis reuses util.parse_monitors instead of constructing very similar\nfunctionality in mon/configure.\n\nSigned-off-by: Andrew Schoen <1bb641dc23c3a93cce4eee683bcf4b2bea7903a3@redhat.com>\n", "proba": 1.6078571718480816e-07} {"commit": "274428c03d62e54ff3ace4dcb3a986a573dfbfbe", "message": "Fix double bootstrapper due to merge\n", "proba": 2.6391404617243097e-07} {"commit": "a1dbd80f54b36a33bb135551f7aabb44178ef386", "message": "adjust top/bottom margins\n", "proba": 9.8625173450273e-07} {"commit": "53befc640b3bcc132103280c301b56ed825a71f5", "message": "Separated ListConfiguration from the template rendering code.\n", "proba": 1.1132235044897243e-07} {"commit": "f9e5b1d2c1777e017ec6e56acba33bf20e1274d3", "message": "modify referee.py\n\nI can not be sure whether this is correct. However, It is strange that\nthe same line appears twice.\n", "proba": 2.7346106890036026e-07} {"commit": "8bad15756b2a550b1a4c0139b45edfa8cd4ac719", "message": "referee\n", "proba": 3.1762706385052297e-06} {"commit": "4c4e07f97cf020a2b6ebab2f8d4517921962f788", "message": "Remove unused regular expression\n", "proba": 0.000828870921395719} {"commit": "4460eff98292407cef294876e32c86e98863abe3", "message": "Register StylesheetAdmin\n", "proba": 2.9230125164758647e-07} {"commit": "6c00e2fc6d5e9b391684b707a780e033aaa21613", "message": "version 0.3.2\n", "proba": 3.177173539370415e-06} {"commit": "f396c469ca0fda55e026ea4917d04e4cc6ec6ea6", "message": "Add missing STOMP command\n", "proba": 0.0005706207593902946} {"commit": "6bcc4262f7cd6e7768f907bef5fd3ba71046a88b", "message": "Sort possible_lengths when generating union", "proba": 0.9980103373527527} {"commit": "aeb34fe0046522bad68205129b7a5a0f6a56f0ab", "message": "Flush at the end of cythonize().\n", "proba": 1.307608670231275e-07} {"commit": "57cc7cd2d64c043b1ef2911ce7b857de51f1e6c6", "message": "Add --src flag to add c/c++ src files (cythonmagic)\n", "proba": 1.1757894213815234e-07} {"commit": "498000424ef8e2c90935a90c36e9c1a2a88a7741", "message": "make CallNode a NewTempExprNode\n", "proba": 2.48119727075391e-06} {"commit": "aa56a6b108de18138dfcf8722610327024b11dd9", "message": "FIX: do not include tp_print for py39 (GH-3186)\n\nThis is more follow up to https://bugs.python.org/issue37250\r\n\r\nThe action taken is:\r\n - restore tp_print to not break all of the sdists on pypi for py38\r\n - remove tp_print for real in py39\r\n\r\nIn https://github.com/cython/cython/pull/3171 tp_print was initialized\r\nfor PY_VERSION_HEX >= 0x030800b4 however, when trying to use cython\r\nwith cpython master (aka py39) there are compile time exceptions due\r\nto too many initializers:\r\n\r\n error: too many initializers for \u2018PyTypeObject\u2019 {aka \u2018_typeobject\u2019}\r\n\r\nThis fixes that by putting an upper bound on the ifdef of including\r\npt_print at the end of the object.", "proba": 0.9987257122993469} {"commit": "89974e5c2a751926d4e1c9131598b6d1772c8c77", "message": "Debugger: Support output for the 'display' command\n", "proba": 1.5106911632756237e-06} {"commit": "f08a0c8441d017767dd660c3143ee3bf2d83430b", "message": "Now added fixes to cftbx - and a 1,000,000 example test casse (which passes)", "proba": 1.0082969481572945e-07} {"commit": "29694a13cc418f3cbb8626e866e8cd02f5c9f4c4", "message": "Fixed a bug in dir input, minor foramtting\n", "proba": 1.981632209435702e-07} {"commit": "aa9657fc1930698e1e1d184c572ab25e16b98a4b", "message": "1.0.1dev: fixed git module not working with symlink'ed git executable (e.g. OpenSUSE)\n\ncloses #10997.\n\n\ngit-svn-id: 3aa280b99a9b480b02b1e2eda394e64594ad3297@11512 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 9.20369984669378e-06} {"commit": "ecbf3ef196ac0a7880491dc2137f2cf6745ff30f", "message": "Catalog reload\n", "proba": 1.0089623856401886e-06} {"commit": "0c2e1c8aa50c8cb01c1778be8fb5130c56b49b62", "message": "rename file\n", "proba": 3.094209205301013e-06} {"commit": "5d6518939449be27776b211f0d418700585dfc37", "message": "Removing useless command.\n", "proba": 3.895337101766927e-07} {"commit": "02d5775affd41b8f9a76a974fdbee1a2bd609d6f", "message": "Fix port-merge get_chall_msg error\n", "proba": 3.7954896470182575e-06} {"commit": "6a30085ca354748a54fb7730916ba497af565af3", "message": "Updating solution.py\n- Fixing the spacing on acomment\n- Reformatting some spacing\n- Testing IntelliJ with Git\n", "proba": 1.9094265724106663e-07} {"commit": "c7756528b22e38d52499650bb596427c5689e535", "message": "Add more boot report tests.\n", "proba": 1.1980493752616894e-07} {"commit": "a66d5ccf03e65470c869df98f2336b81a935e935", "message": "Fixed spelling error\n\n\r\n\r\n+label: docsite_pr", "proba": 2.21474735440097e-07} {"commit": "70d61fe7e8ca8e618d49e66ab841a1eda6ede1c5", "message": "need to use the variabled results\n", "proba": 7.715758692938834e-05} {"commit": "bd0c22868ed21445840d606a485ee49f2b03275c", "message": "With fileglob should return full paths as in 1.1\n", "proba": 3.6252763493394013e-06} {"commit": "85b6bdc5a3ac6953da8cc1651b3d638b8d67395b", "message": "accept explicit clearing of pipefail\n\nSigned-off-by: Todd Lewis <6dd99d4bec5d5f9680109e02da18a34a04e952df@unc.edu>\n", "proba": 1.3724364578138193e-07} {"commit": "f24b55fe22ec118be8661ebe84c86d3431d6e833", "message": "Fix socket leak in the exporter\n\nAlso fix some pylint warings.\n\nChange-Id: I661a6c86af60788c2dbe4c3db4d698bb8d52dcb2\nReviewed-by: Dave Reeve <6a84ee3ae0690d4584b99406fb3076392171f50e@morganstanley.com>\n", "proba": 1.40902713496871e-07} {"commit": "4284a8a5a6b003aaefa2a4a1765693bc8943615e", "message": "change test names to match the pattern used in other test files", "proba": 2.4013107235987263e-07} {"commit": "db2cf1112cf5d9d9cf79695c4cc3dc24339319b1", "message": "[db]: Added getcreate_spec tests\n", "proba": 2.420283067294804e-07} {"commit": "394046626b731a05305f9703b8e7be50a5eb8762", "message": "Versioning info added to L2 solver (with krls)\n", "proba": 1.0831920604914558e-07} {"commit": "2dc64fdde57e9132992795e804713f88ca659c1f", "message": "Some small fix\n", "proba": 3.201477056791191e-07} {"commit": "93e33883590c76e221a85dfd9450564739eb8df8", "message": "Reset `cout_write_cursor` at each call of `started_event`\n", "proba": 1.2473768151721742e-07} {"commit": "9e0a963f1018b33a1d420cdaca5a39d544fd9f69", "message": "Add missing update_products_discounted_prices in pupulatedb command (#9429)\n\n", "proba": 1.22772419786088e-07} {"commit": "08145bc2ecd5610734068e93cd60b8b0646497b4", "message": "Add doc for ssl_chain (#32952)\n\nFollow-up to the addition in #32941.", "proba": 1.0099348912717687e-07} {"commit": "12c9fbc12f0aa55e1db6936bbd192b165983fa8f", "message": "whitespace\n", "proba": 0.9998207688331604} {"commit": "2b696d35332599deb2fa3945f1a5538dee9c58ed", "message": "Path fix\n", "proba": 4.560455124646978e-07} {"commit": "21607676480337502cabfa1d7c6073eada59dbcc", "message": "Fixes an issue where un-enrolling a device would not send an email to a user that was assigned that device. This was because send_user_email function requires that the device passed to the send_return_thanks action have a due_date.\n\nPiperOrigin-RevId: 217325342\n", "proba": 4.589716263581067e-05} {"commit": "64736a7b19b03733edd060811240c67bd44fa062", "message": "Adds simple test with many (>2) GT boxes for RPN target\n", "proba": 1.3000288845432806e-07} {"commit": "b38e5e6db08eb63d72b5c4c97b669ed90be1e404", "message": "Add a 'export_dependency' helper method in the Exporter to ease the export of dependencies\n", "proba": 1.9780516140599502e-06} {"commit": "b7b91b641f6d9cf15343cacaafc75bf2c23dad13", "message": "QLearning functions defined with a simple example of (proposed) execution\n", "proba": 2.781632417736546e-07} {"commit": "e9d0aaac7a0df7d1b7c9975816c5151f665c4cd2", "message": "For oneoff decode (with DecodeProgram or ExperimentalDecodeProgram), always unset p.trigger_offset, p.trigger_interval so that all the decoders will run.\np.trigger_offset, p.trigger_interval are only used for training with decoding case.\n\nPiperOrigin-RevId: 473040059\n", "proba": 3.279383236076683e-07} {"commit": "aa3a29a82bd34f601cc77b98903b1ab628e4ffd3", "message": "Start with every pixel in first image and hit every trajectory from that pixel to get list of top startingPixel+trajectory combos\n", "proba": 1.544851926382762e-07} {"commit": "b5fe5e353ab951c829c91eaa794df173e77c8146", "message": "debug\n", "proba": 1.5664004422433209e-06} {"commit": "00db236ba424519b8d830c526c987cc7c09aac04", "message": "Pyauto: set environment variable so passwords can be imported on Mac. BUG=52124,49378\n\nFull passwords testing on Mac is still blocked by keychain popups. However, this fix removes one barrier to testing password import on Mac.\n\nReview URL: http://codereview.chromium.org/3260003\n\ngit-svn-id: dd90618784b6a4b323ea0c23a071cb1c9e6f2ac7@58013 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 2.051097226285492e-06} {"commit": "a90b3a3eebf25d135238edcda7be374c5b0cf5b9", "message": "Update ipc_lista1.8.py", "proba": 4.380250402391539e-07} {"commit": "0948c1061c3c872176dc1348e104c00ec70cf532", "message": "Added on test case:testOmniboxSearchHistory to omnibox.py\n\nBUG=NONE\nTEST=NONE\n\nReview URL: http://codereview.chromium.org/7040007\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@86385 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 3.46824435837334e-07} {"commit": "43b50d2da8a1d950521ffbb87e3e8206965c33bc", "message": "Expose CloudStackApiException (#114)\n\nExpose CloudStackApiException\r\n", "proba": 3.08039858509801e-07} {"commit": "2b1b0631917500266fe205ef09a5ab52ba3579b9", "message": "Update test_osx-gui_wallet.py\n", "proba": 1.9241174413764384e-06} {"commit": "6771378dd8632a7cb7ddee67dc2c683cd241861e", "message": "Fix Python >= 3.8 SyntaxWarning\n\n SyntaxWarning: \"is not\" with a literal. Did you mean \"!=\"\n\nSigned-off-by: Joel Stanley <4816dabf8db1bc6cac35b3a24cab2ff844b5b0c7@jms.id.au>\n", "proba": 2.8236390789970756e-05} {"commit": "e5f6ed69e0031900f97da185b5363ebd3dd60c0c", "message": "Disable backup progress notifications for unit tests\n\nWe have code somewhere which is firing backup createprogress\nnotifications into the notifier, which causes random unit\ntest failures.\n\nUntil we determine exactly why this happening, attempt to\navoid this problem in the gate by disabling these notifications.\n\nRelated-Bug: #1412513\n\nChange-Id: I50b7946562e757ee26cb68b17b4a5ffcd5f3fabd\n", "proba": 2.301361928402912e-05} {"commit": "b3ff7dfd7b19aebb6a96dcb4a092137959de39c4", "message": "fixed a typo\n", "proba": 0.00018467202608007938} {"commit": "599b0e09ee25c4a2cb3f216d56f53f0f3ad677d1", "message": "Fix test_value for classifier networks.\n", "proba": 5.178248102311045e-06} {"commit": "86abbd6ee8ad36c904f6ae94659a5874acfc26d7", "message": "more stupid bugs\n", "proba": 8.759666343394201e-07} {"commit": "58e9e0e35d39f144db1b714c921fe20e90890703", "message": "Fix bug in using a per-user instead of per-machine registry\nin the win32 platform.\n", "proba": 1.0830536467665297e-07} {"commit": "41736df1312614966447b8d4ae35d73d7377af9d", "message": "Remove python2.7-specific 'compress_type'\n", "proba": 0.9976373910903931} {"commit": "5b5ae883b013b9fbc63d6241f5d04f8f40b02149", "message": "Works even if national_prefix is empty.\n", "proba": 1.7410251018645795e-07} {"commit": "bccd34470b3bd20b7e38fe660428212dc4b9b7f3", "message": "fix a bug\n", "proba": 1.6163130567292683e-05} {"commit": "48b645a61da3dcbddfd66cfcecc7e5b627fb1504", "message": "Fix garbled in VimScript extensions [Win10] (#579)\n\n* Fix garbled in VimScript extensions\r\n* Use lfEval('&encoding')", "proba": 2.0049203897087864e-07} {"commit": "eef6b11d8028f1c9c540546e11e7e3f3063e4034", "message": "Cleanup on processing servers. Set statusDB flag when running on NAS\n", "proba": 2.928956064351951e-07} {"commit": "80af226875680e1e2662281f9084b1952adb4d8b", "message": "MAINT: special: make `generate_ufuncs.py` work in python 3\n", "proba": 5.0978551371372305e-06} {"commit": "4b58c9d7ab717a365729fc2bc517e7bd7795519f", "message": "debugging parsing shifts\n", "proba": 7.587398158648284e-07} {"commit": "08dfcb8febfbb844b0ff6ff62f211ca913140f61", "message": "PEP-8-ify\n", "proba": 0.0006450213259086013} {"commit": "0a0f9cfa2251b923acb3596e2ef19400f2745e00", "message": "Fix a possible source of blank contributors\n", "proba": 0.9999994039535522} {"commit": "fd04968f326536fe4d4f55bd6cdd1d888b085fa3", "message": "federation_client script: Support for posting content\n", "proba": 1.5840123523958027e-07} {"commit": "e1c59cdc0581f445771f8e33c427dd557c13e9e2", "message": "Basic formatting improvements\n", "proba": 6.474750193774526e-07} {"commit": "e2f6932b286e22f0f676afed2e997d131fbd67cf", "message": "Make LogAndRemoveFiles() not crash if the directory doesn't exist\n\nTBR=cmp@chromium.org\nBUG=\nTEST=\n\nReview URL: http://codereview.chromium.org/9033004\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@115733 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 7.660010851395782e-06} {"commit": "a7baf811ca818cf55172b044b0ab7e3585e9ddd4", "message": "fix bug in last commit\n", "proba": 2.081940237985691e-07} {"commit": "f8c672f6c62ff5f7e827adbd7b88a2a14dee208d", "message": "Optimize toolchain selection slightly.\n\ngcc-config and binutils-config should really only be run when a new toolchain\nis installed, so let's optimize cros_setup_toolchains to do that.\n\nThis CL reduces the time required to run cros_setup_toolchains from 0.39s\nto 0.23s. This optimization is intended to allow us to run\ncros_setup_toolchains more often to ensure the chroot is up to date.\n\nCL:37326 implemented a similar optimization, but with a bug: We forgot\nto update the configuration when crossdev installed everything. This CL\nreintroduces the same optimization, but correctly.\n\nBUG=none\nTEST=Verify SDK builder still selects gold with this CL.\n\nChange-Id: Icd79238370baf9eaff86bdae0ad96363be66086c\nReviewed-on: https://gerrit.chromium.org/gerrit/37462\nCommit-Ready: David James \nReviewed-by: David James \nTested-by: David James \n", "proba": 4.221722065267386e-06} {"commit": "20d6ea2d20b3875dcca9b78e065a4e95796f92a4", "message": "cros_setup_toolchains: speed up the package stable detection routine\n\nEvaluate all packages of a single target in one pass using the\nmass_best_visible portageq action.\n\nBUG=none\nTEST=run it\n\nChange-Id: I35e34cf3d587527f034c7e71aebebedfc23e080b\nReviewed-on: https://gerrit.chromium.org/gerrit/20113\nTested-by: Zdenek Behan <483cf2a9a4e071d4fd973db6a5a78c40f490667c@chromium.org>\nReviewed-by: David James \nCommit-Ready: Zdenek Behan <483cf2a9a4e071d4fd973db6a5a78c40f490667c@chromium.org>\n", "proba": 0.005985474679619074} {"commit": "169a3c3d70bc441cf73cce0764273e94c9a25e60", "message": "[osm] drop postcode as well for address-only format\n", "proba": 1.8822201752755063e-07} {"commit": "da2ea1351d9c950636ec242b0270aa89ad92e99e", "message": "[Fix] close #522, close #524\n", "proba": 5.840759058628464e-06} {"commit": "1083f04045b508e34d8db4b28428824f28089b01", "message": "Correction encoding export geojson\n", "proba": 9.497234714217484e-07} {"commit": "e6b05a9974d56b03c946ae093a21df6a53de3498", "message": "[FIX] base_external_referentials fix bug due to last commit\n", "proba": 1.9615195867572766e-07} {"commit": "699bb11989474cac96887315b8a88580c70bec83", "message": "[Price Feed] Make sure print_stats doesn't fail if yahoo goes down\n", "proba": 1.5515138329647016e-06} {"commit": "1c5ead1c4f825c29a9e2b298b6b4b1aa9af37e72", "message": "[IMP] base_external_referentials : add the decorator @override\n", "proba": 1.805458538228777e-07} {"commit": "bb793ba06439d2ec8923158ff745450756fef315", "message": "Fix Monkey-patching by reordering the imports\n", "proba": 4.6143486542860046e-07} {"commit": "581d4a6d5642c933b4a8589fd4b06dca62605b78", "message": "Do not mark `_parse_branch_line` as `@staticmethod`\n", "proba": 3.1103996889214613e-07} {"commit": "cf252d2483c0c8adde47ec58b0a5c50688c74dab", "message": "Updates update_copyright_year.py for next year\n", "proba": 1.0268996675222297e-06} {"commit": "07921bb01993a5e4e61584cd2dc8cf99d91c1018", "message": "feat: set variables to none\n\nBecause variable defaults are already set via cli\n", "proba": 1.645397674110427e-06} {"commit": "adc891ab9b29cb753fba764f724817856ff6bcb7", "message": "Added warning that timeout length is sticky\n", "proba": 7.25995562333992e-07} {"commit": "62a28716d872f1eaeecffd3a0c868943dec32814", "message": "Fix import line for setup.py\n\nBuild fails in case python-setuptools is not installed.\n\nChange-Id: I1611f3560db82a4a48c51a9f614a813a9a540698\nSigned-off-by: Peter Ginchev <59cda68640dead891ee1c8029a16f806e7ac2376@cisco.com>\n", "proba": 1.3202544835166918e-07} {"commit": "7630bd08057f1dee46a381ac65716eb02e7a901b", "message": "added deepcopy for level and attribute to make model valid\n", "proba": 1.5095879746240826e-07} {"commit": "86530bdabf8a9fdd209cac2c9d915465493d24ed", "message": "Fill in a bunch of view work\n", "proba": 2.893347641474975e-07} {"commit": "d9c037282b364561b8b4a52f040fcc97d8abc06c", "message": "Edits to parallel processing\n", "proba": 2.2338960548040632e-07} {"commit": "a96c8a3f60bbb36ea0fbeba7f91934e1a4e3ea9f", "message": "import script for Fylde (closes #1479)\n", "proba": 1.0702417796437658e-07} {"commit": "79622df6fc76d8bcd9e878fa857ad356fcb3b6cd", "message": "expire the hit and send an email\n", "proba": 4.4089335915487027e-07} {"commit": "209ad4c23bd56cb698ff816419848d31b718dbfe", "message": "structures: Improve creaturecache structure\n", "proba": 1.3454384770739125e-06} {"commit": "8c31eed542a91627a07e812295a26a0443985dba", "message": "Refactor utility tests\n", "proba": 4.79625157367991e-07} {"commit": "1c48661823f719af2d146c6223324acde01d41d2", "message": "Printer: Update documentation\n", "proba": 4.0543548607274715e-07} {"commit": "cfe3996358810fa878692b04c2e477cc66596891", "message": "added test to ensure alembic and models are synchronized\n", "proba": 1.1583323811237278e-07} {"commit": "db6715d04106ba5ae8411d5c0de21cdb05c14bbe", "message": "QuDev_transmon: calc_flux_amplitude_bias_ratio finds voltage close to bias\nand added positive ratio consistency check\n", "proba": 2.1094183466630057e-07} {"commit": "0bab6782cedb305a1ecc58b2e1a24ad6e5fa34bc", "message": "fix double article\n", "proba": 0.011067268438637257} {"commit": "ad902573ea06f688f39e11d9ebe06fc397d03c83", "message": "only read stdin when no args on commandline\n", "proba": 8.572136493967264e-07} {"commit": "f92c676376ae7f367c8397038925e4a7fd34ad4a", "message": "Implemented Money.supported_currencies\n", "proba": 6.281665719143348e-06} {"commit": "4d19afcf74fe6b33082a7dc8d045263e127f91ee", "message": "prefer True to 1\n", "proba": 0.999997615814209} {"commit": "9849d09783a97ae22fdb7a094dcee9d8e11854ba", "message": "Trying to upload user photos just to media\n", "proba": 1.2129555670981063e-07} {"commit": "9e8727b528eaf29b95aa8b8f80e9f19c8358cff5", "message": "Minor tweaks to node controller tests\n", "proba": 1.607220951882482e-07} {"commit": "65b2dbcb81db98a11bf5bad212dfd8b2a640731b", "message": "print exception\n", "proba": 0.0005818542558699846} {"commit": "3840a07506e44c34c842a03209856d35c5b72702", "message": "Cleanup\n", "proba": 1.4090286413193098e-06} {"commit": "59a21977a8011f7ba9060d1c9e01ebef224f12b8", "message": "We are now returning a 401 if we get an exception validating the token so we can request a new token.\n", "proba": 1.0657073801212391e-07} {"commit": "1ec27b7fb4c097181bcac28a62f35218c16678e4", "message": "RBL-7236: don't inline systems in zones/ api\n", "proba": 1.302436345440583e-07} {"commit": "70a5b9b800e1944a24ff50f11df8fc4820cec389", "message": "Basic project permission handling, matches what was done in restlib\n", "proba": 1.4754610333511664e-07} {"commit": "85eaa0be25014f56eb29722f18c065ab09414999", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "89d06b04191a7242e224d96c257ed477cc099c0a", "message": "Altered reset pass link.\n", "proba": 1.2665489634855476e-07} {"commit": "f9465811325d28cb7d779bd77fed0c49bd34c7ec", "message": "change view to use new orm\n", "proba": 1.8569629389730835e-07} {"commit": "89a41109a0931d282912e6995c911c5c0a629dae", "message": "not is not\n", "proba": 0.9999823570251465} {"commit": "e82d26b1b54e45061966c29be666da8dd7cd6577", "message": "test_table_manager: Add unit tests for L2VPN Flow Spec\n\nSigned-off-by: Satoshi Fujimoto \nSigned-off-by: FUJITA Tomonori <93dac1fe9c4b2a3957982200319981492ad4976e@lab.ntt.co.jp>\n", "proba": 1.2883113242878608e-07} {"commit": "c3ff70abd97a88b3b0643c4a8ef3ea3dcb3a4021", "message": "PAHMA-912: oops, repair objinfo webapp, broken in this effort.\n", "proba": 1.0075068246351293e-07} {"commit": "4f5ce8b4c8c8579176b736f9d717309068ac93ce", "message": "fixy filename\n\n", "proba": 9.721240985527402e-07} {"commit": "1b1ba5ffdc8b8ec7f7e9c434d29ce296b96ff8a0", "message": "Fixed #157\n\nChange documentation to match twilio.com\n", "proba": 1.1799860999417433e-07} {"commit": "ee6c07809a7cb789299dfcb3e18faccda1d3b109", "message": "logging\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@1222 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 6.70605572850036e-07} {"commit": "c27d0c801dca6764f2a11fd7943d125c295f5418", "message": "coverage support\n", "proba": 3.3146903888336965e-07} {"commit": "bb2ae03bdd1c7a5d77b7e9a296bd1f5222e25a47", "message": "Try vendoring current master of ghp-import\n", "proba": 1.2021352802094043e-07} {"commit": "cdf88c55d785bbe4543112b8ce914484bf2c2f22", "message": "Fixed broken import error when adding contributors for real this time\n", "proba": 1.2596659360042395e-07} {"commit": "b5f8f706914f04e955b646c19144f2d11c7ce570", "message": "Update middleware settings for Django 2.2\n", "proba": 3.1815531542633835e-07} {"commit": "d877c6ba2069ae67ddf126b5f1c7dcfd6149a86f", "message": "import/export tags\n", "proba": 1.06853406123264e-06} {"commit": "9ac0a570213dfc47d661ec2c351dcddb2566aa39", "message": "remove footstep plotter subscriptions to extra footstep channels\n\nwe only want to draw plotter information for the main footstep channel\n", "proba": 1.0928584970315569e-07} {"commit": "78357379210a2c534bf9b94b0b2d2669041be0b3", "message": "docstrings\n", "proba": 1.7234823417311418e-06} {"commit": "2a8dd2ff69bd0ee6dd7b2453747caa530d4131f8", "message": "Don't try to download zip version when docset doesn't exist\n", "proba": 1.6702112759503507e-07} {"commit": "25e0d51c6f7d6f2c4ffa5db02719b1afbd2675b7", "message": "WIP: test case update suitable alert levels\n", "proba": 1.3740080362367735e-07} {"commit": "05dc0557cc6ca74bbdfbeeb15e04fc414ee8db82", "message": "Clean up names\n", "proba": 0.999997615814209} {"commit": "4e80a76fa60a2a71bc8d440d57d4b3dac079df3e", "message": "Fix regexes\n", "proba": 0.9999566078186035} {"commit": "04de60e98f518af7d30124c09356cb624aa8c216", "message": "Remove a stray tw.jquery import\n", "proba": 5.864631589247438e-07} {"commit": "54da9b1f1059b801fd2fb5eb059eb95bfb1bdf14", "message": "Try to add more auto-translate rules\n", "proba": 3.197620230821485e-07} {"commit": "cc2e0fe7f90e93bb63602dfd92faf6f890ee72ae", "message": "Supplier data: Fixed UnicodeEncodeError\n", "proba": 1.2362627330730902e-06} {"commit": "915405014b23747a8cf37c0ca8e464b2ca488c66", "message": "Fixing find and replace bug\n", "proba": 4.0417310742668633e-07} {"commit": "56f542852fb43e26f183fcf5deed4c08d5c9c5ee", "message": "Improve regex\n", "proba": 0.9735217094421387} {"commit": "ae78eb0bbe01edd97cd25f13adcce0bf38278ff3", "message": "a-o-i: Support for unattended upgrades\n\nAdds the ability to perform upgrades without any user input through:\n\natomic-openshift-installer --unattended upgrade --next-major\nor\natomic-openshift-installer --unattended upgrade --latest-minor\n", "proba": 0.00013320287689566612} {"commit": "79b1fdf8a351478ab52572905d16d97b3d617343", "message": "The message yielded now contains more information", "proba": 3.5690067079485743e-07} {"commit": "23674ef59589b884d399c5c0c57f30f2baf5b89e", "message": "Print a system summary after adding each.\n", "proba": 1.2251315638422966e-05} {"commit": "1e706a890371957d6cfcaa421f5f2c4c189301db", "message": "Add space after comma\n", "proba": 0.9999974966049194} {"commit": "e5cc5e452ade0bdc5cfb440a7dec287233e755b1", "message": "Allow experiment module not to define contrasts\n", "proba": 1.4460473494182224e-06} {"commit": "debf602781c7ad43c19ea770a6e5a7d19a4a1bfd", "message": "[IMP] mrp_production_real_costs: calculo de precio coste de producto.\n", "proba": 2.2823243739367172e-07} {"commit": "aa6d10a678c4d7fe58924e8ebfdb69ea111a54bf", "message": "Whitespace adjustments.\n", "proba": 2.01197678961762e-07} {"commit": "6ef5a1a91e78c877a099b8c55df2f3f4d84686bb", "message": "TST: Update to new databroker API.\n", "proba": 1.092418742132395e-07} {"commit": "d07774e37356b5e07b121a57375ef3e0955bda88", "message": "Remove duplicate code part 2\n\nSquashed `identify_appositive_structures` and\n`identify_predicative_structures` in `identify_some_structures`.\n", "proba": 1.3357281147818867e-07} {"commit": "1717ae98e9765c75108dc67e5437cf75f1081026", "message": "setup: ok now it really works\n", "proba": 2.2042432590296812e-07} {"commit": "6f749dbf0a4e1539752cda86c0ba10248005306b", "message": "Remove unused file runtests.py\n", "proba": 9.280699941882631e-07} {"commit": "46e1d8736867d89801e1f9cea17cd36099f610a7", "message": "MAINT: runtests: make it work on Fedora\n", "proba": 6.029171117916121e-07} {"commit": "6e1d03efeb76a0ce21a8cfa79e2fd4e665781e52", "message": "Temporarly limit notifications max amount to 1000\n", "proba": 2.130911553877013e-07} {"commit": "24f5c69d21a7c0ef772c5c979eacd23b1afd6fc7", "message": "fail tests when they fail\n", "proba": 5.9680573031073436e-05} {"commit": "ec351d64eed7985da970ba4979cd9c2342f29ad1", "message": "added sys.path to DoIt! sources\n", "proba": 1.0178641787206288e-06} {"commit": "fee5619d8fd56d0472f8d9db5d19c0581dcb1b00", "message": "Pass other command line arguments to test command\n", "proba": 5.762739760939439e-07} {"commit": "981c00ac0a2fac57da23e796503dff6ca738d022", "message": "fix docker-compose file not found: remove unneeded explicit reference\n", "proba": 1.2376737004160532e-06} {"commit": "2b1c04d96c50a06e6ea1f1b5f1a6575812a54361", "message": "test runner: safer shutdown even if threads were kept alive by failing tests\n", "proba": 4.1665711592031585e-07} {"commit": "1569835ebf87b3123abe505b756853810ebc638b", "message": "added break condition for arm centering\n", "proba": 1.3401530907231063e-07} {"commit": "f45ed025f7035d5a44e4dd50251bd4992484ccab", "message": "Chmod +x on runtests.py / remove the --with-specplugin unknown argument\n", "proba": 2.1830761909313878e-07} {"commit": "ad6493a42068fa90011d6702564d0a7d250ff96b", "message": "Run C++11 on clang toolchain as well.\n", "proba": 1.1874185901206147e-07} {"commit": "4f3adf5b9e541c094ceb84a7151119cfaac3d28a", "message": ":arrow_up: Algorithmic Bias Model speedup\n", "proba": 2.181094032494002e-06} {"commit": "e4f1dd6dacd221fec502d22971c2433e530c8af1", "message": "reinstate 'sfa' and 'geni_api' keys in GetVersion for the registry\n", "proba": 2.037600665971695e-07} {"commit": "bd3725a02e1cd0f6e90f028f83136d3af145b601", "message": "Ongoing refactoring\n\ngit-svn-id: cc7cd32c084694341881be8b30a4bf31873fc03d@244 e4a6332b-da94-4e19-b8c2-16eed22ecab5\n", "proba": 9.374064120493131e-07} {"commit": "30b865d11f2ea19f40afde3774a1b2a55253d5d0", "message": "test HTTP more precise (message, status code, url)\n", "proba": 8.697401767676638e-07} {"commit": "3bb19b27b03ff43d725316c94a91149adcda7e6d", "message": "helpful message for schema.check\n", "proba": 1.624754162321551e-07} {"commit": "6297204a16261ab9f328f8fe552c0dd2ea5ab822", "message": "Add Courant number calculation and mesh info output.\n", "proba": 1.3094806661229086e-07} {"commit": "ba98b296e1f3a33292bc288fc1ed315f9b5fef8f", "message": "handle one remaining missing cap_sys_chroot=ep case\n", "proba": 2.81172469840385e-06} {"commit": "d6c58208f2c86318982ed60df2573367b7049cbc", "message": "BUG: Fix list + tuple bug\n", "proba": 2.1421415112854447e-06} {"commit": "96a093217f584eb74edb60bc16606fef9e6a4882", "message": "bring back the helpful message\n", "proba": 1.336181725264396e-07} {"commit": "1404298bd3965b0b0a31a89c9e2520ad96a91423", "message": "ENH add debugging info (#392)\n\n* ENH add debugging info\r\n\r\n* Update webapp.py", "proba": 1.7813216857121006e-07} {"commit": "eb88854bc04c3040a7a8033830b58c0c30dc36ff", "message": "added verbose output and file check\n", "proba": 3.0929209060559515e-07} {"commit": "02056ebefc2b4ab692891b6cb0aff185f904f634", "message": "Add method to update domains/uris\n", "proba": 2.9728795425398857e-07} {"commit": "bf4665486b659778517ff323511f9d93919db946", "message": "Chmod everything on OSX, to be certain\n", "proba": 1.2704769858373766e-07} {"commit": "40b63bde555084dd466b5cda64c62f62015e57e6", "message": "debugger: prevent auto loading of gdb\n\nLibraries start using embedded gdb scripts of varying robustness\ncausing unwanted side effects on debugging, so better avoid them.\nThis choice can be overridden by the user in the startup script.\n\nChange-Id: I90ba4d733e4fdd7d2d4085eefb159f7c5e68326a\nReviewed-by: hjk <6fac1c92f5b9c7890a04d7f8a9d8912d16355eac@ovi.com>\n", "proba": 3.726624981936766e-07} {"commit": "d45bd5d3cd97beaa94dba664f4f8e6fd1317fe99", "message": "Add Awesomium compile option\n", "proba": 3.019006840077054e-07} {"commit": "48d7300a3dd6101c0489c5e57722d51117eace3a", "message": "Simplify session support\n", "proba": 1.0941512300632894e-06} {"commit": "bdb74b1e30bfdad52635f0fe20d940451f38d1b7", "message": "makepanda: add code to build an Android package with --installer\n", "proba": 1.463966299297681e-07} {"commit": "19ef3ffeea51f7276b9cd0950a0b5451091885c3", "message": "#15: we no longer reset your email preferences on prereg edit\n", "proba": 1.3522029007617675e-07} {"commit": "0483a453b52ee95376babad5e96acb0960719b29", "message": "Revert \"[WIP] Add SendNotificationFormTest #19\"\n\nThis reverts commit 0943666ae678b0878d00385f6b5c3193de86adfa.\n", "proba": 1.062932355466728e-07} {"commit": "741ff454ed951603145a00c85c52252c55c7f48f", "message": "We need to link tools that use interrogatedb with pystub again\n", "proba": 1.2524714065875742e-07} {"commit": "459ad97031fa11d04c95746a97b7e049c33d6d2e", "message": "Remove unused method within filter_scheduler test\n\n_fake_empty_call_zone_method is never used by method\ntest_run_instance_no_hosts within FilterSchedulerTestCase.\nSo remove it.\n\nChange-Id: If8c952fbae36a7417d43ca69f19f513812667e71\n", "proba": 8.590488505433314e-06} {"commit": "99aa598de00e7c1d748fa6f20dc85d031ea1622c", "message": "makepanda: don't try to link static libs into static library\n", "proba": 3.9812942986827693e-07} {"commit": "46e78352acd2123ab4c734137b38c926992afe56", "message": "VMware: Remove unused variable in test_configdrive\n\nTrivialFix\n\nChange-Id: I3b4c55f22e515d9a66311e4c608febf617babc5a\n", "proba": 1.2742073067784077e-06} {"commit": "e098f2b4a8735ac4472435466c12f19f37ab3435", "message": "Add an exception for when unrecognized hash length is used\n", "proba": 1.7011709587677615e-06} {"commit": "c91e009076fe3a534d39faa140dd47aa88217a7b", "message": "looks like we have a wild print\n", "proba": 1.5831726329906814e-07} {"commit": "3ece45d1e51a61a414546a34ea5d60bd12ba5369", "message": "Stupid typo\n", "proba": 2.2410611563827842e-05} {"commit": "8adbfaa2c7f86a14aaf2fd46e92ea0f080ffcd3d", "message": "begin attempting to memoize stdout from functions\n", "proba": 7.405801056847849e-07} {"commit": "80a7b9a1aeadd25f0447412bb19ae6428521d862", "message": "[ACS] Test for the existence of the private key file. (#2779)\n\n", "proba": 1.1616101858180627e-07} {"commit": "e66fc02c642fc7c11bd3a4bc6aa3e46e42efb435", "message": "Export only genomes with RNA families\n", "proba": 1.5111696427538845e-07} {"commit": "ed90bc5cf783dbeba1f408bbb415c0e762277a2a", "message": "DOC: indent pb\n", "proba": 1.2859038179158233e-05} {"commit": "2bc6e5dc43e2f76b2c5475cae820c35a38c4015a", "message": "recursive ensure folder exists\n", "proba": 5.963420335319825e-07} {"commit": "a53e7ce10b96f80d2255e026ff204b3f553236a0", "message": "making N at kwarg and setting default value to 60\n", "proba": 2.1955743534363137e-07} {"commit": "93dee12eabdd811f80c35c0b35b4a2705383bf67", "message": "fix 'ANEA has no data'\n", "proba": 0.9983229041099548} {"commit": "3026f1751a3bb374960af98d2b19560e6fee67f9", "message": "check if a number is integer", "proba": 0.9999992847442627} {"commit": "2b5f0ba22ac4001b6adcdf5429e18065c9bcc95d", "message": "controllers.tracking: use and_() instead of multiple filters\n", "proba": 1.9986802726634778e-05} {"commit": "8e4ed43aa8d08451f180c98f4d96dd632782d58e", "message": "Refs #10194: Implemented a fix for the `IntegrityError` when importing tickets with the TicketImportPlugin and not defining a changetime in the dataset (or in some cases of using the same changetime for multiple tickets).\n\nThe `ticket id`, `time` and `field` columns must be unique in the `ticket_change` table. Importing a set of tickets that are all assigned a changetime of \"now\" will result in an `IntegrityError` whenever two or more ticket share a relation with a single other ticket.\n\nThis feels like more of a workaround than a solution, but it will hopefully do for now.", "proba": 1.3657501085617696e-07} {"commit": "c24503194226af40cbd5284acf4d29a531b8b575", "message": "ENH: Add LpNorm\n", "proba": 1.5369753327831859e-06} {"commit": "78484fd3c3dc236343cd66f659edff56a3e97b3d", "message": "Exclude archiving from tests (for now)\n", "proba": 1.1319507819962382e-07} {"commit": "340c8c61e4b97e58567a25327cc4c4395207ded2", "message": "fixed errors from copying manually off webpage\n", "proba": 2.5506761858196114e-07} {"commit": "428cb151808dbb843b317c48ea6d8bccdcba5bf6", "message": "I'm a derp\n", "proba": 0.0003690314188133925} {"commit": "1f67c42bf7d1cd68b82eafae132e03d807230a9c", "message": "Fixed typo\n", "proba": 1.2940510032422026e-06} {"commit": "ffffe1e435f42b2ba13c929450a72beb4a7c33ff", "message": "o Changed some variable names to better fit to the rest of the code\n", "proba": 1.3715323632368381e-07} {"commit": "5003b1e2bfafc737a6b07b472c87a0448c3488e2", "message": "Mux: use collect-tagged routing\n", "proba": 3.554590648491285e-07} {"commit": "02a78452d747648b97acc074d82287dd039b6971", "message": "Record the log output of tor by creating a temporary logfile and reading from it.\n", "proba": 1.1278937250835952e-07} {"commit": "0a0d84a9720b1f135e484e1685b157be104602b5", "message": "pep8 fixes in test_simulation\n", "proba": 1.3882144855870138e-07} {"commit": "0eee1ac8a78465724a1d559ab79585e9510910c8", "message": "Fix a buglet with premature exit on unknown icmpext\n", "proba": 4.129773151362315e-05} {"commit": "59017fb7a3b6f59157aaf030ca2fbbf0e6c3a33e", "message": "\n\nupdated Alsciende url", "proba": 1.6144672088103107e-07} {"commit": "80f5801b315f24d66275c806de68c6e4e67d823b", "message": "Add missing paren.\n", "proba": 7.003820064710453e-05} {"commit": "11550fe72bd755bc51685fcff8540853e2ba1df0", "message": "20151009.1734\n", "proba": 6.543355084431823e-07} {"commit": "af290ce6a9f24e30e97d5b6779c4b246d307b007", "message": "feat: Adds a new flag for discussions LTI configuration for admin only config\n\nSome providers need special considerations when being set up so should only be\nconfigured by people with global staff privileges. This adds an\nadmin_only_config flag to such providers (only YellowDig for now).\n", "proba": 1.0128034233503058e-07} {"commit": "e5a025cb55482f1cc078cd29a2a84230dbb14466", "message": "always return a result (fixed indentation)\n", "proba": 2.2455091652773262e-07} {"commit": "e7509f86a89070a570d3438318e1ad5361041378", "message": "handle unknown reading level better\n", "proba": 1.1121608167741215e-06} {"commit": "12ee8abe4632c27b9de4f477f856197619e4e70c", "message": "fixes https://github.com/tgbugs/pyontutils/issues/2 and issues with not including rest params when they were required but not included as {param} in the url\n", "proba": 3.2804561556076806e-07} {"commit": "d9441d30710f84b60575b9f2ecdfb6a92aca73cc", "message": "Use absolute paths in the Mercurial source-control.\n", "proba": 1.2207587474222237e-07} {"commit": "23ddb967db346775c04740a04418b30b642123ed", "message": "Update award date on award action\n", "proba": 1.7928046247561724e-07} {"commit": "b64acdd8671736e030a77dadfce92218b14098cc", "message": "Fixed a comment\n\n\nFormer-commit-id: bb4812e8c1268f2d4314ff3b230f5563438c2f3b [formerly e9502c355c45c587d53f15051ec5d61638e51b22]\nFormer-commit-id: ed0b130e89b957879713921766aaf1bea9977d4d", "proba": 6.971770858399395e-07} {"commit": "a60c34d95933c653ae6db48aeb5e80d9c84e06af", "message": "Relaxed the tolerance in test_case_15\n\n\nFormer-commit-id: 5a1c1afac939d180d97d035a023b8baff3022e93", "proba": 0.0001928310957737267} {"commit": "bd47ac522012633194d2ff210cee6201355f6bc5", "message": "Update annual_emissions.py\n", "proba": 3.5398346653892077e-07} {"commit": "022e3d225ea1edcf867a40f3327e17645643a8f5", "message": "Fixed independence_test\n\n\nFormer-commit-id: 2b6e4d31dde602d96f0c34905955c2ec3ae85684 [formerly c4854cda1598d321614fcacba9742104213fe812]\nFormer-commit-id: 7a1167a04527ee9cf75264058d27679c609c7663", "proba": 1.6712976957933279e-06} {"commit": "fbe043ae4776e190e11d92a2ecc3f672bc7b60ff", "message": "Create CEADaySim class\n", "proba": 1.6858010098985687e-07} {"commit": "ef5cb44c9169d10f81322b03d2a554ef621c1de6", "message": "The units that you select are printed on teh screen. For some reason, the only one that prints is the first column, and it prints the correct units for all three columns in that row. I will try to get each to print just its own.\n", "proba": 2.1846007314252347e-07} {"commit": "e492e0a71f2bf8eaaf2a23b176ad2ff5579495a7", "message": "Added the min_user_reviews property to the name geneation in the generate_file_name() function of the utilities module\n", "proba": 2.802885035180225e-07} {"commit": "4bcf48b21af016148e3b59f8b55dd8c16ec95914", "message": "Cleanup eager_tf_executor_test step 2: remove numpy() call in eager_tf_executor_test.\n\nPiperOrigin-RevId: 328884118\n", "proba": 0.00010397311416454613} {"commit": "c505dc625d6bc35124459e59760cdc657d4f1977", "message": "add convert\n", "proba": 0.002894019242376089} {"commit": "d6c5fcbd6b2e8fdeaf40c2771bc3a2eaa99329c4", "message": "Bad ref to build on test group\n", "proba": 1.464068333234536e-07} {"commit": "7825057a21b93eaf5e8cb268df89ed8123a5e730", "message": "Aggressive (2) autopep8\n", "proba": 6.047587248758646e-07} {"commit": "f637641917f0358e2bb26ceb59a6516651bc48cd", "message": "kivy: enable SDL2 by default (WIP)\n", "proba": 1.2198975696264824e-07} {"commit": "99362f54bd64e78b3b852c8a77480f9eee1e9ba4", "message": "Experimentando model-mommy. Close #76\n", "proba": 1.3717377100874728e-07} {"commit": "dd5bcb9f02d31e4e7bd99453456f72029c5738e7", "message": "jump default code\n", "proba": 1.084682253349456e-06} {"commit": "9e6cc29d35a688f2a76feaa0ddbeb6cab3bc2691", "message": "add comment\n", "proba": 2.718556686431839e-07} {"commit": "b40896479aa46296ba90930c97978c8973a999d9", "message": "Do not return a \"405 Method now allowed\" response until all mappings have been tested.\n", "proba": 1.1716187486854324e-07} {"commit": "a9caa4f784426424bd82781a1d5e68e37385157d", "message": "check login and domain\n", "proba": 4.1571840370124846e-07} {"commit": "96f85ddefce3b7dceb6be437ad1e2f0cb4470c13", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "9d5e4a97e322e69c1647aa507021a076a3f1bd6e", "message": "add commconnect logo\n", "proba": 1.983935504767942e-07} {"commit": "6ca0e5c591d89b08319200971d0175b533c04e0e", "message": "Pass function defintion\n", "proba": 7.713685590715613e-06} {"commit": "a34964e0c819c78f78f6b46e04764540999cb04e", "message": "Fewer multiplicity tests\n", "proba": 3.544949436218303e-07} {"commit": "45fc8543af388a435c9fde129b1b26de5b1315bf", "message": "Fix TestPtrRef2Typedef with new const adornment on expected ref type.\n\n\ngit-svn-id: 4c4cc70b1ef44ba2b7963015e681894188cea27e@206619 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 3.155793820042163e-06} {"commit": "fb9214d56a3216006e2ae8c14bf74acb2ec32c90", "message": "seq2ffv1 fix filename regex stuff\n", "proba": 3.8545322240679525e-06} {"commit": "69ebcfb28d94f73d7f35ee35a9369fc07f15e0dd", "message": "bug fix for multiple entries\n", "proba": 2.5770387424017827e-07} {"commit": "521253ecef8853fc473667bfe895ef1b40cbaf4a", "message": "Move GetGraphJson to the top of graph_json.py.\n\nThis is a non-functional change.\n\nReview URL: https://codereview.chromium.org/1556683002\n", "proba": 3.845650553557789e-06} {"commit": "d9a94a30f0044189ea46143635e5a38316e4265c", "message": "bug: pop requires default (not kw arg)\n", "proba": 1.3051618452664115e-07} {"commit": "af64887d77b4907e690112e76ca9da46be0a7101", "message": "updated version number\n", "proba": 2.781709099508589e-06} {"commit": "9c7d27ce31724d7e3e1e55981f253092291d4cd4", "message": "add followers to user\n", "proba": 3.372162211690011e-07} {"commit": "df7bb98b850432e35c68e3094580c1ae143dc90f", "message": "Delete name from people.json if it is equal to the Wurstmineberg ID\n", "proba": 1.4697651522510569e-06} {"commit": "bba95ffc88b36c2529d9ee34fde90cd45bb0ac1f", "message": "Skip distributed test if dask distributed is not installed\n", "proba": 1.6044245398916246e-07} {"commit": "7ef847a99aca46290a50d201ad695ff198a34d9f", "message": "chanset fix for start scripts\n", "proba": 2.737496629379166e-07} {"commit": "551b2378fd361c89c0e330f8af67c661b8774494", "message": "minor, stop printing pc.spk_time_dict\n", "proba": 3.478174335214135e-07} {"commit": "b23ec770bc88a46f0f1c115ebbb6bd1772d696b0", "message": "RespawnPlugin now subclasses BasePlugin\n\nAs kind of a first testcase for BasePlugin, RespawnPlugin now implements it.\n", "proba": 1.0263655525477589e-07} {"commit": "2403874fe07a21d8a4f630d838944160fb740ec4", "message": "Add geographic references of maps to RSS feed (GeoRSS).\n\nCurrently, this works only for bounding boxes, not for administrative\nboundaries.\n\nSigned-off-by: Ga\u00ebl Utard <05116950d0cf875b40d23ad353a65d135ccddba2@laposte.net>\nSigned-off-by: Maxime Petazzoni <76f7aeeb2d6ed04ef2b101cc81e4baac9b89c3cf@bulix.org>\n", "proba": 1.7917672323619627e-07} {"commit": "8bdb689cb9994503b7917cecfceb7e44f39251dc", "message": "refactor printout\n", "proba": 2.957210199383553e-06} {"commit": "803e6cc5b760a0bae73ddbb056ed1666a2b56862", "message": "Fix comment\n", "proba": 2.1542624040193914e-07} {"commit": "c30701ab8ef010d7a5275d1f05d85d4e17792dd3", "message": "string interpolation fix\n", "proba": 9.70067162597843e-07} {"commit": "9014ea129736928d4dc7ba1338b481361ba2656a", "message": "add failing test for XmlAttribute(ByteArray) #237\n", "proba": 3.745762455764634e-07} {"commit": "28edf2a6b237938e1116af6c83cb8246ea365e4b", "message": "Better name for x-axis\n", "proba": 0.00018206705863121897} {"commit": "8b27d60241d28d6e5d01baad713417d669f8c443", "message": "using numReadyEvents for jumbo in AtlasPJB\n", "proba": 4.091250218607456e-07} {"commit": "fab3fe60208644843556a81047d268832690f16f", "message": "Fixed an issue in airshark analyzer cleanup logic\n", "proba": 1.9495354308673996e-07} {"commit": "9c23e5b44c8ae92148fadddbedb24403f1fb6daf", "message": "[IMP][partner_do_merge]Remove option that partner merged are removeds\n", "proba": 2.936820237664506e-06} {"commit": "dca0c2345b60b49134d66a6599fb4a2985e177c3", "message": "integrate angle() into class\n", "proba": 2.9426316814351594e-06} {"commit": "6c3e86327ad990329ca7a0fdf8ccc55e902df155", "message": "Python 3+ compatibility by removing iter accesses\n", "proba": 1.7233823257356562e-07} {"commit": "563d25c9000c29641c2d9e584d12a40a86e5189e", "message": "Add LKFitters for ATMs\n", "proba": 1.3610471683023206e-07} {"commit": "5d3a60ae65f44ea300d61dd0f08ad01618a105a6", "message": "minstall: fix type annotation for add_arguments\n\nThis takes an `argparse.ArgumentParser` instance, not a namespace\n", "proba": 2.6271642127539963e-05} {"commit": "5a8feaf0fdd30430cc1ab7adafd8096835b0749e", "message": "Change to usb port; will go into config eventually\n", "proba": 2.3179893560154596e-07} {"commit": "5cf5def7d32bd646a71f4e0a5c5b295c079cc359", "message": "added an exception handler for bad filenames\n", "proba": 5.141952215126366e-07} {"commit": "24666ee4a35c35fc84ca7a5931a76bed31de82de", "message": "Handle where there are no scan results from Nexpose. \n\nspecifically endpoint and test", "proba": 2.6454856083546474e-07} {"commit": "288fdd8f619f206b3e95e87fe7094ce24db6bcae", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "9d08c0247795bc9665c349980ee5ecae86aeebaf", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "3e1f98185fdddc3672507d703d3ddb874ecd3514", "message": "Fixed issue when missing dictionary key\n", "proba": 4.2374105646558746e-07} {"commit": "2df72140d3efa623ccb4a95a4978112276895c55", "message": "fixed pep8 violations\n", "proba": 1.8446796445914515e-07} {"commit": "71432aaab2959f2cfcaa4c681cba652ce0772671", "message": "workloads: do not cover __repr__\n", "proba": 5.753932327934308e-06} {"commit": "02e908ae18201ec9f030d1740c74a303fefc5dc0", "message": "Added tooltips to the checkboxes\n", "proba": 3.0378865290003887e-07} {"commit": "838af2cf1aa77ccee059e830da9fafd0a27eb1e3", "message": "[plugin] Fix typo\n", "proba": 5.651845640386455e-06} {"commit": "4ee5af10c3ec4dd6e2a622626ea00c5486be4240", "message": "Detect and align multiple faces per image\n", "proba": 7.159011374824331e-07} {"commit": "e639d1ac12f0dd57bdd1d4fb3e706e52e861e607", "message": "change: make warnings of template rendering a bit verbose\n", "proba": 1.4481685184364324e-06} {"commit": "be31650155dba0685c8bc694b6b015d6832a7e3a", "message": "Redirect spawned server's stderr and stdout to /dev/null.\n\nWhen we spawn the server in the Python library, we never read anything\nfrom the subprocess's standard output or standard error. We should\nredirect these to /dev/null, so that we are sure that we cannot\nblock indefinitely while waiting for the subprocess to finish.\n", "proba": 1.3270407350773894e-07} {"commit": "90ee045d2ba4dc1bbc3b257c6403c8f64797cdd3", "message": "add support for cr printing\n", "proba": 1.659473554127544e-07} {"commit": "b5c16f9dbd7a5f1476fa524fae62dcb363ac7c8b", "message": "Add doc\n", "proba": 2.3791858438926283e-07} {"commit": "7fcd507e3bc557f9fe69b12f141e664ceae77e53", "message": "Checkpoint after resolving nullable fields\n", "proba": 4.246699063514825e-07} {"commit": "1f6637b6c048a21b8d0d974d66e0b51e166f6f0a", "message": "Py3 compatibility for get_l0_images function\n", "proba": 1.785022050171392e-07} {"commit": "c4cd619dd3c6258352862cac6383ce4c2436f6ce", "message": "Non-signed certificate requests replaced by certificate-pushing certificate requests\n", "proba": 2.417883706584689e-07} {"commit": "429c9903a308f358400d75deee3678313c4407dd", "message": "add fake request url\n", "proba": 8.670519378028985e-07} {"commit": "d5a7a240afa5d7be91f84f9e198d748cbb831e17", "message": "Upgrade documentation to numpydoc format\n", "proba": 2.0255998833818012e-07} {"commit": "cc58342dd466c0174b3ce6f120510ce1ac72bb78", "message": "Use Python 3 raises .. from ..\n", "proba": 1.283839452526081e-07} {"commit": "5bf199581529747e986d6cb7a4cf4d3dce041014", "message": "Added comment to --mag option\n", "proba": 1.165318295193174e-07} {"commit": "a337688f5ad59efc2f4ebb639bdacb039648b62e", "message": "rename wrapper functions to distinct names for easier backtrace-reading\n", "proba": 3.8324228057717846e-07} {"commit": "dbd6156216f694668a9078c8ca634fa206d437fd", "message": "use the exact hostname accessed to set the first-web-hit session cookie\n", "proba": 3.3832981216619373e-07} {"commit": "d36596dec0925a15addfcce3a5aeb79941acd8ed", "message": "Cleanup\n", "proba": 1.4090286413193098e-06} {"commit": "a113fa951c24477de5d4b41d4fcc47d98f13dc45", "message": "use `select_related(related_names)` instead of deprecated `select_related(depth=1)` (bug 1011676)\n", "proba": 8.136061637742387e-07} {"commit": "d66e9d219520289f05571c8be10c926986a0756d", "message": "DOCS: ML: Add docstring for viz_overlayed_segmentation_label()\n", "proba": 1.4264074366110435e-07} {"commit": "a89aa47d5d9dfdb0cb25fe6cb02de46bce6c7636", "message": "\u30d0\u30b0\u3002self.self -> self", "proba": 0.00020138861145824194} {"commit": "80a5bd9180357487b03224154e9881a9314cbaff", "message": "optimize\n", "proba": 3.454321267781779e-05} {"commit": "981f169068ef0456042eed5324d8e10aefe4ac21", "message": "Prepare lib for variational autoencoder\n", "proba": 2.548266593294102e-07} {"commit": "56e5d70e57afc58a90a3769ccefaa7f0a02dbcc4", "message": "browserscope: Update browser groups. [jddalton]", "proba": 1.3265334075640567e-07} {"commit": "5fca4557a88b2292ffb2bdcfc968fc3d0da9459d", "message": "fix last commit\n", "proba": 5.402102374318929e-07} {"commit": "460d30b9b9393810b1e0b67ce77b4ca540fca867", "message": "Added commit hash for run_once_off_migration\n", "proba": 3.182591115091782e-07} {"commit": "9b58c4edbae2f6bd9bab4166512effe9ecb11f85", "message": "FINE lintbot. god!\n", "proba": 1.1982847070157732e-07} {"commit": "86dcf5878e0300a6190d7c6c2cf4ac95efbabd47", "message": "De-duplicate e-mails with the same Message-ID\n", "proba": 0.9999992847442627} {"commit": "6b83f79a249bcc96f75f3ec69b9ab4ae9ff3c8b9", "message": "fix copy/paste fail in homepage caching\n", "proba": 3.0122168936941307e-07} {"commit": "5a67498943752c1c02bbc1c0a4afbd00c3d4c129", "message": "Remove unused positional arguments\n", "proba": 2.0607242277037585e-06} {"commit": "34ecfdb3091c1ccd8c07fd49e534b127ab797ff3", "message": "Fixed logout error from auth home\n", "proba": 4.3418958739493974e-07} {"commit": "501ce867ea07f91706fc4209acd2ee4ec819ef61", "message": "Removing unecessary recursion, since without limit, adafruit always returns all points.\n", "proba": 2.909462750722014e-07} {"commit": "6c15aa65851dc31e8cac843bd16e83178c8b50bf", "message": "Removed unused import", "proba": 2.9346514907047094e-07} {"commit": "2586d67b2ffaf2e451d88c1c7c518e9ab97d810c", "message": "Fixed pytest import\n", "proba": 2.255465574307891e-07} {"commit": "75293b1fc43b166c4819ee9b26f228f777286fbb", "message": "added skeleton to processing\n", "proba": 2.6961510002365685e-07} {"commit": "d4982aef549104a36e41babc6ead2daeffd54e3f", "message": "Remove empty parsetab", "proba": 1.9037739548366517e-05} {"commit": "4df90b7cc671559a3130f65b3cf28a114b780101", "message": "fixing remote test issue\n", "proba": 3.7303834687918425e-07} {"commit": "dcd35adbd050156b8f0d453cd31aff88afda77b1", "message": "Add data transform for new back-end schema\n", "proba": 9.876711146716843e-07} {"commit": "89865f078255f3b451e846fa149ffcf73cb72df1", "message": "removed print line\n", "proba": 4.756973794428632e-05} {"commit": "41e935917b9ba203a658f64b325631168b6c108a", "message": "Add vaccine to list of availiable appointment types.\n", "proba": 1.297801617283767e-07} {"commit": "8583328b22f8eec17e471b929c786b81f84b30f2", "message": "updated payment-receipt to contain more info\n", "proba": 1.035121997006172e-07} {"commit": "8f511ae8c172870a3647d17a94eb4c5d178f0ed8", "message": "remove dead view from urls\n", "proba": 3.4397248782624956e-07} {"commit": "6c1865ecc6e4c703974844dca433d6c23d8e1ba4", "message": "using created_at instead of entered_timestamp\n", "proba": 5.728667815674271e-07} {"commit": "3ffbdd42a0bc4ab693895fe3c84b3dd9da9874a2", "message": "adapt calculations to use the multilinestring object and fix length\ncalculation by using a generator.", "proba": 1.1318979176166977e-07} {"commit": "8fd6cfb493db6f149aabd17efd9d31ed868a9f9c", "message": "1921: Only try to update YT desc once we have vurl\n", "proba": 1.041153367964398e-07} {"commit": "77539e41a72b4e45d82d6686e5cfba00adf13925", "message": "some first experiments with docstrings compatible with sphinx\n\nuse sphinx-doc for function parameter outlines!\n", "proba": 1.0139012118770552e-07} {"commit": "8750bfce21152ffba2131a49add9be7b37899d91", "message": "new exception hierarchy: UserError (publishable to frontent), InternalError (keep the message private)\n", "proba": 1.3273876220409875e-07} {"commit": "bc5915f173a0534fc9817da9381752400685d9b8", "message": "Remove unnecessary code in cupy.fft\n", "proba": 5.329112900653854e-05} {"commit": "a8415da69edf9fd58c177e7f609febfb4e5ba680", "message": "minor refactor cupy.fft.fft to reduce overhead in axes handling\n", "proba": 1.9902402925708884e-07} {"commit": "506288a2ec1d61ca9b319749ae4306b7be6ac0fa", "message": "Corrected bug to deal with N in scaffolds\n", "proba": 3.2825622042764735e-07} {"commit": "3ae8373ddada3b5d3948401539d66632529eec40", "message": "Mark crashpad_handler binary as executable on download\n\nBug: none\nChange-Id: If57b662eea0ff99ecbf6cbc3c57a685e77edaad1\nReviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2931812\nReviewed-by: Tim van der Lippe \nReviewed-by: Yang Guo <1cf0af8245a3a17a632a2c73531392b0f9761c76@chromium.org>\nCommit-Queue: Philip Pfaffe <639a645feae3653b7aaefa0387217d375f2f82ff@chromium.org>\n", "proba": 2.65957567080477e-07} {"commit": "98dcc20a9d29c6f9fc06005e04659fe01dcc28c7", "message": "fix prints\n", "proba": 1.2482352076403913e-06} {"commit": "83f39a3dc59dda99659114ee0a35f8dc2da63c7b", "message": "[fix] removing print\n", "proba": 4.6827881305944175e-06} {"commit": "62f7dbb0142805519680d38c88307697b1160579", "message": "Fix the handling of titles=off.\n\nReview URL: http://codereview.chromium.org/7290008\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@91196 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.9999992847442627} {"commit": "e8948530e94543cd9ef4172da252972245c53e05", "message": "Added new options to filter ref db based on sequences length\n", "proba": 1.7262873086565378e-07} {"commit": "aa6e4a6e11d898ba0a64955dde77ed0825637e7f", "message": "OPT: Remove ornlm dependences\n\nFormer-commit-id: 779c0e70b097c8fa3540bc776e47e58472a9e844 [formerly a82d8ca1dcc5a33c748de116a4a75f6ebb6b4878]\nFormer-commit-id: c70262d18d7a9b131188a27341151de05853925f\nFormer-commit-id: 8df42cda9760cf5b00c5440aa97d54260ca8f56f", "proba": 6.58097235373134e-07} {"commit": "d5cc41245e66970a5c1ff3b13b360aae3e91bc75", "message": "NEW: get_parser method for sct_segment_graymatter\n", "proba": 1.9992992861261882e-07} {"commit": "7916f700147971fde3d462fbcdbe99665b9fafdc", "message": "Decimal places on the pwm\n", "proba": 0.0015427081380039454} {"commit": "54ad9e28ba3ff908fc2cc39f9bc27079875a3e94", "message": "Sporozite data preparation: more options, and do not use vigra for I/O to not use axistags\n", "proba": 1.147935719814086e-07} {"commit": "19ca9c45fd3ef04b6df2f5c351e1d125f88a77e3", "message": "cleaning up code\n", "proba": 9.754031680131448e-07} {"commit": "e0b4af703c3032dfe91d0d96f8426a44519c5dc9", "message": "correct faulty daily yieldfx baseline logic\n", "proba": 5.576678177021677e-07} {"commit": "c7b95dd71190172230834d4088ae1db28fdb6f35", "message": "SDK - Notebooks - Deprecated the docker magic (#2266)\n\n", "proba": 1.0219586243920276e-07} {"commit": "1cd833c787270d162b6dfa579b9e72ecd4236703", "message": "Config: call to setWorkCountOptions() for all ISAs\n", "proba": 2.2444494618412136e-07} {"commit": "0cb13fe09cebc7f28e21602fd2a2241521900064", "message": "Config: Fix fs.py's call to CacheConfig.config_cache.\n", "proba": 1.2652306224936183e-07} {"commit": "aed8030c38e2d24bc98d911bf760a02b06ca1a94", "message": "Make configuration_test more patient\n", "proba": 7.612171089022013e-07} {"commit": "ef078a3116792ff3d502b4cc3cde0a93c2b4faf9", "message": "Better initial and final T in simulated annealing\n", "proba": 1.5565750288715208e-07} {"commit": "b68576d307474eaf6bd8a8853bee767c391d28b9", "message": "Remove authenticate call to fix issues with pymongo 3.7\n", "proba": 2.123851174928859e-07} {"commit": "b48642f580f1a367fb58c43765916562e67c639f", "message": "support normal save, rename old save to 'save as'\n", "proba": 1.2541066098492593e-05} {"commit": "b922f1ad77a071fe0327f31ad86f130b429ef59e", "message": "fix: balloon cache keys\n", "proba": 2.9922864996478893e-05} {"commit": "45cba7ec28bf68442e89e9412a50f8f42db9ff9d", "message": "Update pip.py", "proba": 4.49035678684595e-06} {"commit": "4b6bd13a378dc4e50208c789654b7d66c0207fc0", "message": "Remove cruft.\n", "proba": 1.6134760016939254e-07} {"commit": "ecd7aac8bc7dedb5fe53560bf47c2d0898684131", "message": "Rename siteurl to path_prefix.\n", "proba": 1.544429295563532e-07} {"commit": "bd7d53b66305eeefa7918439e866e28659e8f770", "message": "fixed some minor bugs and added !retract\n", "proba": 1.4577250340153114e-07} {"commit": "0ee2cf5bae67ec07f92d7eb0bf59f62d9004c5b8", "message": "record the cloaks of dead people\n", "proba": 3.3054373488994315e-05} {"commit": "0ae6b19f69976d2bcff4a0206ec97c6f9198eaa1", "message": "Fix time-based lookups in REST API\n\nDon't encode the datetime argument to bytes; the underlying function\nexpects a string argument.\n", "proba": 1.8420621472614584e-07} {"commit": "cf8ba262f34ac09b4045f15fcff05a5a3810e884", "message": "update to address review\n\nchange environment variables to be consistent and remove extra space.\n", "proba": 1.0328933797154605e-07} {"commit": "f82f0c8ba63ef87a823c95ae4c6973a7c393f8e3", "message": "Make the is_draft property defer entirely to is_private. Make the is_private property read from the _is_private field.\n", "proba": 1.677587988524465e-07} {"commit": "1038134a0f02e905b710958b589b01250331d75f", "message": "Assemble command\n", "proba": 0.001968687865883112} {"commit": "0371effb9c87078600c9e1b5c0368c5fffe8c6c1", "message": "Correct error in a function\n", "proba": 0.0027048152405768633} {"commit": "b75cb40cc60991aa88bbee92b0f9e6584c9d6ac6", "message": "Update SensorMotorTest.py", "proba": 2.354366586132528e-07} {"commit": "143d515bfcd97ed701bc515cdecce007249f4f3f", "message": "use `login_user` instead of manually updating `user_id` in the session\n", "proba": 4.729725162633258e-07} {"commit": "35028ead52ccd2ff24e945f99dbb982f29c37a9e", "message": "Support datalink type: \"Linux Cooked Capture\" for listening \"-i any\"\n", "proba": 1.030999925433207e-07} {"commit": "118926cdd7c4b793ac8a7821dc63242997e75866", "message": "Move schechter to utilities\n", "proba": 3.5576090340327937e-07} {"commit": "ed870e2f05306ce57eb16aba40a5da04e4348e61", "message": "Move function definitions to top of file\n", "proba": 4.272966975804593e-07} {"commit": "fb8fbdedd28eddf55a4846c4af5f0137cad9adfb", "message": "Remove an example proxy server definition\n", "proba": 6.363827651512111e-06} {"commit": "50d2b21c9506de9642f93c66d24074c2a1640b72", "message": "if the object is partial and has deferred properties then the reload function is called when a deferred property is accessed\n", "proba": 7.221775604193681e-07} {"commit": "98f4c2d3847393f4e853c3f07a0ac4fc8ad3d9fb", "message": "oe-stylize.py: add support for the PE (package epoch) variable\n", "proba": 6.367782248162257e-07} {"commit": "fff3e8c5afa1beb0c0947b868ffdb64929dc20e3", "message": "fix latest in Model add cascade on delete\n", "proba": 1.4373878798323858e-07} {"commit": "a31fb9e70600d043101957df7956b478fa806bf8", "message": "Fixed MiniStorage trash\n", "proba": 2.2298306134871382e-07} {"commit": "601f2615d2bda66cfc6f9b4cb31074354457b784", "message": "comments\n", "proba": 5.451620381791145e-07} {"commit": "c4c7c6b25882ff45ab81910564d4aa566a66996c", "message": "fix a wolf relay bug\n", "proba": 0.00048716843593865633} {"commit": "3e19d1384e6e5b0eab65af55b87c7e891d4c5122", "message": "Oprava hl\u00e1\u0161ky p\u0159i p\u0159ed\u00e1n\u00ed pen\u011bz mezi \u00fa\u010dty", "proba": 1.3625124211102957e-06} {"commit": "295dd701084338f5d1f91e0d82f5dc250b6ea238", "message": "DelAddressTool documented", "proba": 2.0185997584576398e-07} {"commit": "aacc5b47e78c9403a5e0e85df19cc9b6ef5b3efb", "message": "fixed UI bug - if harlot dies while visiting or g.angel while protecting\n", "proba": 1.2836925122883258e-07} {"commit": "8647ff3d6e0d34d118096b115a371fd559c780e4", "message": "current code *SORT OF* works", "proba": 1.2618589551038895e-07} {"commit": "5696ae423d3db1f818a212f88609dbc494e2d5f5", "message": "Update not deployed test.\n", "proba": 1.2614187028248125e-07} {"commit": "094af5f4a7736373635d1072a84997128bd546a4", "message": "update the default argument in AlphaTwirl.py\n", "proba": 5.386119141803647e-07} {"commit": "11ef5844ee866541c9a7a69113f48ec703877178", "message": "added winning condition check\n", "proba": 1.2393492454521038e-07} {"commit": "eab6e10e6147916e367949445f0cc7b78ca5c18f", "message": "use EventReaderPackageBundle in AlphaTwirl.py\n", "proba": 2.8812240771003417e-07} {"commit": "7d9a394e9e2a69532edd06feb0dbb28ff9626ec9", "message": "Missed the other line\n", "proba": 1.7878319340525195e-05} {"commit": "c0441e5a38407cb7781144dc9c1bd2a4ed6042c1", "message": "Use the name to handle the lookup of the version\n", "proba": 1.456278710065817e-06} {"commit": "7e9ddb928780934236986c538f549027ac684d52", "message": "TODO: move recoveryAllDomains somewhere else.\n", "proba": 1.0955904627962809e-07} {"commit": "6e2af8e1925df96f929c32641526f52db0900ee7", "message": "COMPscore_by_s: reverted loadability of cooler (will be a separate wrapper functions); minor fixes and cleanups\n", "proba": 2.3919579916764633e-07} {"commit": "2f8ef7bd3bdf8c92d9f1e2b742c8314dc9adb115", "message": "services/presence/test_psutils: trivial check for pubkey_to_keyid()\n", "proba": 1.7157599074835161e-07} {"commit": "2e2b33092cad6255ae6e585047a999e2d92a7235", "message": "fix(pip_setup): Allow setup.py to import from its own package (#8417)\n\n", "proba": 1.0697621632971277e-07} {"commit": "ba52fac5ca837c3d6e31762285f23c8f8cee49d5", "message": "Fix some docs errors.\n", "proba": 4.1168686948367395e-06} {"commit": "d3c3676d8ba9c9e80f60fc0db97410f9a93579e0", "message": "refactor.\n", "proba": 5.766000413132133e-06} {"commit": "8a0b322be47ecea22222e1e41b60f059837ae137", "message": "Reformat docstring\n", "proba": 1.3744564739681664e-06} {"commit": "3b306d5ffef71e8efde57cd432cc01df92a75a26", "message": "fixed WTF???\n", "proba": 1.3384466512889048e-07} {"commit": "936f7f11a96e50a980333d62eb48e336611e17b6", "message": "remove template hack in config\n", "proba": 3.571533113699843e-07} {"commit": "90620a7114b87180f107b08d5850df687f66488a", "message": "Fix bugs in cache_in\n", "proba": 6.892742590025591e-07} {"commit": "34552e46fc03feedd04d6926c2de3e941687317b", "message": "Adds get_or_create check on #new_event method to prevent event duplication.\n", "proba": 1.1119968945649816e-07} {"commit": "aca1ccefc57924425152b7912050603be604343c", "message": "Grammar fix and import fix.", "proba": 1.2369734747608163e-07} {"commit": "681b127f5fa146c221952f3eaf8132cac1284536", "message": "Ajout des sensors avec leur caracteristiques les plus probables\n", "proba": 1.974362220380499e-07} {"commit": "171d62881fd065ad0a84f34b4538ef2725089b4d", "message": "Add function to get PC filename.\n", "proba": 1.3494293682470015e-07} {"commit": "94010e2a9ce7ebc1197966941f4312aaa9bad5c1", "message": "fix bugs\n", "proba": 1.0751475656434195e-06} {"commit": "7790fbdc927cc46d2742f990b45d102352317294", "message": "Removes the upload for coupled_diags, and moves it to the job monitoring code\n", "proba": 1.2790135883733456e-07} {"commit": "7e938fb75142a06d259ef4af7df6f8ef10e2b872", "message": "new fading memory stress terms (ev_cauchy_stress_th, ev_cauchy_stress_eth)\n\n- new CauchyStressTHTerm, CauchyStressETHTerm\n", "proba": 1.5859849327171105e-06} {"commit": "aa7b199bba957ec169842696587ac89d5e480b29", "message": "added -dest, -offset, _setup(), _gobble(), _teardown() to wp_split.py\n", "proba": 2.3916120426292764e-06} {"commit": "6ff6887add99b7111ae9df1f5733bb5a7bd9b3d3", "message": "fix doc typo\n", "proba": 4.446279035619227e-06} {"commit": "748fb17edaf7dc6df9bac20b6e44045619f0b5f4", "message": "super call was missing\n", "proba": 5.089161732030334e-07} {"commit": "d9a349c1a1451f7c6d1dbea0b637b35107eb8de5", "message": "303 status code", "proba": 8.941826763475547e-07} {"commit": "d205fa56ffe41a50d64e1e78e4030230fe9ce540", "message": "Fix symlink relative path inside pod directory\n", "proba": 1.2081303566446877e-06} {"commit": "8dd3377b12003249f1fc6b15403b56b3b6025f25", "message": "better\n", "proba": 2.1567779185716063e-05} {"commit": "fc968017c1f2cb9d8cd0ce7cffe4b62833c9c1ae", "message": "updated header", "proba": 3.9934704432198487e-07} {"commit": "90cfc9f05596282450c229b60df515ede5915b71", "message": "Django 1.7: django.contrib.admin.util -> utils\n", "proba": 1.1950581210840028e-05} {"commit": "d0eeb42872a90bc5e48e05ddbee6b4b911c61e8b", "message": "no numFmt bugfix\n", "proba": 1.6679616237524897e-05} {"commit": "01c94cd3752c8a3e5b526134320b008edc8fa4d4", "message": "cache a property in the custom exports for improved performance\n", "proba": 1.0903246305815628e-07} {"commit": "72e7e8f6f6cc5485b3c27009df4459ec5c7bc005", "message": "unicode friendly fix for display\n", "proba": 3.6940326708645443e-07} {"commit": "839362a4620dd577e0b103636b866e0fff2ee7c8", "message": "adding production keys\n", "proba": 3.770369971789478e-07} {"commit": "4d585ced6baba2842514a7ffcd970e5b6e25e843", "message": "poloniex: change all occurences of .timestamp datetime method to custom function to deliver py2 compatibility.\n", "proba": 1.0333899780334832e-07} {"commit": "27e1f7e6b3bfe8829773e8b80ea068a3d9821c46", "message": "Change the decorator to use Python 3 annotations.\n", "proba": 2.0142805112755013e-07} {"commit": "bb0ff30ff765dad06a65a475b06a15fbc82cd45e", "message": "debug\n", "proba": 1.5664004422433209e-06} {"commit": "dcf99d4f0227f6217677ab8ca1e5e4231f7ce3e5", "message": "differentiating under-utilized nodes\n", "proba": 4.9935124479816295e-06} {"commit": "92931587ca0ac6221de6d4f236b53efba771ab33", "message": "Replace with_interactions with keep_matches\n", "proba": 0.0007003642967902124} {"commit": "05a47c31eae0be54325f6aa8c59b6b0c03acead7", "message": "moves game instance out of calculate_scores so that it's only created once\n", "proba": 1.8071294505261903e-07} {"commit": "6e49b9cba12ac7356a5aa41ff469772e35db95a7", "message": "Log more ORES error information\n\nI've seen some 400 BAD REQUEST errors, but I haven't been able to\nreproduce them. Adding better logging for now.\n\nChange-Id: I02e0c22c68e8d96ba471bdb7b33a9143887bf48a\n", "proba": 4.0167033148463815e-06} {"commit": "3fc6ad0365440998052b0f8a54777a39dbb250d7", "message": "Version number -> 0.6\n", "proba": 3.627220939961262e-05} {"commit": "a9614acc12cc7f5844118f9221caf13dd6a264e3", "message": "Change file size to 100MB\n", "proba": 2.5318215648439946e-06} {"commit": "881a133d30ab750368343d964f6b7110373cd9c5", "message": "Add pagination to product list view\n", "proba": 6.985986601648619e-06} {"commit": "aedb844664a2dcdd47ba0daffd79a172d83e2653", "message": "Strip extension from sample names of combined count files.\n", "proba": 1.0678947859332766e-07} {"commit": "b1fd34ec28fb4bc6867eef6906e0088e4b4cebef", "message": "Fixed bam2sam import.\n", "proba": 1.466025736363008e-07} {"commit": "dab7ec219d2f577e1132ff78d50b341584d2b4ac", "message": "fixed log message\n", "proba": 1.2863056326750666e-06} {"commit": "a08f2315ea0c13c60d46f2947984e835898d083c", "message": "Simplify Confuse usage (#3463)\n", "proba": 3.0032958875381155e-07} {"commit": "368bbfc56abcfe32e2046bb3057576fdc32e42ca", "message": "Remove pysb dependency in BelProcessor\n", "proba": 7.596839850521064e-07} {"commit": "a28eac326b7821d145b491ce6001b43db286f504", "message": "Make benchmark script python3 compatible\n", "proba": 1.848160900408402e-05} {"commit": "95d312e88bba5f038082cd7d78df354e01bbc356", "message": "fix(command): `only` might be None\n", "proba": 0.9999994039535522} {"commit": "b7e80dd0ecdf67b34cfcc404eb5bca56df8a8bae", "message": "Fixed griewank and simplified others\n", "proba": 1.3113377406170912e-07} {"commit": "d550e05686e8c988e8276ea7fde7d3e510f7ac99", "message": "refactoring battery update\n", "proba": 5.5183577387651894e-06} {"commit": "29c16bf8d092fa8e2e1eaf379fc22dcd267fa76b", "message": "Fix: Division by zero when invoked with an empty fragment library\n", "proba": 3.4194891895822366e-07} {"commit": "37b20858fb0d2c4464893e7a481c7341a8a3ea70", "message": "CLI Added ALLOC environment variable to alloc choosing between different setups in the config file.\n", "proba": 1.041661832346108e-07} {"commit": "f7008c2a9853a59f5d813a24f9a2271956c0aaae", "message": "adjust file locations\n", "proba": 1.11534188818041e-06} {"commit": "7a80da6bf9851c576018683aaa56e456a4b011f5", "message": "KIJIMR-158. KijiMusic data generator shebang line should use /usr/bin/env python instead of /usr/bin/python\n\nissue: https://jira.kiji.org/browse/KIJIMR-158\n\nreview: https://review.kiji.org/r/104/\n", "proba": 5.675200100085931e-06} {"commit": "46f3dec820240ccb580014a12f373a886a8397c0", "message": "fixes\n", "proba": 4.844783347834891e-07} {"commit": "e896638809f7fb4dfe1e85af92b7ae94186b1ca1", "message": "now uses session data for name\n", "proba": 1.4007190429765615e-07} {"commit": "dccdf14445240e6c70e6e26dcfe6fb3bcb740e46", "message": "Bug fix.\n", "proba": 1.4808925641318638e-07} {"commit": "e3fc1dd5f6fc77857922521d0c2b2384fd38bf2f", "message": "Modernize rebuild-script, now works with 2.7 & 3.5\n", "proba": 2.1558778939834156e-07} {"commit": "50d6c0a0cbd8bb31865dbea049198fa8c5a6f947", "message": "Update pvs GUI\n", "proba": 3.480108716757968e-07} {"commit": "63b7c6142af5d0cee45543d8817ad248f1c3c37b", "message": "stitch table together\n", "proba": 1.3214327054811292e-06} {"commit": "dc400838e55eb0a280022c4da56187cde2a6fe46", "message": "Fix websocket init\n", "proba": 1.6505999155924655e-05} {"commit": "587d3875ccece656474e3cd7c7a9f90152e9b0a3", "message": "Clean up\n", "proba": 1.531641828478314e-06} {"commit": "360f46e996a811c76c7c91ce64f69b504abd032d", "message": "Bumped version\n", "proba": 2.83475912965514e-07} {"commit": "de467c2c642b85b18e75bac959dada6b2ada6ff5", "message": "improve cli help\n", "proba": 2.9218196573310706e-07} {"commit": "4458f90ef2264655dffa383aa20fd30fe0c22f9c", "message": "Fix UCSC client\n", "proba": 1.1838945965791936e-06} {"commit": "29db6ae3589c4f99bbf483a81063dda80f92c54d", "message": "fix iterations, opm hsr export\n", "proba": 1.924626218396952e-07} {"commit": "e4cb4dfb79159f5c246a13fa89c22260e4f2d8d9", "message": "Better Cython run-file. Fixes #11.\n", "proba": 1.0158989738329183e-07} {"commit": "01004d5ab9c9de4c9e118c38b6c60167aea8883b", "message": "cleanup on broker.py and README.md\n", "proba": 1.7619375114463764e-07} {"commit": "ac6455f62b0ea18bb8a03310f9c58dea2b785ed7", "message": "Filter by sets in OAI-PMH\n", "proba": 1.3293714573592297e-07} {"commit": "679104d9351ba6ca47a15db860aa8bde9e38692f", "message": "py26 compatibility\n\ndict comprehension -> dict((, ), ...)\n", "proba": 1.8449630090344726e-07} {"commit": "262af14fbffd232ee38b6f7fcfd4d30e129cd797", "message": "Fix: [doctest] failure in docstring. Reformat and try again.\n\nReformat the example in docstring to see if that fixes the error thrown\nby doctest.\n", "proba": 1.1458106285999747e-07} {"commit": "83fbabf77550b041bc45fd4dc36d2af39da1e993", "message": "allocating hash heaps\n", "proba": 4.611063559423201e-06} {"commit": "01d3979038758a2acef547f3dcc2b4645d3021b1", "message": "[Discord] Optimize and improve coherence of RSS task\n\n", "proba": 2.8081283289793646e-06} {"commit": "d64d33f80927cbfb3efd88082e5a8afed4161ef6", "message": "Minor path handling update.\n", "proba": 1.196530803326823e-07} {"commit": "4816436021df9e2f4bed93e5b6af69999b303952", "message": "[Discord] Remove talent calculator from wow character command response\n", "proba": 1.3105487539633032e-07} {"commit": "9a7f6bd803a014300c355443fae13b966139be25", "message": "Delete space.\n", "proba": 2.46998588409042e-05} {"commit": "3375fd21a733c2cac96ab1134f19cc3a6769b848", "message": "adding version number\n", "proba": 1.1931040717172436e-05} {"commit": "8ee6442d4e2cf63cad208304f8f53941ba1631f3", "message": "cleanup of graph code\n", "proba": 3.3909924468389363e-07} {"commit": "bfaaf884cee22aeabc1e9e003c4622d165736198", "message": "save stats between learn() calls\n", "proba": 2.0229627750723012e-07} {"commit": "f070f6b585b23b1b9ef58b1b8c6f410bc093ad24", "message": "update enc", "proba": 8.583040767007333e-07} {"commit": "0147fe1fa5efe53bf863dd94b7d0727971bb3cb7", "message": "popup menu\n", "proba": 2.9603959319501882e-06} {"commit": "d7a6273a1491ffc85be5c1d480bbb83a11d2bd4a", "message": "Added azimuth equations, potentially wrong.\n\nRemoved unused functions, merged others. Azimuth calculation appears to\nhave very large error over time.\n", "proba": 1.0792243188006978e-07} {"commit": "bc5c287b1c4ae2bc08d585fb867d9714e6e1badd", "message": "dryrun improved\n", "proba": 2.7264860591458273e-07} {"commit": "30b3f620aa11906fb5fea29d6d132443f86eb925", "message": "Don't require existing origin when modeling snapshot\n\nYou can't add snapshot to a model when this check is enabled. I don't\nknow why you want this but it looks as a huge drawback to me.\n", "proba": 1.1411519551529636e-07} {"commit": "1ed4617b82dc45ef0031270c69906fe5305a7d48", "message": "Add \"vdo_lv\" property to LVMVDOPoolMixin\n", "proba": 1.7214504168805433e-06} {"commit": "837efc7079952abdea4eb3fe2017f9ae1f1438ee", "message": "NOQA os.startfile()\n", "proba": 2.9297578407749825e-07} {"commit": "3f378d6fc8d0616dc3062b5b1e80a1520ed77cd3", "message": "small improvment to parse_qsl arguments\n", "proba": 8.788014724814275e-07} {"commit": "eae2bd38a2b9bd55564c24b84bab326b10c57730", "message": "revise\n", "proba": 7.412273248519341e-07} {"commit": "c6ce812bec4a57e3266ec0c4c76ac139f4cb1296", "message": "Catch incorrect MFA device/code used\n", "proba": 1.514034408955922e-07} {"commit": "29d3ab4a31f98ebad5a92caa692e60099a413ac0", "message": "I'm still forgetting python isn't C...", "proba": 1.9182969879238954e-07} {"commit": "9f0535c0bba877c9186d193dc45b17f0cf8d0652", "message": "Write chain cert too\n", "proba": 6.75098590363632e-07} {"commit": "4a3e906ce1500a0bfb5900cfeca7f3fdd2c8685e", "message": "Cache results from obj.collect_asset_docs() on 'read' and emit them on 'save'.\n", "proba": 1.1019573520343329e-07} {"commit": "567e9eda475224b12d156187e233ccc5b489ee1c", "message": "Change minute unit from 'm' to 'min'\n\n'm' is easier to get confused with 'ms'\n", "proba": 2.2439377062255517e-05} {"commit": "e7d8d8632d4ee71398816aaacd6f4d1e6a0bcb3a", "message": "MNT: use custom class to kill thread\n\nThis fixes some of the 'hammer Ctrl-c' tests but not all.\n", "proba": 1.0215065060492634e-07} {"commit": "b503759b6974201ec44214dfbc815fb09c22de6b", "message": "ENH: add remove method to SuspenderBase\n\nThis gives the ability to disable (remove) a suspender.\n", "proba": 1.1183887238530588e-07} {"commit": "f4d0a21b5c0d88b7a3d44ec65fe50f0a38b7a164", "message": "DOC: why we don't have to worry about thread safety in callback\n", "proba": 2.1423589657842967e-07} {"commit": "34e15fdac5a234873fce03dabaf54fa2a67d5805", "message": "v1 per_page shouldn't exceed 100\n", "proba": 0.00012332246114965528} {"commit": "c42da727bad3db487840f2a13a8d52811b667dad", "message": "Minor simplification on mbcd\n", "proba": 3.9912811189424247e-07} {"commit": "963b46ba29cc57d3269ba7fcb61298bcb4ddc8c2", "message": "don't go overboard on the no of processes in parallel dir scan\n", "proba": 3.617384436438442e-07} {"commit": "7819c88142ecf376878ec99f85647446243b6f5d", "message": "Allow plugin options true and false to be any case provided\n", "proba": 2.8238089271326317e-06} {"commit": "5160577c88c6ad0873b48ee4a90e6767fa9ef7fc", "message": "Rename handle_winner to handle_winners\n", "proba": 0.9991539716720581} {"commit": "0509b5e0ace7f4e30ea3566fd96d801957e219dd", "message": "add deprecation to show\n", "proba": 3.2320608625013847e-06} {"commit": "9a1dfcd3a51588cfbfbf779b7fb5ebff27c4ee3e", "message": "fix doc typo\n", "proba": 4.446279035619227e-06} {"commit": "a661e3a59a82f77990ee1b7d60fb7e71b7591445", "message": "Release v3.0.0\n", "proba": 3.547658309344115e-07} {"commit": "84ded0479d57703f677e4e157038f0067885c89c", "message": "simplify get_vrm_portal_id\n\nRemove the fallback case where /data/venus/unique-id is read.\nThis will only exist on a venus platform, and on such platforms\n/sbin/get-unique-id will already do the job.\n\nhttps://github.com/victronenergy/venus/issues/640\n", "proba": 0.00015287718269973993} {"commit": "e5fed5e992b1a45fd2dd8f3254d9292f95b28249", "message": "import private data rather than redacting it", "proba": 1.735423325044394e-06} {"commit": "6ae0c8bd20d808ecc360f1be5136a31f268ce614", "message": "Take the filename of a message into account when choosing a worker\n", "proba": 0.0010218365350738168} {"commit": "76f3c3b8e23ecdb6f64a0c13a98848794d610b2c", "message": "case 16:\nRemoving some logic that I'm not sure why I added and changing things so they're \"right.\"\n", "proba": 1.6537892122414632e-07} {"commit": "08b1cd5631643af0e4aba10ef55baf2d082bbdb1", "message": "Version bump.\n", "proba": 1.5057217694902647e-07} {"commit": "b218d875809abe03c96d3a9a53626cfb66d246eb", "message": "Put in trigger on FIO6\n", "proba": 3.222339728381485e-07} {"commit": "1f56425906f375d640ba92959b761cb391f6d07a", "message": "\u30b3\u30de\u30f3\u30c9\u304cNone\u3092\u8fd4\u3055\u306a\u304b\u3063\u305f\u6642\u306e\u51e6\u7406\u304c\u9593\u9055\u3048\u3066\u3044\u305f\u306e\u3067\u4fee\u6b63\n", "proba": 8.823808457236737e-06} {"commit": "470bbe468c05d1de56700e1ae389f0969f37fbf5", "message": "Fix a regression with 2f6581a2479e.\n\nrun_isolated.py actually doesn't support --profile and the flag was basically\nequivalent to --verbose before.\n\nTBR=vadimsh@chromium.org\nBUG=\n\nReview URL: https://codereview.appspot.com/152910043\n", "proba": 0.00015275929763447493} {"commit": "c0fe4a295c57efd9ffabbe26cdae4403919d849a", "message": "Change t/tindex.py to pass on Mac OS.\n\nIt turns out /etc is a symlink (to /private/etc) on Mac OS, so checking\nthat the realpath of t/sampledata/etc is /etc fails. Instead we now check\nagainst the realpath of /etc.\n", "proba": 1.1909228447848363e-07} {"commit": "502ed386a013275375eb65fc0d3dfdf841f5f4eb", "message": "new structured TableFormat\n", "proba": 2.6453949431015644e-07} {"commit": "6d5e0a9e0e361381f4935560859ac0d7dfa59097", "message": "Add `calc_max_motive_position` method\n\nCloses #57.\n", "proba": 1.2403708637975797e-07} {"commit": "9b5fdf3c76b67f428fcf1bc23fb8bee69bed397d", "message": "Fixed bug in channelTopic\n", "proba": 2.5867549879876606e-07} {"commit": "d994908fb0bc73bfbfb3742e7c12706395f5e89a", "message": "Warn about fields specified in a template but not found in the data\n", "proba": 1.8826905545665795e-07} {"commit": "d9c9419ca51ec51b39ed2dada7f184af0c6f36d0", "message": "Edited template.py\n", "proba": 5.193348897591932e-07} {"commit": "c787373e818e596af7aa3ce50d5e13563a16da1e", "message": "reverse move multi\n", "proba": 3.4599165701365564e-06} {"commit": "78490fde8728fca77e4d0651e194d651f22ec9d9", "message": "add test edge case for import\n", "proba": 2.1070981404136546e-07} {"commit": "664c0a445c2bb9b412e347110a302726d63fb7fe", "message": "patch test with context manager\n", "proba": 4.381232088235265e-07} {"commit": "c07a702502e9695d10d6ab434093ec8ddbba018a", "message": "Bisect script should exit gracefully when not enough revisions are present\nbetween the specified good and bad builds.\n\nAlso, add usage string for specifying chromium options\n\nTEST=none\nBUG=none\n\nReview URL: http://codereview.chromium.org/343029\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@30494 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 2.8261715669941623e-06} {"commit": "43d1f143bc7c2f3f393a255489c09e011c1503ac", "message": "Fix scan sources.\n\nI added files in a directory called \"utility\" which confuses this script\nwhen it sees\n#include \nSince it gets confused between this file and the directory. This adds a check\nif the file is a directory.\n\nTEST=none\nBUG=none\nReview URL: http://codereview.chromium.org/9085024\n\ngit-svn-id: 721b910a23eff8a86f00c8fd261a7587cddf18f8@7513 fcba33aa-ac0c-11dd-b9e7-8d5594d729c2\n", "proba": 6.600504275411367e-05} {"commit": "8c6ab8bf5b2d8ca36777989c9c9211062af35928", "message": "bump to 0.8\n", "proba": 6.787687652831664e-06} {"commit": "81e3cbc08a5bf451ed560cd55da87e2ef462dfca", "message": "Fixed typo in domain name for test wrapper\n", "proba": 2.1874986089187587e-07} {"commit": "ed25538bcb15c4de1cac3344fc1d01ebc6e431a5", "message": "[core/popup_v2] Add logging if tkinter is not found\n", "proba": 1.9216037117075757e-07} {"commit": "d0bfc80061b90af96f34368ec2441325cba45b7a", "message": "[FIX]\u4fee\u6539buy\u6a21\u5757test fail\n", "proba": 1.5528742380865879e-07} {"commit": "be0774d4290aab9d48ac350cea70969fc30ae338", "message": "Update handler.py", "proba": 1.2863509937233175e-06} {"commit": "ac0901dcf4c99b4053263eb06256192d3f463330", "message": "Fixes blank filedir.\n\nFixes an exception caused by the filedir coming back blank. (At least on windows.)", "proba": 1.1340696914885484e-07} {"commit": "2065c9ad12dfa3a6411015d49b7d171eb1676f9a", "message": "Works with multiple devices now.\n\nPlug in a lot of devices and try: \"./terminal.py /dev/ttyUSB*\"\n", "proba": 1.1702564250981595e-07} {"commit": "5674f2145d5b600a4c904c95f94edd82255f94f5", "message": "fix: [stix2 export] Making stix2-validator happy about mac addresses\n", "proba": 1.5493093030727323e-07} {"commit": "54f882c33713e234da32e38fe89618238b59dbb5", "message": "better error display\n", "proba": 1.5182521337919752e-06} {"commit": "dbe1700476f2baa62333ec6fd86ae393c40d8096", "message": "Eliminate use of per-request state in soc.modules.gsoc.views.proposal_review.ReviewProposal.\n", "proba": 6.099793381508789e-07} {"commit": "730dfdc012adb851aebabc08c200e3352e835e35", "message": "added additional security to get_definition tests\n", "proba": 1.313648283485236e-07} {"commit": "d3d87355ccd4a268b3345bf0b8c3fd790fb6e226", "message": "Add test for model searching\n", "proba": 2.3091065770586283e-07} {"commit": "5d869a7f2dcf32faa33c04fb203aa1aa48039150", "message": "record - Add test.\n", "proba": 1.263311162347236e-07} {"commit": "640150891aedd55aa29c7ae58e62c5d720fb260c", "message": "modified comment\n(#16)\n", "proba": 1.1045287351407751e-07} {"commit": "1ff1d19e724d3c08e5548a93f0e588df7ff79935", "message": "Fix the command to check the lastest remote commit\n", "proba": 2.159649056920898e-06} {"commit": "5fa18eb17dc12771b28c3b431d0c3cb3684501be", "message": "Checkout to master first before updating the pages\n", "proba": 1.2465490328850137e-07} {"commit": "0604b6cfadca4f489454b32f73681f73e90069ad", "message": "Scan / Report", "proba": 2.1193918087192287e-07} {"commit": "c3483271ef9618a51e87b5abca89fc418487dfd9", "message": "Remove prefix directory to cal table\n", "proba": 5.106678599986481e-07} {"commit": "cf694883fd7e4c6abe011bed2cdade409f291bd4", "message": "Fix issue with X-Frame-Options Security Header\n", "proba": 6.457849849539343e-06} {"commit": "1faae508b7fcafab9cff551f11cf2ab3efa34018", "message": "add temp pipe context\n", "proba": 1.7643566252445453e-06} {"commit": "b5bbf2b4608b428eec6cb26c7940aeae168babbf", "message": "Documented set_crop().\n", "proba": 1.4644285784015665e-07} {"commit": "8bf779ffca21c22615f707716a70ba351374a6bc", "message": "Extracted code to insert a trade into the database into its own function.\n", "proba": 1.1620777229381929e-07} {"commit": "939da9bbf528deb224a1bcb128efe5b124c8812f", "message": "more.\n", "proba": 1.991732716533079e-07} {"commit": "4bf43114c742e065f53361b1f29d2a1167ff1176", "message": "Let Agent handle its contextFactory default in the case where a caller does not provide a policy argument.\n", "proba": 1.090349570631588e-07} {"commit": "8adc3c75c05af7f5a284506b82241a93b5964497", "message": "tests for grouped parameters and multiple options\n", "proba": 1.9478926560623222e-07} {"commit": "8f8277b099d5bbacf7513c7f2d8f43dc32a5a1ae", "message": "Catch exception if getting records fails\n", "proba": 5.395398829932674e-07} {"commit": "2fd875daaf630d2c82226de07cb7d4ba0223b289", "message": "Added inpage resource\n", "proba": 2.590853398487525e-07} {"commit": "069cbfe36043db7748a16cf3cd36c6e4056a5366", "message": "Add some user attrs\n", "proba": 4.5906904233561363e-07} {"commit": "d47e41a121b0bc26a3f61c2c54325282f4598d0b", "message": "Remove option to append to log files\n\nI now better understand what I'm trying to achieve with the DIALS logs. It makes sense to remove some unnecessary and potentially confusing functionality, introduced in 64f3f9777e0b32d68c6f38469ed0f17f1d8158e9.\n", "proba": 4.552850327854685e-07} {"commit": "596fffe3e4160362737115ae7cf91765124041c6", "message": "Remove useless lines.\n", "proba": 7.39895403967239e-05} {"commit": "ab7bf53f67d0f2b781f221217aaf921139e797d7", "message": "type: capa.features.insn\n", "proba": 1.3176750144339167e-05} {"commit": "ef3506478ef00cd5a9fa20d170f88fe23ee90df7", "message": "Port collapse doesn't need FPI, a single pass is provably correct. This is a minor performance enhancement, as it essentially saves a `ret_array = ret_array[:]`, but more importantly makes the code more legible and elegant.\n\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=238745663\n", "proba": 2.6752642952487804e-05} {"commit": "756831613f09cc0c7390b28a34c15aa5e874fe73", "message": "Revert \"remove unneeded override\"\n\nThis reverts commit 12259c490d2a6840621cb6f8c795d56dc95d8956.\n", "proba": 1.192907603808635e-07} {"commit": "a3cc1369bf7dd1d490f923bea92d48635b09a735", "message": "use the correct message type\n", "proba": 0.9991377592086792} {"commit": "addbf10547a82628c6c641050a225953624feca3", "message": "log.warn --> log.warning in cqltypes.py (deprecated)\n", "proba": 1.1815907896561839e-07} {"commit": "61b4fad6995c6b1810cb5c04b443ef0378abacd4", "message": "Prevent NIE when unknown repl strategy with TA LBP\n\nUnknown replication strategies would raise if token aware load balancing\nused.\nAlso fixes a more general issue where TokenAware blows up with\nstrategies returning an empty mapping (i.e. LocalStrategy, and Unknown).\n", "proba": 1.0482369816600112e-07} {"commit": "7d29e4b1bfce5fd83391781354ebbb3e8514fd85", "message": "Bug paginator consertado.\n", "proba": 1.6311615524955414e-07} {"commit": "7dfada9a5d84c0468bc8d92d5afcb885a8acb697", "message": "fix install of pytz\n", "proba": 2.236942435729361e-07} {"commit": "8f9f4d3622bbb89a56d9f69f89b91ab26e5a4295", "message": "Should not call fh.isatty directly, but use utils.isatty(fh) instead.\n\nCloses #477\n", "proba": 3.951498399601405e-07} {"commit": "638db5c8e96240ebbcaba372d5306160f6bdcf00", "message": "Fixes to allow for chord callbacks in always_eager mode\n", "proba": 1.989900511034648e-07} {"commit": "eba01e99877ca41afd89e3ff3d8c0ddeb778daea", "message": "Checks the empty rule against values of type Sized\n", "proba": 2.728207846303121e-06} {"commit": "a9b6770e30649ad2957beaddee7f8ddf793ee40b", "message": "Fix col2im_cpu on no padding\n", "proba": 1.1673871995299123e-05} {"commit": "3d08f942aef4f0fa30224efcb4d34916bda9afee", "message": "Update code\n", "proba": 4.2411056710989214e-07} {"commit": "bb0aa5314c5a3cb815c4fde42d32625ca6ead000", "message": "\u4fee\u6539\u4e86record_delete()\u65b9\u6cd5\uff0c\u4e4b\u524d\u6ca1\u6709\u7ec4\u88c5\u5220\u9664\u6570\u636e", "proba": 1.5333415603890899e-07} {"commit": "3f5f54eee23b7ce44d8244fe1e40d5165eda8358", "message": "\u4fee\u6539\u67e5\u770b\u667a\u80fd\u63a2\u6d4b\u7ed3\u679cviews.py,\u652f\u6301\u65b0\u7684result model", "proba": 1.2226578860463633e-07} {"commit": "f9f1b5faf2bad4fb263709564ecec834e36218d1", "message": "removed comment\n", "proba": 1.98248855554084e-07} {"commit": "895b69f5efb1c820cd0d0e934d22b1a1b7e57e95", "message": "sethostname error fixed\n", "proba": 9.18054070098151e-07} {"commit": "4a8026651b53d8bbc86d023cf767e76dbffaaddf", "message": "pandasUtil: various improvements\n", "proba": 3.011791704921052e-07} {"commit": "fbe8636176290a39e1ecce2efeb682860329f8ec", "message": "cwpoliticl.\n", "proba": 3.671918875625124e-07} {"commit": "824a66dd99654f100339c97e99ccdb8280a0edf5", "message": "Highlights first incorrect letter in edit box\n", "proba": 3.387004312571662e-07} {"commit": "f0d10f09c2165065458b56be8d5207435427cf17", "message": "corrected the logic for the row Id\n", "proba": 0.9995170831680298} {"commit": "4c7d1792a7b5626c8c8053c39f472fe8e9db18f5", "message": "Allow requests from everywhere\n", "proba": 1.7142373565093294e-07} {"commit": "9e2cc71aa0f1545faeb8e947c5b1d08deb1f58fc", "message": "Spots load their positions again\n", "proba": 1.4025076211510168e-07} {"commit": "01143d134be13cd93a016f0defc83cce0435f729", "message": "Added multithreading\n", "proba": 2.1296619934219052e-07} {"commit": "dd4b364ad34ffa327bf9815cc8e62ca31920b974", "message": "Major changes\n\nsome major changes\n", "proba": 6.793690317863366e-06} {"commit": "83238d641b08159f56a9c32c0ef37e0b8130e751", "message": "performance tests and tag file\n", "proba": 2.2989462422629003e-07} {"commit": "6cf85742e5856ace7090e82a5a26a8ef7172fdd8", "message": "Conversions: Add weight conversion.\n", "proba": 1.0927537914540153e-06} {"commit": "b4398519650532daf4a5002d2e9121b3c80dabfa", "message": "bumping version for #13\n", "proba": 1.4442623808008648e-07} {"commit": "5bf5cfee25211f10f2c36a45944d8ad95e8d254a", "message": "\u4fee\u6b63\u5fd8\u8bb0\u6dfb\u52a0 related_name \u9020\u6210\u7684\u5947\u602a\u9519\u8bef\n\n\u6839\u636e Django \u5b98\u65b9\u6587\u6863\uff1a\nhttps://docs.djangoproject.com/en/1.3/ref/models/fields/#django.db.models.ForeignKey.related_name\n\n Note that you must set this value when defining relations on abstract\n models.\n", "proba": 1.1259892573889374e-07} {"commit": "07294ac0f680e341710e0df4c9a8055ff4d7f156", "message": "little factorization\n", "proba": 8.475937534058176e-07} {"commit": "699f74b34531952b36625ed1a15acdb1f83727e6", "message": "Remove always True condition\n", "proba": 0.007643410935997963} {"commit": "a4376a607e18e5f05c47848cc704d7ecb03ef362", "message": "Fix issue #4: use the selected directory\n", "proba": 2.0341057904715854e-07} {"commit": "68a84d3f0d570a9aa4a5178b37a31f7bebd1a8a5", "message": "Fix in_caseless\n", "proba": 0.9998445510864258} {"commit": "2824d1383e8a8e728da5fdf9a39d3ac4e59c9a47", "message": "gantt: connector lines for all deps\n", "proba": 3.4736794418677164e-07} {"commit": "fb665b94d85cbc8ac708cbac901013076b401d37", "message": "Remove \"TODO\" as already support gettext\n\nChange-Id: I491176c5edf38cd1010b72e7f04a633f6cc1b7be\n", "proba": 5.754898211307591e-06} {"commit": "446f9d7b3faa2cf263c2c5fa5fcfa4d1190c3f93", "message": "BUG: 'masking' in filter comparison doesnt always provide desired results... add option\n", "proba": 1.1014929413022401e-07} {"commit": "ffef882efdd17d5ea315f21a358250a7e6cdb230", "message": "Support for bundled libzmq\n", "proba": 2.582441425147408e-07} {"commit": "5d3bb5c4e6803b32854d9019af80aa3110f5ae28", "message": "request path rewrite\n", "proba": 8.323364681928069e-07} {"commit": "b3cbd01744ab18b974de6a76e769f575d25151ed", "message": "fix: Bad timedelta reference\n", "proba": 4.1332398836857465e-07} {"commit": "4a1c7834a07e4c120add0554886ce3ecdd7c6a38", "message": "fix pep8\n", "proba": 5.926127641942003e-07} {"commit": "af74f1b0048afbffb0194093a16f2333724bf5f3", "message": "Storing metadata into the db PeriodicTask.kwargs field. Added docs.\n", "proba": 1.0795743321523332e-07} {"commit": "b285e55ae8c6b339e9374f7505c0d03c10589be4", "message": "removed placeholder\n", "proba": 1.265500031877309e-06} {"commit": "cb2bfc849e579fa866e86a3fa6bc73e6bb45ad4c", "message": "Add additional sanity checks and verifications to the data both before and after API is promoted.", "proba": 1.0022953489396969e-07} {"commit": "a8bc7a608e7b7de47b1f8ad1f9dec8ceecf2dd1c", "message": "Lint.\n", "proba": 7.115422135939298e-07} {"commit": "1b88ecb67d44cb814d4b349725917b466f39a056", "message": "Fix statelog reference\n", "proba": 1.600880068508559e-06} {"commit": "b2a857963f05830ed91ae91975cee0631494ff11", "message": "avoid changing dictionary size during iteration\n", "proba": 6.6583829720912036e-06} {"commit": "50dd2771cf2df9adbe5c833caf235c6c54f09a1b", "message": "added version and name information to list-sources command\n", "proba": 2.1354441059884266e-07} {"commit": "6597b9a053bfa297d2641a05fe2d3d1c5fa3aeb3", "message": "Removed debug\n", "proba": 2.4694548983461573e-07} {"commit": "e1411289564f1d901662537f42389c48a800278c", "message": "Add ability to add an artist\n", "proba": 3.8127225820971944e-07} {"commit": "b4d2ce605f5db1cf8f93cb0c2353e1b96205ecde", "message": "Better if condition in the spirit of defensive coding\n\nSigned-off-by: Christopher Arndt <711c73f64afdce07b7e38039a96d2224209e9a6c@chrisarndt.de>\n", "proba": 1.1794528376185553e-07} {"commit": "3e9399a4191371504f3ae5a9e49005fba1c6e20a", "message": "small fix\n", "proba": 5.359547685657162e-07} {"commit": "2874a0e02fb591a7725d1d5a401630e86e045d31", "message": "Changed output formatting\n", "proba": 1.539395725558279e-06} {"commit": "a2b3f4be5ae4f983e457b511a2e197849e1c5bc4", "message": "remove print traces\n", "proba": 3.1736726668896154e-06} {"commit": "4e5c5ddfa44d3a141c59f67ce5312809e78690d3", "message": "add locking for fftw wisdom\n", "proba": 7.517949711655092e-07} {"commit": "7e240c903d6ebc5225f941e1c36b585d914a0bfc", "message": "small bug fix\n", "proba": 3.1036645964377385e-07} {"commit": "ac305168f906e0456feeac31527e6332627cf5ff", "message": "Bugfix\n\nSigned-off-by: Adam Obeng <64b2b6d12bfe4baae7dad3d018f8cbf6b0e7a044@binaryeagle.com>\n", "proba": 1.8076120511523186e-07} {"commit": "5ce89480127ae16b5a9f1a211538758a300a7f65", "message": "use a \"bitwise and\" to increment xid\n", "proba": 5.1982842705911025e-05} {"commit": "95b6506c18112d2294eea40077b0a9ac4140a89e", "message": "fixed key lookup in definition creation\n", "proba": 2.2754761630494613e-07} {"commit": "e0c029837ca35b74862aa8869f1616a637b0a74e", "message": "Clean up blink.py\n", "proba": 0.00025089000700972974} {"commit": "af501d5a5f7d91c94cdbdeae52af5c0b16fb3e88", "message": "Current directory tempfiles creation.\n", "proba": 1.301831531463904e-07} {"commit": "7885e728de3121973da993bb9c4259dd844e5c02", "message": "Change the options letters for add hosts\n\n-k: set the known_hosts file\n-a: add hosts to known_hosts\n-K: becomes -k\n", "proba": 0.9999979734420776} {"commit": "3dba991c10762d9cb827f5e11cc6e7597a649168", "message": "Fixes typo\n", "proba": 6.325863978418056e-06} {"commit": "9e319b0c7420e6ede4c6618743176cf6f784ecc2", "message": "made map() compatible with python 3.x\n", "proba": 8.448112112091621e-07} {"commit": "6998f9b03d50d2e0dca9ee298aeff086fef1e521", "message": "better logging for autoimport errors\n", "proba": 3.4094858847311116e-07} {"commit": "aeb7e382b9906694d3ff394dfe764e768911c0ed", "message": "version 0.11\n", "proba": 1.0802299357237644e-06} {"commit": "b31c77c39ae15d9ea61cd8ba5bc171d1b15df2ba", "message": "Silly Error\n", "proba": 5.928172868152615e-06} {"commit": "895365976593d61e84bb0e60c427b935b03d6b90", "message": "solid pure\n", "proba": 9.430428349332942e-07} {"commit": "a01e24c067daa7f8e5b64dfab93458f2679b6568", "message": "dont allow a new agency task to be rejected with an unapproved replacment agency\n", "proba": 2.274209265351601e-07} {"commit": "79a41a6cf8f6f0f128ef2734e03834f9dd250e02", "message": "#404 band aid fix for now\n", "proba": 1.0873880285089399e-07} {"commit": "bbc8b58c2413ff2136e1cfa7d3d2e604a7b77ac3", "message": "Fix reraise again\n", "proba": 2.3193868514681526e-07} {"commit": "de85efdcf603452cc225a09fe83cfe298ee3ed6f", "message": "Fix a potential bug in the local task queue\n", "proba": 8.209973748307675e-05} {"commit": "5db20f0027f865e1383c151838925bc14a42941a", "message": "Fix small type in declarative container docblock\n", "proba": 3.441343505983241e-05} {"commit": "af733edf5cca359f7aa932553a07fb559c7c6355", "message": "Fixed #12892 - Fixed unicode related bug in a utility function of the admindocs app that prevented it to be used in non-English environments together with certain versions of docutils.\n\n--HG--\nextra : convert_revision : svn%3Abcc190cf-cafb-0310-a4f2-bffc1f526a37/django/trunk%4013192\n", "proba": 6.582534979315824e-07} {"commit": "1d3b84038bf1d17fdd71419a6de5ce4ab1c87223", "message": "Fixed the get method, since everything is now wrapped in the SqlAlchemyQuerySet. Added in a first() method on the queryset, just for fun and because it's available in SA.\n", "proba": 1.0014278473136073e-07} {"commit": "5cff50fac9a1005512ae8f534966ed936840e552", "message": "issue #61 : added sparcv9 support\n", "proba": 1.213659146515056e-07} {"commit": "612a2c05ce033b36e7790d51dd6bae1665fe70c2", "message": "fix ``Multihash.__str__()`` for application-specific hash functions\n\nAs for ``X = enum.IntEnum('X', [('x', 1)])``, ``1 in X`` raises ``TypeError``\nin 3.8 <= Python < 3.12 (see and\n).\n", "proba": 8.018942935450468e-06} {"commit": "d45e0265125201d3c53caf509ae8384f2d5b4d43", "message": "spelling\n", "proba": 0.0006481820018962026} {"commit": "b9e3f83b91f3ddc80f660f8521a231509c7203da", "message": "use an explicit Jinja2 environment\n", "proba": 3.7831634358553856e-07} {"commit": "8ad4de40f95e0192a1d27c31bfdef64a8637b4a3", "message": "Implement screenshot for windows with ctypes.\n", "proba": 1.1757557416558484e-07} {"commit": "b330049e1500fdcd8c0a906dab37abf70b05c997", "message": "error-log bug - sights by sptonkin\n", "proba": 1.2671530669194908e-07} {"commit": "812696c2b42f4d0712274f5710b35d2d3fd041a2", "message": "add ct_group_code\n", "proba": 0.00012121930922148749} {"commit": "40721a16443ead6524415e4905ca65f8cf21a829", "message": "modify docstring\n", "proba": 1.5368024151030113e-06} {"commit": "4578602bc2026365f9cb3894d09a9e777a9fc9ff", "message": "ratings\n", "proba": 7.199303695415438e-07} {"commit": "1a8eedc3f464e983b5db6851b25a136f82513109", "message": "more fix\n", "proba": 1.9487900715375872e-07} {"commit": "7a9330360dad01879a1d1e0a2aaf6cdb44303585", "message": "Fixed Dropbox feedback downloading\n", "proba": 2.0584582216542913e-07} {"commit": "6aea3bb930ca29c91111932a9ddb0a898ce5b4a2", "message": "switched to OrderedDict and decoded a requests response using utf8\n", "proba": 3.5070792137048556e-07} {"commit": "a27185c46810d5364bae55d0fa6ab0d5a08b6bd0", "message": "MOD some renaming / tidy up\n", "proba": 1.4729121744494478e-07} {"commit": "932f666f766375f2ac6957ceacae6410acb79ced", "message": "chmod +x\n", "proba": 3.0249805149651365e-06} {"commit": "298b9bc11b98522cc939a4c39995489a7ec299eb", "message": "Fix the incorrect index.\n", "proba": 0.9939034581184387} {"commit": "a14e9874a7bb44272e6a6f8d4ab62533ef1e2b4b", "message": "there is an object at 0,0, so have to look away\n", "proba": 0.00014519081742037088} {"commit": "bbcb0707f47edde48c77a14c722fdd42fee7eb77", "message": "Add some missing 'self's\n", "proba": 0.9999961853027344} {"commit": "259e04dfbba77a4e9699ae807ace50a5f5fe1712", "message": "test_alert_rules does need a resource group\n", "proba": 3.360883783898316e-05} {"commit": "2cc8398e42a643639e047145bda8dd975c262d07", "message": "Apply session naming corrections suggested by hans!\n", "proba": 1.0482030177172419e-07} {"commit": "7176bfa356737b53b14ea33c3f5892b33881447a", "message": "Fix space in key names\n", "proba": 0.9999994039535522} {"commit": "cbf1c6609b4412a2bf7d063a3ebd8bd94ea32aa0", "message": "change the data structure of categorySum\n", "proba": 0.9995846152305603} {"commit": "490964658e26eaef228e343aaa6d68e0a1cb12aa", "message": "Only show permissions for enabled features\n", "proba": 1.2780807878698397e-07} {"commit": "2ff27a8dbe7ca0ef3364f82523be2a5739416c96", "message": "more logging\n", "proba": 1.2450354347492976e-07} {"commit": "6bfcab7236c1b9f0678d15c02124128448935228", "message": "Provide more params\n", "proba": 3.3111971333710244e-06} {"commit": "a143d7f9919d4c739427a4bef92a8f3aa303bce6", "message": "improve readability\n", "proba": 0.001630107988603413} {"commit": "8b54878043ee63be07771bcf5acccc95f93578d2", "message": "Revert \"Authorship Attribution Naive Bayes\"\n\nThis reverts commit f62f3f12e5459b43d33b6e786f49a2ff8c55a2d1.\n", "proba": 1.9100748716027738e-07} {"commit": "812afb23c6407ce113ff7f5f286c508ee82b9d53", "message": "almost finished OSIRISReader (machinelearning ready format)\n", "proba": 1.0725898391683586e-07} {"commit": "258830fc434490e5ea3105b8746760a74054f2de", "message": "nanshe/box/__init__.py: Cleanup/update package documentation.\n", "proba": 1.20271081982537e-07} {"commit": "cb480fe2d5a6d51dc8b0bded7940c7753da4996b", "message": "set kvpairs in hdf5_to_ramon\n", "proba": 1.1939857813558774e-06} {"commit": "e10b45dc045fb3c4fed3bd9211aa14b51fb389a8", "message": "more style fixes ...\n", "proba": 1.1287168888429733e-07} {"commit": "6a5b0fe20357a4f07c314f4e561ef0ede10d5690", "message": "Bump nesting media version.\n", "proba": 1.1916908704279194e-07} {"commit": "ec999e5f511528f1c13ce7663a2217f11f9e65eb", "message": "Add more printing options\n", "proba": 1.5140805942337465e-07} {"commit": "6fa5d8a7fab3c88a78ad9db5935284fd8a071149", "message": "Modified spine. Integration works for the cai pool not for the cali pool.\n\n* The internal concentration of calcium seems to be working and NEURON is able to integrate properly\n* The pool of cali is not properly following the calcium pool. Further investigation are needed to discover why\n\ngit-svn-id: 9a22b7f8a79908bf5ce2c9bb44a2864bb08ec6da@1409 47c4ba39-c54e-0410-9af8-a8dc67f891c1\n", "proba": 4.632077548194502e-07} {"commit": "1cb0b02b2f36c73702f9cc0e936eae6379e8a171", "message": "upped version\n", "proba": 2.491625537004438e-07} {"commit": "189516852460adf07b6da1ff59e13965c9141469", "message": "minor update\n", "proba": 4.0402281342721835e-07} {"commit": "c9f8e96e68c6c1466fb2f61624cab6a68e9940ec", "message": "[new_pymtl] convert calls to range() to _ast.Slice\n", "proba": 0.0024195483420044184} {"commit": "a734add4de76c0769332a5fcd2a78cba9b20a477", "message": "Added participants for events\n", "proba": 1.2165932616881037e-07} {"commit": "93f66902263abef726661107f0301e908b2c2b01", "message": "always wrap for-iterator node in NextNode after analysing it (might have been replaced)\n", "proba": 1.2086117351373105e-07} {"commit": "5f67a4430bef337f6148eb76122707a659183e73", "message": "Road closures scraping fix (#209)\n\n", "proba": 1.2111928526792326e-07} {"commit": "621a30632cf150ce52cdbde423967a61ba9d5a6d", "message": "add BASE_ADDRESS to travis localsettings\n", "proba": 3.0725124133823556e-07} {"commit": "5cecf0b9358d071fcde538b77c88bf52ac610361", "message": "Add '*' CN to auto-generated ssl certificates\n", "proba": 9.571535883878823e-06} {"commit": "0724918015777948a3b1b6622418429b3f9b8984", "message": "Prevent ExprStatNode value casting for \"void\" type.\n", "proba": 1.1496700835778029e-07} {"commit": "23e70670fca601f2b67275e677af104584db0dec", "message": "backend: add AVP support\n\nLoad a new psycopg2 module to correctly handle hstore => dict conversion\nand vice versa.\n", "proba": 1.1021759149798527e-07} {"commit": "8e5c0190d68de42c4f89fa278d7b02217f8f06b1", "message": "Add \"Unit\" in Analysis data during json AR read.\n", "proba": 1.9003921636340237e-07} {"commit": "a6af60de7733944e6b1f7e4231f0af6f2a73e583", "message": "devel: moved error\n", "proba": 0.00018927131895907223} {"commit": "714290b8e2a1d43ac0c4f6250ee5b5c63d39ce5b", "message": "create chunks as needed during import\n", "proba": 7.17069553957117e-07} {"commit": "29c7169eaaec36e4f0ef6eba5fb0a14643ffa7a4", "message": "clean up overloaded C++ assignment analysis code\n", "proba": 3.952161023335066e-06} {"commit": "06b753569957ac78d8c92ec2e5cc0d14c0dff970", "message": "BASE: improve workflow print", "proba": 4.780605991072662e-07} {"commit": "aa8d34ce795344371c0f1ecefa813d8f41c7e4d9", "message": "multi-line docstring has a blank line between last paragraph and closing quotes. cf PEP 257\n", "proba": 5.76520906179212e-05} {"commit": "fadb438642c27f2052251539059b054404e4fde3", "message": "Force redirect_uri to use https\n", "proba": 2.816018991325109e-07} {"commit": "60e3b6f489ef08a5ab52407ee52758e86c976e8f", "message": "added ability to construct from own type and not fail\n", "proba": 1.6574681183101347e-07} {"commit": "ac0b74c55689975a66f67e104c51226fc805257e", "message": "Catch exceptions from plugins\n", "proba": 4.23497027668418e-07} {"commit": "54908a3712b9dc0a12a10d532c9f2da66fd4416d", "message": "multiproduct: and remove the values from the model module - towards #105\n\ngit-svn-id: fa56b3725f8795e2c24e2b4413b3767e83184823@1352516 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0673271617633873e-06} {"commit": "993e487a7ed3adb707039c12ca8b8c1c3ad21359", "message": "added is_scalable to compas.robots.Joint\n", "proba": 5.293995855026878e-07} {"commit": "2b9a2df2417b6d391376614c5141489d071bd7a3", "message": "Wrong residue_number extract for rotamer generation. Couldn't catch >999 numbers.\n", "proba": 1.518349250773099e-07} {"commit": "a29d75fdf25d781b0c4045bcf9072f4ff25aa150", "message": "Added try / except for parsing interactions data.\n", "proba": 1.0366908043124567e-07} {"commit": "3000a24bf4764b0ceb034a12c4c4ae868ee605c3", "message": "BF: try casting to the \"old\" type while comparing differences underlying hash values Closes gh-156\n", "proba": 5.192447360968799e-07} {"commit": "dad2fa37417b1524d4651784f87cb096eb521092", "message": "[LAD] Initialize globals in a function and catch exceptions\n\n[LAD] Initialize globals in a function and catch exceptions\n", "proba": 8.124849273372092e-07} {"commit": "fca2d33754c049c4d4ab3e68e643364ed15b94b6", "message": "added python 2 unicode decorator\n", "proba": 1.7690959793981165e-05} {"commit": "c24d851348790d761d320dc14999316af66055a4", "message": "Added mechanism to check that no new points are added\n\n- Fixing #1829\r\n- Also removed unused import.", "proba": 9.90450104154661e-08} {"commit": "511bcd064247f4a6b434ef15da23ec742aa6805f", "message": "macos build script\n", "proba": 3.627983744536323e-07} {"commit": "a6ea68ed65b53212e3e3465a637015162cff1739", "message": "added mfsave to metrics\n", "proba": 2.571637764958723e-07} {"commit": "f9a29ac35510878d2185168f81d34a7c5f914bec", "message": "Fix #33: Handle URLError < name or service not known > errors\n", "proba": 1.9357776182005182e-07} {"commit": "cfc237eef6c7d854cc32e7f08df4ce62ff2f20a6", "message": "improved: shutdown of threads\n", "proba": 1.2573630101542221e-06} {"commit": "c86668b52925fbf97252ea0accda6276d468ebb5", "message": "episode route\n", "proba": 1.0304273700967315e-06} {"commit": "2de5607b3e728af1849d5ad1eda3de6491f715a9", "message": "Added handling of missing file names to Excel UI.\n", "proba": 1.0872345512780157e-07} {"commit": "1ad828207f67114f4cd16a896ba294c43fd86341", "message": "wfs.py - tweak wfsfind pars; fix cr reject to not nuke bright spots; reject spots that are fainter than 1/4 of the max\n", "proba": 1.42187786877912e-07} {"commit": "ba099ab7d2bfb06e391068dc2147cc404e13f527", "message": "fix str concat\n", "proba": 9.909610525937751e-06} {"commit": "a0e0e7130d01810578888a33605afacf0e44a676", "message": "bump sphere min dist constraint + update docstring\n", "proba": 2.0897716979106917e-07} {"commit": "c77f5183925cd8f25a9bf369dae09654e6392097", "message": "Replaced tf.train.shuffle_batch() with tf.train.batch(), no more shuffling since training to classify sequences.\n", "proba": 6.669013714599714e-07} {"commit": "48b30c4d964b727c3e554e18b05e1c95aaaedee9", "message": "Tweaks to RMS\n", "proba": 3.3258297094107547e-07} {"commit": "12fb77d2281f7653de0e4203ee556a9a26d5ca47", "message": "Put backends one per line\n", "proba": 8.597729674875154e-07} {"commit": "48f01c2e42290705b440f6d8b19e61d7ca21bc6e", "message": "refactoring\n", "proba": 5.272031557979062e-06} {"commit": "42a7e18a71973e9f76e61e64fb9b6a51896620ac", "message": "Refactoring imap connection\n", "proba": 3.3377642694176757e-07} {"commit": "13676a173340a9fd7edab6a1d5a6d991fb191989", "message": "1.1.3dev: Refactored `logger_handler_factory` in `trac.log` module.\n", "proba": 1.065237995589996e-07} {"commit": "f5da8fc541469bdf0ea226f56c82485505324bd8", "message": "pep8-ify\n", "proba": 2.8044084956491133e-06} {"commit": "98dcfe1e05d0c223944c99a22dc509887c84855b", "message": "update dev version after 0.34.1 tag [skip ci]\n", "proba": 1.0321017640535501e-07} {"commit": "5c0dc5c3c24dafb21432eefa74a2ad2eedcee6cc", "message": "update dev version after 0.51.10 tag [skip ci]\n", "proba": 1.0267532246643896e-07} {"commit": "e3de96caf594b7f3f7ee2d140f965ac2971580e0", "message": "fix evaluation of dates where setup changed\n", "proba": 2.6016437004727777e-07} {"commit": "a10893732d1fe4ceb01aa79cc476c81a6efb7da1", "message": "set blank keywords to None\n", "proba": 0.9999991655349731} {"commit": "a21494714a566f0ecfec9d22bceb1a5dec312df0", "message": "Change candidate.py to what I thought was right - but it fails (code guarded by conditionals). Why?\n", "proba": 1.1670421429244016e-07} {"commit": "c786c316b85922abaaab3b4b901c293c52ff956b", "message": "Add use of iter_chains to basic_from_CDR (but find bug in iter_chains).\n", "proba": 1.1082385498184522e-07} {"commit": "c987212ff66034cb60ea81e77d64774b07cb046e", "message": "Adding some logging for Vault URLs\n", "proba": 2.848235283181566e-07} {"commit": "c647184c192333e16fa0a1f672bf7bac7459d723", "message": "DavidBurns, on behalf of AnthonyLong, fix for issue 998 returning empty array\n\ngit-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@11136 07704840-8298-11de-bf8c-fd130f914ac9\n", "proba": 2.004923544518533e-06} {"commit": "57b6271e88b9b080c2df51e3effa00e53db1efde", "message": "fix transfer script\n", "proba": 5.513463747774949e-07} {"commit": "ab03600183a57b1986d690af88ec1fe6f01d7b0b", "message": "Rich and error output\n", "proba": 4.288197885671252e-07} {"commit": "0bb2c030bea79707140343e3350efcb0614bcec9", "message": "py bindings -- fix bugs in grouping\n", "proba": 1.4952399851608789e-07} {"commit": "ce40fa217363b351243177bdb63887dafd5d144b", "message": "\n\nCorrecting syntax error", "proba": 2.5558128982083872e-05} {"commit": "9f8a6502496dd53a9e058b7b604596b0a1a59073", "message": "pyaiot/broker: fix server stop/start from ipython console\n", "proba": 6.165624881759868e-07} {"commit": "87811410d11977d743733fac52b8aecd467037e0", "message": "fix an issue w/ unown", "proba": 2.6518864615354687e-06} {"commit": "4ea3c54c08ede4284c6bcda530764131d0854d35", "message": "Pass the form with the errors.\n", "proba": 1.2322442444201442e-06} {"commit": "19a3ce5a3d39f850275eeafb37183a35c775cfa5", "message": "Fix serializing bound methods\n", "proba": 1.7002123513520928e-06} {"commit": "e3353da26775c5d9e0367aaa407f10132264b95b", "message": "Pass bins through to hist2d.\n", "proba": 1.1009615263901651e-07} {"commit": "0f4fd00aac549c23ad67448815930138cda655e0", "message": "Mostly built, still validating\n", "proba": 1.1321937165575946e-07} {"commit": "74241f186bda5be34d31e50c88c239ef1d3b6b61", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "d47a61c6da80f48f62c77ceaf1a0717ef9fcd8ae", "message": "Update mob.py\n\nmobs now have visibility attribute, and can see the player", "proba": 1.2232246149324055e-07} {"commit": "7e8919cce9430828f47edb853bb62f05fbd48a74", "message": "Remove weights.\n", "proba": 6.516007033496862e-06} {"commit": "1114eefeebb9f385103cc49687a423731444eab8", "message": "adding top ticks to the histograms and allowing to change maximum number of ticks\n", "proba": 2.841189825630863e-07} {"commit": "4505fe53262280b7e53a3d6c15f05add820801df", "message": "Implements Summarisation and Visualisation of Task Runs\n", "proba": 1.6900473553960182e-07} {"commit": "1d9659df7866cc0642b8687d6e2c874522b18442", "message": "Modifiers lower.\n", "proba": 7.244622679536405e-07} {"commit": "508f902c169c9831f92c2c18abadfde49f76c7e3", "message": "Clean up missed conversion from _expected_seq to _expected_list\n\n\n", "proba": 0.00017173045489471406} {"commit": "f5dc214d261fedb12c3261f7fe2c5fdc38b4229e", "message": "fixing the --load-linklet flag\n", "proba": 6.553703428835433e-07} {"commit": "16257cff96686f90847d3cb37ae924fb2b82fa93", "message": "Improve error messages for 'monitor'\n\nNote: check first if string to avoid elementwise comparison warning.", "proba": 1.1809835598342033e-07} {"commit": "13fedc9aa3e98dd92632bdc48da40a7ab0abcba6", "message": "import\n", "proba": 9.398250995218405e-07} {"commit": "1c1c64e48e6e37603e6cb97099bc3310ee690793", "message": "fix typos, allow dumping of test logs\n", "proba": 1.7166714769700775e-06} {"commit": "018cf55955a470724753be099641863f8441654a", "message": "T631: first full generated config file with XML and Python\n", "proba": 1.235848543501561e-07} {"commit": "9f3d77a4ee76101edc30bfb8806a0e583147e334", "message": "Added rudimentary techno-single8 support to resynthesize\n", "proba": 1.2822854955629737e-07} {"commit": "8403160409190303c20b8e56835786ce9d7f174e", "message": "Get around having to update the directory paths all the time by setting SOFTWARE_DIR according to user name as a poor man's deployment profile\n", "proba": 1.9934124395604158e-07} {"commit": "2121a5fdd8f5862cfd44c71ffe013e38ed9db804", "message": "Cleanup\n", "proba": 1.4090286413193098e-06} {"commit": "8651e44f3fcd765240accf3f010f1c8117de347c", "message": "fixed messed up call in metadata", "proba": 3.2830726581778436e-07} {"commit": "d0d6f320f88551e0e6c04c0d7cc068f5979d3ea4", "message": "Update signals.py", "proba": 5.661160003000987e-07} {"commit": "e0d9c9aa004900e3f2c6dab9d50350b3ff8c3e69", "message": "cleanups 3 in main\n", "proba": 1.1107610475846741e-07} {"commit": "0c3d9eeef9f21d0f25d6b397cecaff8d28267d97", "message": "added TAG_Int_Array introduced by ymod\n", "proba": 2.3254133907357755e-07} {"commit": "9a3b4e1aaee874606615fa4b6df84c6614767374", "message": "Add type hints to `Config` model\n", "proba": 4.955641657033993e-07} {"commit": "3e207e435a116c38b4684c72d87ed4d5e9e7ecd0", "message": "Refactor EC2 keypairs exception\n\nAccording to the following document:\n\nhttp://docs.amazonwebservices.com/AWSEC2/latest/APIReference/api-error-codes.html\n\nThe EC2 API sends specific error codes when keypair listing or\nkeypair generation fails, specifically the error codes are\n\nInvalidKeyPair.Duplicate - duplicate keypair\nInvalidKeyPair.Format - keypair format invalid\nInvalidKeyPair.NotFound - keypair not found\nResourceLimitExceeded - keypair quota exceeded\n\nRefactored create_key_pair and describe_key_pair so that\nit throws the correct EC2 error codes according to the\npublic EC2 API specs.\n\nAlso removed some duplicate exceptions as well.\n\nFixes LP: 1072318\n\nDocImpact\n\nChange-Id: Ib7045e49211d9300e9cb6ca0bfe80e569d635c9b\nSigned-off-by: Chuck Short <753a8074f04ffd62a8fff7516e3ae689be8e35ad@canonical.com>\n", "proba": 0.9999637603759766} {"commit": "5f644543365ee5ba9ab6f94938f502363997b09a", "message": "Comments\n", "proba": 4.2012280232484045e-07} {"commit": "8025d0a2f28c7cd685ca6efbfc662d5ccaa602ca", "message": "Initial return value to None for composed functions in case empty function list given.\n", "proba": 1.494855013106644e-07} {"commit": "13f2f63ae58e9ee246c9627493070aeee9595913", "message": "restored old fit_powerlaw output format to pass tests\n", "proba": 1.8209226482213126e-07} {"commit": "bd66a58fb45694cc842c4e1ae2aa675f8c47a84b", "message": "Fix pip not sending 'install' command argument\n", "proba": 3.938357986044139e-05} {"commit": "21b2f49cbf33fdb21484efe1a9ae135d579e552b", "message": "change how lines are broken\n", "proba": 0.016884902492165565} {"commit": "af40817057479408cd2fccfa6306e04fd0dfa2c4", "message": "porting patches from bzr...\n------------------------------------------------------------\nrevno: 329\ncommitter: Michael Hudson \nbranch nick: pydoctor.dev\ntimestamp: Thu 2007-04-19 08:59:34 +0200\nmessage:\n better error messages and thresholding\n", "proba": 5.624866616926738e-07} {"commit": "80a8f7fe3c9feabb9cfde4c4465100c0799acb34", "message": "Tiny change to docstring example (elementtree only returns unicode strings when needed)\n", "proba": 1.1654194764787462e-07} {"commit": "d860708cc6c0985f9287c8dbd22ba6433b8c1921", "message": "Added spectral filtering updates for vdisquants from drop files. All filtering should now be disdrometer agnostic\n", "proba": 1.3561522393956693e-07} {"commit": "0c13e74ee8cd720715679c361ffab259b5ffdb62", "message": "Ensure we only try to convert text files to Unicode, and rely on requests to determine the charset of the text.\n", "proba": 1.2391009818202292e-07} {"commit": "eef60bf009ec89d89e32d47c83d0ad17deb18ec6", "message": "Slight tweak to nox.py format\n", "proba": 2.287314231352866e-07} {"commit": "398a24463f159d8962a3e48395b7e077f23c10d0", "message": "Raise tvdb_episodenotfound if airedOn does not find anything", "proba": 5.3606425353791565e-05} {"commit": "d430a7462df75c62483d4140e12637a8bd8ab0bf", "message": "Regroup the code generation in the Generator class.\n\n - Use the nodes of the AST instead of using only the environment. It makes\n\tit much easier for the generation and it is more extensible in case\n\tthings change.\n", "proba": 1.1892204554442287e-07} {"commit": "c6ab73a718d7f8c948ba79071993cd7a8f484ab5", "message": "Make our account pages require a logged in user.\n\ncloses #221\n", "proba": 9.5765310106799e-05} {"commit": "dc652a284fe22627b0ccf922d5413c65efefa513", "message": " * make it consistentify the Mana Cost of lands\n * clean up some stuff\n * vernum bump v0.0.5.0 -> v0.0.5.1\n", "proba": 0.0001607434096513316} {"commit": "67b135351ebd3c6fee788a18c347800bfc040779", "message": "cleaning up random bits in code\n", "proba": 3.533133394739707e-06} {"commit": "33d097f0b17b55b2542c5bf23acffbf3e0184dc6", "message": "Fit to the flux rather than the optical depth\n", "proba": 2.582247020654904e-07} {"commit": "b03690576b72a3d1cf2c9d3ecff881844aee6c31", "message": "Garbage collect ShowContainer\n\nKeep only last shows (one hundred)\n", "proba": 1.0908072312076911e-07} {"commit": "c4e4268fa3fe20789dd4f99e78db05ce59fb9ac3", "message": "try to add metadata directly at the notebook level\n", "proba": 2.70235972266164e-07} {"commit": "6929bd3769e979970300a0bd4708a61df664cdb6", "message": "Remove remaining PY_CALL_TO_LLVM_CALL_MAP\n", "proba": 1.2172576134616975e-05} {"commit": "d9544972add9caa431ef0fddc93448a6c5414b19", "message": "Updated data/thermoTest.py with new data from RMG-Java.\n\nI a not sure when or why the estimates stored in this test file\nstopped being the same as the estimates we get with either RMG-Py\nor RMG-Java, but I replaced them with what RMG-Java *currently* gives.\nI.e. if it passes these tests, we are once again the same as RMG-Java.\n\nMost of them now pass, but notice the symmetry number changes for two of the\ncyclic molecules c1ccc2ccccc2c1 and C1C=CC=C1. I think we currently\nget those wrong.\n\nAlso changed the checking to check we're within 0.1 kcal/mol, 0.1 cal/mol/K,\ninstead of 1% or whatever it used to be.\n", "proba": 1.1295594504190376e-06} {"commit": "eb6aa917614235ac7f2e66d4e07e61e7c468811f", "message": "refactor: Update error messages\n", "proba": 0.9996102452278137} {"commit": "a64dbadad9a0b42aeaba200d93d7209c2c65f97b", "message": "PacketEngine testcases success, remove Mumbojumbo\n", "proba": 1.03828438113851e-06} {"commit": "58897e9ff206311f5bfe97dea8c82def652c0721", "message": "Only concatenate if needed\n", "proba": 0.00016941882495302707} {"commit": "db5ec2bf794ef31f16b2761e7480f7cbd3e4c65d", "message": "bug fix in mflist_budget_obs - option to save setup file as bool arg\n", "proba": 1.4346009891141875e-07} {"commit": "7bfe9a72fd44eab678a8742b99c1965b9e51bffc", "message": "Support getitem of a tuple var and use tuple table to go back to individual vars.\n", "proba": 1.042862578515269e-07} {"commit": "8caf4419321f09c33d2db6daa72f9085e959fb47", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "265c3a9871b5d566ec50a9f868a1c5e2434ef68d", "message": "Copy mount_dir to remote, if remote is empty, and mount_dir has files. Closes #7\n", "proba": 3.269343835654581e-07} {"commit": "dd94c9459f4268a0183bb7b489b5f42971aa7a0a", "message": "removing the possibility of duplicates\n", "proba": 0.9997405409812927} {"commit": "db67937c9547be1248190f7a934ab6247df04a52", "message": "Refactored API._load_entries\n", "proba": 1.5731596931800595e-06} {"commit": "b8e2f4030873611928124d2361582d59f1a112ee", "message": "fixing broken comment\n", "proba": 4.082998543708527e-07} {"commit": "3b7ce3ad41b8416c529edc58c5bff2bc70be29b0", "message": "more docstring improvements from Pauli Virtanen\n", "proba": 1.6082297804587142e-07} {"commit": "372b58e04b4a73c6cad7d0b2fd889cb483d7d8a2", "message": "decreased batch size\n", "proba": 6.0589712802539e-07} {"commit": "55709f39da3234b9fde913affcfe31da54fcd35f", "message": "do not send stanzas addressed to base jids back to sender itself\n", "proba": 1.3212344640578522e-07} {"commit": "ffb45c5f107795752a55976b185ed50784aed744", "message": "BUG: linalg: norm was computing and then ignoring a product\n", "proba": 2.375286385358777e-07} {"commit": "40fcff7371f1ed87542396412c5176ebdd3bd271", "message": "fixed import loop\n", "proba": 6.89800288000697e-07} {"commit": "28fc9a23127e1c0357797165782014476dfc050c", "message": "Optimize imports\n", "proba": 1.9769765913224546e-06} {"commit": "dd1e27e4540c78ec0da8f4351304d3d73416fc6f", "message": "date encoder bug fix\n", "proba": 5.741937343373138e-07} {"commit": "4d05b4bd67a2c5968d166190d27f8c8b36415607", "message": "[03.10.2016, CS]: add .convert(), because the blit() is faster;", "proba": 3.820296683443303e-07} {"commit": "6eae34217f3701d20e022a52e2d67b182f923374", "message": "fixed comments\n", "proba": 1.979990713607549e-07} {"commit": "60e7d0e223cf76dca2420f0e9f7630bafe314451", "message": "Fix font.Text.width.\n\n--HG--\nextra : convert_revision : svn%3A14d46d22-621c-0410-bb3d-6f67920f7d95/trunk%401991\n", "proba": 6.265057891141623e-06} {"commit": "fae2ab6973d7ea6c47703df7fe70287eedffc095", "message": "peacefully exit if command not found\n", "proba": 8.106165978460922e-07} {"commit": "bef284754198970000f341722587851ec47b58cb", "message": "Issue 281: don't pass fontconfig unicode strings.\n", "proba": 1.102026701005343e-07} {"commit": "23edc55ea55c8de7117d48692e2ba0e6fac86d5e", "message": "Force integers for advance, ascent and descent in freetype.\n", "proba": 2.0850021087426285e-07} {"commit": "752d4a33bf8a75c26c6d9e7e1587cb17d2621a62", "message": "Fix header parsing (header_byte_count does not include optional KLVFill)\n", "proba": 1.8523853384522226e-07} {"commit": "34a92818a7c30a92f9e515f0a48dd379997bcbef", "message": "Issue 285: default position for AbstractDocument.get_style\n", "proba": 1.3827865075199952e-07} {"commit": "2c2714a8c9758711541b66d709af482c02c3325d", "message": "Adjust set_pager_from_config to match the new refactor.\n", "proba": 1.11918254219745e-07} {"commit": "cf01a420d8794f83ccb75c33bcc84908bb98d287", "message": "add backtick escape\n", "proba": 2.3979930574569153e-06} {"commit": "383a9ca257bff3e1f1ebb0d5abaccaf9fcffc86e", "message": "removing the archives pages from the list. Fixed #9\n", "proba": 2.4644342033752764e-07} {"commit": "4cdcb546951c6f193c557bf8d3ee45789aeba8dc", "message": "rust: Add async, await, try keyword\n", "proba": 5.686895860890218e-07} {"commit": "d94fc3e378e71abfe9323a7f15ed1c53af87a7b0", "message": "Add CMakeLists.txt filename for CMake (#516).\n", "proba": 1.0862851951287666e-07} {"commit": "d420ae5370ad13f168063411635797de9f3148bb", "message": "catch all autocorr errors\n", "proba": 5.876489467482315e-06} {"commit": "84de9f3444d84139d5016efca1e5841a1b80da73", "message": "fix small bug if n_eigenvector is set (#29)\n\n", "proba": 1.210807170082262e-07} {"commit": "974137f80101411d528dac23cd1989dcb1b0bb65", "message": "Add Fedora/Gentoo support for linux_distribution fact.\n", "proba": 1.0922354221065689e-07} {"commit": "39dec2ae30ddd826551d141a8dc51904cf5e6727", "message": "updated some __repr__'s\n", "proba": 1.428629275324056e-06} {"commit": "cf69be5fbe27da218903e773d8f266e4748d2904", "message": "include_deleted is always False for csv_export().\n", "proba": 2.1088310120376264e-07} {"commit": "b8383a3db0f48848349fc452fa555598ae7b971f", "message": "Adding support for p_despatch generator trait.", "proba": 1.1189327864258303e-07} {"commit": "048aa3b71bd2bc77265969dd35e3955b9c49cba6", "message": "Improve RangeDict implementation\n", "proba": 2.9422486136354564e-07} {"commit": "4bf1e702d5745fad42a5a4419b631bc02acf2807", "message": "* pymanopt/tools/multi.py: pep8 fix\n", "proba": 1.345796221130513e-07} {"commit": "eedd24d42c0ca32d0a07d251020504a29df6fe9f", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "c550fa983fb40b0cb15f26ee0b2c8debf89db48c", "message": "Removed redundancy in fitting method, removed unnecessary sorting method, cleaned up parts of the code\n\n\nFormer-commit-id: b8b4a53e572b5b0faffc093d5e0bd70d8f8d200d [formerly f467499c0e14ef72042b46bf68db06110d3b697e]\nFormer-commit-id: 8e0fa6451bd872ca728f303f4b14cb7c2d972e37", "proba": 2.8653154004132375e-05} {"commit": "6b6e27ea985e6a3e9ee57fb7232eb414ba551f7b", "message": "Remove deprecation warnings, clarify docstrings\n", "proba": 4.2272113205399364e-05} {"commit": "323146cab32321897a8f5b3e01d5af44b9c76037", "message": "Replace implementation strategy that hynek thought was too cute.\n", "proba": 3.059763002966065e-07} {"commit": "bcdc7388644e71852cfdd5d013f84648a0a25d76", "message": "fix for constraint angle offset query always being in radians\n", "proba": 2.0924478860706586e-07} {"commit": "d3886dd3dc86c00216e95ee7a13e1bb8d1d7fe32", "message": "util.arguments: compareCascadingDicts - added support for sets, useChangedKeys\n", "proba": 1.6896220245143923e-07} {"commit": "bde4347281002430bf9276db81f34f2db4f83d24", "message": "break the cut_ratio function in two\n", "proba": 0.0008506840094923973} {"commit": "f5354dd3824734ca999fbe4b501361fda020cf9f", "message": "removed extra parentheses\n", "proba": 0.00021391079644672573} {"commit": "a05cf5a78c82fdf3f6a271c06ef4ca3515d812aa", "message": "merging\n", "proba": 1.6437884369224776e-06} {"commit": "32aa6f677d5c53f73679d8ffe5f358e83c7c0564", "message": "Path update in imports for SampleData code in package core\n", "proba": 1.6521812540304381e-07} {"commit": "a2f0cf971f98ce15ac64b0c072bc2257332b4a7c", "message": "show pixels array for testing\n", "proba": 1.5590173063628754e-07} {"commit": "b4796111068525e312bfe1dda4a1a684575ebb95", "message": "update version info\n", "proba": 2.2800617216489627e-07} {"commit": "ed1a2952c638272a69c7e08c9cc2bec9df664545", "message": "Switched to a more reliable way of determining non-printable characters\n", "proba": 0.00019279027765151113} {"commit": "1332b835d450f73702f598f544308ec2807277c1", "message": "Bugfix\n", "proba": 8.038198870963242e-07} {"commit": "06d516958692dfc8cc9fd979081d5679a2255b1a", "message": "fix BasicAuth in http request node\n", "proba": 7.286869276867947e-07} {"commit": "5134cb050e699d6f63554029d117d7ba833cd54c", "message": "SQL access backend defaults to disallowing registration\n", "proba": 3.0651955285065924e-07} {"commit": "3c0ce6ffe6f0543bff0a59974f9f51f96fd74196", "message": "Fix tests with correct coordinate order\n", "proba": 1.1552919204405043e-05} {"commit": "15b7c161bd30be6aa72d0565f0784d1ff3158560", "message": "Fixed failing test\n", "proba": 3.6798800806536747e-07} {"commit": "01e4f18a83f2020cf2714fbff7a2dd8680de1287", "message": "Finish 2.2\n", "proba": 0.0010099202627316117} {"commit": "61cf59e02875ed040e1fe37d9b6596900a683aa6", "message": "pwb.py: Simplify the import system\n\n- Use `import pywikibot as pwb` instead of `pwb = pywikibot` in the else\n clause of the try statement.\n- There is no need to call tryimport_pwb in main() because it's already\n been imported earlier.\n- There is no need to call tryimport_pwb in run_python_file(), just make\n sure it is imported before calling it.\n- No need for remove_modules() function. AFAICT, none of the\n config-dependant modules can be loaded successfully when the config file\n is not present. Removing and reimporting others is of no use.\n- Remove the tryimport_pwb() as is it no longer used.\n\nChange-Id: I49d728e08edd14edb5b4203d46349f39c1b75dc3\n", "proba": 0.0016395037528127432} {"commit": "418b2a952b5fdf344a4325dfc2d458c9b1df1cdd", "message": "assert that cc- and bcc-only sends raise invalidmessage error, squash python 3 warnings about deprecated assert_ methods\n", "proba": 3.183198202805215e-07} {"commit": "63c80718dbc3c2e8024ba1133a802e6d2e970b09", "message": "remove unused code\n", "proba": 1.6653786587994546e-05} {"commit": "714fd06c8358e7934b8bba47b1f3c07a72fa38c9", "message": "fix bug in rs_intrinsics between colour and depth\n", "proba": 1.9942301321407285e-07} {"commit": "da631ef2e5f4ec083d4d9494814f4840ad43c61b", "message": "DOC: updated docstring to incude raises\n\nUpdated docstring to include raises info and added missing description of instruments.\n", "proba": 9.739198958413908e-08} {"commit": "2ec2d753d988fe3e5397e72ac87a8a845eb63523", "message": "Pull fast matrix creation to ERI\n\n", "proba": 1.6118504220230534e-07} {"commit": "2db939fa87722f1d956d8c83fb371dd10eda45ac", "message": "Remove pointless end/start bold tags in Lords - nagging feeling this might cause an issue, but I can't see how.\n\ngit-svn-id: 285608342ca21a36fbe1c940a1767f009072314d@9655 9cc54934-f9f6-0310-8a8d-e8e977684441\n", "proba": 7.224993169074878e-05} {"commit": "2182969ce32025b2a3a97db46536ce22792836b0", "message": "Daily work autocommit\n\ngit-svn-id: 285608342ca21a36fbe1c940a1767f009072314d@9331 9cc54934-f9f6-0310-8a8d-e8e977684441\n", "proba": 4.280022665170691e-07} {"commit": "4cb48de52e7476ad90482d7177432691c4e98970", "message": "Prevent Exception when no first_aired is provided\n", "proba": 3.816626019670366e-07} {"commit": "d600781fcb8bcb1a45ed606abe3c3945d5d75809", "message": "getVarBindTable() fixed and simplified\n", "proba": 1.5817043674815068e-07} {"commit": "9c95e52ebbce798573d418f0e100e3c452182735", "message": "typo fix to snmpInASNParseErrs MIB variable\n", "proba": 0.001204299507662654} {"commit": "026e09b9bc2753ebc8f30975eeac403c792f697f", "message": "Ajustes para o namespace do CT-e\n", "proba": 2.3581462471611303e-07} {"commit": "294c5b31ad0ebc28f5dd4021b79e350c2b9025ff", "message": "TODO: Have _split_recursive work recursively.\n", "proba": 6.287092446655151e-07} {"commit": "4fcf96c9496bc9e2f73cdbdb50b05ceca61317a5", "message": "Further optimized revdiffs.py so it checks the full set of revision IDs for a given article against the database all at once (instead of one at a time previously), considerably speeding up the re-running of this script. I also suppressed most output to stdout, opting for status of how many revisions there are for a given article and how many are already in the db. Left unattended overnight, this script scraped all 39756 revisions for the given articles.\n", "proba": 1.6142317349476798e-07} {"commit": "9d4f7d927c8a2c112ff4e9302c1e5b47a981f769", "message": "Move learning_rate from instance parameter to train method parameter\n", "proba": 2.575635846824298e-07} {"commit": "f9e007e79296068a5e601221995e974cc24b6d0f", "message": "Standardize on batch_size as per Jeremie's notation.\n", "proba": 1.1432324953375428e-07} {"commit": "432fb944228eb01764c530f8052baffbe6585be6", "message": "rietveld: retry more transient errors.\n\nNamely these errors when applying patch:\n\n \n\n \n\nR=sergiyb@chromium.org,phajdan.jr@chromium.org\nBUG=601260\n\nReview URL: https://codereview.chromium.org/1876093002\n\ngit-svn-id: fd409f4bdeea2bb50a5d34bb4d4bfc2046a5a3dd@299837 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 2.5474564608884975e-05} {"commit": "b6070ab93d56de84b068bc363c1931771ebf7c25", "message": "Holdout fix\n", "proba": 5.472936663863948e-07} {"commit": "30e5b237017f8ec2ac94aa51841646f776cfc939", "message": "roll_dep.py: switch to argparse\n\nThis makes for cleaner code and better --help.\n\nAlso, handle case when deps directory does not exist.\n\nReview URL: https://codereview.chromium.org/1160833005\n\ngit-svn-id: fd409f4bdeea2bb50a5d34bb4d4bfc2046a5a3dd@295475 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 7.795566489221528e-06} {"commit": "8a6495cb4f1eb13c8881b61bb62a85c5b2e47b93", "message": "Clarify error messages in roll_dep.py\n\nIf you specify a directory incorrectly to roll_dep then it may not be\nobvious why it cannot be found. For instance, \"roll-dep tools\\gyp\" vs.\n\"roll-dep src\\tools\\gyp\". This change prints the full directory.\n\nThis change also clarifies what is meant by a clean tree to make that\nerror message easier to understand.\n\nR=maruel@chromium.org\n\nReview URL: https://codereview.chromium.org/1507623003\n\ngit-svn-id: fd409f4bdeea2bb50a5d34bb4d4bfc2046a5a3dd@297875 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.0004996145726181567} {"commit": "951ccb4adb507576496d4a1fd867d4b540c50927", "message": "Remove print\n", "proba": 1.5574403732898645e-05} {"commit": "93d16fa127941b67701616c8f70cee5f664e7e58", "message": "Support exact role name matches\n", "proba": 2.749314660377422e-07} {"commit": "261da1cf98568011607713458a10921c07871f73", "message": "Add any()\n", "proba": 7.587053460156312e-06} {"commit": "2a37e1afc4cede796e45a0115fbb9c7ac26bb582", "message": "Add some clarifying comments.\n", "proba": 1.295518785582317e-07} {"commit": "1583c30291fa22d26cc01c0b9010357cbf9d041c", "message": "Added output of the score value @ each reported instance\n", "proba": 2.8030774501530686e-07} {"commit": "c380915bd2291e42151ae51b74c525cdc7f9ca36", "message": "rom: fixed nothing id\n", "proba": 1.6655172885293723e-06} {"commit": "7d7d92def7608fc14d3177209aea1cc4f87bd621", "message": "Removed pdb on exception\n", "proba": 2.043715312538552e-07} {"commit": "6311c5a7cabcf89ae0e2da9187b7cdf81c89d60d", "message": "\u041f\u043e\u0444\u0438\u043a\u0441\u0438\u043b \u0442\u0435\u0441\u0442.\n", "proba": 7.478748216271924e-07} {"commit": "4c666748776fddc85e823b8bc39d3f7cb147a944", "message": "packet lib: fix icmpv6.nd_s.parser() and support NDP option type\n\nThis patch fixes parser error if there is no NDP option, and support\nthe class to handle the NDP option.\n\nI have implemented only the option type = 1 and 2. We also need to\nimplement other type, but this is enough in mininet for now.\n\n> Traceback (most recent call last):\n> (...)\n> File \"/usr/local/lib/python2.7/dist-packages/ryu-1.6-py2.7.egg/ryu/lib/packet/icmpv6.py\", line 87, in parser\n> msg.data = cls_.parser(buf, offset)\n> File \"/usr/local/lib/python2.7/dist-packages/ryu-1.6-py2.7.egg/ryu/lib/packet/icmpv6.py\", line 134, in parser\n> buf, offset)\n> error: unpack_from requires a buffer of at least 28 bytes\n\nSigned-off-by: HIYAMA Manabu \nSigned-off-by: FUJITA Tomonori <93dac1fe9c4b2a3957982200319981492ad4976e@lab.ntt.co.jp>\n", "proba": 2.9469336368492804e-05} {"commit": "95f79d6a512b34b4f53509dbc30b58be29d631a6", "message": "packet lib: For convenience, make packet into a sequence type\n\nProtocols can mow be accesed as packet[n].\n\nSigned-off-by: Shaun Crampton <0f856ed36f567386c7642f18677f2aea6a8da4e4@metaswitch.com>\nSigned-off-by: FUJITA Tomonori <93dac1fe9c4b2a3957982200319981492ad4976e@lab.ntt.co.jp>\n", "proba": 1.593702336322167e-06} {"commit": "102df66b828059290b7a45693d6a0dab3ecb40dd", "message": "firewall: Enable setting output policy\n", "proba": 7.641978641004243e-07} {"commit": "06c8852938fad4d56566d73ac7a01845aa14e14b", "message": "Linting\n", "proba": 1.97951612790348e-06} {"commit": "4f6021c884073e9e2a101858acd47f3a5c93e465", "message": "Fix cloud LXC container destruction\n", "proba": 3.915119577868609e-06} {"commit": "d16650a5625570d0ef290d27790c756eb9ab3141", "message": "clarified variable name\n", "proba": 8.72452073963359e-05} {"commit": "ec401a8b1fec010bc08338d77964db7e44cde173", "message": "Add salt specific udp stack behavior\n", "proba": 4.1244669546358637e-07} {"commit": "ac84094e1f4ddf216260fbbfea02e26d4c386dfc", "message": "Fix `pep8` `E302` issue\n", "proba": 1.0354809774071327e-06} {"commit": "47e729f9286e2c4fa9be45a5518fbc2280f78b4e", "message": "modules.boto_cfn: fix typo\n", "proba": 0.003987351898103952} {"commit": "17829ab38d2328bee6f82460c13d110b0e02969d", "message": "Fix name of dockerng module in dockerio docstring\n", "proba": 0.9995765089988708} {"commit": "d02e021a68333c52adff38cc869bf217deebfc5c", "message": "Fix pygame mixer init hogging cpu\n", "proba": 8.49809850933525e-07} {"commit": "7f1ef72f83bff7802d9c7c7f9c0a9b0b63329132", "message": "Fix dockerng _get_client() regression\n\nThis fixes a regression I introduced the other day in #40481 when I\nbackported auth fixes to 2016.3. I changed how the client was\ninstantiated and ended up passing an unsupported kwarg to the wrapped\nfunction. This resolves that regression.\n", "proba": 1.2523186398993857e-07} {"commit": "8872fb2f5fc569229d034649bbc5b6f0ad7010a6", "message": "Created local branch for newauth testing\n", "proba": 1.7283232978115848e-07} {"commit": "379b3eca1e2287b39adb690f66ca426b4a03fdb2", "message": "Remove dead code from iptables\n", "proba": 1.0031567398982588e-05} {"commit": "80c676c8d1b8a681a4f181100e4a63889d741a4d", "message": "fix method call (add missing params)\n", "proba": 1.9666180151034496e-07} {"commit": "71bc568ea37771a0b43dabc43cc37ff07040a123", "message": "Set loglevel to debug\n", "proba": 5.076527941128006e-06} {"commit": "21ed71cee4c6cc23e19d852ace200c1c74ddb6b1", "message": "iptables cgroup support", "proba": 9.561504157318268e-07} {"commit": "57495198ed6bca8f2b90360c208403b99652f3b4", "message": "more cleaner\n", "proba": 8.345891160388419e-07} {"commit": "c092eb0506468ee1a1009a95f21d2c0794678fc0", "message": "Updated documentation of iptables module\n\nThe documentation said use '--state' in build_rule, but 'state' kwarg is being ignored at line 246.\r\nIn bash, the --source '! 127.0.0.1' did not work, but --source '!127.0.0.1' did.", "proba": 4.978026026947191e-06} {"commit": "6386e8101f162b87758d569d930bafe11688bec7", "message": "MNT: Added checks for a 'time' field\n\n- First checks for 'time' at the event level\n- Then checks for 'time' at the event['data'] level\n- Finally grabs the seq_no from event if neither of the first two\n options are available\n\nMNT: More robust try/except block for finding time in data\n", "proba": 5.711075209546834e-05} {"commit": "51d770a3c6f4060ce7903fbc839e01474e292e86", "message": "Add user_update function to keystone\n", "proba": 3.81498466595076e-06} {"commit": "ed5925c678f32926bfe39fbb8b284511804659a7", "message": "Return False if the role update fails (return value would be nonzero).\n", "proba": 3.641096384399134e-07} {"commit": "0d2d572380097702d564074b72f99ea2de669189", "message": "fix issue #26207\n", "proba": 1.527515109955857e-07} {"commit": "b0795d60040d4e909efd525a0793d72667efe8cc", "message": "Update run.py for new wopt\n", "proba": 2.499636480024492e-07} {"commit": "2858723e805001d0b60449496829ce083edd3c82", "message": "added application management commands to rabbitmq module\n", "proba": 2.017127513909145e-07} {"commit": "804aa1e9798ed6e4c923129bf33c8b4e51e40175", "message": "Update: set default host for Flask server to \"0.0.0.0\"\n", "proba": 1.1108966901929307e-07} {"commit": "65384a8440bf134cb4844e9ee137a31486c7a181", "message": "brush up returner module to work, tested with the redis returner\n", "proba": 1.3461145442761335e-07} {"commit": "4a185268e832eb5f6e01cf878da20019a6b32d4b", "message": "Add zip to suffixes used for module sync\n", "proba": 3.445197762630414e-07} {"commit": "b3d841aaec8d5bf7e81f5458f09cd3e6b952af33", "message": "Update docstring\n", "proba": 1.205138460136368e-06} {"commit": "b72aebe725bb8bdf844f20505f8f6b064d6793d8", "message": "Complete support for restricting scheduled process running.\n", "proba": 1.1818612932756878e-07} {"commit": "58acee082d38fa951c2c0637ac9f10a5f344724f", "message": "'foreman start' now works", "proba": 1.8944335522519395e-07} {"commit": "0b20f54145f2ae126e5ea917bbfafeb84ae4dc16", "message": "py3: fix salt/modules/win_disk.py\n", "proba": 6.548074793499836e-07} {"commit": "7f844031fcc2f2d0d24f61ba192a25bc4191f3cb", "message": "Script parameters changed.\n", "proba": 1.4873013753913256e-07} {"commit": "827906832a098557696b3f806b57ff273620ba27", "message": "Fix up bad merge\n", "proba": 0.00010750362707767636} {"commit": "5756380437fd7380ddbc97dfa307627bd8ac858e", "message": "Version 6.0.0\n", "proba": 5.64507274702919e-07} {"commit": "b557e067646e85173c82958d9ad433016a054484", "message": "helptext ud\n", "proba": 2.3878949377831304e-06} {"commit": "7bcc275dce357164f97cd990b8c692e57b4baa7e", "message": "Lint + logic error.", "proba": 2.3020265871309675e-07} {"commit": "6a725ff6238fbe423453a544774d954804537847", "message": "[feature] ensured compatibility with 2d disp (mcournet comments)\n", "proba": 1.0017105722681663e-07} {"commit": "391d88961787aa077a14b90521701197907d8cf0", "message": "fixed a syntactical issue. Tested it again on my test setup, and it checks out.\n", "proba": 1.284983568439202e-07} {"commit": "2e7464d5d340df3841275a6784b4223c5ed9b8e8", "message": "Add no_use_wheel option to pip.installed", "proba": 9.476949571762816e-07} {"commit": "857d1645a0e6b59a66d30fb4e6055e796393e350", "message": "disable basic auth if no username configured\n", "proba": 1.3708290680369828e-06} {"commit": "3ec7a35698eeddb9c1dd3b4f51c50b51ffc16872", "message": "Change socks_socket to socks_endpoint\n", "proba": 0.0023937320802360773} {"commit": "4f19ebfc5e66c41fd53f7a2e543dc2622d2cafeb", "message": "Added function for easier handling of the \"useful\" part of the dataset.\n", "proba": 1.1555420087461243e-07} {"commit": "b52a271e6884b30cfc8c7f169d303f8b427b1db0", "message": "Corrected logging around get_latest_ami\n", "proba": 7.028388040453137e-07} {"commit": "0c93bc070fde86d58d3021c47d5df1163abddc98", "message": "Update __init__.py\n\nRevert version bump", "proba": 1.0024146831710823e-05} {"commit": "ac17be6a40f78abb9288a5dcfd1f491cb92296f7", "message": "Added defaults.\n", "proba": 1.3800935505514644e-07} {"commit": "3294085e2e4b14905612f49994bb8ff0a28e5895", "message": "Edit doc string\n", "proba": 2.399784307272057e-06} {"commit": "dadf149fd635feecf90794b14b2d48d45406ab34", "message": "remove filter classes from filter module __all__\n", "proba": 2.0993198290852888e-07} {"commit": "4b186114e5bf94b51c9487f7b08fc6ce5b1462fc", "message": "basic one-off expand functionality is now working in LongURL and LongURLPlease services, service selection seems to work too\n", "proba": 1.0189884136480032e-07} {"commit": "7405f54a5f6cd223c07db05180cd70c7318048b6", "message": "Skip workload execution for \"ref\" documents\n\nChange-Id: I37e830be5480fae07f0d197c3e50ba0153cf999c\nReviewed-on: http://review.couchbase.org/70064\nTested-by: buildbot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com>\nReviewed-by: Pavel Paulau \n", "proba": 1.7925141548857937e-07} {"commit": "babcb6c4d37596663c56ef33210f0d8c21913435", "message": "Adding site specific setting\n", "proba": 3.8422999182330386e-07} {"commit": "a3c6434e7df6ebd03b1283bb61dd5e13f3456807", "message": "Add length_check parameter to send_message method\n\nThis parameter should be used in case you don't want the length check. For\nmultiline messages, it's sometimes valid to have a message longer than 500\ncharacters, but then CE wouldn't post it anyway. So I added this parameter,\nwhich we need for SmokeDetector's new !!/errorlogs command.\n", "proba": 1.2071406274571927e-07} {"commit": "d30be2ed5a8c2f8f2611664be324af974b4d054a", "message": "Added notes to CSV export\n", "proba": 1.3589615832643176e-07} {"commit": "3dce775386eb83e8808d9096be63a48d4937cbb6", "message": "Include ATF settings in core while plugins are figured out\n", "proba": 1.3212344640578522e-07} {"commit": "64c4948e0a38d4462a63744a860d561ef535d585", "message": "SQL Server| Last fixes\n", "proba": 1.4450118612785445e-07} {"commit": "e4af382a65bb2a82dcbd05e8ce7b6d66e87053aa", "message": "Changing CSV export text format from ascii to UTF-8, since scandic letters don't show. UNSURE if this is working properly.\n", "proba": 1.3107425900216185e-07} {"commit": "b51339f85e75a4c34de15f074331a33bfc1d3c8b", "message": "Fix group annotation serializer\n", "proba": 2.2102371985965874e-06} {"commit": "bad11d9341bffcb1b55bc3c4f3a9c946dc58f4be", "message": "remove settings\n", "proba": 1.8415349813949433e-06} {"commit": "280e442810d03c201837d2d934ed54f99115aadc", "message": "Add test_pay_invoice_when_in_draft_state and test_pay_invoice_when_in_paid_state\n", "proba": 1.9767032426898368e-05} {"commit": "8677a87016d56f93b12037d6145ce9fdf500d5a9", "message": "Removed bogus optimization that was borking compiled media on the new teams panel settings\n", "proba": 1.3098291162805253e-07} {"commit": "3daca26e9a4a2b31704b29267f191d78d76825bd", "message": "Multilevel middleware is not optional, for a not-well-understood reason related to charts\n", "proba": 6.753509751433739e-07} {"commit": "46f897fd8aec4b70bbd4e1bd023fa22d221980c1", "message": "Move check for TESTING upper\n", "proba": 1.7408324026746413e-07} {"commit": "f97c1d9f93a3d5b4f5e8da25e6df388719c1b46a", "message": "Make unicorn installation warning less obnoxious\n", "proba": 0.0003497293801046908} {"commit": "f14d2df2604fcdec3c8d54bcfee16879e17f9ebd", "message": "Revert log level.\n", "proba": 2.288398519567636e-07} {"commit": "5b87c745115d3e0e00b354a108ef074756ce740b", "message": "code cleanup based on flake8 review\n", "proba": 1.513322871460332e-07} {"commit": "c6f663c105da35123d1e48108bc31e63842817b4", "message": "Correct the url for openid and the installed_apps\n", "proba": 0.0015455303946509957} {"commit": "9431cab3632020bdbd3d9adeebf5006001ad15c0", "message": "remove unused logger\n", "proba": 1.8860775981011102e-06} {"commit": "dcb005752b52883c87c95ae8b98548a25034d4eb", "message": "disattivati i template loader custom\n", "proba": 1.3475633409143484e-07} {"commit": "3786a1fe14eb3c21390801d49544025df6f4deec", "message": "[AC-8362] Add gender choices acclerator model string\n", "proba": 0.9994609951972961} {"commit": "5fa8bde9ca1ca579078df627da57b236ab0b78ce", "message": "Removed SES dependency for development. Fixed bug where DEVELOPMENT was used before being overridden by local_settings.py.\n", "proba": 1.0575592312989102e-07} {"commit": "68ebc651d1217ce09225cff1e0fa4f66c46a4fd1", "message": "new CHWManagerReport for mvp-sauri and mvp-potou\n", "proba": 1.1888417361660686e-07} {"commit": "bebde7572461255146186f3ea3d6be26721b2bae", "message": "allowed hosts\n", "proba": 3.6675581327472173e-07} {"commit": "aaa743b75c7ce2e28d32e47c46365a0ee3f8c81c", "message": "Belki simdi? v3\n", "proba": 0.007880116812884808} {"commit": "881af4f7c804305483e15033c66149811d994e1a", "message": "Install inventory app\n", "proba": 6.82838219745463e-07} {"commit": "fb5653f8ba45580b239f6d46b91ef91df4be3f49", "message": "new paramaters in settings.py\n", "proba": 2.4593771286163246e-07} {"commit": "b77199804dc4c9e6796e6f92158b2038b80304ee", "message": "Exclude South migrations from coverage report by default\n\n--HG--\nbranch : test_coverage\n", "proba": 2.5140693082903454e-07} {"commit": "d342031c7ac86567d86ea971660d7ecd9410ed64", "message": "set soft time limit in celery\n", "proba": 8.735906362744572e-07} {"commit": "f0ec95e7eadaffcd70392d3c3bd019711b5edab6", "message": "fix settings syntax", "proba": 1.2541894420792232e-06} {"commit": "71f3fc838cb00fb6980944787bb926eaa9ff3c4d", "message": "Fixed some admin data appearing in wrong sections\n", "proba": 1.752272140720379e-07} {"commit": "3e2aec27807311066cfff613d07107488a0e03ae", "message": "Removed SSLRedirectMiddleware\n", "proba": 1.4979374896029185e-07} {"commit": "6e28ea455a3eeca05e41cf1dfbb70270b415a073", "message": "Open hover popup at beginning of key, not cursor\n", "proba": 1.8672641317607486e-06} {"commit": "8bc73de31469d8805834fa322827c8d493f445e8", "message": "Added log file\n", "proba": 4.2266304944860167e-07} {"commit": "474b0e87c72707a07128d71d4f8f99abfd041ca4", "message": "add in webapp receipts key so we can sign things\n", "proba": 1.7003343089072587e-07} {"commit": "dee06af4b33727f6688bed1df0858feeae3163a0", "message": "fixed doc\n", "proba": 4.253638223872258e-07} {"commit": "b721aeaf7fcb31bee252818270bc2fda32d48970", "message": "Making sure to pick up our googlecharts library.\n\n", "proba": 1.0669134553609183e-07} {"commit": "4f69f60ce7150d1273f9d7e6ab03c21a1bcbebf6", "message": "Debug redi.\n", "proba": 1.6447827988486097e-07} {"commit": "29841c8e69f16c7c997f752fdca2897dd08b67ac", "message": "Only apply silk when specified in the request GET\n", "proba": 1.2341195088083623e-07} {"commit": "0c60995d56f57a379438036c2775460268caa03b", "message": "Use last version of PostgreSQL on CI\n", "proba": 1.5857112600770051e-07} {"commit": "964b83577022c6e60c04d1d85c470a48ad5e64ce", "message": "Make Amazon link a unicode string.\n", "proba": 3.1558109185425565e-05} {"commit": "b517d0c19e3c5e1c308a9e65ef184762aef38487", "message": "Update setupegg.py to Python 3\n", "proba": 2.106160536641255e-05} {"commit": "9146805d14a55fb83a4a3caaa92d068a53cbe883", "message": "Use the string 'RdBu' instead of a cm object\n\nThis looks better in the documentation.\n", "proba": 3.1883234896668e-07} {"commit": "54d58859aaf58223b3891821324ac0af6ccfa72d", "message": "Fixes issue #177 with git push on ST2\n", "proba": 1.4013390625677857e-07} {"commit": "4a6313863de811304f01853e5b829676dee5dc34", "message": "fix increment bug\n", "proba": 9.138149721366062e-07} {"commit": "1ee544cdbedc091e9185e8d387d1900339dd1f0e", "message": "refactor\n", "proba": 0.9999991655349731} {"commit": "b2b69e2cccd5d8ecedb7e0d643f313461513412c", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "7b0065b3421bdb7d2d79c10e132faf5074d1d3dd", "message": "Adding the Exception in the __init__\n", "proba": 4.942094528814778e-05} {"commit": "17ca51eb09ac4a3facc8f8e7bdaf59d480568d4d", "message": "refactored this function slightly to remove duplicated code\n", "proba": 3.1129300168686314e-06} {"commit": "089fc61e7896df05db33978807414663eada781d", "message": "Remove license section for now\n", "proba": 1.1962946189214563e-07} {"commit": "e8c8b6120fcab615d7d74aca0f87ed3588a29f12", "message": "Now stops processing shots if too many missed frames are detected. The miss count is reset to 0 when we succeed in reading a frame.\n", "proba": 1.0623405444221135e-07} {"commit": "f7a4f6524f76bb118f665156a59210748135b6d3", "message": "more debug\n", "proba": 1.390716164451078e-07} {"commit": "1c0d86a48deab7d1301fdd73a279640a81a252f5", "message": "Allow PIL imread to read multiple images\n", "proba": 2.5027088668139186e-07} {"commit": "a63b746e6c3e121f03e2b8641393ddba9f730519", "message": "Move import test to top of function and import outside of function", "proba": 2.1468093791554566e-07} {"commit": "66ec10f341087ca05156f701e0ba90717cd252d2", "message": "MAINT Clean up code in FastICA (#19796)\n\n* FIX code cleanup in FastICA\r\n\r\n* keep syntax X_mean\r\n\r\nCo-authored-by: Thomas J. Fan <5e8796a332fafc9c261437cd1787ae2709a896a7@gmail.com>", "proba": 1.1897808604999227e-07} {"commit": "1a2b56cbbdbf10ae8a6c64aca3feac2c77fbe616", "message": "hack to get UVJ pops to work\n", "proba": 1.3008970256578323e-07} {"commit": "a91f9132c1a3768162604a33741069afd197ee26", "message": "fixed argparse\n", "proba": 1.3735797210756573e-06} {"commit": "eeb4c8e0acfe5c1e28a81a4f3f4fdb0da04291d0", "message": "Added links to classes recently removed.\n\n", "proba": 1.0653293713858147e-07} {"commit": "ad337494e3fa17ef913367d1949d8a7daef325ac", "message": "[ci skip] Adding PCA weighting\n", "proba": 1.394384270270166e-07} {"commit": "40b8b7e88ac0cd2dd4b7f8eb0885b28f01f592dd", "message": "controlPropiedades\n", "proba": 5.096826498629525e-07} {"commit": "fc465b2a9f1c639e44e59c43cbe4d9a9a188f396", "message": "fix check for existing port 22 rule", "proba": 1.698577278830271e-07} {"commit": "0f833215dee0617bd20690c0b468d866a2570535", "message": "[FIX] Changed pointer to regions file in qualimap_PDF.\n", "proba": 1.0116334436816032e-07} {"commit": "00bcc60771f8b77367a6f26de6f50cdb6da3cc6b", "message": "Use `pk` attribute of model to search by primary key.\n\nThe use of `id` is problematic because it only works for automatically added\nprimary keys and not for custom ones.\nSee Django model instance reference[0] for a rationale.\n\n[0] https://docs.djangoproject.com/en/1.10/ref/models/instances/#the-pk-property\n", "proba": 2.1115247363923118e-06} {"commit": "4aac77d201d03fe4525ea5172df97f430295e699", "message": "Redo \"now\" handling to be less wonky\n", "proba": 2.0352624119368556e-07} {"commit": "726e63b11924ff3daac34d01e8e42eaf62c5fc62", "message": "seattlestarter.py uses nonportable instead of platform.system() to check OS\n", "proba": 2.316424740911316e-07} {"commit": "d4e3fd44d6c365fe82d033dcc47cee278fd67217", "message": "set tick length back to 10 times per second\n", "proba": 7.863925929996185e-06} {"commit": "8ed0b2d8ae2b33f3668eac098ad4c19d0bbbd3cb", "message": "Properly handle the changelog we get from PyPI\n", "proba": 3.35294402020736e-07} {"commit": "b772aa8c0d395e117fa2d40d9c1a12638f3ef4d0", "message": "Remove the unneeded second split\n", "proba": 0.0021425283048301935} {"commit": "5bfdea35063a84eee07f45fa00daacaa5639e6dd", "message": "Further simplifications.\n", "proba": 1.3642075202824344e-07} {"commit": "a59b92426a80acf0ae1f9a211feec80a9c75e416", "message": "Fix items in Genetic Algorithm. Rethinking some thoughts on the parameters of the config file.\n", "proba": 1.1965011026404682e-07} {"commit": "50a2257e463e952a6b544afbb8dde89f37c0685a", "message": "Add an I/O cache to FS config even if there's just an \"L2\" cache.\n", "proba": 1.1970021773777262e-07} {"commit": "9824bb22960b6809970e04a5c8ad3b1d88989651", "message": "echo-message: Check server-time more accurately, and handle slight timing differences due to late application\n", "proba": 3.074323728924355e-07} {"commit": "f9e2b6f2cb23877f47cffd59fbe28863153b050f", "message": "Fix exception on provisioning with idrac hw type\n\nThis patch fixes an exception that occurs in a logging statement when a node\nis provisioned using the idrac hardware type.\n\nChange-Id: I0fae987aef56bc6f40e11024c7b9d12587ff4c35\nStory: 2006411\nTask: 36297\n", "proba": 7.4361441875225864e-06} {"commit": "471f762184d7a5382a6b6c825880a4befd99e0f8", "message": " Object-oriented rewrite\n", "proba": 2.6926330974674784e-05} {"commit": "449ba469feff56ac0b1b395fcb160e3b23ff0522", "message": "Update tfidf.py\n\nUpdated class TfIdfIndex to handle hash collisions that were possible with the _hash32 function. \r\nadded self._id_to_i dictionary to hold a reverse pairing of key/values used in self._i_to_id.\r\nupdated _hash32 to check for the hash value in the dictionary keys before adding and updating the hash if necessary.\r\nupdated the index function to assign values to both dictionaries.\r\nupdated unindex to pull the value for i from the _id_to_i dictionary to ensure it is getting a record_id that exists.\r\n\r\nLet me know if you have any questions.", "proba": 1.212056019994634e-07} {"commit": "e4fd553f7416855a37a4494c019284bb117e9331", "message": "Use addDataSet instead of addResults", "proba": 3.676575772715296e-07} {"commit": "62fe63f69becf51cca11a0036a1d775aec883d9b", "message": "Modified fix\n", "proba": 5.623601282422896e-07} {"commit": "ba634a06c1bf53e0cc4fb49b5f0720afff73539a", "message": "got rid of skipping bioe\n", "proba": 2.3504630064508092e-07} {"commit": "6b26ce2f135d56f77937c4988f97adc871d6ef27", "message": "Sync files using Forklift\n", "proba": 2.588013501281239e-07} {"commit": "a739306dad629691261d48eb410d2c13e75f6833", "message": "updated docstrings\n", "proba": 4.0185781813306676e-07} {"commit": "1157900eaab7b7c77339f7c277cd16409a89d512", "message": "- Fixes #26.\n- Fixes #28.\n", "proba": 4.633919843399781e-07} {"commit": "112a1e6ee9ee7ff05ccdb26a3ce06978c02fb89e", "message": "Fix key error\n", "proba": 5.497114761965349e-05} {"commit": "6c72f3cf34bbe05734a418935bf6ce9d56f14deb", "message": "new rate limits for sentry\n", "proba": 4.973651925865852e-07} {"commit": "85e227ff4b9b04663716ae2967f7545608686ca1", "message": "Don't use a foreign key on rep_mailing in case we delete reps after they leave office\n", "proba": 1.6076778308615758e-07} {"commit": "9765d0d9fb6c83a8315b6ab9e19987708c3cda0f", "message": "fixed string split for windows platforms\n", "proba": 9.486607268627267e-07} {"commit": "92d6245bb721440fd640f69bec99fc8e6bf79b76", "message": "better error handling for unexpected content types from Delighted's API\n", "proba": 1.4743301335329306e-07} {"commit": "ff19cbdc856d61cbd118c96275924dfcaec4cfa3", "message": "Check for installed git in HUE deployment\n", "proba": 1.3197988835145225e-07} {"commit": "99c4c2bf5c102f38910485b29fc87c2299daa18b", "message": "use msgmerge instead of babel for updating PO files (#5292)\n\nuse msgmerge instead of babel for updating PO files", "proba": 1.5048188117816608e-07} {"commit": "569aa4427d766d47c74481d5ab43ebb2584b00b7", "message": "added nose dependency for testing\n", "proba": 1.3219478489645553e-07} {"commit": "bfe455695d8908f33172058d73d59ad06544fc77", "message": "[FIX] l10n_es_partner: PEP8 79 caracteres...\n", "proba": 1.1464445748288199e-07} {"commit": "e7221f9d29c2b5a6d231257d99da9bd4f1ec4c71", "message": "[FIX] Campo code duplicado\n", "proba": 6.154750735731795e-07} {"commit": "5e1a9c84efee10d64be91c45e16173afbf62dd38", "message": "Debug diffuser\n\nAppears to be behaving itself now.\n", "proba": 1.0736910383002396e-07} {"commit": "2ab6fa6449c52a7c6caeac00b5574cc1a5a9e1cb", "message": "modify\n", "proba": 5.782343350801966e-07} {"commit": "43e7c46da01cf47027143f469a05f1bd58f7dba4", "message": "Adding 'short_name' to 'organization' table.\n", "proba": 1.664741830609273e-05} {"commit": "a1c1108a67b5f73e94313be410997c87fe2a214a", "message": "Cancelable Queue events (#6)\n\nThe various Queue events (QueuePutEvent, etc.) now have a cancel()\r\nmethod. This can be useful, for example, when waiting on multiple\r\nevents with AnyOf--the untriggered events may now be cancelled.", "proba": 1.2290948347981612e-07} {"commit": "5288ac19d1013fc095baa733d0d9bb31f21695d7", "message": "update examples/eddystone.py\n", "proba": 1.6006465841655881e-07} {"commit": "3199547a74a92f6962b7d7173ff3a11ca27c5fb5", "message": "Script updated.\n", "proba": 1.4059627062579239e-07} {"commit": "be8306ce529b81661e1b174c5150f9c32e75ab51", "message": "text doc\n", "proba": 3.7278123272699304e-06} {"commit": "5a99e5f7290ff15daa59b61cfb28c47d8473e348", "message": "Accidentally left JS_USE_COMPILED = True uncommented in dev-settings\n", "proba": 2.9922030080342665e-06} {"commit": "5435d74fc239954f710e35b244e84b628b7fbeb1", "message": "Disable error calculation for profile likelihood scan.\n", "proba": 1.1983075864918646e-07} {"commit": "3cf2525805133187646de0b54419e07a864fade0", "message": "Update fetch_free_proxyes.py\n\n1.I fixed the error in function fetch_xici(), the course of this error is tds's indexes all bigger than the correct value.\r\n2.When I use this project, I found that even though we filtration the proxyes, there also exist some proxyes can not get the correct html.so,I fixed the filter criterion form `return response.code == 20` to `return response.code == 200 and response.url == url`. But I didn't kown whether it works.\r\n\r\n1.\u6211\u4fee\u6539\u4e86fetch_xici()\u51fd\u6570\uff0c\u56e0\u4e3a\u539f\u6765\u89e3\u6790\u7f51\u9875\u65f6\u53d1\u751f\u4e86\u9519\u8bef\uff0c\u539f\u56e0\u662f\u5bf9tds\u53d8\u91cf\u53d6\u4e0b\u6807\u65f6\u90fd\u6bd4\u6b63\u786e\u503c\u591a\u4e861\u3002\r\n2.\u6211\u5728\u4f7f\u7528\u8fd9\u4e9b\u83b7\u53d6\u5230\u7684\u4ee3\u7406\u65f6\u53d1\u73b0\uff0c\u867d\u7136\u8fd9\u4e9b\u4ee3\u7406\u7ecf\u8fc7\u4e86\u8fc7\u6ee4\uff0c\u53ef\u4ee5\u83b7\u5f97html\u9875\uff0c\u4f46\u662f\u6709\u4e9b\u4ee3\u7406\u83b7\u53d6\u5230\u7684\u5e76\u975e\u6211\u60f3\u83b7\u53d6\u7684\uff0c\u8df3\u5230\u4e86\u4e00\u4e9b\u522b\u7684\u7f51\u7ad9\uff0c\u6240\u4ee5\u6211\u4fee\u6539\u4e86\u8fc7\u6ee4\u6761\u4ef6\uff0c\u7531`return response.code == 200`\u6539\u4e3a`return response.code == 200 and response.url == url`\uff0c\u4f46\u662f\u6211\u73b0\u5728\u8fd8\u6ca1\u6709\u9a8c\u8bc1\u5b83\u662f\u5426\u594f\u6548\uff0c\u4f46\u662f\u603b\u4e4b\u52a0\u4e0a\u4e0d\u4f1a\u51fa\u9519\u3002", "proba": 7.888314939918928e-06} {"commit": "eb48b4e91b6eb6c92d05d8e430358693b404a077", "message": "Update message on error\n", "proba": 6.488732537945907e-07} {"commit": "40709e340a8ca4213bac8df6e098fe583a60a996", "message": "change\n", "proba": 5.156657061888836e-05} {"commit": "59a87a4c9ddde7eeee2af2e206ea81f275209aa4", "message": "pep8 import ordering\n", "proba": 1.313107134137681e-07} {"commit": "e9631159016560cba796e1f1467a386c6000f60a", "message": "nodes: Filter off redundant IterationProperty\n", "proba": 9.434854746359633e-07} {"commit": "6b6602393456b273c5832813c3470e6ec0d4da6e", "message": "Return 0 when killed by keyboard interrupt\n", "proba": 2.5233341602870496e-06} {"commit": "891559577e19793d319cde370cbcc4ab62c50b79", "message": "Discard time-sync for some envs\n\nIf env is not Fuel, we can't know slaves IPs,\nthat is why we should not start time-sync procedure.\n\nChange-Id: I15770841ee1c886544cc734ee1ff1674ce2aa3af\nCloses-Bug: 1609006\n", "proba": 3.1981310257833684e-06} {"commit": "caed600b28c17255cff707c81a85d99eba23a74a", "message": "Create _common.py", "proba": 4.137317955610342e-05} {"commit": "3c55aaad38723c7930a69b56c3ad974a2dd04f75", "message": "Add primitive pitching\n", "proba": 5.845094619871816e-06} {"commit": "2642c9b1d18f30dbb40476d2b037b0cff31b240a", "message": "Use else for try except in level decorator\n", "proba": 2.2136261179639405e-07} {"commit": "bc0ee18ec7ab592acfc0bb05e84da70c0d6c1464", "message": "When both objects have a default value of None, comparisons do not work correctly. These new tests catch that, even though a fix has not been generated yet.\n", "proba": 1.1846835690221269e-07} {"commit": "ef82956a3604c9ae89e61a85af4c61b15530be3c", "message": "Removing assertion uses.\n", "proba": 4.0702931869418535e-07} {"commit": "83c753cab42ac96f3aaeb5af848339f31fff5212", "message": "loading convs from db and fixing redirects\n", "proba": 1.9794394745531463e-07} {"commit": "16048b4c96c2b2346f24813ed1668e1e2db14dfc", "message": "Changes to MIPS encoding (parameters only) to fit the requirements of the function optimiser\n", "proba": 2.3899923462522565e-07} {"commit": "7f0a398c1e58a281d62a9744085dcda44ba4aaa5", "message": "Use `format_map` instead of `format` for `Route.url` \n\n", "proba": 1.9502495263168385e-07} {"commit": "527be3b8dccaa49c4014edacfb87408e52badba9", "message": "removed changes from registry to avoid merge issues\n", "proba": 2.661128348790953e-07} {"commit": "511e9933dab991358432298b40154f06e1fdb651", "message": "fixed log statement\n", "proba": 1.4544466466759332e-06} {"commit": "f776ed2e902f3cb83d2a8ee35161b41e23d12ee2", "message": "Added rename_job function\n", "proba": 3.913571333669097e-07} {"commit": "761698b406f70993974d0a9635c7edc31c6455dc", "message": "tv_driver.HTTPVideoServer: Refactor for readability\n\nI was having a hard time reading this class. Now it's clearer what members\nit has and where those values come from.\n", "proba": 1.1567791347033562e-07} {"commit": "7cc62be68469672b1f5b77d49467228a8e92c61f", "message": "annulle facturation r\u00e9ceptions si facture annull\u00e9e\n", "proba": 3.4220215638924856e-06} {"commit": "436f0b67828a3205ef4f56cf03eeba90f6d3b3c4", "message": "Added method to 'account.voucher.sepa' to convert the sequence type\ninto the format specified by the SEPA standard.\n", "proba": 1.0984403076008675e-07} {"commit": "bcd87039eefb545c3a7b857ab934e880bf854a62", "message": "Add id to comment output\n", "proba": 2.80021822618437e-06} {"commit": "9b29a90499855fb537d433422f78725b1db3be68", "message": "changed traceback\n", "proba": 6.051135414963937e-07} {"commit": "ebbff45cb59a87d57060e0452e72e0047d19042c", "message": "[IMP] make trailing slashes irrelevant\n\nbzr revid: xmo@openerp.com-20130723155651-zdvnmldwankto1fa", "proba": 0.9999055862426758} {"commit": "122ee95e80e3e3a3eea37171ed4172a564fdf8b0", "message": "[FIX] registry_cr helper\n", "proba": 8.959034971667279e-07} {"commit": "a6773519bbaaa2077eefff90cc37d0fe7e9f6cab", "message": "[FIX] bad handling of werkzeug's exceptions\n", "proba": 2.7748097863877774e-07} {"commit": "79712b60432b3e43b5f3d35c478e992c966f2bb7", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "a5636c3712d55f94c0f07e5a831bd21bdb0ebcdb", "message": "A slightly less hacky way to supply the exact python-flocker version as a dependancy\n", "proba": 1.477873468047619e-07} {"commit": "8a6fb23a8478be5313a80d3b5babd8073e758c16", "message": "added distance_sub as opposed to ultrasonic_distance_pub\n", "proba": 5.042126304033445e-06} {"commit": "358680d2831d00c4a8496fedab8a9576bcf65a9b", "message": "Updated from Brython Server: 2/25/2016 4:25:43 PM", "proba": 1.1128180688046996e-07} {"commit": "0e374f7dd9ea66d9f16bf71c95ca3bc5928e5443", "message": "Updated from Brython Server: 2/26/2016 3:03:38 PM", "proba": 1.1081793616085633e-07} {"commit": "90db9ecf8dc85d7e576055d52525e5995d13482e", "message": "Fix the maintainer email address after lintian changelog warning\n", "proba": 0.0004818671732209623} {"commit": "afebe37fed6250e9fffd8fe33caeea4595c30a4a", "message": "Fix var name.\n", "proba": 2.323248736502137e-06} {"commit": "58e825e6c60fb7d799c8058e38951bc801054bc2", "message": "Ignore lintian error about package revision.\n", "proba": 1.2082590217232791e-07} {"commit": "7c4f1eb3cc5489d50bde451f3c0b112ba4dfb200", "message": "Remove comma after context kwarg\n", "proba": 0.9998757839202881} {"commit": "4d7e73aa285b69f11fa4a8b021589bb9ef1e34d4", "message": "Fix the indentation issue in the nested object expressions\n", "proba": 0.00021654156444128603} {"commit": "a0b3d5a2aa3cd78ef0585223d1a5869cb79c7f4d", "message": "flake8\n", "proba": 2.8183080758026335e-07} {"commit": "15121bc11e7d9fd532e59cc2b2232a025f067150", "message": "Log when default strategy is used.\n", "proba": 1.2123946646624972e-07} {"commit": "80a1fab2ad9d350823fc9269e8b2aae617094b55", "message": "remove show on index page\n", "proba": 3.671176500574802e-07} {"commit": "844a165267e50d92b59c7c8fea97edcb1c8acf79", "message": "Order judge list by load\n", "proba": 1.7113640637944627e-07} {"commit": "7933d182238ebc36d7a097579a1c0a46722bbce3", "message": "Remove agents dir\n", "proba": 3.4653513125704194e-07} {"commit": "f567fe703cb9bfb2cab9175568a7a0bbf03758aa", "message": "Remove deprecated SessionAuthenticationMiddleware\n\nSee: https://docs.djangoproject.com/en/2.0/releases/1.10/\n", "proba": 1.1305935743166629e-07} {"commit": "e9f0ac8772ae2fcfbc4041f896c9c52f91d9c794", "message": "added msg checking\n", "proba": 2.984326670230075e-07} {"commit": "6ef41f9add2039dde245fad3c67729de6743854c", "message": "version bump\n", "proba": 7.394332897092681e-07} {"commit": "f4caa5155292a36382ac541c61e832ced64096ad", "message": "Remove TODO\n\n", "proba": 3.900358024111483e-06} {"commit": "51a899910840f208741526070288df5119d22546", "message": "Bumping version\n", "proba": 2.7853673145727953e-07} {"commit": "3f503d194811cdaea36ce959e2450fd617492855", "message": "Removing sql field from being searchabel to fix bug\n", "proba": 2.589892460491683e-07} {"commit": "84975c0f04be1b6f723040f2b0cffdb8ed551b81", "message": "Simplifications\n", "proba": 1.1605438885453623e-05} {"commit": "5bfffb23868ae281a0597ca41d2b45333f7ab4bc", "message": "Linting\n", "proba": 1.97951612790348e-06} {"commit": "15b999ab4175fd286ad700cdd85db4a10f0e7141", "message": "Less lines of code == better code\n", "proba": 0.00038985704304650426} {"commit": "a423519648c07b97d5dd9d61ea91a290aa276652", "message": "Updated from Brython Server: 5/30/2017 2:29:20 PM", "proba": 1.0956991047805786e-07} {"commit": "b32f911e68f86f496900d00ac62611f25da7da9d", "message": "added verbose logging\n", "proba": 6.796488492000208e-07} {"commit": "f0666897d4c7e6af415ecf45c3c6b40225443bce", "message": "Added video field to ProjectUpdate model.\n", "proba": 1.0682329332212248e-07} {"commit": "3fbb013e8446af0be5013abec86c5503b9343d8e", "message": "Change script to accept non-number versions of sent and para attributes\n\nThe script relied on numeric sent and para attributes. The code was\nchanged to also accept non-numeric sent and para attributes. In some\ncases, the sent and para attributes returned by tools are not numeric.\n", "proba": 1.5524136642852682e-06} {"commit": "4f23f385b95999d2455839280fe23ae5bfbef974", "message": "kvirt: emulate dns entries with dnsmasq when using a bridged nic\n", "proba": 7.165090210037306e-07} {"commit": "195139da9bd19f629524571721f4503325f8eb8a", "message": "more debug", "proba": 1.390716164451078e-07} {"commit": "3897743a41f013b68a600f523fa03623b66ae8fb", "message": "Tweaked get_index method to work properly with negative indices\n", "proba": 4.096399663922057e-07} {"commit": "9a7beb07ad87fe1d1f002063eb41cd1045118d6f", "message": "allow exotic port for kvm connection\n", "proba": 1.4376277590599784e-07} {"commit": "301c6bc47a745f409e67c17502311d9364c733ba", "message": "Complete Maze class\n", "proba": 1.046766101353569e-06} {"commit": "04aa5b0d84ed77e95e5f6b33bf801240f18d9b71", "message": "Rewrite kaoz/bot.py.\n\nUses a configuration file, supports --help/--version/--config=PATH_TO_CONFIG_FILE.\n\nSigned-off-by: Rapha\u00ebl Barrois <8eb3b37a023209373fcd61a2fdc08256a14fb19c@polytechnique.org>\n", "proba": 2.2185207626534975e-07} {"commit": "08f6d5fc98ce5d4ba2cce510d7661931c1abc252", "message": "update method for uniformity\n", "proba": 3.722174426457059e-07} {"commit": "161bc98b76caa6753f8f6970a0b7934fca74c139", "message": "BUG: make sure Figures are displayed even without \"%matplotlib inline\"\n\nAdded plt.show() in the tears.* functions the same as pyfolio does\n", "proba": 1.1650316622535684e-07} {"commit": "e05c28eca95c2de06a678926f7ff0cdfca8e8287", "message": "main: Removed import of Debugger\n", "proba": 1.717433093517684e-07} {"commit": "33ed88403a4f5037c7e2117671da631868416377", "message": "Limpiando codigo de quiz 3\n", "proba": 2.799291962674033e-07} {"commit": "6aa29097f99bb20d894923548fc88720aaf60f14", "message": "Flake8 fix\n", "proba": 1.729698482222375e-07} {"commit": "87705e1fce1465ef86fae872d995e0cff9dda0c5", "message": "Changed port from 80 to 8000\n", "proba": 1.481034814787563e-05} {"commit": "edf0efbcace6b7ac0220e93814cc947211c30286", "message": "schema: refactor get_schema to use SQLAlchemy declarative class registry\n\nThis ensures we only operate on models instead of potentially every class\nin amivapi.models\n", "proba": 1.8612890073654853e-07} {"commit": "92a1bf8c3e681d7deedc317ceeb8bda981a6310e", "message": "Fix incorrect argument type for basic.consume [#87]\n", "proba": 3.270571141911205e-06} {"commit": "2d87b8fc4bac0f5e305072ac812e72e1aab9502c", "message": "visualize graph in tensorboard, log validation perplexity, changed the scope name\n", "proba": 1.379049052729897e-07} {"commit": "a31946543a7211907356e72d452ed7d6cb2ea658", "message": "incremented rc version to 2 (#105)\n\n", "proba": 7.691389782849001e-07} {"commit": "1176af2fc7095d1129042f4ebeebb59f3d2c7485", "message": "Update example instructions\n", "proba": 1.8968031554322806e-06} {"commit": "d6aada7342f10de3450d138bd49fd95ca6acfcb7", "message": "Print detector name along with output after analysis, also print path of summary file\n", "proba": 1.4866064645957522e-07} {"commit": "c16dab4510e5c6d3e5ad5e548401f82aba51f56d", "message": "Sets use \"add\", not \"append\".\n\nReview URL: https://chromiumcodereview.appspot.com//1203423004 .\n", "proba": 1.2044360175877955e-07} {"commit": "d8068f246077c8b5a66c524f2cb42c69aea8422e", "message": "Add replace method\n", "proba": 6.302313704509288e-05} {"commit": "a3c4fbb190ebb265f05d5af1612031257ec76253", "message": "fix Reports position in menu\n", "proba": 5.404503440331609e-07} {"commit": "d1ba9500a72cf0880cd361550397b25e601ed20b", "message": "metric saved in EnsoPrMap, EnsoSlpMap and EnsoSstMap is \"1-corr\"\n", "proba": 1.7657357886946556e-07} {"commit": "bee36c40cdef14922b28886b68b1b839354d3b40", "message": "fixed minor bug\n", "proba": 4.936655386700295e-07} {"commit": "c02e3b5e297b7a1b6eff62ba5367c4e21618a48a", "message": "more clean up #56\n", "proba": 1.3062103221272992e-07} {"commit": "6df2d566784161a533c97fa1bd11ec1e27489fcb", "message": "\nM c14n.py\n -- replaced this with release version patched with\n\n http://sourceforge.net/projects/pyxml/\n [ 1444526 ] c14n.py: http://www.w3.org/TR/xml-exc-c14n/ fix\n\n \n\n", "proba": 3.2132777505466947e-07} {"commit": "1b22b05470ef85ea44828a2308d68d98469b3cfb", "message": "don't allow spaces or commas in Revisions\n", "proba": 9.518774277239572e-06} {"commit": "fb9b0e6455725054003f158b25ef9ee92d84a6fa", "message": "xds_inp: increaesd presision for rotation axis\nSHA 043cd188\n", "proba": 3.636057783751312e-07} {"commit": "1c79a853028da71351b067fefa57a9be273f9d88", "message": "sort the ignore list\n", "proba": 0.9719959497451782} {"commit": "e9726bffa068b465c1bab47d2f582a9c6554dd9d", "message": "fixed another typo - maybe it's time to sleep\n", "proba": 2.012321374422754e-06} {"commit": "152cd226470b3ab188d0d549f093967bb1c188d5", "message": "Add __all__ to wdom.tag module\n", "proba": 1.945419717230834e-05} {"commit": "bb6f196e96a5db61786e0bd52c766baf74182c20", "message": "Fix: in Python3 getheaders didn't return lower header key\n", "proba": 4.7401881602127105e-06} {"commit": "62aac1c6ebd97a47b5763f55321e9db30633d4a0", "message": "Now redirecting / -> /catalog\n", "proba": 1.3054929581812758e-07} {"commit": "6cbad2b639f54c3927960c78b3c9cc3c021a5a4c", "message": "added better logging\n", "proba": 2.338853590799772e-07} {"commit": "ed935ba0e7ccdd176ef887ad5be0488d9016480b", "message": "update_wrapper for Django >= 1.6 with backward compatibility\n", "proba": 1.3204383719767065e-07} {"commit": "e8723170a1fd1d7ce3c4bbd83d0e8fab820550cf", "message": "degrade gracefully when MCAL is being used\n", "proba": 1.9981213483788451e-07} {"commit": "a9d754f9b8da277c777fc13dc2bd1c252d5ce3f9", "message": "Making keys strings\n", "proba": 0.000764649361371994} {"commit": "576d91a8f027ede08d1df5a5b2dc66e7685299ec", "message": "Correct toggle button creation without title\n", "proba": 6.643001029260631e-07} {"commit": "68946547d1a631250d58c9601214a66db378c8f7", "message": "Fixed number_of_words issue in models repr.\n", "proba": 1.3210807026098337e-07} {"commit": "abe02ed89fa7f575877a882cb5ba337290eb27d1", "message": "Initialize hash_utf8 to None, preventing NameError. Fixes #3138.\n", "proba": 5.91173318298388e-07} {"commit": "4a511cc4d6041eeda842fb924c2a7b65f85f47bd", "message": "Refined the representer traversal rules to also consider the length of\nthe attribute key.\n", "proba": 1.1923525278234592e-07} {"commit": "b1b19fe5be64f3cdacc462b8d8ae02aecbab97b9", "message": "added CHOICES to measurement units\n", "proba": 1.2645743652228703e-07} {"commit": "4432745d2fcdf6d30eb68be307e35df1309a429a", "message": "bump to 0.5.4.2\n", "proba": 1.7722722986945882e-05} {"commit": "9a93ea853d11ae994c7ce63cf2ddd8e4f931ac61", "message": "install app rest_framework\n", "proba": 2.4565083549532574e-06} {"commit": "a7f622955d5b579a3d625b79ccd88b65b5e468bc", "message": "Remove unused FMProLayout.py\n", "proba": 5.920224452893308e-07} {"commit": "d6a70d5453115f5a803d25cec8a605d15c61eded", "message": "Refactor iter sol for better understanding\n", "proba": 3.127690604287636e-07} {"commit": "c25a72ea248358641dd9048f0062d83625cc703b", "message": "Make the regular tests pass\n\nI broke Digest Auth completely\n", "proba": 6.125725485617295e-05} {"commit": "f495846402536a3f525fc07dffe60a37f7ad8951", "message": "make more use of oauth.Client and removed nasty _oauth_request and _oauth_response\n", "proba": 5.052760911894438e-07} {"commit": "fa37125fcd1f754bc2f021880cd74d3621445e12", "message": "compile with macOS support (#4260)\n\n* compile with macOS support;\r\n\r\n* compile with macOS support;\r\n\r\n* check both .dylib and .so files;\r\n\r\n* satisfy pylint;\r\n\r\n* Update Makefile\r\n", "proba": 7.298247624021315e-07} {"commit": "ddf00340c9aa12e87d7e987af03687b8a181f294", "message": "status_code and total_time\n", "proba": 0.00011925942817470059} {"commit": "ed1904793e54e54e0474fb85ac8c34c18c3a945b", "message": "Fine-tune tokenization of some operator chars\n\nWe treat comparison operators like \"==\" or \"<=\" as one token. Two\nreasons: 1. These are often used, and change often, so that the effort\nis worth it, 2. these are typical ligatures, t.i. drawn as one char,\nand thus it looks really better if we colorize them as one token.\n", "proba": 2.0543548089335673e-06} {"commit": "fb5a4f054734199971e276f382a8044e402a3b8a", "message": "make List.elts 'get_children' compatible\n\n--HG--\nbranch : _ast_compat\n", "proba": 4.953418465447612e-05} {"commit": "49ceea200cd5598bbabe9324fe61d9a204c940d1", "message": "add 'available_policies' attribute\n", "proba": 7.909377018222585e-06} {"commit": "0287de4ecea2dfabba6a696785207dd1aff28e3e", "message": "adding functions download_inputs() and self.inputs/self.data to facilitate downloading the data from XNAT\n", "proba": 3.6723847074426885e-07} {"commit": "9c36a8c6a03600a0c5d4cddbcfe90bd2b1c97616", "message": "Regler repariert\n", "proba": 1.009882680591545e-06} {"commit": "36d37c2fc1600ad652bcea5d2d3ca98c481d95ad", "message": "set request.host to be always lowercase\n", "proba": 2.549665623519104e-05} {"commit": "bfcf7a41b2cfd40c1a2733b1af757abc7c4e88be", "message": "fix find_discard_options() parameter\n", "proba": 1.867054038484639e-06} {"commit": "9990e310395c87bba229318678561d8c9bdc33ca", "message": "Move some constants near to their usage\n", "proba": 4.2664032662287354e-07} {"commit": "dd874716f9d4c42132ff6a128d54deabebdf338b", "message": "Added the storage of fractional coordinates\n", "proba": 8.115765695038135e-07} {"commit": "7195831c20cb1bd692ded0297e7cb575e3c4c368", "message": "redis rq updated\n", "proba": 3.995969564130064e-07} {"commit": "66adc54620affdbfceab0443b1ce4137fb01a366", "message": "Update version.py", "proba": 8.042086392379133e-07} {"commit": "c67835a10b2f5fad0e4f7a9e2e7dbb9f56679476", "message": "qisys.command: remove unused global variable\n\nChange-Id: Ieacab02501c0acfc3cbdad0cd88e418f8dc5d9ec\nReviewed-on: http://gerrit.aldebaran.lan/25576\nTested-by: gerrit\nReviewed-by: dmerejkowsky <1e4b13000fa8777df4cefd2fd8215187e3deb062@aldebaran-robotics.com>\n", "proba": 1.8855007510865107e-07} {"commit": "ca9c4211be68fa1eb0b7fdc44effc624f0b4eea4", "message": "Changed default lens angle to capture more of the scene\n", "proba": 1.216189673414192e-07} {"commit": "688fb7bb08b5ed9888dfc349d3addce7d69b6627", "message": "Return empty string in cell_value_near() if cell is not found instead of having to handle None\n", "proba": 0.9999994039535522} {"commit": "95e6601601f4c1838402bacf1a90ee5c38a1a2d7", "message": "some cleanups\n", "proba": 3.54598398644157e-07} {"commit": "fffc618c519d10a7335eb5b06ab13d56ecea8561", "message": "[toggle] Add support for mewatch.sg (closes #23895) (#23930)\n\n", "proba": 1.4125440372936282e-07} {"commit": "d75b39f6dfd615fb0a6b47ed3177d96c1fe1fa04", "message": "[tune] Return error trials(#2292)\n\n", "proba": 1.472775892352729e-07} {"commit": "be21086321e319333dc481abc6af7acccae1e56a", "message": "Added serializers for special trajectories, geometry to / from json\n", "proba": 1.2024895568174543e-07} {"commit": "d8cee0bd992aa0bf96e50162855e3043cd559e43", "message": "Added a flag to ignore daemons after teardown.\n", "proba": 1.0613987200258634e-07} {"commit": "43c26e225cc377d99dcca444b84ec3fa56cda7cc", "message": "do not show none if status code is None in UpstreamGeocoderInfo.__repr__()\n", "proba": 4.316621198086068e-05} {"commit": "17357df96a55a8210a5d0a59902c3ac8d5301a9a", "message": "User API tests for authorization behavior\n", "proba": 4.3636478608277685e-07} {"commit": "8097d61f80be75ca0336b52c4e00fcdb1bf5ee1c", "message": "chore: Fix linter error\n", "proba": 8.648966286273208e-06} {"commit": "ebd8ad6c136604d5a794b0a052775878004fe6cd", "message": "commented\n", "proba": 2.2965862456203467e-07} {"commit": "2bc38355d2f3eca4ccb5afba63508b418ea04792", "message": "Allowing more tolerant interpretation of all-caps file extensions\n", "proba": 4.710557846010488e-07} {"commit": "92b94d9b0e650c0109f200403168f20f055ac214", "message": "Better handling when ZMQ is missing.\n", "proba": 1.2380756686525274e-07} {"commit": "951dfed88183db9fdaeae58b0d324c18f24b386a", "message": "add reloadTex\n", "proba": 1.0708150739446864e-06} {"commit": "82844f4618290b6a009c2d8057944835fbed865d", "message": "logging errors in sample upload\n", "proba": 2.639180820551701e-07} {"commit": "c81cc855b32c571c3ef52a94a07314405ef1f2f7", "message": "Clean up parallel pools (and therefore multiprocessing workers).\n", "proba": 1.1438203273428371e-07} {"commit": "b4c66bac7a589e073025bc7d286c3cc237e81b16", "message": "fix printing corpus size\n", "proba": 5.947828867647331e-06} {"commit": "d9c9159516ba6f55cff8d8daaa73faf2f9265e21", "message": "calculadora\n", "proba": 1.7397201190760825e-06} {"commit": "44e1fb293036c3f13c70074fd7901bf6467c975b", "message": "Much more complete mapping, including transform setting and getting, and accessing robot links from a simulator in the same reference frame as the world rather than COM-centric\n", "proba": 1.1590163495611705e-07} {"commit": "ed15ab0f695a06937a2f3461e2d91a394d005b21", "message": "Clarified units in ColourCorrect header comments\n\n", "proba": 1.6048836926074728e-07} {"commit": "9f8db0ff16acfb8fbe6b5a265e4aec8fa3a1e00d", "message": "partial blocks apparently still exist\n", "proba": 1.4740096787591028e-07} {"commit": "2fa706f3cb7c2b3b0255e9377bfc2177fefd371e", "message": "Correct download count\n", "proba": 7.6244300544203725e-06} {"commit": "9fa630b7614d605b8456424de49f2749f274b7c6", "message": "Refined overlap filter.\n", "proba": 1.5680085141411837e-07} {"commit": "b8369e21b156e7c88456598ecab8e5eb372b5515", "message": "end_update now ignores unknown persistent ids\n\nWhen modules in a Group execute, the ModuleSuspended exceptions are\ncaught by the inner execute_pipeline(), logged, and returned. The Group\nthen raises a ModuleSuspended with these as 'children', so they get\nlogged again by the outer execute_pipeline().\n\nWe could either:\n - Not propagate these again as 'children'. The outer\n execute_pipeline() has no real reason to be presented with modules\n from another pipeline... But ModuleSuspended still needs to be\n raised to stop the execution.\n - Ignore these in the outer execute_pipeline(). THIS IS WHAT IS DONE.\n The persistent module ids are unique anyway, so we know when one of\n the 'children' is from another pipeline.\n", "proba": 0.00011539350089151412} {"commit": "ece5608af9740a49ef7df26f7c30d65325ff4a1c", "message": "new changes after forking\n", "proba": 2.9916157018305967e-07} {"commit": "8e0aad303e2d2d6b76b6b7700f6a7edb675db086", "message": "set default params\n", "proba": 2.2339950191963e-06} {"commit": "aef9c090f130a1e2e262c755f28441d75b9b00b3", "message": "pagination added to single_ views\n", "proba": 4.9767930931921e-07} {"commit": "824b097bbf74cf5cda159ce278bbd666ed536643", "message": "Enhance regression tests to handle SIGINT signal, stop the currently running simu and continue with the next one. Double ^C stop the tests.\n", "proba": 1.0471838862713412e-07} {"commit": "9e7f4d01745f69ac810daef59a14853d02a624ba", "message": "Support saving & reloading pending movies for next fetch.\n\nThis feature allows a temporary stop of current data and save movies\nwaiting in the queue temporarily save to a table, so it can be reload\nand parsed in next launch. It also supports dedup on existing movies so\nit won't take too much memory.\n", "proba": 1.077568541063556e-07} {"commit": "4de2b78c2515559352d35234d74be8276679ccdb", "message": "github refactor: Add Helper class.\n\nThe Helper class will soon grow, but the immediate\nproblem it solves is the need to jankily inspect\nthe parameters of our get_*_body function.\n\nMost of the changes were handled by an ad hoc\nmunge.py script.\n\nThe substantive changes were adding the Helper\nclass and passing it in.\n\nAnd then the linter discovered a place where\nthe optional include_title parameter wasn't used\n(which is one of the reasons to avoid the janky\ninspect-signature technique).\n\nAs a side note, none of the include_title parameters\nneeded a default value of False, as we always passed\nin an explicit value.\n\nWe test cover both sides of include_title, which\nyou can verify by hard coding it to either True or\nFalse (and seeing the relevant failures), although I\nsuspect most individual codepaths\nonly test one value, based on whether \"topic\" is in\nthe fixture or not.\n\nFinally, I know Helper is not a great name, but I\nintend to evolve the class a bit before deciding\nwhether a more descriptive name is helpful here.\n(For example, an upcoming commit will add a\nlog_unexpected helper method.)\n", "proba": 6.797192327212542e-05} {"commit": "5ed5a614d9409332544bf008fd79cf4767c31ac1", "message": "Fixed bug that caused \"Save Workflow\" to crash.\n\ngui/vistrail_controller.py:\n - VistrailController.write_workflow: removed old abstraction stuff\n\n\n", "proba": 2.807614464472863e-06} {"commit": "c79e65a386bb1a6635a8fdbb20151bf83d5fcfaf", "message": "Bugfix\n", "proba": 8.038198870963242e-07} {"commit": "1014f764c352445bcebfea3fea6d2b0cc5c070f4", "message": "Switch full and self inventories to properties\n", "proba": 1.2129071080835274e-07} {"commit": "eda0f83070d4aef21e038ea3bd6745879b8f47d5", "message": "Add artifact extension and type to tags (#390)\n\nbors r+\n\n\n", "proba": 1.308555539480949e-07} {"commit": "dd4b1365efc7847929520d9e463739fae7ec3c22", "message": "Add missing import stmt\n", "proba": 0.0002646162756718695} {"commit": "cc5f7a7f1762070e6dd03c5434f1d9754c6884ed", "message": "Fix code style issues\n", "proba": 6.7996147663507145e-06} {"commit": "7a752c0287651876809ced750319eec9eb125e07", "message": "ifconfig: T2057: fix various typos\n", "proba": 0.9987971782684326} {"commit": "9629694c41ecd7918411a33241a2289438ec04b6", "message": "Fixing conflict\n", "proba": 4.441515102371341e-06} {"commit": "2975266d463f033f243ec884fb7713e88490eb60", "message": "Minor changes\n", "proba": 3.7887019743720884e-07} {"commit": "d4ffea637a7249bdafde986ef389ada65e78109a", "message": "Fix precio que se iba para abajo en ticket de factura electr\u00f3nica\n", "proba": 2.3684732752826676e-07} {"commit": "826c7b6059ae6ccd5abba009bec91dec9593d91d", "message": "remove debug log for websocket messages for performance\n", "proba": 3.1515301657236705e-07} {"commit": "43969a91f5244cbb59c8ac6413f7d6003b522a05", "message": "Fixed issue with test_abstraction_create test method.\n\nBecause of upgrades, the selected ids change. I updated these in the test.\n\ngui/vistrail_controller.py:\n - TestVistrailController.test_abstraction_create: change module_ids\n and connection_ids\n", "proba": 8.016465471882839e-06} {"commit": "e0ce379937e64246a5e56287c4e4eb5087162b33", "message": "more explicit\n", "proba": 0.0016437068115919828} {"commit": "ca62373360a386b365c2a9edd30b95308dfe1304", "message": "Fix: data directory for Windows\n", "proba": 5.3020241466583684e-05} {"commit": "f980e7d22fe89d24d61c3ed9087bdf1ff9afe5d9", "message": "Interstitial commit for fawce.\n", "proba": 1.483688834014174e-07} {"commit": "1d47b4493b982077568f7d6f86874039721a2568", "message": "Log message & reload commands for the plugin manager\n", "proba": 2.582276579232712e-07} {"commit": "69c0c2d05fac41fe05d8a3881de615e061acd079", "message": "Fix bug #2163, Tool/ilink32 (Borland linker) needs shared lib builder. Not tested since I have no Borland, but all current tests pass.\n\ngit-svn-id: 7892167f69f80ee5d3024affce49f20c74bcb41d@3279 fdb21ef1-2011-0410-befe-b5e4ea1792b1\n", "proba": 4.5197813847153157e-07} {"commit": "b71bfb6f82fb43d49752635d89eab843cb627e4c", "message": "acronym: Update tests to v1.5.0 (#1541)\n\nResolves #1503", "proba": 4.973059049007134e-07} {"commit": "f81541f04e400b12a7a6f39208eb8aa063969bd2", "message": "add redirect handling (not finished), fix bugs in min/max lat/long, allow for arbitrary numbers of tiling regions in NB regions, add error analysis of different types of incorrect answers, fix some bugs\n", "proba": 1.9321994670917775e-07} {"commit": "624d36bd4d86b527878d1fb61824b19c848ab2a2", "message": "fixed conditionals, script executes without error. results need to be validated\n", "proba": 4.09506674259319e-06} {"commit": "8ea635aab91bde56772ef7e54d4378d05e3b96a3", "message": "better controlled shutdown\n", "proba": 1.2327966487646336e-06} {"commit": "b48909200febfadb5869046466aa48089f97e7b4", "message": "Open file with mode 'wb' instead of 'w' in download.py\n\nFixes #19. Also fix a small formatting issue.\n", "proba": 1.0110238690685946e-07} {"commit": "49bb9a8159830d2450f53dd8f42534514ecc07ba", "message": "Converting test script to Python 3\n", "proba": 0.9999992847442627} {"commit": "2f9e2269895255a8191c3902b97caaaa696cd729", "message": "Stop Debug mode\n", "proba": 4.8812034947332e-07} {"commit": "86882bdaa9690a3ffff76b7fff5298a760598373", "message": "test_miniswift: expand auth tests to cover v1 & v?\n\nThis adds cases to test the v1 auth, and also to test what happens when\nan unknown auth version is specified.\n", "proba": 1.0589459265020196e-07} {"commit": "c36560821a326d0304eb5feddb04e2b638b22602", "message": "append get_commit_diff function\n", "proba": 0.0001289511565119028} {"commit": "d6bc4f95a0075804a58c4e29bfee87f3f50352b8", "message": "Maya AWD exporter: Now retrieving all flags from UI.\n", "proba": 9.948236368018115e-08} {"commit": "ed4fccb2c3fe8faa33d18c8c55ed9be24f05dc20", "message": "Some test fixes\n", "proba": 4.91665900881344e-07} {"commit": "e3ada6634f76a871a32c608138bf7b6fca4cff56", "message": "bump version number\n", "proba": 3.5206583106628386e-06} {"commit": "045f96671f12e31f0479826727d0ebb728796535", "message": "try this\n", "proba": 9.005214451462962e-06} {"commit": "8fe2c2df3cdbce0bc76959c0fcc4e899bca3a9b6", "message": "bug fix: timeout is millisecond\n", "proba": 0.9992799162864685} {"commit": "11d702865dd2f41e67d117258d0095468ebe8b35", "message": "Reconnect after an exception in jabber adapter\n", "proba": 3.29996680648037e-07} {"commit": "b89feca53d62177e7df239365e00739a23e55aa1", "message": "datajoint/__init__.py: zap s3 symbols; these are used directly within external.py\n", "proba": 1.8515742112867883e-06} {"commit": "a87e2c7bb8eb93c4bbf3b653d815f0af8f6683db", "message": "Allow for the same elt to be accepted by adjacent sequences if the first has a maxOccurs\n", "proba": 2.3063387288857484e-06} {"commit": "fd09d85df5c7549fe6cea3e3247a279a657574a3", "message": "[task] check if data already stored in PythonTask callback\n", "proba": 4.6512937501574925e-07} {"commit": "a6ddc245441ec7c0d2e0c8126c249d61c7e02e5a", "message": "fix: cas attribute containing organization id isn't required\n", "proba": 3.8477233488265483e-07} {"commit": "43e3f10e98896c286fe8cb9fe9ab74dd07717c63", "message": "Fix end game, disable debug messages\n", "proba": 3.5405199128035747e-07} {"commit": "e4f6b4b4bd5830ac7481149881f5677fab0410ef", "message": "Handle multi-user file paths for run-as mode\n\nEarlier, only paths like /data/data/com.foo were handled.\nNow, handle paths like /data/user/0/com.foo as well.\n", "proba": 1.7493634629772714e-07} {"commit": "87fd7c1e932fdf0315504e6b4f8c45ea80f252f3", "message": "lookup function returns a key/value pair\n", "proba": 2.338158310521976e-06} {"commit": "0b927f5c918a7a083cf96b060f09aa57dc85ca24", "message": "Leave residual of potential problem\n", "proba": 6.760380074410932e-06} {"commit": "0c39d51e6136aad787e91eb07623cd93415f7cdd", "message": "human early bug\n", "proba": 3.5005607514904113e-06} {"commit": "3f9779606fa12b7c8635215950245e355da1b846", "message": "Remove changed, log_action and previous_revision from publish action Admin API\n", "proba": 1.903891444499095e-07} {"commit": "2ddaa1e44f154f16c0f02234e11991910bd348f7", "message": "Fix copy-and-paste error in C1M6 snippets\n", "proba": 1.8382589814791572e-06} {"commit": "d6254e635e18fa13402c97ed68f5c65082e1cd57", "message": "Run the slicer at lower priority on windows.\n", "proba": 1.2896339285362046e-07} {"commit": "e468ca237a0bd80993aa44c6320752c2657e0f64", "message": "S3 requires copy-source to be url encoded\n", "proba": 2.4755078698035504e-07} {"commit": "992665280f8e5698b8b07d93a54d2794e27bb053", "message": "Do not print slicer log in case of error\n\nThis causes the xsession-errors file on linux to quickly fill up\nin some cases, so it's better not to show it.\nFixes issue #45\n", "proba": 1.6173629546756274e-07} {"commit": "cfbe319b262c641076085d5e0d7a1e755a6613d0", "message": "Fix formatting on doc strings\n", "proba": 1.2991631592740305e-05} {"commit": "ebe4824e111822e256285bca5c66a52f2f001be5", "message": "do it right this time: call generate_post_assignment_code\n", "proba": 4.942933446727693e-05} {"commit": "16b1b6a369e54b0f707da30a064347981bedb2ed", "message": "Logger now loads the log path from the config/config.cfg\n", "proba": 2.8550857678055763e-07} {"commit": "9ed98cf19c6220e1c4a14381cf5d324af2ee38af", "message": "Fixed exception\n", "proba": 5.899286747990118e-07} {"commit": "c891f2002eb2417a0dd9d5804e501f02df138754", "message": "fixed issue 6538 by updating the documentation (#6550)\n\nCo-authored-by: fs1132429 \nCo-authored-by: mergify[bot] ", "proba": 1.4020140781667578e-07} {"commit": "bf65b20303a0283766b971d470275b50cbca89fb", "message": "Fix citation repeat\n", "proba": 2.604381734272465e-06} {"commit": "f98755eb745cbe60d5982954227a2f4039d1bbc0", "message": "fix print implementation in Py3, make it more suitable for potential inlining\n", "proba": 3.0283121077445685e-07} {"commit": "0ac3701d14465aec64b23e4b62022feca46686d2", "message": "Fix Slave XMSS generation\n", "proba": 7.749185897409916e-07} {"commit": "8cfccc8a843f504ee83f0a15b37e198471fdcaa6", "message": "bug fixes\n", "proba": 8.304810990011902e-07} {"commit": "808a7a8742da50c87e821e3c15a05d6065755f3e", "message": "feat: build more image sprites\n", "proba": 1.5711894718606345e-07} {"commit": "d27371e39a816f8bfcbaf910e50dc51c68076a70", "message": "code review comments for models.py\n", "proba": 2.7641343081086234e-07} {"commit": "f64cc90f76d15582bcdbe6061f6c9ec8a83e8d73", "message": "minor cleanups\n", "proba": 1.534437217287632e-07} {"commit": "7f514ed3a9ce16c12aca11d91dd0df080b331a9f", "message": "convert string format to query param\n", "proba": 0.9998462200164795} {"commit": "39db723e9d5c56f301adbecb3ee7cb83509c8c4b", "message": "Plugin `--cli-config` improvements. Fixes #1951.\n", "proba": 1.0441244313597053e-07} {"commit": "8616566f67b53a0fe65be295fa3a8c687f337963", "message": "Work around stupid pycurl error API, BZ 564509.\n", "proba": 1.1920216280714158e-07} {"commit": "2b1e5699f516aa60e7e85e0753782c75e1080b34", "message": "added new admfile support\nPEP style fixed\n", "proba": 1.5154154198171454e-07} {"commit": "3bd198365226105105526a85f29c641b66b2a338", "message": "Git support for repository status.\n", "proba": 1.2823930717331677e-07} {"commit": "3704b4c6d6b1c33892fa6560a98bcafd34f3c450", "message": "fix pull request #2\n", "proba": 3.3092135254264576e-07} {"commit": "06d1a4945dcf6c99630412967d6c20ba400f8bb7", "message": "Fix incorrect operand to be AND rather than OR.\n", "proba": 0.00020531928748823702} {"commit": "e63e7aa263e0672877787e5ca5660262bf681349", "message": "Fix for #253\n\n--HG--\nextra : transplant_source : %9E%5C%97%85%EC%7C%E7%EB%0AZ%8E%1A%B1%C0%1F%14%AA%5B%25R\n", "proba": 2.2248622144616093e-07} {"commit": "128d41cf4c49d73afdd6676b70cb27aa69c4e813", "message": "Passing Face to finish method in Gibbs Sampler\n", "proba": 1.2212593958338402e-07} {"commit": "121e9e72afe3752927b7cef755c452de016a69f5", "message": "wait changed to 'interval', task.requests used instead of urllib2\n", "proba": 4.803250703844242e-06} {"commit": "560328e3affd8093a913f85b98d3abbc5f173507", "message": "The dump tool will fallback to the old 'content-type' name when 'content_type' is not found, so it can be actually used to dump attachments from older CouchDB versions.", "proba": 1.2015300399070838e-07} {"commit": "91e350bcd252eedd702e8ff15753050201e3f8dc", "message": "usa_state_contours.py: new default fill color\n", "proba": 8.051102895478834e-07} {"commit": "3a5c8b063a06522ed5f1d143976c43e8c2151b46", "message": "get_machine_name should return unicode string\n\nIt was inconsistently returning either bytes or string.\n", "proba": 0.00013515040336642414} {"commit": "0452a195f2e7d8a2394d51bfd0b389d5c2a06617", "message": "Added missing @classmethod decorator\n", "proba": 2.0732954908453394e-07} {"commit": "5c96f297846a3f750bdd97e08da56f3f2bff1aab", "message": "bump version to 0.5 and fix login\n", "proba": 1.595857526126565e-07} {"commit": "cb40504be9fc7bfdfde28755922425a9cf4f876d", "message": "Delete useless code for setup.py\n\nChange-Id: I78a798361d6a4e041b7acc126b31f2c249275462\n", "proba": 1.7736319932737388e-06} {"commit": "c0f3197e821a9ec5e55f53b685959511c6cf91c1", "message": "added more analysis code\n", "proba": 1.2378725955386471e-07} {"commit": "8541f1e480561fc2ef4468e787f2ea13e8e75bb4", "message": "Simplify WeeklySchedule interfaces\n\nConstructor now takes one of the many possible representations\nto the constructor, and it will try to do the right thing:\n\n ['M', 'Tu', 'Fri'] list of day names\n \"['M', 'Tu', 'Fri']\" string representation of a list of day names\n \"M, Tu, Fri\" string of comma-separated day names\n \"20\" string of an integer 0-127\n 20 integer 0-127 representation\n\nRaises TypeError if 'weekdays' cannot be parsed.\n\nMore consistent API:\n from_byte & to_byte\n from_list & to_list\n from_words & to_words\n\nMore doctest coverage.\n", "proba": 1.4984218523750314e-06} {"commit": "bca60be91a884ef0bbd0b574e499a116eabb56f3", "message": "Add support for CONSTRUCT, DESCRIBE, and ASK SPARQL queries.\n", "proba": 1.2684576233823464e-07} {"commit": "ab4f1a4e9042d12a3b18dc5ec3f68fe43c9e9096", "message": "create post\n", "proba": 1.6669793012624723e-07} {"commit": "bd1b60ec98dea5677962906294194960410d0a9b", "message": "remove unused code\n", "proba": 1.6653786587994546e-05} {"commit": "4bed68435311802af24f3850fb4f1c0e07234aed", "message": "typo in setup.py\n", "proba": 3.5671355362865143e-06} {"commit": "45a2ac690d62273bce289542e9c87f135cd4471f", "message": "size_label is too global; define photo_size_label per photo\n", "proba": 1.986937604669947e-06} {"commit": "abddc18c1b991d8f1b6330ec0ffba1a332a9ebfa", "message": "Extract document dumping into a separate function.\n", "proba": 9.212939744429605e-07} {"commit": "07329efdaa3a51611f491580716f4d90b2f75192", "message": "Minor\n", "proba": 3.334548864586395e-06} {"commit": "3c572b2ff079629592de652825aa2e2ca14878be", "message": "fixed string type check\n", "proba": 1.8509457504478632e-06} {"commit": "fd29c2836160cd9ccefb114f29e6a7f0042867fa", "message": "Added debug logging for UDP port\n", "proba": 1.6540305125545274e-07} {"commit": "b5ab8382059e649cebfcd56bd29c9d934a305584", "message": "numbers base class\n", "proba": 2.3569461973238504e-06} {"commit": "24aed0d781cd34c93b1d8392c24bb7d9203cd07e", "message": "[py] fix: drag and drop by offset broken (#6172)\n\ncloses #6171 ", "proba": 2.9952184377179947e-07} {"commit": "7703a79ba82be17205c68078604a614a564be88f", "message": "future import print_function\n", "proba": 2.111311459884746e-06} {"commit": "4d06bd0d579e6a9a138c1e523601da7b7ca83b70", "message": "Fixed MB25. Improved performance\n", "proba": 4.049717858833901e-07} {"commit": "fc454527d4cddcc3ba10606cb92a654e4d85c123", "message": "added tests for follow\n", "proba": 1.319139499855737e-07} {"commit": "be47eb18c5e7c25d8f686b12ea7c9aa2a886831d", "message": "Added support for giving kwargs to parser and serializer (via format).\n", "proba": 1.0172659159479736e-07} {"commit": "3acc285e9c3f109acd82dc1d7183fd655a83bae8", "message": "Fix python3 compatibility\n", "proba": 5.0099035433959216e-05} {"commit": "c36c047a26697e17c15b9d398259c3778969889f", "message": "Put the how-to-compile line back in.\n", "proba": 2.1686516902263975e-06} {"commit": "613abb32b3803697075583df7af6ba83d73b35cc", "message": "Format\n", "proba": 7.663883479835931e-06} {"commit": "07eed762fc7037f21d7997823534005a371317ea", "message": "Add replication_topology_id on Database API\n", "proba": 3.8058817608543904e-07} {"commit": "57121f10c94ee7c1bd917b6c49303054ebf1ae1f", "message": "update metadata API url\n", "proba": 7.478520274162292e-07} {"commit": "138f21b3f3b7836e8d983f54d6b3e7011303aac4", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "b2670464ed601653147dc2726204654965109048", "message": "Adds temporary line break text during processing to account for subsequent tab blocks\n", "proba": 1.6658239587741264e-07} {"commit": "b207f1d167f13f4f20bf3c46fe49c695d79b110d", "message": "Bump to 0.5.15\n", "proba": 0.0001551581808598712} {"commit": "0b394864859380c4fcebc37e8e464a24a2b86c79", "message": "Don't mess with foreign key circular updates feng shui in sqlalchemy\n", "proba": 1.2904065727070702e-07} {"commit": "4d87792abc9437854030cc8239a0f74899ae8632", "message": "Fix file extension literal.", "proba": 3.600904392442317e-07} {"commit": "0cb579446de0854936742cb2ddd15ae8f2eb58d8", "message": "Remove print which doesn't output anything\n", "proba": 0.0003034969558939338} {"commit": "19fe4db5090d41df709204638c765bde4c5bf6dc", "message": "Increment patch version to 1.2.1\n", "proba": 6.740968819940463e-05} {"commit": "101a4174ccc656e19680ef8aba125f1b1a0a69bb", "message": "clean unused data\n", "proba": 1.1874271876877174e-05} {"commit": "4192271c9fffc770dc1d220ad6387c211bdbe10f", "message": "NumpyWorld bug fixes\n", "proba": 3.0820558549748966e-07} {"commit": "0bc7a462d9ec8afe13aeebaaea93860a88bda86a", "message": "[tested]Fixed open file dialog cancel error. (#856)\n\n* Fix\r\n\r\nError \"IndexError: list index out of range\" occurs when there is no \"predefined_classes.txt\".\r\n\r\n* Fix an error when default label is null.\r\n\r\nError \"IndexError: list index out of range\" occurs when there is no \"/data/predefined_classes.txt\".\r\n\r\n* Update README.rst\r\n\r\nADD: Package as a separate exe file method.\r\n\r\n* Fixed an error after opening a file to cancel\r\n\r\nThe cause of the error:\r\nQFileDialog.getOpenFileName(...) second parameter required cannot be empty.", "proba": 4.023291069188417e-07} {"commit": "71dd1800c0b7f99f64f076e731c322a4cc54ef90", "message": "make vivisection executable\n", "proba": 0.9992030262947083} {"commit": "3bd6ccb011e227090560286abb1990a12a51d4d5", "message": "Update the venerable tree-processing-phases comment in the \"Node\" class.\n", "proba": 1.0527251248504399e-07} {"commit": "5e3116e73393ea64dff67794fbe567c39f3397d8", "message": "Removed seek when reading field headers.\n", "proba": 1.1379145803402935e-07} {"commit": "dc6a41f651d8fa2d41749e166e2bd86cba5b3483", "message": "adding admin settings\n", "proba": 5.977096861897735e-07} {"commit": "3c4e5ff0d73e359b265f0b8356f98aeb9c01dba8", "message": "doc: split copyright and authors sections\n", "proba": 2.4063035652943654e-07} {"commit": "a36d54e47b2a535d6c68c49eca53599c9c424074", "message": "Allow configuration to be in setup.cfg (#38)\n\nAdded possibility to write configuration to a setup.cfg file\r\nAdded a variable containing the config files possibilities (still possible to add more)\r\nCloses #37", "proba": 1.517687593377559e-07} {"commit": "6b49437f914de1c4bf1ab8e82da4ef7495a54a66", "message": "Update XnatUtils.py", "proba": 3.682966109863628e-07} {"commit": "b4c5905e08269614625a3a28d279dc65c9eb1de2", "message": "optimize encode\n\ntotal_node=866145, 19342.423118nps -> total_node=866145, 22684.523748nps\n", "proba": 0.9984851479530334} {"commit": "2b070c06425b0e9adbbf2a16dc5dddf42f9332e9", "message": "Changed the gdb display format of vectors and added support for quaternions.\n", "proba": 1.0230546365619375e-07} {"commit": "13a700ad53b69444a8acf4addfa050ad1f131260", "message": "Fix program start when re-started without the second monitor.\n\nWhen labelImg was closed on the second monitor, and later opened when it is disabled, it is impossible to see the app window.", "proba": 1.102810998077075e-07} {"commit": "08a17c4e6cb4cd34d22318e79a1747319c983443", "message": "logging to fix issue?\n", "proba": 1.207097000133217e-07} {"commit": "bb0c65c6c2ae59ce0b2ba2368cd133ba9e0c13a3", "message": "added __unicode__ functions to models\n", "proba": 1.2714233889710158e-05} {"commit": "12ab65d5c41d060d2332465fe7cf9270a2b32b0b", "message": "test failure\n", "proba": 1.471861560276011e-05} {"commit": "e90e895cb3f2bdd41b27cb75ce58ce497eae1e27", "message": "removed code for pagerank calc that did not work\n", "proba": 1.5681372644849034e-07} {"commit": "bbdae951494cb0331fc151b739df50e2a9e680af", "message": "Remove print statement\n", "proba": 0.0070150988176465034} {"commit": "9773b0481e07c491dd758ac996bd6919cb4f74bc", "message": "filtering animals depending on farm\n", "proba": 2.038985940089333e-06} {"commit": "36ddfe719801e5d735a1bf08c37dcd43a25c9b73", "message": "fix: fixes #599", "proba": 2.666563341335859e-05} {"commit": "d86918d2337c79a7c7648dc013b23a5df05fb01f", "message": "Hide toggle\n", "proba": 7.174717779889761e-07} {"commit": "7b6369eaf49656558909435f72b4b4a86d38f7a8", "message": "Import empireAPI into the base namespace; import all exceptions into base namespace\n", "proba": 3.674167601275258e-07} {"commit": "6c975d18429569ebe900c5f8945492dc49d737d4", "message": "[IMP]\u00a0upgrade the Pickle protocol to consume less bandwidth.", "proba": 1.0795990590395377e-07} {"commit": "7df948feedb64129a7b4186c0dc0a92ce6b5be7f", "message": "Remove unnecessary ugettext on user input value\n", "proba": 8.91345905529306e-07} {"commit": "498a68037b402d726f6da6d0ab86d460db9f37a3", "message": "Updates version number to 0.4.396915249.20210915.\n\nPiperOrigin-RevId: 396918740\n(cherry picked from commit f151befb3900ae1f122fdf5a4dc2b0870dffd95c)\n", "proba": 1.858082470107547e-07} {"commit": "0e9ccd889e297752f9a40b73cc845fab9eaa3781", "message": "download agent, default number of time out errors\n", "proba": 1.4067539666484663e-07} {"commit": "5ddac149dece523f9fabde0bcd22ece1593421b1", "message": "make sure config is accessible\n", "proba": 1.2809449572159792e-06} {"commit": "ca9984c01e69c4477a98c8293d09ce8028393f49", "message": "ex8 OK\n", "proba": 1.0645082966220798e-06} {"commit": "d167749165eebf7a188a5053d94bddbd7e45eb17", "message": "Implement simple addon reading\n", "proba": 7.126519108169305e-07} {"commit": "108a32ae06713466414c99cbbd289d4e4c2fbd71", "message": "Making size 2**31\n", "proba": 4.967753739038017e-06} {"commit": "7e9ae57349a219d783343e7c17bfa7969fc5b35c", "message": "Add total download size, check if file exist, network error check\n", "proba": 2.1562891561188735e-07} {"commit": "964eefa9cee4cbf7501f08c4f4e724c5e2fa4f7c", "message": "nvlist: add support for boolean_t and uchar_t explicit types\n", "proba": 1.3484943792718695e-06} {"commit": "ff1c33edf25feaa6ffb324a1aaea27488ff39532", "message": "Cleanup: remove unused utils\n", "proba": 1.970984612853499e-06} {"commit": "4296273ffb1f014cdea3efb5b04c0959761ccf41", "message": "Separated serial port interface into two classes. One protected from\ninterrupted system calls, and one not. Use cases with timeouts need to be able\nto interrupt.\n\n", "proba": 1.157306570576111e-07} {"commit": "d8963b149e49a8460694f982d3b23467a3f16063", "message": "debug\n", "proba": 1.5664004422433209e-06} {"commit": "b95aadc9cf01632f412562bd54c0d191f26d1597", "message": "fix up escaping of simple_tag, to work on django 1.9\n", "proba": 3.5416172750046826e-07} {"commit": "e23e984b9997c09d0bb3a59f98dd99442d6ea2df", "message": "Make runner.py compatible with Python 3.2\n", "proba": 0.00011645724589470774} {"commit": "e17c1548e75829b05631024f9873e928c5f1c79e", "message": "Updated the code to use the newest version of the RPi.GPIO Library that has PWM support! Yeah!\n", "proba": 9.758295504980197e-08} {"commit": "05f6e7ba57e4394a24a50fe15f0b11dc7a8c7103", "message": "Expose keyword arguments of KernelManager methods on MultiKernelManager\n", "proba": 2.3303773843963427e-07} {"commit": "028c90fb2c11be8e6d590e5a869ac7492e219c85", "message": "Minor update to accept alm options\n", "proba": 1.8169242821386433e-07} {"commit": "4eef097f4ce0f1295680102f9c7355a22b173aa5", "message": "fixed Caltrain parsing to include Monthly Pass valid value\n", "proba": 1.383539682819901e-07} {"commit": "2fff38222c0ddafb9e3e7d1487167377460bbce8", "message": "Modified PETSc wrapper to prevent the use of \"cg\" solver by default if the passed solver is not found, now throws an error\n", "proba": 1.251294321491514e-07} {"commit": "5e760fe0a777cfd5a964e903e27164a3e0c6de1d", "message": "Updates version number to 0.4.227560086.20190102.\n\nPiperOrigin-RevId: 227564861\n", "proba": 1.243931023964251e-06} {"commit": "70b1f692de305494db68101abc658ab7aac6e6d0", "message": "Correctly mark --domain as required\n\nSigned-off-by: Zack Cerza \n", "proba": 2.666219245384127e-07} {"commit": "5c6fed3ae39ab419a57bb691c9fa9b9fb95da769", "message": "use alt_scientific_names aggregator\n", "proba": 0.00015052547678351402} {"commit": "a63fd109a43df198113f821928ad7463795599fc", "message": "Remove yield from statement for Python 3.2 compatibility\n", "proba": 3.723314193848637e-06} {"commit": "ce26b8083610f7d2d04d51a6a9915df2006a8023", "message": "Replace lambda function\n\nReplaced lambda function with a direct call to model.conditional_expected_number_of_purchases_up_to_time method for performance improvement which has a vectorized implementation.", "proba": 1.293122977585881e-07} {"commit": "04adae8758df6504f152750e070f528f0f207ed4", "message": "tgrep.py: fix capturing variables with lambda functions\n", "proba": 3.901292075170204e-06} {"commit": "4794351607a08df371cf5a1e751307341e96d3eb", "message": "Chain.has_feature: new method.\n", "proba": 1.654871510936573e-07} {"commit": "53df0df394b299f3436702b098a787545a98fd20", "message": "Drop obsolete and misleading comment\n", "proba": 1.225271404337036e-07} {"commit": "cdb85f64c54439c08892002a8e9833ea9bd6377d", "message": "Fixed bug with IO functions\n\nFixed a bug where the wrong variable name was being used to access the\nIO chip\n", "proba": 2.613809613194462e-07} {"commit": "325fabd0e3f5ac1c3fdf8b65a25e097051946b9e", "message": "Split string into list iff contains commas\n", "proba": 0.9999992847442627} {"commit": "29cef0bd5301252b28c33da292d90441354700f8", "message": "docs; update generator\n\n- copies files in doc/site/static/ to output\n- update output formatting to include potential differences in markdown generator (local generate had &gt;, so cover both to remain consistent)\n- copy rss xml (could be in static too, but for now...)\n", "proba": 1.8824944163498003e-06} {"commit": "24bc74c7f7d3dade5f06e23da9dfc850ab4a65f7", "message": "DOC: Added mention about scipy sparse matrices\n", "proba": 1.2409813621161447e-07} {"commit": "f679dbee77a23710d5c125140d1e25da289a0b11", "message": "removed test_deprecated\n", "proba": 3.5564423797040945e-06} {"commit": "6ff48fe276d5efaa911e0818236539ad0b8b73aa", "message": "addressed issue #1957\n", "proba": 1.3602166859527642e-07} {"commit": "a5a6a9a3965fdee00128f3917ea5f9c99f231aab", "message": "CFY-2743 partially port rolling file handler log implementation for celery workers\n", "proba": 1.3084095940030238e-07} {"commit": "24f9e699eb5db8a3b43e02b825e8daa0ba79b323", "message": "db/models:\n\nRemoved unused `imls` field. This isn't relevant for hazard maps.\n\n\nFormer-commit-id: 5ad740dff5c0790f82f8ff04289ddd568bfcb82e [formerly 5ad740dff5c0790f82f8ff04289ddd568bfcb82e [formerly c2a13b7daeabfab0a0ce5f16fc7aa881127ae97a]]\nFormer-commit-id: 28fd6911cca7e77e44e7f39576a5747049400cd6\nFormer-commit-id: 13c922a885bef80b825c08d1ca33087fb320bfd4", "proba": 4.625028668669984e-05} {"commit": "243107d54b5430e1a2d40479fbaab8e497a63cfc", "message": "throwdown command\n", "proba": 1.7082901422327268e-06} {"commit": "6128f2d89f76c23e476cbe0aa32c67597ae340f2", "message": "[UPDATE] Trata retorno para acoes com sistema de cultura inv\u00e1lido\n", "proba": 2.307591984163082e-07} {"commit": "6b7f9de944703b823096065ab2e732853801cec1", "message": "Added a manipulators field to MPAs to store active manipulators. Added active_manipulators property which applies some logic and error checking to that field. the save() method, which calls apply_manipulators, will now automatically apply manipulators according to saved state.\n\n--HG--\nbranch : feature_optional_manipulators\n", "proba": 2.2278071298842406e-07} {"commit": "14c0189dc50185277a4b83d40ddd05e8e2c08df3", "message": "poloniex: return private_api error instead of raising it.\n", "proba": 1.6322009344094113e-07} {"commit": "3dedeeab0bfabcdafc0ef104cf540bdf959115e7", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "0aee8b99dddd6d853552e4e9129cabb9741bb2ed", "message": "use DATA_LINK instead of READ_LINK to store microarray file link\n", "proba": 1.6538112390662718e-07} {"commit": "2b5f610408fc5b1bda85ade88b7cf232a839584b", "message": "AvailabilityZones is unordered\n", "proba": 1.9682222784922487e-07} {"commit": "2126f1e48296a311e804a5608542b0c2e06459bb", "message": "changed post form such that it takes a dynamic list of clubs based on needs\n", "proba": 2.0526222499483993e-07} {"commit": "5dce4b30c858a19f25bb6885afdad2f6af43c2a4", "message": "HDAWG workaround: avoid strange behavior of marker channels when uploading only a single channel in pair\n", "proba": 1.905330009321915e-07} {"commit": "1aa066183d7be1e861a0ed172f35bddbd5e3107d", "message": "Increment version to 2.2.1\n", "proba": 0.9999520778656006} {"commit": "3c403073f674daec0d95b0f95add7c8f92949a9f", "message": "added Occupancy class to django model\n", "proba": 2.4132279463628947e-07} {"commit": "b27fd0a50cc2441dfeee505c60504a805540a7ec", "message": "fixing broken if\n", "proba": 1.229391841661709e-06} {"commit": "cf59a12532bde19f4f742c1de3ec6257f7e91b07", "message": "make owner serialization read_only\n", "proba": 3.327206741232658e-07} {"commit": "6a1291fc39158d910034b318d15a01e5716932ba", "message": "Started to implement check_work_dir()\n", "proba": 1.5255396590418968e-07} {"commit": "570ce8fcfaebccad7bae1588aeba9b2a847f6548", "message": "poloniex.return_lending_history -> get_lending_history\n", "proba": 0.00014097675739321858} {"commit": "82ccef829ccbb0dcb3ee0a47dde16c617974233e", "message": "Support any arbitrary object in Interpolater\n\nIn particular, this allows for e.g. String(String(\"foo\")) ==\nString(\"foo\")\n", "proba": 5.228351801633835e-05} {"commit": "04eab6dbfc65e6058ba3526d1460ffe8836cb50c", "message": "Divide e2e latency requirement equally among the chain pieces,\ndisregarding, who much latency did the Infra node promised us.\n", "proba": 1.363484471994525e-07} {"commit": "33d459bfebf9e937a2ada7fe0b42494db623a04e", "message": "Create method recreate_slave_steps\n", "proba": 6.266503987717442e-06} {"commit": "a163cbf5f0b9d62c36dc1bf06cc3c69ac734d71e", "message": "ahora el titulo dice 'nuevo pedido' o 'nueva OC'\n", "proba": 2.9982879823364783e-07} {"commit": "84fa51f4af973e98dd4da3644e4aebdca4991723", "message": "- added *_addon.h\n- fixed errors\n", "proba": 3.2463216825817653e-07} {"commit": "a0795f9cd0a88ef1171e159d8b5ea1d346a98c65", "message": "CFY-2649 debugging\n", "proba": 1.5892356941549224e-07} {"commit": "d27a0bbd545bbe345d3b77f4d97c0855cfd73f59", "message": "Added calculation of normalization numbers.\n", "proba": 1.2657206127641984e-07} {"commit": "42878e9d48c7abb995b9e61e67751852c431b911", "message": "changed implementation of Ranging, more versatile now\n", "proba": 1.0408416528662201e-07} {"commit": "595e4094ba143e58986969c47d979fa08b9aa407", "message": "aligned passwords with test env\n", "proba": 1.482827542531595e-06} {"commit": "08c47fa2868dfa589b5d40695fc136cc7f952a9f", "message": "import at top of file\n", "proba": 3.363429357250425e-07} {"commit": "c5e43b7864bbf0530df8c04740a1f21ae8f8682d", "message": "EnsembleLearner: Removed unused and somewhat dangerous default learners=[].", "proba": 1.1124148358021557e-07} {"commit": "8a6ed1a9a102c62e3760187711cb9cc5c8091623", "message": "Correct URL building\n", "proba": 6.950660008442355e-06} {"commit": "8cf21a80c4bd773de7591408e9d1dd337ba5370c", "message": "basic settings\n", "proba": 1.3348536640478414e-06} {"commit": "0566e3bfa7d2bd215f8ad9bbc6e4fe35088e2b86", "message": "Fix small typo in transformation docs\n", "proba": 5.7988767366623506e-05} {"commit": "5684785e92a06af473d6e7a018e13f7d87f39bba", "message": "Added test for polarity of age.\n", "proba": 1.2690759376710048e-07} {"commit": "675f24e95900f0f45609626b73181c19c9f4e8c5", "message": "Updated from Brython Server: 5/18/2017 8:50:02 AM", "proba": 1.078197655601798e-07} {"commit": "e6339699fd0654860ff5cb66406b35224e1fac40", "message": "log numnber of retries\n", "proba": 2.370830287645731e-07} {"commit": "bbaf6b15b61e5727d53636bde1c9350db8bdced6", "message": "Also save libOSMesa from the build\n", "proba": 1.2717316622001817e-07} {"commit": "94a5e3089ef64d4b3dd592748152b358283f6925", "message": "CFY-4865 Stress related improvements\n", "proba": 1.2952249051068065e-07} {"commit": "ac9f286dbe4731251f7820ef833c7a9a303df02f", "message": "Correcting twitter status link.\n", "proba": 1.6618332665530033e-07} {"commit": "4fe1378021b4f852960571348f27c50049f0d5b5", "message": "Fixes cloudpipe to get the proper ip address.\n\n* Changes FLAGS.vpn_image_id to integer\n* Converts to str when comparing because instance['image_id'] is a str\n* Removes unused method from db\n* Converts integer_id to ami when launching\n* Adds docs for setting up interface in cloudpipe image", "proba": 8.698114584149153e-07} {"commit": "b68931c290d56a51d943dcfa891a6ae4efb05ff4", "message": "Probably-saner divide-by-0 handling in AdaBoost.\n", "proba": 2.0205006023843453e-07} {"commit": "e936829f16e8d1d7f27cfd8a0a141ca2d2656027", "message": "MAINT: remove dead useless code\n", "proba": 0.0008642927859909832} {"commit": "ab834fe526e1e9359ff920528689efb70edbcc50", "message": "data: Defer lib initialization\n", "proba": 4.344961416791193e-05} {"commit": "619c683cad2cd57965d5c6ab01524db753e23a27", "message": "handel null value\n\nrelated issue #100\n", "proba": 1.6538363922791177e-07} {"commit": "8846ec71acd816b089ea4b3dfde03688622367f2", "message": "Fixed typo.", "proba": 3.5226929639975424e-07} {"commit": "2d82c8e52a6927ecfb18fe248e0a4e96956792f4", "message": "Code cleanups\n\nUpload is now working\n\nAdded macro function to allow creating commands on the server side tht do multiple operations on the nodes.\n", "proba": 1.0342102996219182e-07} {"commit": "5b3f199852dfcd49d3ae4edc3d4c42435a2b6878", "message": "OK, a bit too aggressive on the story loading. Sticking to simple queries for now.\n", "proba": 9.579816406812824e-08} {"commit": "aae10f76855a2f97722c482f3a5588110940d071", "message": "imporiving init for delorean adding is naive as well as updating naive behavior\n", "proba": 1.409322976542171e-06} {"commit": "4d1db0ddeb17e949b63b756289f67cb5251a4955", "message": "Fixed args count which was hard coded.\n", "proba": 1.249000405323386e-07} {"commit": "f3744b0de85a1bc5be77f37a770144d3244bca86", "message": "Change how wsgified doc wrapping happens to fix test.\n", "proba": 1.2323295095484355e-07} {"commit": "37fb4522f049a7e64e208e9c1977a43e05e15b91", "message": "Fix Exception message\n", "proba": 1.5657373069188907e-06} {"commit": "fa09eccd3218fb1bf0d8cbe2ddc0dde9c5da4a36", "message": "linking ncurses for interactive horse race\n", "proba": 1.2618012590337457e-07} {"commit": "329557322f6b0c5dda7f631ee579ee26ac581acc", "message": "#3, #15 integrate spawn worker function in foreman function\n", "proba": 2.532726739445934e-07} {"commit": "f877e38229b8d7774ee4c3f8a3d1d734d4bcfc8b", "message": "Fixed date faceting in Solr.\n\nNo more OOMs and very fast over large data sets.", "proba": 1.0006831985265308e-07} {"commit": "bfd1aa795553a4289b9d5143073e041f2584ca51", "message": "Explicit error on declaring a reference type.\n\nThis is better than generating invalid code; see #1695.\n", "proba": 1.07891558798201e-07} {"commit": "0aef923599700c78e6df426c3122f3829eadd448", "message": "set hello message log to debug level\n", "proba": 1.6963447251328034e-06} {"commit": "5b8f23110e44a5fa4a11f6720da9ccb8007d4134", "message": "Fixed issue where webhook \"bots\" would cause issue with permissions\n\nWebhook bots aren't real bots and thus don't have roles or permissions", "proba": 1.4741912082172348e-06} {"commit": "3b9d90874c36f1664125b938261cd763c724d180", "message": "rm is_superuser from sync\n", "proba": 8.6583504526061e-06} {"commit": "69f7ca8a9f5e222e34408eb6aaf4084e654a550d", "message": "updated version again\n", "proba": 1.2868071053162566e-07} {"commit": "594e677357cd1991de6a8470af8b776a44dba84b", "message": "Fix somewhat long-standing error logging bug that spits out a ton of data on feeds that don't work with requests lib.\n", "proba": 1.0668320271634002e-07} {"commit": "cd7e1d5333a95c7ae0b21ee5bf2822a34afa3fb5", "message": "Initialize mixer terms of QAOA with PauliSumOp.from_list (#7292)\n\n", "proba": 1.2198509580230166e-07} {"commit": "685bea1846032057cf5407e791a266c435dca15a", "message": "Fixed error message in get_my_linklocal\n", "proba": 3.3374078611814184e-07} {"commit": "6b7e165271804a92b0bf8dd9e577e8d9169ef2f7", "message": "flash message for export\n", "proba": 1.7232854077064985e-07} {"commit": "196e47b74f732efb3e830ded7fc1f3e211a91aa8", "message": "Handles model instance_id in utils.run_test\n", "proba": 9.903459385895985e-07} {"commit": "4e98741a4981dcfdf5ec046881d3d212f0854588", "message": "fix filtering samples by multiple instances of the same related model (e.g. 2 different sites)\n", "proba": 1.2192903398045019e-07} {"commit": "d33932f07574f296b609af3096c0d9ce902054fa", "message": "Integrate LLVM at llvm/llvm-project@e90e455d2a0c\n\nUpdates LLVM usage to match\n[e90e455d2a0c](https://github.com/llvm/llvm-project/commit/e90e455d2a0c)\n\nPiperOrigin-RevId: 354922438\n", "proba": 1.2005900771328015e-06} {"commit": "e695df887a58245f46c350d831ec27dc6f533939", "message": "simplify methods\n", "proba": 0.9991738200187683} {"commit": "caaa954a8d0cdefe70999827f611e0580a2730fd", "message": "Added location tag\n", "proba": 2.2586490899811906e-07} {"commit": "aacc6c0844f77b253acca0d6fa3963589aef6ecb", "message": "missing mail resource type header items\n", "proba": 8.430325806330075e-07} {"commit": "20e61ac12c51f93bd98ff9d1c335477a8eb0598c", "message": "Add files via upload\n\nHandle some Debug info from RFLINK RTS", "proba": 1.2930428283652873e-07} {"commit": "03e46715b60afafcc9671bca82a6c4515419ae87", "message": "fix the location of INLINE macro in prototypes of some private functions\n", "proba": 5.954089488113823e-07} {"commit": "f8c3b88d46fd5d328dae0392de8b9ef39ac6b242", "message": "utils.py - module_file() \u4f18\u5316\u4ee3\u7801\uff0c\u4f7f\u5f97\u5728\u67d0\u4e9b\u7279\u6b8a\u60c5\u51b5\u4e0b\u4e5f\u80fd\u8fd4\u56de\u6b63\u786e\u7ed3\u679c\u3002\n", "proba": 1.1006171973804157e-07} {"commit": "466348dc0b0d2138bd1fdea42041bd905cc400ce", "message": "Use text field for FTS frameworks list\n", "proba": 2.1107746306370245e-07} {"commit": "fcb60ea79d8a101ea2c2b703b907d5dcd36ee8c3", "message": "BDKD-476 Removed unused variable\n", "proba": 2.3779790581102134e-07} {"commit": "79ced5857d0bfbf34f202a27e1f1178fcd146f1a", "message": "switch to explicit call to logging.setup()", "proba": 2.1962152629839693e-07} {"commit": "685a6e2b31d6c479170f40c1e1a35164b389b9f6", "message": "debugging the train pipeline\n", "proba": 1.2250814052094938e-06} {"commit": "9f736de7576ca10e6c00c92de2a77312b9e306f3", "message": "Remove duplicate test (it's already in our functional tests)\n\nThis test duplicates what is here:\nhttps://github.com/openstack/heat/blob/master/heat_integrationtests/functional/test_update.py#L89-L133\n\nBut does not require a full nested stack in unit tests.\n\nPart of blueprint decouple-nested\n\nChange-Id: If5a9d6b1c9dd98b31966312af16587cd148b9c6b\n", "proba": 0.0002003748231800273} {"commit": "2e59341aa087e5593f7ab473729ad007020c4807", "message": "changes to make differential change sets easier to apply\n", "proba": 1.61662583764155e-07} {"commit": "307bb2e5cc863b23f206f4d5f393c450fe3506b3", "message": "Integrate LLVM at llvm/llvm-project@861dbe1a021e\n\nUpdates LLVM usage to match\n[861dbe1a021e](https://github.com/llvm/llvm-project/commit/861dbe1a021e)\n\nPiperOrigin-RevId: 359091800\n", "proba": 7.021708370302804e-07} {"commit": "9600a626dc39e415b843e5d92c916ca2975fc023", "message": "copy data before making parallel corrections\n", "proba": 2.014991480336903e-07} {"commit": "b1b1afea5325ac02041ef87d1cf79e7ee4368ba3", "message": "Monitor memory leak fix\n", "proba": 4.821336574423185e-07} {"commit": "cd30811581ed83b939c4fdf36a6447e5645b2134", "message": "clean docker and tmp files after dmake\n", "proba": 1.838881615867649e-07} {"commit": "32b95cc1702a289987872eb1a8abbc05bcc5da21", "message": "Remove unused dict BYTE_MULTIPLIERS\n\nDict BYTE_MULTIPLIERS in nova/common/utils.py isn't used\nanywhere, and nova/openstack/common/strutils.py includes\nthis dict, So we can use the one in oslo if we need. It's\nsafe to remove it now.\n\nChange-Id: I6dde9d7edbaa5e1cbdd6790fe427249d4c2d41ab\n", "proba": 1.0918060070252977e-05} {"commit": "9b603c7d60b97f0537c006c5a09a70282e7ae15c", "message": "1.10.32\n", "proba": 3.655751925180084e-06} {"commit": "41b78c5fac266d5c91d68a72afce17bb7543e5f2", "message": "added setTargetBranch ()\n", "proba": 1.309913955083175e-07} {"commit": "3cb60b5d6d2fca32d34e9b151fc4d6b9d99095a6", "message": "Minor cleanup in Scatter3DPlot\n", "proba": 1.3115277397446334e-07} {"commit": "13aad9653b3e7dfc6bb74126637bae22c4562c58", "message": "actually using new vyssim data swap correctly\n", "proba": 1.28741220351003e-07} {"commit": "1c00947aa86597d918d651b5385a6a4d72671c10", "message": "logs inner exception in nova/utils.py->import_class\n", "proba": 2.941378909326886e-07} {"commit": "84c998cb72728f17525a12e55c4c70196024524b", "message": "don't set primaryPackageList (since it's not used anymore)\n", "proba": 1.180772954967324e-07} {"commit": "20e5bdb50dc2651c695fddd936c5835b3c78c278", "message": "Added a try/finally statement to the addMsg in __call__ so lastMsg will still get updated if it raises an exception.\n", "proba": 1.0652826176738017e-07} {"commit": "6b75651d6ee407156f9dada05964aad910ae95ab", "message": "build feedback\n", "proba": 1.757126568691092e-07} {"commit": "c44a93b52f5d991c6b5faa5230d10cfb3566e30a", "message": "fix pd.concat() typing\n", "proba": 7.487250513804611e-06} {"commit": "15f1eb35269a6b9f229e756984a730363a59498f", "message": "The proper way\n", "proba": 0.9994599223136902} {"commit": "46eb93a59a35042fe008a4c160c99a842b36dea5", "message": "Move `utils.hash_file` -> `imagecache._hash_file`\n\n`hash_file` is only used by `imagecache` so it doesn't make sense (yet) for it\nto be included in utils.\n\nChange-Id: I2f4d1deb03e4afceb911ef4b6d6ae6760ddca225\n", "proba": 1.5478808563784696e-05} {"commit": "ee42f42fb4c00c136526b7ed14b9966b8f4d5e57", "message": "Filter: Rename _(un)code to _(morse|unMorse)code\n\nCloses: Sf#3056753\nSigned-off-by: James Vega \n(cherry picked from commit 452c019b10ab9fccf07ea8857cfcd9eca7013c5d)\n\nSigned-off-by: Daniel Folkinshteyn \n", "proba": 4.435261757862463e-07} {"commit": "a93d030b10a41d7ba4e356acd838fbb46e7e9d86", "message": "name fix", "proba": 4.5313616283237934e-05} {"commit": "fa6654c8b0733b8d843b002722006246d2fb33d6", "message": "BLD: add --ncalls to test_perf, to override excessive runtimes in vbench\n", "proba": 2.2498713292407047e-07} {"commit": "ace1d966ed2dca32eec7410e16f2ce0d71c05386", "message": "Fixes a bug in nova.utils, due to Windows compatibility issues.\n\nFixes Bug #1077121\n\nsubprocess.Popen() does not support preexec_fn and close_fds = True on\nWindows\n\nChange-Id: I69697b692b982c7cf786f52cc57f95b4819b50d8\n", "proba": 4.286896000849083e-06} {"commit": "ce3c38db385d3b9e9c75cf7b345d1ae00bf1f4c5", "message": "Remove FIXME and dead variable\n", "proba": 5.057229941485275e-07} {"commit": "94c45ae3685b18d840b0083de9b4ac7ce68658db", "message": "chunk locations again, simplify disconnect\n", "proba": 7.739599823253229e-07} {"commit": "2fc70159ae3d6bdb171a1f518c917dcda4d18198", "message": "Fix bad Log statement in nova-manage\n\nRemove the log statement per discussion in the bug report\nhttps://bugs.launchpad.net/nova/+bug/1018431/comments/3\n\nFixes bug 1018431\n\nChange-Id: Ia6fe511ae23155de8b78689639b53a0d9ed1d051\n", "proba": 0.00011168119090143591} {"commit": "32589e835a209d718996956b774e87542fcebe75", "message": "Truncate large console logs in libvirt.\n\nResolves bug 1081436 where they were returning a 5.5gb console log\nto the user.\n\nChange-Id: I0d98c83e801f8936d35789b5e8f8283f49483c4e\n", "proba": 1.7322585108558997e-06} {"commit": "d59f9b4289ea94bdf257bcea51786cc4cc428617", "message": "Remove grouping of hosts by trying to discern subdom in server name\n", "proba": 2.676835606507666e-07} {"commit": "dc74182e7c8783cdbd8a74749d4e21ad93480796", "message": "Assign the most recent version at interp-time\n", "proba": 0.9993245601654053} {"commit": "cf0c74f52014a91a2bb04ab49d48e09d1abbb7c3", "message": "added hostname to the logs as per issue/enhancement #2\n", "proba": 3.03757360597956e-07} {"commit": "c8078ff36d62a5657982cca5802703a32b9b71b0", "message": "Better support for null returns from Veneer\n", "proba": 1.3470288706685096e-07} {"commit": "83e48cd8866acd9c3266ad301cdb506761084520", "message": "better order of reporting at crawl end\n", "proba": 5.524980224436149e-07} {"commit": "27d84da1802ca1aa7e1daea1a9582275dab38b8a", "message": "C: modifed nsls2/cor.py changed detector_center to calibrated_center\n", "proba": 6.345183010125766e-07} {"commit": "380224c20b81bbd52369a647ce8f133cef0acaaa", "message": "Removed a bug based on the \"in\" statement\n", "proba": 5.8290456763643306e-06} {"commit": "e3d238ff1e2fda718331b7ea2863b8eebfb0ac62", "message": "remove old files\n", "proba": 3.38782274411642e-06} {"commit": "38c51700568292faa2eaec01272f37982dd7eace", "message": "Added the dead link stuff.\n", "proba": 1.0621176471659055e-07} {"commit": "11ba5c441ab745ddec3f0e2176817bcabae0fa17", "message": "fix #1976\n", "proba": 1.2641394278034568e-06} {"commit": "81fe3a3d51b5591d4d6380e5c0a2cb032a104f75", "message": "docstring\n", "proba": 5.97681209910661e-05} {"commit": "50d2602464668043652c93dd972c0c4fdbd70361", "message": "Feed is updating with three keywords.\n", "proba": 1.2470056276470132e-07} {"commit": "445f1ab7f2e8e74c4c658223d47561d23fc534c7", "message": "Set RLIMIT_NPROC based on a setting, default 5.\n", "proba": 1.0860863142170274e-07} {"commit": "41448fadfedf98fee3c3dd7bd572a23979f744ac", "message": "broken code in progress erxample\n", "proba": 4.106757671706873e-07} {"commit": "14ed3e9c3f6f95da35e8f11cc96fd5b046dd93a9", "message": "Custom answer for GenForeign\n", "proba": 5.574343617809063e-07} {"commit": "c6613372e76fd2c38b2246fef2eddd01dc3d900c", "message": "updated timer wording again\n", "proba": 1.467217458639425e-07} {"commit": "d143f2c668490620832861867a8edb1aa44dfe97", "message": "luxi: do not handle KeyboardInterrupt\n\nWith the current code, it's possible to mistake a ^C for a protocol\nerror:\n\nnode1# gnt-job info 221691\n[press ^C]\nUnhandled protocol error while talking to the master daemon:\nError while deserializing response:\n\n(and note empty error message).\n\nSigned-off-by: Iustin Pop \nReviewed-by: Michael Hanselmann <68b67885ff74281219b4a4be33cc20fd45078d7c@google.com>\n", "proba": 1.7398862837580964e-05} {"commit": "da23601201be9ceda2e003c750e7e4be57e3be5c", "message": "viki.fabric.docker - Reword parts of docstrings for Fabric tasks\n\nSigned-off-by: Pang Yan Han <9d8a3bce71455786d192cd4b985538c54e03f109@viki.com>\n", "proba": 1.1974233871114848e-07} {"commit": "75b6d2813cf649236837bbec8391c263f25fe97a", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "9e5ea1ccb35169fcfbb407c47065d8868bac7eba", "message": "CLN: Unused stuff in __init__\n", "proba": 2.562994723120937e-07} {"commit": "97725d8a584e0023b065e663fe457267b128e267", "message": "updated the default value of src_file_link_prefix to None\n", "proba": 0.0030948412604629993} {"commit": "08f5633124028010c6679b974a54cd8441e601fe", "message": "ADD: \u0442\u0435\u043f\u0435\u0440\u044c \u043a\u0435\u0448\u0435\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043e\u0442 \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u0432\u0435\u0447\u043d\u043e\n", "proba": 2.4282830963784363e-06} {"commit": "aa390cad033957ae5839b5b5d6a7f675b99e7fa4", "message": "Preserve GLOG_minloglevel in case it's useful\n", "proba": 1.818177537415977e-07} {"commit": "dd4bb9028c67a2716bb3bbe04a3feda192ea417d", "message": "started writing album tests\n", "proba": 2.1510393821699836e-07} {"commit": "c026ac6876d3ab46687135faa261e43469734960", "message": "make what 'config' is specific in comments\n", "proba": 0.00011003384133800864} {"commit": "a8baf0c9f0a23e169a094fe0dfa0e587dd9dfe94", "message": "flags: support accessing flag value instances on the class \n\nFixes #4023", "proba": 1.8602047191507154e-07} {"commit": "eb11079569570ce991d9468ca40eb8fcf129e0be", "message": "Document more guild features\n", "proba": 1.213862930171672e-07} {"commit": "b699f97124c28fbd6fd4f62cb07991ddded9bb55", "message": "Light colors show up better on a black background\n\nSee: http://omz-forums.appspot.com/pythonista/post/5819625086386176", "proba": 1.291307683004561e-07} {"commit": "d4c683738d48e0ba4a5012405d2068b3ae18c385", "message": "default to 0 instead of 15 for Guild.sticker_limit\n\n", "proba": 6.138114940767991e-07} {"commit": "8bd242f00b575aedfe3e53c75da48b1256af2fa2", "message": "Fix crash on reaction remove.\n\nDiscord can sometimes send integer 0 as the emoji id instead of\nnull to signify a non-custom emoji, which was causing a crash due\nto a 'is not None' check assuming the reaction was for an emoji\nwith id 0. Probably a discord bug, but preferable to handle here\nrather than crash users.\n", "proba": 6.94149150604062e-07} {"commit": "c7f99afe7e56cc5fad865423de1e0d65eeeb38a5", "message": "Handle private channel CHANNEL_CREATE better.\n", "proba": 1.3069279702904169e-07} {"commit": "fc67ec8881294ef8301f41d55583531ffab828b7", "message": "Fixed the no array case\n", "proba": 0.001295744557864964} {"commit": "5297048e7fb591b2767d6161be60ab15609a17f3", "message": "1.3 70f8753a7114e292a89ee309fd2a4f77\n", "proba": 2.0029492588946596e-06} {"commit": "2c6f9c5c1c7810a361abfbc2ff0ea623ad331294", "message": "Start FileWatch alerts\n", "proba": 6.539474952660385e-07} {"commit": "db13ce5b3009e3e941c1ae99b0a283a46a8c9797", "message": "15-06-2017 18:38\n", "proba": 2.442072570829623e-07} {"commit": "a40df30d574c3ef05bf5e9c8c941204b37024a81", "message": "Task: Allow host to be overriden in JSONTask\n", "proba": 0.00021154904970899224} {"commit": "4a8a0ffecbea13bc9be3068b4da4b92580537f9e", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "0478d278feefbea7c0170c90d8bf1d7de7017f70", "message": "fix syntax error on py 2.6\n", "proba": 5.614620022242889e-07} {"commit": "ec2a65452e06580db4cb9a35a160e40563ace618", "message": "utils: add CFG class\n", "proba": 8.198614409593574e-07} {"commit": "bffc7ebf893ce2e4683d6d985e349a1b457fde03", "message": "[MTG] Use new convenience functions\n", "proba": 1.5750285342619463e-07} {"commit": "c6570b84166e6e8089c4613ad07eaaee005ecc4a", "message": "[MTG] Fix error when set needs land in booster but set doesn't have any\n", "proba": 1.688204633865098e-07} {"commit": "1e04f33c39020ad4abebd12ac6b80b76f0ab1f93", "message": "fix ISO generation\n", "proba": 9.706753917271271e-05} {"commit": "412235d1faee8c01ef07b0d2243704d582dd4d75", "message": "Change user dir to .electrum-vtc (posix) or Electrum-VTC otherwise\n", "proba": 1.7094392035232886e-07} {"commit": "8d83fe9aad81144bd42f180be37f3190dfbdfa96", "message": "Fix the implementation of mk.load_defaults() and typo fixes.\n\nMany fixes in mk.load_defaults() due to inlining of functions and another to\nexplicitly merge env_master{} into env{} under the right conditions.\n\nOther fixes include switching to global imports and moving of mk from ports to\n'.'.\n", "proba": 1.248264567266233e-07} {"commit": "e237db18b13c102c8b01d938e866889243625902", "message": "Fix up typos, pycodestyle\n", "proba": 0.9996004700660706} {"commit": "a5cf7cfaecaf86958119cb7816049edc7ac875fa", "message": "debug: tests\n", "proba": 4.768701546709053e-05} {"commit": "0908bc54cae5767bcc3252c4ef340ff574268ac6", "message": "fix: typo\n", "proba": 0.9999938011169434} {"commit": "db90c52f7ede86a34e36a51c1c3faec3371ee4db", "message": "Add allowed bleach tags to base.py settings\n\nThis instructs bleach that it should keep the allowed tags and\nattributes as they are, but strip anything else.\n", "proba": 1.1143536937652243e-07} {"commit": "8ecb495714eab7c490f2a96259b2c69eae7b8b2d", "message": "Fix up some tests\n", "proba": 0.0013077385956421494} {"commit": "23486d7359fc470cb5d7aab8bbc3725a21800b02", "message": "Improve docstring warnings in configuration.\n", "proba": 1.3264980225358158e-07} {"commit": "2878ef4da41502c4e3b278e4cae09ddd77f4e547", "message": "fix failing testing, error handling\n", "proba": 6.763048645552772e-07} {"commit": "e5d44d77ec7a9aaf5c6d4f8d0e79fbb15a4c18fd", "message": "Add support for badged icons in the JSON settings file\n", "proba": 1.9966735465004604e-07} {"commit": "815528b789104034b6bc423cc436dd2abf984a07", "message": "Updated the main url module, and added comments.\n", "proba": 1.0246520787404734e-07} {"commit": "09a67904b16017dc54d4c630f1dfe77cbe1c0e79", "message": "add \"-n\" option to disable reverse lookups\n", "proba": 4.934899493491685e-07} {"commit": "9891365d3ee0507277ed14d32a7a4ad2fcbdc421", "message": "Allow the Statement class to be specified.\n", "proba": 1.6277924430596613e-07} {"commit": "e332290026ff85202d4c9167e8fb14e5b59553ef", "message": "it's 'disable', not 'disallow'.\n", "proba": 0.00787569209933281} {"commit": "da68ee84fa0a988c3843b41d0eb43a4d8ff58da9", "message": "Fix indent\n", "proba": 0.0008542837458662689} {"commit": "d23851539fe221e2daa281fb262e506b0c4e436c", "message": "bugfix: need to deal with empty mates list\n", "proba": 6.26317842034041e-07} {"commit": "1a421795dd44966dadbd7948a4e7eb10737c36bc", "message": "Add function setup_vim\n", "proba": 2.1507246401597513e-06} {"commit": "638ac6e9bbabbd4bdf3fa399fbba04a837ba0ad2", "message": "fix bug in list_mft when a path prefix is provided. users would receive a TypeError prior to receiving any output. Thanks to Phill Moore.\n", "proba": 1.0312241727206128e-07} {"commit": "ff49a0f7040e3fa8dd19c8ca09d1e478575a5d7a", "message": "lib/revent: add clearHandlers()\n", "proba": 1.558968278914108e-07} {"commit": "0e473302a806c41d30f6dd784a003485fbd2c956", "message": "raw: use **kwargs to support changes to wrap/wrap_dynamic\n\nFormer-commit-id: 23442a5f370b9dd729f5335e16272ed68c55fa11\nFormer-commit-id: 73120442162930bc9cb47f333f988bffb9b1d848 [formerly 049112d2030296050573d7c1a6e3afa820d557e9] [formerly 86d8fbaddea8ee8f8f91e436a50f740c3b3d964e [formerly 9eb4e89a3d303d7ffe3b8b7582c9d35146760343]]\nFormer-commit-id: 62174137c279265b231c02e5672dfb82369a8bde [formerly aaf8fbdb009658254396f7bab60196e5bfa71400]\nFormer-commit-id: 3aace10e79f6dedf898d63c9cdce613b41746504", "proba": 2.1839017790625803e-05} {"commit": "7366fecd2350192afaccf05a0b91af5a25793a23", "message": "Fix args.predict_on_val, skip already predicted masks\n", "proba": 1.4326146811072249e-05} {"commit": "93536d562b8e1e063c45e9cb2d2eb06d7d211c30", "message": "[COSME] E225 missing whitespace around operator\n", "proba": 0.0001209583570016548} {"commit": "96702d43d6f94393d26ddc76de422b8942804363", "message": "Add a function for removing dash in GO column.\n\nAdd a function for python input format.\r\nAlso, modify cleaningNanValue function and some variable names.", "proba": 1.0773897685112388e-07} {"commit": "4fdd35ea7e2d3cac747dae41a7bcb0769ce8ca7c", "message": "LaneCorrector can use absolute transforms\n", "proba": 7.925450518087018e-07} {"commit": "da185c46ffc4ccf70c921fbfeb87bda5e2e83663", "message": "Added a forward slash\n", "proba": 5.836744207954325e-07} {"commit": "2241e1d7df9de8630cafc6c6b8a0eaa8ceaee4cd", "message": "Added the local prediction function and changed the predictor variables\n", "proba": 1.9753547064738086e-07} {"commit": "813bad7ccad54c2d00c09f4cb142b6ce14154770", "message": "Update fields.py", "proba": 8.330130754075071e-07} {"commit": "e0c3ecd9c8b26f14f5c64b36dba1042741c94a85", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "91735f6f05a9420eb826165e5b49fdc49ede525d", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "3ee7d43ff3ac2c801b0575bdd60d6d1f8cbf5899", "message": "Import diophantine in Gamma\n", "proba": 1.6356104026726825e-07} {"commit": "664a42508fc1c7034191cf2a210d580f64d1c39c", "message": "Login fix\n", "proba": 1.274221858693636e-06} {"commit": "220f0199c97494e7b8a8ec913cf5251206f15550", "message": "Fix date to epoch converter to timestamp at exactly midnight\n", "proba": 0.0006624227971769869} {"commit": "31c91d0a4d074bc99579724e7146704e13e5c70d", "message": "Add django logging.\n", "proba": 2.8360597070786753e-07} {"commit": "ac0886ae8ce52e202d85ff417d290b256908c49b", "message": "fix env variable\n", "proba": 1.1579050806176383e-05} {"commit": "d06374383daa0c5af10769b45342df6968d151a0", "message": "[Discord] Use location unit\n\n", "proba": 1.729879954837088e-07} {"commit": "a4442155d5cb4f4624318a5979116506a4f0b3d9", "message": "Update istanbul scales\n", "proba": 1.4739761127202655e-06} {"commit": "4861153c340ac2f6b6a038139f71329137219cd0", "message": "[FIX]l10n_es_payment_order_confirming_caixabank: Coger el total con total_company_currency\n", "proba": 2.6969219106831588e-06} {"commit": "3fa723bf8483227576311c3bed4e366dff16895c", "message": "updating mimetype code\n", "proba": 7.965824124767096e-07} {"commit": "8021c58eb48db890e37b047c17e1b10474b11e93", "message": "Set window size and improve xpath\n", "proba": 1.8757047826056805e-07} {"commit": "819f4fd111a954a837c24bb9d82be269777181cf", "message": "Got rid of redundant copy of telnetlib.py\n", "proba": 2.485393224560539e-07} {"commit": "45f3e489b3b83e4e111d6a717d1d883235774881", "message": "added new Fracture relation to serializers\n", "proba": 1.2511546287896635e-07} {"commit": "0c10076af6126a707ac3c332388b47fc1d378f23", "message": "PEP-8 list, line length fix\n\nSigned-off-by: Daniel Farina <3d0f3b9ddcacec30c4008c5e030e6c13a478cb4f@heroku.com>\n", "proba": 2.872945970011642e-07} {"commit": "d50d7710143ec7a82189b0bf6ab1d39ac1b6b522", "message": "Release 2.0a1\n", "proba": 2.4993053671096277e-07} {"commit": "b84b7a46c73f47b975fa0ba2b0c552c10ecaf2c0", "message": "refactor(conf.py): subtract 20px from sidebar and add to main text\n", "proba": 3.228636558105791e-07} {"commit": "45d06a87f05d9774fcdcc2fe15b981e3dc116779", "message": "fix scope null\n", "proba": 8.521665790794941e-07} {"commit": "45fd52a59b0efbdec6b7bdb43df4cdacb45c9ea1", "message": "show september exam session. fixed the weekspan.\n", "proba": 1.7433062282634637e-07} {"commit": "b9d4da75daae14964ef74ae46317f28c3045a0b1", "message": "Move setting of job['exposed_function'] to a more logical place - allows the removing of unnecessary rigamarole\n", "proba": 7.832070991753426e-07} {"commit": "e8e48dcb368a7e5c9f39c6e394b8eede62e39608", "message": "try to retry cancelled futures caught from dask\n", "proba": 2.2080914163780108e-07} {"commit": "e5918d33288e9a22c9a1327728c0b5b57c1708ae", "message": "Revert dot at the end of the copyright note\n", "proba": 1.3681683697086555e-07} {"commit": "0f6c6666a4ecb0302b8f9f162ffb1b3f07988fc0", "message": "Added and (disabled) more geometric models in demo.\n", "proba": 1.0041706133279149e-07} {"commit": "67c5c0599386afe4675d317e30f324662f37758f", "message": "Warning about 'html_static_path' removed from Sphinx documentation build\n", "proba": 1.836796030829646e-07} {"commit": "26d1c299384662a8b9bcd34641a15f9a1f1292fd", "message": "Remove references to 'sys.version_info'\n\nWe support Python 3.6 as a minimum now, making these checks no-ops.\n\nChange-Id: Ifd84fe4d7282e93998dc37cab4adda6d99d4adc1\n", "proba": 1.0832061434484785e-06} {"commit": "cd391294cf078ea6b804dce58c438d248e15ae0a", "message": "rdrf #1517 Altered broken menu_contains and menu_not_contains steps\n", "proba": 3.8390766121665365e-07} {"commit": "17e41fe6831ba765a0d650fc308ff4211cca5b44", "message": "Remove useless parameter from tests.execute_sql\n", "proba": 1.5682935554650612e-05} {"commit": "c6bfe1bd5205fadb88db99c25dbfef0e008fe21a", "message": "Refactored getting list of links for a subreddit in order to avoid duplicating code. Also Fixes #19\n", "proba": 1.9269218398676458e-07} {"commit": "82133ceab7134cbe97846e6b283f292f6ce9ac7d", "message": "Tweaked prefix to be compatible with GIT\n", "proba": 1.924178434364876e-07} {"commit": "d2f950dd25feed6b49efd9e5b0130e8b28b3ec3e", "message": " 1. Improve `PDG.graph_profile/PDF.graph_nll` : add `draw` argument to draw the graph in progress\n", "proba": 1.3918028685111494e-07} {"commit": "7479c4465c8abc9307c0782cc0b684a5e613c49f", "message": "add check_continue to file\n", "proba": 4.0455759631186083e-07} {"commit": "3d3e08437168ff80dcc1b37d3bcb52bf0a0d448d", "message": "rdrf #1273 Fixed linting\n", "proba": 1.2926729198170506e-07} {"commit": "b58db08ed34b4e05e0bf1191d9ae9bd2eac5ff17", "message": "Test: Does Travis return exitcode 0 on success?\n", "proba": 6.443841812142637e-06} {"commit": "bbe194729043d80f17ef5e932fbfc3182d87a977", "message": "STY pep8 for tears.py\n", "proba": 4.6794482955192507e-07} {"commit": "85fbe04d434c2eead28585c5fc0ea5cca2527232", "message": "added update_integration task for new environment\n", "proba": 3.15936318884269e-07} {"commit": "6e4d2043d941a2506e2dcaabb3594807c8d55a96", "message": "Apply patch from issue 16: better error reporting. Thanks to jpkotta.", "proba": 9.825230762317005e-08} {"commit": "dfc82fc9b03127b2b3fe29f00ae159510e36c9a7", "message": "Change variable to routes for consistency\n", "proba": 7.855529133848904e-07} {"commit": "c1dc7ade2365049cb727beb6725741d01aac8bef", "message": "Dough, must cd to the right dir\n", "proba": 4.7052699301275425e-06} {"commit": "340407e8a446ed22cacb3413332c6b4bc975082f", "message": "bug fix platform data loading\n", "proba": 3.8598000173806213e-07} {"commit": "5bb972925afd3be504106dd8f79ce461eb27400a", "message": "Added misc.optional.\n", "proba": 1.1341811045895156e-07} {"commit": "e5b15d09bdc74f3c67dd37fa197644456ba62ae7", "message": "Remove _generateimage utility.\n", "proba": 4.369886141830648e-07} {"commit": "039c6491ed654f0b66469e915ff8d85080b092dc", "message": "non-symmetric initial guess bug fix\n\n- Bug fix to resolve issue #54.\n- The issue was that the initial guess was always referencing the R-coordinate of the magnetic axis and never the Z-coordinate.\n- Added documentation and fixed formatting.\n", "proba": 1.2092873191704712e-07} {"commit": "009d381cfcbd876100577e3280373a64e34c1db9", "message": "[riscv] cleanup of hacky FP reg file\n", "proba": 1.3865353309938655e-07} {"commit": "dcf989588aa7bf9ca8cd82eaac4cbfbcf8431f62", "message": "correct matplotlib backend for nix\n", "proba": 3.9219657992362045e-06} {"commit": "d53db17591900281a7b683abc5e7eb70e4db91ba", "message": "update session to include own plotter; prepare to absorb update_history and check_session_end into session\n", "proba": 1.3223323946931487e-07} {"commit": "d632694302fc493ab09ed4b8442df0c6f23aae89", "message": "contain pyplot module to fix parallel breaking\n", "proba": 3.49795016063581e-07} {"commit": "3955fc6e39b3af1635cc4d152008fd38f8b52a64", "message": "BVS-8259: skip upstream method override\n\n - delete_disassociated_floatingip method no longer needs to be\n overridden, since _delete_port() no longer exists and without\n it, the plugin method would be same as upstream one\n\nConflicts:\n\trhel/python-networking-bigswitch.spec\n\tsetup.cfg\n\nChange-Id: Ie5a574d8044abdd7785ae355adfdcae05fdc4a9a\n", "proba": 4.417343370732851e-05} {"commit": "007fcc80b54a25e6bbd22471b212902f3ba73902", "message": "Seq.py for py3\n", "proba": 1.9067820176132955e-06} {"commit": "3660234fb3012b1423e94e49cf4bbefc48ef6940", "message": "inversion: partial update to data loader\n", "proba": 3.225226805625425e-07} {"commit": "faee9e4165d79afa0adb9bb3e3000459d5146654", "message": "Updated bunny demo.\n", "proba": 1.2297748241962836e-07} {"commit": "c926e376055204be0b33a5eac7b049168170ba3f", "message": "fixed comments\n", "proba": 1.979990713607549e-07} {"commit": "ff35c8cfe19cf4372fc138240722c62d31db492f", "message": "Disabled meta for now\n", "proba": 1.2493102019561775e-07} {"commit": "de4ff5cbd0015004d1f70a56fdc320c28ffa1631", "message": "Use transport.loseConnection() if abortConnection isn't available, because Twisted doesn't have abortConnection yet.\n", "proba": 1.3106649987548735e-07} {"commit": "af4dd482d3bb6bd328cfd4f2416653214bf4069d", "message": "Make try/except on sending email less broad\n\nWe don't want to ignore legitimate errors that happen during template rendering\n", "proba": 5.81227595830569e-07} {"commit": "3ceea008da765b88fb6eeae204433828d16d15f2", "message": "Docstrings again...\n", "proba": 1.293844604788319e-07} {"commit": "904720b0203b70e6699ad95175c4ff54f1145610", "message": "Remove useless _opts.py\n\nThis file has not been used.\n\nChange-Id: Ie53dca6673f87bfeded74e336f3d60fbf500caf8\n", "proba": 1.1406178600736894e-05} {"commit": "a3916657c01c7993ebbc210411cbefcd4c37a1b6", "message": "- Don't save lines.png and problems.png. Use it as a in memory only image. (#30)\n\n- Apply problems.png only if there are problems.\r\n- Add config option to disabled the map.png in case that the map_notext.png is enough\r\n- Add config option to change outline and fill color", "proba": 1.3146576748113148e-05} {"commit": "76a74150980ae09ed687452cafb471ffd330151a", "message": "increase subreddit name max length to 21\n", "proba": 0.9999676942825317} {"commit": "df4c9ff86baf66081931ad07618634e55153d4bc", "message": "new stdout output of the waveform\n", "proba": 1.5767127479193732e-05} {"commit": "73cefce91f622cdff6e8ce7184fe9a30ef171cab", "message": "changed url\n", "proba": 1.0982566891470924e-05} {"commit": "bb6a9933de146f3f7f875e2b6ebc0ee856995c01", "message": "Remove unnecessary IPWrapper() creation\n\nThe LinuxBridgeManager class has already created a\nlocal version of IPWrapper() at self.ip, just use it.\n\nTrivialfix\n\nChange-Id: I9524144c4762ab3f26c42c5dee967df5436e1a62\n", "proba": 3.1851584481046302e-06} {"commit": "9572340e14b05131e108787227cea422788328a7", "message": "Added checking for minimum password length.\n", "proba": 1.2099494028916524e-07} {"commit": "b9065cb31a2a1e39e0263b3c5d8d4b22f20c1d36", "message": "added description and leave for east (n4w5)\n", "proba": 1.1922809051156946e-07} {"commit": "b896806707273fe3c4150a5fd27cf98e0a58eca7", "message": "updated access_token parsing from url in js\n", "proba": 3.199126865638391e-07} {"commit": "e6d68e8b3f76444717d9e988099fcc8ec1f0dd27", "message": "fix runtest\n", "proba": 1.1029198958567576e-06} {"commit": "bf40e5a187df059f4f5ac1cd886830d2a97e6ffe", "message": "simulator.py: Simulator can now execute entire basic program\n", "proba": 1.9835211162444466e-07} {"commit": "13999b1df0127513db9f04e402a6e731c6863b74", "message": "run and args before volumes... duh!\n", "proba": 1.1022579116115594e-07} {"commit": "7a0519daa639d4f4fac66c83a2e596a9ce16ec88", "message": "Add support for creating DEPs with decimal serials\n", "proba": 5.698465201930958e-07} {"commit": "a78dcfb62db82754b74f6d9afbc740faf4e2c1ef", "message": "packaging\n", "proba": 1.7934321476786863e-06} {"commit": "dc5916f8e7500d403a5ad0dcc0709fa981b672a6", "message": "Absolute import for Django\n", "proba": 2.242549470565791e-07} {"commit": "c6f1d2e279ae89a10b134785a1fb67667c074155", "message": "Add shebang\n", "proba": 0.9988683462142944} {"commit": "c0a3f292d37580abb932a66776556579f56d6490", "message": "NPM install before tests\n", "proba": 2.1981010434046766e-07} {"commit": "fae7cd0a40d338f82404522a282b71a1cb4d84b1", "message": "Fix STATIC_URL (for Django 1.5 admin tests)\n", "proba": 1.081625100596284e-07} {"commit": "ef81e6f4f57837bfdcf24e50a20996fed6b06770", "message": "remove warning about unknown Extension option\n", "proba": 2.225386452892053e-07} {"commit": "65fa94ee4c58ae5048668a33427ed6100993ba05", "message": "allow explicitly running the tests in tests/bugs\n", "proba": 6.955766025384946e-07} {"commit": "531fd25a31cc7b707c3654b5dce40ff5e772001f", "message": "Added credentials.\n", "proba": 1.290460716063535e-07} {"commit": "08e66edbcc937f7baacd576724cf215f6c533297", "message": "Fix deprecated threading API usage in test runner.\n", "proba": 1.9054408539886936e-07} {"commit": "01eeec2eb937c123a8f3c511bbd68b6fdde65955", "message": "Removing old To Do comments.\n", "proba": 1.1442883618428823e-07} {"commit": "fcbd2a5a6f80e8529c75da5205c80e3cf466eba3", "message": "feat: add mysql\n", "proba": 5.379584422371408e-07} {"commit": "24ff30414591dcb9f2e5344b976e104631b3d903", "message": "CO-1440 - The new communication is shown after its creation\n", "proba": 1.0570651198804626e-07} {"commit": "bf5ff7cf35b1a9e3aeb1107e9c99fdeccc0d524b", "message": "add whitespace to fix failing tests\n", "proba": 6.912051321705803e-05} {"commit": "f3d6e3299376113fdeb903d6ef1f39aa3e560e2a", "message": "Completed Questionnaire Form\n", "proba": 3.6225074495632725e-07} {"commit": "3d4957145e730fea7f032f55618bb0b38c13a481", "message": "Fixing typo in _pop_multiple\n", "proba": 0.9997218251228333} {"commit": "7c1c91ebc44d1b61ff5503b965d2cf637ebace02", "message": "Uptime regex\n\nUpdated the horrible looking regex for the uptime command to use perl regular expressions instead. I don't pretend to understand the exact specifics but this matches everything between the special groups (set with ?<= and ?=)", "proba": 2.4126273956426303e-07} {"commit": "f5f9b2fd354fe013e68f589279cc349a42a461fb", "message": "use default settings from ansible.cfg\n", "proba": 3.4445241681169136e-07} {"commit": "10f4da704b4244dc9265a71f29d2740f20466638", "message": "ROPE: split application loop methods\n", "proba": 7.491054816455289e-07} {"commit": "48b6a2fdc73fecc7f48969ce7af3fb137a6c7756", "message": "fixed subdomains\n", "proba": 1.7409698784831562e-06} {"commit": "c7366ba9c89bfcc840522c7f5d54b08f2ef41b45", "message": "update runtests\n\n* fix unexpected spaces around keyword pep8 issue\n\n* add PINAX_RATINGS_NUM_OF_RATINGS setting\n", "proba": 1.9134259332531656e-07} {"commit": "28503acf2a897ccb2f84e84195195d88f2309772", "message": "handle Replace in destdir and builddir\n", "proba": 6.246321504477237e-07} {"commit": "84f1a0a87245b9c1bcb9b47cc30241ed40c8b819", "message": "fixed missing .objects.\n\ngit-svn-id: 51ba99f60490c2ee9ba726ccda75a38950f5105d@843 45601e1e-1555-4799-bd40-45c8c71eef50\n", "proba": 3.82785037800204e-05} {"commit": "6bceadc0e8122726e75c1995b0a806a4e07f6075", "message": "Minor tweaks and fixes to mail scanning\n", "proba": 1.2343291189154115e-07} {"commit": "fb8144ce4ed52dd5fc06dbccf8935a86619efe3f", "message": "Add path expansion for env vars and unix homedir ~\n\nSigned-off-by: Dan Mills <9378ebd6684c2cd6bc0bcc00ae068d3608367804@gmail.com>\n", "proba": 1.3100002149712964e-07} {"commit": "f036157ead3690ee4fc6e7f05199766e2af1374c", "message": "fix for #9 - Ternary operator in revision 16 breaks pre Python 2.5 systems\n\nThank you, Wolphie", "proba": 1.119825228101945e-07} {"commit": "03e0fdb807578a87d676b3836e5201cce4463330", "message": "fix exception during OpenMP detection in test runner for non-gcc\n\n--HG--\nextra : transplant_source : %9A%B9%B3%3B%3E%07%C1%F5H%3F%AFm%F1t%B9%3Cg4%C9/\n", "proba": 1.6706206906746957e-07} {"commit": "74f15059e9f7ad2da7d57feb8e2428f238e65576", "message": "Fix Pillow import in core\n", "proba": 1.462099561422292e-07} {"commit": "b6e9167a66a1adf8c5180565a02cd195b4c123f1", "message": "Use new instance deserialization kwargs to improve union behavior\n", "proba": 7.35899618575786e-07} {"commit": "da5538386cb174465f82604c2b3e57fc48aeed13", "message": "assign id to gadget\n", "proba": 1.8587077647680417e-05} {"commit": "0bdd6b457223ae10e4384eff0105616fac79e633", "message": "branch merge\n", "proba": 1.250864102075866e-06} {"commit": "cbba36f98a2b44944ba7f87c799fc5cb47cc1602", "message": "Attributes werent correct on the last commit\n", "proba": 7.562057362520136e-07} {"commit": "a17fb4375eb6c1a2876884607db4afc28875cf73", "message": "Finished Rotation Test\n", "proba": 3.1395489941132837e-07} {"commit": "a1fd487f2295a27197e34cfbe36b9b5322425e20", "message": "unused import statements removed\n", "proba": 2.5934639324987074e-07} {"commit": "ec0e445cfeaa12158911baf6789c6b8d5a7cb841", "message": "Using secrets library for default secret\n", "proba": 9.595961500963313e-07} {"commit": "f66fe1bca8b7401a8fea05db21de16370d56a102", "message": "Update photoreceptors.py\n", "proba": 6.471823894571571e-07} {"commit": "4e47c8ccdf4f455db6dee0a183b9f6d8f88fbc0b", "message": "Fix running tests\n", "proba": 0.000272598146693781} {"commit": "61942b5a4be07002d151cd3cd36c314604bdef0b", "message": "fixed: geocoding API, messages, anti-block system\n\nGeocoding (API key not needed)\r\nMessages (more serious)\r\nVK Anti-block system (need)", "proba": 2.4847415147633e-07} {"commit": "a24dd648083a472ee48238d0cf09425a2f8fa06e", "message": "When cloning a repository, default to 'master' branch if none was set.\n\n Fixes --pull_upstream when a repository is missing.\n", "proba": 1.1333431615412337e-07} {"commit": "4f4c2bbfae4554b1fadccd47aebde30578ec39b4", "message": "Changes to background subtraction methods\n\n1. Background subtraction now comes before flux calibration\n2. Options to 1-d extract\n", "proba": 4.570890450850129e-05} {"commit": "ffba9130623e06193bcb3f818d8ab3b65202e3aa", "message": "after script completes, keep DOS batch window open until dismissed by user\n", "proba": 2.1038252384641964e-07} {"commit": "59da8c26fd663915361e56dca572375e480f04e1", "message": "Import script for Newham (closes #1838)\n", "proba": 1.0344233203340991e-07} {"commit": "97a078d24625342f0978aeef4cecb852d275c44c", "message": "Import script for Cardiff (closes #3140)\n", "proba": 1.0584249565681603e-07} {"commit": "939aeea60612645cab604264dcf15a5ebe0083c7", "message": "check for select line past eof\n", "proba": 2.3808246396583854e-07} {"commit": "8a470bc45793dec1e3d9cf336ee7e72ade0b4154", "message": "added backup class\n", "proba": 3.5440129408925714e-07} {"commit": "72af73bb8415d7bc7e19af7535aea31d335fb83a", "message": "makemake: Separate toplevel code into functions\n\nSigned-off-by: Euan Harris \n", "proba": 5.730534394388087e-05} {"commit": "4693130517f7c841a414808603717a388b5a5747", "message": "\u7d42\u4e86\u3057\u305f\u30dc\u30e9\u30f3\u30c6\u30a3\u30a2\u304c\u300c\u5730\u57df\u306e\u65b0\u7740\u30dc\u30e9\u30f3\u30c6\u30a3\u30a2\u300d\u691c\u7d22\u3067\u8868\u793a\u3055\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63\n", "proba": 7.269045454449952e-07} {"commit": "8cea84af4cfade2b646656dca54e4ae71fd349be", "message": "code style\n", "proba": 1.4898070048730006e-06} {"commit": "1c9cbbf935b126adc7e2aa943f1c27b19ce0f65b", "message": "Write unicode on invoice line name (#18)\n\nWrite unicode on invoice line name", "proba": 1.7846879245553282e-06} {"commit": "37ec1b689e064e25ae9123cd422c011b0394c700", "message": "Added message for Python <2.7 to warn user about disabled multiprocess\n", "proba": 1.265739939526611e-07} {"commit": "7716612d52d6e13e5d7ed88cf011fbcdc0100641", "message": "Fixes django_env issue #34, #35\n\nerrors[] structure is error[i] = [ rowNumber, columnNumber, value, reason]", "proba": 1.0624373771861428e-06} {"commit": "35f83ef4d58454eb55f5b0a42308f81c7b3fb8ce", "message": "manacher: doctest\n\nSigned-off-by: mfukar <5140a5da7bdb463c89126555b938b57d5060c48f@gmail.com>\n", "proba": 1.1508899433465558e-07} {"commit": "a2795519df8f84526b1a1c3aef7488bb1c526446", "message": "Binary caching: avoid duplicate RPATHs, unnecessary updates (#19061)\n\n* Remove duplication of reconstructed RPATHs caused by multiple\r\n identical entries in prefixes dictionary\r\n* Don't rewrite RPATHs if relative RPATHs are unchanged because the\r\n directory layout is unchanged", "proba": 1.4884052745856025e-07} {"commit": "00dbb7c1dfa57144c11f893e06d4aff629379fb8", "message": "Fixed distribution value for small sets of sci_notation\n", "proba": 1.928335535694714e-07} {"commit": "971271c58701bcc2d5260cbcaab361652c99a47f", "message": "added 1 sigma, 2 sigma and 3 sigma levels\n", "proba": 2.6827012334251776e-05} {"commit": "7cc38a1c7fe0491e6fd1a1383002a2128ec8743b", "message": "chg: usr: Default share directory in the container was moved to /var/topology to avoid race condition on certains setups where /tmp/ is mounted as tmpfs.\n\nThis directory can now be configured using the shared_dir_mount argument in the constructor. In the same way the node exposes this attribute as public\ninterface. Added to shared_dir_mount other attributes were made public and read only: image, container_id, container_name and shared_dir.\n\nAlso, the format of the share_dir in the host changed. Now, the following format will be used:\n\n/tmp/topology/{identifier}_{pid}_{timestamp}\n", "proba": 8.613076261099195e-07} {"commit": "71317916c400ec238522db0c638601d1fba9d31d", "message": "Preserve line ending\n", "proba": 7.112326784408651e-06} {"commit": "5d40e26201ed87ae8276a77e263b8cbe50598703", "message": "Treat missing attributes as None when parsing the manifest\n\nSome of our code assumes that a property is None.\n\nSigned-off-by: Shawn O. Pearce \n", "proba": 0.0009228824637830257} {"commit": "4a0c25a958de65133fb080e87e579912ff43982d", "message": "regroup datasets\n", "proba": 5.5484328186139464e-05} {"commit": "8ab1285f002237194cef711be8118d7c186ce2e4", "message": "Fix pep8 issues with set auth header for pimpy.\n", "proba": 1.0375929093697778e-07} {"commit": "3d2e857ada68a3dc0c4ca016011c4fe6fa5d2562", "message": "removed realpath on link\n", "proba": 2.074296219234384e-07} {"commit": "009170f41d8ae450a42b832cc02c52d93c12619a", "message": "updated scigraph codegen to handle api calls that have no args and no rest args and made some variables more readable\n", "proba": 1.4338800724544853e-07} {"commit": "a36e4662b5d3b3f821e0559016537d7d8ee770ee", "message": "updated scr_sync to detect rejected resources and mark them as deprecated, this reveals some garbage in the db as well\n", "proba": 1.077831655038608e-07} {"commit": "1c46b09e881c7e938ffb96f8ddfb759c4608c6a6", "message": "may be a bug here\n", "proba": 2.69451078338534e-07} {"commit": "3fd326a41faa3070a455092ec599a508ec4f7860", "message": "arg parsing\n", "proba": 5.0754533731378615e-06} {"commit": "4cda894c33ff067db4acef5741e5bad839a912cf", "message": "Fixed #37 -- Make portal info readonly\n", "proba": 1.0380283299582516e-07} {"commit": "4758376824d8a6dab4573054bd46a9b031c191b3", "message": "Fixed: Removed computationally expensive filters until better indexing is in place\n", "proba": 1.7099479521220928e-07} {"commit": "0b076ae6da565bd528954388f670663341783fe7", "message": "Better file logging\n", "proba": 6.231387601474125e-07} {"commit": "cb852117a3df314459fb130ab587a21d116e3f28", "message": "Update: Added \"Updated By\" column to version updater ui.\n", "proba": 1.014191326476066e-07} {"commit": "210fa7767bc6807734aa8070f021d154a8e9b1b3", "message": "fix title changing notification, https://www.pivotaltracker.com/story/show/16718681\n", "proba": 4.985747636965243e-07} {"commit": "ff218dd658a4fbc79156eb2f3bf9998c93790622", "message": "Add ordering for MakerScienceProfileResourceLight\n", "proba": 1.6501341804087133e-07} {"commit": "17571bb8d4980b2fd58f40f41c93a9b9ffd52697", "message": "add daily_stats table for quicker access to historical data\n", "proba": 1.7919876427185955e-07} {"commit": "8b3ce36dc587cf31d4fe1c01e791791dcdc754f7", "message": "Fix unicode encoding error\n", "proba": 0.9993403553962708} {"commit": "dd2b2464a74ae195c625620f92db608a7ec98a06", "message": "remove extra print\n\ncommitter: Elliot Peele \n", "proba": 6.554348601639504e-06} {"commit": "de5bf11e8ca349e92ed02aa2cacb12b321a140c7", "message": "Alias cleanup\n\nAdd alias property to MappedLUN, and use it.\n\nSimplify control flow in _get_alias()\n\nEliminate code in LUN._get_storage_object by using self.alias\n\nSigned-off-by: Andy Grover \n", "proba": 3.6105532785768446e-07} {"commit": "8900fbc9a628c71827a1b24b2ebaf5902b832e0a", "message": "Fabric module names should be str, not unicode\n\nOne strange thing when restoring from json is all strings are\nunicode. Usually this is no big deal, but with the type validation in\n_parse_spec, it's easier if self.name is a str.\n\nSigned-off-by: Andy Grover \n", "proba": 2.490967744961381e-05} {"commit": "8debb023ada0f6acb227cc497ac2bf9676e6ba09", "message": "FIX: Fixing MTPPC to use real() instead of abs()\n", "proba": 3.074901258059981e-07} {"commit": "9adf59084d6727b8e927e54899a98c02c8fdebd5", "message": "renamed few vars, print log file names\n", "proba": 4.6414962184826436e-07} {"commit": "cdb91f493e3d3c3c73047e74b83c87be126c7fa6", "message": "Disable D test on macOS as it fails mysteriously.\n", "proba": 1.1610342198764556e-07} {"commit": "d675a31ce92b4a4cda787e4bbb6c20425c64288c", "message": "filter engine : manage 'set theoretic' operations (IN, NOT INT)\n", "proba": 1.8275612774232286e-06} {"commit": "0f80db858ed7e7955cf6ed89cffa18a0132e0bac", "message": "Fixed bug with import statements\n", "proba": 2.629240043461323e-07} {"commit": "b37d1db6765f29d02c0fdab841af4f03a913518c", "message": "Improved version parsing regex.\n\nIt's getting a little long though.\n", "proba": 1.2931168669183535e-07} {"commit": "92134bac8de3aba4475a7ab5266a9c7d61439d7f", "message": "unittests: expect mtest logs to be utf-8\n", "proba": 1.2242123375472147e-05} {"commit": "000f6e58a4dfb3dabbda25aed88827fb40d25273", "message": "add an utility function 'anyconfig.utils.ensure_expandusr' to ensure paths contain '~' expanded\n", "proba": 4.424275175551884e-06} {"commit": "3b156f1c0fa3cbe1a2b280c0d7c616cd8f87a9df", "message": "updated ip paramter\n", "proba": 5.941768677075743e-07} {"commit": "e8d61f5aa5f8b0ba70dc71f16a105d553bece1f8", "message": "Get wind farm's installed power from function instead of from parameter\n", "proba": 1.2737854149236227e-07} {"commit": "e376bb53c5159135e4d92edab724afba9f44016a", "message": "protocol data test cases\n", "proba": 1.138201469075284e-06} {"commit": "58815f25d884659066ed3ec205d7a3ed89f0ca74", "message": "Updated demo.\n", "proba": 1.3031531409524177e-07} {"commit": "74769617907f571d2099001d3a7443e23b4f6cda", "message": "unit tests: Test the buildtype table in the docs\n", "proba": 2.184475818012288e-07} {"commit": "6a6460abb8fd40556f922a732eae73b569ac37c2", "message": "Strip non-printable characters from email (ifpossible).\n\n\nFormer-commit-id: 0ae91ccaf6f6206dbe1304cc1d6ee101f3340304\nFormer-commit-id: 6f1ac74dda58cb53eb7de65343094c8d82c5f924", "proba": 0.9999994039535522} {"commit": "9e7c3ae1de97f8a04fea3295c9979389c104afb5", "message": "removed print statement\n", "proba": 0.0006049564108252525} {"commit": "1eaf5d27d9c73775738fc77d07e6ea19da0fc7b8", "message": "Fix issue #4, part II\n\nThe issue also affected this file.", "proba": 1.0357026525298352e-07} {"commit": "7bc28e34d25573b850dfda538c41e8d766f510c8", "message": "Fixed int to bytes conversion code on Python 3 to use minimal bytes\n", "proba": 1.8915666544216947e-07} {"commit": "662f27829b8a49450426caa52b0e7d23b4d45850", "message": "Updated version number.\n", "proba": 1.4164331219035375e-07} {"commit": "6490b13f2283debf5c166c1ae252bba105470bc5", "message": "run_unittests: mock meson global before changing\n\nFor safety\n", "proba": 2.2839594748802483e-07} {"commit": "82464f06e59555c944b72480a0868eced132ec14", "message": "seq2ffv1 - completely rewrites script to use sipcreator, attempt at #198\n", "proba": 1.1153296952670644e-07} {"commit": "6d989b9de9814b7c68cee70527e5f669242bc841", "message": "Updated to work with pytorch 0.2.\n", "proba": 1.0397998551070486e-07} {"commit": "936b971a83e371f3a3d59124e33a1e90f653dbc2", "message": "Added x509.Name.hashable and x509.RelativeDistinguishedName.hashable for use as dict keys, or presence in sets\n", "proba": 1.4623853417106147e-07} {"commit": "b1c7055321244ba569ef11ff9bb480434b32583f", "message": "Creating diag object with readable name\n", "proba": 8.07877654551703e-07} {"commit": "ebcde299f6a1571ea040f11b064c2251bdccfa8e", "message": "better timer for pulsards\n", "proba": 1.204694967782416e-06} {"commit": "b6c1f60c4fecf1ed9911d2e50100c331e6c1e4f7", "message": "copy of ST3 bugfix\n\nhttps://github.com/code-orchestra/colt-sublime3-plugin/issues/7", "proba": 1.639461402191955e-07} {"commit": "8bb6156ed0c5f05d1e425d11fb63d8e57c1eba26", "message": "seq2ffv1 - makes ffv1 command consistent with makeffv1\n", "proba": 1.2026840522594284e-05} {"commit": "e1d65e6c3f9582d5bb431e7b4099373c5c6cd159", "message": "Don't create variables for every value in the config.\n", "proba": 1.1667027877138025e-07} {"commit": "78adf9cc1a92c45432debe006c360c1e233d68a5", "message": "change default smoothing resolution to 10A to solve dichroic transmission issue in b1\n", "proba": 1.5327991320646106e-07} {"commit": "770cd1c07ad783466f6713e2bc38565ac4c9d6fb", "message": "proper binary format\n", "proba": 0.9989060163497925} {"commit": "aec9285d1f6a397191f9710000ea487ff58db038", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "fc70055b38d8897e5360dd623a191a3f633775bb", "message": "Modify NodeRegistrationsList view so registrations can be created.\n", "proba": 1.0531891092568912e-07} {"commit": "e7775a6a9f9f76445c734158e6a12262f664888e", "message": "superclass\n", "proba": 1.6722415239200927e-06} {"commit": "6932827b1d1020f7b658b827d29bd4d0d700f530", "message": "rotomap.relate: vec pick_value_from_field() idea\n\nNote that it doesn't seem to pay off to vectorise the parameters of\npick_value_from_field().\n", "proba": 1.1882228534432215e-07} {"commit": "00c4a7c3a8e95dcb877acdf8d92421cc853c69cb", "message": "Catch only ImportError\n", "proba": 3.2996459253809007e-07} {"commit": "5daac1c07017e7091d3d722e5d782bc75e75a9a5", "message": "Check if skip_uneditable is present before permission checks of all resources.\n", "proba": 1.0330825261917198e-07} {"commit": "9ee277cd6aab91893a9d6ca37090631d3fc52e71", "message": "add extra arg to avoid trying to use ceres for wise forced phot\n", "proba": 1.4641172185747564e-07} {"commit": "84ef84c6e06966ad16314ef669b490db292effe4", "message": "try to fix tests\n", "proba": 2.5486024242127314e-06} {"commit": "1bd902bf201c9a3925f0728232d00cb44863a9b8", "message": "refactor: renamed module\n", "proba": 0.9989736080169678} {"commit": "47966c5e49342ef9ff53c6db75a4905ffe864e4d", "message": "improve: switch to functional API\n", "proba": 4.008930045529269e-05} {"commit": "0cf0168493699aaaf1bd273453ab4baed0944ccf", "message": "Consider retcode when running from the salt cmd too\n", "proba": 4.544187675037392e-07} {"commit": "8e18dca32e7ca196b396e8546763ae5110a45f34", "message": "add organisation to user detail api\n", "proba": 2.811615331665962e-07} {"commit": "92e517ce44bdcc88f26d5c6537290501a61ab20a", "message": "Attempt to fix for parcol collapsing\n", "proba": 5.882281470803719e-07} {"commit": "242d445bd33e93d1cb0744e6798240e7fc2d8f7a", "message": "Unused var.\n", "proba": 5.58932867988915e-07} {"commit": "f559bf89533c01ea52fa0db071a87cd9be19bc63", "message": "Fix flake8 error\n", "proba": 8.280508154712152e-07} {"commit": "11e68c262fd3a1b1cc2e3dcd74c0b1a8705a63a1", "message": "include search.js\n", "proba": 1.9234312276239507e-06} {"commit": "9f266d18e00be049227d4a31edb8729366757273", "message": "Add run to cli entry object for salt cloud\n", "proba": 3.3296126389359415e-07} {"commit": "e7ae8b5e11f259c931eea1935b47501268fbe005", "message": "Remove finally stuff temporarily\n\nLazily avoid de-indenting the code by using if True\n", "proba": 0.9989504814147949} {"commit": "907e93ea7c021f6e6b15a0bd32a85a36d839f1c6", "message": "\uacc4\uc815\uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc744\uc2dc 403 return\n", "proba": 3.916603077414038e-07} {"commit": "1d6233dd69edee65a3eae7bc85a467b4dfc35023", "message": "Undoing change that was due to upgrading to new Django version ", "proba": 1.623256480343116e-07} {"commit": "0b101836f42e58f9066ca3a67c8f58f235766d91", "message": "prostate histogram\n", "proba": 1.3396743270277511e-06} {"commit": "66662ef5dfa67b5018f99c0208a92702123d4d4b", "message": "layers change.\n", "proba": 2.3456172471014725e-07} {"commit": "3c838e37ac3673c99b796d0c0b2e0db53802b4a7", "message": "Release ends don't work well with distributed loads applied on the same\nelement\n", "proba": 1.5068637537751783e-07} {"commit": "db3c4f8238af59f098bfcec2b588c107ba55be1b", "message": "change to hex\n", "proba": 0.001100028632208705} {"commit": "4f48b79df3a796e936b225609c4981c64d6f0345", "message": "Var rename\n", "proba": 1.3543547083827434e-06} {"commit": "b988a9d4a4bad9effadb53b43af0ad9e1143be7a", "message": "fixed in adding new case for android\n", "proba": 2.5990175345214084e-07} {"commit": "bd81af9b3fd1c45e460092a447cd3f6addcb886d", "message": "Add permission for all admin users to create a new blogpost\n", "proba": 1.717433093517684e-07} {"commit": "b834de0246763acb1638d8161d3ccf5cb5e56bde", "message": "Adding channel argument\n", "proba": 9.066067718777049e-07} {"commit": "314964cf26990fa53bc9e33d8fbf8692c5c9d6db", "message": "Refactor.\n", "proba": 8.430390039393387e-07} {"commit": "ee4addeedbb5ed97a3daa5a13f622c835292cb71", "message": "add XFrameOptionsMiddleware\n\nthis will allow django to control the setting of this header at the\nview-level, and prevent the need for it being handled in the nginx / proxy\nserver config\n", "proba": 1.969559235703855e-07} {"commit": "8e6ebbea4cf7b3613fd701fbf6298a526d744e1e", "message": "Simpler way to convert ECID to hex (no idea why i made it complicated)\n", "proba": 1.1902529450935617e-07} {"commit": "b3bec1d94f76b86d00a1b317896bc8c3af13ea8a", "message": "more tests\n", "proba": 1.297568985592079e-07} {"commit": "90f82584f326ee93cd19e683c9f8ad597c550569", "message": "use rediscloud instead of the failing redistogo\n", "proba": 3.4768718251143582e-06} {"commit": "981e6a8889e7327a19102946968f91d3f87a0d42", "message": "update draw ellipse to use float scale argument\n", "proba": 2.2505966512653686e-07} {"commit": "d2a5e55327cf10fad6004e9872a4113dfe3ccaa4", "message": "gz-25: Turned debug mode off.\n", "proba": 1.1437384728196776e-07} {"commit": "2738b8eac04fe8ce480f85e93cc064e2601f6a64", "message": "Minor code improvements\n", "proba": 2.684694777599361e-07} {"commit": "be04e8a0fa6a3a4d8a042d22955e66d49d09bf16", "message": "Fixed __len__ to return the right result\n", "proba": 4.132558387937024e-05} {"commit": "09336ac1ae57c2afa2f416d165aedafea8c7cf39", "message": "Adding default caching info to settings.py\n", "proba": 3.676642279515363e-07} {"commit": "894d679085f56716fe4307b97a767cba9fc1f03a", "message": "Respect max_features in paged WFS requests too.\n", "proba": 1.0246951376302604e-07} {"commit": "0c4852e10138159e0f26670cee6112c9742cbea9", "message": "settings._wrapped expects this\n", "proba": 3.0669518764625536e-06} {"commit": "56efcbe2343a2c827e9f55317727c27937bb2095", "message": "Added ReportJobStatus\nAdded ecobee4 to ThermostatModelNumber\n", "proba": 1.3010421184844745e-07} {"commit": "82c01c26c8be467fcc30bf2e6ba316f91a3ffc94", "message": "code everywhere for exclude_technologies argument\n", "proba": 3.1768325925440877e-07} {"commit": "69d03086a8704a56df60eb4a16f05c5db5eae6ab", "message": "Fix incorrect env variables for twitter access credentials\n", "proba": 7.384089258266613e-05} {"commit": "c5f69e4883a1046c4ed1758cac2f6b6df60047b2", "message": "Use the xmi and xsi uri defined in the xmi instead of a default one\n", "proba": 1.341882267524852e-07} {"commit": "b435b977cd0af548f5271b7edf0d62583c7f2b00", "message": "extract `parse_args()`\n", "proba": 0.000284556153928861} {"commit": "93ed72c3982bbd4f1ad7574126ad7fe098ca6f2b", "message": "Fix case in settings structure\n", "proba": 1.3813361874781549e-05} {"commit": "df7036e945230c1bd098e026d76ea3c3f56137cc", "message": "Update mapping.py\n\nCreate a chunck of writers (of 100 writers) in order to avoid limits in the number of simultanious opened files.\nWorkarround for error produced when using function regroup_DISK in more than 100 clusters:\n---------------------------------------------------------------------------\nIOError Traceback (most recent call last)\n in ()\n 13 except:\n 14 pass\n---> 15 cluster_DISK_apo_1B = regroup_DISK(trajsdcd[:apo_1B_len - 1],top_file_apo_1B,dtraj_list[:apo_1B_len - 1], path_apo_1B)\n 16 #cluster_DISK_clz_1B = regroup_DISK(trajsdcd[apo_1B_len:],top_file_clz_1B,D.dtrajs[apo_1B_len:], path_clz_1B)\n\n/home/ismael/anaconda/lib/python2.7/site-packages/pyEMMA-1.1.1-py2.7-linux-x86_64.egg/pyemma/msm/ui/mapping.pyc in regroup_DISK(trajs, topology_file, disctrajs, path, stride)\n 169 for i in states:\n 170 cluster[i] = path+os.sep+('%d.xtc'%i)\n--> 171 writer[i] = XTCTrajectoryFile(cluster[i],'w',force_overwrite=True)\n 172\n 173 for disctraj,traj in zip(disctrajs,trajs):\n\n/home/ismael/anaconda/lib/python2.7/site-packages/mdtraj/formats/xtc.so in xtc.XTCTrajectoryFile.__cinit__ (MDTraj/formats/xtc/xtc.c:3137)()\n\nIOError: Unable to open file \"./clustered_structures_tica/apo_1B/0.xtc\"\n", "proba": 0.9999990463256836} {"commit": "3a3dc195bafb44e1f366443e78b53ff86cf532df", "message": "remove logger settings\n", "proba": 9.952940445145941e-07} {"commit": "84dcd725d4668448123e48db73f502ebe57408b6", "message": "added requires_master decorator\n", "proba": 1.8718664307471045e-07} {"commit": "20d1fa046135c859b95dda9572ff0c878905e232", "message": "added template code\n", "proba": 4.134063829042134e-07} {"commit": "50ef0d3aee48f7ec5579903c3c8a29d1955db10f", "message": "Update media version\n", "proba": 2.3782286007190123e-07} {"commit": "799535c0ca19b8d9d4c205c7701767c8b0cf569b", "message": "[TRAM] drafting wrapper with switch\n", "proba": 1.5020830801404372e-07} {"commit": "27afd8d92c012760d45338e38f90d5f9e05f7ff8", "message": "Simplify the Paraview writer.\n", "proba": 1.3090227639622753e-06} {"commit": "1eeefae146952845b2de3ac194d1b38e4027dfc2", "message": "Updated settings file\n", "proba": 6.831554060227063e-07} {"commit": "19427a27bf36e1b967f35591eba7abd3727766c5", "message": "Fix color and depth buffer cache for windows that change size. Fix\ndocumentation referring to \"singleton\" buffer manager instead of per-context.\n", "proba": 1.0523135784978876e-07} {"commit": "308ee10ede6ea909080eac975ea76607dfbefe6f", "message": "it looks like its working, but its quite week\n", "proba": 1.6421701332092198e-07} {"commit": "7c1b095b816b553f0d00af0d2cb9061a4ed9d2fd", "message": "Add pyglet.media.have_avbin\n", "proba": 0.0009933373657986522} {"commit": "1e68112a75101fe216f0407b1b27b4444cce24e7", "message": "Debug\n", "proba": 1.9316410089231795e-06} {"commit": "92e5ed445cb8d1d15fa02b270f90523907c428fa", "message": "Uses a Python 2-3 compatible pickle version for django_redis in tests.\n", "proba": 1.187066445140772e-07} {"commit": "364c5cb9b15f5f6cd11cdaaf27b63dd14dceccaa", "message": "Debug\n", "proba": 1.9316410089231795e-06} {"commit": "79a82df7fa2ccf594a76ce33c86b4a5a3c566d03", "message": "Add rx// form\n", "proba": 4.13242787544732e-07} {"commit": "594debdb127c771aab67bd215851fbe6ff0b9333", "message": "Add option to switch into v2 design.\n", "proba": 1.1472243954813166e-07} {"commit": "1186449c010f29dc322bc731316fd1c3c7178846", "message": "Added missing nonlocal keyword\n", "proba": 2.58605695080405e-07} {"commit": "ccbb9e4651e57e4255c6d784f9653f885d8b2647", "message": "add CASEXML_FORCE_DOMAIN_CHECK setting\n", "proba": 6.71829468501528e-07} {"commit": "fdf71f67de8d89739a037d972954114c0d30912b", "message": "Allow \"multi-bracket\" regexes\n\nThis isn't an offical Perl 6 term; this is a term I use to denote\na common bug I've found in my lexer. It involves things that look\nlike this:\n\n m\u00ab< some stuff\u00bb\n\nThis used to parse incorrectly.\n", "proba": 0.0001248752378160134} {"commit": "26ef50e32051c406954a7d568789af523bbef2aa", "message": "Just testing. 3\n", "proba": 4.429426098795375e-06} {"commit": "50b2cc8a5cfd4091738d613fe26f14642d5a0e64", "message": "backout c8b89f86c67b\n", "proba": 4.186807927908376e-06} {"commit": "6311dc7dd12e7ac4b9541110a6d9c871489623d1", "message": "Perl 5: Accept 'our' as a Perl 5 declarator\n", "proba": 0.0014900648966431618} {"commit": "efcaa0af8b8e11d28d098ff0acc65436ad489911", "message": "fixed issue with 'qualPrep.urls not found'\n", "proba": 1.0608016509650042e-07} {"commit": "622c1536dbe83db5d3ec7639e086a3e1fa9a5036", "message": "improved a bit\n\n--HG--\nbranch : trunk\n", "proba": 4.764621280628489e-06} {"commit": "3f5d33f994234e179ead8379ae6ef86ed7e9ef64", "message": "add djangular to settings\n", "proba": 3.0218180313568155e-07} {"commit": "35d6059df851a9a3c6434956427320afbf0f6c69", "message": "Change table data types\n\nRemove scraper call as it's going to be done outside\n", "proba": 2.0211076900977787e-07} {"commit": "0240619e155f24ab0e05f1cb2470c99c7da7a5d5", "message": "Perl lexer fixes by dominique@quatravaux.org.\n", "proba": 1.0517236859186596e-07} {"commit": "c0d1ad92f48b234ae2481ee216691797c0297b67", "message": "Bug 635817, adding BrowserUtils to disco pane\n", "proba": 1.1436392099994919e-07} {"commit": "f7c82d1ce238dbaf6f7d93a83e9cc9cfb5af4cc8", "message": "Update Bro lexer to include new language keywords.\n\nThe Bro language now features a \"switch\" and \"hook\" keyword. This commit adds\nthese to the list of keywords.\n", "proba": 9.856445615241682e-08} {"commit": "bac8d15a84a7d46c7d0e99318b941280229ec731", "message": "updating docstring\n", "proba": 1.2438290468708146e-06} {"commit": "9a7302a60127450bbaaa61cb1fd595252976a572", "message": "RPMSpec: style fixes.\n", "proba": 1.1892590379147805e-07} {"commit": "f4a6804d23bf85f4d57a7b9bcd84350d7b1efad9", "message": "Add TS channel ID", "proba": 3.0366700798367674e-07} {"commit": "6fc1fb0a9895bac5502ea10b7627c8f8ae4b8a16", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "7a9fa9edac6be72d20c06a2890d7759d02b85b5d", "message": "Closes #782: add PowerShell escape syntax outside strings\n", "proba": 3.138567024052463e-07} {"commit": "f745170acafa8d5f37488e1cd6fb0abb456d9622", "message": "Add repr for GP objects.\n", "proba": 1.2237147473115328e-07} {"commit": "699a6e58148e3a988a994ffe39f868062621db65", "message": "stick with american english for now\n", "proba": 1.9065497269821208e-07} {"commit": "3ef9d74f9c367ee5a02bf3a7cca35e2ac8c1a239", "message": "bugfixes in pixel plot methods\n", "proba": 4.26942335707281e-07} {"commit": "175309126a9c1878fb776d2006a5d0b2bda824bb", "message": "v0.3.1\n", "proba": 8.777563380135689e-06} {"commit": "c33ae740744c9bc1f5f6a02f6ffabdc3a9483642", "message": "Docs/formatting.\n", "proba": 1.5525691310358525e-07} {"commit": "acd36abac93d3445ac0b5a9745cc1bb83f99fd94", "message": "[url] Fix url exclude setting name\n", "proba": 1.3566992492997088e-05} {"commit": "8d9ba90d54f796f28190fdc3c3fb5c2350793357", "message": "Fix wrong permission in compiled module\n", "proba": 6.064648232495529e-07} {"commit": "29d0ad69c0e0d6518a4b1fee1b94d11caab3e096", "message": "[url] Add forgotten encoding tag\n\nWithout this tag, Python2 will refuse to load the file. Oops.\n", "proba": 1.3118280151047657e-07} {"commit": "c41ab530fac270cbdb80fb52374bd5fcf26a5141", "message": "added a set_dtype method to the model class\n", "proba": 4.149029280142713e-07} {"commit": "e801c236c219c28d8963d617f8f2304910032a02", "message": "Add HEAD so it does not include uncommitted stuff.\n", "proba": 1.1869815352838486e-07} {"commit": "2d76060ae1cd1875ed845db95a84f970d789ba97", "message": "Yes, the flushing thing should be in the flushing thread.\n", "proba": 1.6601542540684022e-07} {"commit": "5a9fb60ead531a40b550051016f78e53a8da843f", "message": "Fix typo in problem.py", "proba": 0.0211960356682539} {"commit": "3ab1e592f496547789c622f962a21c9eb7ef2aa7", "message": "add properties e0, b0 and v0 to the EOSFit\n", "proba": 1.1787808489316376e-06} {"commit": "4aa7f66d2ce71d40a42af8ed3e7d89537b679b54", "message": "add selling_vector property\n", "proba": 2.8023930553899845e-07} {"commit": "f14cdc2f4a39c18677701983aa2605ed02d09821", "message": "Change name to SurfaceGenerator, fix check_bond part, unittests aren't updated yet\n\n\nFormer-commit-id: 8e18ec6c6e4994d9ea214514017d8a3724a9ecca [formerly 85ba4dc544e79b71e6478b2f342cb0955219b81e]\nFormer-commit-id: 9fda4e8d65f7fc4d1dcbdc12fe9ed9529e9d9206", "proba": 8.959650017459353e-07} {"commit": "a7e0ad6d913ee199da77ee77b2361ed9fcba11ef", "message": "Fix cell centering algorithm.\n", "proba": 4.736992877951707e-07} {"commit": "68cb0e041ed46c4ba0ceb02a7e12475e5a24bc45", "message": "Fix indent.\n\n\nFormer-commit-id: 200054a0dbbb945cf8cc6f84923bd0160f8509e9 [formerly 405c4cbbb866dba2f7eeff6fefcf313532323ce5]\nFormer-commit-id: 407f616cf0937a834e8890f52543fe4cf57fbfb1", "proba": 0.9999994039535522} {"commit": "99c72b08f2ecfbbd9d74684dcc1003cf432f38a6", "message": "AsteriskManager now is external resource", "proba": 1.5644148732008034e-07} {"commit": "29bbef7c9cbfd65a347e8df5e6680cf3575ae4a1", "message": "fix lint", "proba": 1.3035814845352434e-05} {"commit": "462b566952552ea8e7d697360faeaf96445f302d", "message": "Add Legendre polynomial to fast_poly.py\n", "proba": 0.001057189772836864} {"commit": "a80d9ea3c9d1780b3a8f67a7374b9631cc2e8247", "message": "Sriov Redundant wrap variable used instead of pports_wrap\n\nFor the SRIOV redundant ports , we need to call with the\nredundant_pports_wrap for the good ppoprts for creating\nlp's for the vm deplyment.\n\nChange-Id: I20699152927ac9df8aa2146d658ed3ce1489946a\n(cherry picked from commit aba67e203a4b238611850bb7c45d1be692b486e8)\n", "proba": 1.103589056583587e-06} {"commit": "58dc1f01cf644bfbd8cdb111767bc1113cb9116f", "message": "IBMi console Language refresh\n\nWhile console is running with one lanaguge and same time\nuser is changin it, and we trigger reconnect, console will get reopen with new language\n\nChange-Id: I27546ed12d710bf8c785421ad0b70ab4caf6d9bb\n", "proba": 1.3531849845094257e-06} {"commit": "e191afe65a82150d11b3dfc624cc3844a58e8603", "message": "Validator tween export operation property\n", "proba": 1.7305994504113187e-07} {"commit": "e89b4a70ac8bb7b21711e6216955bc8a18e3580d", "message": "include spint glm changes\n", "proba": 3.35371794335515e-07} {"commit": "59a0f048c4e867cf381258eb0eb50b00f48e5ab9", "message": "TST: changed class method name\n\nChanged testing class method name, distinguising it from the tetsting class unit tests.\n", "proba": 1.0871225697428599e-07} {"commit": "0899f56bf62ff29e3555e7a8c1d6ddc4c7a18944", "message": "Add support for 4.8.3.\n\nPiperOrigin-RevId: 236864815\n", "proba": 4.903285116597544e-06} {"commit": "a7679cd48f1b69f03929419648a1073ec24c8d4a", "message": "Add component and description to sensu event payload.\n\nBoth these fields are optional and are primariy used to enrich\ninformation on PagerDuty\n", "proba": 1.2523902626071504e-07} {"commit": "e2c105e6798a3be1659c8ea722af053fcd3656b2", "message": "nitpic file reader\n", "proba": 3.322954285067681e-07} {"commit": "830982cf0c56b88068f8a0d20f8d542da8bc77c1", "message": "Fix broken string format\n", "proba": 0.9999994039535522} {"commit": "d17053182c06d92976d97a4e8f9e0faa40867116", "message": "db now provides traceback if database is locked\n", "proba": 1.800228375259394e-07} {"commit": "5df52be09b91ba16a1334ead84d0fb4d5e3bbcf1", "message": "\u4ee5\u7701\u4efd\u5206\u7c7b\u5730\u70b9\n", "proba": 4.122245229609689e-07} {"commit": "0ee0efe3327f648e380bc77c53c5c3a49157346e", "message": "Changing indent\n", "proba": 7.238066245918162e-06} {"commit": "22d31e980f77de34269549453b70c4fe2c054a3e", "message": "Fix message concatenation", "proba": 0.9995896220207214} {"commit": "8714dda6e7cda72642e80b975986aca1c2076d98", "message": "Changed ir_correction to return uncertainty\n\nNow takes arguments for the temperature and angular radius uncertainty,\nand returns the uncertainty in the ir_correction due to those\npropagated uncertainties.\n", "proba": 1.2161966367330024e-07} {"commit": "811696ea25f8c90b10144307467529d3c8286f50", "message": "git only zero seeing and rmsoff\n", "proba": 1.6874722064130765e-07} {"commit": "56ff08f3799a6dbad221d026478c2336da257daa", "message": "fix out format arguments\n", "proba": 0.9982106685638428} {"commit": "7c4a297807a6e3c76014307198cd6e0ad5b1b7ea", "message": "Adds comment about speed\n", "proba": 1.905366389109986e-07} {"commit": "d2e55f8c9de762c8f2cfd1cff83ab732d4508312", "message": "add buffer refresh blocks and fix compilation issues\n", "proba": 2.0514363541224157e-07} {"commit": "0e8cc8bd0e266340b8a34e0fdb87be5fc4920a0d", "message": "Added hidden_command decorator.\n\nThe hidden_command decorator can be used to register a command but not have it\ndisplayed in the automatically generated help.\n", "proba": 1.0526849791858695e-07} {"commit": "cf34c5c25ea472467a0412e26d1311ec6da5280d", "message": "added safety byte count\n", "proba": 1.4206704008756788e-06} {"commit": "fcde5ed28371f52fbf92baaf1ebb08d4c45f479b", "message": "Constrain policy dim to embedding dim.\n", "proba": 2.3784690483807935e-07} {"commit": "865552ebc12a258b8ef5eee1696799ea304cf0d7", "message": "added check for multiple variables per line\n", "proba": 1.9003161355612974e-07} {"commit": "f407892d9c5d067e630d7f8db7d42dbc16e20f4e", "message": "Updated instance_status\n\nRemoved existing instance_status and instance_updates and replaced them with\nthe new magic instance status + updates handler, which I renamed to\ninstance_status and put at the same URL as instance_status.\n", "proba": 1.0435589814505875e-07} {"commit": "fb5b3f3bc1fd3e55b3104964e498dfb57875c584", "message": " * Added code to support only finding windows that are 'active'\n", "proba": 1.0972425457111967e-07} {"commit": "4aac3ea7741e7aa392248a93f8321c089ca41409", "message": "used is_toplevel_window rather then an explicit test in font()\ncommented out get_button_friendlyclassname\nadded a deprecation warning to friendlyclassname() and fixed how it returns \"Dialog\"\n", "proba": 1.0867866961916661e-07} {"commit": "32af5b97febd96690079a64029ba4dbb8e1f53bc", "message": "set the default inside of __init__\n", "proba": 7.689380367992271e-07} {"commit": "cb5214ce340a77d2ae74a70f74985680389677d1", "message": "Avoid generating enumerations belonging to a parent class\n", "proba": 9.67966188909486e-05} {"commit": "74250ad7540f8b9f663ed7460a587d9bce6c5f41", "message": "Fix bug in is_fantasyland.\n", "proba": 1.7110441774548235e-07} {"commit": "2ad61cc5dc453b3c1758a1ce3ed467822b3bc4cb", "message": "Add random piece when player places pieces.\n", "proba": 1.1852689141278461e-07} {"commit": "6372432991070ffcc7da5f0ed9b936bda45945b9", "message": "Check for Y Collision\n", "proba": 2.228937745485382e-07} {"commit": "30030a7186bf1dcbbe157210e79ae23f1b6bd2f9", "message": "security vulnerability fix", "proba": 8.083840157269151e-07} {"commit": "143c2c09cc63cb87ffeb33464ded9b4c8efdf0ad", "message": "fix / encode error on titles\n", "proba": 5.442353199214267e-07} {"commit": "895d6c5c28340b4f295a53ffdc12aa639d77603b", "message": "Message.__setattr__ is clearer and raises the right exceptions.\n", "proba": 2.0550255896978342e-07} {"commit": "ee12effc7c2babfc182f8d9238518804f81ba249", "message": "log dependencies\n", "proba": 2.7568155474000378e-06} {"commit": "3340ff2cfbc4d461d4390e8152a947c7e4c7f82e", "message": "moved get_miedema_energy to just 'get\n", "proba": 3.194023747710162e-07} {"commit": "0506b82b146063207a311c432e784359cd280b37", "message": "Catch TrivialSpace in qutip conversion\n", "proba": 1.7433062282634637e-07} {"commit": "1fedf46ac5c0a439d270f615d269a9b2ede8188e", "message": "Add `delay` option to QSDCodeGen.run\n", "proba": 2.2618660295847803e-06} {"commit": "6d690f91a1d40be3a2ce89df3ce710a3798aa82a", "message": "Disable font hinting to mitigate tremulous spinning to some extent\n", "proba": 1.3436044810077874e-07} {"commit": "a4f1b8804ae2dcd5e42708561bdc909570fd3308", "message": "fixes 'fix_spacing regex to include numbers and bullets\n", "proba": 1.431576492905151e-07} {"commit": "c4f20dffc1daebaba9ed74c0bd3f71f2414a12b7", "message": "Fixes some password inconsistencies\nset_password can now accept None which will clear the password\nset_password will be called from the constructor if not decoding data\nself.password will be set in decode() so that validate_password() doesn't fail\n", "proba": 2.6901949240709655e-05} {"commit": "a9418fea8d04f13e4c1ea499dd5bdb13ea1c966e", "message": "adjust filter recodes in dataset\n", "proba": 3.972377840000263e-07} {"commit": "94bd23b3fe0f05f5f9c633ca19f28e9aded0b8b5", "message": "A starting point, imported or from the command line.\n", "proba": 1.3415136379535397e-07} {"commit": "d6a304aa31738d02d71ca5ac753edb62e3fd28a9", "message": "Adding support for multiple text_label input as list to DataSet.codes_from_label(). Fixing docstring. New related parameter 'flat' controlls if return list if nested for lists of text_label, eg. [[1], [3], [6, 8]].\n", "proba": 7.373847665803623e-07} {"commit": "c1df1105ce284de38618abd1df95261a69fe9a12", "message": "Started stack_multiple_fields_in_redshift_slices\n", "proba": 4.145471393712796e-06} {"commit": "cf6bf4bf074f15e58d3de2e53a1f7451ec189912", "message": "simplified initialisation of simulator\n", "proba": 5.041204644840036e-07} {"commit": "c8a4e9327d1e06926ea24575dc3c9cd932004775", "message": "Replace requests dependency with urllib2.\n", "proba": 1.3022773259763198e-07} {"commit": "71da0b65c10722b2ae19b7cf5a0f5ac38fd35658", "message": "First workable version\n", "proba": 3.2884372558328323e-07} {"commit": "7071bd51ac892277606bb18f40f3f550e8be7631", "message": "Version 1.0.1 released\n", "proba": 1.952343069433482e-07} {"commit": "d262d3d4b36aeb8ca8621e1ce3476dcd84aa0f3b", "message": "learns from each indv. light\n", "proba": 0.9992202520370483} {"commit": "2bc542708cbdc51ec48adcbf30d30f81f224679c", "message": "Update populate.py\n\nChange order Welcome Post, to first element in home", "proba": 1.128679230077978e-07} {"commit": "7c669a40cb72bc44f1850b8a8644791a4574479d", "message": "Fixed state change logging message\n", "proba": 4.3238878788542934e-07} {"commit": "4255154f9ea54fddc734b69049707ba86c043a9c", "message": "Fix reference in conftest\n", "proba": 3.831728008663049e-06} {"commit": "2cd6302b0d99380ba58a58c5d7bb75bfa13ceeca", "message": "pr review\n", "proba": 3.7073377257001994e-07} {"commit": "434c2160ae376b0677304aae71436862c8d9a41a", "message": "Added --stream argument to change the stream on program start.\n", "proba": 1.089397514419943e-07} {"commit": "7cfb8af47c5a95d1cccb6bff09284c319771731d", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "cd5cfee01d36b588ba85d55d9504ff6435440de5", "message": "Added help text\n", "proba": 1.2229517665218737e-07} {"commit": "bc7ec5f0bf610f2b853972ba260ea67b242b68b8", "message": "Bug fix to skip images [RepoTags is None]\n", "proba": 3.455002683949715e-07} {"commit": "f9917dcacf200d3fddfd8478b2675ad529f50e2c", "message": "update docstrings in featurizers\n", "proba": 1.983857913501197e-07} {"commit": "a331fbc324f9b4f3b86341a44d6a3f70418b8eac", "message": "fixed password default. normalized encoding of string content, fixed use of type instead of isinstance\n", "proba": 1.4904883755662013e-05} {"commit": "d1bcbc79b2d13374669fe6227cf303f3d8b2d614", "message": "Fix import redirects\n", "proba": 1.8023738448391668e-06} {"commit": "758145ddd9a0c691a24eeacaa6dbfd46cb8033d6", "message": "[IMP] tools.email_split\n", "proba": 5.214689622334845e-07} {"commit": "ffc2414b312f356fbc49d6c2b42522c0c994dfa1", "message": "Fix doctest CompoundThermodynamicState\n", "proba": 9.231761168848607e-07} {"commit": "02ebd30294ecc37acb21bc9ba2da29ad8114f1fc", "message": "NXDRIVE-170: Be consistent on watchdog tmp file handling\n", "proba": 1.1674696054342348e-07} {"commit": "8b89216e2eabd41c50119d7671d6c068de6fa38d", "message": "Debugging dataset, changed dataset type from list to str\n", "proba": 6.506219278890057e-07} {"commit": "2bdf2e5e73f8995e6bf92f4a45cd756cd59b793a", "message": "Fixed test\n", "proba": 7.068065883686359e-07} {"commit": "5cce406f566eed435c025e5e2d756ad9f6c51b23", "message": "Only attempt to install glance init sequences if installing glance\n", "proba": 1.9234958870129049e-07} {"commit": "e41d8d7ad391833e15f44b3f6ac5404fc37018ce", "message": "Change mbformat to mb_float_format in hypervisor table\n\nIn hypervisor table, if you have total of 3.8GB of memory,\nit show 3GB. Need to change mbformat to mb_float_format.\n\nCloses-bug:#1317817\n\nChange-Id: I035e8002852994a2e3b426ce81667b9239ba06eb\n", "proba": 5.093542131362483e-05} {"commit": "98827dd0f60eb552ccedd9c75604f3d1b1dc5b27", "message": "fixed another dumb error\n\nmissed a colon", "proba": 4.777716640091967e-07} {"commit": "6b2b386e9014644e9c704e44dcbb9b0241e02d28", "message": "oct() actually returns a string\n", "proba": 0.00011079633259214461} {"commit": "6b837fa90ac6437a22eb09ab19bba8e5d35c9d75", "message": "move excess replicas to other zones\n", "proba": 1.616181890540247e-07} {"commit": "f8c1911045d683208848d8bf8ebdee9c318ace46", "message": "add comment\n", "proba": 2.718556686431839e-07} {"commit": "eacd43d5b515af928ef839427900c79b90fc8fb0", "message": "Add filecmp to list of bundled modules. Closes #8431. [skip ci]\n", "proba": 1.0912567205423329e-07} {"commit": "b4120ec570624ae4c66269ae2a8f916ec55734e9", "message": "Add a value trait to Value widgets.", "proba": 1.408910179634404e-07} {"commit": "60c259642f4ead40d77383d4ed989f7bc15639c7", "message": "Revert \"testing the sqlite3db\"\n\nThis reverts commit a1379ff2cf56fc359464d3086e6dbe943dcf1401.\n", "proba": 1.257109687458069e-07} {"commit": "cb27245c89fd15881652d66e579d3a1112874003", "message": "yask: Add jit_yask utility function\n", "proba": 1.1853794603666756e-05} {"commit": "b92728086072f3bfd18393b5223e18460094f02f", "message": "talk with Geth only\n", "proba": 1.2158973561327002e-07} {"commit": "a530ba271637f76fef3ec014b1dab79a32bf30e2", "message": "version 1.0\n", "proba": 1.555217295390321e-06} {"commit": "7022ceb865fb81ef7eafd62755123072b4f1232c", "message": "Clean up\n", "proba": 1.531641828478314e-06} {"commit": "28b8f0a13c22a5a14e0f4aa2a6ee47bbe406071b", "message": "emailtools: Fixed usage of msg.add_header. filename needed to be a kwarg\n", "proba": 0.0005206738132983446} {"commit": "7a1a1cc40240387f77d0ea469118fd9821a1fc95", "message": "Corrected rolled arguments validation\n", "proba": 3.694399026699102e-07} {"commit": "6d5c39e1daa395234500a237dd4f2adc12af3b86", "message": "[gamma.multilook] make use of auxil.do_execute\n", "proba": 5.26208850715193e-07} {"commit": "2057596ea2ccf7a5c4b6074c0ea0435d7be44606", "message": "add SAGA_name to host catalogs\n", "proba": 1.953041390834187e-07} {"commit": "125f9ad1466a33d1525a64c1d91a06b7d7d52745", "message": "Update dewarp.py", "proba": 6.506523391180963e-07} {"commit": "5619377c1e8e3b9106e1f929548d43e5fdcc010e", "message": "working on getting FilterOr working\n", "proba": 1.5454827462235698e-07} {"commit": "d0f99f3d84c67e9684764c82cc31c259306fbef5", "message": "TST assert metadata being kept in slices/indexing\n", "proba": 1.7764814685961028e-07} {"commit": "705b8182ba0c317dbb3c840a74d94c09397c8690", "message": "working on adding rejected values\n", "proba": 1.7650668269197922e-06} {"commit": "8b10aaf22d43e70acb6599420974b28bc92823e9", "message": "Add typing to pajbot/action_queue.py (#1542)\n\n* action_queue.py: sort imports\r\n\r\n* action_queue.py: ActionQueue.__init__ return typing\r\n\r\n* action_queue.py: ActionQueue.submit return and parameter typing\r\n\r\n* action_queue.py: ActionQueue._on_future_done return and parameter typing", "proba": 5.454639176605269e-05} {"commit": "86c943d2595e937bd20a37f7c8d2c81f022ef549", "message": "Fixes datespan timezone issue\n", "proba": 3.358128140007466e-07} {"commit": "a41af7ea6d973219b5a029145ebaa500de00d818", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "c436a18084fb03651767c2f44581f22fb48b9053", "message": "Comments updated!", "proba": 1.2411210548179952e-07} {"commit": "44513927ac9fc4ce359d7dd5d1c8911d5dca3b9c", "message": "TST: Allow tm.network to catch urllib.error.URLError (#45723)\n\n", "proba": 1.2159993900695554e-07} {"commit": "3d81a08026af107a9e481f5f7a6cf0842c14b62f", "message": "removed unused var and unnecessary call to .keys()\n", "proba": 2.1816671846863755e-07} {"commit": "b287e97f139634e14de3dbe508ccfba8b72ff449", "message": "DOC: Improve DataFrame.align docstring (#24631)\n\n", "proba": 1.2325669729307265e-07} {"commit": "3f9c814540c8903a7a12e8e42db9ea4f922541aa", "message": "BF - join pool before trying to delete temp directory\n", "proba": 1.2699682372385723e-07} {"commit": "cf461a022644b8efb4c70b621f5eb67dfdccd993", "message": "fix printing for no sdss catalog in header\n", "proba": 1.7158909315639903e-07} {"commit": "9cefbb5033c9654cc414df76bc7c651869081e2d", "message": "More fixes\n\nParanoid about \"event\" type, and for all other events lets print suffix and event\n", "proba": 1.146148278508008e-07} {"commit": "cb681be395ba3ec8db6257d4d6eb4206cba69aae", "message": "DOC: Fix PR01, PR02, RT03 on cumulative function (#33000)\n\n", "proba": 1.3226086537088122e-07} {"commit": "1404aca5a4b7ad151421732577f9307737e424dd", "message": "Fix an indentation error in viz I created\n", "proba": 2.2564074242836796e-05} {"commit": "5faa70d9104211f18f6600cb4a89e650e5b1d145", "message": "update validator URLs\n\nFixes #280.\n", "proba": 1.1549118283937787e-07} {"commit": "9db03bf426bfec6e0a3f2db4c72af3e48be42957", "message": "Summary: Make vmdata_kvm.py concurrency friendly\n\nDetail: Adds flocks, etc for calling this concurrently, since CLOUDSTACK-3484\nmade userdata, vmdata, start commands concurrent\n\nSigned-off-by: Marcus Sorensen <247731c75f3b277594afe05f8b1d0ee049da0b08@betterservers.com> 1374773177 -0600\n", "proba": 3.1935942956806684e-07} {"commit": "f906867459d744755f44d4915125a9dcc758f839", "message": "allows now to give datetime objects directly as input", "proba": 1.9100511394753994e-07} {"commit": "89f1fd927a2f894455f408a39a160df7b568e165", "message": "Fixed statements in omapi module\n", "proba": 2.4863177827683103e-07} {"commit": "1da660cde03b7bbf31c347ce26433958bd4be843", "message": "docs: Inline references to functions and methods\n", "proba": 1.6601130425897281e-07} {"commit": "76131df5d786e5d1afef454cba6faa629832dc7b", "message": "devutils/update_lists.py: Update patterns for 72.0.3626.122\n", "proba": 1.890006871008154e-07} {"commit": "0ae03e2c5421ba2fa096466da24881d9681c6cf3", "message": "PowerStateProcessor: Exceptions no longer stop processing\n\nIf an exception is raised inside a generator it cannot be continued.\nTo get around this exceptions are now caught and later output via the\nlogger.\n\nAlso added logger setup when running cpustates as a standalone script\n", "proba": 3.035407587503869e-07} {"commit": "8193bb574b8e571e251a79251f0017b7574a494f", "message": "regexpify the rest of the lists\n", "proba": 0.9992009997367859} {"commit": "26233101eb9ba17bfa5e90334c37785ef04da9a6", "message": "refactor append_classes\n", "proba": 4.110288864467293e-05} {"commit": "1ba8ff68af703bb41ea9516ca457cb696eb248a5", "message": "Update cso_status_geojson.py\n\nChanged gray color for no data icon", "proba": 5.861455747435684e-07} {"commit": "729275af477a4e3836b0010a3a67d2447a1f67fd", "message": "Game start initiates regular mode of TimeoutManager\n", "proba": 2.446049052196031e-07} {"commit": "1e67f23b5d2c3a8372b2df4ecef0d85bd933a822", "message": "Change of dataframe to xarray\n", "proba": 0.00043275748612359166} {"commit": "e7141d0653fd253638b3da011df649ab5f7c6934", "message": "Remove df key from params for printing\n", "proba": 4.880388928540924e-07} {"commit": "3d7796d5dde54b419c3525eaeb827e52795eed03", "message": "salt.runners.cache: Add ability to clear checkout locks\n", "proba": 1.7950372921404778e-07} {"commit": "86ea7fa9558b88c9a0c21edda9aa97a8f943e7fd", "message": "implemented fail-over transfers for ES stage-out (`failover_storage_activity = ['es_failover', 'pw']`)\n", "proba": 5.010680979466997e-06} {"commit": "fc5b88c549bc5f156f397e175cd97cdb93474d45", "message": "Support for notifications in reactions to answers added\n", "proba": 1.3953007282907492e-07} {"commit": "24614134da3d2c1689492a2a0bfe28da3836c1fc", "message": "git: Recreate cache repo if corrupted\n\nPreviously we check the existence of the cache dir, if it is there we\nuse it as a git repo. But it's possible that the git repo structure is\ncorrupted somehow.\n\nSigned-off-by: Fam Zheng \n", "proba": 3.10891380195244e-07} {"commit": "5fe02c1b04bbfeb3ac1dee1bbb328aefe224166e", "message": "Pause / Restart penalties across timeouts\n", "proba": 1.7543186459079152e-07} {"commit": "fbfb96e0c75c60f443bb01fdcce10f1498f081d7", "message": "Fix url_for endpoints\n", "proba": 0.9999758005142212} {"commit": "2ee39fa433f59ad0447c19db09e7862e36420e54", "message": "1-2000-1 architecture\n", "proba": 2.839940975718491e-07} {"commit": "8c1fdb0e951689f6dfb79822df66a8476f2c77c8", "message": "Made writing CSV Py3 compatible\n", "proba": 1.5737673209059722e-07} {"commit": "6d654b8ca2b5a7dc3adf2a7231deb06840a223c8", "message": "Putting back in getting of identifier\n", "proba": 1.2797922863683198e-06} {"commit": "58fcd63c0563d1158b80309c266a8b16a37b7b74", "message": "Remove unnecessary API methods\n", "proba": 4.094214818906039e-05} {"commit": "b8f283281e1d98e75682d5688665d1819e39ac2f", "message": "Less repetition\n", "proba": 2.0257448340998963e-07} {"commit": "6e5761af88913312ed89c16098c456ab0e028c15", "message": "Refactoring\n", "proba": 6.64367371427943e-06} {"commit": "705168763d36d3d406d43f74efdea7e922fe6555", "message": "web: remove Script end\n", "proba": 1.44358500620001e-06} {"commit": "af9ff3eac7a728ed1c3591f515a57c0af7686ba6", "message": "fix check function\n", "proba": 1.0391452178737381e-06} {"commit": "a995481bb3723981c7a36f19971869fd2039c534", "message": "better -h description\n", "proba": 7.492755003113416e-07} {"commit": "b1d88890fd6836939442b53565fe7d40bab38a6b", "message": "Factories: lazy generation of added_at\n\nSince added_at was generated at import time, the unittests requiring it\nto be recent failed.\n", "proba": 1.0342181866462852e-07} {"commit": "6b6566b21dea85d419139bd208f2320d12f0feec", "message": "remove useless comment\n", "proba": 1.8972595228206046e-07} {"commit": "e0acd9f4a63ff036a6f83fa07d226d02a52afc24", "message": "Fix formatting\n", "proba": 0.05716899037361145} {"commit": "a92123f8702664d68297328d7bf17f4450a7c837", "message": "Include parsing of in-game events\n", "proba": 8.881867756826978e-07} {"commit": "c27b6e9f67379b28866d29af987aa16bf700b2ee", "message": "Ensure that content type is preserved during streaming upload to atmos.\n", "proba": 1.0699702812644318e-07} {"commit": "f2ba8c7ca511c705ac8c54cc1439f5950f7075a2", "message": "Fix bug need to add /\n", "proba": 1.7857048817404575e-07} {"commit": "32646f17c631cce2b8f9bcdc836f8032e0a1a97f", "message": "Try to ensure the target model on an extract query clause is a patient/episode subrecord, not a similarly named lookup list.\n\nrefs openhealthcare/elcid#225\n", "proba": 0.0011133882217109203} {"commit": "51dac059eb51ea62807a68ad59e4256e0a2ff76b", "message": "add privilege for exec_create\n", "proba": 2.630240942380624e-06} {"commit": "9c612c8bcd1fc057682a7e3c13851317e459dbbe", "message": "Fix bundler conversion for missing cameras.\n", "proba": 1.1232393148929987e-07} {"commit": "fdcc4d9a09b02d0632a392e62439ae6ebf4ca7cc", "message": "Set AttachStd* attributes according to detach and stdin_open commands, analogously to the docker cli\n", "proba": 1.2319182474129775e-07} {"commit": "6a87f399e7db0adf5c75146148f35622f65f8e97", "message": "Return 'title' to PostAdmin, so it works in Article Curation, refs #5234\n", "proba": 7.940980867715552e-05} {"commit": "acb5ce93f768374ab67515f7001f4e6e5c2c2ecb", "message": "pattern.search micro-optimizations\n", "proba": 7.895553721937176e-07} {"commit": "d83adfd92b28c19c663c6b7bc69dc748e5b33bf5", "message": "Crude HTML output\n", "proba": 6.123706498328829e-06} {"commit": "19b5f86269a8fac28f42d4038192f7020bb7962a", "message": "update list_files.py: optionally specify a substring of file name to match\n", "proba": 6.4588784880470484e-06} {"commit": "7ccf58ea77e71912a6aba620ef7cd31c740b435b", "message": "fixing missing class\n", "proba": 1.9850036551360972e-05} {"commit": "e7cf43be9d7d7a59101f60bcc167ccd22603ff25", "message": "Resolve Issue #5 (rms normalization); Minor formatting and doc changes\n", "proba": 1.1795844301332181e-07} {"commit": "6354d16ea47ccbde46e3dc32d94aa65ed42a1b2d", "message": "BUG: msct_image : replaced the default None header by an empty header\n\nFormer-commit-id: 3fae66575daf818d6feb95c063f0341bf0069381\nFormer-commit-id: e7a80483cf7138b4621d086a06df0edc89057390", "proba": 1.7413038222002797e-05} {"commit": "e8993c90f9debe8d6eae9d43a7af4e6ddc901220", "message": "[WIP] mis_builder refactoring: remove old, ugly code \\o/\n", "proba": 1.5336853209646506e-07} {"commit": "c6a063359d6f85be9246da011b0e3fe7f32d2b47", "message": "Replace single quotes by double ones\n", "proba": 0.9999865293502808} {"commit": "014e656475dade49a9a13b03ec105f6895c59a30", "message": "Try again", "proba": 2.07507582672406e-07} {"commit": "a5c2e834f7096bcf6c92a33952615005666ff2cb", "message": "Don't assume the debug handler exists, so try to import it and add it\n(but fail gracefully if it's not there).\n", "proba": 1.1822253753734913e-07} {"commit": "183a292514b7ec35670ed4f14aeab6847bc602fa", "message": "stav-covid: Parse the timespec members to datetimes\n\nUnfortunately, we need to convert to datetimes in order to get working\ndatetime arithmetic later on, so we pass in the date for context.\n\nSigned-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>\n", "proba": 4.600877582561225e-05} {"commit": "c7a77ef4be6c20f110776109e43731561e055423", "message": "Reduce size to reduce memory demand", "proba": 1.6595826082266285e-06} {"commit": "f48178b156a5b61d39c171a8ac99ec3d9ed67d5f", "message": "Added my name for the email sender address.\n", "proba": 1.469118871000319e-07} {"commit": "97c4a58e53b71a96748864d991485102388283ed", "message": "Comment added to script/pfmap.py\n", "proba": 1.8879262597693014e-07} {"commit": "3c7db31208bb2e5314ff4da32dd25d43aea62291", "message": "BUG: fix relative path in scripts/pipls.py\n", "proba": 3.317346681797062e-07} {"commit": "f5ac6a63a5f8ff160ce6e864de64c1e22fc99975", "message": "Set ingredient recipe names dynamically\n\nnot from the case\n", "proba": 3.942276816815138e-05} {"commit": "0a81a818bab9995e5aca5584f4a1cf2ec89d926a", "message": "flake\n", "proba": 1.0669724360923283e-05} {"commit": "6108c417fa3eb049c839310d0894b11511d3f986", "message": "Fix https://github.com/pyload/pyload/issues/1632\n", "proba": 5.05166026414372e-05} {"commit": "9f5444f311758723ccecd1eafbbcf94d099a66e3", "message": "add token auth\n", "proba": 2.7495962058310397e-05} {"commit": "5163f592bbe4e03b17f3eeb7c7b09c607f773cc7", "message": "convert runtime object's outdir and tmpdir Path values to Docker Compatible on Windows OS\n", "proba": 7.228500749079103e-07} {"commit": "5a1d3365737d69101a7efed05fb3739f5da4cbc9", "message": "Puts max percent at 93\n", "proba": 1.1006693057424854e-05} {"commit": "c3bc288cce06306683faa07cbb8afcebc2d1d1b3", "message": "Some CSS fixes\n", "proba": 4.274087928024528e-07} {"commit": "4d88df3bba81d75df4b291a753075c0773d553f0", "message": "pretty print config.json\n", "proba": 1.2180264093331061e-05} {"commit": "01345f3faf8fb23228a2194e9608a16a924d4fb6", "message": "add webui\n", "proba": 2.6830181809600617e-07} {"commit": "2bd05346373cd98db157b0a1cb22ec2634579887", "message": "no store directory\n", "proba": 1.1523264220159035e-05} {"commit": "881c9b7f74b04032fdc2c7afed810dd75f0bb601", "message": "Cleanups\n", "proba": 2.08481242225389e-06} {"commit": "14f50d41429d6d8acea883754e40dd35a4e8e599", "message": "Added min(). Removed exception raise\n", "proba": 3.2757168355601607e-07} {"commit": "91b087642dfb14d850e4bbc3935f20d216f0e050", "message": "Trailing space\n", "proba": 1.0752081607279251e-06} {"commit": "f4327bdec3f09f41ac600370462bc3c99ac82008", "message": "Added support for exclude to ModelFloppyformsMixin.\n", "proba": 1.0432405872506934e-07} {"commit": "81617ab265d31fb9caca6f510bacf0453d3dc51a", "message": "Fixed the annoying login error that happens in some cases when REGISTRATION_COOKIE_DOMAIN isn't set. Now, generally you don't have to sete REGISTRATION_COOKIE_DOMAIN unless you want to use multi-domain cookies (such as '.foo.com')\n\n--HG--\nextra : convert_revision : svn%3Abcc190cf-cafb-0310-a4f2-bffc1f526a37/django/trunk%40216\n", "proba": 3.546211519278586e-05} {"commit": "a78413913741045032cb82472d8e57ae7510bcc9", "message": "Negligible capitalization fix in test/client.py docstring\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@5699 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n\n--HG--\nextra : convert_revision : 351e0db1a8a51959d2ae63524bba57bd617c53e4\n", "proba": 0.003333502449095249} {"commit": "6569102677e1dba928a131b04a9587e5c9c7052e", "message": "Fixed #4457 -- Corrected the handling of exceptions in the test client when the 500.html template is not available. Thanks to Chris Wager for his help in tracking down this problem.\n\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@6023 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 7.374677579718991e-07} {"commit": "64514598becbe4060ddfedd9e04e992e52e1efe3", "message": "Fixed typo in comment.\n\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@8382 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n\n--HG--\nextra : convert_revision : aad91a3abdbf8cdbc6c3d526ec5c36bcea17ab3e\n", "proba": 8.073125354712829e-05} {"commit": "581b3bc6f924a34f15bbf2413cd5f4221e491842", "message": "small fix to the template_debug stuff, it was dropping last characters and didn't split the first line correctly\n\n--HG--\nextra : convert_revision : svn%3Abcc190cf-cafb-0310-a4f2-bffc1f526a37/django/trunk%401403\n", "proba": 2.3262325612449786e-06} {"commit": "d7848c11e008ddeb036a95d389caa3b2c97b795e", "message": "Fixed #25147 -- Fixed debug view copy-paste/interactive toggle.\n\nThe whitespace added in 1101467ce0756272a54f4c7bc65c4c335a94111b\nbroke the initial comparison.\n", "proba": 1.69226822777091e-07} {"commit": "1e0fc5e2162b6e3811075c0837e4305b5602ffde", "message": "changed the linebreaks_iter function to use str.find instead of re.finditer, because the latter one has problems with Python 2.3\n\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@1385 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 2.866304748749826e-05} {"commit": "a50fb20845aef5e43d2c37a44c1cbe049bf8e2ab", "message": "Fixed the create/verify secret functions\n\nA step in the secret creation was missing. Without it, we were not able\nto provide verification after the recombination step.\n", "proba": 1.7203625191086758e-07} {"commit": "4733da42540d3a334030b6e3106b2c138be415d3", "message": "Pass through fallback properly.\n\nSigned-off-by: Chris Lamb <711c73f64afdce07b7e38039a96d2224209e9a6c@thread.com>\n", "proba": 1.2409860516982008e-07} {"commit": "8014dc1b2e7a0a3d8133f63903823874395fd638", "message": "Removed logging from Ticket._assign_field_data, moved force_insert back to parent synchronizer method\n", "proba": 1.0862785302379052e-06} {"commit": "6718b41077d178a58efa41707bf82f89478923ee", "message": "net.gyp changes for the Linux build (and some Windows fixing):\n* Add a net_test_support library to hold the disk_cache_test_util.*\n object file used by several of the test executables.\n* Generate the net_resources.h file by re-using the existing net_resources\n 'grit' rule defined for Windows, not by rolling our own flavor.\n* Give the grit.py rule all of its generated output files (*.h, *.rc, *.pak).\n* Fix the path of the grit-generated *.h file (it's in a grit/ subdir).\nReview URL: http://codereview.chromium.org/40083\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@10898 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 4.79263617307879e-05} {"commit": "f5e84d9a8d3174743344488f32f6bbb48091b225", "message": "Moved self.api_condition(s) below super().__init__() calls on multiple synchronizers\n", "proba": 2.795623458951013e-06} {"commit": "b35e8edb8ea608ae9e31286f61bfd937f4149017", "message": "removed unneeded header code\n", "proba": 6.907568490532867e-07} {"commit": "a6677622a067fa6581f7f402a0c97631d77eaf2c", "message": "Deny write access for fd > 3; #192\n", "proba": 1.4827834604602685e-07} {"commit": "bfb148d5c27fca44b4de772c513c872fd478747f", "message": "More verbose stuff falls under verbosity control.\n\nMore python 3 compatibility.\n", "proba": 1.0260954752538964e-07} {"commit": "9f9fa984a8d7dc19cb1e687358d01a292cecf04a", "message": "removed 'finished'\n", "proba": 0.9997630715370178} {"commit": "ae8e7d1dffbac50f6d9ef111a88cafe912573378", "message": "shorten and refine the digest returnes as an identifier, nondigit start and machine word sized\n", "proba": 2.5533220195939066e-06} {"commit": "eaf107b9882ba2f548e61d9056467c3da59dde09", "message": "Fix get in PasteFilesTo\n\nseems get method can not eval default value\n", "proba": 2.944839536667132e-07} {"commit": "e8f263481e8d0f97775a241941dd4d18efa324eb", "message": "update imports for weather module\n\n\nFormer-commit-id: 2d014f1c715e00295dbf08e117c5385e8b45a356 [formerly f65a7851a0d98e64b2b3fc41adb2ae8efd553e93] [formerly 8c77eaa4bced7138501375c96478af8ca5c0e43f]\nFormer-commit-id: bcf7d615e89a699ea5bb8cb0e177c2de591376a2\nFormer-commit-id: 10a2b558ed15bde4c5ffb926dbd8a91d471aab01", "proba": 2.3395948574034264e-06} {"commit": "65a2c8c1f455c5fad48fbac1a3e75310d49ed844", "message": "Added something to jsonable in trait.py to account for temp traits (this is necessary for them to show up correctly when selecting traits from collections in pop-up windows, like when selecting cofactors for mapping)\n", "proba": 1.0429501173803146e-07} {"commit": "42abf62c4579caeabea4f2402b10b26b06d92570", "message": "FIX: add `silent` as kwargs switch to silence gdal ProgressBar, check for windows to silence anyway\n", "proba": 1.2511546287896635e-07} {"commit": "b3074d0c722b6e8f8fd0929140c7ea04ec69eaa7", "message": "WIP: split and refine functions, add docstrings, fix cKDTree issue\n\n--HG--\nbranch : zonalstats\n", "proba": 1.3948763921689533e-07} {"commit": "adc957e7e8d581ea2a628a43d0733b822668bf44", "message": "The IP address validator can inherit from Regex, so it might as well.\n", "proba": 1.1375098551980045e-07} {"commit": "3cb22ae6df63046bae194c8c0be88df3e47e8e9a", "message": "opsis_base: enable debug on micro udp\n", "proba": 3.2224411938841513e-07} {"commit": "3e0391379126ddd0cef93301e336ac19701cbcfd", "message": "Added sanity checks to update_and_build.py, ticket #159\n", "proba": 1.3167814927328436e-07} {"commit": "881f532bfff0b8b58b6f5b930cd8ca09edf2fb8c", "message": "Optimize `valid_workers` (#4329)\n\n* Drop extra blank line\r\n\r\n* Use different variables for `list` and `set`\r\n\r\n* Distinguish iterated variable from result\r\n\r\n* Annotate intermediate variables\r\n\r\n* Assign `s` `None` instead of `True`\r\n\r\nThis works better if we want to type `s` as `set`. Also this is a more\r\ntypical default value when initializing a variable unlike `True`.\r\n\r\n* Always return `set` from `valid_workers`", "proba": 2.2844561442525446e-07} {"commit": "04be096bac06301f9e1b50bf0f1ea3b5f7ba1118", "message": "always clean up tmp files\n", "proba": 1.8881729602071573e-07} {"commit": "68e9b0946d944290d8fc255d1cbeb94f98577a74", "message": "Make sure we drop/empty old tables when running tests\n", "proba": 2.391889495356736e-07} {"commit": "f80a65843bccdc8d92e360dcf8528a1f9f504299", "message": "increases char length\n", "proba": 1.9293382138130255e-05} {"commit": "471727a6e5e890d42fce54cf3ff168ece92c4e80", "message": "PipelineTracks - added Autosample\n", "proba": 1.1153658618923146e-07} {"commit": "2fe74211a3ea3aa1e3e3e110f28c192a9b9e1a47", "message": "serial fix\n\nfixed serial connection issue\n", "proba": 2.4586358904343797e-07} {"commit": "0bac38ea093982982b4a409df45ac1394d5e7c3a", "message": "Document gene_events\n", "proba": 1.0672095413610805e-05} {"commit": "069fa4d3dfe653515efa85a48117b76fb3ab6086", "message": "Fixed another problem where we were creating a class twice via two import\npaths. Self-referential relations (e.g. ForeignKey('self')) were still slipping\nthrough the net. Refs #1796.\n\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@3279 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n\n--HG--\nextra : convert_revision : 8cc4ca52a8d6927a1a1b2b4d72f072ef3c8854c6\n", "proba": 1.5400653865071945e-05} {"commit": "faab1a562c0bb16621e6cbe0e07fc9786627e8f5", "message": "Fixed a regression in validate_unique introduced in [12098]. Thanks, Alex Gaynor.\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@12099 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 3.012242132172105e-06} {"commit": "16ee53d7bb01819859c78a88e3fc93eda985f71a", "message": "Fixed #29113 -- Simplified django.forms.formsets.all_valid() and clarified docstring.\n\n", "proba": 1.040073627223137e-07} {"commit": "21773b106add994804446b2cdc8fca2abf9ab27f", "message": "Corrected a docstring in django.test.TestCase to match the actual behavior.\n\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@6710 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 0.999998927116394} {"commit": "d0aa7cc595f52b75a88e8b6b7d88958ebc422ded", "message": "Python 2.3 fix: assertTrue *still* doesn't exist in Python 2.3\n\nThe tests and testing framework should use failUnless() instead.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@10100 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n\n--HG--\nextra : convert_revision : 40857dfa03288941c607456b9fd7a2cbb26dae7b\n", "proba": 0.9995394945144653} {"commit": "adc440b143ed999ca45adeabe7874870b03b8b14", "message": "Fixed #6353 (again) by making force_unicode() and smart_str() a bit more robust\nin the face of funky Exception instances. This is slightly symptomatic of\nproblems in the calling code, but we don't want to raise a secondary exception\nwhilst trying to display the first one. Based on a patch from Karen Tracey.\n\n--HG--\nextra : convert_revision : svn%3Abcc190cf-cafb-0310-a4f2-bffc1f526a37/django/trunk%408588\n", "proba": 7.790109748384566e-07} {"commit": "837153d85c8f78f01fa014fe3928122873b168a5", "message": "Add `.deconstruct()` for Django migrations", "proba": 3.37179699272383e-06} {"commit": "9b2049e16e044471dbae1160d460818b7dbe1ef0", "message": "django_on_call.models: Add OnCall.__str__ and .__repr__\n\nThis makes the list of model instances on the admin page more\nreadable; without __str__ you'll just see \"OnCall object\" for each\ninstance.\n", "proba": 1.8816369617979944e-07} {"commit": "c5c3964663b6733559d8b3b371f4965473a17317", "message": "refactored titles and body\n", "proba": 5.397104814619524e-06} {"commit": "494ed96c114ecdd3feb3f3db95d43b5cd33f65a9", "message": "Fix refactoring mistake.\n", "proba": 8.346285176230595e-05} {"commit": "31ed11a74c8abc93d851ca54d426de27ac398838", "message": "Use python_2_unicode_compatible from Django, not the CMS\n", "proba": 2.107148975483142e-05} {"commit": "08301676ca47274c5877be122d9d79e425753f1c", "message": "- get_children bug\n- create collection bug\n", "proba": 6.566309025402006e-07} {"commit": "03a6d777b79aa620a4fd88f55c09d5ad04eedede", "message": "Version bump to 2.2.4 to stabilize changes\n", "proba": 1.4006789683662646e-07} {"commit": "dd4910d736a2858d34393ace4b62742b75193439", "message": "Allow ADC max voltage to be passed into analog read function and conversions.\n", "proba": 1.2150454153925239e-07} {"commit": "2000f03da510b7289d5b5caaea69e45476c9eca5", "message": "Made pass-through of help argument a bit safer.\n", "proba": 1.1504707231324574e-07} {"commit": "f07ec1abcb302184cb72db16e8363eaa13e87011", "message": "change lrelu alpha default to 0.1\n", "proba": 2.05133983399719e-06} {"commit": "8b2daf230e291cfa184764982c7c71dbe861747f", "message": "settings: Django 1.8+ template setup\n", "proba": 4.546138256955601e-07} {"commit": "8bac493f531f45972b8f6559e0446dc4737b00c6", "message": "No need for subprocess in Kotlin\n", "proba": 0.0001587486476637423} {"commit": "a08ebdce4439504e7fbb1518069e187fe05535ff", "message": "Pass added to __all__\n", "proba": 2.245573398340639e-07} {"commit": "72753a35bebc3e924da29e0d46656ffb03746b95", "message": "fixed as 65535 issue\n\nSigned-off-by: Peng Xiao \n", "proba": 1.1360246077174452e-07} {"commit": "9f224d109cd0fb5820872169f5fd0aa71f661009", "message": "bug fix with mean correction.\n", "proba": 1.2032363372327382e-07} {"commit": "1f474da5008d6b3b6e70cb9b734ecd7d5eca85b1", "message": "date version function\n", "proba": 1.644581789150834e-05} {"commit": "648fa4c1c56e18bbb3398349063492a780109235", "message": "Set RELEASE_TAG to 0.3-20090219rc for release candidate.\n\nPatch by: Pawel Solyga\n", "proba": 1.0896510360680622e-07} {"commit": "652f00bebdd55a9600b65bd77c9f5621e4dd96c9", "message": "update doc/deploy_ghpages.py\n", "proba": 4.917999945064366e-07} {"commit": "19aa6263675164d271bc096c87e6e861b5fda7cd", "message": "update public api\n", "proba": 2.17918852740695e-07} {"commit": "ab98a98332cfcc3df51e736958041d5c0393f1a0", "message": "Nicely classed\n", "proba": 2.2172898184180667e-07} {"commit": "6185b508e1566be03a4b40a825a26c46462ba4cc", "message": "fix docstring\n", "proba": 1.8441871361574158e-05} {"commit": "464edd617399b15c1174982417633cfc7338441e", "message": "BUG: Fix finding the directory containing the script itself.\n", "proba": 1.0855457333036611e-07} {"commit": "25e16d0f09e0192258208d6dce92e3fe7fd2ecfc", "message": "separated undo() into undoOne() and undo()\n", "proba": 0.019016291946172714} {"commit": "5e64005eae57f19fe7c1ceb15499f55128caecdd", "message": "Fix events polling\n\nSigned-off-by: Boris HUISGEN \n", "proba": 0.0006064833141863346} {"commit": "43ca747346a878df3b4571b648cef9f11117f4ee", "message": "adding method to get parameters\n", "proba": 6.633644034081954e-07} {"commit": "d401f42760dc1020bbe7918497b3dd1e540b1c53", "message": "[Doc-Fix] Add documentation support for methods using the `sync_wrapper` decorator\n", "proba": 1.7599676027657551e-07} {"commit": "d43306d36a32bd59533362b9147d0a72784b9108", "message": "Fix recurring transaction edit not taking account of start_date\n", "proba": 1.9101673842669697e-06} {"commit": "de2c3b69838e9625a729d00573ad483b68da8670", "message": "Fix image folder creation\n", "proba": 4.674391220760299e-06} {"commit": "a6d0638bcdb16ee6f2b7155256701fc55febae01", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "ce716a86ee5a2a8608651485e286cd8e559cfe8f", "message": "Use a consistent ordering when generating the formatter docs.\n", "proba": 1.4044309182281722e-07} {"commit": "e7f827bee2c6d5039f0408a59ae17f3a42251590", "message": "docs.conf: Set theme to default to get the new readthedocs theme.\n", "proba": 1.0476293965666628e-07} {"commit": "b6deefb52cb02a5baed54a0d63c3ceb6da95f956", "message": "Release 2.4.4\n", "proba": 2.107719154764709e-07} {"commit": "75387bf663ff3e3f7128c441f3cf091039db3c87", "message": "support host declarations without ports, default to 8046\n", "proba": 2.0666783484557527e-07} {"commit": "590b17bb6de0468bb477b194c87c5fb9ba73e25d", "message": "Only replace existing dotfiles on remove operation\n\nIt is possible that the dotifle is removed from the repository before\nthe remove is issued. In this case only the symlink is removed.\n\nFixes #25\n", "proba": 2.3218213129894139e-07} {"commit": "11a92441490ebb327447ef2d40cc8fe1ee0c5464", "message": "Calculate std of measured volts per volt and call averages means; resolves #5\n", "proba": 2.3548201966150373e-07} {"commit": "ee7fce1f3cebd0d7abc52ddf0acf301003ff3801", "message": "Fix dummy reset and its role in simplification\n\nNow the dummy reset core term manipulation method does not read free\nvariables from self. This could fix erroneous results when the free\nvariables has actually been changed when the dummies are attempted to be\nreset during the simplification. It also given the public method the\nflexibility to exclude some symbols.\n", "proba": 1.1550264389370568e-07} {"commit": "807cae544edf29169629dc69ebb585d436714fdb", "message": "Allow disjoint parameters in one block; close #28\n", "proba": 3.5328976082382724e-06} {"commit": "f2f581add48659300f38ebf98b4c0fd2f033d4da", "message": "change variables\n", "proba": 4.454045210877666e-06} {"commit": "4d19963680dfd39b8d9d17c77d8e4cca01cfac81", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "4de37be87cef9ac65e107db22ea24ce6af38ddc7", "message": "use toc_title as toc tree displayed name\n", "proba": 3.593624455788813e-07} {"commit": "f1689185d612fbdcc3234b15eb85e1cc909a0fb1", "message": "Adding ability to custom deploy only Spark\n", "proba": 1.9152516017584276e-07} {"commit": "85e1bce143bb6c9e81c4b68a666712b0b9b4bb52", "message": "ranking: proper adjacency matrix definition\n", "proba": 0.0003994061262346804} {"commit": "4b4ef26adba8ebd17e7b0540783f856faa7b78cd", "message": "non blocking on server socket\n", "proba": 7.996025033207843e-07} {"commit": "abe4b0fde541eddd8fff245ef45874bfc870ae60", "message": "[editor] add prefab support\n", "proba": 2.224813471229936e-07} {"commit": "5a5e97916d68c7fb04851f3b4e0253c3c9a18108", "message": "Allow Pvm field to go missing when importing question processing info\n", "proba": 1.3810823418225482e-07} {"commit": "c098822c430b7287b9c013ef7faff9dfccbedb9a", "message": "DL: get_box_center and get_box_size will not fail if no box is set\n", "proba": 2.103782207996119e-06} {"commit": "4c6d90f99ed032b9265e0113fd7f737c9515ead1", "message": "Use dtype\n", "proba": 9.408599339622015e-07} {"commit": "dab146988592a06be56695df466ca7815d58bd7e", "message": "Add support optimize=einsum_path\n", "proba": 8.642055036034435e-07} {"commit": "9505a203d8de6596f7bd9e04900652a613a7d998", "message": "util: rm dead network code\n", "proba": 1.2040803767376929e-06} {"commit": "064f178d9dcfb4f38c4a22db4a8a8006dadb88cd", "message": "engine/engine.py (handle_escape) : Return False if no change\n", "proba": 0.0008027539006434381} {"commit": "b32f78ad6806a136608308d3fbed2cd0e6ab80b6", "message": "bump to 0.2.0 :balloon:\n", "proba": 5.051783205090032e-07} {"commit": "9c75bd0c8ecf4848faa569c9dd9ac78ce9e108da", "message": "no need to print psths\n", "proba": 0.0006319339154288173} {"commit": "479328cb9c92dd34642f6e3805bc065395c900e3", "message": "Corrected typo in message\n", "proba": 5.591403805738082e-06} {"commit": "2d83a699d431cc569ec51ba58453e9d982da1325", "message": "plotlyprep renamed with underscore\n", "proba": 2.7264079562883126e-06} {"commit": "2ffa87ea34a3d54bf869b4f7d01b991353dcc4a6", "message": "feat: added erpnext doctype via hooks (#16930)\n\n", "proba": 1.022013194074134e-07} {"commit": "aa88622a4db5fbf0823c7cd7d77a6701603db01f", "message": "fix model tests\n", "proba": 7.528712444582197e-07} {"commit": "27ffc00b7f39f26849feb554f02061ff6b8d7eb0", "message": "Removed analyzed file from list of dropped ones\n", "proba": 1.8398465329028113e-07} {"commit": "4a617b607d156f28e1f099894278ae0798b256ac", "message": "Add generic Octave error test\n", "proba": 3.7078294212733454e-07} {"commit": "5057629b29afdfa9f8f5bb1f2fc7d274660912f9", "message": "Adapt cleanup_period_in_json_or_python\n", "proba": 4.453673318494111e-05} {"commit": "31b6aaf0d8ee74acfeacfd9b6385330bf47d36ac", "message": "Clearer logic in getOPorUserServices\n", "proba": 2.173812561068189e-07} {"commit": "ceddc515306ca66b9caa061fa8f01de963dacfe7", "message": "Raise PanoptesAPIException instead of StopIteration\n\nin PanoptesObject.where()\n", "proba": 2.595022579043871e-07} {"commit": "e85ccfa0ae42f56be5a292f9c0bff37c34d7ece0", "message": "Added function to strip RGBA image alpha channel\n", "proba": 1.514770957555811e-07} {"commit": "32e1856891440e3d4902a668f14c968428cfb71f", "message": "Fix auditor mixing view; was the wrong event for update\n", "proba": 2.589909627204179e-06} {"commit": "89bd24c0b54f9723704fc0b2307fb49ed693fa12", "message": "prioritize is now optional, removed exporting to a csv file\n", "proba": 1.5221563387513015e-07} {"commit": "4a41f543d413326bfc9ff21bd850824ef1230607", "message": "Modify comments in ResourceLoader.py\n", "proba": 2.393171882886236e-07} {"commit": "cb30b84b646fc502571932aff8d566c066fda89f", "message": "Add pax version to ClassDef\n", "proba": 2.6181305656791665e-07} {"commit": "45b29151908fba7ad5019977a33a73e8cbc9f893", "message": "bug fix: wrong params feed into sql importer\n", "proba": 1.3619888932225876e-06} {"commit": "64eb1792e3adf8df92d263ce15aa7a92195fcfb9", "message": "build-3x3: --greedy\n", "proba": 2.852219495252939e-06} {"commit": "6e457eaa71e9aa8351cf0c10244492617254f3f2", "message": "Auto guess the length of the table\n\nRemove deprecated methods\n", "proba": 0.00441224267706275} {"commit": "53a271b8191a561a1d922b914e38d2c5de1377d6", "message": "added back the old registration code. TODO: make sure the orientations are correct.\n", "proba": 1.0770630609613363e-07} {"commit": "7a51797cf3042d58188d40a8da808e5cce239f63", "message": "I may do some more commenting, and testing when i have a full dataset, but I think this works\n", "proba": 1.479963600559131e-07} {"commit": "20a527d64503ad768cd89c779f9a205c59adb31e", "message": "add back max_time to reflect existing tests\n", "proba": 3.403248456379515e-07} {"commit": "bdc71c195633ee41f5aff44431f0d4141745d82b", "message": "fixes a bit the logic for recursion\n", "proba": 2.54033739111037e-06} {"commit": "8342e19e94da442a0f1b1466c09cc054aa5a7b60", "message": "Added Syslog code, commented\n", "proba": 1.2573879359933926e-07} {"commit": "9fc609a23a18c28f4f544e1f537a2f6d7f799f55", "message": "Fix timezone conversion when target time is invalid (DST missing hour)\n", "proba": 4.40454350609798e-05} {"commit": "a4a59cce1482e6b7ca8ecfe9001c00d905802de0", "message": "add grafana4_org salt state\n", "proba": 0.9991734623908997} {"commit": "5e9cb403f1cb45c0a9ce191efbf501e24c3cdac9", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07} {"commit": "d1b92ea4a975622f5c3dad1be116827c296276a9", "message": "Bumping to version 0.4\n", "proba": 3.69336675021259e-07} {"commit": "7315f95dbca87818175776f821f51180dab0f8a1", "message": "Remove line that caused error.\n", "proba": 1.1395526371416054e-06} {"commit": "61527cb2d3279a33354565444e7274fe5086af10", "message": "write_newick with a labelling style closer to treemachine\n", "proba": 1.680521535263324e-07} {"commit": "e104b3c281c1bffea9667ccba0a9328c89c16e49", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "99bed22b851d3dca2190f4e8f3546a9e38906938", "message": "fixed requirements.txt\n", "proba": 2.9927542755103786e-07} {"commit": "aa80c6894d0e0396f0b19b8a099e05621f700bc6", "message": "Explicitly raise if filepath is None in ast_from_module_name.\n", "proba": 1.557711044597454e-07} {"commit": "d2e35f8820d5f787cdf929f3cbedeb8ea1a219a5", "message": "try this\n", "proba": 9.005214451462962e-06} {"commit": "64ae3b94f5891d9819132899edcf15441f2ca9e2", "message": "more cleanup\n", "proba": 1.3725896508276492e-07} {"commit": "0c889b215645a295c739c2c11388a835e3e148ae", "message": "Ensure request avlues are always empty dicts if not set\n", "proba": 2.4978825763355417e-07} {"commit": "2577aad970dde9c172eddf82c2f7ce129770ad49", "message": "Prevent logging.setup() from generating a syslog handler if we didn't request one (breaks on mac)", "proba": 1.2845204366840335e-07} {"commit": "2cc990de735ea6236f233e50a5fcecc48f6e2e3b", "message": "added SaveDefault form to save the default values even if they are not changed.\n", "proba": 1.0915981363268656e-07} {"commit": "6ff68b0d888ae49ba57e45cf7523a168ba8b508d", "message": "Added layer preview\n", "proba": 3.4734475207187643e-07} {"commit": "011f013ca468cccbd8fa31d9df11947f6df8eb2f", "message": "removed the double dash line in error message\nswitched error message text\n", "proba": 1.1518884548422648e-06} {"commit": "cc404ed5d18d099b602ac763f3b3f8971436931e", "message": "Outlier filtering is not necessary with 1-norm calculations. Bump information penalty parameter\n", "proba": 1.299520704378665e-07} {"commit": "142f747795f1b777265e767666b1eacfbd6aa339", "message": "Makin the queues non-durable by default", "proba": 0.00010226532322121784} {"commit": "ea97f0c60779441dedce0fbdeb13f810295218d3", "message": "fixed empty submit bug", "proba": 2.3410048299865593e-07} {"commit": "cdef2fffe38b7c8efc5ab2370eec8440d6ac3a81", "message": "fix failing job due to large numbers of objects\n", "proba": 3.655507680377923e-05} {"commit": "5077270e9c4633d8f7756dfa77ad2d5bb0574fa5", "message": "Small fix to issue #16\n", "proba": 1.1755539475188925e-07} {"commit": "f64f9573a699d047679632ef9cb0b3ab56c6f599", "message": "asyncrpc version 0.8.9\n\n- cherrypy bus exiting ...\n", "proba": 1.0541336337155371e-07} {"commit": "61fa51a36462ec994a80663177a5200dc131781f", "message": "Fix another bug with new histories\n", "proba": 2.3524185621681681e-07} {"commit": "2c7bbad103e9e67707024ac654a05c812d6001fc", "message": "rename /item/ urls to /items/\n\nalso added the character creation url ^_^\n", "proba": 1.287106528025106e-07} {"commit": "433207b5153dfd8d39a4e9cdc40e6b592a0a9dfd", "message": "Remove unused tests.\n", "proba": 2.0381855847517727e-07} {"commit": "be4b827556b456d7f84d502fcb0c14eda256a597", "message": "Add documentation to check_nbextension, and switch order of parameters to be consistent with install_nbextension.\n", "proba": 1.0462136401656608e-07} {"commit": "92affbab9ca5c6fbf8e3050491bf35c34c886d65", "message": "indent correction\n", "proba": 1.032107957144035e-05} {"commit": "a3397d53798f09d77871c1a687c130ca3efa2b70", "message": "1.4.1\n", "proba": 0.00016838473675306886} {"commit": "06c3fc06d4a084a4e9d3b8b2787666f6e0ba8870", "message": "Fix race condition with Order creation.\n", "proba": 1.1142070377445634e-07} {"commit": "372a10b5baab0111f9360e0187b1864521b08e50", "message": "ipdb: fix formatting in terminal.debugger\n", "proba": 8.393358439207077e-05} {"commit": "2563eb590ef02526253d771d9576684dc96e5791", "message": "atest/genrunner.py: extra column headers on test case heading row\n", "proba": 2.3576696150939824e-07} {"commit": "7a09218cc0f8db27a5f1ac5194dfa5d767143a6b", "message": "permissions: skip check for not existing paths\n", "proba": 3.620228028466954e-07} {"commit": "fb1b083c61343c78eabfde692cfa5ee828f46148", "message": "dirfixtures: syncing up with origin\n", "proba": 9.488742875873868e-07} {"commit": "bf57a04e2ced48638a37b5dd59ef5c617102f01f", "message": "Corrects the data validity check and modifies the examples\n", "proba": 6.979967110964935e-07} {"commit": "d88383e84be2db39d6e4c7d83160d778a3b697ae", "message": "[fix] correct OpinionMEP to OpinionREP\n", "proba": 2.3697957658441737e-06} {"commit": "50a10a20d601f82e2d484d890ad7ab9b4dfeb112", "message": "[ENH] vate's score average calculus in views\n", "proba": 1.4457093300279666e-07} {"commit": "078397e6584b958dc5e6b52c6d330626a6c4eac9", "message": "Fixed bug regarding creating links\n", "proba": 1.5683988863202103e-07} {"commit": "8197a46c48fc145f2598e58cceebd0a34ef1f83d", "message": "Debugging\n", "proba": 2.1159132757020416e-06} {"commit": "0e3334c0132727fe5ef2367fad9c7f4fe7bd27e4", "message": "Removed data files to allow rootless install for CI testing\n", "proba": 1.374752542915303e-07} {"commit": "c68f1969ab487f4d08ec1da75c02ec7bd810a788", "message": "service sensor update\n", "proba": 2.8558619646901207e-07} {"commit": "b5c4be877fa2bbb5558b69ab14fa2d088ca12255", "message": "Fixed some naming errors and extracted parameters for wah-wah function\n", "proba": 3.3832401413746993e-07} {"commit": "46d66f09d6f4ae366eee8c8a33041c1131ececdc", "message": "fixes #10\n", "proba": 1.9401393558382551e-07} {"commit": "dceb2eb00ca5b7d545bdbd0a2360d021ce8ca225", "message": "More explicit documentation of EOF handling\n", "proba": 1.1596421245485544e-07} {"commit": "cedc46a9b0b1bfaa6ea70191df819df7c369fb95", "message": "Signed-off-by: theDarkForce \n", "proba": 1.27050725495792e-07} {"commit": "b35eb1dc8a8fec56048582140b3b3a3c4e4a2d25", "message": "added views to support subdomain login/logout\n", "proba": 2.1323243970527983e-07} {"commit": "00826b8c7efb7be5d26d3047bfa10e0e019fc580", "message": "tests for humanize filesize\n", "proba": 3.7641186168002605e-07} {"commit": "5b521ad48f1d9c493609668198d0817a6309bed2", "message": "Add helper _optffistring()\n\nFactorize this small code, which is repeated 3 times already, and will\nbe used further.\n", "proba": 1.385722470104156e-07} {"commit": "6c9abcab8fedc11c729fe8f203d252d8204775d2", "message": "Added transfertype to FileSpec indata - REMOVED - will add accessmode instead later\n", "proba": 1.3126513920269645e-07} {"commit": "f7fbcd19cb0d318cd420b2e4923573e10e7add91", "message": "Removendo adicionar pq foi desmembrado em commig anterior\n", "proba": 6.246124826247978e-07} {"commit": "fb942d441be098423fbbce77dc3b2a1545c7debd", "message": "Update Convert_OpenArray_CSV_to_VCF.py\n\nProper end-line formatting", "proba": 2.1708159692934714e-05} {"commit": "1318a2fc551615d1e1493e9373ab09dc477868c0", "message": "Clean up pylint warnings in TemporalMemory\n", "proba": 1.2741417094730423e-06} {"commit": "54bad8c3ad1ef5aaa99dd66aef76bd1b1e004685", "message": "Undoing a change that didn't work\n", "proba": 2.7658322778734146e-06} {"commit": "ed233e344838bf15d02ce4cdbe8cc116ccb16289", "message": "Remove git-pip script.\n", "proba": 1.6579359396473592e-07} {"commit": "558bab5deafb2306ff14ce794e84629e0d433173", "message": "Add sentence piece tokenizer in tokenization.py\n\nPiperOrigin-RevId: 284624714\n", "proba": 0.9998869895935059} {"commit": "562284a369bed9064a7507af72ad03b6e055096f", "message": "updated Product name\n", "proba": 3.1540066629531793e-06} {"commit": "2eee6e28d2872f4cfe0bc8ea2e56d976a0b12905", "message": "index=true for logins\n", "proba": 1.3572803254646715e-05} {"commit": "dec5bf8cefcc21c1363082fb1d2eb75a32b78af3", "message": "using pods\n", "proba": 1.130951090999588e-06} {"commit": "50a681095bff613b8a9502e0e7b93610777bd432", "message": "default data added\n\n", "proba": 6.596700359295937e-07} {"commit": "c7760541c1e7c4d6708310d172e9daa4f722ade5", "message": "fixed typo\n", "proba": 2.684115770534845e-06} {"commit": "b740fc850880cf867bf4d66d50d14807854d4adb", "message": "Reverse backup timeline order. Fixes #967 (#994)\n\n* Reverse backup timeline order. Fixes #967\r\n\r\nSigned-off-by: Colin Schoen \r\n\r\n* Remove [::-1] instead of changing asc -> desc\r\n\r\nSigned-off-by: Colin Schoen \r\n", "proba": 1.952568311480718e-07} {"commit": "4a67154b3f219145660ab1a3580b924f7ff60395", "message": "Move extras handling to preprocessor.\n", "proba": 1.2120190717723744e-07} {"commit": "dc59b524fbf689599a0e6e81566d1c33943d81da", "message": "fix search params without foreign key\n", "proba": 5.338863502402091e-06} {"commit": "4a7f6edeae30b371cdea806bc68c0333ec35ee2a", "message": "Updated the pickup function to ensure the item is removed from the room once in the player's inventory.\n", "proba": 1.0050098353531212e-07} {"commit": "33a05876db3eb41ec94c74cc6a6feab3896266de", "message": "Added more details to operation declaration exceptions\n", "proba": 1.1912784003698107e-07} {"commit": "5b4a52129dbbd3beea242c8093acc8eb0e9d918f", "message": "adding debug statements\n", "proba": 1.2694139286395512e-06} {"commit": "58ba2374aba11dcd111fbb99e2d392eb3613ac78", "message": "remove debug statements\n", "proba": 0.0001022826909320429} {"commit": "2a227a1eb357dfc1a2df2e1f77453b6554c39140", "message": "added attribute 'enable' to KeyPressFilter\n", "proba": 5.69458052268601e-07} {"commit": "242902058994c3a72ca1a18a4442156184a96a6a", "message": "Fixing style errors.\n", "proba": 1.9865235856286745e-07} {"commit": "73e90dda4b327c7361eb2d0fb5c1a51e9032fe5f", "message": "group settings by their ability to be configured at run-time or are static in nature, re #1631\n", "proba": 1.1314230619063892e-07} {"commit": "f373df7bd43ebe2c557f16c9e0c139975b63396c", "message": "update helptext to clarify adding links\n", "proba": 1.5053211654958432e-07} {"commit": "fdf57ac2052618712baa8eeb83c97cc95f21de4c", "message": "updating server\n", "proba": 8.911546274248394e-07} {"commit": "d29473e55e030631f55227e44d11afca3d1e4759", "message": "convert(): Added parameter \"autoclose\", which should be a sequence of\n\tgeneral identifiers for which closing tags will be omitted\n\twhen SGML is generated. This can be used to tell the markup\n\tgenerator to drop stuff like . Note that it needs to\n\tbe possible for the closing tag to *always* be omitted for it\n\tto be included in \"autoclose\".\n\nmain(): Added command-line option \"-a\" / \"--autoclose\" to set the\n\tlist of general identifiers passed to the convert() function\n\tas the \"autoclose\" parameter. The list may only be specified\n\tonce (not additive) and GIs should be comma-separated. The\n\tdefault list includes only \"para\".\n", "proba": 4.4096316287323134e-07} {"commit": "12511c1cd0b5ec67a56000e7e04fe4e9a8e60397", "message": "implement getFileVersion and getFilesInTrove\n", "proba": 4.7207035436258593e-07} {"commit": "d9e6a6afcebdf845f2b9257865b64a2794b75647", "message": "correct resize option\n", "proba": 4.7938556235749274e-06} {"commit": "79d72855dfa7253631d8ee7d6a8d7bb104c98b54", "message": "Prevent access to non-friend profile\n", "proba": 3.140321496175602e-07} {"commit": "bf32290df010d5d7aae2d7249fcfd98b183f7644", "message": "Handle early detection failure\n", "proba": 8.494176881868043e-07} {"commit": "b4eaab946d99706227841420b7b67c158bcc6bd1", "message": "fixed file not found error\n", "proba": 5.591919602920825e-07} {"commit": "d8474f9212fcdadeb153718219b14d4229cc051d", "message": "dead code removed\n", "proba": 2.921751729445532e-06} {"commit": "ccb3cc45aa4eebed27f161d6a903d67beb340f25", "message": "Corrected another minor error.\n", "proba": 1.3216603633736668e-07} {"commit": "4bb60dd8b2fdc8c013da1de351bb4236e8ecc99f", "message": "Remove redundant check for end state being reachable\n\nIf the transition's start state is reachable, then that transition's end\nstate must also be reachable, by implication.\n", "proba": 2.8088757972000167e-05} {"commit": "911686581e4b1473380f15b6f5e4d1a283a45a84", "message": "Avoids repetition by handling serverinfo as a dict\n", "proba": 4.427363364811754e-07} {"commit": "f3d75cd2da6cb804eea72033954ce3876d7d734b", "message": "Handle 'limit' ValueError in TagDetail\n", "proba": 1.154013943960308e-06} {"commit": "f816c32eeb0be348ce7bee0c9ebe0731c8b722f0", "message": "Refactor add_publish_knob\n\n", "proba": 5.393073365667078e-07} {"commit": "b4aef5b5bce2f7eb035e33dfb38192f9f9e1833e", "message": "Nuke: removing unnecessary logging\n", "proba": 2.013797711697407e-06} {"commit": "4b3212c0766be7ae0539d910aaad6f34e48337a6", "message": "[IMP] better exception handling in case of missing asset\n\nbzr revid: fme@openerp.com-20140425132804-e0dbsl5t2sod7kv5", "proba": 5.526645168174582e-07} {"commit": "ce029f887e04f5fd79dbecec93f4258df2b63c8c", "message": "[FIX] ir.rule: must eval the rule domain as user, but browse the rule's groups as admin\n\nbzr revid: odo@openerp.com-20110601135526-gk7zfiylnhlpvlod", "proba": 4.3904927338189736e-07} {"commit": "0a61101112fdbd65362218689ee79361841fcd50", "message": "added postBid endpoint\n", "proba": 2.3735836407468014e-07} {"commit": "1ad1dba665c3ade0288325f3b7e639cd5a3f1a81", "message": "Do not reduce the logic tree in case of sampling [skip hazardlib]]\n\n\nFormer-commit-id: ae26c491c55fe8af1489570a68ffdb4f3809af1d", "proba": 1.6016650761230267e-06} {"commit": "9014b98bc77af9be60a217b07b819dbd251fef20", "message": "Escape regex\n", "proba": 7.264815394592006e-06} {"commit": "6575d40b22b566c5bd4df18604088dda15e86e43", "message": "fix orderparameter to use Configurations not Snapshots\n", "proba": 7.417685992550105e-06} {"commit": "2aaf93aad047ea4c3cf77ad284ee63827a2166e1", "message": "Signal now supports non-hashable senders or PK-based hash\n", "proba": 2.622401211738179e-07} {"commit": "e0003c5a522c11b567f5a88b103e1d51ec7b1164", "message": "Remove prepuppet\n", "proba": 5.383936354519392e-07} {"commit": "9eef1427d9d81396c7166b68e085be7126947a05", "message": "only downloads if file is not present\n", "proba": 2.894032036238059e-07} {"commit": "255fe6c3b5c456444654431d50ec0392c31b9567", "message": "Fix in contrib/gtk: Overwrite `unicode.__new__` rather than `unicode.__init__`.\n", "proba": 1.6567885552376538e-07} {"commit": "213d8e03eb532b5b9f174ec14454308f1945cea3", "message": "Add methods to parse celebrity IDs.\n", "proba": 1.3494074835307401e-07} {"commit": "5eff8c32e84f66b295c55f5f65dbae2e44c5ab5f", "message": "fixed\n", "proba": 9.654138466430595e-07} {"commit": "da5c9866903262acf3546c040ccca4452a943c71", "message": "version 0.4b4\n", "proba": 2.7474297894514166e-06} {"commit": "0eaf4804a7f971998092caef558cd5aa80c8c771", "message": "Version 0.3.18\n", "proba": 3.220272333237517e-07} {"commit": "f731481a1332b267171f26f4ad42f0d40e673895", "message": "Switch order of _Taker and _Excluder\n", "proba": 2.6304305720259435e-05} {"commit": "17ed149a9b195449135455c9053e546d6643b56b", "message": "Updated the licensing dates to reflect multi-year.\n", "proba": 1.237004028098454e-07} {"commit": "dceb0c0e2a23b8b0a2e36dc652c060f0e06f033d", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "e20c7c9051bae6fdc6595ae79f05c1b3460866ec", "message": "to support hive\n", "proba": 2.222442674337799e-07} {"commit": "ec1c15755ab26d86ee32147d3b466aff22d4825b", "message": "adjust URL patterns to accommodate non-ICPSR ids\n", "proba": 3.1137977885009605e-07} {"commit": "ff4bacd78139b8fbaaa1733e757a9ab820f656f1", "message": "Correct license header of the gdb pretty printer\n", "proba": 2.4048949853749946e-07} {"commit": "f1043fd929acf11921189eeb6772492f026264a3", "message": "improved automatic mode\n", "proba": 5.452988034448936e-07} {"commit": "731231e502ebc39165dcf8fbc4a93f68e50990db", "message": "TableForm: misc docstring edits\n", "proba": 2.7964131277258275e-07} {"commit": "fb17d337ebf9a6d8171334b9a703f925c94d03f5", "message": "demo use accordion formset style\n", "proba": 1.9031925546642015e-07} {"commit": "73f91451fc923d7d28398017fab4f1cd630b95bc", "message": "Fix output file names in iaf_pop_demo.py.\n", "proba": 3.2417322017863626e-06} {"commit": "fd73791c58dffddb2e860a934e2e957833e1f243", "message": "deploying to EC2 should also run command to add App entries to db.\n", "proba": 1.0988195953132163e-07} {"commit": "000ab2f1e98fd82eb61f0b36d2117e246a5c92c3", "message": "Fixed bug for no results\n\nfixed bug where if user search term returns no results it will crash ", "proba": 9.940608833858278e-07} {"commit": "08cb7aa84d5ceb8c0dcd63125d2bce9ac43c7e17", "message": "minor fix\n", "proba": 3.935496124540805e-07} {"commit": "1120180e1b8eb0b92436ccf156b1d98707a64b0d", "message": "Added multi channel send support\n", "proba": 1.6709775252365944e-07} {"commit": "842343fddad5c893b84ea6e4ade18ae4c1cb14e9", "message": "removed useless import\n", "proba": 4.282349834738852e-07} {"commit": "1651cb5b0374cb798ff029468932f057923353b3", "message": "Add server side validation of username when user login\n", "proba": 6.806399710512778e-07} {"commit": "5895fc345c970d49e68bef89b07de91689f875fd", "message": "Change theme templates directory\n\nMove theme templates into 'templates' sub-directory.\n", "proba": 1.1830442048221812e-07} {"commit": "d4bf88db86185890af341e688d0f6a653f4f0d6c", "message": "clean up\n", "proba": 1.0365005209678202e-06} {"commit": "9ef375468233a4a139c4fcb5fb9cf7b4cba808db", "message": "Use bulk_create to create sent messages.\n\nPreviously we were doing 100 queries for new messages being sent to\nthe main hacker school channels; they were faster than many similar\ninstances because they were all done within 1 transaction, but still,\nsend_message_backend would be spending up to 200ms (and 148 queries)\nquerying the database with the previous code on prod; this new version\nshould do a fixed number of database queries per message.\n\n(imported from commit 3799e63aebb6f017932ddb0fe1f6209281c0ddcf)\n", "proba": 2.6869306566368323e-06} {"commit": "e4e5578e816f4ed9117f85eaf2f70566ead9a04b", "message": "Make most LiSE.engine imports local\n", "proba": 0.0013343760510906577} {"commit": "393ffcb318942b66d519cfb1042bdba82727dc64", "message": "actions: Replace SizedTextIterable with standard Collection[str].\n\nSigned-off-by: Anders Kaseorg \n", "proba": 1.3482009819654195e-07} {"commit": "8948d60517ee0b4f405718122b055b933b7436ba", "message": "Add ``perfectionist`` option to ``Engine.apply_choices``\n", "proba": 2.948405608549365e-07} {"commit": "f38e7b093dd80c83e34b9a93d5cb948c6908de56", "message": "Fixed dragging of threshold in PCA widget\n\ncleaning the code\n\nMade PCA threshold more visible\n\nminor fix\n", "proba": 1.1764354468368765e-07} {"commit": "39368e9660ded1f098fd5e7a9668c5d1e8e7b817", "message": "Path: cache dot and dotdot pathes.\n", "proba": 1.3152653366432787e-07} {"commit": "64a7184bc10483bfc13ae1a256395d5f55ad2e50", "message": "another API to connect\n", "proba": 1.307070078837569e-07} {"commit": "234b5fa21b02e3d002d9407167f008e577d03450", "message": "actions: Remove dead pick_color function.\n\nWe've been using pick_color_helper only for a long time.\n", "proba": 2.1093781299441616e-07} {"commit": "416362772bc1f56e860b8d92f815b3aec26c81f1", "message": "Make EngineHandle remember what branch and tick it's time travelled to\n", "proba": 1.3831821377152664e-07} {"commit": "e2c7d9e8caa4364cd5e7c76dbd593856ea3df03b", "message": "Do not crash if pearson coloring is selected.\n", "proba": 1.1014235923312299e-07} {"commit": "bcb8266b100dad805e58fa37cd4f9af633a595b0", "message": "Stringify environment values and commands.\n", "proba": 4.421478934091283e-06} {"commit": "4c7dd971d0e1b49cb7f0fcc52c456935ed29a010", "message": "embedded bots: Dispatch all config data on update event.\n\nPreviously, when a user updated the config data of an\nembedded bot, only the updated fields were dispatched\nback to the client. Dispatching all config data fields\nmakes the client updating code less brittle.\n", "proba": 1.226879078330967e-07} {"commit": "cfbeb2a32d291b22321c0371cefe5adcc19fd599", "message": "Remove >= py3.8 shutil arg\n", "proba": 7.009418254710909e-07} {"commit": "8f445506d3ae01175f7dae5c7f610472b02fb1f7", "message": "Bump to 2.5.5 dev.\n", "proba": 1.1124657817163097e-07} {"commit": "b73767fa8ce36e02620a2d9bc66663d8c8d15183", "message": "aded key result url end point\n", "proba": 4.989091735296824e-07} {"commit": "b10aa62b1b01ab50cea9c4b61bbabe80d7b9b2e4", "message": "fabfile: Update Ubuntu AMIs\n", "proba": 2.462221289079025e-07} {"commit": "eace3819662096720d19f8c4bf515788b780bd4a", "message": "Moved get_info() up.\n", "proba": 1.1228730301127143e-07} {"commit": "741ed4b904d13e2902f8127f07be353b7b0ab43e", "message": "allow members of an org to create labels for orgs that they are members of\n", "proba": 3.0990327104518656e-07} {"commit": "f14573629e367a654536dd4ea295ccc370095773", "message": "Use kwargs for shipping repository method calls\n\nThis is more likely to be backwards compatible.\n", "proba": 1.1750876893756868e-07} {"commit": "3889554977af792338140b93099bf4bb472ffba0", "message": "refactor: Extract send_peer_remove_events.\n", "proba": 6.242623271646153e-07} {"commit": "91ada7e2644ecc6e19bbc15e792c4cccf9cbeb4c", "message": "test_trashcan() and supporting class Ouch(): Jeremy noted that this test\ntakes much longer to run in the context of the test suite than when run in\nisolation. That's because it forces a large number of full collections,\nwhich take time proportional to the total number of gc'ed objects in the\nwhole system.\n\nBut since the dangerous implementation trickery that caused this test to\nfail in 2.0, 2.1 and 2.2 doesn't exist in 2.3 anymore (the trashcan\nmechanism stopped doing evil things when the possibility for compiling\nwithout cyclic gc was taken away), such an expensive test is no longer\njustified. This checkin leaves the test intact, but fiddles the\nconstants to reduce the runtime by about a factor of 5.\n", "proba": 1.1237531225560815e-06} {"commit": "d6ccccc7e441c2e52cace390c51d59cc75a1dad1", "message": "[statespace] make predict comply to gpy standards (no confidence interval)\n", "proba": 2.807486225719913e-07} {"commit": "7dc4a5e419996f3bbe0a6c53ce000d322f171efc", "message": "Command line options included in the settings doc\n", "proba": 3.0452019927906804e-07} {"commit": "2c03a528e46d44fb0479c59ac8b038e75fbff037", "message": "add \"path\" attribute to RobotStatements class\n", "proba": 4.6109880713629536e-07} {"commit": "32e5754ccb55f7882ffa21538195fe4160d5e22e", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "a8d66fd978c0c464f0d71d0df9c497c0c4e6c719", "message": "Directly collect the information needed for Apple+Xcode testing.\n\nRELNOTES: None\nPiperOrigin-RevId: 364986436\n(cherry picked from commit feaae213cb6a5af28f83a7ac550d70acc680e5a4)\n", "proba": 6.236393232939008e-07} {"commit": "0fba625ceda1bdad2c8be261986b93d66fecded2", "message": "Fixed some documentation issues with snmp monitor.\nAlso fixed bad metric line format.\n", "proba": 1.0312516707244868e-07} {"commit": "77211d5bbb9b808bce44fb3553c689a8515cc52b", "message": "Actually fix IndexError (#26)\n\n* handle if there is no underscore in test name\r\n\r\n* fix exception for python 2 and 3\r\n", "proba": 1.2387694141580141e-06} {"commit": "7a084bd0163c642c969133ab75a74100c10a8ecd", "message": "added assert message, fixed DSIG issue\n", "proba": 1.692658884167031e-07} {"commit": "82cf74f21a9f74c55b29cba14d0cc907fa5c0984", "message": "adding support for downloads in parallel\n", "proba": 1.7652307349180774e-07} {"commit": "4ae2ae5005eb92e373015473b6f924a9edc4d014", "message": "gather_subscriptions: Avoid fetching full stream objects.\n\n(imported from commit 3052dd9c1df050e217949d36259416bc38469674)\n", "proba": 3.443502691879985e-07} {"commit": "fa48f72cffe3a95d96c34094cf4945b79402e007", "message": "M-x untabify\n", "proba": 3.753250712179579e-05} {"commit": "9456b0a3322b6166b6e9d4e17423d4e063134427", "message": "Refactor DataBrowseView\n", "proba": 1.198866925733455e-06} {"commit": "a68df5d5479ab94f0a6ee3af91a69fc68ad65e63", "message": "Optimize import\n", "proba": 6.2738886299484875e-06} {"commit": "bf2b3b765f72719f00c4cf7cdd449dd2117e737d", "message": "Creating new records with negative IDs and their dependencies now works\n", "proba": 1.840566028477042e-07} {"commit": "40894d985d49ea06b0276ecd0f8d817835a88f64", "message": "Fixes issue with importing classes in Python3.4.\n", "proba": 1.1246113018614778e-07} {"commit": "182282d5b9cad4de6b9bcbaded0cf696327da636", "message": "ipdb: remove unused variables in core.debugger\n", "proba": 2.4725943603698397e-06} {"commit": "1223eb60921071035aa80c52388455fe11332d56", "message": "don't call shutil.rmtree on preexisting UFO, defcon does it for us now\n", "proba": 1.122457646829389e-07} {"commit": "b2d9851dc932743da6814661744238dfab6718f7", "message": "Bump version to 18.0.0a3\n", "proba": 2.3380462721434014e-07} {"commit": "436ef0e05a83c2be8dd00acae3f6b850207b64d7", "message": "Delete methods.py", "proba": 2.0948129986209096e-06} {"commit": "f3b72c327b066de15bb3033918055dd2e4dcbbd8", "message": "ony enforce managed policy if we're in strict mode\n", "proba": 1.673797385137732e-07} {"commit": "44e80868c22491d28fb281d7089c036f8770b299", "message": "Fixed typing mistake\n", "proba": 3.160202368235332e-06} {"commit": "d708275840eeca6467f3bac9879b2654866ffaf6", "message": "Don't reuse variable\n", "proba": 7.178987289080396e-06} {"commit": "0965eb0d64094aff6cd6a2bb0c3df48cd7cf7270", "message": "Tweak transformations again to pass new tests\n", "proba": 1.2505022084496886e-07} {"commit": "9d3f85b600e245e29d2c4d18193d48cd21cd8735", "message": "Fix the breadcrumbs in week view if the week number is less than 10\n", "proba": 0.9999992847442627} {"commit": "44fa3c465ae98795d9415d6cc6d91b7cf39ad310", "message": "Do not raise self.skipTest().\nskipTest() already raises an exception.\n", "proba": 2.6596873681228317e-07} {"commit": "bc778c145170a808d8c6f5a0a8223262e2e8ab6e", "message": "Prevent a Part from both having variants and being a variant of something else\n", "proba": 1.0891041029026383e-06} {"commit": "7dbe03fcbbbf57ec9380eb9a1c24b5fd9f6594e2", "message": "Fix tests on Python2.7 xmlrpclib.Transport.parse_response calls 'getheader' on its response input\n", "proba": 0.0004191827028989792} {"commit": "127368d47f261cacd58b9eca391976b71b438461", "message": "ignore coverage on ruleset checks\n", "proba": 4.4877867821924156e-07} {"commit": "0d1e1462df0905b4609bbea660c67480cf0b799e", "message": "tweak memory consumption\n", "proba": 6.689090810141352e-07} {"commit": "c8e0c908af1954a8b41d0f6de23d08589564f0ab", "message": "Fix undefined variable", "proba": 0.9660992622375488} {"commit": "b3df8c11ae63a80d556694d007405894d6f5d396", "message": "Change mapnik tile generator Python version back to 2\n", "proba": 2.207817715316196e-07} {"commit": "73ae5903c5fd9b5623ff9c92b99abfc91350ac2a", "message": "Automatically soft delete replaced objects\nA warning is logged when this happens\n", "proba": 6.019255351930042e-07} {"commit": "a0dacbd88463ad1c568b037ec58a6edf7bd1ca8e", "message": "Implementando carga de datos de plazas #19\n", "proba": 7.66977450439299e-07} {"commit": "77e39ec23aafc2c32bafaf9b0857a91ac90ca23a", "message": "Bump the patch version of uproot\n", "proba": 5.548101285057783e-07} {"commit": "0bed95038ac25a193f00a2ffa6279b2c8bd141a0", "message": "* Adding URLLib parse again\n* Use on_data instead of on_message to differentiate bytes and string\n* Fix error requests\n", "proba": 1.5167586298048263e-07} {"commit": "6f4a4b1472ea471235aa5b3f9d31dc5babfd2ddb", "message": "Correcting urls.py error\n", "proba": 1.2556311958178412e-05} {"commit": "2252d95e223f4f510aeb119668a6aef32e6df6b3", "message": "Fixed elif statement.\n", "proba": 1.4225831534986355e-07} {"commit": "1edd78ba35075894229443a6565d6a5aadd140cb", "message": "Implement pull requests\n", "proba": 8.648189009363705e-07} {"commit": "0da78f4b27d101b3898e3133d52d62010ed8ce0b", "message": "functools.wraps() the dns emulation routines\n\nChange-Id: I660be12500dccadafa377da9ea5dad5f1ccc578d\n", "proba": 5.1827268180204555e-05} {"commit": "31d0cabf6ba5a167bad952de000e3603f9f3d148", "message": "Genetic alg almos finished.\n", "proba": 1.3578863899965654e-07} {"commit": "b138c05f72d8408282a0962a7e3761bcd33d1020", "message": "Action::Optimize should be close to complete. Logic is cleaned up.\n", "proba": 2.4778438501016353e-07} {"commit": "98e7b4fed562ce170506f812c013cb3ea521072c", "message": "Added check that moved event is not empty.\n", "proba": 1.1290592283330625e-07} {"commit": "b6a6a4e8febf2bb200404f4e57d9c24789b847a1", "message": "get id from index rather than column\n", "proba": 1.532809392301715e-06} {"commit": "7d42696b6285c855d7435e36066daec532580991", "message": "Syntax fixes: py.test/standalone, assert\nFixed test for wrong page element\n", "proba": 2.8448471312003676e-07} {"commit": "9db578dddfa1f4d47e5da590372ec23635d12209", "message": "ARMv7 only supports GICv2 so we need to explicitly define it\n\nAdd the GIC version to the cpu features list to ensure we get the right GIC\n\nSigned-off-by: Peter Robinson <0cd2d1e82f6226d6d80917107cdcc165e1fecc43@gmail.com>\n", "proba": 3.418194864934776e-07} {"commit": "605dcececb8b89f85c71ea80fb3f872d060bfcae", "message": "Cleaned train_classification_net.py.\n", "proba": 4.001437901024474e-07} {"commit": "2a371f78a7065680808bdc962745cfe0c053f4af", "message": "Revert \"ARMv7 only supports GICv2 so we need to explicitly define it\"\n\nThis was the wrong fix to the problem, it was meant to be dropped but\nit seems it slipped through.\n\nThis reverts commit 9db578dddfa1f4d47e5da590372ec23635d12209.\n\nSigned-off-by: Peter Robinson <0cd2d1e82f6226d6d80917107cdcc165e1fecc43@gmail.com>\n", "proba": 3.1015576951176627e-07} {"commit": "e7a05839b169c0af4655be43941062e78e4ecba0", "message": "Order imports\n", "proba": 5.386298767007247e-07} {"commit": "56de8a20fcd0f8f5bf9f11ac02a20b83cd74cfb7", "message": "Add schema arg to EmbeddedDocumentImplementation dump method\n", "proba": 8.133982305480458e-07} {"commit": "7f887127913d8ed7afc8d4fb21f9162dccd17d30", "message": "Fix unit tests\n", "proba": 5.235026947048027e-06} {"commit": "a020f8d2eb4a4cc91e0c3ce84585da9933e7a0f1", "message": "Delete example, unsatisfiable imdbpy dependency.\n", "proba": 2.0951995338691631e-07} {"commit": "821d43db23bc68e6e4d96b0854cff04d5b948c40", "message": "updated example\n", "proba": 3.0529076866514515e-07} {"commit": "71c6992ec63499002ed5373b3e2d6803dc914a33", "message": "added back lstm example\n", "proba": 2.0418957547008176e-07} {"commit": "c76c1f50c826bbffeed011575957813b0cdd921a", "message": "Stop passing all the shell arguments as a single\nstring.\n\ngit-svn-id: dd90618784b6a4b323ea0c23a071cb1c9e6f2ac7@1379 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 0.9999645948410034} {"commit": "d88887d073fe45f8aabb03fed06d8e7307f8012d", "message": "Plot ionization probabilities instead of total cross-section\n", "proba": 4.884407189820195e-07} {"commit": "0076a33008664a58d24c764b22ce120eea0784bf", "message": "bugfix: remove unused and compatibility-breaking now() import\n", "proba": 1.5098572703209356e-07} {"commit": "987c696f68e829043c94f867cf31a9ec8951af64", "message": "plugins/Seen: Use an IrcSet to gather the seen nicks instead of a list. This makes commands like '@seen *amessan' work as expected.\n", "proba": 1.0535587335880336e-07} {"commit": "77591833648cf1a7eb94e0b9a9805e55f68444b3", "message": "Pylint\n", "proba": 2.535066414566245e-06} {"commit": "f7d5be5ee81ce2fb6a4922deab13be3597203b71", "message": "Explained the sf alias and its usefulness.\n", "proba": 3.297399757684616e-07} {"commit": "ba0c21c4de402a931e46febe4499ef3118eae081", "message": "Hide cursor at startup\n\n", "proba": 7.726288231424405e-07} {"commit": "06b5e04b0b458f41ab5ca119a3d146d7b55223f4", "message": "Unix: fix fortune on Python 3\n\nCloses #888\n", "proba": 5.869605956831947e-06} {"commit": "3e861b93b1b277b9f2288addfab3c8e48eb3d0a8", "message": "Send email when api key request is saved.\n", "proba": 1.2582563613250386e-07} {"commit": "e91af0c82866cddc707b5f7c0829b936daa64f9f", "message": "(search) Temporarily disable equipment brand listings search\n", "proba": 1.6616858999896067e-07} {"commit": "469c4c8aa96ca8b4c6ef80122edd91b43920de3b", "message": "Issue #110: StreamReader.read() and StreamReader.readline() now raise a\nRuntimeError, instead of using an assertion, if another coroutine is already\nwaiting for incoming data\n", "proba": 2.0352409535462357e-07} {"commit": "6b3460bffbf4bb7e6d2634fcff60ac28ea19aba7", "message": "Fix New Relic init problem\n\nhad to move os.environ line above where settings was used.\n", "proba": 1.0300210817604238e-07} {"commit": "3758c19cfe353773ce1e1ba60c905955ddb85390", "message": "add a multiprocessing compat lock\n", "proba": 2.3631982060123846e-07} {"commit": "18bef87b3c7711e4b03b7886680c517828bdd8cb", "message": "Fix Docker repository installation on CentOS.\n", "proba": 1.2402335869410308e-07} {"commit": "8d02710f5cd9f8db1290e4a3a08115e222b0790a", "message": "Avoid a crash when ffmpeg times out (#106)\n", "proba": 1.6104522160276247e-07} {"commit": "e3899fd5ae5acc91b6b0697189d0016fea80bb05", "message": "Edited points/sources/gbif.py via GitHub", "proba": 1.3009589849843906e-07} {"commit": "e42d86a79992390aada4c7b621820dba891ca560", "message": "Showing information about spinsystem when going through sequence and a relative residue position is selected.\n", "proba": 1.0338236933193912e-07} {"commit": "a0d14d9c1dc96dc20ab8517385f1765d667d2d30", "message": "Refactor with prefetch instead of hashes\n", "proba": 2.2592156767586857e-07} {"commit": "25268ed947762cce4d5d90690ce098f3a90452f2", "message": "rename the output log file with current time\n", "proba": 7.66721768741263e-06} {"commit": "7b080a17550d379cb4070d3cf91796b93af72d79", "message": "Fixed bug for guild log operator comparison (#24)\n\n", "proba": 1.0612711776047945e-07} {"commit": "7f0004de1f8272dcb06a29e51507dc3e56ca8238", "message": "Add geoDate filter\n", "proba": 7.196879892035213e-07} {"commit": "e9fe00d4ab90bb309ea35b87d145652dceee437d", "message": "pep8 is the one who knocks\n", "proba": 4.793425318894151e-07} {"commit": "b3dbef5848574d299465584bbd7178a5f9e428ba", "message": "Bumped version.\n", "proba": 1.313067059527384e-07} {"commit": "297ac56973f13ebb824ef0847e9e7c8f21974ece", "message": "Added ALLOW_PROJECTION\n", "proba": 3.5955167732026894e-07} {"commit": "10531a019834b2b091b5994c770e942439d0fc87", "message": "Added mask_duration.\n", "proba": 1.2733043774915132e-07} {"commit": "82bc04ed5bfee691c11a456bea11d3e6691a093a", "message": "Add ExternalRequestStage\n\nAccepts connections from clients and responds to process command for\nprocessing ExternalChannels.\n", "proba": 1.049871798386448e-07} {"commit": "70827e8748529209e1a7c10950d1ea093f069175", "message": "fixed bug in prepare photos tool when a computer has only one cpu\n", "proba": 1.87983786759105e-07} {"commit": "453c01f37149b38a2f2d58aecdbb2bf99eb694f5", "message": "More rules\n", "proba": 1.261198576685274e-07} {"commit": "d1ca317bc111c055b518c7b908da2053434298f4", "message": "Improve iptables rules\n", "proba": 0.00012618713662959635} {"commit": "7ca8bb4f6e068eec28ee12187f9285ce6df75f63", "message": "cleanup\n\n--HG--\nextra : convert_revision : svn%3A79c32731-664e-0410-8185-e51b9e89f9fb/trunk%401183\n", "proba": 4.2147360090893926e-07} {"commit": "d8fee4ee23317f9d6fa56104602eb4b293d2c39e", "message": "Stop running IDDL\n", "proba": 1.4112340522842715e-06} {"commit": "ed7fa73a99572e2529d0ac1057bfd7ca35407fae", "message": "Update Huber loss regularization term and some small changes across loss parameters.\n", "proba": 1.001764076136169e-07} {"commit": "5c62fabc84d0e2e7cbb5fcde494bbfa11dd593b2", "message": "Use BytesIO in pathod app\n", "proba": 2.463682449160842e-07} {"commit": "8ad7e0e9fdd206ba54c988cefecc65f79c93b8f2", "message": "Messaging Improvements\n", "proba": 5.448133038044034e-07} {"commit": "0ce5484c852969f25823f7b743c41be6189c4683", "message": "add sampling for EP100 and remove precision recall\n", "proba": 1.3282259203606372e-07} {"commit": "4a43fd5034eb68b2daadc8ca862ab5da258cb9a8", "message": "Fix the way the \"real\" send order uses the raw version.\n", "proba": 5.376948024604644e-07} {"commit": "d67ca905dd750a23278d89a5153b869cf7b0a1e6", "message": "Removed unused CLI option", "proba": 7.557010803793673e-07} {"commit": "8238ee844423f9fa11aee55d288c405f9c40f159", "message": "settings via env variable\n", "proba": 8.241801765507262e-07} {"commit": "a02525b4f6e112743e1142fc9735dd4d46a4c66e", "message": "fix: minor typo in a docstring\n", "proba": 0.0002468223392497748} {"commit": "a00850f468b42148d22b678aadc4d30960ab4f1c", "message": "active -> is_active tidbit admin\n", "proba": 1.357785663458344e-06} {"commit": "708ceda183c790f2f5a9da677421965f71b87efc", "message": "GetMoreView generic view\n\nFor partial content\n", "proba": 1.2611829447450873e-07} {"commit": "b15a5568441417d4208455d90acf121c0a572730", "message": "Remove setter methods\n", "proba": 9.423092706128955e-07} {"commit": "c7bbd77a21fdc82238cfd18882287b8d4d99c456", "message": "change creds\n", "proba": 1.7189371419590316e-06} {"commit": "ddb419e9eed3b9b03ed88283cfc42de9ee92f0f2", "message": "Fix python 3.6 escape char warnings in strings\n\nIn python 3.6, escape sequences that are not\nrecognized in string literals issue DeprecationWarnings.\n\nConvert these to raw strings.\n\n(This is the second patch for this -- it fixes one that shows\nup during doc builds.)\n\nChange-Id: I5c3ffbf51772c409c861a77b06e6089094c853f0\n", "proba": 0.004412988666445017} {"commit": "85bda76cd1b672288d45f07b349fb84aab49b9f9", "message": "Replace assertTrue with their correct equivalent\n", "proba": 0.9999774694442749} {"commit": "bbbaaef7040fd88218a79da93db3daf42ea69b4e", "message": "cosh: cleanup.\n", "proba": 2.9699833703489276e-07} {"commit": "05077516f831146ec7b25026cae7bb0151e5e1ea", "message": "Improve parsing of template class names (relational op in template argument, i.e. \"A<(i>12)>\"); fixes Savannah #41142\n\n\ngit-svn-id: ecbadac9c76e8cf640a0bca86f6bd796c98521e3@25625 27541ba8-7e3a-0410-8455-c3a389f83636\n", "proba": 2.048124406428542e-05} {"commit": "5b4d5027adcde035e27b84fc5a367c83b60e60f8", "message": "Not much\n", "proba": 2.3613476514583454e-05} {"commit": "a9a3ea2c3f261fd01e27aa3dd649b6518ab37d8c", "message": "initialized paper earlier to avoid bug in paper_get_view()\n", "proba": 1.45593276101863e-07} {"commit": "54642bfcc8b7e2ee8473ee2f0145f75a510629e2", "message": "Fix timing issue in callbacks test\n", "proba": 6.350453077175189e-06} {"commit": "635268fb33e057870807b1c89c4bff155261a3db", "message": "ME-637: Fixed missing Topic initialization.\n", "proba": 1.1557415291463258e-07} {"commit": "f5ba91393410f90d926a53e9cc64d5a8bfa81d35", "message": "cleaned up paper_view_view\n", "proba": 4.233650543028489e-05} {"commit": "36ba08737dfb4033f89afdc94c19daefeb2de9a9", "message": "Fixed minor revision number\n", "proba": 4.3281292505525926e-07} {"commit": "6736ada4ca64b7d674c11e29532b7fd5cefaea8c", "message": "removed mocks\n", "proba": 4.481910309550585e-07} {"commit": "dbc62eefc40f3cd318afb02e118f8169336039cb", "message": "fix Sphinx build\n\nThe conf.py had a section that tried to Mock out numpy and pandas when\nthe docs were being built, because these builds had caused failures in\nthe past. But now the Mock module kept calling itself, resulting in a\nRecursionError. This affected 'make html' locally, as well as the\nReadTheDocs.org build too.\n\nBy commenting out the Mock section that I had previously added,\neverything built fine locally.\n", "proba": 1.6956123261024914e-07} {"commit": "00afef9eb0b9af44cd462b5c1928737239e49bc0", "message": "Fix Flask Autodoc (#551)\n\n", "proba": 1.2176960240140033e-07} {"commit": "c88d229dfb019dfe4d79498f9f4a4f1b9f4cd658", "message": "docs conf.py changed to import theme\n", "proba": 3.1378456810671196e-07} {"commit": "4a3cd2a8ca11ee11dc14b6c5e412d57735bd3816", "message": "Add missing comma in sphinx conf.py\n", "proba": 0.999984622001648} {"commit": "299ce67ec65443391d6da7167ec5585173259c4c", "message": "work around the intersphinx failures\n", "proba": 4.6203021497603913e-07} {"commit": "64d486d070c889ab0438e3be72a48cc5cbd56ac7", "message": "Changed edi12 to pyXe in conf.py\n", "proba": 4.747752484490775e-07} {"commit": "da4dba52c6febc475f929cd4c3b0cd0dc802327f", "message": "+ Change extension name.\n", "proba": 1.2435948804068175e-07} {"commit": "1bdf6103c662a1a87faff548c332214e952ec623", "message": "Fix import error in documentation build. (#198)\n\n", "proba": 1.1888768369772151e-07} {"commit": "bf659951b0ca473422bba45b124025c031c2b56b", "message": "Minor fixes\n", "proba": 2.2240030261855281e-07} {"commit": "b75b4684e73cf20903956925edda9467244527c1", "message": "Big updates internally to `PeakFinder` class, better blob detector... New class `SpectralPeakFinder` and `SpectralPeakFinder1d` which use a simple heuristic to detec peaks in time, position, lambda data.\n", "proba": 1.0226157343140585e-07} {"commit": "c0cec0d69219ae3008d9369ad57d51e86bc6fcdc", "message": "added html_context\n", "proba": 2.127296284015756e-06} {"commit": "b79f90f7b248d6f66514d4d452fbc850d35045dd", "message": "Delay the `threading.local` import to allow for eventlet/gevent monkeypatching.\n\nFixes bug 1294177\n\nChange-Id: I51482148602d85e40230547d0e19cf0c2a0c6d8a\n", "proba": 3.241953265842312e-07} {"commit": "a2d31b723517a9f72a9735ff70d858f7158dd4b3", "message": "fix Sphinx warning (#393)\n\nSphinx issues a warning, when the `html_static_path` contains paths with\r\nunderscores.\r\n\r\n`tox -e docs` resulted in the following warning:\r\n\"WARNING: html_static_path entry '_static' does not exist\"\r\n\r\nAs `_static` is the default value for `html_static_path` there is no\r\nneed to configure it explicitly.\r\n\r\nAlso see https://github.com/readthedocs/readthedocs.org/issues/1776\r\n\r\nAn alternative approach would have been to set the path to e.g.\r\n`static`.", "proba": 3.0419744234677637e-07} {"commit": "c7c7ccbecffbba8159223de9a6b5d719875dc8cf", "message": "[doc] Add Sphinx coverage module\n", "proba": 1.4609830145673186e-07} {"commit": "9d68e56db071bb746929e3790db28910216533b3", "message": "docs: set absolute path\n", "proba": 3.2026177905208897e-06} {"commit": "54f8ed32b83f1e569c424b2651eff06a6993096e", "message": "Update copyright to include 2016\n", "proba": 1.0589054966203548e-07} {"commit": "50254859b33d00a3ddf4351972536fee24622d39", "message": "Add xarray to intersphinx mapping\n\nIn conf.py, adds xarray to intersphinx mapping so that we can easily\nlink from our documentation to xarray's.\n", "proba": 1.0657947768777376e-07} {"commit": "8c613dfb8e3291f59c9b67d35a8012009c0e0c96", "message": "docs: Make autodoc work without setting PYTHONPATH\n", "proba": 4.56320890407369e-07} {"commit": "2f710f25a7dc8912e982a87ee357158f5c9afb28", "message": "Special case tornado.gen.engine in Mock object (return an identity lambda)\n", "proba": 1.2235257429438207e-07} {"commit": "e38c371fefef598dd6032d0fdb4bcc5b7fa79f67", "message": "\u30c6\u30fc\u30de\u306e\u5909\u66f4", "proba": 1.0159943713006214e-06} {"commit": "9cc0b5954581fdc7b703fb0a49fe238667a7e38b", "message": "add bibtex_bibfiles for sphinx\n", "proba": 1.1653532965283375e-06} {"commit": "2e097b06531e25364b86aab1888cf4d2d0bc9cae", "message": "bump docs\n", "proba": 7.27041822301544e-07} {"commit": "67c2e81faeb5e2e7e2b7277332a735df969f2c10", "message": "Fix sphinx configuration.\n", "proba": 2.4861898850758735e-07} {"commit": "19046ed1b611c11aa9b8075c158d0abd400fb4c2", "message": "use dynamic versioning drop down\n\n", "proba": 3.6079271126254753e-07} {"commit": "f4dc429e2a039b1bf85b205fc22f4588ca4f699a", "message": "changing minimal sphinx version needed\n", "proba": 2.3320092168432893e-07} {"commit": "8a2fca56b13ebde7b4e7259ba98089330d08e80d", "message": "Import\n", "proba": 1.0832908401425811e-06} {"commit": "8517e7e1600162819f487dc8f2e40f43cd1c6e37", "message": "Exposes the query_auth argument to boto's generate_url via new a setting AWS_QUERYSTRING_AUTH (default True for backwards compatibility). Thanks James from @incuna for the patch.\n", "proba": 1.0603890387983483e-07} {"commit": "aedffa0e0107c7216dc887cbe4477a4ab632b53c", "message": "Cut the githubpages extension since we're going with RTD\n", "proba": 2.2927586940113542e-07} {"commit": "12c2d41f6895d450d667dfab9deda31153838b8f", "message": "throw a nice importerror if sphinx_rtd_theme not installed\n", "proba": 3.76462111262299e-07} {"commit": "be8f1ac0d730cf943743091fa865cdbbdde93b50", "message": "Fix build on RTD (#12529)\n\n", "proba": 1.1046551406934668e-07} {"commit": "5bd4efc6a24cb6ff8eb3f8d5d136ced5e7af732c", "message": "import kuyruk\n", "proba": 5.291901175041858e-07} {"commit": "a371cbd0a75c19b3e1f41ecbc3785e27bdaba05f", "message": "docs: autodoc configuration and HTTPS fix\n\n* Replaces HTTP links with HTTPS where possible.\n\nSigned-off-by: Alizee Pace <5afc36043eaa6f11be9b6d209343258a830a9e6c@gmail.com>\n", "proba": 1.2301877916343074e-07} {"commit": "746ce4576edf62e4f95ad9a98c5c20d96dc66498", "message": "Fix sphinx configuration.\n", "proba": 2.4861898850758735e-07} {"commit": "db72048aa74bd00f02ec0c0a3453eaa2e1b7a878", "message": "Prevent Readthedocs from loading useless modules", "proba": 1.8771650900362147e-07} {"commit": "44ef92723a5acc67f3219825147ea59e6387a749", "message": "update author information\n", "proba": 1.6036045735745574e-07} {"commit": "4d2734814be1ff712649d351debe9d7d75e6f745", "message": "Attempt to claim pytest-nodev as a google search console property.\n", "proba": 1.161417415573851e-07} {"commit": "b6c1d66a1df8ae546f319d692b0d741a0cc5a411", "message": "Remove unnecessary \"conf.py\" comments.", "proba": 1.708585273263452e-07} {"commit": "92f83cc810a7015c1433e47000dce05b0bb1e813", "message": "Added a coroutine documentation flag\n\nFound a neato coroutine thing for documentation generation. Should be\nable to put a little flag on all coroutines once networking starts.\nThis is helpful so people can tell the difference between functions and\ncoroutines.\n", "proba": 1.3354326711123576e-07} {"commit": "5a949c6f2d313f1b6bdeac33f66afd1d77aca0a5", "message": "do not import json\n", "proba": 2.020066403929377e-06} {"commit": "083d3fcce89e21da212bf7bd3accff3603a968b8", "message": "fixing github url\n", "proba": 2.2413198166759685e-05} {"commit": "9865d28febf354c3c77036542c6bc5163a3390ad", "message": "Update intersphinx mapping for requests. (#8805)\n\n", "proba": 1.065026680180381e-07} {"commit": "fea1863ddb9f2bda03425461db6e6cc222f05756", "message": "Fixing version loading for docs\n", "proba": 2.462778070366767e-07} {"commit": "ea8cbe6e91e22aa4d2beb48fb7803f4566ce49e1", "message": "Fix build on ReadTheDocs.\n\nThis is a workaround for\nhttps://github.com/readthedocs/readthedocs.org/issues/2569.\n", "proba": 1.1772861796544021e-07} {"commit": "2dadbeb03a7dfcb08c7a103830d8590c40e1264b", "message": "Setting correct sphinx theme.\n", "proba": 1.4638742129591265e-07} {"commit": "09a2f5b19ca738f8185a4a18a3242b2e3982dc08", "message": "Correct pretty_midi pre-import in docs conf.py\n", "proba": 1.5444247765117325e-06} {"commit": "5e02441209a2686813a041429965225bfec5c2ed", "message": "Update conf.py\n\n2016 year\n", "proba": 1.3958147064840887e-06} {"commit": "36a2150261ab9894d91664eca9ab4e2f3d86356b", "message": "Documentation updates\n", "proba": 3.6110148471379944e-07} {"commit": "2997fbc4ae0a941fd2b2f08c6ef1ec03b2179cf3", "message": "test \"./\"\n", "proba": 0.00016662973212078214} {"commit": "0717a622b2c6fa0fe1b7542c65cf271afb71f9f1", "message": "add sourcelink back\n", "proba": 2.926124977875588e-07} {"commit": "9bed0937222c867c6fb11acd4c51e4777e45859c", "message": "Add lock file to prevent simultaneous deployment. This closes #2\n", "proba": 2.300836996482758e-07} {"commit": "96a2d847dad38e5f2672877777847ad032521ec2", "message": "update conf.py to avoid sphinx build error on RTD.\n", "proba": 1.0579950071587518e-07} {"commit": "6385cb7e1b7081dd6ffcb3f40bf4b08d3803dad7", "message": "Kill instance processes by username in undeploy\n\nAdditionally, do not log an error when there are no processes to kill\n(previously, the fuser call would return 1 if no processes matched)\n\nAlso prevents undeploy from killing the parent xinetd process.\nIn practice, this was usually not an issue since it gets restarted at the\nend of undeploy_problems().\n", "proba": 1.3925901498623716e-07} {"commit": "4b126261eb2aaf53766e5b6e9aeca4cc980ccd94", "message": "Don't strip regex posix\n\nWe don't actually convert regex posix groups, so don't strip them down to their name as we add that back into the pattern. We should return the whole token and add the whole token back.\n", "proba": 3.263187181801186e-06} {"commit": "1abd243012cb87a30e87ed59edf22516a5a1e9ef", "message": "#45: small change to mocks.\n", "proba": 1.1891422246890215e-07} {"commit": "7b69bdf4e2cf6327e4b7be4fbb0e9753637a91d4", "message": "And then.\n", "proba": 2.9071551921333594e-07} {"commit": "eb38287d40f52709fdad606cda38e4d18842d1f1", "message": "Added state to payload finish message\n", "proba": 2.0869038053206168e-07} {"commit": "97cc06091d9fa88ca96ab772f8e6d1da85b11613", "message": "Bring docs version up to date\n", "proba": 1.217013334553485e-07} {"commit": "51ccd8ba07244c3253f3cd3055dff5fbea983f03", "message": "Docs get their version from __version__.\n", "proba": 1.0217398767053965e-06} {"commit": "b9239f0e1379a07b051cafc945a200ad4ffe90d1", "message": "resolving doc language bug\n", "proba": 5.806896297144704e-07} {"commit": "c76ade1f0a6aef9cf9984fec475b935794715957", "message": "Fix Readthedocs PDF generation\n\nRTD is consistently not building the PDF of the Idris Documentation. I think it is because we have two documents built.\nI have made the opinion to only have the main tutorial build, as this would be of most interest to others.\n", "proba": 9.919266119595704e-08} {"commit": "b549505994856513ab1af6e90cab60488517d782", "message": "naive bug\n", "proba": 1.0668071581676486e-06} {"commit": "bf977ca3bdce5d7d1118ceafdffd41f35841fa14", "message": "Fixed http method for end request pages\n", "proba": 1.9031907072530885e-07} {"commit": "b348da03a81627e95f56e9e97335a5d7ea148fb1", "message": "adding tests\n", "proba": 5.816062866870197e-07} {"commit": "1ecc81d47cb8a9b07e5b37f382f1145c5232359d", "message": "Docs: Set stable version to 2.x\n", "proba": 2.3033484808365756e-07} {"commit": "0df16bc10673b1e557e27e0974bbe388101e6505", "message": "adding a hardcoded line to cluster start hadoop\n", "proba": 7.806657436049136e-07} {"commit": "76dc2c1e8f2f6296737c043bf4dcbedf23ba2117", "message": "DOC: update webpage copyright year to 2020\n", "proba": 1.2876775201675628e-07} {"commit": "7ed49e42a605a28b8ee469ff173dcab4c0241034", "message": "Use more utility functions for yaml type validation\n", "proba": 1.315350743880117e-07} {"commit": "ea985dca4c9ff4cd89825e5607b89dd799b4f295", "message": "Remove mock modules", "proba": 4.0356457020607195e-07} {"commit": "76d68c6e150bd0529b50b1f7691df19b314ff094", "message": "Fix showing version number.\n", "proba": 1.9667849926463532e-07} {"commit": "b5c1767224bf9713f8cee11484a871982257db34", "message": "Use single quotes, not double quotes\n", "proba": 1.1881462569363066e-06} {"commit": "567ed0112ebae24f1d80b5648976aeaffa3340e8", "message": "tweak conf.py to try to get autodoc working on rtd\n", "proba": 1.8536081825004658e-07} {"commit": "d63a9b83197d56089bc457375de4f6044f1424b1", "message": "updated version string in docs\n", "proba": 4.4882062866236083e-07} {"commit": "a1b702433a6045e3db809f6abd7c2192359a404a", "message": "updated manual\n", "proba": 2.434204020573816e-07} {"commit": "64a5c0a4fdf0b560d87f10acf7c714256f0ddee9", "message": "update docs/conf.py\n", "proba": 5.640165454678936e-07} {"commit": "866374fc90a249de7a9d48194fb734c13423cd6f", "message": "Update conf.py", "proba": 9.155412499239901e-07} {"commit": "c37f7fcaaee40697e4d6fbe7fcb73d94eb50e827", "message": "Remove sphinx.ext.githubpages from conf.py\n\nCausing build errors on readthedocs.org\n", "proba": 5.234315381130727e-07} {"commit": "eb68d54dce917164faf55626010b89107447298e", "message": "Set correct sphinx import path\n", "proba": 3.76805110136047e-06} {"commit": "b42435e250681a0af4f0a289381ff260055078a2", "message": "update sys.path in docs\n", "proba": 4.495865937315102e-07} {"commit": "4932f672d156f1bac9a370fff460fef7934ae5eb", "message": "Update sphinx styles to be friendlier and more visible\n", "proba": 1.225135832783053e-07} {"commit": "0fccbdc534f4fdaf82ea3449023175edd7222a94", "message": "docs: Adding `cell` role to Sphinx.\n\nSigned-off-by: Tim 'mithro' Ansell \n", "proba": 4.918333047498891e-07} {"commit": "684dd2aebbdd5cf7f36486288f79d793a551af3f", "message": "Remove v tag from docs\n", "proba": 4.311041550408845e-07} {"commit": "354c1f6731fe82af662d2bf9630f31d96700bf53", "message": "Update conf.py\n\nMake it python 2 and 3 compliant", "proba": 0.998694121837616} {"commit": "3868f0543e5e2f72c611ba2f94fc0064722b34c2", "message": "rtfd.org not working\n", "proba": 2.0698263369922643e-07} {"commit": "b2c9a5c2ff334f9c23d4d8fa23ee60cd168cbb0a", "message": "Updates to base_connection.py\n", "proba": 4.5241412749419396e-07} {"commit": "b55bab0452d6c937cb2319d6c90089333660eb64", "message": "also swallow extra setters in Plottable.__init__\n", "proba": 1.3298546264195465e-07} {"commit": "dd2949e4b3dfd5105d5e936a53047134f3ecfb00", "message": "improve attrs of axis bin info\n", "proba": 1.2287455319892615e-07} {"commit": "404b084d862aa57539e5721880362fbfa130bbf9", "message": "hist BinProxy: add effective_entries\n", "proba": 1.5482177104786388e-06} {"commit": "61c8fcf6a9fdb2d6ea01a6e41e689d06fce48258", "message": "rc bug\n", "proba": 1.0647378303474397e-06} {"commit": "a9a2183d0acc40daceebcd3f79045f36ddb90206", "message": "added functionality to loop over DataSet (read only for the moment)\n", "proba": 1.0330352750997918e-07} {"commit": "917b460bb57d45368b5523214bdb0f444e19c09e", "message": "forgot to pass on the cpp_args and path in one place\n", "proba": 1.7712677902181895e-07} {"commit": "8ff445e2427e1d7f41801594fcfdd95c000b9f1b", "message": "wordcount: use print foo, bar. much prettier (and more efficient, I think) than print foo + ' ' + bar\n", "proba": 0.9999979734420776} {"commit": "a2a03bd337109c3a6e020dbc1143b074ab69ffe3", "message": "web: use newline between function parameters\n\nChange-Id: I2f8e5d8fc35d098d0708508a9e821f0175aae5b4\n", "proba": 0.00022767636983189732} {"commit": "c68f665af10e8562a270211bcfcf0eabc7a08f83", "message": "In wordcount.py implement count_words() and print_words()\n", "proba": 0.00011601931328186765} {"commit": "750218cebc97104636bf1bfed29fd3258d94561c", "message": "fixes need_completion_refresh case-sensitive comparison\n", "proba": 3.832265520031797e-06} {"commit": "1a74e162b4599d6e2b4a6841ae0b61c4ef224312", "message": "Hide messages folder until we're able to zip it\n", "proba": 1.8225070164135104e-07} {"commit": "30c6698d2ad5e00f642e99235fce730f0086696a", "message": "Removing old war.py\n", "proba": 1.6038253306760453e-05} {"commit": "a3175df26e13d821e65185a745dfe649bd6d0fa6", "message": "Fix axes on histograms\n", "proba": 0.00011220232408959419} {"commit": "0db09f058fec00693c281727a3c70cdcfd3600ae", "message": "Improved serve code.\n\n* Removed unnecessasry class declaration.\n* A link is now output.\n", "proba": 9.885722107583206e-08} {"commit": "94670a2f9f52014e09c715b01feda24a293ffc36", "message": "a few fixes\n\nissues: #120\n", "proba": 3.0040865794944693e-07} {"commit": "3ba9a2d49aac4c48c4d169c066b162d14db11244", "message": "Phone: fix typo in news.py\n", "proba": 0.00038589417818002403} {"commit": "9f11c441f47dd85f036751e2d334f00a20e980fd", "message": "search users\n", "proba": 7.1041108640201855e-06} {"commit": "3f02664c583b136813680a1e75d3f9557cd009f5", "message": "17032016\n", "proba": 1.63395441177272e-06} {"commit": "82b4d3949548a28be81a6ccc2afabd0614f1f0f4", "message": "fix data path\n", "proba": 9.311218309449032e-05} {"commit": "451db74f0c567d4568f7dbb1a142ff2ad328eedb", "message": "clientbot: don't send duplicate away statuses\n", "proba": 4.30817266305894e-07} {"commit": "09961591fc6e2764b52f33403d5452d9dd8c3e17", "message": "Scope mistake\n", "proba": 8.815967476039077e-07} {"commit": "916fa605698078aec6ee24e05fae3f32d0155bf6", "message": "[code_generator] Fixed subclassing of Receivable.\n", "proba": 1.1315438541714684e-07} {"commit": "e7ae6ddbff17dfa30805db25acd9722554c060c9", "message": "clientbot: in conditionals, don't break if irc.pseudoclient isn't set yet\n", "proba": 1.1368520063115284e-06} {"commit": "cb40014019275fdcaf2acdfed41522919b3c45ad", "message": "add json to imported collection\n", "proba": 2.951717021915101e-07} {"commit": "d7163b54630e30af8fd0eec46e76fafd5db0d1d7", "message": "app_manager: print event flow for --verbose\n\nSigned-off-by: YAMAMOTO Takashi <458bba2e4a8704776b33478100c98529b639cd9e@valinux.co.jp>\nSigned-off-by: FUJITA Tomonori <93dac1fe9c4b2a3957982200319981492ad4976e@lab.ntt.co.jp>\n", "proba": 1.7759970205588615e-07} {"commit": "534777d039531460f9e9714454ed04ee3096f6b2", "message": "Improve aspect ratio computation.\n", "proba": 1.8133096091332845e-06} {"commit": "c089f070de4980aa0b0650806b536ec4f2f6af82", "message": "Only re-index labels if they haven't been previously indexed.\n", "proba": 1.1922593046165275e-07} {"commit": "99d1310a77cd7979e5e8930f3210eaaa5ce01a09", "message": "Fixed console output in the raw tty mode, broken by new Docker version\n", "proba": 1.4180672280872386e-07} {"commit": "f8a265d7b130eb0e0393e59d59fdc9bf4a8deb95", "message": "Fix json dump\n", "proba": 0.00033353589242324233} {"commit": "9ac2c90e90bbc454a1a723458c93e28bde8db917", "message": "added check to make sure we don't have multiple places with the same name\n", "proba": 1.7209383429417358e-07} {"commit": "81c2c0b748adf64fb08741c2137f6ab828141422", "message": ":pig:sqlite3 module opens transactions implicitly...\n", "proba": 1.1104030761543981e-07} {"commit": "23bd9f501247acdfbfc31549a5b1d8f8d4e20030", "message": "added help text to multiple speed video fields\n", "proba": 1.8979380911332555e-07} {"commit": "740bab4df0792e3bfb26e7f3eb36a93fc49e5994", "message": "PEP8 cleanup and python addition idiom change\n", "proba": 3.165168607210944e-07} {"commit": "c74b66073a68f68847f1855d2246412bcf371718", "message": "add power button to the oven\n", "proba": 1.0570101949269883e-06} {"commit": "628aa43b679b6586cdf8e1cbcd70599526bd0fe0", "message": "Add check for n_param\n", "proba": 3.59328879540044e-07} {"commit": "3e6cebd864e1071bdc2688a602dd267cfad38e5c", "message": "Parse a more reliable name out of the PyPI page\n", "proba": 0.0002285896916873753} {"commit": "1a976166100709f922ae6db3a091fc187054d5b3", "message": "remove pipenv install -r\n", "proba": 1.87073496249468e-07} {"commit": "4452be7a86976a646fa2a1a1cb83064143553af7", "message": "Add first skeleton of Piper.schema\n", "proba": 3.057809590245597e-05} {"commit": "c24c32cc830b6f6eaba5d755fffa7c2c30d3da3d", "message": "fixed the search functionality\n", "proba": 3.3163639727717964e-06} {"commit": "22011038b6261175604cc8041b19e2d7d0e5cc47", "message": "Clean up whitespaces (tabs to 4 spaces)\n\nDamn you vim and your odd defaults.\n", "proba": 2.0263766487005341e-07} {"commit": "f5a5c7e811b4177b72a0064b393f3af118716a01", "message": "BUndle install before update\n", "proba": 1.6160770144324488e-07} {"commit": "7deab722788c796480494012a81e8cdd20766fad", "message": "use misc in osdata\n", "proba": 3.2694123319743085e-07} {"commit": "a0c0a9a7c6203092779d0a30cbf935b50a8ea200", "message": "pin: Include the existing release number in the generated release\n\nSigned-off-by: Euan Harris \n", "proba": 1.2305257257594349e-07} {"commit": "1e47c6b43eb9cbcbbb28fa53e7fc6ed580c306e2", "message": "Updated from Brython Server: 10/31/2016 2:00:09 PM", "proba": 1.1159170298924437e-07} {"commit": "24314235710fb6892030a908564bdfb03aaaabcd", "message": "Updated from Brython Server: 12/4/2015 2:55:09 PM", "proba": 1.0902081726271717e-07} {"commit": "0b4a0c33ba80f8390ecc7f1931865c065c840a68", "message": "Updated from Brython Server: 11/16/2015 2:55:53 PM", "proba": 1.0997127475320667e-07} {"commit": "22068588f1dea9d95e9866eee9c780327eeb2487", "message": "Updated from Brython Server: 6/7/2016 8:01:00 PM", "proba": 1.1284284084922547e-07} {"commit": "c1e45d3b8596d09a9db4cde36138853f07c47717", "message": "Updated from Brython Server: 12/13/2016 1:42:42 PM", "proba": 1.1161894519773341e-07} {"commit": "8f7b9c1d24b89114cc0f3af60f5fa3f2294ba1f3", "message": "Combine room and exit data", "proba": 1.1017908718713443e-06} {"commit": "dad2f51c186f1ff8cb01a618a29f2bfa418f283a", "message": "Remove hardcoded sequences of mako expressions\n", "proba": 0.9992496371269226} {"commit": "3302ad6d7078db41f4965e7f30aba29cf5817af8", "message": "add features to plots' filename\n", "proba": 6.715053473271837e-07} {"commit": "fce0a012d05bd4f1c42723aa2c9f6da988cef246", "message": "Changed syn1D to use uc_fault_utils function to create fault_global.in file.\n", "proba": 1.0815281115128528e-07} {"commit": "5427a4243f6d51d0db26ac839c785062242961cc", "message": "Recover from missing pandas/statsmodels to provide transition period on updating dependencies with conda. #166\n", "proba": 1.5354443405612983e-07} {"commit": "aa751e7dfad769076017458e9714b8d0b12779b7", "message": "added getInput/getOutput to support default values\n", "proba": 3.8923997180972947e-07} {"commit": "9abb4795f3c641de4e4aa50d2e8fcff4d3f3a1e2", "message": "add : made UI responsive\n", "proba": 2.961553718705545e-06} {"commit": "068297ea609d22e57ab7232d7974fafd5d259e97", "message": "Add all FCN models (8,16,32s) and function to pre-load vgg16 weights\n", "proba": 1.761782897347075e-07} {"commit": "39f39bf511eb2795225caf501c3716250e419b11", "message": "Fix #1895: don't assume SC data is bytes\n\nOriginal: 2e23e8204135353f00917f17b08a8f5344fd9e8a@a751d6d\n", "proba": 3.937083420169074e-06} {"commit": "642e6079e2d16015a35c197e60625ea7015deaa0", "message": "Move \"from beets import logging\" statements\n\nMove the import next to other beets-related imports\n\nOriginal: 2e23e8204135353f00917f17b08a8f5344fd9e8a@30f158a\n", "proba": 7.00500720540731e-07} {"commit": "0816b07db533e6462f67efc918b2a1432feb2e3d", "message": "Drop the u'' prefix for the snippet step text when in Python 3.\n", "proba": 2.242955901010646e-07} {"commit": "bf3dc1755f4515f5d3147548848c4f05d5abdaa1", "message": "Remove file-index-caching when shutting down.\n\nThis was always a 'something-we-may-need-in-the-future' kind-of thing,\nnever read, only written to, and is completely unused. Rip it out.\n", "proba": 1.1561339618992861e-07} {"commit": "40ec0150d4c5d11d591c1dd81e02e5a7cebe78d7", "message": "Also dump the exception that happened\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@7510 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 0.0006756930961273611} {"commit": "5c0210e3e639727dc3606f06b7c8aa3bb0008314", "message": "bugfix: fix bech32_encode calls in gen_key_io_test_vectors.py\n", "proba": 1.0003842589867418e-06} {"commit": "b2097e31356a3a71d68b51279a12972cf2ef629d", "message": "\uc624\ud0c0 \uc218\uc815\nfwd_euler() \ud638\ucd9c\n", "proba": 5.783650749435765e-07} {"commit": "da384756a27bb9fdc5bddc20f8d7a89135f34e19", "message": "fixed a difference between this and howl (wolves actually vote for their victim)\n", "proba": 1.5801906272372435e-07} {"commit": "b80ab8e9d6b9d04c02a492902881a97b5fd4aee1", "message": "polished !stats more\n", "proba": 1.2065225973856286e-07} {"commit": "e77ed98399913228add873ad0f68c881562ffaa9", "message": "logging to a *separate* file when a player returns after he disconnects\n", "proba": 1.6773896049926407e-07} {"commit": "d808d748ef1a917d9436032a714c25a08f6a20a5", "message": "hopefully fix the elusive nick-change bug, prevent DC'd users from rejoining after a game ends\n", "proba": 1.2174173491530382e-07} {"commit": "621bf32a92b95d775d4196ca5da446cc055a98f9", "message": "just changed back to old random forest - we should really get rid of ither one\n\ngit-svn-id: 94173bd64de46a96edb3f322c9878bdd956bcbff@516 40e545cb-b269-0410-8983-4113551e4d47\n", "proba": 3.9622190683985536e-07} {"commit": "2f18efbf752d5eeaac1a3830400e95e1e5433f27", "message": "!away and !back now have different functions, !restart/!bye stop the game\n", "proba": 4.1496701896903687e-07} {"commit": "ae9893be0b5b6e1d4d77ae7ba499b125f91064e9", "message": "Add self.owner to last commit\n", "proba": 2.39259236423095e-07} {"commit": "290bb9da1e687ba922fb95a4ace234a1829a487a", "message": "record the cloaks of dead people\n", "proba": 3.3054373488994315e-05} {"commit": "ad3d01add267b4d30df92ed43431e2ac17da232b", "message": "travis lol\n", "proba": 7.381164550679387e-07} {"commit": "b6bd514bce4cd26dad3f11ddea38f2bbb449ef54", "message": "now whether the bot joins immediately on connect, or after being cloaked is configurable\n", "proba": 1.484128944184704e-07} {"commit": "2668deda235e5616f29569bee536c7c55a764493", "message": "generalized base Mechanism init\n", "proba": 1.0853486855921801e-06} {"commit": "4aedd08f0f3536529ff1d8e3b907a7bdf02a6b3c", "message": "Update patcher\n", "proba": 6.125261506895185e-07} {"commit": "00ff87e05c65cbcd58b97346811de4fc04074375", "message": "fix plot_sky_passes interface to desiutil.plots\n", "proba": 7.314852155104745e-07} {"commit": "91dd8f0554a192e72e132ec025855a0b2e1df58f", "message": "forgot to pass on rstate\n", "proba": 1.4938302683731308e-07} {"commit": "73d481876d9476f7e8a9ffdc109646eff112399f", "message": "speedup the contains() of the multiellipsoid\n", "proba": 0.0009068015497177839} {"commit": "ae412d375747d177f7d42c8e9060de9b26e3cf2a", "message": "[svn r63874] remove redundant code\n\n--HG--\nbranch : trunk\n", "proba": 0.0005820295191369951} {"commit": "e3b15d1e5a229beb887d1d87f44a6cdf9f755c1b", "message": "added all_read condition to check if user can read\n", "proba": 2.77586849506406e-07} {"commit": "aa434087955a916686e419b1a81a5829e024bf40", "message": "formatter: inherit commands properly\n", "proba": 0.00035129388561472297} {"commit": "75c007567628b3a3799a079eb772a68a6b7d3aed", "message": "no more utf-8 encoding", "proba": 1.6958498463282012e-06} {"commit": "d32fda1915903b913061af234f40b7a847b69114", "message": "Applying fixes for win32-python24 build slave\n\ngit-svn-id: 84bf245b8ec830cf55532821ac8e6bb7d4787dc7@2005 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5\n", "proba": 6.912748062859464e-07} {"commit": "19c9fb54e1687b50571ec17117a0c0773a077e6b", "message": "No longer using recovered clocks to determine ideal crossings for\npost-DFE jitter calculation.\n", "proba": 9.925133070964876e-08} {"commit": "ad3ea0883bca823770a624ce8b848d64bdf1b66f", "message": "exit somewhat properly\n", "proba": 3.5923497421208594e-07} {"commit": "2b0390b426ec42799c733e932df8026fbf8ee80e", "message": "[violin] implemented violin 2 side plot for irregular data\n", "proba": 1.407858576385479e-07} {"commit": "5e18af920ad0ae697a4b018806370214abee510f", "message": "fix backref name in Ip model\n", "proba": 3.679501332953805e-06} {"commit": "cae20bda994b414cef9993cff1919ae6ef740275", "message": "Add sqlalchemy events to ensure that a correct subnet is set when an ip is set\n", "proba": 3.96058709384306e-07} {"commit": "83d7693fe50f0bd0b19c730cec4d21a0cecf8e30", "message": "implement nmark method that I thought was there all along\n", "proba": 4.5255694658408174e-07} {"commit": "aa93894b7be5bbddf88a2d8ced51d0560c30247e", "message": "Put the the resampling back to the old way\n", "proba": 1.0564882586550084e-06} {"commit": "31f7369f0563dbe139954962ab43aa81442f2167", "message": "remove all the tests that depend on the data argument in autoReg.\n", "proba": 1.5228954453050392e-07} {"commit": "bfb558803e33671f92b82df1ef8d2968c847ca55", "message": "update: PROTOCOL_VERSION=19\n", "proba": 6.474514520959929e-05} {"commit": "8728fe2e47a141b5d0e48c9f1ced0f49df9b3ad7", "message": "adding AgentSoftware interface class, adding proper index column for tagging classes\n", "proba": 1.7131635843270487e-07} {"commit": "d09b58ea0cc28c3820f4111eae3d6124e31573e1", "message": "doing less verification up front\n", "proba": 1.3746344507126196e-07} {"commit": "8abb93431bd02bdc12a8a0d21e04d6ab94e65730", "message": "downsample fix\n", "proba": 4.6715115331608104e-07} {"commit": "effce5b1adc920a074dd1f6a7d6a6288e4614c67", "message": "BUG round-trip analysis was breaking when no short-trades were made.\n", "proba": 1.0964559038484367e-07} {"commit": "ec402b48b5c1d44f0cd81eddff4f19b6ea79ad96", "message": "Fix issue 214: socket doesn't get closed on QUIT\n", "proba": 7.949416271912924e-07} {"commit": "fe09ce17154a6237b1cd520e8b92518a8c8620ad", "message": "Adding docstring to findTwigs in FMMutils.py\n\n\nFormer-commit-id: 118b7f5761cec9385bf45d9cb188a26ccf495e02", "proba": 9.675559340394102e-07} {"commit": "77593758f7a3e8749efc83241ef5605b9a180419", "message": "Try setting optional byte in set user acess\n\nSet the user session limit explicitly to lift\nany restrictions an implementation may default\nto. Some systems consider this byte mandatory\nthough the specification says optional\n\n(From Steve Weber)\n\nChange-Id: I95f4743ded702a436be019c902487813f916bd27\n", "proba": 1.4818618865319877e-06} {"commit": "d1817fc42a112782bf1d6006f5d5216f2fa4dd95", "message": "Added missing keywords up to LLVM 3.4.\n", "proba": 1.1337820637891127e-07} {"commit": "ee01f8b00caf2e70b9d35f0daa873c33db00dfdd", "message": "Fix EOL80.\n", "proba": 2.3221977585308196e-07} {"commit": "646bf09a7fa449ae8e9bb5d864f0ee825e645d24", "message": "fixed IntIter\n", "proba": 5.820230057906883e-07} {"commit": "b5a9bd5217af96272949687c6a20b1b961126162", "message": "Closes #722: fix CoffeeScript glitch with regexes.\n", "proba": 1.200289716507541e-07} {"commit": "73e33a4b5ccaaaf3240d8074ea96f67ee1f8d940", "message": "Don't retrieve a rank for users that don't have one\n", "proba": 3.0267875672507216e-07} {"commit": "a76e6f829102e5861f5e1aaa72e821613876c808", "message": "Pass no-heartbeat to daemon processes\n\n", "proba": 9.100761531044554e-07} {"commit": "59a170c3fb610ea510e196babbb8ec249df51e01", "message": "more uninstall advancments\n", "proba": 2.557972038630396e-07} {"commit": "a9fa50f534e4701ecea3a3695b163c124b2cc09e", "message": "resolve #209\n", "proba": 7.4994277383666486e-06} {"commit": "a0d585b424a216c3efa34dcea5b402e83cf761bb", "message": "fix parser bug\n", "proba": 8.719251809452544e-07} {"commit": "e268c6132afc87e569b987a364c57dfd148d1d14", "message": "add isopen attribute to Gt\n", "proba": 5.226997359386587e-07} {"commit": "74f1306e666b273c39211b10a355e011d1c07f7c", "message": "make SumOfCosts support intractable subcosts\n", "proba": 2.172336280636955e-05} {"commit": "9d0127a99c502eb219db8a18b658eddde3c72851", "message": "fixed print statement for buffer\n", "proba": 5.95138715198118e-07} {"commit": "b52f73cb64bb53179b23ced30752e0695e6afeec", "message": " Fix minor problem with __getnewargs__\n", "proba": 0.00024095764092635363} {"commit": "f8331399eeb4ba93796baea3c4777583b27fe7d6", "message": "updated abinit interface\n\n\nFormer-commit-id: f8f743a1bbb5cd9302e1e110883ef56d5b1c524c [formerly f00db20420fb1e259a88397be3483ec2ff57ace8]\nFormer-commit-id: 6535391de732e8ff4f259398d893437d4fc90d57", "proba": 1.2588051276907208e-06} {"commit": "21b490037a00fbf29300feebf2db5a4ffb70385f", "message": "Improved size checking of Structure NBT files", "proba": 1.6047887640979752e-07} {"commit": "5524fcd875a4014d9132499b5784ed570b152701", "message": "OffloadArray: fix reshape method\n", "proba": 3.461906771917711e-06} {"commit": "4c9a31541310b4e833e8ec99153a9a2fdf20cade", "message": "added TODO as this is an error found by pytesting\n", "proba": 1.8766907317058212e-07} {"commit": "5f6f111928afd3ecdf526141c2045f166db9aa85", "message": "Old password plugin can accept '\\0' value\n", "proba": 1.592459625499032e-06} {"commit": "f19fa6e0f5e756f2ad42577bf80ca2a40a5e979b", "message": "GraphNode: method usage fixes.\n\n- Removed children parameter from constructor, which was not used\n anywhere yet, due to its calling the add_child() method that is\n overridden in a subclass.\n- Corrected first parameter for dump_to_str() to 'self'.\n", "proba": 1.2915565150706243e-07} {"commit": "6c52b8977055a6564985dd02c1426fedb730cc4e", "message": "[gamma.auxil] changed type of par nodata in par2hdr and ISPPar.envidict\n\nwas 'str or None', now is 'int, float or None'\n", "proba": 1.9762573799653183e-07} {"commit": "dfd39545066648a57812ce05cfce91e4a9064326", "message": "output_to_graphviz doc improvement\n", "proba": 0.0005733902798965573} {"commit": "ce410f0f77d3f9c9ff5048969fb11a95a77d1476", "message": "Fixed bug that resulted in 1D data being ignored when analyzing multiple data sets of different dimensions\n", "proba": 2.763717930065468e-07} {"commit": "27746c1c67c3dd70b0d68ed15ada586b7afd8e14", "message": "STY: whitespace and line length\n", "proba": 4.137919404456625e-06} {"commit": "72469e63cb493aa89d409265c7586024c86fd203", "message": "Update cubegen for arbitrary unit cells\n", "proba": 2.215210059830497e-07} {"commit": "2d112886ed5827401b626e44759156555e989c8f", "message": "Implement allowLocal in Context.runJob().\n", "proba": 1.3816949717693205e-07} {"commit": "6f95c5cacdafc954b8d60d6fcf93227230f2623a", "message": "Remove version from __init__.py, as we track it in pyproject.toml\n", "proba": 1.93576056517486e-06} {"commit": "9631b6bcc2601aa30d75038d518d1472dc7a0c0a", "message": "Set custom response class in test environment\n\nCustom response class has `json` method to help test JSON responses:\n\n def test_json(client):\n res = client.get(url_for('ping'))\n assert res.json == {'ping': 'pong'}\n", "proba": 0.9999980926513672} {"commit": "3d6a76bd03bbbd46902b12eafee920ed406a31ee", "message": "fixed recovering effects from dictionary\n", "proba": 2.247012957923289e-07} {"commit": "b615728e641bb47acafa1bc4f7565106e73b9b30", "message": "path fix?\n", "proba": 1.7759462878075283e-07} {"commit": "2927fb45e61b57e3dde3503510146dd095cec64d", "message": "[python/bithordetest]Factor out socket-fetch() and push() to allow subclasses to override. (I.E. provide mock-encryption for testing)\n", "proba": 1.331833203721544e-07} {"commit": "57f2cb7a5e10e28db07c96794e921fc89c806857", "message": "added lasso selection\n", "proba": 2.6920707796307397e-07} {"commit": "1e8adcf068d68d3200417873063cd3952b70dcad", "message": "Fix docstrings in api.py\n", "proba": 0.00016313769447151572} {"commit": "fe26c70ce56782c9531162443bde23d98c194957", "message": "ARROW-4802: [Python] Follow symlinks when deriving Hadoop classpath for HDFS\n\nIf HADOOP_HOME is a symlink, the '-L' option needs to be passed to the find command\n\nAuthor: tigerchen \nAuthor: tiger \nAuthor: Kriszti\u00e1n Sz\u0171cs \n\nCloses #3983 from chenfj068/master and squashes the following commits:\n\n03c505fad ARROW-4802: Hadoop classpath discovery broken HADOOP_HOME is a symlink\n919ed5a1f Merge remote-tracking branch 'upstream/master'\n1077cf457 Merge remote-tracking branch 'upstream/master'\n9ff5ca619 don't install libhdfs3\n4a65baf66 ARROW-4820: hadoop class path derived not correct\n", "proba": 0.9999990463256836} {"commit": "01747b11a103b483b42328f207fa5506e23dd87b", "message": "Bump version from 0.7.0.dev1 to 0.6.5. (#4461)\n\n", "proba": 1.2580092345615412e-07} {"commit": "4efff3f92038718281aa92c77bb56f6fc6156788", "message": "(from AES) t_grpc.py: Fix the assert error message\n", "proba": 2.5299896151409484e-06} {"commit": "1b03bc4780a2f5a59fee28a5b1e4e37d4d1461f2", "message": "Tester script improvement.\n\nDuring VPR pairwise comparisons tester script now disables the dumping\nof rr structs. Hopefully this fixes burst.eecg problem where multiple\nVPR threads were in a disk-sleep state.\n", "proba": 1.0192955812726723e-07} {"commit": "045acf30fa7116e2ff33bc6a71ff345d31fe61e2", "message": "Python MERLiN with symbolic gradient.\n", "proba": 1.1885152417789868e-07} {"commit": "8708bd9bfe262d59398857da15fa245f4a1d57ff", "message": "Fixing up MIR to actualy make pol-split tunings work\n", "proba": 1.246090306494807e-07} {"commit": "4a671e29582537d127052504355dc9cebe06945e", "message": "added small testing of gettxout rpc\n", "proba": 1.2162244900082442e-07} {"commit": "1e0f3c89ece3432424db0f1ae17948b12d3ec82a", "message": "Cleanup\n", "proba": 1.4090286413193098e-06} {"commit": "fa2cf5da6845410f6e84ef2670ca8b341b28b0f2", "message": "fix bug whith search_filter\n", "proba": 4.205493269182625e-07} {"commit": "73e9d17c52e28260a2fed3003aa200c54de3aaf9", "message": "trying to fix RTD build UnicodeDecodeError\n", "proba": 9.259870807909465e-07} {"commit": "a0348789ff4f99a305af182ae1809249172a329e", "message": "Fixing a minor typo in deprecation warning.\n", "proba": 1.217627982441627e-06} {"commit": "2c9753ccd818cc939df39aaf1735aca1e9bffc14", "message": "Type checks/conversions\n", "proba": 3.408250393022172e-07} {"commit": "9ec950b64c4f9944a3954aceff856a48f6bf56b4", "message": "Better edge attribute names\n\ngpg refers to the \"certification level\" as in --ask-cert-level, plus the\ncode fits on one line if I use cert_level instead of cert_check_level.\n", "proba": 1.2103788549211458e-07} {"commit": "1e20fa2a36a881c8a5c6eb8a3d77456b2966f0d2", "message": "Corrects comment due to change in method's functionality.\n", "proba": 1.1569358093765914e-07} {"commit": "2bbbb677fd3afcf5c20754de35443a561d1f0521", "message": "fix rules\n", "proba": 1.0219941941613797e-05} {"commit": "6ebd411db3ab720595e8f1b4df506e13db012bdc", "message": "take missings into account for sorting\n", "proba": 0.00010331666271667928} {"commit": "3ecc0a9bcbe11ef042f292317f062427ffce5b22", "message": "tests: improve devices API unit test\n\nCheck fired events - inspired by qvm-device test.\n", "proba": 1.0500720293293853e-07} {"commit": "2a13eb1027b3aae938df511f2b76c0a343a95959", "message": "Add support for pre-gzipped JS files\n\nWhenever a JavaScript localization file is generated, also create a\ncompressed version of the same content, to be served to gzip-capable web\nbrowsers.\n", "proba": 1.0816498274834885e-07} {"commit": "e60d8af9fecef124ba3c65f52b18ca0fb6f00d1d", "message": "split export_csv into gather data + export functions\n", "proba": 0.002088231733068824} {"commit": "9e78d9c6d68ebb47b49fa655288e283e54800e77", "message": "fix image state name (ACTIVE instead of active)\n", "proba": 3.518956418702146e-06} {"commit": "f6b2359a6e0d1a54952ad2b85da4370c6fd02552", "message": "Add Linking between Device and SwitchPorts\n", "proba": 1.608145367981706e-07} {"commit": "0ad79c13e8dc935446ded1ae517670bab8afa005", "message": "Bump version to 1.0.0\n", "proba": 3.1447689252672717e-07} {"commit": "7f36e9b7a75a0a35715429f4aa46944f720f4633", "message": "Implemented so damn much\n", "proba": 1.480173921208916e-07} {"commit": "28f9ed304234ec5b9ab7da58225edfbb1a0b8bea", "message": "Removing xdress options. Will continue doing cythong manually from here.\n", "proba": 9.896287167521223e-08} {"commit": "547089ddf2b894c95b2c195a24d1494eaf73d0bf", "message": "Add payment services endpoint.\n\nSee: https://developer.xero.com/documentation/api/payment-services\n", "proba": 1.7199527064803988e-05} {"commit": "138ebf9857596d7ab079bf0469b8b7385377ad5a", "message": "sheet_path cannot be assumed to exist, need to check with _filehandle\n", "proba": 4.54420074902373e-07} {"commit": "0585592900a0d5e7be83cc3e65567f80b299ca21", "message": "remove debugging print, remove useless if\n", "proba": 2.997195736043068e-07} {"commit": "ffd114285465bfaf2519c44c0d96f26fa30929cd", "message": "allow resume launching\n", "proba": 9.450253060094838e-07} {"commit": "9adbd7f627a10b2cf31f6befe27c96349ac24b6e", "message": "add stuff to check folders\n", "proba": 5.363801847124705e-07} {"commit": "e8299c0527c965f83c1326b18e484652a9eb829c", "message": "Fix DNSText repr Python 3 issue\n\nPrevents following exception:\r\n```\r\n File \"/Users/paulus/dev/python/netdisco/lib/python3.4/site-packages/zeroconf.py\", line 412, in __repr__\r\n return self.to_string(self.text[:7] + \"...\")\r\nTypeError: can't concat bytes to str\r\n```", "proba": 0.010302829556167126} {"commit": "228cb786f44d140b2b9e8f1cd5b9a35deff54465", "message": "[zk] syncing check.\n", "proba": 1.2870881960225233e-07} {"commit": "cac95f88a57309e678183f366b559f257948e141", "message": "getting rg functionality up and running\n", "proba": 1.4577889828615298e-07} {"commit": "96e3ffd47f8324276facf19677c5b49619e35f67", "message": "Fix targets duplication after removal\n", "proba": 9.671558473201003e-06} {"commit": "dea274c94f3b92ded6f7c8b7dfc7deabbfbe2756", "message": "Updated the game chooser to pass down the options taken from the command line\n", "proba": 1.7932235607531766e-07} {"commit": "1fe57fad2993e939ffad2336e6a5ff41d26dc143", "message": "add types and improve naming\n", "proba": 4.106608741949458e-07} {"commit": "d432a67de3e1128d6859489b3a56392424e97994", "message": "Add guard clause for unavailable settings\n", "proba": 2.536076806336496e-07} {"commit": "17d0a29e365507cf50d91156d366a32c9494474c", "message": "Speed up remote storage deletions\n\nRemoved redundant `storage.exists(filename)` check. Django's local file\nstorage already does this (and has since at least 1.4) but when using a\nremote storage like S3 this was causing the storage backend to download\nlarge amounts of XML (if you have a bucket with lots of objects).\n", "proba": 1.2873042010141944e-07} {"commit": "87ce5b894f83864d6b8dd72f78795be82fa50728", "message": "if __name__ not needed because of begins (thanks @aliles)\n", "proba": 4.440007614903152e-06} {"commit": "5d87fd683284e6c4c21bc7e420deb7b9519e892f", "message": "added the resources key\n", "proba": 1.2395832982292632e-07} {"commit": "632b5018ec558a1a01122726318073e05596e66b", "message": "MINOR CHANGE: removed not used import", "proba": 2.5610845568735385e-06} {"commit": "31a728d0c6ef7fb905be6a060e80a98edb4c8c36", "message": "fix PV-solar in to_pypsa\n", "proba": 0.003484149230644107} {"commit": "bb2c40893257e3fd87d59dcb72694967781826d1", "message": "increased debugging\n", "proba": 9.070123496712768e-07} {"commit": "350e1afb4dd10e345e66dafaf45d956441bc26d5", "message": "separate the runloop from the rules it runs\n", "proba": 0.0003026108315680176} {"commit": "1aa684eb12a424aef4623dd009cb0857195d7ae8", "message": "[collapsible_headings] link complete font-awesome css from cdn\nuse an import statement, rather than each font file in our own css definition\n", "proba": 1.1020603096767445e-07} {"commit": "0ab904c4de5a092835bc68ed97b581e32f6babb8", "message": "Use dict.popitem when we know the dict only has one key\n", "proba": 2.3821509387289552e-07} {"commit": "5829ba2f1ee7de87c51d5617d8f8714ac723943e", "message": "minor changes\n", "proba": 3.7436623756548215e-07} {"commit": "1609fe8663e4e521185ab83a8b96141f0c31cdca", "message": "parse QR async\n", "proba": 0.0023653791286051273} {"commit": "3b23fe607b1d93a78da9ff4a359263974a1c01ef", "message": "Get the version from the icat package rather then the .version file.\n", "proba": 1.0986498466536432e-07} {"commit": "1d4f0943ff1d7311b6b31f63f54406bda7c4142d", "message": "minor edit\n", "proba": 4.340405439506867e-07} {"commit": "226e43c9592496acf8a8f40896f446e166625444", "message": "Modify UntypedAtomic to accept also an untyped or a datetime value\n", "proba": 1.56225894443196e-07} {"commit": "e52a2d2f58dde1e3a9d4139cc90992c4ed5a9a0c", "message": "Update config.py", "proba": 1.2909164297525422e-06} {"commit": "0c238757ed47ff597aa0c719cbee4b41a8862204", "message": "Add tests\n", "proba": 5.818237696075812e-07} {"commit": "0bacd0818b4d7f98cee7a91baea164fcb7b8acf4", "message": "tests passing - django 1.9\n", "proba": 1.6701379479400202e-07} {"commit": "5d2c00331cbe738f4978ef469e3a0a5afe93a8fc", "message": "Export items generator functionality moved to separate class. Refs #2198\n", "proba": 1.2984899910861714e-07} {"commit": "f7f17a116aec5b040573793359cb872cf091706b", "message": "Update dms_server.py", "proba": 7.695278441133269e-07} {"commit": "eb17307ef28f50aab174671f3d4135f1a6fec368", "message": "added a parameterized function class\n", "proba": 3.4777832524923724e-07} {"commit": "74c374f36eb0dbe4146948a1b55c14692597c69f", "message": "fix allowed hosts\n", "proba": 4.651595304494549e-07} {"commit": "6f107a2bccf0d5d0d4f4e891f6a72d95de1957cb", "message": "changed settings ..phone_end\n", "proba": 3.4253739045198017e-07} {"commit": "d9abda64484d619bf880f02be8a67b38a70f829f", "message": "Update GiftWrapping.py", "proba": 1.791932930927942e-07} {"commit": "3cbce062ef345d11aefdf5cd03a280a25ade3698", "message": "Fix packages -> requests\n", "proba": 1.4051744301468716e-07} {"commit": "9686b3c634cc47e6b26d3d555023bd3549f9e698", "message": "Remove unused imports\n", "proba": 8.691937409821548e-07} {"commit": "c4d8615a7d034f9f431ff30e38e15a95a0738ce5", "message": "fixed the positioning bug", "proba": 6.049433523003245e-07} {"commit": "741795b8e1be863dd1a3457c9e3f12ef58617898", "message": "middleware: fixed use of old messaging API\n", "proba": 4.981332608622324e-07} {"commit": "1d32146d9703b09ae8b82df56a80d620308996d1", "message": "Updated hash initiation\n", "proba": 6.552509717039356e-07} {"commit": "105b9c6dce5c8888552a914b15e5571e91f64cd1", "message": "Convert NSImage to PIL image in memroy instead of writing it to disk\n", "proba": 0.006228177342563868} {"commit": "f4fcb39ac3ec56d3de9f62f8543c95ff2dedd4d1", "message": "code style\n", "proba": 1.4898070048730006e-06} {"commit": "49b04e8252f8ba98c6f1aaf14dd2fd8725ee1b9c", "message": "State class\n", "proba": 1.0433833494971623e-06} {"commit": "58cfbd2d53a847f54825bdf1fe65d8ce64eab4a4", "message": "test package_create with multilang should not fail due to null in lang\n", "proba": 1.8462071693647886e-06} {"commit": "9f5ef32a68ea72c482e77287f694dfde1fa2d86e", "message": "bump version to 0.2.9\n", "proba": 5.576826538344903e-07} {"commit": "6234456e359d5f21464f6de64cba692505eacce8", "message": "Hanging poller test fixed.\n", "proba": 1.1985613923570781e-07} {"commit": "698b58e19fdfa361de896d99bc5cada55e8bcb86", "message": "filter utility method got caught up in the python boolean dragnet\n", "proba": 3.3136282695522823e-07} {"commit": "21a2d833ece07d05f67a57f1a355e9cd773e4b54", "message": "loglevel has five types: info, warning, error, debug, and critical\n", "proba": 5.226204962127667e-07} {"commit": "cb83ee3ec6e96417af748cf318781ef6a168edd8", "message": "Tightened user can_admin access so only sys admins and org admins can admin users\n", "proba": 7.72679698002321e-07} {"commit": "7b0874aff131a81e2e6d0cb799bc45d548ef0070", "message": "OWMap: when panned, draw markers upon existing image\n", "proba": 3.5992357538816577e-07} {"commit": "f4db028c119abd9b89ba2f3728457691f027b26a", "message": "`Project.root` fix when cwd.\n", "proba": 1.1780768716107559e-07} {"commit": "98e5c54003051cd1eb546f71e89fff9f1f093e65", "message": "[pystallone] split optionalArgs from config\n", "proba": 7.261811560965725e-07} {"commit": "a062180aec535f3970efc1386ea79c9d61858e78", "message": "[pystallone] Pass initHeap and maxHeap to JVM start and removed unused vars.", "proba": 9.855674676373383e-08} {"commit": "1cfe1c7361fcd54d8c53380cd958f0396152cc13", "message": "Tweaks citation finder for better performance and so items are committed properly.\n\nBefore this, there were two bugs:\n - We wouldn't get a commit at the end of finding citations.\n - We did commits even when we were not doing indexing.\n\nA third bug was that the command line required 'False' to be provided but then the code looked for 'false'. This only prevented a warning message from being printed, however.\n", "proba": 4.2541854782029986e-05} {"commit": "ee0df8be95834eb494f854d84db26fb1b8ede92d", "message": "Fixed issue with Transport test\n", "proba": 1.557093156634437e-07} {"commit": "f84c340479bc717d225527b60b69af4ce197fcd0", "message": "ME-653: Fixed missing concrete implementations.\n", "proba": 1.2522302483830572e-07} {"commit": "41d8ff4bb0fcc667c26677b5a10749dc99516be8", "message": "Version bump\n", "proba": 5.605834303423762e-07} {"commit": "8aa523e82bc0bf9e898a84aa57ad453c05745cf3", "message": "fix indentation\n", "proba": 0.00035826992825604975} {"commit": "1582bd7c71b1112c79adc4792067027c0176115d", "message": "Display RX for raid levels, BXX for all other dungeons\n", "proba": 1.2277217820155784e-07} {"commit": "5505bf49d99da908823ee7c9b4aca8aeb3c271af", "message": "added sleeping loop to run_gribmaster\n", "proba": 2.0181377635708486e-07} {"commit": "c52ec2b70c38384ce49fae6b2a75901d5ac954e0", "message": "more stuffs\n", "proba": 1.2499943125021673e-07} {"commit": "7d94d6afc5eb481f587986662546b05c02415eea", "message": "fix measures : ccsds types check\n", "proba": 1.549010733015166e-07} {"commit": "7ef980b0745cb40d428cb7c8a69861614ebf18f8", "message": "remove thingspeak more code", "proba": 1.2356852039374644e-06} {"commit": "2c783509e7ad61b3482a2f38ecaa1dc2a3c22af7", "message": "Correct % unit in door status screen printout\n", "proba": 1.8679253344089375e-07} {"commit": "6b6ce2da6fb503b3ea48a0853070d08822b672cc", "message": "Avoids unused arguments.\n", "proba": 4.3507952796062455e-07} {"commit": "a5fba9c27c5b27fc3c0b1035e087e46fc11e4d79", "message": "Docker: only run --generate-keys when generating config on-the-fly.\n\nWe don't want to generate any missing configs when running from a precanned\nconfig.\n\n(There's a strong argument that we don't want to do this at all, since\ngenerating a new signing key on each invocation sounds disasterous, but I don't\nfancy unpicking that for now.)\n", "proba": 7.731035225333471e-07} {"commit": "45853807f81386748f705e5456c8447f36656fb1", "message": "Add is_active to the SeasonPlayer admin filters", "proba": 3.7351892956394295e-07} {"commit": "3980eff3e284af6b6210dd1bb12c20fff1aeecb0", "message": "test change\n", "proba": 1.942640210472746e-06} {"commit": "5df748535c5cd86f3570080382c21191bd78f3d0", "message": "fixed underindent\n", "proba": 4.712283327990008e-07} {"commit": "105214f8e210d586e208c3a627991b59d59c11db", "message": "fix #546 - improve i operator\n", "proba": 3.628655065313069e-07} {"commit": "192095c1132b59610f960444ab533c92a9716470", "message": "#508 - improve x\n", "proba": 1.697761149443977e-07} {"commit": "5c52b9fe6937f3145cb2f9d5393a3376b4a940d8", "message": "Fix for python2 wrong cache_location type\n\n- Python2.7.15 version of os.path.join doesn't check for the types of the parameters before trying to join them\n", "proba": 3.0740773127035936e-07} {"commit": "8fe56ae95b927f38d32c614afb077df51fcb610a", "message": "Getting Error\n", "proba": 4.5262947878654813e-07} {"commit": "bd0b17ca7776c0eca6d1f517ccc9b9237f7c4427", "message": "Add an extract() method for joint distributions.\n", "proba": 1.4771462986118422e-07} {"commit": "82a5646ddd197a002a34c9294f7a41e9f7b28c25", "message": "Fixing reference to lock\n", "proba": 1.7717762545998994e-07} {"commit": "42c2c208a88e8fc62cf2e5a4e9437ad5836f83f4", "message": "Fix dedent happening too late", "proba": 3.364190342836082e-05} {"commit": "5fafcb736c8527c4bb3ad6f71f3a65bac145ed9f", "message": "Reformatting long lines\n", "proba": 1.7675452568255423e-07} {"commit": "5c25bc62f1981df6b8d521a5ca5c21246a62c5e1", "message": "fixed import fnmatch problem\n\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@32 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 1.045444150804542e-06} {"commit": "ab5923cd5f145cdba7b05949cd1d97dac9fe0ec8", "message": "A non-zero exit code is a failure\n", "proba": 0.9987131357192993} {"commit": "1aabae956268b704974188a5576501d3d2d5268b", "message": "I am not asnake\n", "proba": 0.9993878602981567} {"commit": "d52f709330fa7b8e3b9aa264d8863a102595436a", "message": "Revert \"lint\"\n\nThis reverts commit 0bb866d61cb95cceaf60668510c9eb75beb940a9.\n", "proba": 1.3328599379747175e-07} {"commit": "f6f446c4d3bfbdb33ad3d7bedf5e638d4b196378", "message": "improve slurm skeleton code\n", "proba": 0.001960678491741419} {"commit": "ded88da4752e3dfccf0a33af48b52dceacf4ae77", "message": "automatically set locale if available\n", "proba": 5.088618308946025e-07} {"commit": "660c44b8fd7c91ab526ee5aa5233a90f6d5fb752", "message": "update col names as requested\n", "proba": 1.4993123897966143e-07} {"commit": "3c2da945cb26b9aa55b3bf6f5ba543e9f2f04786", "message": "Don't call the deprecated util methods\n", "proba": 2.500805294403108e-06} {"commit": "7772c14f2626856583fdee8d82a799a7b95c3671", "message": "Updated method of setting parameter default to []\n\n\nFormer-commit-id: c4a2d7bbdbc2bd4f3f9700ac72fe0dbc21625172", "proba": 4.873970169683162e-07} {"commit": "2ac78ed0af9b4787086ad5c2bc1ae104202b4532", "message": "import sys is not needed\n", "proba": 1.2329095397944911e-06} {"commit": "3fba182a5998f008def1ba28ff0d84ae3aaab05e", "message": "builder: cast node.position as tuple for addPoint())\n", "proba": 8.341498869413044e-07} {"commit": "10ede8bd6cda399c39314c610ab2bf3079ddb249", "message": "classes: return 'Italic' when master has Regular weight/width but non-zero italicAngle\n\nPreviously we were returning \"Regular Italic\" which looks odd.\n\nFixes #380\n", "proba": 8.491860512549465e-07} {"commit": "7f0ca3b384a399136b076caf87264ee537424cbd", "message": "Extract method middle_point\n", "proba": 4.689408160629682e-05} {"commit": "5aa5ee7acbe4c3764c2dd551f4b518f6cd345042", "message": "Moved auto-creation of master-linked layers into own method, re-used throughout GlyphLayerProxy\n", "proba": 1.3201953663610766e-07} {"commit": "554dfa986b54ce03448560dfc1d59cf0832acebc", "message": "fix loadz dir bug\n", "proba": 3.372609285179351e-07} {"commit": "12072c6c31669c906137bdd166f2b0b7a31b4849", "message": "Add search\n", "proba": 1.0276658031216357e-06} {"commit": "51f7ec330209e004b40685033e0d8ab7b9691dfc", "message": "Improved conjugate gradient stability\n\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@1554 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 6.560427209478803e-06} {"commit": "f1372cfa7f2cdfa7feccf86b5593343f7fc95bc6", "message": "PR: Improve \"Jakob and Hanika (2019)\" LUT unit tests. (#1050)\n\n* Fix caching in Jakob2019 module, for test speed\r\n\r\n* remove unused imports\r\n\r\n* change pytest cfg\r\n\r\nDistribute tests to workers in groups for fixture cacheing\r\n\r\n* Varnish \"TestLUT3D_Jakob2019\" class.\r\n\r\nCo-authored-by: Tucker Downs <014a5f52613b4742a930f7f953ee9f59bdd19769@roevisual.us>\r\nCo-authored-by: Tucker Downs <014a5f52613b4742a930f7f953ee9f59bdd19769@roevisual.com>", "proba": 1.222590242377919e-07} {"commit": "e80ef0dadde3de204e81dc45368bdde708103e28", "message": "blow up\n\ngit-svn-id: a4967eeb46e72ec0d67de3341f099b34cc11cf18@15317 03a3cea6-2c03-0410-ac9b-9271b1c66c29\n", "proba": 5.029880867368774e-07} {"commit": "bebfc90b95b4f3913344593d551a245818bdc13f", "message": "fix: Django 1.7 compatible\n", "proba": 1.7797505051930784e-06} {"commit": "f1c5d5de575a708be55c13d39ed403e41d5ba9ff", "message": "Also set LC_CTYPE, to allow localeconv string conversion.\n", "proba": 1.1298293856043529e-07} {"commit": "98416e777f85f0080933c68c96e69cd93e41c5d5", "message": "start comparing galaxies...\n\ngit-svn-id: a4967eeb46e72ec0d67de3341f099b34cc11cf18@13026 03a3cea6-2c03-0410-ac9b-9271b1c66c29\n", "proba": 1.3794345932183205e-06} {"commit": "3853744f89805267b80c1eee0108b137ead557c4", "message": "Added a new randomized test.\n", "proba": 1.1675787447984476e-07} {"commit": "3fa997db83729f2250c75626e5138b466e0b785b", "message": "#8414: add more tests for \"assert\". Initial patch by Gregory Nofi.\n", "proba": 9.975464365652442e-08} {"commit": "287b351ec212f9373e62300e870bf9830b5324b2", "message": "Refined time test in test_logging.\n", "proba": 2.90435338001771e-07} {"commit": "e61ff32f493c632456d493bc77348255fac2fbcc", "message": "Blocked revisions 71221 via svnmerge\n\n........\n r71221 | vinay.sajip | 2009-04-05 04:06:24 -0700 (Sun, 05 Apr 2009) | 1 line\n\n Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings.\n........\n", "proba": 1.0385274151758495e-07} {"commit": "8ac4d34335f464f9b2c8bfeb6a3e8d4a342bad8a", "message": "Fix typo in comment.\n\nDelete globals which contain variable information at the end of the test.\nThis makes the test stable (no reported leaks) when running regrtest -R\nto find reference leaks.\n", "proba": 1.2336394661360828e-07} {"commit": "8eb28e47e765bc8bfe70cd7048b83eb970df2ebb", "message": "Fix whacky spacing in test_wsgiref\n", "proba": 0.0004414047871250659} {"commit": "daa5c2f3c7bdd836128bacf616eee479a695ecdf", "message": "Fix whacky spacking in test_wsgiref\n", "proba": 1.4728645965078613e-06} {"commit": "9eb5ce1402a88053dc6f3cebaff2ffce0d70e598", "message": "Fix bokchoy tests (time zone to fail) #28\n", "proba": 3.0706726761309255e-07} {"commit": "7e09d6738b3ff53f60701fc04880d389f5cda6bd", "message": "Port test_zipfile to unittest (patch #736962).\n", "proba": 1.0378977322034189e-07} {"commit": "52585c4c2c73ec7e2832e3b319bd06509bf778a6", "message": "if zlib -> skipUnless(zlib) and minor cleanups\n", "proba": 6.728258767907391e-07} {"commit": "ca217854baf795f8d91f08d1c479b87fb461303b", "message": "Remove local testing code.\n", "proba": 2.932891618456779e-07} {"commit": "646822724554be2ef65d720e914ad0940043428d", "message": "fixed typo in lie_graph/lie_graph #20\n", "proba": 1.6579371731495485e-05} {"commit": "866592945d46af1478460c59df052a4890d05dea", "message": "changed location of client declarization\n", "proba": 5.059806085228047e-07} {"commit": "0769370048e458fa45e26eedb4eaed32acb7f6fe", "message": "Fix value setter.\n", "proba": 2.827382843406667e-07} {"commit": "974356c3befd714393fd8f67332f53c8cfdb8f67", "message": "fix chainer function#5\n", "proba": 4.112977762815717e-07} {"commit": "f0f7661fbb3a7b36181071987982068700e6f5d8", "message": "utils: segprint: Fix issue #443 with segprint -b\n\nSigned-off-by: Tomasz Michalak \n", "proba": 1.4399384440366703e-07} {"commit": "08a5b87119d512cbd1e60cffa03f1a8054d7f31f", "message": "maint: codacy warning updates\n\nSigned-off-by: Nick Papior <81a73bca3d342ffee33d7cf845fdbf77b6553831@gmail.com>\n", "proba": 1.1009446865273276e-07} {"commit": "d1075d8f06fd2a54b34a4e62f21906bdfe9abf85", "message": "handle the case where no fileids are passed into getPackageBranchPathIds\n", "proba": 7.528489618380263e-07} {"commit": "9ac8cf3ad1b02bce446b40379dcea7285752ca51", "message": "updated init file\n", "proba": 4.250953509199462e-07} {"commit": "d51f12f9c6e43ce12faa4b5c956d6236faf57dc2", "message": "add switch in CALFITS.read_uvfits for setting gains vs delays.\n", "proba": 1.015906718748738e-07} {"commit": "62e2816e696156c89fb0dd744c3d030740cd9ddb", "message": "Add send capability.\n", "proba": 1.375156415406309e-07} {"commit": "683122303468772001d43c50949c30c3269278ed", "message": "Only create database tables once\n\nIf at least our users table exists, we assume the Alembic migrations\nwill deal with the rest.\n", "proba": 1.009203174362483e-07} {"commit": "a9b519120fea2bddf22b0337b1cdaee214e86fef", "message": "Still extracting the date out from the SQLResult\n", "proba": 6.995740477577783e-06} {"commit": "a0a408bbc5da41e180f282d0f2c6aae6adb2bd7c", "message": "Bug 978088 - Thunderbird SSL-only Bouncer product. r=nthomas\n", "proba": 1.84265934422001e-06} {"commit": "17a5ae23e6328a749883a253550be7eff3041177", "message": "Raise exception if it's something very different\n", "proba": 3.8057473830122035e-06} {"commit": "4cc91cc6f7eb976529aa1b219e596098663cf8bd", "message": "Fiz task\n", "proba": 0.9999980926513672} {"commit": "15e2fdbf7a3e523ecef7a660454f5ea461a11214", "message": "removed unet_model and added architecture in the constructor itself\n", "proba": 1.194152758898781e-07} {"commit": "d35963ef5ca776490bbc49e155567e0d0a1748d3", "message": "Fixed misspellings in central\n\nChange-Id: If35b81439422fa0651aeac1705ce0856bb79c357\n", "proba": 1.584602432558313e-05} {"commit": "33a19b7205b557ba551faacb7ec1c2f44e4296bb", "message": "Catch import error in example caused by lack of pillow\n", "proba": 2.0210075035720365e-07} {"commit": "b1e64c30e23dcb6133611855a87ba3ad248b7c28", "message": "Update to use OAuth 2.0\n\nPreviously saved OAuth 1.0 token files will no longer work.\n", "proba": 1.0221184254533e-07} {"commit": "60c3ce2fa4ea2eeb52e42f5d38a5f35bb543ef73", "message": "finalized wave\n", "proba": 2.575326334408601e-06} {"commit": "22794f92e4f24dfb71d7777a62adf4bbb54f7a56", "message": "fixing various keyboard shortcuts to work with long lists\n", "proba": 2.5337413944725995e-07} {"commit": "6e6f5d3172b0aa403e870972bf3709e4640e3780", "message": "Format\n", "proba": 7.663883479835931e-06} {"commit": "da72c05e1d87cc39f7394d7a3e9f236b20827d20", "message": "Fixed indentation errors in PCoA\n\n[ci skip]\n", "proba": 1.2402264815136732e-07} {"commit": "54883f990cb1fb6cb465c97b9566df1629e80b1f", "message": "Fixed incorret double definition of last_session()\n", "proba": 1.2687878836459276e-07} {"commit": "b9c8000b97b23d9bfe563d231ea8230d427fbcb6", "message": "almost there\n", "proba": 3.431775894569e-07} {"commit": "e590d9f5cf46c3381b3fb74f8b82c0c9e800a77c", "message": "jmemes: fix typo\n", "proba": 0.9990788698196411} {"commit": "58bbf3a070bdf2ca1c257400c3b15e78c5f352a7", "message": "add time taken to generate Texters\n", "proba": 1.0340774679207243e-05} {"commit": "87200f8c22b32f59cb4154be6c4b8d415d6a2628", "message": "xkcd graph\n", "proba": 1.530639019620139e-05} {"commit": "576680236c707d27f73bc51d96886b6dc11f1c8f", "message": "fix typo (2)\n", "proba": 0.0005805126274935901} {"commit": "f6f82bb1e2b06a6aaea2eb0914eb2bae0c630962", "message": "Update attribution.\n", "proba": 1.386667634051264e-07} {"commit": "1f54d37d43d639ab88b636a491638cda2145f9b8", "message": "Mylawn -k is able to kill every render process (even ghosts)\n", "proba": 9.916315235614093e-08} {"commit": "0bb0629365f38406363e65f3cbb641ef6734a876", "message": "update typos\n", "proba": 1.3885734233554103e-06} {"commit": "f3d1bb9b083b76716cbd62f75a0a3a915b7ec3fc", "message": "Add support for .blend files created in 64-bit builds\n", "proba": 3.0360212122104713e-07} {"commit": "a4790ef64eb9764ab8beec33bd80e0d362d2e2ba", "message": "mod extractVecMat\n", "proba": 9.342470548290294e-07} {"commit": "a5fd34a4e37fbcc6ba84b10156c1e0469ad75791", "message": "cleaning up\n", "proba": 1.0348471732868347e-06} {"commit": "8eb1a7adb72fd71a5703668728fbe3cd781b4022", "message": "Update packet.py", "proba": 8.54694519603072e-07} {"commit": "2b3f071f70bbebb1799d90a72a3803060a3cc530", "message": "linter fixes\n", "proba": 2.591967813714291e-07} {"commit": "f22621dde980af1005692e37687ad5b2c6fa48af", "message": "Improve import.", "proba": 2.7887375608770526e-07} {"commit": "3b51238b4b0a463b3b5da1ef584d0a325221a027", "message": "Miss call to self.get_setting().\n", "proba": 1.621430811837854e-07} {"commit": "bad9c7a4b9fe893713e4080badf228bf84cba2f5", "message": "`read_by` handling", "proba": 1.957770336957765e-06} {"commit": "8400fd1be0ac7971bd4e86f3256f4421918818b6", "message": "Add logout feature\n", "proba": 1.2839831242672517e-06} {"commit": "9d5d45e10cea77dbf1cbb0a523aecfd43eca6e6f", "message": "Made gaussian fitting the default, and edited GenerateModel so that it will not use SVD profile fitting for models with less than 5 percent absorption\n", "proba": 1.257507875607189e-07} {"commit": "242d9b00ca236bb98be7bf072ec6c93b492c7bbe", "message": "Change os.rename to shutil.move in PerformInventory for SLES 12 error.\n", "proba": 1.0327870114679172e-07} {"commit": "b887ecec1dcbe1bd7a414ba6fcd24aa7e7576481", "message": "Next try to fix the OpenBSD buildbot tests:\nUse ctypes.util.find_library to locate the C runtime library\non platforms where is returns useful results.\n", "proba": 1.0467086042353912e-07} {"commit": "f25dca5dcb12dd70d959ea142d61e464c7eaa8ab", "message": "Don't set the Python version for sdist uploads.\n", "proba": 1.1418475764912728e-07} {"commit": "5082f6cfccc3099294dd603520d6ff76de63d657", "message": "flake8 lint: refactor chained exception to use `from`\n\n", "proba": 1.1404317490359972e-07} {"commit": "f17240ffb8e1c70de9c72589f0abb0868a91d957", "message": "(Forgot to mention Reggie Dugard as a source ofmany suggestions/improvements)\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@2702 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 4.7278174974962894e-07} {"commit": "c56b6e5aef807d9243ebe72244961579c321586e", "message": "startup debug\n", "proba": 6.693749128316995e-07} {"commit": "4d4e67ef5935ef9f3168d37656a4f23c35df878a", "message": "More INFO logs\n", "proba": 1.1791536991268003e-07} {"commit": "5b183a00f46e74c97b643de24a562c4ddba65c7e", "message": "core: fixed a pb with sort & dimensions larger than 1\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@2683 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 8.989563298200665e-07} {"commit": "979fb7401ab225c831467c3ba2eaea77220490cd", "message": "modify\n", "proba": 5.782343350801966e-07} {"commit": "394ccd1106e5920c4b27e1b0765bf8468811beda", "message": "Fix fab setup_database\n\nForm server from self._args.collector_ip_list\n\nChange-Id: Ibdae2a6bf3410428cb315d229df8c7ca8826dbdd\nCloses-Bug: #1662358\n", "proba": 2.771181470961892e-06} {"commit": "df15551b71e164552a261274df44e6a4e71df080", "message": "Refactor\n", "proba": 5.142872396390885e-06} {"commit": "3d599886c92b4d6b8bed5c2d1632134c2b65a18a", "message": "Added nelect output to Summary\n", "proba": 1.5392974717087782e-07} {"commit": "7cb0ac4bcce3268e59438add480790c20b4e77a1", "message": "flake8\n", "proba": 2.8183080758026335e-07} {"commit": "54fbc6f6e1404dcd133f8e01d0fd09518664c3ad", "message": "Refactor parametrize() code for readability\n\nExtract the parametrize() block of code into methods for better\nreadability\n", "proba": 0.004730800166726112} {"commit": "4f409e2984f9f708de803a10094021d641dda782", "message": "Add deeper XML checking to update-translation script\n\n- Catch problems such as mismatched formatting characters. Remove\n messages that can give problems at runtime.\n\n- Also remove unfinished/untranslated messages, they just take up space\n in the ts and waste parsing time.\n", "proba": 1.256515247405332e-07} {"commit": "57dc9c767b5fb7f2922c2ee6823886cba79acad7", "message": "Change `search` option to `filter`\n\nSearch doesn't accurately describe the feature, so changing to filter.\n\nCloses #4\n", "proba": 4.755809641210362e-06} {"commit": "60e7fb559693fb67180ab8902ce7bddef5d4ec2a", "message": "sort zone list, assert unique elements\n", "proba": 3.763142331081326e-07} {"commit": "151dfec56b10b44751201815887598cfd96ea709", "message": "Updated supply path report\n", "proba": 1.5384520679617708e-07} {"commit": "0ed760a40a31312984c4db1e8fc7d60260d1fbd7", "message": "add Brown Workday BWDAY namespace\n", "proba": 6.928423772478709e-06} {"commit": "8f6addfe01381fa2c941dde01602966bbe3ab808", "message": "add debug code to psda\n\n\nFormer-commit-id: 438aa4e145a404d0cab76324c4e4467937813f44\nFormer-commit-id: 84be8cf62179ba2f21221334c4db286e3ac88daf", "proba": 2.5297500542365015e-05} {"commit": "891295e657f76dcc0d36dca61e211b228c7196ab", "message": "minor update to avoid duplicating relatively expensive string split operation\n", "proba": 2.749034138105344e-07} {"commit": "6892cfa0d3ea88a50af5b4af61d07cd20ff38dbe", "message": "Another fix for NET Bible regex\n", "proba": 1.8690069225613115e-07} {"commit": "fce6e3851e4b7257e6bd2babf4e23e3479127853", "message": "Minor color tweak in benchark report\n", "proba": 1.2865015719398798e-07} {"commit": "256b87cfff9ca41a98d19aff44e7f0aa3e1363ad", "message": "flake8 cleanup\n", "proba": 1.2560934692373849e-07} {"commit": "0f2a052c17b6c29ef83d3262783c7b85cf22568d", "message": "Drop NA capacitance readings in sweep\n", "proba": 1.3323820269306452e-07} {"commit": "73cf2931a929c01f7ead91ef0e4633fdd1e7c25b", "message": "Small changes to agipd module\n", "proba": 2.1718523157687741e-07} {"commit": "a9d58246e10a81a83b19c03c410dbc6cc82bca20", "message": "contrib: accept EOF as shutdown\n\nSometimes when shutting down, EOF is thrown instead of the power down\nstring. Accept that as device powered off.\n\nSigned-off-by: Steven Koo <2be81fa51a694756e39f0ec857909538bdef4f38@ni.com>\n", "proba": 1.5209114678782498e-07} {"commit": "582d76e0ac7fadfa81420d8c02c155c24be2e567", "message": "Add hidden field 'directory'\n\nFormat from Playbook.name\n", "proba": 2.103055976476753e-06} {"commit": "ffbb09e9b9f880612e1d65172cf0ed32e097a3af", "message": "fixed some bugs", "proba": 3.6130126090938575e-07} {"commit": "d5f3cc6b792eb137daa1204ef0b46c75b02b23c9", "message": "Use experience from extra-foam to get things to work online and offline\n", "proba": 1.119231640700491e-07} {"commit": "f775ad4b636792aa7dc9307171af226ce3c78285", "message": "fix for kernelfunctions\n", "proba": 1.5179829233602504e-06} {"commit": "451f8d600d599a8080c6dfc77bb237c252799303", "message": "work more on replacing dedexer\n", "proba": 2.8382839900586987e-07} {"commit": "e4899bf912772db620743d38cead8ef7b37fec81", "message": "starfury\n", "proba": 1.8345531316299457e-06} {"commit": "e16b85430f61cfcf3bd80b6a55ecdbd943df5afe", "message": "segmentation testing\n", "proba": 1.4998544202171615e-06} {"commit": "01cb0f10ae5d0f5ab055f1e108df74c1cab4022a", "message": "changed SERVICE_URL to eva, new release necessary\n", "proba": 1.317422118063405e-07} {"commit": "7f950ac23046d8fee834343fb7039ebadc005ba2", "message": "More portable git_describe\n\n`git_describe` now accepts the path to the git executable as optional\nargument, and catches more errors which may be raised during command\nexecution.\n\ncloses #76\ncloses #77\n", "proba": 2.2989331682765624e-07} {"commit": "9ebca1bf5749db40b74eab58ba412c3237ee1a85", "message": "make strip_brackets less intrusive (optionally)\n", "proba": 4.864659217673761e-07} {"commit": "9766d55b5b3000ae84ebc257198df888ebed5764", "message": "fix feed unique id generator\n", "proba": 2.6341970738030795e-07} {"commit": "96960b64fb017b23a34eda805fc901801a5b1ca0", "message": "code_generator: Add link_library\n", "proba": 6.469584263868455e-07} {"commit": "0a52fdff43a1b7aa36c96ca561336d1877eee5e0", "message": "fix runtime file path\n", "proba": 6.861373549327254e-06} {"commit": "673d8e676eb656bbe9d9b7df5398e755eb2eaa2c", "message": "Make sure we're using python2.\n", "proba": 2.3967311335582053e-06} {"commit": "cbedfe9e78f5d640c97b32984acb5d20ba172342", "message": "implement ParamPtr row\n", "proba": 7.988068318809383e-06} {"commit": "61efaf23d329ca0ac6ecf3aaa8bd44a73ee177a7", "message": "drake: sort the environment when showing it\n", "proba": 0.0004126021813135594} {"commit": "de537fc16ec30f6a054dd7a5e27b92d3f9af3451", "message": "drake: Fix typo.\n", "proba": 4.190267191006569e-06} {"commit": "5d5c68033bf68c05e8757761b64e5442700b20fe", "message": "Path: fix total stripping.\n", "proba": 1.6807555880404834e-07} {"commit": "0abbdbc20d6fdc59558d576de39eaa38ee3840fe", "message": "Localizer: cosmit in mass_univariate example.\n", "proba": 2.3869719711910875e-07} {"commit": "38636e93308c0ec8a32431347157408deade1663", "message": "final supply changes\n", "proba": 2.8757199288520496e-07} {"commit": "8fc8b38b52132785240aa62c2437c5ea850dc36d", "message": "Added --no-owner --no-acl to Postgres default command\n", "proba": 1.9880283730344672e-07} {"commit": "3dceb70d6c84d694efe6865ed0b37765785a610c", "message": "Cleanup WordCount example.\n\n* Use standard \"with Pipeline\" convention.\n* Use MapTuple rather than Map and manual tuple unpacking.\n* Use recommended combine patter rather than DoFn.\n* Remove advanced metrics feature from first example.\n", "proba": 1.0067481071018847e-07} {"commit": "2355b13c180bfb065cf5826f5e1e48079822da16", "message": "Update version 1.0.0.dev4 -> 1.0.0.dev5", "proba": 5.647264629260462e-07} {"commit": "1cc776c3aafb12e3a1686c289567390bda0fd647", "message": "recursivly install dependencies\n", "proba": 3.4686081562540494e-07} {"commit": "b737ba907931688b05510e4e0209b2c0ec79d169", "message": "Closes #1784\n", "proba": 2.1091608459755662e-07} {"commit": "c8d1917275ebb893bdf48394cd2972b70d345da8", "message": "Update version 0.8.0 -> 0.8.1", "proba": 3.6752891219293815e-07} {"commit": "9c7607a9f5674b4f9a3be344e93cb0175f85e92c", "message": "LogFile class: in smartieLog() method, also check for tables with parse\nerrors and add a warning message which will be displayed by baubles.\n", "proba": 1.0085162216455501e-07} {"commit": "e52b2dbb7cc0e3753bf747ee01f8b142811f10f9", "message": "DOC: Whoops, correcting typos in half\n", "proba": 6.518367285934801e-07} {"commit": "e25fc9a74bcaf6b58f286ec2c56c73ec622fb755", "message": "Add in \"info\" icon to flag informational messages in the output HTML\nfile.\n", "proba": 1.140576415536998e-07} {"commit": "df1b830c19abd2229fdddc35bd3416c1ebeafb9e", "message": "cleaned risk\n", "proba": 7.016781751190138e-07} {"commit": "541b8896536631f9b84725526f80d62f16032bd4", "message": "RF: Simplify sparse NNLS fitting a bit more.\n", "proba": 1.0437342012892259e-07} {"commit": "71e9bbff741c024f886f933ab2ca9e62dbb91c37", "message": "simplified addto_db() function\n", "proba": 1.5545707356068306e-05} {"commit": "3fa4a1898aee0dabee951f81f790bb2da042ec81", "message": "Reintroduce save hooks\n", "proba": 2.088454778004234e-07} {"commit": "401543c149f4f1fef178bb7b52aa2cf2f181c04c", "message": "pandas targets\n", "proba": 8.448180778941605e-06} {"commit": "769d54be5631f7626aece3df057f8823088d3455", "message": "Removed universes.rename.\n\nUnnecessary with an add and define method.\n", "proba": 1.0321568311155715e-07} {"commit": "7268acfc106b75c865ebe572dc934a3eb1d85d5b", "message": "disable pylint on wildcard import\n", "proba": 2.5958468086173525e-07} {"commit": "6c81ea44ef30325d096f4e9d581ba3d449a67a13", "message": "working on wav shift routines in prep spectra step\n", "proba": 2.0693684632533405e-07} {"commit": "876f0fa24858e6d476cb440aa47a079e8ea028af", "message": "mod. generalize median aggregator to any numpy op that may operate on numpy arrays.\n", "proba": 1.7305465860317781e-07} {"commit": "c3c1bce8727ecbd9c81e76d795ff7b079785db3a", "message": "Refactor the opcode handling slightly to print better errors on unimplemented\ninstructions. Implement the first opcode in the curses VM (op_call_1n) and\nop_inc_chk.\n", "proba": 1.330556074208289e-07} {"commit": "3e4552db8c4d60cc1f6afa96f2b1567b987614bc", "message": "generally works - still needs friend checks\n", "proba": 1.2658485104566353e-07} {"commit": "56a6f0158815efca4be23c69d4bd36d2c2303de3", "message": "Clarify a comment\n\nNo implementation changes, just improving the documentation a little.\n", "proba": 3.5336958603693347e-07} {"commit": "6190b6ba40a61f7cc85a9ecfff8d9fb03dedebb9", "message": "Update base_conversion.py\n\nfixed stupid mistake in error handling", "proba": 3.6018832361151e-07} {"commit": "560c1fb43a6f5e57015b1aba0bb57a34c16ed225", "message": "changed .bam to _BQRS_FIXED.bam\n", "proba": 9.794349352887366e-06} {"commit": "524e8e7f8846d26c80f4ec5e7c0d759a2e16a126", "message": "if DestDataType not in YAML file set DestDataType = DataType\n", "proba": 0.0001249949709745124} {"commit": "984f4f26256cc8654fc9f9a585a12a2e6de29cb2", "message": "Updates to deal with ASU contents for multiple crystals (including\nsequence data):\n1. Crystal class: added methods to set and retrieve the sequence data.\n2. Xia2run class: sequences are now assigned to crystals.\n3. New module-level function \"splitlines\" (breaks text into lines of\n fixed length).\n4. __main__: pattern for capturing sequence from xia2.txt updated to\n deal with \"blank\" sequences.\n5. __main__: reporting in \"Asymmetric unit\" sections modified for\n multiple crystals, and now also include the sequence.\n", "proba": 4.916213356409571e-07} {"commit": "1c695663e4885418fa339c0063b1039294cdc077", "message": "add ws host\n", "proba": 5.585747544500919e-07} {"commit": "054a8be16dcb685071035e95dba5bcf4d6e53d5b", "message": "configurable data dir\n", "proba": 8.935476785154606e-07} {"commit": "eb3b96f17119bb0604a741327b788fe0f291a152", "message": "remove deprecated function get_data\n", "proba": 0.00010374859994044527} {"commit": "f71b078cb0e8ec882344b091237896d1125f0636", "message": "make subprot switch decision look at all previous protocols up the stack\n", "proba": 1.4786544966227666e-07} {"commit": "1d5236c5b640160815d28c3321b7ab8e37384735", "message": "Fix reconnect cause cpu usage 100%\n", "proba": 4.506245545599086e-07} {"commit": "a20127b6fb2956513f9c6d3ce5aaed01eb3a21cd", "message": "version bump; bug fix with photfile config variable\n", "proba": 1.6737463681693043e-07} {"commit": "d561f3d1f53329fde1e0810bb08e6bfbffeec54c", "message": "UNITTEST: Updated Unittest to check existence of settings.cfg, dataProcessingFunctions\n\nUpdated unittest to check the existence of settings.cfg and\ndataProcessingFunctions. Because setConstants.py won't be needed\nanymore, removed this testcase.\n", "proba": 1.0800624750118004e-07} {"commit": "8319c0f005f83700106e6ad017385b31aa1f82b0", "message": "Updated weekly import\n", "proba": 2.121488762441004e-07} {"commit": "420123362b5ec41548332eff3dd9760c25b794ba", "message": "format\n\njust format", "proba": 1.461685656067857e-06} {"commit": "734c7344f4a03eeb8c24366271c9450b209aed69", "message": "Adjust PEB-8\n", "proba": 0.000156449168571271} {"commit": "21b292c35e09fc918c9d4cf4cfb959328e9cb57e", "message": "added check for jinja2\n", "proba": 1.6207953024149901e-07} {"commit": "d4e89e20e5b6678b5dc2db2436fde5bc7f4aecc2", "message": "best model; clip fix\n", "proba": 4.7317644202848896e-07} {"commit": "e6f198cd71f9646e125cc13365cc3e386d0f881c", "message": "sprinkle sleep before asserting running nodes\n", "proba": 1.471043731271493e-07} {"commit": "5625e88cf8a07d7449a867dadd14d6294ef552fd", "message": "Implemented print_top(filename)\n", "proba": 1.8239454220747575e-05} {"commit": "6acd0d938699982981b43fac9c8152f98bde1c5b", "message": "checked test for random X running\n", "proba": 4.855450015384122e-07} {"commit": "869d9130e64f297280baee576796427d6cad7468", "message": "bug fixing creacion de cita sobrescribe aseguradora de paciente -Capriatto\n", "proba": 1.3043431579262688e-07} {"commit": "64dae03b4c74237964e93dbe21da0dd5326df992", "message": "Correctly append to md\n", "proba": 0.9999994039535522} {"commit": "445bbd3536509770779d50930ae1296dd178a8c3", "message": "FIX: Doc link on test configuration page\n", "proba": 1.4898964195708686e-07} {"commit": "32151e06166442260d8953f26787a87a3bbb64fa", "message": "Reduce queries in checkout view\n", "proba": 6.605730504816165e-06} {"commit": "8d5c2fa00cf4fec2e22e8fecd7365cb68862e7f7", "message": "Switching to {{VARIABLE}} naming for folders and files\n", "proba": 3.142563582514413e-05} {"commit": "09ef01ff393e664466efef6299cdccd817e7b26e", "message": "update sgd with epoch\n", "proba": 2.0911232923026546e-07} {"commit": "c882b5b74e5da36bf5b7e5c03294b0bb47651f72", "message": "Commented checkfunctionstest file. This file is working well. Some of the models are failing numerous times before the conditions are met, for example, the DomPre takes hundreds of thousands of attempts to satify the sample size. Might have to make the limit of attempts rather high.\n", "proba": 1.048327007424632e-07} {"commit": "1814eba6064ef8e3dab50964b306f76546ce0031", "message": "top count written\n", "proba": 1.8159580577048473e-05} {"commit": "ec059d9cb0658f07226053ea79a07d0f8d8e7f50", "message": "Cambios\n", "proba": 1.9112990230496507e-06} {"commit": "81d86d67bacf9c119b1897c96087cc6c02a7fdc2", "message": "improved output of fidelity-hist.py\n", "proba": 0.0001356024731649086} {"commit": "9d4f85641c3d5452c004f5303cf7b10b0deb2dca", "message": "chore(Parser): add number expression and string expression and name expression\n", "proba": 7.358992661465891e-06} {"commit": "d805610fe1b29389a1d45256ac2ac0754ca7c461", "message": "fixed test script\n", "proba": 7.025566333140887e-07} {"commit": "4417d9729bdd32a049f1d1dc03668f3414889909", "message": "Add python2_bin and python3_bin default values\n\nSome components such as the SSH client assume those\nvalues will be there. When the code is invoked from\npython scripts and not as an application is good to\nprovide sane defaults and not require the application\ncode to have to provide them.\n", "proba": 1.391760378055551e-07} {"commit": "5e88d4057afaea5dfc0c6afc52e37485cb2a8625", "message": "update init method\n", "proba": 6.238594210117299e-07} {"commit": "5363bea25b781172470c5b780be5ac24a9551f62", "message": "IRC utf-8 ignore invalid\n", "proba": 5.876231807633303e-05} {"commit": "b157c32503029ce21fe6ac29f6045517d0e1e96e", "message": "deposit: fix for translated labels\n\nSigned-off-by: Yoan Blanc <7e8c88beed64bd6a341c3085bc82ac100e832f6e@cern.ch>\nReviewed-by: Jiri Kuncar <2bdffcb416fed3002465740d19a053a39918cbe5@cern.ch>\n", "proba": 1.1403491129158283e-07} {"commit": "a5cf2c704f07ef81059fb5bbb44a145b674db7a4", "message": "Enrich error messages on scene change detector.\n", "proba": 1.2418242079093034e-07} {"commit": "c1a101fa6d83c557bb8416345ad64b444d10328c", "message": "Deleted duplicate file videoGenerator.py\n", "proba": 6.835190333731589e-07} {"commit": "824a96ec21907a9c74b04e215443c75639a192e3", "message": "Use copies of defaults.\n", "proba": 1.2423514306192374e-07} {"commit": "e29e7e8977c3fb2f3e0ffa73a830f64723792269", "message": "just a comment\n", "proba": 1.2448383301943977e-07} {"commit": "817aa1f18d4fb7edfdcaf69255de310d76af223f", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "221ba92c3a0a79fe4dcef1cc3a2c75a4da7fb4fd", "message": "fix connected\n", "proba": 5.997629841658636e-07} {"commit": "262c60d372b85c12cdb26b2b0dcd07c490640b29", "message": "Refactor request process to handle status codes and return data dict by default\n", "proba": 1.4762267142032215e-07} {"commit": "499f4e2fe96459b4572250bf5f5cb3483f8b7b19", "message": "Changes added for files with any extension\n\n1. Now video files with any extensions can be converted into mp3 files\r\n2. File names with only no special characters are accepted as of now \r\n3. To fix: Accept files with any name", "proba": 4.893099321634509e-05} {"commit": "c6171af5eef38fda7257e0f0bf0bb3906536dfe8", "message": "improved doc\n", "proba": 4.4054158365725016e-07} {"commit": "94842206dadd84d1f75d303e2a56d79e52b51a7c", "message": "The default argument to `proxy` should not be the `proxy` function...\n\nThis was done in f4ba89735c6ee0ab439827b48738e836e64e65a0\n", "proba": 3.2049947549239732e-06} {"commit": "041ef22c9af9e1500141a45d612061a12d91e5db", "message": "fix ips offset (#45219)\n\n", "proba": 1.582562845214852e-07} {"commit": "fa89ac95954502c14105857dfbb8dece271408e0", "message": "Remove accidental commit of credentials\n", "proba": 1.0221589263892383e-06} {"commit": "a69013054d6d71dcb6228252443dab064c0f3f02", "message": "FIX: skip backward-pass in case of evidenceOnly=True.\n", "proba": 1.846390318860358e-06} {"commit": "566f096edec460d85704bd839eb51e0b3d52513d", "message": "python3 fix. use __lt__ instead of removed __cmp__.\n\n--HG--\nextra : convert_revision : schettino72-20111105060756-pe3z1dozs8it1fqt\n", "proba": 0.00015987304504960775} {"commit": "458298e02c3a973452f27df4f119e0083e924b56", "message": "Enhance Pandas filtering to get only useful receipts\n", "proba": 1.2297643081637943e-07} {"commit": "656303a3d92a00f7b16b855396506b2a85077c51", "message": "Update neutron.py", "proba": 9.763524531081202e-07} {"commit": "7af322550a0a27cb4e66a72cf545b5926e5c6968", "message": "Remove newlines from exception tracebacks\n", "proba": 7.139321382965136e-07} {"commit": "64d3f3a35f0652542f5845907e53a7a501274c1f", "message": "Fixed error message in plot method\n", "proba": 2.761094037850853e-07} {"commit": "f9189fd7417dd26c837695f2a339c2f52fd084c2", "message": "bin/sv1-summary.py: correcting typo in links do redux files in html tables\n", "proba": 3.894991493780253e-07} {"commit": "45036ca248e90f3d9a6791dd79c1b27c03766ad9", "message": "Added rough retrieval of hero abilities\n", "proba": 1.1874559646685157e-07} {"commit": "68bdebe85b2ee43a61ea24e080511b07e1fe09c7", "message": "rdrf #1456 excluded if deident is null and archived patients\n", "proba": 1.4537738479702966e-07} {"commit": "3f61e77c4544c425a04b141f92e95b21e398d2b2", "message": "Fix pdbedit module on samba 4.9 (Fixes #50538)\n", "proba": 1.0539627481875868e-07} {"commit": "8445683dc1bf18b87a7bd322d2480beee43a0d82", "message": "DNA damage: avoid using ensemble for summary QC. Fixes #2931\n", "proba": 1.5240287609685765e-07} {"commit": "722e6c51bb555cb1a21bc24c9f09702293b904fc", "message": "Some large changes\n\nI have made several large changes to Textventure. Here they are:\r\n-Removed the pickup() method of gameItem\r\n-Changed several docstrings\r\n-Added more to main part of program\r\n-New pressanykey() function\r\n-Modified loadgame() and savegame() methods of Controller\r\n-Now imports `os` and `tty`", "proba": 3.038651357201161e-07} {"commit": "658cefc6e2eb69c3c20b7a49760da457a2c10a8f", "message": "assertEquals is deprecated\n\ngit-svn-id: a2d0af3c19596d99b5c1e07a0b4fed4eaca14ddf@18189 7fff26f0-e11d-0410-b8d0-f4b6ff9b0dc5\n", "proba": 4.969251222064486e-06} {"commit": "35df4b2ad009579b6438305c2e99fa1a27804b79", "message": "Bug 642779 - Add compile.sh step to update_site.py\n", "proba": 1.293717559747165e-07} {"commit": "1f40303d8c39143ecb85dd6fb10deac3e852bbe2", "message": "Sound Check parsing: fix odd-length strings\n", "proba": 0.00029585580341517925} {"commit": "9de8f3eb429996d6321f58c2df27f97e73d13f2a", "message": "Bump to v4.0.0b21.\n", "proba": 1.36223277991121e-07} {"commit": "b7ffe4f35492d68773bc718400436da722ca0ee3", "message": "Fix upstart disable to not add the .conf to filename, Fixes #4580\n", "proba": 1.8964146875077859e-07} {"commit": "0820dad49d886d74463eb18c9156a0eba1d907b4", "message": "remove unnecessary IndexableEnum\n\nThis is not really critical since list(Type)[i] works just as well. This fixes\na couple other problems from the enum transition:\n- The name of TYPES was not really consistent with its new role as an enum\n type. Renamed this ImageType.\n- Fix a rather egregious bug in embedart (undefined reference to Image).\n\nOriginal: 2e23e8204135353f00917f17b08a8f5344fd9e8a@443b808\n", "proba": 2.989351560245268e-05} {"commit": "877a7a82ce73ba94095b744c0ac0ded60e80e08d", "message": "updated pre-commit.py script to use relative directory from .git/hooks dir\n", "proba": 3.764707230402564e-07} {"commit": "05392bc664d0efcfe79695507d068913c4d5a841", "message": "cloud friendly vagrant destroy\n\n(cherry picked from commit e82b1dc)\n", "proba": 1.1284101475439456e-07} {"commit": "af8f6f18093ae82fd4aab86f90cb2607409e927f", "message": "Extract slashed packing storage style\n\nOriginal: 2e23e8204135353f00917f17b08a8f5344fd9e8a@d377774\n", "proba": 3.0645290394204494e-07} {"commit": "e46eb250ff6330101d2aa8c009db6e6601fccb36", "message": "Fixed some more little things to satisfy pylint\n", "proba": 1.1375564668014704e-07} {"commit": "8bbd7ea57d6d8613551b5d4630576034f98cbcdc", "message": "also generate a short log output via native git\n", "proba": 7.467604518751614e-06} {"commit": "448e806c38c629ec6ba9f8695ac88d6a71dbf81a", "message": "add logs for uncompresss retries\n", "proba": 8.592803055762488e-07} {"commit": "8ed1d0bcd3315abd146435b067bb81081ec4904a", "message": "Rename method to convention\n\nOriginal: 2e23e8204135353f00917f17b08a8f5344fd9e8a@d8ea108\n", "proba": 4.02426195478256e-07} {"commit": "728690b783e5eeb9663c747f27c24d2b07dc60fe", "message": "Added modules.vsphere.list_cluster that lists a dict representation of a VMware cluster\n", "proba": 1.709321821863341e-07} {"commit": "2dd465fb2b615efb9d263cf312e428369c09996e", "message": "removed y option, it was dumb\n\n", "proba": 1.1231059943384025e-05} {"commit": "f324a2dd60cab9ad03257f8904a3770c5b9ef1b2", "message": "add basic logging back\n", "proba": 3.167433249018359e-07} {"commit": "beadee0f7003697ff55d027c0cbc47567264a698", "message": "models: remove obsolete method overrides\n\nFrom Django 1.7 release notes:\n\n Schema migrations\n -----------------\n\n Django now has built-in support for schema migrations. It allows models\n to be updated, changed, and deleted by creating migration files that represent\n the model changes and which can be run on any development, staging or production\n database.\n Django 1.7 replaced South with its own migration framework.\n\nFrom Django 1.10 release notes:\n\n ``Field.get_prep_lookup()`` and ``Field.get_db_prep_lookup()`` methods are removed\n ----------------------------------------------------------------------------------\n\n If you have a custom field that implements either of these methods, register a\n custom lookup for it. For example::\n\n from django.db.models import Field\n from django.db.models.lookups import Exact\n\n class MyField(Field):\n ...\n\n class MyFieldExact(Exact):\n def get_prep_lookup(self):\n # do_custom_stuff_for_myfield\n ....\n\n MyField.register_lookup(MyFieldExact)\n", "proba": 0.0036825095303356647} {"commit": "764f56f7113f4238ffe7286447ef63e1e981055c", "message": "fixes multiple values in mof configuration (#34681)\n\nissue #34548", "proba": 1.3680561039564054e-07} {"commit": "7923a930f5a38dd35ace3a8a9dee8421b011107e", "message": "just return the keys which are the version numbers\n", "proba": 2.3951224648044445e-06} {"commit": "c95e59839a7eafc01a5803a34038d8826195f661", "message": "Import OS\n", "proba": 8.880656423571054e-07} {"commit": "6d636ae0d6445649f21850a6f19d84ecf5e7c020", "message": "Force all distros which use yum to use yumpkg5\n", "proba": 1.1880069905600976e-06} {"commit": "d961f557b4403ce8497461c024676fae9df36341", "message": "add \"fromrepo\" support to available_version (yumpkg5)\n", "proba": 1.1478175565571291e-07} {"commit": "d686479f544f2e9ca149f9e23e87eb0e973a8715", "message": "more cleanup\nno need to caste keys() to a list since it returns a list\n", "proba": 4.715852810477372e-07} {"commit": "f44327d349ad2e0c74a287eaf813637dfab3a0ff", "message": "Iterate over a copy.\n", "proba": 9.617674550099764e-07} {"commit": "84da3ab2aca407d3bdf3d4d13871a0054103db52", "message": "Update mysql.py\n\nadded the 'alter_time' column to the table 'salt_returns'\nThis column is convenient for us filtering SQL statements in a given time period and help us determine whether a statement execution success on some minions.\n", "proba": 1.2059393839081167e-07} {"commit": "c62b73a6df28856cdf6453fffb1aad8baede4476", "message": "Make id primary key\n", "proba": 5.838205470354296e-05} {"commit": "5ea3579e10fd94eada1ca4a18d6ef07a014a96cf", "message": "Pick up a specified roster file from the configured locations\n", "proba": 3.486171067379473e-07} {"commit": "3bf9b34c4d1bff564bf495bc3439bf02e965ffd5", "message": "More lint issues.\n", "proba": 1.337706549975337e-07} {"commit": "ee06749d7a2e11f1936e1bbabf6e0d4c0c778028", "message": "Fix references to renamed attributes from salt.utils.gitfs\n\nThis change should have been part of a0f7eec7, but these refs were\noverlooked.\n", "proba": 1.1165769819854177e-07} {"commit": "15b751d6e228aec8cbccad454bca6359df49bf07", "message": "doc: Docker state use ports and not port_bindings anymore\n", "proba": 1.2526196258022537e-07} {"commit": "3b72b65180c6d9de4b5af3064a5aa797df94fd7e", "message": "FN_CACHE was not efficient as it was used to replace another dict.\n\nAnd was defeating ``reload_modules: true`` in states.\n", "proba": 1.2071200217178557e-07} {"commit": "3a9d27345465b68e175df6d07e62f5789fde4744", "message": "comply with returned state interface\n\nhttp://docs.saltstack.com/ref/states/writing.html#return-data\n", "proba": 5.568238634623413e-07} {"commit": "1e9f6ff32429ff5d42df84f8ef1ffeeb25eca98b", "message": "handle inconsistencies in dockerd API\n", "proba": 4.5188718900135427e-07} {"commit": "3560bceec081b66f233a13320282420e2091d0eb", "message": "Do not compare with None using equality operators\n", "proba": 7.490220741601661e-05} {"commit": "68e36ff1622ee261eb853be16e0ac7e35391dbc5", "message": "Fix htpasswd checking for existing user\n\nThe grep now makes sure to match from start of a line to the password\nseparator, to avoid partial matches, which is incorrect.\n", "proba": 1.1447664149955017e-07} {"commit": "6930af7a446e34ecd0764e7efcbdd6fd821ae111", "message": "Allowing iptables state to save rules if rule already exists and save=true\n", "proba": 1.4352525568028796e-06} {"commit": "478b205ff3b0e67b0cc4b7c6b7b00a8fc7e42436", "message": "Fixing a bug when using the aggregate functionality where rules were not being saved even when specified in the state files.\n", "proba": 1.0790000004590183e-07} {"commit": "104d739698d09396ab391bf94c749dc942b455e5", "message": "Fix remove environnement variables from the iptables rules generation\n", "proba": 2.7464709546620725e-06} {"commit": "15a139da0ba2f5f0b484d4ec99a5120a1a72ed43", "message": "Missed spaces for indentation\n", "proba": 6.029067662893794e-07} {"commit": "917a849d57d5a92e2f8205089bada721df1f9293", "message": "Update win_path.py\n\nThe function doesn't have an `index` parameter", "proba": 0.00013970027794130147} {"commit": "b2849dd640b6c5aef04a19fe938fc4c8c50334a2", "message": "fixed flake8 error in adaptive learn.... whitespace issues\n", "proba": 1.485721980998278e-07} {"commit": "c5a4da920c12cf6e90f2c0c3f869d8224ea5ca60", "message": "finished modulizing createElection.py\n", "proba": 2.1101909908338712e-07} {"commit": "857bcbfcff55b18f2fed6bbff1e0b9d050261205", "message": "Reuse keyspace and table if they exists\n", "proba": 7.551672069894266e-07} {"commit": "f6132e355730b50fc05f2a086b54ce473075bf05", "message": "Add scrollbar to the correct widget in contact list demo\n", "proba": 5.023787821301084e-07} {"commit": "922cce65585fa57862c04b3f57dd2d827792eee0", "message": "Initializing sockslisten config value to account for upgrades. Otherwise, settings panel will not load.\n", "proba": 1.0389632620899647e-07} {"commit": "1f72e86d6b40681470383091eb42b95403ffaf63", "message": "adding url\n", "proba": 3.3423491458961507e-06} {"commit": "993ab7bf77f36fc3c978591e10ec919459ccb81f", "message": "Sphinx initial config.\n", "proba": 1.7222157566720853e-07} {"commit": "20bcf1ae40932a1079f9f17101ab7c92e89dd619", "message": "Cleaned up plugin initialisation\n", "proba": 5.218997785050306e-07} {"commit": "f0a542c6f82f798fa0584b679066c8f8772e3d58", "message": "Corrected the URL for publishEventOverHTTP", "proba": 0.9999727010726929} {"commit": "da0a8ee0c51a9007effe325e0e09511f07b579fc", "message": "Minor adjustments.\n", "proba": 1.7705043831028888e-07} {"commit": "d1483d9b8226e480698eca29909915011e34a180", "message": "exception cleanup and TAODO cleanup\n", "proba": 2.4301587586705864e-07} {"commit": "81fe8ddfe6eb884d54af5d53e239d00d507f6143", "message": "Fix bug where api with no arguments was not working\n", "proba": 6.147499789221911e-07} {"commit": "cefb53136243f4fc0fa89ff819f412e5d62c1e85", "message": "Add path to exception text\n", "proba": 3.3978528790612472e-06} {"commit": "5f95323ecb3e06546ae351de749f11612f71c43b", "message": "Added a note for -kk in 'waf --help'\n", "proba": 1.1014572010026313e-07} {"commit": "59d1aef40a52aa688be9c09e3f95c4429d223456", "message": "Fix IPython detection. The previous attempt triggered if a module from IPython were imported even if we weren't actually in an IPython shell.\n", "proba": 2.1581530518233194e-07} {"commit": "aa4c2e86430bae025bd10ad95c9b7b2bc4131f41", "message": "counting leading whitespace in offset\n", "proba": 4.444712612894364e-05} {"commit": "9202f668949c5fcce8c304804dcbc79f3ec3aad3", "message": "Make location a geopoint column\n", "proba": 0.002133601577952504} {"commit": "5b3a3dfeb90658f2022cbd02f1615a905911f306", "message": "add tests\n", "proba": 4.0275867263517284e-07} {"commit": "a6d561d617d29a7b92522951afc2efd1882f96ae", "message": "old keras code update\n", "proba": 1.9708180332145275e-07} {"commit": "50d3ec1a03730d88b5c706b439aeaee524adfd5f", "message": "fixed integration/script code files regex\n", "proba": 8.827931310406711e-07} {"commit": "8e94a99394d5d0bfab22f0ded1e6b88a69ff7a0f", "message": "add workflow timing in __all__\n", "proba": 2.270331151521532e-06} {"commit": "7b46b92e46358d13e8c9926d4d99f24bb2566fee", "message": "Adds docs to Client methods for resources, actors, and traverse (#2851)\n\n", "proba": 1.0598855482157887e-07} {"commit": "a248c35bec1dcffafe523ccc4f5ef736afd04adf", "message": "When deleting a network make sure to remove all linked ports\n\nChange-Id: I6b7ce082e6d185e870c82d76dd08278b8485cfc3\nCloses-bug: #1560895\n", "proba": 9.284665907216549e-07} {"commit": "51d3d660345005e422c0f0b2f9a79f3265f4c8e6", "message": "fixing little bug that was raising RuntimeError: bool value of Variable objects containing non-empty torch.cuda.FloatTensor is ambiguous\n", "proba": 1.0187868610955775e-05} {"commit": "d89dda21b2c369fc28004d1af78949ad5896bfde", "message": "Fix init_db command\n", "proba": 0.00025594199541956186} {"commit": "94f0219b26721bddb3af5539120add0a2a901298", "message": "Add lock around dumps_function cache (#3337)\n\nFixes #2727", "proba": 2.0729554250920046e-07} {"commit": "ae1be276f48529ecc420194e484afbd941b9071e", "message": "Remove test for obsolete l3_openflow_app\n\nThe app was removed long ago\n\nChange-Id: I0697b5993985ec76f589186923a51539bdef2139\n", "proba": 0.00010670506890164688} {"commit": "ca01593e38a1cd85f40b15054f941b97e3a73a80", "message": "Fixed some PEP8 issues (mostly too long lines)\n", "proba": 1.0499758928972369e-07} {"commit": "3d8940ba31e86e7aeaab2ad7eecc128480b9b00a", "message": "Added oxidation state differentiation to POSCAR\n", "proba": 1.3599158421584434e-07} {"commit": "5987b3c46d5a6948737627d294d95ed54d49eae6", "message": "Removed comment from Form.changed_data; refs #24191\n", "proba": 1.3333544757188065e-07} {"commit": "0879ae3cb2846a6ba9f2f864109298e44af52327", "message": "Update main.py", "proba": 7.280797831299424e-07} {"commit": "4dbd75eff1d38ee486e9184cddd4be3da526e782", "message": "No need to store st_mtime, modified_time is the \"standard\" in pyFilesystem docs.\n", "proba": 1.2406724181346362e-07} {"commit": "80a99bdc1bb9bc167844147f9e9c39d0ca65f20f", "message": "Fixed small typo in User object; thanks David Ascher\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@1396 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 6.213240908437001e-07} {"commit": "fd57c3ba2958228dffc5f9d0db1303bac17101f3", "message": "uses platform-agnostic executable-specifying code\n", "proba": 1.9669081666506827e-05} {"commit": "b049bf7f85602f635b9c0bee3e6a3a327f5d3e08", "message": "fix logger comments\n", "proba": 1.0438760682518478e-06} {"commit": "2fd7333275882c1afbf6c267760f471af95aa836", "message": "- set up the master while loop for the daemon\n", "proba": 1.4227487099560676e-07} {"commit": "9ebf07806d931ce5fecf2f2d6423e91ba22f175a", "message": "implemented straight flush\n", "proba": 3.3247769692934526e-07} {"commit": "d79c048f8324997c0f0d3431281662d0a027cfdd", "message": "Si identitat no respon amb un camp emailPreferent, no ha de petar\n\nFem que si no existeix, retorni com a valor per defecte None", "proba": 7.169852324295789e-05} {"commit": "153c3e3924f7a3a2eb290e5358ec0907177e7077", "message": "Fixed #6494 -- Factored out the HTML debug output into a method of its own for\nreuse elsewhere. Thanks, Bastian Kleineidam.\n\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@7292 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 1.999777168748551e-06} {"commit": "0b49538ae0e6723bbfacce5a32fc2e8957597a50", "message": "Changed 'Send to DPaste' link (from [6820]) on debug page to wording that's much less inside-basebally. Also changed it so that the button only shows up after clicking 'Switch to copy-and-paste view', so people know what they're getting into. Also unconverted some XHTML tags, as the page uses an HTML 4.01 doctype.\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@6882 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n\n--HG--\nextra : convert_revision : f556ec9ac7d32da98d4bfb299dc36ed86d242fc8\n", "proba": 2.5045617803698406e-05} {"commit": "b6918aa7cbe59ddf388afe448cab360c4a9989af", "message": "pep8 fixes.", "proba": 1.2504186486239632e-07} {"commit": "cc8275e404dbf7c38f4afe7c4675956175289d60", "message": "die extensions hei\u00dfen django_extensions\n\nFrom: Jannis Leidel \n\ngit-svn-id: dabb78e823c576b917b80709b83d9122d0bef68d@459 72ec9c59-00b0-4840-a13a-91ba528515d4\n", "proba": 6.683607125523849e-07} {"commit": "22fc2bb7d9fe19d4189ef71aacf0367dbcb57efb", "message": "sort the queues only by name\n", "proba": 0.9987046718597412} {"commit": "067db9838f6b58d9e4670e8fbdf9076dcdb1d538", "message": "Agregado on_delete en modelos para compatibilidad con Django 1.8\n", "proba": 1.9619348279320548e-07} {"commit": "bc8edde311235193f01fcf0170a729be35cdaedb", "message": "dvc repro: report status and command\n", "proba": 2.037997006709702e-07} {"commit": "d263c664d541fc3d7428e4c8f14c82afa4068b53", "message": "Automated merge with http://bitbucket.org/wkornewald/djangotoolbox\n", "proba": 2.084994150663988e-07} {"commit": "a566e92ce01ef844dfdc0604803cf1dc45c3f094", "message": "dvc: properly resolve dvc name for external local files\n\nSigned-off-by: Ruslan Kuprieiev \n", "proba": 1.1899397378556387e-07} {"commit": "f4da3eb6ca51ca5fabfbc073d2dea5961c401e20", "message": "roi path\n", "proba": 1.4397504628504976e-06} {"commit": "aa4ced652558965a0a28a47e1536cd9bd00ac252", "message": "Fix #261: ModelMultipleChoiceField and CheckboxSelectMultiple\n", "proba": 1.3864203651792195e-07} {"commit": "0c55544b121f6ace9dff81737fe5c58ac0d907de", "message": "Replace hardcoded value with settings supplied variable\n", "proba": 4.4097255340602715e-06} {"commit": "630df224dfcb063c6585f6e845f75def3e6ec86b", "message": "updates to send_mail infrastructure to send email to wsgc when users upload files\n", "proba": 1.4098363010361936e-07} {"commit": "0f6df51b4644e28e69b2775a92a07122c0aae24c", "message": "Fix the -j command line switch.\n(ConfigParser expects overrides to be strings, not ints)\n", "proba": 2.7391209300731134e-07} {"commit": "c0a84910e78f12028822a6b82fe0b1970d781408", "message": "Initialize the run with zeroed values\n", "proba": 3.921491043001879e-06} {"commit": "e2b81eac2dd5ffb17a781178fd9165fd21258992", "message": "Delete abc.py", "proba": 0.999998927116394} {"commit": "a98f1291df2a9d7a232e96f6b65369c03b5f8e12", "message": "Move Zig source normalization to `create_files`\n\nThis actually works, even if I don't know why.", "proba": 1.1374957153975629e-07} {"commit": "f7246c478d07d05d4b3ec34ce8e327507fd61bf4", "message": "Add mypy types to utils/unicode.py\n\nmypy considers the original return statements to be\nerrors since they omit the implicit None.\n", "proba": 8.125911108436412e-07} {"commit": "192276c591416d5f3bffdd7ee3392f7a7d38f195", "message": "Fix keyword argument\n", "proba": 0.00020219940051902086} {"commit": "51b3e968206d4751d078964f8c86ebd5d6222129", "message": "Logging and commenting latest merge... More to come\n", "proba": 1.0111048709404713e-07} {"commit": "aa32d1a6b9f19b4c47a96d99c6e7e624446a7e88", "message": "set huey to always_eager in tests\n", "proba": 1.4842747475540818e-07} {"commit": "291912d8ccaa34c4f50ea7601a95dc8b5044793b", "message": "[Twitch] Re-implement randomviewer command with status option\n\n", "proba": 1.5042419931887707e-07} {"commit": "13b768aeee247c162ab2e206b7e93c643bc0d5f7", "message": "Allow longer hostnames\n\nLengthen database columns to allow long hostnames\n\nChange-Id: I8b9af9a04b3496c76d0f8fa0bc97a03272a568b1\n", "proba": 1.684869494056329e-05} {"commit": "83fdf89dae997b116b773db3ea29cb552490eccf", "message": "use trading_dt when use all_instruments\n", "proba": 4.999465090804733e-07} {"commit": "f793117d6c10a93f86357f7cb5850475c690b33f", "message": "Updated UHF_libJK.py to standard Python dict syntax.\n", "proba": 1.1500780061624027e-07} {"commit": "b524f5ffff04b54098722e24a0fca8fe51bdc8d9", "message": "Change so ACS RPM is used only for Perf-0.4\n", "proba": 1.5780445039581537e-07} {"commit": "79bf0c23260b4b89c1344d8e7a104d52b861bfeb", "message": "Add functions for computing and plotting CFT torque coefficient\n", "proba": 2.7459526563688996e-07} {"commit": "4871f0fa65b52b47daaf2706a518abc74254c7ed", "message": "Add legend options and remove whitespace\n", "proba": 1.3781728739559185e-05} {"commit": "6fe40b49b93844562f78fc39287d3c5b6d7f20e4", "message": "perda agora filtra de data de corte e sele\u00e7\u00e3o e escolhe visualiza\u00e7\u00e3o de cor e tamanho\n", "proba": 1.9009885932064208e-07} {"commit": "79db230bbc66b356ac67a8006a4a787eac474722", "message": "mostra OPs relacionadas\n", "proba": 5.90324304994283e-07} {"commit": "5d4bbf6703d90d50a9395b4bfd783488b565f416", "message": "pylint annoyances in properties.py\n", "proba": 3.712857505888678e-07} {"commit": "62edd7064ab162761dbd443e0c9da0eb64ec7143", "message": "comment old co-shader code\n", "proba": 1.8608949403642328e-07} {"commit": "8e04b59d6c2da11ef00098cb678d1934870676f9", "message": "add argument to specify when to start pulling commits from\n", "proba": 2.1423589657842967e-07} {"commit": "c7ae68a8b61442466908e3b680102bcd6c100476", "message": "Update Charakter.py\n\nChanged >-1 to !=-1 for kosten", "proba": 1.3670988607827894e-07} {"commit": "2169a2582b6c4e4db37c95b93fd2d9809d595492", "message": "Fix for non-hermetic build.\nChange: 147093777\n", "proba": 3.847829646019818e-07} {"commit": "a18ea74e490c4e04dbf4e08e6b74c0c9ad3a4d93", "message": "py3 remove iteritems.\n", "proba": 1.2981927000055293e-07} {"commit": "c34260b6fbc43baf4cc08ff3bf16fe3e70d84a04", "message": "custom config dir support\n", "proba": 3.5193920666642953e-07} {"commit": "e50fc82551270661ed17bcb6a4d6cc15f93375d0", "message": "Fixed ipython magics to correctly deal with output\n", "proba": 1.6312019113229326e-07} {"commit": "9ef5541e4d30196126649d4bcdbfd9b23d3e06cf", "message": "Class Definition Reference fixes\n\ngit-svn-id: 84bf245b8ec830cf55532821ac8e6bb7d4787dc7@855 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5\n", "proba": 5.610155540125561e-07} {"commit": "a928481ce254cbfad89b13e53464b45dae4774f6", "message": "Revert epydoc fix\n\ngit-svn-id: 84bf245b8ec830cf55532821ac8e6bb7d4787dc7@773 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5\n", "proba": 7.487911943826475e-07} {"commit": "6e1f3eb7e124333c3331c9d348353636b8a94c50", "message": "Add login redirect url to context\n\nAdd the login redirect url to the context to correctly setup redirection back from login page.", "proba": 1.1107653108410886e-07} {"commit": "86e6e77cea81c143ddc8f792951e3f5ac94ab57e", "message": "Revamp Rock Ridge link editing during rr_new.\n\nThis makes it so that we check for a lot more errors and\nwe actually create the links for the dotdot entries\ncorrectly.\n\nSigned-off-by: Chris Lalancette <281cd07d7578d97c83271fbbf2faddb83ab3791c@gmail.com>\n", "proba": 1.0479191558943057e-07} {"commit": "1932a1084324fda8c4ea28405b31203765627f5d", "message": "Be a bit more cautious when dereferencing rock_ridge.\n\nSigned-off-by: Chris Lalancette <281cd07d7578d97c83271fbbf2faddb83ab3791c@gmail.com>\n", "proba": 1.250001417929525e-07} {"commit": "d4f83704793045daec38e68840893abbf379a526", "message": "supporting netcdf coastline files\n", "proba": 2.3310509789098433e-07} {"commit": "f7f9bfa26bd8f284fbefcd1bbac9420242c2eec8", "message": "show_notes implementation\n", "proba": 6.738886213497608e-07} {"commit": "2b21543849b251d17138f8df60d1c7480a9452c9", "message": "Fixed resultset total\n", "proba": 2.2829446777450357e-07} {"commit": "cbce768feabf05283c396a65fb008be496960fe0", "message": "Patch from Nathan Stocks, Issue 579:Failing to load libraries that exist but have fatal problems is _silently_ ignored on Linux and OS X.\n", "proba": 1.0013285134391481e-07} {"commit": "46ccfb7c617e9034ab6df0afa4a6cc5ec3f37499", "message": "Fix URL to apple ld library docs\n", "proba": 0.0007362590404227376} {"commit": "7ca2d2dbba2b84e0154d7239826977ab2b44d9c2", "message": "Patch from Nathan Stocks, Issue 579:Failing to load libraries that exist but have fatal problems is _silently_ ignored on Linux and OS X.\n", "proba": 1.0013285134391481e-07} {"commit": "b367ef16a10bcb93a2896bb9a9b67274375e783c", "message": "added XMLRPCSequenceDB class for accessing sequence db over xmlrpc\n", "proba": 1.3913410157329054e-07} {"commit": "e027299f02eee6b1ed8842b00690512bbf3c8c1c", "message": "bugfix: use startDT rather than \"duration\" as keyword for date_range conversion\n", "proba": 3.499421836750116e-07} {"commit": "82498c0b43bfd7cb58541b4f0945865c62094f70", "message": "add a util method for getting the default h5file (with its dir already created)\n", "proba": 1.0689503682215218e-07} {"commit": "887a2b49b193004da6aea9e4ec62bfeee2e424bb", "message": "Add internal reference attributes", "proba": 5.066652875029831e-07} {"commit": "c3a8e5b77a5344c0fb0eb9e981d079c2ca573621", "message": "Allow ComponentRefs as start attributes\n", "proba": 4.07664089152604e-07} {"commit": "84ecb16aaa62a8ad7dea19ad6ac84918a2df60dc", "message": "show averge items per second completed\n", "proba": 1.2048714381762693e-07} {"commit": "fe56e664800999089c8cbba42447ba5d47edbdb3", "message": "Remove filter function to support python 3 change\n", "proba": 6.800320875299803e-07} {"commit": "89b6bd5391459dcc987e76b093f9d6246727d362", "message": "Generate working block in LaTeX output in Jupyter\n", "proba": 0.0002150765067199245} {"commit": "797308b1c0e50413d687202b0edc65de7de4363e", "message": "Wrote documentation for run_kasim function\n\nAlso changed kappa_filename argument to base_filename.\n", "proba": 1.0985031906329823e-07} {"commit": "52978dad9ba75bad0dbafcd4d221d7cfdf9af3a1", "message": "efi: Make efi.show_available_protocols() show output with the pager\n", "proba": 8.566452379454859e-06} {"commit": "85030cbbd328d91972ad87ff4000a725ff6c378e", "message": "idc.py: Added note to MakeData() exception\n", "proba": 1.450663233981686e-07} {"commit": "ccea874e9136e133661c9e20e7343bf6ae799e0e", "message": "Make rackspace providers set\n", "proba": 4.3438589614197554e-07} {"commit": "ff39b51a90e91ff31a4f7af760a8d222d0cffb2c", "message": "_get_enum_keys -> _get_enum_variables", "proba": 2.413630863884464e-05} {"commit": "9ab7883bdee4e405319c07bebaad9bb95f8dae50", "message": "ongoning\n", "proba": 2.0697368654509773e-06} {"commit": "4496d8c1a309e6484a1e0a15b3a06cd867f3e0c9", "message": "Refactor a bit\n", "proba": 7.948529855639208e-06} {"commit": "dc2ed44e568b76c2c76107a77d8c4af84ca9f2df", "message": ":space_invader: dates as int\n", "proba": 0.00022163793619256467} {"commit": "11dbc885f4e1356a621c038b5b106a7380c496f7", "message": "Remove unrelated change\n", "proba": 0.0008214640547521412} {"commit": "f1e1937714d8b2cb03c131b826329bcbc6b44324", "message": "Replaced an app.modules with app.get_modules()", "proba": 9.75810326053761e-05} {"commit": "1be15ea9341ed9eb53a685e4881ee49ebfa0d2be", "message": "custom errors from thread\n", "proba": 1.9348769342286687e-07} {"commit": "e78afc9cd856f78c841a7362a36d4b999a90b98d", "message": "add DomainChoiceProviderTest\n", "proba": 2.532246128339466e-07} {"commit": "a9e79f7710d72c72a288dbc014f055b4decf2d11", "message": "updated files\n", "proba": 4.543633167486405e-07} {"commit": "27aa4328a2f00d6a9d093e655a4644627dc4a94b", "message": "New SOAP 1.1 and 1.2 support. SOAP fault support in case of ExceptionReport. New functions SOAPtoWPS,WPStoSOAP. New methods in SOAP class: doSOAPFault,getSOAPVersion,getsoapExecute, getWPSContent\n", "proba": 3.744626440038701e-07} {"commit": "24d8f5edfd5f1b64afd6a5cc563b1564aa45f23e", "message": "remove unused function and imports\n", "proba": 6.055378207747708e-07} {"commit": "c7d0cf077cfea16e2663558f8aadc8b0ff82a24a", "message": "fix the followed case when the user isn't logged in\n", "proba": 0.020002951845526695} {"commit": "5bf64deeaaf7f028f2822609b2788f06b18ac199", "message": "Update auth.py", "proba": 1.2510704436863307e-06} {"commit": "dca3b271105c45217aa40d0d7b3deb37fa71a73e", "message": "QtGui: Improve its docstring\n", "proba": 2.753767375907046e-06} {"commit": "4e1a083513e813f84807ec11fe4df9a5d4bf96e6", "message": "added subids to load function meta data\n", "proba": 2.43998897531128e-07} {"commit": "8456613c0a34e4c7fd7d5dadd2ba37b9a8d85811", "message": "Fix logs join\n", "proba": 8.378484039894829e-07} {"commit": "5b58825c52a358591c1f263810f523c5b10dd667", "message": "NumberReplacer now increments and decrements.\n", "proba": 1.256430124385588e-07} {"commit": "ecaf4b9ea9403bdb6819f357fbbc799a2714762f", "message": "fixing the regression lasso tool\n", "proba": 7.871847742535465e-07} {"commit": "e7e3e9c95afc13f2c66cbac51455e8cd6b639a01", "message": "Sort link checker results by ID\n", "proba": 1.4965981165460107e-07} {"commit": "5a293efbab9cc2322b323a5821ca6b1d98bdcda3", "message": "fix unit test\n", "proba": 6.971770858399395e-07} {"commit": "c4e6b2cae4b11501302a2ab4a129aedbaf8b72fe", "message": "Fixed typo in test method name.\n", "proba": 1.2870648902207904e-07} {"commit": "44a7276ce65356e59d53572be0f37858f136960e", "message": "Update quickbooks.py\n\nRaise error if you get a 401 response from your query.", "proba": 1.0906657621490012e-07} {"commit": "c65cb72b48562b59c3334eba2efd0b6976b20d3f", "message": "fixed piqs css function (#943)\n\nTests on Mac fail due to the test suite. Merging this as the tests run fine outside the test suite.", "proba": 9.939606826492309e-08} {"commit": "5621685223b0ebce8e3ae23fca517498f73efd14", "message": "The backdoor to let old users change passwords w/o challenge broke\nnew user flow. Put this feature on config \"NO_CHALLENGE_WO_DATA\"\n", "proba": 1.2711011265764682e-07} {"commit": "7f41bce8df3a21216fba38a32bf52b5998ae0e82", "message": "refactored related content\n", "proba": 0.0005790852010250092} {"commit": "179dd017d944b36116f52972bcb9eb2c43acb51a", "message": "postpone isherm evaluation until explicitly requested\n", "proba": 1.2376530378332973e-07} {"commit": "68182d56ba67631f84bbe4e47cff45b99c5c140a", "message": "stitch: load overlaps from scan.json if it exists\n", "proba": 5.043724513598136e-07} {"commit": "e9d08a581e75c64da39b59f44158a2f1d68316f8", "message": "recheck hermiticity when two nonhermitian operators are added\n", "proba": 2.0711848947030376e-07} {"commit": "4f5df416d1ef0b07a80a6958fff241d8f02a7222", "message": "Minor changes on WiFi settings\n", "proba": 2.31196665367861e-07} {"commit": "f2d49e8c3f5c13288193ffc41a63e61825fd0424", "message": "Added new method generate a scripter_t for specific terminal emulate software.\nAdded error code for quit command, so you could return a result from remote script\nAdded scripter child class for securecrt\n\n", "proba": 2.132645704477909e-07} {"commit": "177770b1adbb265cb0633285a4e26a4bfb7beff7", "message": "Added test to check for exstence of has_been_pushed, in case PushSelects rules is used with SplitSelects\n", "proba": 1.3845468060935673e-07} {"commit": "e09ca638b9ffdc29c221a0331362d277245547a3", "message": "Remove check for older DB versions\n", "proba": 2.3195505605144717e-07} {"commit": "e538ec429cffd6a25469582624f231b57d2c99ac", "message": "Improving clean command.\n", "proba": 4.701465968537377e-06} {"commit": "9b6d57e15dabd1a7cbe79d881e53d4319adbfce9", "message": "changed variable name\n", "proba": 2.917822712333873e-05} {"commit": "804147c033f3435a6dd4d67f5ad8ea43d44be387", "message": "Finished rename in example\n", "proba": 2.3505707247295504e-07} {"commit": "32e1d56fc42d7a7175f166ccb26f589e9d6b03c4", "message": "simplified test script for randomBase.py\n", "proba": 7.649707640666747e-07} {"commit": "9ea42f95019d62d0cc9fe2e8004fe02bf0ff6b48", "message": "fix count= param\n", "proba": 0.00017771346028894186} {"commit": "5c8adcb090105cb39a0d6c99d1abd8fa51c0f5bb", "message": "Fix horovod mnist\n", "proba": 2.1615944206132554e-05} {"commit": "ad493efda03d9c499b5c60749d9d2c628526cc4d", "message": "Do not create a new ssh private key file but create a simlink to the pem file\nfor pgeni and to the PL private key for PL.\n", "proba": 1.0428068719647854e-07} {"commit": "15742927eda00158f8cdedaad9b60c0b10a2c1f3", "message": "changed settings back to random due to new algorithm\nfixed file names for solver coppatibility\n", "proba": 1.730483774053937e-07} {"commit": "372783901a71a412e150043af68a09d0ffe33ad3", "message": "Strip the white spaces from URN.\n", "proba": 2.3762295313645154e-06} {"commit": "bfeff6cc6a086b953b5f542d369b119e96b841cf", "message": "Fixed a typo in legacy seq2seq_trainer.py (#16531)\n\n", "proba": 1.252607688684293e-07} {"commit": "082a14d9aab286a18e64bf5e98ba9f3c9c5de32b", "message": "bootstrapping using LSA and simple overlap added.\n", "proba": 1.0702519404048871e-07} {"commit": "c4db8c8e5258f77883fc8a6894de18afbef14c63", "message": "fix indent\n", "proba": 5.98584083491005e-05} {"commit": "a9f632ee93d16c3bc15555e977370f23ad16c4d9", "message": "Bump version to 1.0.1-machtfit-36\n", "proba": 1.357653189870689e-07} {"commit": "3486e7b1ba7a708554ec65dec290f17b94532353", "message": "changed pcolor() call to pcolormesh() for much improved performance\n", "proba": 2.3698153484019713e-07} {"commit": "ef81f71c1106f6a5913d3b238516542f9274066b", "message": "rave: Add input dispatcher prototype.\n", "proba": 1.8253894040753949e-07} {"commit": "98887312328658f81a814203ef75130e3bf46e72", "message": "Fix #365\n", "proba": 7.39391680326662e-07} {"commit": "d7accc61cb813763ebff7fe55671a1cceca2255e", "message": "rm unused Result\n", "proba": 8.219093956540746e-07} {"commit": "8c4ff22b9e7534bd661170e321c0edb618bf9d16", "message": "Added method Posterior.subset() to get a posterior based on the top K networks\n\n\ngit-svn-id: e6d44ec3d56a4b51a9cad284a9139aeaee5a4315@30 3447e8dd-9f38-0410-a211-e3037a7e05e3\n", "proba": 1.142974610957026e-06} {"commit": "1d925c547eb1aaca26f2c544afb7f797bd609b17", "message": "\n\ngit-svn-id: https://svn.rethought-solutions.com/svn/peloton/trunk@15 4f9a194a-353e-0410-9ebf-c1faf78b6e41\n", "proba": 3.2338937216991326e-07} {"commit": "f8f7bd8944f19b3c05ce4e20245f50ae41561cbe", "message": "Slight improvement on the buffer handling.\n", "proba": 1.1348703310432029e-07} {"commit": "167336cd1683aa672b940fe24f6687d1dc28a70b", "message": "changed comments and spacing\n", "proba": 1.7475726110660617e-07} {"commit": "b5f26ef1b59cd1b19a2dbc273cf7366bbbbdcf64", "message": "Revert \"Remove reference from command buffer to client to avoid circular dependencies.\"\n\nThis reverts commit 5cf1f78733c419903470abbfd49fcdf138d9bdaf.\n", "proba": 1.2659523918046034e-07} {"commit": "9a32ea0703e3ad61fef2e2fabe65e71aa96643c7", "message": "Added notice on the fucking select call\n", "proba": 1.2252141345925338e-07} {"commit": "526f721351abef484a3c98e8ed0e05dbabdb1bbf", "message": "Pinned Django registration (redux) to 1.1.0 to avoid migrations import error after version update\n", "proba": 1.9986853772024915e-07} {"commit": "638f2db4b2edd3c1a82647792eaa862cc4dad88e", "message": "Entry: factor out the markup apply process from save\n", "proba": 2.0452050364383467e-07} {"commit": "3bc958614b05bc931fd449c69c7319cc19c968ad", "message": "version sm3\n", "proba": 6.265777301450726e-07} {"commit": "3a6390ab347b371c587cdb9ee7fe269814f2a6ab", "message": "removed duplicate in hash\n", "proba": 3.2207626645686105e-05} {"commit": "695ce79211e1577ce134cf77f6e8ec9fee3f1e0a", "message": "Changing assign icon\n", "proba": 1.4650476032329607e-06} {"commit": "14221a433686ced24f25f8893900d659efef86a8", "message": "No need to do upper twice on reference allele\n", "proba": 4.786655608768342e-06} {"commit": "066e1052bfb1f25dd5d61a32a605c66572175797", "message": "Added an error exit code to fail in travis when a test failed, and fixed a bug in the testcode\n", "proba": 1.9116748717351584e-07} {"commit": "340f023c2d3aa784511fb9cb81928b71b25f6b89", "message": "implement lasso loss/gradient. make GD actually use ridge. everything is broken.\n\nhad never actually been running ridge, and it seems to be broken. need to fix. brb.\n", "proba": 1.2029667573187908e-07} {"commit": "557665dbeefb638c9c36629bb56fde0c5630fcbb", "message": "more comments\n", "proba": 1.1724291226755668e-07} {"commit": "dd16a03734b4702b4e89beed8adbc709ed4cc111", "message": "add doc to reader.py\n", "proba": 4.0581613802714855e-07} {"commit": "a12eab767dbd80746890970500c103777e384d63", "message": "source: logging, create sourcedir in PathSource\n", "proba": 5.834190233144909e-07} {"commit": "22d0396aa259d78d99e9c7333d913065de887423", "message": "spacenet\n", "proba": 1.9130477539874846e-06} {"commit": "887b741d453789cb911f3411c839302db825f1c0", "message": "Removed 'get' from function names\n", "proba": 0.0001402199559379369} {"commit": "af69c9a5cb4832d93dda6f274402c98297b7fa59", "message": "Streamline transition to python 3.0", "proba": 1.243058250111062e-06} {"commit": "056755fdbd02fd54abd334bffc6da51ccd3a64eb", "message": "- DEMO action (to impress friends)\n * TODO -> transform macros to messages instead of code\n\n\n\ngit-svn-id: e7b5053d081a279bb7be9aa947f2f96f10c3cf20@17 1234b3b8-ab59-11dd-b9e7-8d5594d729c2\n", "proba": 1.6659668062857236e-06} {"commit": "f3c96ef7f5be9eef521780ad77b5e9bc564c774d", "message": "make Versions comparable\n", "proba": 8.668567943459493e-07} {"commit": "fad2ad66985fa90d9c0c4c38e05cdf7ce14c8b85", "message": "s5p_plot.py: draw_lines now accepts and draws a time-axis, based on datetime objects\n", "proba": 1.3965441780783294e-07} {"commit": "c93a534e438ee26faa490aff1e3eba7d716ca52b", "message": "Fixed loss calculation.\n", "proba": 1.9723316313502437e-07} {"commit": "05dd6443b2dffd97ee9f5ffa2965fee6f5a7b94f", "message": "base: Fix broken IPython argument handling\n\nPrior to this changeset, we used to clear sys.argv before entering the\nIPython shell. This caused some versions of IPython to crash because\nthey assume argv[0] to exist. The correct way of overriding the\narguments passed to IPython is to set the argv keyword argument when\ninitializing the shell.\n", "proba": 0.00030682727810926735} {"commit": "2e5d1f63f7b6cb08aba2adabd27973127c77f48b", "message": "MInor bug fix", "proba": 3.1185587090476474e-07} {"commit": "1840bb32573b5bb187022efcc55dd4f7c0ce0829", "message": "Redraws eliminated points when alpha is larger than their circumcircle radius, still have to make sure points are eliminated otherwise\n", "proba": 1.907344397977795e-07} {"commit": "fd9c03aa976728d71337eae5fe9d7de711d2fc43", "message": "Better response for when a plugin has denied event creation\n", "proba": 3.8448547456937376e-07} {"commit": "a5c259940f74a2e34ae26d8a966e8aa1e97aedba", "message": "add description, name for use in UI\n", "proba": 3.279855604887416e-07} {"commit": "bff219ed5b3d20763702dfdf41e7f1d734051d33", "message": "Removing useless space\n", "proba": 1.9583472749218345e-05} {"commit": "f89892b4fe198a88a99c7df7bc8f7fe610964566", "message": "Minor computational efficiency improvement\n", "proba": 3.7078117998134985e-07} {"commit": "5354d0d0fad968c0945ed6a7f1e238db1cd0aeb6", "message": "fixed the problem with saving last_mention. Yay!\n", "proba": 2.973733046474081e-07} {"commit": "bef24eef7fc94e1cf59db12d6286846db2310af5", "message": "Place newline before track URL when appending to track file\n", "proba": 3.8618875919382845e-07} {"commit": "f5129b273f8c682adfeb053f36cfee7f27a99b4f", "message": "implement sequential keygen\n", "proba": 0.0015697618946433067} {"commit": "67fb48c9dd5b7744be23cd7ffae4f589334cf037", "message": "The format method doesn't exist in Python 2.5\n", "proba": 0.020479915663599968} {"commit": "73586a4b745a793ec71d755e717ea463f72f3905", "message": "prefetch list of authorized users when viewing product\n", "proba": 1.3345821514576528e-07} {"commit": "cc9ccbe9d913276a36bc0efa47e66216149ae46c", "message": "Change ES field used for incremental\n\nwas private.twitter_id, now private.sync_id\n", "proba": 3.2883681910789164e-07} {"commit": "7719bdf5202be0e319ddea3f2d451c577035249f", "message": "Bugfix, improvements to sup-experiment naming.\n", "proba": 1.0553890206210781e-07} {"commit": "551ad2eb680081a5f95096a4b4152e9fc22ea37c", "message": "Script\n", "proba": 3.824200575763825e-06} {"commit": "03548308c1f72aa38e727f25f03b12df15bc48c5", "message": "Move google_v2 arguments to google_common in the --help text.\n\nPiperOrigin-RevId: 317934787\n", "proba": 0.0006217372720129788} {"commit": "e6648b084fe3231956adc001c32354c0f3ffc25d", "message": "Changed the import.\n", "proba": 1.365526145491458e-07} {"commit": "ca9587b580a78415fe3140e040584e1c19987c9f", "message": "Throttled: Now uses timecache, basically syntax sugar over it\n", "proba": 1.331718948449634e-07} {"commit": "d1a25964397d6d3084cf3e2013b2f2bcd16e81cb", "message": "Put runstate in the same temp directory as data for TempCluster\n\nTemporary clusters should not attempt to write files outside of the\nprovided temporary directory.\n", "proba": 1.1306043745662464e-07} {"commit": "08d372163993d57622dc7911d926674b706024d6", "message": "Remove pypsa_io check integrity function\n", "proba": 3.867877182983648e-07} {"commit": "1866697ee3b3b57d2b26400e4a5cd0ad79f98e24", "message": "Remove lots of unused code from odict.py\n", "proba": 3.4709506735453033e-07} {"commit": "909eac070c4370c43edec0d5360b304088ebab7e", "message": "Fix bug in ``re.search`` call\n", "proba": 8.370274144908763e-07} {"commit": "840be33a92313eb8ac239a64bad3f1ae529b28b6", "message": "move dosstring onto method\n", "proba": 1.1561234032342327e-06} {"commit": "f3a32dfeda8915011d62ca0c6538d61e846b41d3", "message": "Draft basic \"test\" command-line functionality\n", "proba": 7.660644314455567e-07} {"commit": "25916020327555b548d9b53bd23a102e69935f3b", "message": "Need to pass the user in there\n\n--HG--\nextra : convert_revision : svn%3Ab970a8a1-db28-0410-9b79-8b7e580363d3/trunk%4061\n", "proba": 5.708071057597408e-06} {"commit": "eee1e7297f25c9d1859788b70d2ad71a4e7c846e", "message": "Encode unicode strings to UTF-8 before passing to sha_constructor.\n", "proba": 4.0604376749797666e-07} {"commit": "b0fae1026e423873b27197ebaf304071f86e8307", "message": "remove dev print helper\n", "proba": 6.672614176750358e-07} {"commit": "26e74991109bf8baec92abc509c7f0aa9eda72c1", "message": "removed tests that used messageset scheduling and age scheduling\n", "proba": 1.865039962467563e-07} {"commit": "1c02fefe64c557451f5465ed6548738d065fe77d", "message": "test utils, improve responses usage\n", "proba": 5.551684694182768e-07} {"commit": "659915b4b78ab0313651c599dbd9da8cc1287db6", "message": "Add missing import.\n", "proba": 8.379842597605602e-07} {"commit": "18a43cd2be8993dd2a8c971eb00d4dbd6ff041e8", "message": "Now looks for acrobat 5 _before_ acrobat 4.\n", "proba": 6.429342647606973e-06} {"commit": "bc00908499b5da62d85a1daa8b204d94d5c8b957", "message": "using floats instead of Int for the colors\n", "proba": 5.788683097307512e-07} {"commit": "5645818cca09ed3b63b4df4cb36721bbdbb53417", "message": "Bump version to 3.0.0\n", "proba": 3.141564661746088e-07} {"commit": "4c12f4a5c5411e905e7d98fe2f9607a37da1f96a", "message": "Add missing var.\n", "proba": 2.0231241251167376e-06} {"commit": "f3f5eb218878b7054ba67703d4a9ead664780ce1", "message": "extracting tuple component\n", "proba": 5.175160913495347e-05} {"commit": "6930c5470a20acd058bdeda2534643dbc3684d60", "message": "[Discord] Improve pinboard cog raw reaction add listener formatting\n\nFor database query\n", "proba": 1.400982228005887e-07} {"commit": "f94a3fbf089d8846462a03a5b86fd0ddc57ddadb", "message": "Fix timing\n\nSet to 5 hours after sunset, and 6 hours of sleep time", "proba": 0.0018301488598808646} {"commit": "9e8cac7da2dbbca34b0a57a135aa6c4428ca222d", "message": "rewrite: remove url_for import from legacy api now that it's not longer needed\n", "proba": 1.6853043405262724e-07} {"commit": "68c7a4116f179e52980270b5755c877030a34eeb", "message": "Fixed overwrite of red channel for changing link colors\n", "proba": 1.8903926957136719e-07} {"commit": "549b64994d739ae0a17f6d6f63e32ec717ccde70", "message": "rename tokengen/gettoken\n", "proba": 1.9356650227564387e-05} {"commit": "15ca313fe59da398e6691930bf4a3b2f841522d6", "message": "Small fix\n", "proba": 3.271289870099281e-07} {"commit": "e67931a097a9620507ffd9ec6db8a19b9e5ff19b", "message": "Modified default scaling to linear\n", "proba": 4.3400908111834724e-07} {"commit": "86287eace723ac365a760f513f0b45db70d11252", "message": " minor fix\n", "proba": 3.935496124540805e-07} {"commit": "6215058f187aa8bc77a7bbd1ed71ba6e3589cd96", "message": "fixing permami shape one at a time; absolutely disgusting code\n", "proba": 1.3568339340963576e-07} {"commit": "a43baa2551632c8d29e80e56ee9b825ac3c14540", "message": "routine update\n", "proba": 8.334374115293031e-07} {"commit": "d2a89c77d677b264bb0d4365ae7b1308aece8b3a", "message": "API change.\n", "proba": 1.9962774899795477e-07} {"commit": "56d981bb75e88ba93299cb4aed180d86e7164387", "message": ":no_good: don't use deepdiff to calculate diff\n\nre: #334\n", "proba": 4.3340438082850596e-07} {"commit": "a2bd9fbf76eabadab7f77187901e88c946325a9a", "message": "rma_sale 14.0.2.0.0\n", "proba": 5.263649427433847e-07} {"commit": "11afe57f2aff8f609374bc42c86d708ae5b02aee", "message": "Fix rename of RsemReference.prefix attribute\n", "proba": 5.2537620831571985e-06} {"commit": "064a0f2d871dc95c71936685a36df3f03cc81f3d", "message": "Expose greatest and least\n", "proba": 0.0002502347051631659} {"commit": "71b77399dc2bb3410e066f493c609512cb690e32", "message": "better fail handling\n", "proba": 1.4052631058802945e-06} {"commit": "c038f6343008074ee572bddb85dff6329e23e4f2", "message": "ubuntu os patching draft\n", "proba": 5.611964297713712e-07} {"commit": "e6001697835fd6db8b94ae6c47623ec8ea693621", "message": "Added new exceptions for yaml parsing errors.\n", "proba": 1.128618904999712e-07} {"commit": "d287ddcb20dc4db6af0ccaa8da145c7b6745badb", "message": "renaming in cd.py\n\ngit-svn-id: a2d1b0e147e530765aaf3e1662d4a98e2f63c719@445 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8\n", "proba": 1.3041908459854312e-05} {"commit": "60fce11f801c4fc55a572db8f0e7b080eaaee694", "message": "DOC: Add to stats docs.\n", "proba": 1.1628027607457625e-07} {"commit": "da1a61109329015f6067fa089e7ecb186ddff722", "message": "Move color settings earlier in function\n\nMakes sense to set those early,\nespecially if there's going to be a warning that folks want to understand.\n", "proba": 1.1776702280030804e-07} {"commit": "b6f063d9545e06fd18fd8f51c9e35cfe81370fbd", "message": "update paths for native_mate\n", "proba": 4.5239167434374394e-07} {"commit": "443845b85b86c512be92b05cac8a4fdde625c62b", "message": "Works with webbrowser and I started trying to work with FileSize.py to get the time that it waits for file saving to finish but I haven't completed it yet. Work with t0 and ttime to estimate the size the file should be upon completion\n", "proba": 1.6252560044449638e-06} {"commit": "90a2c726a2c2ccab14abfe673c37a563dae75c96", "message": "Add proper error message when invalid BOKEH_LOG_LEVEL (#7276) (#7277)\n\n", "proba": 4.1071896703215316e-05} {"commit": "14ab06b3174aa1b89bb4e9e386d12d493157552d", "message": "Replace DEBUG with FIXME for m\u00f8te/rasteplasser\n", "proba": 2.6156974399782484e-06} {"commit": "61a18eb348b2b035a8c1c853b29c8f9581da0318", "message": "pep8 fixes\n", "proba": 1.7972881494188186e-07} {"commit": "70194f838e95a7b20393d97efe6f4bf49d237f6f", "message": "Workaround for roads missing VPA key in Elveg data.\n", "proba": 1.1301892755000154e-07} {"commit": "f20fbcbec95c9da29691f507be2ae776d41afdaf", "message": "Ignore hidden commands in help output", "proba": 1.9463454918877687e-06} {"commit": "e835e9685617198095ca44f5d9fda7dc02a3ec83", "message": "Improve Project Euler problem 014 solution 1 (#5747)\n\n* Improve solution\r\n\r\n* Uncomment code that has been commented due to slow execution affecting Travis\r\n\r\n* Fix", "proba": 1.6256034029993316e-07} {"commit": "d36c67a1b60f9adcaa55b54f7a9d6b70c91e49f3", "message": "script/gen_iga_patch.py: use gen_patch_block_domain()\n", "proba": 2.4529026632080786e-07} {"commit": "d3384465d2e61dbc2e4d77db8231264c3e76a364", "message": "Formatting fix for #2634. (#2635)\n\n", "proba": 1.4103272860666038e-06} {"commit": "e0f7b92a004402cdd421450a7d4bb2ae9981cbdb", "message": "Update Misc.py", "proba": 5.021134370508662e-07} {"commit": "bd1136726d94df32e1f5be9a2f588ba106bed5d5", "message": "increase timeout\n", "proba": 1.0350888260290958e-05} {"commit": "de384a1b9c2cf7e40787b664682a0706a983cc17", "message": "Better comments, and refactor to take most params in constructor. Added \"alg\" parameter to select the algorithm", "proba": 1.3986193891923904e-07} {"commit": "4904b559b7ef882ca52180ce8bf8abdb33759b2f", "message": "removing a temporary file unless we want to keep it!\n", "proba": 1.102646933759388e-07} {"commit": "32f5bae59415f01e3ab7e78e2c55faab319dd96e", "message": "Fix rejoin auto-mute", "proba": 9.26174323012674e-07} {"commit": "26d54d600b7ca5f568022e0d53922cf1ddd5a69a", "message": "Calculate bounding box\n", "proba": 0.0005054727080278099} {"commit": "45532147ea5d33fb358ede40ab3d70b88a147e18", "message": "make poll_interval changeable in armagetron.py\n", "proba": 1.490907038714795e-06} {"commit": "01f2968b326791f349b86657490a4e40c39937ad", "message": "fix append\n", "proba": 0.9985460042953491} {"commit": "ea691547a32baa2b81220caa250f1dde2dc9f694", "message": "Fix error message for Oracle-specific environment\n", "proba": 9.513075383438263e-06} {"commit": "df38b1248d883f1419f0b5d85dfe0fd6a280d30a", "message": "Added and optimized the get_gbk_files method, and the gbk_upload method.\n", "proba": 1.1207504968524518e-07} {"commit": "a7f070342aea96dc84a4cbd4c000b2fb43978796", "message": "Update PCPP.py", "proba": 6.754991659363441e-07} {"commit": "e6ee7f989da175fb98afcaaf9c389a89675fe607", "message": "Removed dead code\n", "proba": 1.077293109119637e-05} {"commit": "a69d9b938e7a63acabc985000744b9d2540cd2f6", "message": "remove contact because 26 put it in the bot\n", "proba": 2.429605103770882e-07} {"commit": "383b8c51afbf6eb868d0df437fe9d1e668b6a887", "message": "simplify link id format\n", "proba": 0.0018454072996973991} {"commit": "80089099e9140d567fd936b048618e309cbb80a3", "message": "[expansion] Adding number and intersections to dictionary types\n", "proba": 2.0098032109672204e-06} {"commit": "ef81c166114c3e11502b96ce344bfdaa7292d9ff", "message": "Fix typos\n", "proba": 0.9999994039535522} {"commit": "7e325ce24fbc5c1f34d255a0f3deb6862e97fc86", "message": "_cache doesn't exist anywhere nor is it getting set on AWSConnection objects anywhere in source tree\n", "proba": 5.657403789882665e-07} {"commit": "b1ea5c6333011d258439e0d3c4a914f4949cc4a9", "message": "Fix type (`solver_opts`, not `solver_spts`)\n\nI assume this was a typo @jcapriot", "proba": 1.2640304703381844e-05} {"commit": "273c31d9e06ae1954ddeb669db07bdc97ad75110", "message": "Delete log info\n", "proba": 1.0905550880124792e-06} {"commit": "61e065687ec4186d2bf16cb160df031666f4b267", "message": "Selecting appropriate sanitizers in LabelledData.matches\n", "proba": 6.906744829393574e-07} {"commit": "9956143383152c5b57e4b808bd831cde0afa0f97", "message": "add sighash and tests\n", "proba": 1.2547876622193144e-06} {"commit": "113267dacce18c5ae22101abbf147ffa64ece726", "message": "Resolved #317: Updated doc string to reflect code. Thanks alonswartz1!\n", "proba": 9.764439568016314e-08} {"commit": "382143d4cc129d007c65e54058194bdf0d504847", "message": "more tests in userfreqs for posNuc\n", "proba": 1.2002358573681704e-07} {"commit": "c90fc962b75f48ea1c093286a76b758e64cb5ec3", "message": "Raster __getitem__ now more consistent with Columns\n", "proba": 5.623683591693407e-06} {"commit": "dbbf1c440aa610b16a2aa13693cd977f4360e2df", "message": "Specify AWS region with envvar\n", "proba": 1.0157027645618655e-06} {"commit": "cc6e461d3e4ab2d02b70ce8e36c1a54968345ef0", "message": "storage upgrade for invoices and requests. fixes #5959\n", "proba": 2.2578737457479292e-07} {"commit": "8946d0d2da7fa0803227d3d05d999539533fb09b", "message": "Removed unnecessary import of NameRemapper\n\n\nMatt\n", "proba": 1.6822083637180185e-07} {"commit": "3f598b1ed3dfb33c2c9afda19daf6cce8a3d7aab", "message": "Fixed bug in Image.range for partial Dimension.range\n", "proba": 2.5647113943705335e-07} {"commit": "4781424fe0ded6e0e43f08993be482300a9d97a9", "message": "fix import and line problems\n", "proba": 4.3713242803278263e-07} {"commit": "5e0eac577e6efed450dd1f875814cd03da1b58bf", "message": "Improve drain_rois?\n", "proba": 2.373420642243218e-07} {"commit": "218441fe55715c0602dd41142ae6a34ddfef6b38", "message": "Added a logging message\n", "proba": 1.4888892962972022e-07} {"commit": "8de0d3bd805a77a716bffcbeab1bb2863ac27439", "message": "dont count 1v1s\n", "proba": 6.642316634497547e-07} {"commit": "db02cdf29aa781349e7388e12ba0f1eddf21d841", "message": "Channel magic now added appropriate entry for operation on Plot.options\n", "proba": 1.6020790383208805e-07} {"commit": "cabd9bbecf4149f092593b216819b8fb35f81371", "message": "patch_dict separated from temp_dict\n", "proba": 0.0002119219134328887} {"commit": "ea9e35d811c05339dea662d1b85fdbe615a1cc90", "message": "solved 15\n", "proba": 0.9999897480010986} {"commit": "20fc073fcb45a29d5a8dac56da52658d340cb4f5", "message": "Unified the format of global origo coordinates to [N,E]. Changed the unit of rotation angle to radians and the reference to positive x axis (west wind) instead of y axis (north wind).\n", "proba": 9.801233318285085e-07} {"commit": "d46c995b2c61b108d49dbf20c2527f1f591d922a", "message": "Added opts magic aliases for deprecated show_xaxis and show_yaxis\n", "proba": 1.5217965199099126e-07} {"commit": "7c10cb1043c953c7aafd356d6565dc84c171fb5a", "message": "- Added a timeout to the request\n- Do always a logout\n- Check whether login was successful\n", "proba": 5.817349801873206e-07} {"commit": "59d97ea2aeaef9f5d7dcc93ea70e305dc6abd46b", "message": "Add initial solution\n", "proba": 1.4789084161748178e-06} {"commit": "f3819717124bb179de86cb1e775c4b2ce0b1467f", "message": "Tweaks\n", "proba": 8.381992415706918e-07} {"commit": "c450becb8e610bc54d02ece7629468ba77af1906", "message": "Fixed adjoined Histogram offsets\n", "proba": 2.1492840573955618e-07} {"commit": "e86f897b2fc5be0ee1202f3210adab9a79657b97", "message": "plotting:flex_colormesh_plot_vs_xy: improve docstring format\n", "proba": 0.0006851001526229084} {"commit": "9f47a000b48dc86ff6b24df5a8103635291d554a", "message": "Added greater control over the type of node covariates, as these can be used to represent class assignment.\n", "proba": 1.0371615388748978e-07} {"commit": "c1abd2d4c62e3c524f87849f24a2ab6030d1a359", "message": "Attempting fix for issue #22: bad structs reference\n", "proba": 7.676960649405373e-07} {"commit": "fd48fadcc92c51fcbbb6b216306c7c01fb3f1360", "message": "Make charsview slightly less ugly\n", "proba": 5.317508475854993e-05} {"commit": "f78038d286f1023a850917457c92336827bda357", "message": "[mod] rename main test class\n", "proba": 1.060022555066098e-06} {"commit": "b5a6516fa51dffba6e31a61a8195501b8dfe8df1", "message": "minor fixes\n", "proba": 2.1220614598860266e-07} {"commit": "088cd138b5d6665d4d692b968223499e44b410c2", "message": "Use the tip of the new branch as parent.\n", "proba": 1.2817646677376615e-07} {"commit": "af3ac9b8d3a275d100eb283f8c5cc9774e50dda4", "message": "fixed an error message\n", "proba": 1.1149611964356154e-05} {"commit": "92ee0afd98cedbdf98df09d1881e9e36d51f7da9", "message": "Added arbitrary query subsetting.\n", "proba": 1.3043131730228197e-07} {"commit": "33f03c818974cef2b4895cd71f4ebf726d3257f6", "message": "DOC fixed incorrect docstring\n", "proba": 1.4717567182742641e-06} {"commit": "ccae2e51bba262638b7e2b4d82663722e8cc54c0", "message": "[backupscript] Fix login to Docker\n", "proba": 1.9620583202595299e-07} {"commit": "ed08e239dfdac5de163db5eaaae888ac6d4e3ff6", "message": "Fixed bug\n", "proba": 5.356139354262268e-07} {"commit": "b2a4602cfa5f821776ec10d736a230b8dd0a65a1", "message": "upper and lower size cut option added\n", "proba": 1.390485380170503e-07} {"commit": "d909ac51233e176a08b7eb8d86cfa1c9175893d2", "message": "fix cryptoid decimal count\n", "proba": 0.9999990463256836} {"commit": "24d35bac1a0ec2b34537a77c179d7465cf833a27", "message": "unique slug into image name, default values removed because of admin\n\n\ngit-svn-id: 6ce22b13eace8fe533dbb322c2bb0986ea4cd3e6@512 2d143e24-0a30-0410-89d7-a2e95868dc81\n", "proba": 1.7556554894326837e-06} {"commit": "e9fe194b9450c7ff395fd101b3a43c6925f9ecf0", "message": "Add logic to display total users - harishvc/githubanalytics#44\n", "proba": 1.3457628256219323e-07} {"commit": "f05be282d24569ac9d06b608194193f75a18d385", "message": "raise version\n", "proba": 4.102983837128704e-07} {"commit": "513a63eaa53acf469e1234c4c0ae879bfb3fbf9f", "message": "chandra_acis.py: Add function \"get_chips()\"\n", "proba": 2.3468485323974164e-06} {"commit": "b7da6ead7e05580dfd22b76e4a00dc9165bd67da", "message": "pull postproc_type from bruker pulprog\n", "proba": 2.490708368441119e-07} {"commit": "56b9e7484d5f788b22afccabc0952b2ab717327d", "message": "gh-28 Refactor Photo module to support unit tests\n", "proba": 1.0453898369178205e-07} {"commit": "625a37f0e5b2dd111d7eaf3bf8f599d09dd20938", "message": "Update dependency to graknlabs/build-tools@7209cb5\n", "proba": 1.3702602075227333e-07} {"commit": "8ce4de49219dd54609fa9c65d73444fc4130ec2c", "message": "print out source and dest of timing failure\n", "proba": 9.318925435763958e-07} {"commit": "b57dcaba4ae7c04b2b104cb50e865b01acc07b99", "message": "MNT: Remove old comments\n", "proba": 1.4697522487949755e-07} {"commit": "e189161428ce903abb8fe2433aa12183e11b6da7", "message": "//ci:sync-dependencies: graknlabs/bazel-distribution@f698d55\n", "proba": 1.6400728952703503e-07} {"commit": "4e8cd73dc6c7522840dfb743b05160d9d2fa9467", "message": "python 2 fix\n", "proba": 8.817632988211699e-06} {"commit": "790dc877c37469de013204e842eea3c2512eb996", "message": "return best_ntree_limit if early stopped\n", "proba": 0.9999934434890747} {"commit": "2028c0347123bef047f600b18455dc3c690cf447", "message": "Upgrade @graknlabs_dependencies to fix dependency-analysis (#127)\n\n## What is the goal of this PR?\r\n\r\nCurrently, `dependency-analysis` job has false-negative results which happened because of a bug in `@graknlabs_dependencies//grabl/analysis:dependency-analysis` (fixed in graknlabs/dependencies#231)\r\n\r\n## What are the changes implemented in this PR?\r\n\r\nUpgrade `@graknlabs_dependencies` to current latest `master`", "proba": 3.939622274629073e-06} {"commit": "af6abe86a54e67af15b1b8215dca3f5b840db56b", "message": "estimate added", "proba": 1.8532581691488303e-07} {"commit": "9c5f5de0b8456ddcc772a6ea20e443df82d610dc", "message": "spike and slab save+restore test working\n", "proba": 1.8308183769022435e-07} {"commit": "05f78a39477735902b6f7e407215f15cc293c56c", "message": "fix typo of config comments(#117)\n\n", "proba": 1.4842570635664742e-05} {"commit": "489107cd9d1d9270040d59d7e232681f82518710", "message": "currency and exchange added.", "proba": 1.2453300257675437e-07} {"commit": "877988c44c7b622682d6a4c329b530da4063f8b5", "message": "[MediaWiki] Handle a disambiguation page as random result\n", "proba": 2.7192854190616345e-07} {"commit": "38a09c95405cc26869d3c88da7ff207bee1ffa69", "message": "conf.py addition\n", "proba": 1.219038495037239e-06} {"commit": "f011641057e75b6b65b28649f160e01523644d07", "message": "Change Exception to AttributeError in Grizzly wrappers (#256)\n\n", "proba": 1.0759029578366608e-07} {"commit": "21f1d6450e352bf153ae6c4c9f3c0d79d9634151", "message": "[MediaWiki] Remove use of suggestions as the quality of these ends up being very low\n", "proba": 1.20073735843107e-07} {"commit": "05a60fe736c603f591ae6d6ca7c8c7de35f23fa4", "message": "decrypt.py reads in 16KB chunks from STDIN\n\nInstead or reading the whole source file in memory\nand decrypting, now decrypt.py reads data in 16KB chunks.\n", "proba": 1.1293973756210107e-07} {"commit": "d2d671e34107e1193fa4e30314178bb73a6a8c3e", "message": "add comment\n", "proba": 2.718556686431839e-07} {"commit": "15a8552f7e70cf338857e3f426fc0b22c9676749", "message": "mdoc: Sort mfiles before adding them\n", "proba": 1.0470755569258472e-06} {"commit": "b5cb7819511edde621fc58b25e96aa1b71365956", "message": "python: qisys.test.test_archive: unmark as failing test and fix test_symlinks\n\nChange-Id: I5d40cc5b884a309e867139d4c131d7b7ad9410ce\nReviewed-on: http://gerrit.aldebaran.lan/58363\nTested-by: gerrit\nReviewed-by: smartin \nTested-by: smartin \n", "proba": 1.8982602512096491e-07} {"commit": "f11d4e43ef303c6ac8288d5c77198776c38cf3f0", "message": "cc-4105: improved index file creation method to use 'with' statement\n", "proba": 4.034575908917759e-07} {"commit": "07a213a53e0fdc07e498aa7dcdb16f3373da6509", "message": "Fix the mess that is d?wacky\n", "proba": 0.9999994039535522} {"commit": "e21877fbc5c0dc5bc965cb803f3fa5c4f3204c76", "message": "pythonshare: handle ValueError on pickling\n", "proba": 2.6224961402476765e-07} {"commit": "11e15a65b7ea639bd961e5c441ca9309dcdd46a6", "message": "Fix bug with in endpoints without colons\n\nIf a endpoint does not contain colon, it causes problems with deduplication.\n\nOn behalf of DB Systel GmbH\n", "proba": 8.98926316494908e-07} {"commit": "f53e2e836fb14e6d0ed1ae48f549bc5538fe870e", "message": "Changed imports to relative, and now use check_histories helper function to check the history.\n", "proba": 1.0233259217784507e-07} {"commit": "799b1700c99638839f399e7b28ed262ba1564246", "message": "mcr-fixingProductList\n", "proba": 5.348442186914326e-07} {"commit": "2d989d3847bc17f5ce88b00d70ac84b78836f028", "message": "menuwrapper: PEP-8 fixes\n", "proba": 4.925105940856156e-07} {"commit": "1fa21fc75213d8427696507b10679226fc41c3ae", "message": "update script\n", "proba": 8.673347906551498e-07} {"commit": "4ba8c79a7a3cfc88bce89a7eb8c000a36f3d68f5", "message": "add virtual pwm admin", "proba": 2.5358542643516557e-07} {"commit": "295bfb4eb1fa06718b280cbe629150189a320b7e", "message": "Correct inclusion\n", "proba": 5.900782343815081e-05} {"commit": "eb3a84bcbc34a77463bbfedb89f7fa2ca83a35e3", "message": "note about eddies reddening\n", "proba": 2.3924235392769333e-07} {"commit": "e0150650b3fbbaf3d4b97a48d95620caa2342786", "message": "respect language_filter project; a better way to fix #1188\n", "proba": 5.416236490418669e-07} {"commit": "b82064e118b008be13140bd67203af8626d75043", "message": "fix ref annotate pfop.py line 32\n", "proba": 1.810234971344471e-05} {"commit": "83981f7c5b7eb2d1ba8fe244cff217b56b0934c2", "message": "Proper cleaning of tmp seaming files\n", "proba": 1.5971882305620966e-07} {"commit": "0dfff6b190e8a37037a6b572147cd19eae544b7c", "message": "Simplify dump_swagger\n\nWe don't need most of the templating stuff. All we have to do is merge together\nthe swagger files, and resolve references.\n", "proba": 1.1056416582277961e-07} {"commit": "287e32332e04dda871bf394f8e0512a6a91a8114", "message": "Fix compound apply (everything working?)\n", "proba": 1.2164773011136276e-07} {"commit": "5394ed39c47faae5fefa9e5fd1ea3b444c1eab24", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "428b2d867570509ac602cfa3bf6820b1ca14438b", "message": "applying patch\n", "proba": 7.163463919823698e-07} {"commit": "62072e9bb06ff9fdf911a1bf7e2a11a6949b87cf", "message": "clean up.\n", "proba": 3.0922012683731737e-07} {"commit": "04da7728078f4d30203251afe61e064e2e2fb485", "message": "Delete eval_pred.py", "proba": 3.7662082377210027e-06} {"commit": "68aa3765040e538be78c6ef6c510a88503cd9dad", "message": "Removing unused function _is_active_status\n\nThe function _is_active_status is unused\n", "proba": 0.9999994039535522} {"commit": "ff32dc832257c68ced20b702babd12fa12fc4105", "message": "Making how we're doing the dependency handling a bit more precise.\n", "proba": 1.1797745713693075e-07} {"commit": "70f6c224a8e4030e801b6b97fecde37db0e93aa3", "message": "fixed py2.7 tests\n", "proba": 2.3685817041041446e-07} {"commit": "bdd577e5840552e61c22e6f527a0fa37128ed6f2", "message": "Add 'Even Heights' row to the table, and mark if any font's three sets of values do not yield the same total value #343\n", "proba": 6.541435141116381e-06} {"commit": "8a2028900847d0bd4670480b153227d6296dd6ce", "message": "bump 0.11.0\n", "proba": 4.582184374157805e-06} {"commit": "46389882e829bbb7203a0982ce05c97529f769a1", "message": "Factors out email address in Google Mock Doctor messages.\n\ngit-svn-id: f2be60d55979b34ac5db539df6b28881faa6b372@326 8415998a-534a-0410-bf83-d39667b30386\n", "proba": 0.9999990463256836} {"commit": "d901f144d589328177c243b36e0aab5200fbb3d7", "message": "Update gmock_doctor to accept static_assert output.\n\n\ngit-svn-id: f2be60d55979b34ac5db539df6b28881faa6b372@495 8415998a-534a-0410-bf83-d39667b30386\n", "proba": 5.744678492192179e-05} {"commit": "cb43f9cddab60f0aa4a34dc7016b3fbfe7184c10", "message": "dvc: bump to 1.0.0a10", "proba": 2.041028665189515e-06} {"commit": "0669d8d885307edff8971c75ee569baf6f65450c", "message": "dvc: bump to 1.9.0", "proba": 3.359747324793716e-06} {"commit": "f909407d4b8c04551e5388aab6a4a683a053bbd0", "message": "Adapt stat_plotter to the new log format\n", "proba": 0.0016801648307591677} {"commit": "d669a19ac1d5d33627dafec5c48aff53190af288", "message": "fixed quadratic limb-darkening law\n", "proba": 4.312184671562136e-07} {"commit": "188f14ef6a7e0682f1fd5b795a8e25076ed82335", "message": "original ADC normalization\n", "proba": 4.50290315257007e-07} {"commit": "224ed64e7e0f1b4c8b94e827debfbf964dd84d81", "message": "[IMPR] Derive NoReferencesBot from ExistingPageBot and NoRedirectPageBot\n\nChange-Id: I719bd0e928989ca2f3a8be5744175c24df82b089\n", "proba": 1.8546900264482247e-06} {"commit": "c3c4d223d44afa68cfececbe9352fa29ae58e898", "message": "ejbca - set home dir via property file\n\n- backup option for CLI commands without EJBCA_HOME env var\n", "proba": 2.578385931428784e-07} {"commit": "57e39fec4eb99d8a02cf4529af2c24ee7a7b52f7", "message": "Added support for linear layers\n", "proba": 1.536995881679104e-07} {"commit": "d36b81354a8dbff06b05f51759c50db98417fef7", "message": "changed plot limits\n", "proba": 7.254723755067971e-07} {"commit": "08d44f6c6a9ededb0c8111fecf2fb9a37cb66108", "message": "added log\n", "proba": 4.78638128242892e-07} {"commit": "6a2a9064c39499e1ac900b6a37bebae4fe985e69", "message": "Aggiunto possibilit\u00e0 di riordino su grid", "proba": 7.232534926515655e-07} {"commit": "7031050cdac025c9379f90e1f59ca97cb3fc4ba2", "message": "updated comments; pep8\n", "proba": 1.255267250144243e-07} {"commit": "2a479470952fa34cc5e117e216bfe084258229ec", "message": "fixes #15\n", "proba": 1.463140080204539e-07} {"commit": "8de58e068c5b10a0d2794d6d69cb0821fade29e9", "message": "Adding --verbose options and better logging to prune_lm_dir.py\n", "proba": 2.8085469239158556e-07} {"commit": "68981228b93a9069c13bea9a7c28c01298eba1f3", "message": "updated to use source, generalized env_id and vm_hwid user vars\n", "proba": 1.4408696813461574e-07} {"commit": "0e08e71f9c87175c0b291ebaf657ddb4649d7402", "message": "Fix typo in sqldb redis conn\n", "proba": 0.9999994039535522} {"commit": "0e80d3a9356866ea6ed6c933c3f434d9ac67459b", "message": "fix branch default\n", "proba": 8.912405178307381e-07} {"commit": "ece1f47ad945d4f879e913915b174f0d14eb3959", "message": "added status message output file\n", "proba": 7.920675102468522e-07} {"commit": "c3dc06c846d391ced17b398997a978e2155b1f93", "message": "BUG: resample: fixed bug\n", "proba": 5.502595286088763e-07} {"commit": "6ebea64c1fb4fb8b54e3e160f7307adf4edf42ce", "message": "can add missing values back in\n", "proba": 2.0855939055763884e-06} {"commit": "302834e4776880579057b1eed6464008075a1770", "message": "Add cipher suites from draft-agl-tls-chacha20poly1305-02.\n", "proba": 1.8350100106090395e-07} {"commit": "78306091144945367666dbf9643b76ca1d321886", "message": "[Fix] account: set the name of argument\n\nbzr revid: sbh@tinyerp.com-20100714120532-t52k2jl6lais3a8c", "proba": 2.9816928872605786e-05} {"commit": "500cfa0463cfabb19f73589c1a35e1ce96aac313", "message": "[FIX] CRM : Mailgate script improved to have as much information on History.\n\nlp bug: https://launchpad.net/bugs/406827 fixed\n\nbzr revid: jvo@tinyerp.com-20090811114036-eo3ohb87ovzdb475", "proba": 2.993830605646508e-07} {"commit": "39e74f492f08ba3396401c8fcbef2a3a6030d3d8", "message": "seprate attachment from mail\n\nbzr revid: mga@tinyerp.com-e2964d02a5340c4ffebb002364b8cbfd7a41c480", "proba": 2.6175339371548034e-06} {"commit": "dfb6b33bf931931e6f9af611c902dc1f90f7a7bd", "message": "REPORT_ANALYTIC_LINE: add _log_access=False for sql view\n\nbzr revid: ced-4ff9dcfe96b734917fc609926e4b3cb476a71a2f", "proba": 0.009450786747038364} {"commit": "d2ad496e65b3ec5ef3a097d5e4f35cc859126dc9", "message": "clean up\n", "proba": 1.0365005209678202e-06} {"commit": "959c61d88cbc67375731a350f403c50d0e987511", "message": "Use dict instead of Context for django 1.11 compatibility (#10)\n\n", "proba": 1.1855334491883696e-07} {"commit": "37e1d9413d97802f4e07aa91eee164271a4888af", "message": "added almemory event to signal queue changes\n", "proba": 3.3246311659240746e-07} {"commit": "aa6256c2832a23ad4bcb77459090bcdc0586a420", "message": "Fix highway url handler\n", "proba": 2.5117111363215372e-05} {"commit": "37b54a81b0a344736c767507e9aac8522892dac5", "message": "Start optimising get_matching_variables\n", "proba": 1.5106148794075125e-06} {"commit": "afc73232122dd29d6fa132b958a707c49e7c58ce", "message": "Attempt to fix documentation generation on Read the Docs.\n", "proba": 1.1512587860806889e-07} {"commit": "334cfe92029a8d877a6bb5546dada13af969e2e3", "message": "Small improvment of notes templates\n", "proba": 1.3337704274363205e-07} {"commit": "277b9ef7391901d537158ddcfccb7c1de9bd92c9", "message": "infinite models only for FramedAgentType\n", "proba": 1.3171784019050392e-07} {"commit": "d82017bac63ce9119f4a81b478d258077866f26f", "message": "Handle C or F as input\n", "proba": 0.00029855530010536313} {"commit": "588121397c2ffd29813996eb6c1afe46086f9887", "message": "Assingment now incorporates part of the guessing game algorithm.\n", "proba": 1.196122241253761e-07} {"commit": "940b2d4104e5ceba4b6f49a504b9d753b7af63fc", "message": "minor changes\n", "proba": 3.7436623756548215e-07} {"commit": "8fe5687f50066a13991c330628358bf917304df1", "message": "add max buy price red line setting\n", "proba": 2.862192900465743e-07} {"commit": "3199f7838fe4e2e7de2cb4dd9ab096a54d4f05b6", "message": "Removed show_image_text\n", "proba": 4.885953899247397e-07} {"commit": "fd8e8a776031a3bd3774c1efce87d837f616fd6a", "message": "Inventory v.0.2.1\n\nMaking the code look better and added inventory sorting", "proba": 1.47004243444826e-07} {"commit": "ff3f805be3823b70b3c322147fffdbd3add3feee", "message": "some refactoring, u13t2 and u13t11 start\n", "proba": 2.9963093766127713e-06} {"commit": "5cdbf920f4e9bac79f36dc88da8d476277af0c59", "message": "Add commenting to API\n", "proba": 3.77503283743863e-07} {"commit": "f3a2a22f055a6e3914755e05781543450c6e789a", "message": "Temporary fix for 'bad ack id' bug when sending more than one messages in a loop\n", "proba": 1.4254092661758477e-07} {"commit": "fe6c6650d6e21010fe3d340de5d8718c87a72b0b", "message": "\u043c\u0435\u0442\u0430\u0440\u043e\u043b\u0438 \u0442\u0435\u043f\u0435\u0440\u044c \u043f\u043e\u0434\u0442\u044f\u0433\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0432 DesktopLoader, \u0435\u0441\u043b\u0438 user \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 request\n", "proba": 5.393978881329531e-07} {"commit": "1be539d870772a190638b8428121caffa220794e", "message": "git fetch --tags overwrites normal fetching with git < 1.8.x so do a normal fetch followed by using the refspec format for fetching tags\n", "proba": 6.457108270296885e-07} {"commit": "0321e5ba0135ea6b19336959974f45b60be649e3", "message": "name change\n", "proba": 0.0001154869532911107} {"commit": "7dd659be9ab334ecfc9a37d0870c38ce2756da83", "message": "CharacterSelectState + load_all_spritesheets()\n", "proba": 2.0069749950835103e-07} {"commit": "e429cf4ce8658cd6e5103e58cb29feb4a4384758", "message": "added functionality for ecat to be callable by Image", "proba": 1.2828910200823884e-07} {"commit": "3eff0a10b12690035b9916f90b35af25cd072f47", "message": "added load params to make provider work correctly\n", "proba": 2.299400136962504e-07} {"commit": "910b9c36ad2d4f7a370851b19a9a9d33af1ee722", "message": "add status check\n", "proba": 7.383769684565777e-07} {"commit": "769feef3155f78f4f2963d70c882d0296dabf9e5", "message": "Whitespace\n", "proba": 8.480420547130052e-06} {"commit": "3ef0bd6d00d43d4e944a413dca2721f130de8f1d", "message": "fix: added thread structure\n", "proba": 4.3356749301892705e-06} {"commit": "eefbc5957030a9b3c253fe3180ad1a4f64b4b353", "message": "added some outputs for start/stop and save experiment instance instead\nof chain", "proba": 2.0477186524203717e-07} {"commit": "f3334a84d1146ed6c4e73da1933b9923f5c78d88", "message": "invert PNG_hillshade\n", "proba": 0.0038187834434211254} {"commit": "0d81cf44aa10cad1c7dbb520ab4673bccb7b7db3", "message": "add a mz.whosonfirst.spatial.whosonfirst.api class\n", "proba": 0.002880105748772621} {"commit": "067f84222970e855fdf594539386bf9a49eecd77", "message": "added interactive mode\n", "proba": 3.029126673936844e-07} {"commit": "af0c647f2c99bb03b33273d7771e18272ac4e6d8", "message": "fix latest parts list in article detail\n", "proba": 6.079633749322966e-06} {"commit": "8e15fc119fdfb71f28947ae08b888065c4d734fe", "message": "Simplify list installed.\n", "proba": 1.7021936571381957e-07} {"commit": "c13fde9e4ad420f31a6112b416dadf009a2592d1", "message": "added variable's feature [A]: if wolves and seers don't act first night, then game auto-ends\n", "proba": 2.5291333258792292e-06} {"commit": "a37844880bc693ad21e68711d3ecd51b255dd26a", "message": "use mode +o instead of /cs op\n", "proba": 4.290120614314219e-07} {"commit": "28aaec34dd984e645a64554bd0e3ec483c3fa5a9", "message": "Add options for setting the kernel to run and the\nscript to run\n", "proba": 2.777468068870803e-07} {"commit": "172e3a5cd6c2b7b0a9cd48302cb3b2b7c37ad0e8", "message": "Configs: Automatically choose the correct hello world binary.\n", "proba": 6.4688397287682164e-06} {"commit": "2860ca02786f7f2aeda6ab0acc25898c03aedfb7", "message": "Reduces minimum size\n", "proba": 1.7450127415941097e-05} {"commit": "ab1ccf48a10cb2aa55b1fb46288b3d33e3752289", "message": "base: deprecation of `STATIC_MAP`\n\n* Deleting `STATIC_MAP` and all its links. All the files should be\n served from the instance_path directory via collect.\n\nSigned-off-by: Yoan Blanc <7e8c88beed64bd6a341c3085bc82ac100e832f6e@cern.ch>\n", "proba": 1.2636883184313774e-07} {"commit": "22dcda87df3309be6bf1b4ef4175ea0c18405a22", "message": "Nope, still not working\n", "proba": 1.1726286857083323e-06} {"commit": "5f4a272f613f379e7276e923dbbb656d8ab7b0c1", "message": "Fixed robtex DNS pull", "proba": 2.332024848783476e-07} {"commit": "6c78d650fde37642f9788d472a0a4808c81d3090", "message": "fixed bug in SpecPlot option\n", "proba": 2.5433914174755046e-07} {"commit": "d230ea754027ae409560e46903ddda230df77d82", "message": "switching to filter\n", "proba": 2.039995479208301e-06} {"commit": "2195973b7fa026a3fc1af8ea2c9ff592fdf24801", "message": "another fix\n", "proba": 1.9980012666565017e-07} {"commit": "4a9ba81494ae4f295a2ad6ad4cc97ec8b58b08e8", "message": "issue #68 (ignore sharedstrings namespace)\n", "proba": 1.0917126758158702e-07} {"commit": "26903e7c4b9f3d21df361a4dbc493edb1be48059", "message": "Issue #24 (inlineStr support) and Issue #31 (Extra Carridge Returns (CR) codes at the end of lines - please strip)\n", "proba": 1.0164881558694105e-07} {"commit": "91f8cbee3416ff47fc62adcd5b2bbf734226df50", "message": "Improved twitter card script so that I can run it in cron\n", "proba": 2.251468202985052e-07} {"commit": "4c0b0df4bdda02405802ccb2ddb4c0de68753b78", "message": "This fixes infinite loop when testing weave\n\n\ngit-svn-id: 77a43f9646713b91fea7788fad5dfbf67e151ece@313 94b884b6-d6fd-0310-90d3-974f1d3f35e1\n", "proba": 2.752890168267186e-06} {"commit": "8802b5249325559543835f5fb35a4e4254acbcbb", "message": "fixed error\n", "proba": 1.1343307733113761e-06} {"commit": "5dbf3e7e6af454fc0a26ff2a281718c4b353d49a", "message": "bump version; 'build 17: De Vergeten Vallei'\n", "proba": 1.25063337463871e-07} {"commit": "1280787e9f3dcb41ab365708cbee16be1ab567db", "message": "prints on the console the address it is listening on\n", "proba": 2.2860341175601206e-07} {"commit": "35362ea27408791025bcb0675d50ae498c6c711a", "message": "adding appropriate message to the view\n", "proba": 6.022447678333265e-07} {"commit": "a77eecb6134831a7f92919a292f1a92a19f76550", "message": "Themes support\n", "proba": 3.3711719993334555e-07} {"commit": "0b9e35df76a2c08a8ce197319835d9a76f61d43a", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "c53d91533b6d5beecc75c35f1a74b4eb126c4356", "message": "[slack] Test postMessage call with assert_call_with()\n", "proba": 1.6715831918645563e-07} {"commit": "e0d6825e6b46445193343728261028ba561c3061", "message": "HUE-9444 [notebook] Teradata and Athena jdbc interfaces are not working (#1240)\n\n", "proba": 1.051025790843596e-07} {"commit": "4b0a41c8d01995ee1054018fecbdc1bc8bb1bbe4", "message": "devilrycli.restfulclient: Fixed bugs.\n", "proba": 1.0354557389291585e-07} {"commit": "951db471b01c31c5c2aa6d33988889ce0b8d2132", "message": "authentication/can_edit_all_or_fail: faster method to figure out if all\nobjects can be edited by the request user.\n\nApparently creating a set from a list and checking for whether it is a subset\nof another set is faster than the set membership look up for every list element.\nTested for both small and large sets.\n", "proba": 1.2062672283263964e-07} {"commit": "68219b3347ae4109b0d5ec4cbdb9df1ba378d79f", "message": "Additional fix for user colors.\n", "proba": 1.0869069200225567e-07} {"commit": "0a28abdeced8a35c3205dd69d461b3132a0b1cce", "message": "Small change to build_documentation.py\n\ngit-svn-id: 5c7026d100a42cc3cafe7db2b1b284dd5eaf9671@2966 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 2.405776513114688e-06} {"commit": "777dca9b0c14b4127782a6237bee89d29dd66f88", "message": "clean up dispatcher, set server.url\n", "proba": 3.1572426451020874e-07} {"commit": "bb21dca9e951f73844df43d10aebbf1ebb21e3b0", "message": "fixed f ailing test\n", "proba": 2.696428396120609e-07} {"commit": "4f96ce1cf9b2be608d189db76d2d435f5fad9c75", "message": "join str test\n", "proba": 3.583569707643619e-07} {"commit": "6b32c93a3e7b05c63640e86485134e22875d5e53", "message": "Make an effort to close the file handle\n\nAlso, support using the `FitFile` class as a context manager.\n", "proba": 1.0645230474892742e-07} {"commit": "561a0cfbc748f2a4d829f58de7bbc3f9c7e6b648", "message": "accept either max_line_length or maxline argument\n", "proba": 7.157869731599931e-06} {"commit": "96c768c0b1810e30792fe69ef5c69994bc7f9ae1", "message": "Try not to die when sending broken messages.\n", "proba": 1.3673987098172802e-07} {"commit": "3baeb398fe161d9f34f5cf5f21e748c93318af0b", "message": "Release 0.2.0\n", "proba": 1.2275829703867203e-06} {"commit": "9bf4cf57f169f2896846c7ad0ff3227641b47c47", "message": "aba violacoes adicionado.\n", "proba": 2.472851008405996e-07} {"commit": "abedd953ca8978e2386aebd523e1095d563b7460", "message": "add observer identifier\n", "proba": 9.254732731278636e-07} {"commit": "238c52ca554a1e7ae903bcc9c99078cf79044a92", "message": "More customisable API for create_route\n", "proba": 1.4304001183518267e-07} {"commit": "0d184fe2cf190b45f73e9d81d6bae0f9b4d91952", "message": "fix transaction context for py2.7\n", "proba": 0.0008738162578083575} {"commit": "14288cdf87c58d5bccd80f78f1badef4fe9e9010", "message": "added more logging to see to track down a bug it staging\n\n\n\ngit-svn-id: 0429bb2eb6f71f8cd87fe9410a915008a087abca@1569 efcc4bdc-162a-0410-a8af-5b4b46c5376d\n", "proba": 1.0640048913046485e-06} {"commit": "c0bf13c3a93dfbcdf10df8891d0e87e3a34a3e0b", "message": "Fixed additional errors\n", "proba": 2.3157754469593783e-07} {"commit": "bc154fe713418545baeecbf21d600d85cbaebf41", "message": "fix dimension ordering in reshape call\n", "proba": 6.354957235998882e-07} {"commit": "35b14222614bb1b49a8438cbf94bc76ca4e02080", "message": "Only pop-up error messages that are really important.\n", "proba": 1.0662645166803486e-07} {"commit": "aebf8d67e09745b83591843bd85407458f1cf5f3", "message": "Change validate_href: bool to sanitize_href: str\n", "proba": 0.0021921948064118624} {"commit": "9fa502c0eb4051ec9788bd12815867c656fb0e03", "message": "first revision - pseudocode\n", "proba": 7.419062626468076e-07} {"commit": "eb45418c6b759a5393b63b25e149ee9cd6ec35b5", "message": "some tweaks to Mt3d - made the default ftl filename the same as the default in the ModflowLmt class (seems to make sense) and also removed the assert that model_ws and external_path can't coexist. I think that was a relict from earlier times...\n", "proba": 1.0231053693132708e-07} {"commit": "03296a619b1480b77609a1d030abcfa48bbc2909", "message": "ARROW-18068: [Dev][Archery][Crossbow] Comment bot only waits for task if link is not available (#14429)\n\nThis has been tested on my own fork. Previous to the PR if the comment for the bot contained multiple tasks we were waiting multiple times, see log for the comment bot and the new log I added here https://github.com/raulcd/arrow/actions/runs/3260111092/jobs/5353427827#step:6:99 , output:\r\n```\r\nWaiting for task\r\nWaiting for task\r\nWaiting for task\r\nWaiting for task\r\n```\r\nComment triggered on this PR on my own fork:\r\nhttps://github.com/raulcd/arrow/pull/10\r\n\r\nOnce the fix is applied the same comment bot only waits once (the first one because the task url is not available) log here https://github.com/raulcd/arrow/actions/runs/3260112211/jobs/5353429747#step:6:99, output:\r\n```\r\nWaiting for task\r\n```\r\nComment bot triggered on this PR on my own fork:\r\nhttps://github.com/raulcd/arrow/pull/12 \n\nAuthored-by: Ra\u00fal Cumplido <59d4da135a4a8d271cfab38e4b71ac8d4bb78fb2@gmail.com>\nSigned-off-by: Sutou Kouhei <73218711cdd5d5c30ac66da3cc4d9d9204caf34b@clear-code.com>", "proba": 0.0038573823403567076} {"commit": "6a3bb2e6f38f44837c0bf587c2b7e44231ef94fd", "message": "handle item without keys\n", "proba": 5.890977377021045e-07} {"commit": "e0b512f996668e59ffb1627ccc184e530320414b", "message": "add doc link to mode error output\n", "proba": 3.0639446890745603e-07} {"commit": "edb6070d7ebfd63f6ab16699869838e3ccd5106c", "message": "cell group files work without GroupID\n", "proba": 1.8477979324416083e-07} {"commit": "444970c875a31ca94220208f9f038cc8eff94cf8", "message": "function list changed to list with index calls\nvalue error for input strings,symbols, 0, negative int\nwhile loop to prompt input when incorrect until correct input reached\n", "proba": 5.39520840447949e-07} {"commit": "200071e6e406ed59d3e0728a37cc76ab968fe7d4", "message": "Fixed restore mode\n", "proba": 5.700949259335175e-07} {"commit": "2985f4a6ad89f8fdc728700cc11adf5cabe181f7", "message": "[admin] fix formatting\n", "proba": 1.513011056886171e-06} {"commit": "d38f2e314248a5b05a0b85fbd4cc6fafe123c542", "message": "basic imageInfo handler done\n", "proba": 3.67391550071261e-07} {"commit": "0695862147bc97fb52bc11935582625c8aadc525", "message": "Fix interpolate.Rbf docstring, and move it to a class docstring.\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@4867 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 0.9993374943733215} {"commit": "0dbf74240448c987bc8245714735698df37bf53d", "message": "fix error while creating dossier without documents\n", "proba": 5.543854513234692e-07} {"commit": "cf9d1f8cc203a8e5f5efcc9a90899adea2add702", "message": "Added emcee options.\n", "proba": 1.1954449519180343e-07} {"commit": "a9201bbaf9c01643d90f5420b56dbe0c45420c49", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "c6e097b0e0ca9e9449b4d4253af40e7cc66809fe", "message": "Added Variable to refine filters in future\n", "proba": 1.289565147999383e-07} {"commit": "ef7218f35684d578c3eccec8572942fa9cfbe4c0", "message": "[devil] No need to specify paths to command line files\n\nThis attribute is only used by flag_changer instances, and they don't\nneed to specify a path for the file name anymore.\n\nBUG=catapult:#3112\n\nReview-Url: https://codereview.chromium.org/2640313002\n", "proba": 4.1559314922778867e-07} {"commit": "201d58532db5453f590085812bdc3bc67bfb43d2", "message": "change after review\n", "proba": 1.8337330232043314e-07} {"commit": "8a265e3885a9224d5921da21d050d73acfefa820", "message": "Implement --delete to download command\n", "proba": 2.884217735754646e-07} {"commit": "0345581b62dc8bff26921a253414ef2f6119920a", "message": "Clean up code and fix more bugs introduced in recent revisions.\n", "proba": 9.843951431776077e-08} {"commit": "cf68b52223b958266296281ccf541c36f0bdf1a3", "message": "admin - actually fix surplus role persist messages\n", "proba": 1.2290830397887476e-07} {"commit": "e9c48a073de13257189a0dcb3e7b5f7620380629", "message": "Set electrode alpha to 0.5 (still nicely visible, but the map is now better visible)\n", "proba": 1.1337928640386963e-07} {"commit": "f999c987384903fca5cf87ee0d3973dca46ecd81", "message": "[Compliant] auto-manage python mapping instances\n", "proba": 3.823671761438163e-07} {"commit": "a426a460555e17d6969444f6dea2ef4e131d6eaf", "message": "Add URL for checking for deleted packages\n", "proba": 2.7459788043415756e-07} {"commit": "0a04266dc7169572dfa83c4bf60611101d2d58fb", "message": "fd: Relax Add splitting\n", "proba": 1.2488599168136716e-05} {"commit": "0de634de2f3ebad8e07e0c7b7f8d2a007210425e", "message": "change shebang to specify python2 explicitly since it won't work on python3\n", "proba": 3.194111559423618e-05} {"commit": "775b8d1e36bbff285348006e2429fdc6df5b67a0", "message": "[FIX] Download version in PyPI\n\nClose #443\n", "proba": 1.073027675602134e-07} {"commit": "9109d7d148abd8764b750becced3487f6d9ea8fc", "message": "Fix change in args between versions of python-daemon\n\nNewer version call __exit__ with exception data, old\nversions merely call __exit__().\n", "proba": 7.713014724686218e-07} {"commit": "07873476b2b2fd7de545f9d5ea6a8dc5a3e3a8eb", "message": "Fixed plotting bug that was offsetting alignments by 1 position\n", "proba": 1.7910325311731867e-07} {"commit": "c0364bea15f2941dd9d8f50dcc6d4fcab265c76b", "message": "set ffmpeg codec location from settings\n", "proba": 4.21403257178099e-07} {"commit": "a6252d79cf43bbe993ef8c59f11f9029c142e494", "message": "Fixes to configs\n", "proba": 1.967511025213753e-07} {"commit": "65a27140ebd246671fa322b858403f0c734d5e0e", "message": "Change error message for 'open folder' hotkey\n", "proba": 1.4652264326286968e-06} {"commit": "6694335b25e2aef712095bb2cf7a23a92d7373cb", "message": "new preprocessing for equivariant\n", "proba": 3.7677136788261123e-07} {"commit": "e48dc7050083569b0a5b338904d2579d1ffc44fe", "message": "2017-05-30\n", "proba": 7.507933332817629e-07} {"commit": "f6f0faea010f07c9ec5a9c85f02a9c97e66d5cba", "message": "Remove old commented out code\n", "proba": 2.3399422843795037e-07} {"commit": "043cf40e189e204d071b75ebc9b2c03872732ec9", "message": "Remove unsafe select-related performance improvement, re #42\n\nDo not assume that all M2M through tables with a publishable item at\none end or the other have a publishable target item. This unfortunately\nreduces performance, but avoids crashing errors.\n", "proba": 1.0351101309424848e-07} {"commit": "7ea3bdb4aad30a8371173c1a58fb5dd6da7156b2", "message": "fix python3 compat\n", "proba": 0.00011696518049575388} {"commit": "4855df94afad44c46935c93e7aabf05cba277286", "message": "warn for not using r4.4xlarge\n", "proba": 2.598757191663026e-07} {"commit": "7dcf38e8405e6cedb15e4dc07fb0a3052cf6469a", "message": "basic: add fallback\n", "proba": 1.3289484741108026e-05} {"commit": "f5dc7bae2ec04b036bffe64d0094a1b28bd81f0b", "message": "Remove fu url todo.\n", "proba": 1.2479050326419383e-07} {"commit": "a84890b0c90315d371cf0e45885035c99a53e196", "message": "Simplify code\n", "proba": 0.041258614510297775} {"commit": "8df6604b5f81010ccbb755fc4515faa79487ce1e", "message": "add is_static function\n", "proba": 0.005665767006576061} {"commit": "a7d1af90b7a81d83743253f3aac42cdf5c53d818", "message": "some changes...\n", "proba": 1.377897405063777e-07} {"commit": "13dcb66009d80cabc1651e98d6352d3893412df4", "message": "generic bugfix (fast message)\n", "proba": 1.250840853117552e-07} {"commit": "c7aeb153572dc411cb21661b00900a6019bc03d3", "message": "use pathlib instead of os.path in processing_config.py\n", "proba": 7.069010052873637e-07} {"commit": "aea6f6631a72936c97c055cf1b2a642dda99db5b", "message": "Format\n", "proba": 7.663883479835931e-06} {"commit": "7ae12ea658be59789b16bd45506259efc7677037", "message": "extra: patch gif avatars\n", "proba": 2.2763877893794415e-07} {"commit": "305665bfa209e9abc0482b5d29e8997a6f0a33ee", "message": "Eliminata istruzione 'print' residua", "proba": 4.692668426287128e-06} {"commit": "7ea0a09e23e28ccbc8df6cb9e166bf9a8125075c", "message": "Fixed selenium driver fail to load url exception.\n", "proba": 1.1429730051304432e-07} {"commit": "a5b9becc955312b662ebdac2f75dcf5f72c485b3", "message": "fix mysterious h5py failure in docs build\n", "proba": 6.787731194890512e-07} {"commit": "a78af87f1ca1e7091aa8b5f975cb6789dacf836f", "message": "jcoin: make cooldown 8 hours instead of 24\n", "proba": 0.00011317867028992623} {"commit": "83650f10223a27b396ae2ea60392dc6fb0a28be1", "message": "Reorganized executeEventAndUpdateSens\n", "proba": 7.816997822374105e-07} {"commit": "5ba1a3643ba7dbe17f13ab3e18e69bad14694a86", "message": "add ticks in formats.sizes.histogram()\n", "proba": 2.466108242060727e-07} {"commit": "7d20655910253f7bfea0cf296fb5b49a7e978f09", "message": "fixed typo in success message\n", "proba": 6.642557082159328e-07} {"commit": "a2a990030013950b06f1ac5526a2a6ca60341664", "message": "keep rejected run information in seqrun table and link it to run table\n", "proba": 1.3554488020872668e-07} {"commit": "babcfc00d346a5342f4cebfb5b0b9f78531c9f76", "message": "polls: poll: pass cxt to b_isowner\n", "proba": 1.2567394151119515e-05} {"commit": "bbd0389725cebb7f8b50a3a3d8afbc01a1434c8c", "message": "Comments cosmetics\n", "proba": 3.182372552146262e-07} {"commit": "60befbadf659b5e50c0c6995c1b5544e44a406bc", "message": "updates transform test.\n", "proba": 1.3102875584536378e-07} {"commit": "c98b8579ec2b22b0981d0fd42147dac3a2fbc383", "message": "stars: fix display error\n", "proba": 5.790323484688997e-06} {"commit": "01a4e16434f13635f1822ab83c4959583fc3a798", "message": "cleaner\n", "proba": 1.0178488082601689e-05} {"commit": "92fc8f832ed0636908baece84eef20741aea77eb", "message": "style\n", "proba": 2.627134790600394e-06} {"commit": "d574fe2fd62aa875f0828303496ba25b7cf9eb26", "message": "removed auto-generated version.py\n", "proba": 4.6180997514966293e-07} {"commit": "25f7aed1fe4e3ad9cf7684326227424e64bb769b", "message": "Use common database initialization as master (to go in eventual base class)\n", "proba": 1.0838926556289152e-07} {"commit": "88bbeb4ad9314bbf0bf77e50a5d8cc576c5ba0fc", "message": "fixed bsvpreprocessor bug in `else and `elsif\n", "proba": 2.0815292600673274e-07} {"commit": "edcb3b4d1d720b5bc035085fe5b9002a98caa4d2", "message": "Compatibility with older redis versions\n", "proba": 2.1079704026760737e-07} {"commit": "c9766ce06064b9e5fa3e01c4ff045832b349177c", "message": "linearizer: improve handling of (default) linearization options\n", "proba": 2.7291314381727716e-06} {"commit": "d5e519cd0000570dec0bc5b03b8375b9f2cf2c66", "message": "Modified the createrelease script to remove the build directories from the examples.\n", "proba": 1.0649129222883857e-07} {"commit": "ddd8f47f40d45d024ef50fd7e07803f08a877caa", "message": "makes pretty good tickets now\n", "proba": 1.2309341457239498e-07} {"commit": "93c9e73173ae2d740bdc5eaaabb7088b62965510", "message": "Force user to select category\n\nClose #83.\n", "proba": 1.1341259664732206e-07} {"commit": "8ecb59a49a2a2cc6b2af7d4cf9561d3bc8fd147c", "message": "Fix #79.\nNow I can asign a value on creation.\n", "proba": 1.0254419890998179e-07} {"commit": "0f4b03603e8405677ce93796d7700aeee57b991a", "message": "Removed the \"providing_args\" argument - this is deprecated in Django 3.1\nand was purely documentational, so no replacement is needed\n", "proba": 2.852429474842211e-07} {"commit": "c7d298e473339e346197db49796382a0a7e33a3b", "message": "fix test unit\n", "proba": 5.189838248043088e-07} {"commit": "73a94839f314768c3dbc28958761ad7fd842b86b", "message": "save None instead of ''\n", "proba": 6.022657544235699e-05} {"commit": "019eeacff9e403b33b81573da7c14c29f273b6c5", "message": "unnecessary models removed\n", "proba": 2.4365567696804646e-07} {"commit": "00dd9d4b01036b987cae7e8e93802ee9add96698", "message": "Reusing dlg.deploy.common in start_dfms_cluster\n\nThe previous state of the start_dfms_cluster script was quite confusing,\nas in some places there were two monitoring activities going on in\nparallel potentially. This code cleanup make things much easier to\ngrasp, maintain, and enables us to perform further modifications with\nmore ease in the future.\n\nSigned-off-by: Rodrigo Tobar \n", "proba": 1.2145402195073984e-07} {"commit": "357c195286540afcbccc76bdabe1ce4ab13d050b", "message": "Now loginwindow wont appear at beginning\n", "proba": 1.342010165217289e-07} {"commit": "2f8fe540a462c61fc23f762dc2578e59e90833e1", "message": "added argparse to evaluateModel\n", "proba": 2.8423849585124117e-07} {"commit": "5652e7913d3522858419e70e77bd61a96646dfe7", "message": "Removed user messages from action views\n", "proba": 3.159215680170746e-07} {"commit": "5908c4687b9c272ba4554cec1aba5a97d1e4c9bf", "message": "image version.py: Fix xpath returns text object\n", "proba": 3.593429710235796e-06} {"commit": "0924d8fcbde67562a2cde0497bd5fec03b4dc55b", "message": "Run launch_on_reboot in launch_slaves\n\nEvery time we launch slaves on a given machine, we ensure that\nlaunch-on-reboot is set up.\n\nBUG=skia:2102\n\nReview URL: https://codereview.chromium.org/675743003\n", "proba": 1.317569513048511e-06} {"commit": "adf8d3efcae37f9549b93ecbf4f2818854279e40", "message": "minor improvements to matchToNative script\n", "proba": 2.0132320344146137e-07} {"commit": "51b9904d2e815a4b3a5058550a1e3227509c340c", "message": "make pathfinding readable\n", "proba": 0.0002693802525755018} {"commit": "b86f7e76171bcf0a46043f94a6618cb1688f6b62", "message": "Name of followColumn has been changed to followColumnById\n", "proba": 2.238203160231933e-05} {"commit": "f126ccf17a000b9a349ef70f845e960face95ad1", "message": "Remove duplicate code.\n", "proba": 4.22508419433143e-05} {"commit": "55386aa438a4fefbc8be7e5e7b7c9d4037d4ece3", "message": "Made cards more compact\n", "proba": 1.27622456602694e-07} {"commit": "a21c8a27d795aa7d843570fc376bce76ed6cfed5", "message": "Fix regression on loading pure python index from array\n", "proba": 5.476264959725086e-06} {"commit": "45fc9bd0b8d494e37e66393984bef95c9bd1134f", "message": "DOC Remove metadata from s.io.MatlabConverter docstring\n", "proba": 1.178067236651259e-06} {"commit": "a1dffee4dbb6b35858fe31a5bdaf498747aec7da", "message": "use joined_rooms rather than sync to reduce load\n", "proba": 2.635262319472531e-07} {"commit": "d52f941de4e4acbbb560bfd9c8552001963fd0b7", "message": "Working on getting UCLA into the test data\n", "proba": 5.664605851052329e-07} {"commit": "fe80560b12b4a2e8dbb63e3df1557ec4082ca279", "message": "Make CONDOR_VERSION non-const\n", "proba": 0.9998090863227844} {"commit": "00725a9ed10911b57c8073d5027de7fee3233f8c", "message": "Test guesses, clues and correct\n", "proba": 1.7722387610774604e-06} {"commit": "e4b804b208d6af43fcc7b2a1b44ba20e5705206e", "message": "Added command line interface to ck2cti.py\n\n", "proba": 2.254985957961253e-07} {"commit": "2e1a99218b799142980635122ba1a0feb11c4710", "message": "v1.9.0.dev2\n", "proba": 5.771567884949036e-06} {"commit": "1fa1f27e4e59ac69052cedc9bb7fece1fb2f57e1", "message": "Removed redundant line in fs._ftp_parse.\n", "proba": 2.420633791189175e-07} {"commit": "ef5caeae68cbfc9f908a76609277c8105f04b626", "message": "Use system-wide default for --tempDirRoot instead of current working directory\n", "proba": 1.7773628258055396e-07} {"commit": "93322e539fc1a1517057402f638dd537a3a9292a", "message": "FIX | xfdsend ip field total length\n", "proba": 1.8565981463325443e-07} {"commit": "450d85cf576a7020205676cf7b8ed356f5f884ae", "message": "add counter for stale-file-handle errors\n\nso we can choose to count and ignore them\nsuch errors can happen with NFS or Gluster for example\n", "proba": 1.264959195168558e-07} {"commit": "ac492ae09d0c231f05b20a8254ce58f0c867538b", "message": "Add docstrings and set for testing\n", "proba": 2.3122335335301614e-07} {"commit": "4f6a2d05ab395a43aad3541bd3571bf2aa701307", "message": "A very common Japanese character was showing up as weird.\n\nThe KATAKANA-HIRAGANA PROLONGED SOUND MARK is not in any sort of unusual\nscript.\n", "proba": 1.0923999838041709e-07} {"commit": "85147fcdd935bea2111007229d78da6c9a8b06fe", "message": "check ftp anonymous login\n", "proba": 6.622253749810625e-07} {"commit": "e3623467c7c6b00416b1feea0de00951a49f4ef8", "message": "Added data sequence generator and sequence dumping module. Need to test both of them. Minor fixes\n", "proba": 1.5269834818809613e-07} {"commit": "9f54c89d62fb2a3fe271b37b67c7da1de4048e51", "message": "add exception for IndexError\n", "proba": 3.965760697610676e-06} {"commit": "139667b5e09a123df70f47d07f3552ec1a346187", "message": "Always show all years in balances diagram. Closes #280\n", "proba": 1.3299573708991375e-07} {"commit": "5cc0c515193ef201b2531ec8db1cec8c5895cce7", "message": "Added integrated PM2.5 with colorbar, modified transparency of smoke fields\n", "proba": 1.0866602906389744e-07} {"commit": "e335af245605c3d0f70fb04c39cffe8f38123968", "message": "Move lock into class\n\nAdd DVMPS-side protection: stop allocating if we have less than 15G free space\n", "proba": 1.601701740128192e-07} {"commit": "18cddae1d935cf2730547e802ec6293684e5220e", "message": "Refactored the Deploy_chain() to be a list of links, so that link_error will notify users when deploy has failed by setting their status to: 'active - deploy_failed'\n", "proba": 1.3064436643617228e-06} {"commit": "1b1e2fcca61f8f8bd0e9348ec808e2cdf0116ac1", "message": "updating cache filling script to cache app pages\n", "proba": 3.475664414054336e-07} {"commit": "c913c86ec7d6b3c44d3fc113f4ddde7af813d881", "message": "[progresstrace] Include simulated global IPC in progress report\n", "proba": 1.3428781642232934e-07} {"commit": "91546af008e8113fabd171f44afd05cf5fd1a481", "message": "rendermanager.py 2.3: tweaked some log messages.\n", "proba": 1.1331896843103095e-07} {"commit": "69910ac05494243fb665583fe057b70385779cf7", "message": "+ changes in resultsParser\n", "proba": 1.3150170730114041e-07} {"commit": "6fedef7d66de686d28ced79a93ae84e75be1664f", "message": "sample series from read experiments\n", "proba": 1.3441402302305505e-07} {"commit": "6bb85a5eac84f368e46560fe5f64ccde8b237b67", "message": "Revert of Enable goma on Windows for NaCl untrusted code. (patchset #1 id:1 of https://codereview.chromium.org/967473002/)\n\nReason for revert:\nhttp://build.chromium.org/p/chromium.chrome/buildstatus?builder=Google%20Chrome%20Win&number=28954\n\nOriginal issue's description:\n> Enable goma on Windows for NaCl untrusted code.\n> \n> Bulding NaCl untrusted code on Windows had a race condition problem.\n> That problem was fixed in build_nexe.py, so we can enable goma for\n> NaCl untrusted code on Windows. This should improve build performance\n> a lot.\n> \n> We have 2 options to Enable goma for Windows NaCl untrusted code.\n> 1) flip buildbot flag\n> 2) flip build_nexe.py flag\n> \n> If we adopt (2), we need to wait build_nexe.py is rolled. If some\n> problem is found after rolling NaCl, we need to revert the roll,\n> which will contain other patches.\n> \n> So, I'd like to flip buildbot flag first. After that, I'd like to\n> flip NaCl flag.\n> \n> BUG=390764\n> \n> Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=294339\n\nTBR=yyanagisawa@chromium.org,phajdan.jr@chromium.org,shinyak@chromium.org\nNOPRESUBMIT=true\nNOTREECHECKS=true\nNOTRY=true\nBUG=390764\n\nReview URL: https://codereview.chromium.org/987673002\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@294367 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.00014164198364596814} {"commit": "f6daf6909700d9888b69508646de6314995de77a", "message": "Revert \"Disable Chrome sandbox for now.\"\n\nThis change re-enables the Chrome sandbox in runtest.py.\n\nBUG=126163\nR=nsylvain@chromium.org\nCC=bradchen@chromium.org\n\n\nReview URL: https://chromiumcodereview.appspot.com/10456046\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@139709 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.3419053175312001e-05} {"commit": "8107b6f5029272f9c8aa4f2fec3ad8207e37a7b4", "message": "Changed unit_distance to a float()\n", "proba": 4.100738522083702e-07} {"commit": "d1832e188cb46e91e1dd802a37385b0ce4ecf23d", "message": "Modify the fasta header split function\n\nModify the fasta header split function to accomodate fasta headers\ncontaining several underscores before the abundance value, as\nsuggested by Jenya Kopylov.\n", "proba": 9.87499930715785e-08} {"commit": "f46d637a2faffb5260e12287cc97ab5855df27f0", "message": "Creating production snapshot directly from elasticsearch\n", "proba": 1.530164297491865e-07} {"commit": "57708e162a71a6ad0c24f02ac979295df33afde6", "message": "decisiveness testing on provided subset file with --test-decisiveness\n", "proba": 6.482343337665952e-07} {"commit": "3207060a6e8403e82dfe4330d82a902354c1e07f", "message": "changes mainly to plotting coverage\n", "proba": 1.3402515719462826e-07} {"commit": "6074829478b76217be5b69c2cd025ed2dfac5f47", "message": "YouTube image links should fall back to hq version\n", "proba": 1.8852148286896409e-07} {"commit": "7c5105cd71e05bad1a2d92f59082db143dc99f81", "message": "got rid of unecessary code in the view that was confusing campuses with districts that have non-unique names\n", "proba": 5.185171630728291e-06} {"commit": "8c9aec92888776c844161cf00c5ed442ef498da4", "message": "same palette as in scanpy\n", "proba": 1.1334008149788133e-06} {"commit": "42e9dfbdb818c6cfbf08c6904cee4c642ce4f009", "message": "refactor transfer", "proba": 3.723441977854236e-06} {"commit": "2146940af5350bdeb245a66fb200e6a1e8916159", "message": "Allow for label in boxplot and distplot\n", "proba": 6.246833663681173e-07} {"commit": "b2e1ee8d35050033b41765a2de49c0eea5f8b4b4", "message": "Fix some more errors with none/wrong credentials\n", "proba": 0.00010536675108596683} {"commit": "67d7d5bd3a5f60bfe7af56828b43f795b4bcbe22", "message": "secrets-client: cleanup Python version\n", "proba": 5.410557832874474e-07} {"commit": "a5a45ed018a1d9524ccf4a33ae0d78fa36dd84ad", "message": "added test to mkae sure and buttons appropriately displayed depending on the lock status and is_active attribute.\n", "proba": 1.0187007859485675e-07} {"commit": "bdea6d7676fefd85e1e540f2a4311120522f8e26", "message": "admin users automatically go to admin index\n", "proba": 2.577169198048068e-07} {"commit": "96afcbe1e00d37502d3ca4ff54dfabb289df533e", "message": "Change remaining keys.py argument names: method->scheme\n", "proba": 7.957085017551435e-07} {"commit": "561642ce9841635f548b7c84bf0e8b343b9b4d97", "message": "Trivial: Revise the code annotation in cluster_add_nodes2\n\nThis patch revises the code annotation about the node check\nin cluster_add_nodes2.\n\nChange-Id: I721438f00b94f2d93fbcbeaa1b0deb2fe66e7791\n", "proba": 0.0002764650562312454} {"commit": "ace0eb502afa46d2303020637e02f3f69e8747f5", "message": "Revise the help message of cluster-collect\n\nIn the help info, the default value of \"--list\" is True,\nbut actually it is False.\n\nChange-Id: I7d10e4e1d467fd2ea476e3a1d05524ba4b52e2b1\nCloses-Bug: #1643441\n", "proba": 0.9999991655349731} {"commit": "4015c7df38de4c821bd90938805108bf6adb7a40", "message": "Don't raise client errors on the configuration page\n", "proba": 2.640369132222986e-07} {"commit": "62be3e483d39a99c22cf249d5042a52e37d63991", "message": "\n\ngit-svn-id: http://svn.seqan.de/seqan/trunk@1187 e6417c60-b987-48fd-844e-b20f0fcc1017\n", "proba": 3.425350882935163e-07} {"commit": "5460b9514192a08c09febebdf3d71d3a671d8ccc", "message": "fix bugs\n", "proba": 1.0751475656434195e-06} {"commit": "1818e7c542b577c5977666fe72684905bbabd605", "message": "storring the bytes\n", "proba": 6.542313349200413e-05} {"commit": "fe7646942fd2c38a792db83b472965d9a6a6fc70", "message": "Set timeout on servefiles socket.\n", "proba": 1.2564996154651453e-07} {"commit": "86823cbbfd64c8ed58d21e009969c59329e107cb", "message": "feedback if character taken\n", "proba": 2.7732119178836e-07} {"commit": "23daeb043c0aa0acaac5fad9394cdeb1c70528f4", "message": "off by 1 error on line 325 fixed(maybe?)\n", "proba": 1.1488436513218403e-07} {"commit": "20e6249fcfab17f7d7022e23e0e4e98e69b037c2", "message": "Conditional loading\n", "proba": 6.552059517161979e-07} {"commit": "44dc60ede86dda17858ca64769f7118f2f19c3b6", "message": "speedup for huge call trees\n", "proba": 1.2921847769575834e-07} {"commit": "c6e43d512002eac8a4c352079debc605ffd4f61d", "message": "updated inport for tasks.py\n", "proba": 2.434733517020504e-07} {"commit": "a2846bf19a33c7a34ad0511d818cc1dc068d9087", "message": "Better check for restart flag.\n", "proba": 1.2624079204215377e-07} {"commit": "72491c4d0b3f5915f24d4c40e6fb29e8b0a0837e", "message": "[Profile] Show if banned\n\nOnly shown to Dogbot Moderators.\n", "proba": 9.990773719437129e-08} {"commit": "5721e9b748fcaba3eae78bfb247b5bbc66710a0b", "message": "ENH: Allow local ITK repository cache to be used as source.\n", "proba": 1.0440228948027652e-07} {"commit": "33a02473f7a6180df7ed565250576a4035f65a93", "message": "Refactored config generator into function.\n\nlog file path now has a default value.\n", "proba": 1.0620366452940289e-07} {"commit": "b26466cbf9ac4e4e23fbbbe95499f85db6e1aeab", "message": "Fixed no arguments bug\n", "proba": 3.233341772101994e-07} {"commit": "6814abaa05497d7d84a69460f1d05ce262cabf90", "message": "LLWEB-11: refactor post group process\n", "proba": 4.30110361548941e-07} {"commit": "4da3f7f14fe4468b2291d377079b708a8fd2e4a1", "message": "Fixed handling of facturen having multiple lines for the same product, also\nmaking it work for facturen that have inkoop and verkoop for the same product\n", "proba": 1.1511423991805714e-07} {"commit": "8e7045d56d1ad2ff90f8c661329e41d559fd45ca", "message": "Improved randomness in email reset hash\n\nReplaced time based hash salt with random based hash salt. Preventing an unauthorized user with a known email address from triggering a password reset then guessing the milliseconds via brute force.", "proba": 1.23011730579492e-07} {"commit": "8e21712e5b85df541a2f2b71176bf36c738f8ab3", "message": "Wait for signal\n", "proba": 1.958366010512691e-05} {"commit": "2fc5056a153e2a358322fb43dd9264e8945a9117", "message": "Initialize self.inputList in the ArgumentListFilter constructor\n\nCloses #34\n", "proba": 3.1606379025106435e-07} {"commit": "92408e9ca7a9e12a7e89efb904996ffd99d3ac93", "message": "Add information about dataset and word embedding in logger\n", "proba": 6.073816507523588e-07} {"commit": "5943180061478ac154afc1862f3018a1c34e2409", "message": "Fix some flakes\n", "proba": 0.01911342889070511} {"commit": "7cd31faceb1d8ba18feedb438304292ca29606c5", "message": "Fix a pile of lint issues on objects.py\n", "proba": 1.9157937458658125e-06} {"commit": "cfb5ceb707dfbacdc66f63bd17239318b6903612", "message": "redshift dependence for Moster+10 functions\n", "proba": 2.2477503591744608e-07} {"commit": "db0947f6ddb549336ef5f2a9cf220be81ab650bd", "message": "issue #4 fixed (all methods now support parameters)\n", "proba": 9.873775042024135e-08} {"commit": "6019b2f368eff81aec4d87a94c7393e5c0fb0a88", "message": "fix RemoteFileBuffer.truncate() when size is None\n\n\ngit-svn-id: 74b2def6592cf29d88d1a5d33b5c4a2732d8507c@444 67cdc799-7952-0410-af00-57a81ceafa0f\n", "proba": 0.002787583274766803} {"commit": "a1358e1de580a3e47a8450c4d9580ce6a75a25b1", "message": "fswrap.rewrite_errors: catch and silence ValueErrors raised by the rewrite\n\n\ngit-svn-id: 74b2def6592cf29d88d1a5d33b5c4a2732d8507c@240 67cdc799-7952-0410-af00-57a81ceafa0f\n", "proba": 3.8097598462627502e-06} {"commit": "08b188157ee3d1eced4c9382e3d01459a0078eac", "message": "More reader bugs\n", "proba": 1.1611892603013985e-07} {"commit": "7b46a6b1e23fc6faba4f766dffb11566fec9757b", "message": "Implemented unserialize method TestResult\n\nAlso added metrics setter and removed output from constructor, for\nunserializing.\n", "proba": 1.0484749424222173e-07} {"commit": "483a18827280bde606777aad73c8dd8a1b02932c", "message": "updated to search for videos and sub-folders", "proba": 1.3125763587140682e-07} {"commit": "f74b63806e75ba8f32054e7cdc550a5e9d56ea88", "message": " azure: use account_name with default credentials (#5725)\n\n* Fix DefaultAzureCredential usage\r\n\r\n* Fix typo and printout\r\n\r\n* Update dvc/fs/azure.py\r\n\r\nCo-authored-by: Batuhan Taskaya <99890761f916090e83607d57a808af91421c17f0@gmail.com>\r\n\r\n* Disable logging spam\r\n\r\n* Run precommit hook\r\n\r\nCo-authored-by: Charlie Hewitt <9404361beb317d1e8227c9128356d5e86a76c988@microsoft.com>\r\nCo-authored-by: Batuhan Taskaya <99890761f916090e83607d57a808af91421c17f0@gmail.com>", "proba": 1.8794578693359654e-07} {"commit": "c893d8d580eb598b9a60ea0d2e921a06a5b1f97c", "message": "Fixed an issue with the death necklace.\n", "proba": 1.0346759182766618e-07} {"commit": "1ecdf04583451472d7f9bfa6959e4e65e20b0330", "message": "Remove . (fullstop) from end of logging message that's been bothering me since that's the only place I see it.\n", "proba": 1.722373497159424e-07} {"commit": "c8c107e5108a4523faefcdf8229b0a4998dac3c8", "message": "Major overhaul of fuzzing\n", "proba": 1.787207537518043e-07} {"commit": "45dc698670eac793a705351b2640e4ee6e5c07a7", "message": "fix root dir path", "proba": 3.98689780922723e-06} {"commit": "9a5a5403aa3779e5eae4643866f1048005520af1", "message": "fix tipo\n", "proba": 1.441047288608388e-06} {"commit": "cd4c7ac9cd44680707127c7bbdc7b258982e802a", "message": "Renamed process_document_sync task -> process_document\n", "proba": 2.563725729487487e-06} {"commit": "dddee20af5a94c01aa2b5cd10e16519c900d5254", "message": "Simplify __contains__ conditionals\n", "proba": 0.999982476234436} {"commit": "04542fe04374bb10aa019914e46e38643b6b1bc7", "message": "New machine name Hotfixed\n", "proba": 3.8933501400606474e-07} {"commit": "5dfe65d9005d40410a2f05fd440a187bb8f7b124", "message": "added Newton boundary condition term (dw_bc_newton)\n", "proba": 1.4332950115658605e-07} {"commit": "b045b4659188af79f1abbd8307df6e7687f7666e", "message": "refactor: Added new functions, changed endpoint of rate() function.\n\nAdded the following functions:\n-orderinfo\n-onlinecoins\n-offlinecoins\n\nDeleted limit function which no longer exists in api.\n", "proba": 5.81074061756226e-07} {"commit": "c7056241a6472289badbd900db8744ea85afc3b3", "message": "Added rudimentary crash monitoring.\n", "proba": 1.1087967521916653e-07} {"commit": "8e66a40d00d165145ebb2c177f715b373ab9962b", "message": "Hide the OrderItem ModelAdmin from the Admin Index since it is not meant to be used directly. from: http://stackoverflow.com/questions/2431727/django-admin-hide-a-model#answer-4871511\n", "proba": 2.8787048904632684e-06} {"commit": "951524c99a80696cb52dd5f989e73be5a29b3b51", "message": "fix small bug in textui when user types \"accept\" when there are no incoming calls\n\n\n", "proba": 6.320578336271865e-07} {"commit": "c80e6267b8ea90060da935d7879099288e9dae51", "message": "Altered search to also sort the results\n", "proba": 1.461688299286834e-07} {"commit": "78fb274e39fff2f43180623f494c793d472479db", "message": "unnecessary import\n", "proba": 2.0003569716209313e-06} {"commit": "64fa14b276cc1421f24f2759dbfc473869440ff2", "message": "Fix history forms for primary keys besides \"id\"\n", "proba": 6.96242921094381e-07} {"commit": "8d860174c1d018b683f6d6904b09a6cce40c8a2a", "message": "Added an option to add all many-to-many fields.\n", "proba": 1.250996035651042e-07} {"commit": "574e2ef501c2c85b584bba145ee2efcc6bcf3269", "message": "Fixing for compatibility with django 1.4.\n\nThe field attname was being overwritten with the field name and losing the '_id' suffix for FKs.\nThis issue would break new models binded with simple history as they would have its historical model with the wrong field names for FKs.\n", "proba": 1.080037748124596e-07} {"commit": "19fc347db636b162a0100bc926fac6625cf65afe", "message": "improve comments for sphinx autodoc\n", "proba": 1.5508643969042168e-07} {"commit": "ea48a79889decc79752d9e3c9833682e16851ba0", "message": "Increase qty to max allowable by API to speed up retrieval\n\nespecially when there is a large number of notes\n", "proba": 1.3339433735382045e-07} {"commit": "93e33b911db1485775a67936e4880a34a81ead44", "message": "add __version__ to simpleoncall\n", "proba": 0.9999916553497314} {"commit": "34ab6bb9ea16c2f1383d8ffc4b7b9388e3cd2d85", "message": "Remove testing sleep\n", "proba": 1.1025266530850786e-06} {"commit": "1dda0d9dee04e8591c8d22291da4194e77f3583f", "message": "more descriptive situation message when running\n", "proba": 1.0646118653312442e-06} {"commit": "58b105d4974fad4b6b8495364971bf539b5225dc", "message": "Fixes #19\n", "proba": 1.525827713066974e-07} {"commit": "7763993b9a5cf08a65226ceb62d3d9b102ae4dad", "message": "Remove debug print statements\n", "proba": 3.045282255698112e-06} {"commit": "d4df7ed4c361a30f9c5d505e9ffc8b5fc7c163a7", "message": "modify locale detecting code\n", "proba": 4.177456389697909e-07} {"commit": "599601db7fed46b6e21c227b62ec9145199ecef2", "message": "If keychar is empty, do not treat it as valid input\n\nThis makes typing the right shift key toggle between pinyin mode and\ntable mode, as intended.\n\nIn Python\n\n >>> '' in 'abc'\n True\n\nTherefore, \u201ckeychar in self._valid_input_char\u201d is True even if\nkeychar is empty. But if keychar is empty, one should not treat it\nas valid input.\n\nThis problem occured when pressing Shift-Right, it was treated\nas valid input and the following traceback was seen:\n\nTraceback (most recent call last):\n File \"/local/mfabian/src/ibus-table/engine/table.py\", line 1596, in do_process_key_event\n result = self._process_key_event (key)\n File \"/local/mfabian/src/ibus-table/engine/table.py\", line 1618, in _process_key_event\n return self._table_mode_process_key_event (key)\n File \"/local/mfabian/src/ibus-table/engine/table.py\", line 1856, in _table_mode_process_key_event\n res = self._editor.add_input ( keychar )\n File \"/local/mfabian/src/ibus-table/engine/table.py\", line 398, in add_input\n res = self.update_candidates ()\n File \"/local/mfabian/src/ibus-table/engine/table.py\", line 804, in update_candidates\n self.pop_input ()\n File \"/local/mfabian/src/ibus-table/engine/table.py\", line 409, in pop_input\n self._tabkey_list.pop()\nIndexError: pop from empty list\n", "proba": 0.9991437196731567} {"commit": "adf7bdc18463d83f8fe66ba8ecac6d1de4b307b2", "message": "fixed decode issue\n", "proba": 1.3076327149974531e-06} {"commit": "7ddaf76ff590389ee1f006bbb041a1d299074c75", "message": "MAINT: Use BiologicalSequence instead of DNA\n", "proba": 2.0274371763662202e-06} {"commit": "0b62e572580536163a5c1573e9559d3995c65285", "message": "remove import\n", "proba": 2.4102316729113227e-06} {"commit": "400abf5092e0b3a7ab0ea53e0d82dbf8c019816f", "message": "changing name of function for issuing deprecated package import warnings\n", "proba": 3.5853881286129763e-07} {"commit": "ccaa67a1ab8929b1b70fc94683b95dc56dba19cf", "message": "Add model tails\n", "proba": 2.0595218757080147e-06} {"commit": "f0a3f54718a74503f5a06c2f868822f60ce9ebd8", "message": "Wrap dismissAddAnotherPopup so change handler is triggered after add popup is closed.\n", "proba": 1.0762888535964521e-07} {"commit": "048e7ac1cbe79a66582ec876d3fa548003da5470", "message": "fixed json response formatting for api/posts/\n", "proba": 1.3883798999358987e-07} {"commit": "62157ad337b42a15b4c43a0f0e25c3a5f7be29e3", "message": "added the HEAT control\n\npower is now controlled through pushbutton on inside right. Above power\nsupply. This frees up the three switches on the front. Also changed\nget_boxVent to get_boxVENT to correspond with the other names\n", "proba": 1.2877794119958708e-07} {"commit": "96a768963555b2b9033dee233ca91370368b0633", "message": "don't use keywords as variables\n", "proba": 1.5489913494093344e-05} {"commit": "80a0eff0c254b4f690976e5df019334e5354d467", "message": "Add methods to calculate parameters of unitless smooth core skin pinch.\n", "proba": 1.0452123433424276e-07} {"commit": "e534c7a4db1d4c20e11f8991e6aace5bf53736ec", "message": "support setting a timeout that is used for request and if no timeout is explicitly set use 10s\n", "proba": 3.312667899990629e-07} {"commit": "50f420b5010d3875fb22ff89aee6962f40f5da4b", "message": "condense import\n", "proba": 0.9993990659713745} {"commit": "1e16bf6f2969d74eeafe90d58a2d63e1693396fe", "message": "Browser compatibility fixes.\nShow methods aliased into a class from other classes.\n", "proba": 1.0188932009214113e-07} {"commit": "832d9c771dc6e93b1feecc51d8103e6cbf661d90", "message": "Since inspect.isfunction(obj) is a precondition for calling\ninspect.getargspec(obj), test isfunction() directly in pydoc.py instead\nof trying to indirectly deduce isfunction() in pydoc by virtue of\nfailing a combination of other tests. This shouldn't have any visible\neffect, except perhaps to squash a TypeError death if there was some path\nthru this code that was inferring isfunction() by mistake.\n", "proba": 2.312864211262422e-07} {"commit": "6d2b05cb77cb57bfe6ab5612000a7fc77856b23c", "message": "Add sha and _sre to the list of allowed built-in modules.\n", "proba": 1.0575592312989102e-07} {"commit": "53d0ad3e23b2615ade7d3e28ac697c8793c4a4fc", "message": "Refactor:\n* Improve algorithm -- no more O(n) steps except sched.cancel().\n* Improve thread safety of sched.run() and sched.empty()\n (other threads could alter the queue between the time the queue was\n first checked and when the lead event was deleted).\n* Localize variable access in sched.run() to minimize overhead.\n", "proba": 1.3157044520539785e-07} {"commit": "e175d05ad455c12f90aaa2b83a9e556a943414ff", "message": "No need for csnd6 yet\n\nCan\u2019t run Csound fully here, oddly enough. Just take the orchestra and\nrun with it for now.\n", "proba": 9.445751203429609e-08} {"commit": "7e64e9df8b6083cba95284b9fde07fa8503ae56f", "message": "Added files via upload\n\nfixed a bug introduced with mkfs OEM type being added", "proba": 1.3506924290140887e-07} {"commit": "868ef503924b232ab0d6dc179423c94a78d1f634", "message": "Mainframe.py: removed \"try\" when importing\n", "proba": 1.760976147124893e-06} {"commit": "141406a1b6045b14f9b18bc50397837c78431723", "message": "INDXParse: Insert standard index class in class hierarchy\n\nSigned-off-by: Justin Tracey \nSigned-off-by: Alex Nelson <5164125ad557502854c05e1666b88b3288cadcc0@cs.ucsc.edu>\nSigned-off-by: Erik Steggall <5de320e6478d909468c686a78b1625ef423b0b28@soe.ucsc.edu>\n", "proba": 3.1215520834848576e-07} {"commit": "43ca41cdcc86c0ba44f8f4da7c81212841ed1fbf", "message": "autoformat with autopep8\n", "proba": 5.116667125548702e-07} {"commit": "c40c1322bb4e795d746fc0e1c19e803355d367b1", "message": "Interface file improved significantly - added hooks\n", "proba": 1.2997313092455443e-07} {"commit": "022040104a15d3b3572757408c7869d69188cdac", "message": "simplify equality check for some nodes\n", "proba": 2.1401690446509747e-06} {"commit": "87b9980568d034ceea08e78da3f9186cfd01c433", "message": "Better array generation code in Lab 2\n", "proba": 5.330477392817556e-07} {"commit": "9b754359c2a89e4696d6961025d919c0a7b3634d", "message": "Explicitly use floor division\n", "proba": 2.7056992735197127e-07} {"commit": "d3500f3cc95c72a7108eac4fef3388a93ca45d81", "message": "Two bug fixes for problems reported by Sverre:\n\n__getaddr(): Watch out for empty addresses that can happen when\nsomething like \"MAIL FROM:\" is received. This avoids the\nIndexError and rightly returns an SMTP syntax error.\n\nparseargs(): We didn't handle the 2-arg case where both the localspec\nand the remotespec were provided on the command line.\n", "proba": 1.5051431034862617e-07} {"commit": "4f7ffd89ec992820198521043680c8b785daa099", "message": "changed to paho client\n", "proba": 2.9194853823355515e-07} {"commit": "be5838e3f9a61b678fd7cdc68756fbd283cafc1c", "message": "JobsStatistics: Add hierarchical display\n\ngit-svn-id: a9a8e3128c9301006a1337346ea7e68b115376f6@530 5ec1a27d-59bc-451c-a1e5-77859e3e35f3\n", "proba": 4.398087639856385e-06} {"commit": "33331c9998fec4ba6ee28d57b73395d3a412fd7b", "message": "-fix flake8 error\n", "proba": 2.1514291859148216e-07} {"commit": "cb577ba17c8f75c590e1df6444f494abc350787d", "message": "Removed new lines from potential messages\n", "proba": 5.763085937360302e-07} {"commit": "8c99eeb6de8aad440757e906db73822f7812f6fd", "message": "Move per-type encoders inside iterencode()\n", "proba": 2.1887255741148692e-07} {"commit": "1844c1883d0484ae10fbb58b1c76a183f299547f", "message": "Construct new sql variables for principal components as a combination of original.\n", "proba": 1.2930748027883965e-07} {"commit": "04ac6a8ee203310e5c62353f2631f67bc3163b01", "message": "fix --type help text to get a valid Content-Type\n\nthis value is directly used for the Content-Type header, so giving just \"mp3\" there is invalid.\n", "proba": 1.1430515201027447e-07} {"commit": "63355d20cdc4329e6a96e9dd3d22048b5c4d8a0c", "message": "OWWidget: Remove focus from the first control\n", "proba": 2.299336614441927e-07} {"commit": "0ce333393a26884c615291574bd8c7a58cdcb08a", "message": "if it's a filename, use \"filename\" as name, not \"fileobj\"\n\nnames are important.\nif you name things wrong, you are confusing everybody who reads the code, including yourself.\n", "proba": 3.7599352253891993e-07} {"commit": "9c1b2eaf86fadeda7f2a77d0f379f2b081f1590f", "message": "GrovePiScratch cleanup\n\nRemoved a redundant line.\n", "proba": 1.6657747892168118e-07} {"commit": "67fbc7dbe02caa81ef34881dd22e9036b057fc3e", "message": "Fixed validation on innate state for runes\n", "proba": 1.8032972093351418e-07} {"commit": "e75e87c8405108e3a1bfe9aeb9ac05a68bdb44c2", "message": "I done wrote this in 2015 (this morning in fact) - copy / paste more carefully dude", "proba": 1.1129284160915631e-07} {"commit": "7130143ced7b085a422a45373f4c902f4b00654e", "message": "added loggin functionnality. logging in console\n", "proba": 1.7165508324978873e-05} {"commit": "9ed785f870f346e76cb2631d6ba3338f19c94309", "message": "Removed dead code\n", "proba": 1.077293109119637e-05} {"commit": "8040091b71dc16f29e6faba83df0e898fdd96dd2", "message": "Allow schedulers to edit checkouts and bases\n", "proba": 2.06871931140995e-07} {"commit": "ad90096a85b9ed2aeb4e1e6065660c9198b057af", "message": "auto commit\n", "proba": 3.614777313032391e-07} {"commit": "e06dc08f23426f3194c5003f02756d196735bd86", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "664154f8f76607cd9364757e23d9b3c16a29f87c", "message": "Intermediate commit\n", "proba": 5.57630528419395e-07} {"commit": "e4e5a61d49cac893aec9b33b3ee5b78dd54c7f24", "message": "test search\n", "proba": 2.5398262550879735e-06} {"commit": "56dda7cd39da33abce6b323befea4188d45ca25f", "message": "use testing decorators to enable tests on module availability\n", "proba": 1.5402754627302784e-07} {"commit": "4ead115a6d2958971ba032bead5ed48d3320322a", "message": "Capture Xterm title sequence.\n", "proba": 3.50812285887514e-07} {"commit": "38bf61128841a776bfa4580078305404e89289d1", "message": "use shortcut to return default value in case of text is `None`\n\nCo-Authored-By: wochinge <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@tobias-wochinger.de>", "proba": 7.670713966945186e-05} {"commit": "5c06b6079d8586c8ee04620a44315a102eaa49d3", "message": "Reuse cart instance if it already exists\n", "proba": 2.0136160117090185e-07} {"commit": "8171a2d79aefbd7c286856efb372234504432cad", "message": "Don't allow empty tags (#6512)\n\nDon't allow empty tags", "proba": 5.105191576149082e-06} {"commit": "286f69d59c3d92faeb20009c4c5588822d92ac2d", "message": "Minor changes (should be no visible change).\n\n", "proba": 1.3869400561361545e-07} {"commit": "feda5471e3e7d4c31c8fa928ba15e9d457a1f9e1", "message": "Starting on refactor of beacon config parsing\n", "proba": 3.94855618424117e-07} {"commit": "8120a099ab06b086c3467bd208e7c9129c69ddee", "message": "Fix the assert to handle both types of locations\n\nfull and filtered\n", "proba": 2.1671341983164893e-06} {"commit": "372f97f040a61270996d2097f89f7c0a213141ed", "message": "Fixed style of sensehat beacon", "proba": 2.1503379343812412e-07} {"commit": "f96d2dc29d8a0d45bb166b6856ddcd543d0dffd2", "message": "Replaced import six in file /salt/cloud/clouds/ec2.py\n", "proba": 2.8394046580615395e-07} {"commit": "199b38950ca11803c6514adf6564ddb6c8801d36", "message": "Added the possibility to undock/dock Panels to all DockAreas, regardless of the depth or the parent. It's also possible to undock to the top container.\n", "proba": 1.0406986916677852e-07} {"commit": "bdb7a28f906692758baeadb9ed95eadb5b0ce736", "message": "merging clouds/ec2\n", "proba": 4.987754778085218e-07} {"commit": "b0b40836249fae5ae21876da01998aea828c4382", "message": "fixed overlay to draw at correct location if the plot is inside a container\n", "proba": 2.3629503687061515e-07} {"commit": "e290ea4a3f03db5560e4717b455c276d26be6e4c", "message": "Pylint Fix\n", "proba": 1.3180898577047628e-06} {"commit": "e027cc988bb57d9bd0816096f33ff82710c3ec93", "message": "1_mapping needs to handle non-T contaminants in T-primed run, also writing putative contaminant reads (based on A/T) to a FSATQ file\n", "proba": 1.1939421540319017e-07} {"commit": "34fae38c164ecabaf867debd0c01f494115b7e40", "message": "Release version 0.2.5\n", "proba": 6.688912321806129e-07} {"commit": "db55e8a82fb8234c95ae00c76ac357bcf9d1d7bd", "message": "clean up append_slash_redirect\n", "proba": 0.9983605742454529} {"commit": "ac749135c015af87436553969d1333fd15b9dce7", "message": "Fix problem where at times an incorrect alternate last name was used\n", "proba": 0.0003044934128411114} {"commit": "f122740cac21156a0802e7dd67aaa7b77304f707", "message": "Fixes Limnoria test: adds tests for most commands\n", "proba": 7.102107133505342e-07} {"commit": "53d03639044f9270d10b6ef9afc913e87b281c6b", "message": "Unnecessary line break removed\n", "proba": 8.232877348746115e-07} {"commit": "32f324db696f62e4fe4b3ab362c33571adfe7d0d", "message": "Pass a name to allow which engine is being started\n", "proba": 6.103236501076026e-06} {"commit": "afd00af93c1e6061abefd945013fc5b31e2ba94c", "message": "change the function to 'sigmoid'\n", "proba": 0.9999972581863403} {"commit": "8b3762aba36aed4836a0c4bb88dbf53a8122f72c", "message": "Have `embed_minimal_html` use `embed_snippet`\n", "proba": 1.9441789333995985e-07} {"commit": "ab518cdba5b528cec48e60d7d0a3c66140f48f62", "message": "Small user-friendliness improvements to evtest\n", "proba": 1.642907960786033e-07} {"commit": "0d1a075c4f848992db938335bee8c1c4c76d371d", "message": "update generator to try to be more compliant\n", "proba": 1.2193834209028864e-07} {"commit": "e2bc05585f4e75977d4b142d7f6cfb0fff2089f2", "message": "TYPO IN SOURCE COMMENTS: # server creating new connectionG\n\n# server creating new connectiong\r\n\r\nto\r\n\r\n# server creating new connections", "proba": 1.3908594098666072e-07} {"commit": "81d0cc88fb5d1eeeb5523db9a03771b17e939912", "message": "Add functions to list attached policies\n", "proba": 2.6448171297488443e-07} {"commit": "94dc86b03b55984f6f56445b091e69586acecb09", "message": "Can now check for abilities; only checks that a given ability exists across all types of abilities, however, so far.\n", "proba": 1.5666275032799604e-07} {"commit": "66e0b403a167e84aa3884a6fe591db925fbd38eb", "message": "Added hub.schedulle_call\n\nSimilar to next_tick, but it returns a Future object instance,\nwhich can be cancelled.\n", "proba": 9.885118856800545e-08} {"commit": "825941745ce4b645488d2646fd92dbf3ffb72302", "message": "modules.boto_vpc: remove unneeded code\n", "proba": 2.1197606656642165e-06} {"commit": "4b85a3444812c1a2fb0b2bcd78a80d09746000d7", "message": "generator: Add virConnectDomainQemuMonitorEventCallback to skipped_types\n\nSigned-off-by: Martin Kletzander \n", "proba": 1.2237474322773778e-07} {"commit": "82c5b1d8fd540929d6c9fbdfb257c681d7680b4c", "message": "Review defaults loading\n\nAdd logging. Use same behaviour from cmdline or from jinja\ntemplates. Don't mix with pillar. This allow to merge defaults right\nfrom pillars. Compute formula namespace from key.\n", "proba": 1.0310864695384225e-07} {"commit": "2af74780003723f1ab09d0124979dcd37069575b", "message": "add in_place option to do not overwirte the orig dict if needed\n", "proba": 3.5105591678075143e-07} {"commit": "f87eba2fee83527f2b89465632a282579d0d7d21", "message": "generator: break lines in generated code\n\nto be closes to pep8 which makes reading the generated code easier and\nreduces the number of issues found by flake8.\n\nSigned-off-by: Philipp Hahn <8cb7a2c205789112a9f61bc3102305826b6a8db1@univention.de>\n", "proba": 1.290340065907003e-07} {"commit": "8b2e7cc4f594652ef67aa3d5b7300ad746123737", "message": "Syntax clarification\n", "proba": 5.045426405558828e-06} {"commit": "6427f755755f2b2e5b63628d065ba512837712d6", "message": "class List: sort_by_speeches() added\n", "proba": 2.801810069286148e-06} {"commit": "a85f4e4b4a3c9fa70af86461fd592d9b7feac37e", "message": "Remove nirtcfg path", "proba": 4.937027142659645e-07} {"commit": "b1755d13280e74762d49869e14f509a6856af4a8", "message": "Optimize sync_all\n\nThis commit stores the environments read by reading the top file in\n__context__ so that the top file does not need to be read once for each\nsync doing in salt.modules.saltutil.sync_all().\n", "proba": 1.4155054373077292e-07} {"commit": "08677d44c9911636d181c7a5ca3d517555f26f6c", "message": "Import standard Salt file module functions\n", "proba": 2.606115856451652e-07} {"commit": "491b71379fcf67d9b0a9c39ab41b4bba1ba3b44a", "message": "Lint fixes for highstate outputter update\n", "proba": 1.7633293225571833e-07} {"commit": "d3c364713eb2f65c1923b1a260664e7e4ae27950", "message": "Include the warnings in the `highstate` outputter\n", "proba": 0.04331042245030403} {"commit": "bdb8f38649af67e931aaa116f63976dc5a720fd0", "message": "Making salt.utils.migrations python3 compatible\n", "proba": 9.078120456251781e-06} {"commit": "d9ce69aff308dc493fd95b020abaa1f9962f913a", "message": "slightly expanded comment\n", "proba": 1.2095156876057445e-07} {"commit": "e9eebf58e3a5a0c67411622ee686eb4ec4f45d91", "message": "Refactored comments unittest to work with optional gravatar feature\n", "proba": 1.2156330342349975e-07} {"commit": "14a08ba7e623a659cb92a73a7e3177e87016aded", "message": "fixed spelling problem and added TODOs\n", "proba": 2.4388560859733843e-07} {"commit": "af7732a184d7d3bcfc21eab56d6ab2f836bcc4af", "message": "Add missing return statement\n", "proba": 0.9999995231628418} {"commit": "28544e48b9492bb96137aa183575e96e6c792df5", "message": "Change condition to check low_voltage_measure\n", "proba": 4.97233372698247e-07} {"commit": "1b6fb727634dbcb85af69ae01b813769eead56ce", "message": "Use full name in version string.\n", "proba": 1.5700885569458478e-07} {"commit": "17cab936f87a3b9100615ac638769b6bbaa5ab6b", "message": "Improve some more error messages.\n", "proba": 2.2286826606432442e-07} {"commit": "82234533ed15bf2564ab0f4ea554462c18eab542", "message": "Change index order in np.reshape\n", "proba": 2.3696808057138696e-05} {"commit": "24f8176c2327128156f21300ea34403b7d47e638", "message": "Make presubmit ignore files that end in _autogen.h\n\nThe GPU code generates relatively complicated code.\nWe generate that code and check in the generated files\nto make it easy to use codereview to see what was generated\nmakes sense.\n\nUnfortunately, keeping the generator always generating\nlint error free code is hard. We mark lines that have issues\nwith // NOLINT but that feature has apparently been removed\nfrom our lint so instead we'd just like to have presubmit\nignore *_autogen.h files.\n\nR=maruel@chromium.org\nBUG=none\nTEST=checked that it did indeed exclude *_autogen.h files\n\n\nReview URL: http://codereview.chromium.org/9692059\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@126542 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 7.18055380275473e-05} {"commit": "1da76c9916aa05b295222b8cb8a4d7c40d63cf0e", "message": "Add iOS ARM64 and XCode 6.1 to default trybots.\n\nTBR=fbarchard@google.com\nBUG=libyuv:370\n\nReview URL: https://webrtc-codereview.appspot.com/32619004\n\ngit-svn-id: a51711482b6ba0e1d1ab095578a045eeae45ac9a@1187 16f28f9a-4ce2-e073-06de-1de4eb20be90\n", "proba": 9.631474313209765e-06} {"commit": "6cafbfea237e2a256488c4640f17ed67b7f2bd2b", "message": "Temporarily disable max_cols=80 rule since there's too many source files that trigger this rule at the moment.\nReview URL: http://codereview.chromium.org/39192\n\ngit-svn-id: dd90618784b6a4b323ea0c23a071cb1c9e6f2ac7@10992 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 3.69078952644486e-06} {"commit": "06e6d0ffa257b480f926f719412e9af9e31b4ba8", "message": "Add presubmit check to avoid adding hard-coded URLs or hostnames for server-side services to lower layers.\n\nBUG=164568\n\n\nReview URL: https://chromiumcodereview.appspot.com/11475030\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@172221 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 3.2210077733907383e-06} {"commit": "1fea248c51636a06529e8e696935a30214690be4", "message": "Sync PRESUBMIT.py with what is run on CQ.\n\nThis is a repeat of https://chromiumcodereview.appspot.com/11553016/, using the\nNew Advanced Technology\u2122 in https://chromiumcodereview.appspot.com/54373011/.\n\nBUG=278554\nR=maruel@chromium.org\n\nReview URL: https://codereview.chromium.org/58803002\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@233509 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.5043014172988478e-05} {"commit": "9eeef3b693438c042923ce1ab6cbf807ac06c280", "message": "Presubmit's CheckLongLines now requires a third argument.\n\n(SkipBuildbotRuns)\nReview URL: https://codereview.chromium.org/13598011\n\ngit-svn-id: 32fc27f4dcfb6c0385cd9719852b95fe6680452d@8542 2bbb7eff-a529-9590-31e7-b0007b416f81\n", "proba": 8.683809369358642e-07} {"commit": "1f26298988e7436444fe197ee409a9188edc65f4", "message": "Fix linux_clang default try builder to only compile and not run tests.\n\nSo when a user does git try -t base_unittests, base_unittests is not run on\nlinux_clang.\n\nRemove an invalid line added in r125922.\n\nR=thakis@chromium.org\nBUG=\nTEST=\n\n\nReview URL: http://codereview.chromium.org/10263007\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@135696 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.7535170627525076e-05} {"commit": "f3d2ffc5b46f3da97a8b0f7f3b018cc94e55b4ae", "message": "Change to Pratt parser from shift/reduce\n", "proba": 1.3874958995074849e-06} {"commit": "1ff0874e3ee72e47d4c5661834b41365293d7093", "message": "Don't run checkdeps on presubmit.\n\nMojo is not using DEPS files for dependency checking, and as such, checkdeps\ncan cause presubmit to fail.\n\nR=jamesr@chromium.org\n\nReview URL: https://codereview.chromium.org/884183005\n", "proba": 2.407671786386345e-07} {"commit": "9806d4ded5b1a063e3997750127bad22de60607a", "message": "Resolve TODOs in PRESUBMIT.py\n\nBUG=skia:\n\nReview URL: https://codereview.chromium.org/1384453004\n", "proba": 6.766455953766126e-06} {"commit": "cd3f30ffc973691f04d4eace05ec212ca711c65a", "message": "add ordering parameter to config file\n", "proba": 6.690366944894777e-07} {"commit": "30f314c3b2cdf618ebed5c6a45c43e529ee25c4d", "message": "Add linux_chromeos to default tryjob.\nReview URL: https://chromiumcodereview.appspot.com/10867093\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@153751 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 5.332055025064619e-06} {"commit": "8b49e66e218b3891b0592405590473d813a29d3a", "message": "workers not exiting\n", "proba": 2.3151712866820162e-06} {"commit": "9eee47a8e9bcd031ab2cf045dc82ef01a010619a", "message": "Validate infra configs on presubmit\n\nTry to parse json files on presubmit and add warning it if unable to\nparse.\n\nR=05bb588aa9020353543fee7ac4e6e0a3d0d6f6ed@google.com\n\nBug: 1223923\nChange-Id: I67ab4702cb9b995aace6527f4a04f1a1068db7d5\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3019692\nAuto-Submit: Josip Sokcevic <4606aec58cba917397ff2e4738f995e4758694f8@google.com>\nCommit-Queue: Anthony Polito <05bb588aa9020353543fee7ac4e6e0a3d0d6f6ed@google.com>\nReviewed-by: Anthony Polito <05bb588aa9020353543fee7ac4e6e0a3d0d6f6ed@google.com>\n", "proba": 6.976397708058357e-05} {"commit": "3f8968efcfd6badf007cf013687fbc9fc0a4f246", "message": "the first argument to Parameter needs to be a type\n\n", "proba": 5.0176204240415245e-05} {"commit": "f22a3a7e73fcf2da523bed073f4079ba1be2ec63", "message": "Dummy change to trigger the buildbots\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@18019 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 9.281142752115557e-07} {"commit": "85608e852e60051a428ab09979fb16dfca8ce65d", "message": "creates logdir when httpd is not installed\n", "proba": 3.347582833157503e-07} {"commit": "1b78b345b5373a627542c3f0271422dc7e37b9d6", "message": "restore default credential validity period to 28 days\nhad been inadvertantly committed as 2 hours for a while when debugging the short-lived credential issue\nused to be 31 days prior to that\n", "proba": 1.567874079455578e-07} {"commit": "95d63c889f19462cca833f657ce33a27e6bf4a90", "message": "fix ProblemDefinition.solve() for LCBCs\n\n- revert setting of current time step data\n", "proba": 1.7054465217825054e-07} {"commit": "bf347ec887a388b8b3495fd60df9d0d720206496", "message": "Updates how transfer_to_BIDS handles stimuli\n\nwith this, we handle stimuli better. we update the names of the\nstimuli csv (to pilot00 and pilot01, respectively) and move over the\nstimuli in this file\n", "proba": 2.531978111619537e-07} {"commit": "79bfe52be1d5f0f3b48835587577b112f54b3a06", "message": "Fix for #615\n\nChanged the second `if` to an `elif`", "proba": 2.03667980258615e-07} {"commit": "1a9e3d581baa5094034c1d2b0106b3ed426f49f6", "message": "doc: Fix `make_rst.py` hyperlinks for theme items\n\nFixup to #55092.\n", "proba": 1.0018595730798552e-07} {"commit": "23b4ba8a1005eeb77130af8decdfd5b239bb1a70", "message": "Add the pad_with_same_aspect_ratio() in menpo_related.\n", "proba": 1.3410340216069017e-07} {"commit": "a59db6d077108da3543d37246d59d59bbbf54c0c", "message": "Simplify code\n", "proba": 0.041258614510297775} {"commit": "1f04fb31b88d2103183b2e6e15138edd284393d0", "message": "bugfix: ignore highlighted tag if it doesnt exist\n", "proba": 2.6758172566587746e-07} {"commit": "adbb7f7ec6d9d256f6a834d27de3101876ce7888", "message": "Change query formatting\n", "proba": 8.646333640172088e-07} {"commit": "45aacb50e99a90931ccd994343442bdd3c2686bc", "message": "Just ignore the last line when parsing CAPABILITIES.\n\nsee #7\n", "proba": 1.209484071296174e-05} {"commit": "59fded55f7f99e37cf63ef0effd0a0778727d306", "message": "Fix missed comma\n", "proba": 8.978297955763992e-06} {"commit": "cbe34867fea148447fca5b960ed9a8fafd95ad39", "message": "Make crontab runtimes update even when run from manage.py\n", "proba": 3.3991906889241363e-07} {"commit": "09668e2124e585c273e9e9e6df00b869e753bd23", "message": "fix metrology_path on MetrologyTask\n", "proba": 8.043467119023262e-07} {"commit": "b0d977858fc1a8ea5369b6c2cab7e4bbe0236af4", "message": "added STAY direction\n(couldn't think of a better name :/\n", "proba": 6.806795909142238e-07} {"commit": "64f353979e1bf3ac1906a2f3d88132e3084df869", "message": "cleanup comments\n", "proba": 1.4727632446920325e-07} {"commit": "7583d9388b0cfd95797b74270f9ba51a8cf96b5a", "message": "Fix sanity check in sparse_geometry.append\n", "proba": 4.372505827632267e-06} {"commit": "e4a8316df5d6aa23a36d14faf33f8f80b403fe3b", "message": "Corrected misnamed variable.\n", "proba": 7.66736093282816e-07} {"commit": "90736efd74190e586e7c02feed2d6e73de74459f", "message": "DOC fix typo in output shape of fetch_lfw_pairs (and minor additions)\n", "proba": 1.233894835195315e-07} {"commit": "950143a5ddb282962fdf3d2116c9c4ff4b9e839b", "message": "fixed bug that prevented meridian labels at +-90\n", "proba": 2.2593147264160507e-07} {"commit": "ad043bbed1cd21d4b9c2819ad0da20af0e700d50", "message": "Added User object\n", "proba": 1.4789999625008932e-07} {"commit": "b02de421fe5f0ffb86a18e98f3f30025cfafc3be", "message": "Fix TestLoader implementation in tests/__init__.py\n", "proba": 5.348255217541009e-05} {"commit": "3fd327f68bc464252f016520a70e4a94233a2780", "message": "Revert \"Update static files conf\"\n\nThis reverts commit 42164347d7418caa358c2a30efb4ec83d00a6933.\n", "proba": 1.1891138740338647e-07} {"commit": "94ebada566758534be08afca8dc2b26ecad2e9fe", "message": "Update make_abba.py", "proba": 1.5530919199591153e-06} {"commit": "3ff0f6d39f7808b4c9f7d36c744198c3b8947511", "message": "# \u5b9e\u65f6\u590d\u6743!!!!\n", "proba": 1.2009847694116615e-07} {"commit": "6b51341928fdcc4e3a2b9154fb99152b2e0acc61", "message": "RCubicNotification.py: closing bracket does not match indentation of opening bracket's line\n", "proba": 2.4692664624126337e-07} {"commit": "187619a046813d64b8521794d89341552cdfe91b", "message": "fixed access errors\n", "proba": 6.52303128845233e-07} {"commit": "fe43d5a70850ac12a499bcb6e6ce3b2faceca9dc", "message": "finishes documentation for new batch processor\n", "proba": 1.416546666632712e-07} {"commit": "ccd9c1631ea30f4314681662e5ab91f842548f62", "message": "Skip migrations one at a time\n", "proba": 3.4270271953573683e-07} {"commit": "6627debfd4b7a676ddf89a4bd4fe0b56ef5e8f83", "message": "* use getcwdu instead of getcwd\n", "proba": 1.7239675287328282e-07} {"commit": "b54355cf4aff24cdeb1d410af7147472b25cff68", "message": "enlever les tests\n", "proba": 2.2767012524127495e-06} {"commit": "509d417070b37b1d090775f423673ae2454505f6", "message": "create admin home folder\n", "proba": 4.628558087915735e-07} {"commit": "74902011ab099f20ae4c5b0571ce1fb84bb80e6f", "message": "* don't discard the popen Exception\n", "proba": 1.5713213485923916e-07} {"commit": "9f13ab41c155d68c8e3cb0558d60fed897182a8d", "message": "Basic group create working\n", "proba": 1.7019370091020392e-07} {"commit": "1fb4400d626d04f3609348590e9fffa70f958642", "message": "port changes from gPodder's youtube.py\n", "proba": 1.8571931548194698e-07} {"commit": "c26b667ed037aea907675af9205adc87c1660912", "message": "Documentation for services.base\n", "proba": 1.456670162269802e-07} {"commit": "b7ba992226c8b702b0b8cddd38711fa604328cce", "message": "implementando recomendacoes para linha editorial\n", "proba": 1.468188770559209e-07} {"commit": "5482a90b71360cd95208d24ee17af4fffdf6cf4f", "message": "Backref to Device for SubscriptionAction.\n", "proba": 1.1031433899688636e-07} {"commit": "48b7bafde4ca1810258dd9328be50004a5866027", "message": "input vcf can be gunzipped\n", "proba": 0.999998927116394} {"commit": "19b85218d0b1b2385b4060f2725a3062097f14b9", "message": "Support CpuQuota and CpuPeriod in host config\n\nSigned-off-by: Aman Mangal \n", "proba": 1.1045455750036126e-07} {"commit": "fd7a9b124cbd764d32c68a9772da10d259d51c5f", "message": "remove spaces", "proba": 0.9999994039535522} {"commit": "2c815fd301393436b10ccf69209be5de2361b156", "message": "Remove redundant parentheses for tuple return.\n", "proba": 5.014802445657551e-05} {"commit": "639f74aadb5a9e4b8fa74eb72baf0b5e136e23e1", "message": "Bump sros ssh simltaneous session limit to 30 (max).\n", "proba": 1.1081286288572301e-07} {"commit": "e9e625270337b5daeb6ed8e6f2dd0f80921bfd62", "message": "move() track elements\n", "proba": 8.453495752291929e-07} {"commit": "a6445732a7c76a30fc4baa7322b54df5f6e713c2", "message": "fix robot_controlled_switching to work\n", "proba": 1.2899447938252706e-05} {"commit": "736192f50fea094bda11ddf8cd2a86a2079004c2", "message": "Corrects bug - freqsplat not passed to relevant function\n", "proba": 1.6905423194657487e-07} {"commit": "ca98c2f4d901fcad3d99658425c889ea7fc16504", "message": "Updated Assembler\n\nSplit the process into two passes and removed some unnecessary steps.", "proba": 6.438488640014839e-07} {"commit": "60b12532da4d5c2a9ddfc4666c1570557aac0f57", "message": "Small fix\n", "proba": 3.271289870099281e-07} {"commit": "3a1c509d0d0016fc309d1da3eaeac919192d0f20", "message": "More precisions in implementation of AST.\n", "proba": 1.1130047994356573e-07} {"commit": "d4e0acdc48b700f034e4a9619f9e1ceba59508ed", "message": "changed order of payments (by date desc)\n", "proba": 1.6965698534932017e-07} {"commit": "458680fba541985f9da3f8d8b2158bfeaedd3195", "message": "fix new thin data\n", "proba": 7.256520621012896e-05} {"commit": "6ec95fbbbdc0c7cfb6d5dac2a73d65bc61d869c8", "message": "Move script to new main module\n\nScript works the same as before, but having the `main` module allows for\nother Python scripts to call this one.\n", "proba": 1.048290982907929e-07} {"commit": "1b9211cb15527030817cc1d60861b5bbddc79d46", "message": "search hitting real data\n\ngit-svn-id: 67c7e6fadd90cd15a3a5d4ceb82afdaff051f3ee@280 befef031-aaeb-48d0-b70f-681328309d3d\n", "proba": 4.706966137746349e-06} {"commit": "1d1ab250d63e5a8767ca41bbb13e626c36bf493e", "message": "addressed issue https://github.com/globaleaks/GlobaLeaks/issues/298\n", "proba": 1.8118353750651295e-07} {"commit": "cfdad7d3d180d0135b460be7fab14730a233ae53", "message": "Update status.py", "proba": 1.0846315490198322e-06} {"commit": "0578940ae5388173b8047d7d240c298d8a61951e", "message": "Make test user email addresses unique.\n", "proba": 0.00015772535698488355} {"commit": "873d6bcfee3bed42200bb95bafb308bc689ecc6e", "message": "[Transactions] opID updates + getOperationNameForId\n", "proba": 5.708816388505511e-07} {"commit": "d3bc080be47f4bc111fa8d46d49365cf542d2358", "message": "Add line listing bias frames in recipe file.\n", "proba": 1.15538554723571e-07} {"commit": "3413e2d9f2b447e408f5699a08d80fd84bebeac7", "message": "stacked\n", "proba": 8.483575584250502e-06} {"commit": "199d29a5ba7133db50b7a3646f78d68f5100c8db", "message": "No idea why this took me so long: infinite iteration on resultsets!\n", "proba": 2.1246088977022737e-07} {"commit": "757d356f08d3dbd3ccfac97f8adf596d23f7b277", "message": "Bumping log backup count to 6\n", "proba": 2.2450270989793353e-05} {"commit": "20afd35bb5976544fbf865a118611f17bdc3d39c", "message": "Add - to found/creating list\n", "proba": 1.328998848748597e-07} {"commit": "70c75e4d728d2635a7df148fea2de0772fbaf5e6", "message": "Fix time extraction with tstart and tend args\n", "proba": 5.136987510923063e-07} {"commit": "7b8d4920c23c60c7476344357cac42fbb7906ce2", "message": "Version 0.5.5\n", "proba": 1.343738176728948e-06} {"commit": "bded80cb6b9620f42e0ca7a4c204502e1f320f6d", "message": "Update basic.py\n\nFixed issue #454 (non admins could get help text for admin commands)", "proba": 9.899402186874795e-08} {"commit": "3894dcb77b3e354ef95ee3f5acf772c88ad548db", "message": "script: updated aarch64 registers from v8.7 specifications\n", "proba": 2.2798117527145223e-07} {"commit": "dc83f86eb1fb8746be6bfa5385a4d1d58ce90ba8", "message": "buildkit: Allow extra_deps.ini to be blank\n", "proba": 3.8074751955718966e-06} {"commit": "2d477cd4bd12593953df5b97c3cfad4ceba9a5bb", "message": "[bgpvpn_dashboard] Fix bug when a network or router name doesn't exist\n\nIn the popup Update Networks Association the field network can be empty\nwhen a network has no name. Same thing for the routers.\n\nThe fix displays the id when name doesn't exist.\n\nChange-Id: I71d4bf3f74997a1d0bf1e84e93d88ac5c22678fc\nCloses-Bug:1742948\n", "proba": 6.3116785895545036e-06} {"commit": "d49fbd8eddcce006d99dd734147b4528d61874eb", "message": "Fixed argparse help messages\n", "proba": 2.4610568516436615e-07} {"commit": "bfb24fabbc4a302a5372a1f6208ddf202f2564dc", "message": "handle case when there's no native vlan; otherwise the method complains\n", "proba": 1.1175576446476043e-06} {"commit": "60ace1fcefc154f2373df9136591735c5dcd7670", "message": "Bump version in modules\n", "proba": 2.9436856152642576e-07} {"commit": "b8b11c17b59cd65d0e1deb62e33a23f03586d0e7", "message": "to arm a timer value and not just interval needs to be set, set this if its not been set before so we get expected behavior\n", "proba": 2.3098311885405565e-07} {"commit": "6f3f38748b2aa77870f3f01f9977d22ef197745c", "message": "fix imports\n", "proba": 2.233424083897262e-06} {"commit": "46c79cf28f570820854915f2ef303af675de554a", "message": "Add democracy regulation\n", "proba": 0.9994001388549805} {"commit": "de1be1285485aa5657d7d5e5f64664027f88e1c4", "message": "bugfix when routes_rating = [] (sometimes it is undefined, sometimes it is an\nempty list)\n", "proba": 4.0837227288648137e-07} {"commit": "a26be38760b47028fce452ee752e61df858df551", "message": "Timeseries fills intervals without observations with nan\n", "proba": 1.3083646877021238e-07} {"commit": "8dc0f0e98719dc867f7a131fd6f2064302fdd789", "message": "Fixed @cached with no parentheses\n", "proba": 2.5671949970274e-06} {"commit": "a61afb76e0d9af9824e43f3192c9976a789b53e9", "message": "authorization: implement basic primitives.\n\n We consider three roles 'super_user', 'validator' and 'other'.\n\n 'super_user' can do everything in calebasse.\n\n 'validator' can not add users and cannot modify the groups\n used for authorization. However, compared to others, they can:\n - delete an appointment, an act, an event\n - they can access to automated validation page\n - they can acces to the days not locked page\n - they can access to 'Saisie des actes' and 'Facturation'\n applications\n - they can delete a patient record\n\n We use the Django auth Group model as follows.\n We need a group 'Administratifs' and a group 'Super utilisateurs'.\n", "proba": 0.9958972930908203} {"commit": "5b4b810d2da1af927575df418ae3508c9682edae", "message": "fixed typo\n", "proba": 2.684115770534845e-06} {"commit": "f009562b5f1a955ebb53c70c02f15ac0b97b0c03", "message": "remove the code for each CV\n", "proba": 0.9999804496765137} {"commit": "4383429e8e5e7d41198c5ce4f5f63c38f26794b7", "message": "Minor error in BASE_DOCSTRING\n", "proba": 3.076177108596312e-07} {"commit": "0324835ab526f1ee1cf7740c2ea68d542827ff47", "message": "l10n_br_base 14.0.2.3.0\n", "proba": 4.810672180610709e-06} {"commit": "eb9126447fc86d293b284c483db00f8a991b266f", "message": "[FIX] l10n_br_purchase: fixed invoice upon purchase order, at least what was copied/pasted from old invoice on picking part\n", "proba": 1.813135241945929e-07} {"commit": "ff720e0f403a1ef4f7b9fb328b8b877dfba5cac9", "message": "Remove whitespace\n", "proba": 0.9999994039535522} {"commit": "ac7bbe56c9c7f6847cb25adc43b2b0cf455fed54", "message": "correction admin pour test possible\n", "proba": 2.765758608802571e-07} {"commit": "05e80754f6067085616044bf3328f33c9d477637", "message": "dynamic-vm devices need to start public\n\nNewly created devices would start restricted,\nso ensure that the vm device is public at creation.\n\nChange-Id: Ib6d16c8aaef2e134dc04378b285c474edb652c8f\n", "proba": 9.678100468590856e-06} {"commit": "127f0c9b311be4bdb5f7880705811a4057bd4426", "message": "ready to remove pymatgen dependence\n", "proba": 1.5680325304856524e-07} {"commit": "bdc240aa0fea6866b5bb2c3af6736147ec653d44", "message": "Support 202 for join\n", "proba": 1.1443494685181577e-07} {"commit": "80308526ed67336a0d94fb5cf5ad5775f0e8fadf", "message": "Update statistic/sql_func.py\n\nCo-authored-by: github-actions[bot] <17973dcf2e10b67f63417c88ca4c460b2c9439f2@users.noreply.github.com>", "proba": 1.8148703873066552e-07} {"commit": "b558e78eec0183cd741cdddb3c8c49c4b7735dd2", "message": "MNT provide more informative error (#450)\n\n", "proba": 1.0743793410483704e-07} {"commit": "bc7383c51c09f939e828ecf7fda24bdd45bd8955", "message": "Honor the user-specified boundary (fixes #100).\n", "proba": 1.114572611982112e-07} {"commit": "8d1f13e9a753239e29199acaf226f4c9af7efd9f", "message": "Fixed Title overline\n", "proba": 1.0366962897023768e-06} {"commit": "dc249685d1b3f036a54361839efcdb551bd5c9f5", "message": "sort keys\n", "proba": 6.933129770914093e-05} {"commit": "8924d16c8838d5aefee17ad857e40acf63e56501", "message": "Added hello world message test\n", "proba": 1.7499285604571924e-05} {"commit": "a246514ec9896d0cee20e6c6d53c1b0aaad2df4b", "message": "Added missing changes from PR 70\nReset folders after createFolder\n", "proba": 1.743424320466147e-07} {"commit": "11b003798680212bf2d6d0301e0c21089d842680", "message": "Fix Subtitulos require_video\n", "proba": 4.5696194206357177e-07} {"commit": "a4da842090655afce9770ccaef647367ebc49735", "message": "Structured info card list according to board card list\n\nAdded none objects in the info cards to match the info card indexing\nwith the board cards for better access\n", "proba": 1.2196566956390598e-07} {"commit": "6ef2631c403e9c327c76998541201b67ef719b5c", "message": "fix old/new index mismatch between log message and action\n", "proba": 3.2825196285557467e-06} {"commit": "44a524c27073906d303e8d2100d9090d1aff2abf", "message": "backup bugfix\n", "proba": 6.464668445005373e-07} {"commit": "1913725e81b7f75a01615c7417c4eea12e5c0712", "message": "Switch to tf.nest.\n\nPiperOrigin-RevId: 280589622\n", "proba": 9.629670967115089e-05} {"commit": "e26efb53b782f5c20c8163158f296be5e98ba0ec", "message": "Bitstamp: add get_open_orders method.\n", "proba": 1.2680125394126662e-07} {"commit": "dfd4f572e740de75ca4c12ff980476a1b00e92bb", "message": "compile entry content\n", "proba": 3.403225719011971e-07} {"commit": "9cc30f4f319145c36100e2081edfdb92eb6887e8", "message": "remove unused import\n", "proba": 7.364135399257066e-07} {"commit": "4d2d4ce0a8cc90cc11e12fba72f93c74c6e3b20b", "message": "Fix some formatting issues in the azure gahp's output. #6175\n\nWhitespace was off in a couple places. Buffering of output must be\ndisabled.\n", "proba": 1.0304828634843943e-07} {"commit": "4d207dc246db169b1d094b082f87c62f2b0a40f3", "message": "print shuffled array\n", "proba": 5.496125595527701e-06} {"commit": "1ffa127833fb30e3aac05fee0916ec2aa1b9b03c", "message": "add debug statements\n", "proba": 2.2391097900253953e-06} {"commit": "cff7cee3e5a05b558db82419054807d0094b4872", "message": "ENH: Support wref in tarquin processing (#110)\n\nThis commit modifies the tarquin processing to allow the passing\r\nof a wref MRSData object.\r\n\r\nCloses #109", "proba": 1.276836911756618e-07} {"commit": "d2b51dd2b66afc796f297ba73ea438ce5b66ec98", "message": "Updated use of iter_nodes for handoff logging\n\nChange-Id: I95a750613b01bdc4d64444d7e7fae8190760d697\n", "proba": 7.15967360065406e-07} {"commit": "2f8adc369e3ee45e6830b891d5e75f6e1aa7052e", "message": "pep8 linted views.py\n", "proba": 1.4826223093677982e-07} {"commit": "c1df3f57aada79b6c71311aa207952147e33cac5", "message": "Cache `MultiEval.attrs` per instance\n\nDefine the cache as an instance variable instead of as a static method\nkwarg. This guarantees a unique cache per instance.\n", "proba": 1.1530563881478884e-07} {"commit": "de1fb823d6905f743fdb1a062a8970bd74402c63", "message": "[2/7] _sympifyit -- fast decorator to _sympify(arg)\n\nSwitch ArithMeths to `_sympifyit`\n\nTimings\n-------\n\n %timeit %timeit %timeit %timeit\n x + y x + 1 1 + x x + 0.5\n\nold: 30.4 \u00b5s 53.6 \u00b5s 83 \u00b5s 57.6 \u00b5s\nnew: 27.1 \u00b5s 44.1 \u00b5s 44.1 \u00b5s 23.2 \u00b5s\n", "proba": 1.68578947068454e-06} {"commit": "2ab2e57cd0ef7f592d04174cdeb7895d85491667", "message": "Float: improve documentation\n", "proba": 3.3044074143617763e-07} {"commit": "8393a919ec203c867c8c40d408aed3ca016c8117", "message": "polys: Added CantSympify trait to sympify()\n\nMix in this trait into a class to force sympify() raise\nSympifyError when sympifying its instances.\n", "proba": 1.104158044995529e-07} {"commit": "ddfe30ba835da4357670f2a2a39386b8b8e65b60", "message": "Better document the intent of the insecure SSL setting\n", "proba": 3.8679880276504264e-07} {"commit": "2796c47f5925c014132e4d8c699b071b1b1227f5", "message": "Added missing standard future imports\n", "proba": 3.6056567864761746e-07} {"commit": "3932863fdfc9cf9a90737ffa014d8d887a202869", "message": "Alternative path for CCCP\n", "proba": 1.2202295920360484e-06} {"commit": "a4ea2be0668db18654e21a57c06db89a9e66c767", "message": "Fixed tests\n", "proba": 5.21611696058244e-07} {"commit": "1c64444858a9882d6047720ebb4c35d4368fb9a6", "message": "EC-22 Rudimentary Login/Logout mechanisms in-place\n", "proba": 1.0945920791982644e-07} {"commit": "393e91a108c50d9e121ed53742563d27f469cdd0", "message": "removed some superfluous import lines\n", "proba": 1.5075112060003448e-05} {"commit": "b44fa4584c35a57cede833b6beba56425a693589", "message": "Changed the order of the processing", "proba": 6.794999535486568e-06} {"commit": "4b1d5fd91e6364c63f8576babe774191b733f1d0", "message": "Decrease offseason landing TTL [clowntown]\n", "proba": 1.6652124656957312e-07} {"commit": "f8c80a276433c0158d925117b4c133c5b10d76e2", "message": "Fix validation of identifiers in importer. #119\n", "proba": 0.001206351793371141} {"commit": "e822ce1c25ac742a96a151a8b9da9dc6d0edc0a3", "message": "imlpementa query filtrando est\u00e1gio\n", "proba": 0.9999911785125732} {"commit": "d7b0e68e0e2f317884cb7c633dc861c2f42374f5", "message": "Replaces code in PCoA_bubble.py that was checking for output directory existence with util.ensure_dir().\n", "proba": 1.1682336520379977e-07} {"commit": "ccb9c723e4b8410f1945b1f2bb573924af8481c9", "message": "Added another test\n", "proba": 1.244548712975302e-07} {"commit": "2fa2c0a3c46cf8d3a0941e28ea5b5c246fe58b8f", "message": "BF: This needs to be cast into float to be usable (inputs are always str).\n", "proba": 1.0723750420993383e-07} {"commit": "b509d69d9650cec3435ed2f2372b7911ba3fcd74", "message": "Include local vars, stack trace, in all sync errors\n", "proba": 1.7066196278392454e-07} {"commit": "e5a0e291715cf23739755c40b250a6dafe548f80", "message": "fixup! Propagate changes to the line index into the GUI code\n", "proba": 1.5472642189706676e-07} {"commit": "c56759e7d41cb4c5f932fa33f607e25679d26bf4", "message": "added in additional functionality\n\nnelements flag is used to set the amount of elements to include in the colormap. If the no. of elements in the model exceeds this value, it ranks them based on their frequency of transitions, but this ranking of element frequency was performed across the entire model. The code has been modified to now do this within the wavelength range specified for the kromer plot", "proba": 3.627568787578639e-07} {"commit": "0b7b1213996dd74d035f94d47a16ee4356f84528", "message": "Fixed imports\n", "proba": 5.939751872574561e-07} {"commit": "3125733fc3962334c7a7bac0859f196b87ee9d43", "message": "update version to 2.1.27\n\nSigned-off-by: Andy Grover \n", "proba": 1.1544515388095533e-07} {"commit": "0af823ef543d80a98741817fd0c9731dba6965de", "message": "Once more\n", "proba": 1.412161481084695e-07} {"commit": "fa737b3d5978d6383445430011555abe313e151c", "message": "fix filter criteria when using kwargs\n", "proba": 1.2423032558217528e-06} {"commit": "58d444b571f4ad14a0a13d89a67d8b2b5712e05b", "message": "More documentation.\n", "proba": 1.2321520159730426e-07} {"commit": "84807827123b226d95f69abdfe8b6fd896a6a1d3", "message": "test for group creation\n", "proba": 5.907602371735265e-07} {"commit": "f9cb0118bbbc448cd5c09add03518ced062e7886", "message": "Django 1.5 compatibility.\n", "proba": 1.2774106039614708e-07} {"commit": "228cee78915c4c8af4031e38f98ed150939f6a62", "message": "fixed redo_ranks task\n", "proba": 3.7594868445012253e-06} {"commit": "aa1cd61efbd21824aea9e3fb0b2ec4a92c925050", "message": "tweaks\n", "proba": 9.085585475077096e-07} {"commit": "f0364d369a3cd5f8a115bb65d748ee0e16f1fb64", "message": "devilry_subjectadmin.setup: Depend on devilry_theme.\n", "proba": 1.0742112976913631e-07} {"commit": "1a82f5a8d7612d9ddf526c1e536b45790cf21ed8", "message": "Fix Django 1.6 compatibility\n", "proba": 3.874082722177263e-06} {"commit": "552f615842f5ec5fa991ed8e652376ca212bd9b8", "message": "added constants for the saved model's dir and the tensorboard dir\n", "proba": 1.501312567597779e-07} {"commit": "ad85ce17a91f232ea5db0519dbf877fc77bde8ae", "message": "Bump to 0.1.0-16\n", "proba": 1.1557041034393478e-05} {"commit": "dd3c0e267a2faf523dbd639d63e9dd6d3c9faa3d", "message": "Bumping to -17\n", "proba": 4.8120349674718454e-05} {"commit": "1f2abb3475629725a901b525f500f2aab4cad07b", "message": "v0.8.8\n", "proba": 5.5854666243249085e-06} {"commit": "1a6bcaaacc6813c017403018981fb34c5014f38a", "message": "Add constants from where to import data\n\n", "proba": 7.111066793186183e-07} {"commit": "86d5f1f0f7dae6b38a65675506b5a2de3a38aef7", "message": "be a nice guy\n", "proba": 4.0854951066648937e-07} {"commit": "c9406f81505a9fee045b9bf67832e3aa5f1a1dba", "message": "agregando cambio para cambiar a las citas que ya pasaron y no fueron canceladas\n", "proba": 1.171712028735783e-06} {"commit": "fedd30bbb99304d65b582e158687d8cdacead724", "message": "agregando cambio para cambiar a las citas que ya pasaron y no fueron canceladas\n", "proba": 1.171712028735783e-06} {"commit": "1e7d802bcfe5bdc91f1c3f0192e27dedf7d4bde4", "message": "docs version bump\n", "proba": 3.8204206020964193e-07} {"commit": "005d8d30bb15b5faa18f45d0709b50de90613a59", "message": "Scusi\n", "proba": 2.4450278033327777e-06} {"commit": "d7786dbe638940d470c58343ad5344bcc8449d56", "message": "Added feedback text after user finishes rectangle. Closes #14\n", "proba": 1.384129575399129e-07} {"commit": "3d16774f53032553acc38b2c2fc554e6ac509514", "message": "oversight fix + no verified filter for open_finding\n\nSigned-off-by: Fred Blaise \n", "proba": 1.2251275904873182e-07} {"commit": "1fd2ab0fc276b52751aaf958d386f23d55c7ca8b", "message": "Fix PHP Symfony Security Checker import via APIv2\n", "proba": 4.732152660835709e-07} {"commit": "dddc5518efd8c63efca4668d6566ffcd4bded028", "message": "Some bugfixes for the donut cam\n", "proba": 1.6415798143043503e-07} {"commit": "204878cb2547cdbe4f49f50e6ef84920e8a6fdbc", "message": "Combine site config with default config and read timezone from it.\n", "proba": 1.1037832337024156e-07} {"commit": "594345f78f71201b3cf317b966dc8324c14334f4", "message": "jquery binding update\n", "proba": 5.542480039366637e-07} {"commit": "15cb2e3c754b895b5dbf2c59b848b7c357e5b1d9", "message": "update jquery bindings\n", "proba": 6.627592483710032e-07} {"commit": "c2c92b2fbab083f9ee4a50cb1fd66c8e17280218", "message": "Replace bad login reverse url", "proba": 0.9991305470466614} {"commit": "937f6985048bbfbaabc61d9d88600e1a92cca442", "message": "Initial help system added\n", "proba": 2.0651749821354315e-07} {"commit": "4579be66a69e203f86dade3118ce70b21bbe8830", "message": "Minor updates to some table definitions.\n", "proba": 1.0630012781120968e-07} {"commit": "fa4bec592ace03357f0650b7ab28232103ac9897", "message": "Add new members to refine sub class descriptions\n\n+ Add a method \"add_annotations_to_column_names\"\n+ Add a field \"KWARGS_MERGE_TWO_DATAFRAME\"\n", "proba": 1.0953689866255445e-07} {"commit": "beda9cc08740ef83cdb9b44d15100a44c6250cb3", "message": "Refuse to run pack.py except as standalone.\n", "proba": 1.2498428247909033e-07} {"commit": "7784bfae26b919a71a346c7c023ecc903c9998f2", "message": "having problem chainging nested lists\n", "proba": 4.939471409670659e-07} {"commit": "eeade752565f61d1fb77f0a3c23809227cc689e0", "message": "add basic docs in sklearn format\n", "proba": 2.8477597879827954e-07} {"commit": "ac7b1ba714e2abca065d77be873c02d5a7e6b4e2", "message": "feat(externals): wrap markdown code blocks with
s to enable our code highlighting as an option\n", "proba": 1.387018215837088e-07} {"commit": "650b37a5965435641290c03f6d3134069adb27a0", "message": "Verifying that the ini file exists.\n", "proba": 1.339507917919036e-07} {"commit": "06169d7a3b21b226f5a7893cfe869ce4cb526b37", "message": "intermediate of pf after lopf function\n", "proba": 5.892213266633917e-06} {"commit": "e5e51531b637a3abd0ae5846d7c2293f3614d713", "message": "Change construction of time output string\n\nIt might be slightly longer, but his way, the output doesn't rely on\nprint concatenating it's arguments as the output string is constructed\nas one string which could also potentially be stored for reuse or be\noutput via logging.\n", "proba": 3.188094069628278e-06} {"commit": "76fe3f42a392d0557f73d48ee673739f40f725d0", "message": "add import oedialect\n", "proba": 3.054882427022676e-07} {"commit": "decb8ef0b093060b00c0ba14afe0d46059d7e1cd", "message": "Expose Screen._img as Screen.image.\n\nThis is useful for blitting images to the screen.\n\nFixes #142\n", "proba": 1.7559891318796872e-07} {"commit": "d98088435e1e0267f74934d3ea857ab026555c78", "message": "save to absolute path\n", "proba": 2.096168856269287e-07} {"commit": "2987c10163a8b366c3584611f1dc3464511431cb", "message": "twee fix for legacy binary type dataports\n", "proba": 1.585965350159313e-07} {"commit": "9d96d4c8d03d551d376f755e38f6cdecf3c3c60a", "message": "Fixed regression in tree command\n", "proba": 3.17066110255837e-07} {"commit": "2b02d54368b39a9a38e02b0de9b33c55d3e42b65", "message": "ISSUE #19 You can now use certain items in defined rooms to reveal hidden doors", "proba": 1.0187163468344806e-07} {"commit": "75fe7470cb127a240bd5d6c844b404f205c8544b", "message": "Implement cgpm_metamodel.add_column.\n", "proba": 1.291795541646934e-07} {"commit": "3e7bebdf6d260aa95b22444b1524a48cd177e6cd", "message": "refactor out casper_start_epoch\n", "proba": 0.9999994039535522} {"commit": "cec74d71bc178ab9768c31b1e79a554830b06c22", "message": "Rename Context to Mocks\n", "proba": 1.6760781136326841e-06} {"commit": "3950ab8a23d2d46ded3502c43f42d3bb915f885d", "message": "Add checks for more types of empty strings.\n", "proba": 1.4631666545028565e-07} {"commit": "877d2d9992e1337174393bd36ac59b39f72a6991", "message": "worker\u3067host\u8a2d\u5b9a\u304c\u3067\u304d\u306a\u3044\u554f\u984c\u4fee\u6b63\n", "proba": 5.252492201179848e-07} {"commit": "74159836aa046f05cc183bc21cef433b24f94428", "message": "Use boolean indexing instead of iteration\n", "proba": 4.980542598786997e-06} {"commit": "e68930c38924163fbefcb61889a1a4455c187577", "message": "changes\n", "proba": 8.874663762981072e-06} {"commit": "34d1c4c9cd332696bbf7f35d66927a313fd4aa46", "message": "Removed error from VCC-model\n\nRemove error, where PLF was added as a factor to calculate the COP of the VCC. Also added documentation.\n", "proba": 9.894248620412327e-08} {"commit": "81d35dad142721e8f5b531748fe9022a91467819", "message": "contrib/tests.py code cleaning, update markup", "proba": 2.445032123432611e-07} {"commit": "3696179eb63513ecf2233d23e5e07da91127cc2e", "message": "Process params via the node_processor (the way it should be)\n\n--HG--\nbranch : fc_object_hierarchy\n", "proba": 1.345504915661877e-05} {"commit": "b47da9c277d5e5855ecc86c7311f81ba97a643a3", "message": "enhance exception handling\n\n- handle AttributeError specifically\n- use EnvironmentError to handle internal exceptions in FromSuite()\n", "proba": 1.2000985805116215e-07} {"commit": "c2b4e81e5fcad3ba8c5c672118a8dba7c83d66f4", "message": "wifi timing issue fixed\n", "proba": 3.014699814229971e-07} {"commit": "ec967dd61c8efa048ee1a40dca1f566559a8bf87", "message": "Add test-case/example for sending raw mavlink:\n\n+msg = v.message_factory.command_long_encode(0, 0,\n+ mavutil.mavlink.MAV_CMD_CONDITION_YAW, 0,\n+ 0, 0, 0, 0, 1, 0, 0)\n+print \"Created msg: %s\" % msg\n+v.send_mavlink(msg)\n\nWhen run the following output is expected:\n\nAUTO> api start small_demo.py\nMode: VehicleMode:AUTO\nLocation: Location:lat=37.5210376,lon=-122.3092347,alt=152.720001221,is_relative=True\nAttitude: Attitude:-0.181670248508,-2.71582651138,0.0766400620341\nGPS: GPSInfo:fix=3,num_sat=7\nParam: 75.0\nwaiting for download\nAUTO> Requesting 10 waypoints t=Sun May 25 09:51:00 2014 now=Sun May 25 09:51:00 2014\nHome WP: MISSION_ITEM {target_system : 255, target_component : 0, seq : 0, frame : 0, command : 16, current : 0, autocontinue : 1, param1 : 0.0, param2 : 0.0, param3 : 0.0, param4 : 0.0, x : 37.5210456848, y : -122.309158325, z : 151.539993286}\nCurrent dest: 1\nCreated msg: COMMAND_LONG {target_system : 0, target_component : 0, command : 115, confirmation : 0, param1 : 0, param2 : 0, param3 : 0, param4 : 0, param5 : 1, param6 : 0, param7 : 0}\nAPIThread-0 exiting...\nGot MAVLink msg: COMMAND_ACK {command : 115, result : 3}\nAPM: command received:\n", "proba": 0.9999980926513672} {"commit": "245ddb92c8a166b5081ec9da2e48fc8cb437b03b", "message": "Adds test for home kwarg in create() (#1921)\n", "proba": 1.3952329425137577e-07} {"commit": "68dd7e9192a40ae7ea32450b2fb696f66ce8757b", "message": "don't add empty vhosts\n", "proba": 4.97631708640256e-06} {"commit": "85932b40ae95b295084b2322ae15ce457edea28f", "message": "The `Sigmoid` layer is necessary for multi-output classification. Results on a fake double-MNIST problem look good. Code needs cleaning up!\n", "proba": 1.1808146638259132e-07} {"commit": "c27bf53ceb9398152230c5313e00969a678685dc", "message": "improve documentation and refactor\n\n- refactor the __main__ script functionality of reading the data and\n plotting the data into two wrapper functions that may be easily\n called (or commented out).\n- add lots of doc strings.\n", "proba": 1.4536435344325582e-07} {"commit": "3b2d56e98e609d6da8109bdaa95522ca77b50718", "message": "Fix docstring of discriminative loss\n", "proba": 5.8356781664770097e-05} {"commit": "d6fcd580ae623bb034c489d27af6254a1edc23a6", "message": "no need to import bumpy twice!\n", "proba": 1.3576480739629915e-07} {"commit": "cc31ea7e0d48e4bdde714ee52f6e1bb29e2d1828", "message": "Debug on Travis\n", "proba": 2.4943571474977944e-07} {"commit": "97a8da5ac9614d5f1269c50c3a68ce5a60d1bea3", "message": "Add item_id to MusicLibraryItem taken from XML attribute\n", "proba": 2.9983451099724334e-07} {"commit": "c85ac2dbd3478a83e3c74b13e4849e141546e5ec", "message": "Complete bytes as traffic support\n", "proba": 2.0714665879495442e-05} {"commit": "1f00600e07941e9a102b2ac467aefc5c91573a6b", "message": "fix some tests and add an assertion", "proba": 4.044918568979483e-06} {"commit": "fb2e3a07bbd94d8983b0031cc9e687fe5477830c", "message": "Splitting to two cases\n", "proba": 0.9999994039535522} {"commit": "cb8e7372de123cdbed9f715926b18a551cec0909", "message": "Perform a better check on whether Dakota is installed\n", "proba": 1.203815463668434e-05} {"commit": "f05ddb6b5a7a6f804dbc1576c04517c398870fda", "message": "bugfix: was saving updated prop_thermal to wrong folder\n", "proba": 2.3554923700430663e-06} {"commit": "dd5873b89d75afa1734371fe85ddc72ec342baa6", "message": "Fix Jenkins fail\n", "proba": 4.472334239835618e-06} {"commit": "84c8977cfb624bf27895325a7be70fdf9614d300", "message": "Remove code that guessed observed/desired software from the job list\n", "proba": 2.670932417458971e-06} {"commit": "d0ce645a9c450e88b0382bf8f0155bb03c98c71e", "message": "Traverse many to many relations correctly\n", "proba": 8.064683788688853e-05} {"commit": "1650b85e8e1597e12d9ff02d22bc391dff4bf5a2", "message": "Corrected log message\n\n", "proba": 9.063707693712786e-06} {"commit": "124b993e49f1cef3cc2d115fe4b03b0d1029b9bc", "message": "Fixes - waiting for 30 seconds\n", "proba": 1.3023208111917484e-07} {"commit": "3384223e81b2cf27ed280408845f64f9c08f6b32", "message": "prelim ap_helper\n", "proba": 1.924735897773644e-06} {"commit": "02a27847d0d94a88615c648c1c086a356ffa2126", "message": "Fix a typo", "proba": 0.9999995231628418} {"commit": "b0b32f3efdde4252466f4e57b98773d9e86951ec", "message": "Bump to 0.8.2\n", "proba": 7.355576963163912e-05} {"commit": "8e0d81ebb60a2ca2f921204af7079ce47f833dea", "message": "added new code\n", "proba": 1.8162485559969355e-07} {"commit": "8f81290018dd10eec2f61c0dccae87c24c328e02", "message": "mod-mpv: fix .mkv extension in playback logger\n", "proba": 3.073456014135445e-07} {"commit": "757a9cf41c683e459b8f0b2fdb83d22d8280bf88", "message": "adapt test of metadata mapping\n\nadapt test to changed publisher and publisher mapping on the opendata.swiss side\n", "proba": 1.2392688120144157e-07} {"commit": "df973ddcf052bfd56d9cb84bfa163f62cacffeb5", "message": "better documentation\n", "proba": 5.718057423109713e-07} {"commit": "57edacaa1d9a699c9eb26818769122ef347a097e", "message": "Rewrite examples/client_ws.py\n", "proba": 0.0002630070084705949} {"commit": "7bf66c19503e514da575fee44a8b177d58d2abc2", "message": "Add doc\n\n", "proba": 2.3791858438926283e-07} {"commit": "b4c7b37afffe3a187828916a58949063c8321642", "message": "Fixed my writeup for the formula of #(n,k) and made the changes accordingly on my code. Me and Isaac's numbers agree now!! Yay..\n", "proba": 1.0318498055994496e-07} {"commit": "04a5bfb978c567d25f6fee0ca08f927bd543eca8", "message": "- improved tests\n", "proba": 3.6750506637872604e-07} {"commit": "3e072debadbbc49551479e89e1be6f95df4ae53b", "message": "add test for rehash on login for parameter update\n", "proba": 2.4707694024073135e-07} {"commit": "d80cf6c38e2b9594e3644fb26130e273068ecfba", "message": "added serveronly posts to author feed\n", "proba": 2.112982144808484e-07} {"commit": "42a11260bdd8b6bb3dc43cf562c84bd27a6011aa", "message": "COMMAND asyn support\n", "proba": 5.363653485801478e-07} {"commit": "1a0cd7952b5ebb34421bea7fcb6c3defc8eb40f0", "message": "fixed None type access\n", "proba": 2.082036644424079e-06} {"commit": "5cd8039625204bc3e7a1b583b45d101c40b76d9a", "message": "_calculate_idenity_features now only returns the features asked for, instead of the entire entity (#429)\n\n", "proba": 2.997784633862466e-07} {"commit": "351dac9b74b57641dcc08844175f96f3e3e4acdd", "message": "vlevel\n", "proba": 1.6581192312514759e-06} {"commit": "e852b266cf08076a66841f13fb43538d8f6be9d3", "message": "Re-enable double DQN\n", "proba": 8.514988394381362e-07} {"commit": "4a64cf59ca39aac1a4db03f2e3c73a49cda6dec9", "message": "DHIS2: Fix UserES query\n", "proba": 0.0005490812472999096} {"commit": "67c1f48309b95eded1a18cbd68c07d14c1653fec", "message": "flake\n", "proba": 1.0669724360923283e-05} {"commit": "b0ec7c478a410e883f6afd0e94d33dd2f74c9849", "message": "new name\n", "proba": 0.0012794232461601496} {"commit": "5275c641023014fe419a74655579dd47b3f8a793", "message": "added devil in PYTHONPATH\n", "proba": 1.8813372548720508e-07} {"commit": "38f09b4d6271675cf6dd6c781b7ea2462b455ecb", "message": "Add setup clean option\n\nJIRA: NETVIRT-1232\nChange-Id: I1eb28dfd2c1e70ff284ddf6f63eba28c816d0d1b\nSigned-off-by: Sam Hague <0bd82f91a319b8977788d8264eb020ecd4ace960@redhat.com>\n", "proba": 1.2890252776287525e-07} {"commit": "9945430ee42b4fd40a090b1899ee3088197b125f", "message": "updated version\n", "proba": 2.213769647596564e-07} {"commit": "288cf2ea8bdfd7103f7119e19ebefec64e0d3c4e", "message": "wip hackathon runnable\n", "proba": 9.14525480766315e-06} {"commit": "35fd5f27ef512d15b119b7cbe928896dd85f38c5", "message": "don't swallow exception\n", "proba": 3.0982989756012103e-06} {"commit": "c4ff2f08c70f7134037dacd667ea0e6079046439", "message": "- do not mark variable dirty while solving\n\n", "proba": 4.356479337275232e-07} {"commit": "11a4c972f4cb4ac3bdd500822cb60a97633b9ff2", "message": "Add task to setup nginx conf\n", "proba": 1.5710096477050683e-06} {"commit": "f06ae90e4d9827024d9d2219f0cc53af31177eea", "message": "docker-powered tag line\n", "proba": 8.180104487109929e-07} {"commit": "93bcd99133e29718247711539b10be05a16493f6", "message": "Tried a fix to the \"uh oh Fabric is earlier in sys.path than your fabfile!\" bug\n", "proba": 1.9869983134412905e-06} {"commit": "3c24d5d236468a7c0c52c9e8502895fa925743c9", "message": "Remove control abs from audit\n", "proba": 2.8174639510325505e-07} {"commit": "1f9036204265c44de56365026bf62e8373fb2c78", "message": "more permissive taxonomy url regexes\n", "proba": 2.948927431134507e-06} {"commit": "b91ef2ff496991714b1b1a8f9cd12cdc33248773", "message": "more work on plotting the threshold values and making sense of them. not yet done.\n", "proba": 1.30097149053654e-07} {"commit": "b54201ba3489559700a4f99a5f7fae2b01798bce", "message": "Adding get_profile()\n", "proba": 3.574743061562913e-07} {"commit": "b8005580c78f52cfd9a0924962fa9ccd95f78fa1", "message": "Add third major term\n", "proba": 0.9999927282333374} {"commit": "239ebf197e3c34462742be1f615e9edbc7d571ac", "message": "Conditional rmtree\n", "proba": 1.4881229617458303e-06} {"commit": "7e6cfdf635227abbfcc45a419cabfa0fe5dc5a2e", "message": "Adjust prod docstring\n", "proba": 1.476397187616385e-06} {"commit": "fcd44cd51dd987c7761fb86838321e5eb70de36b", "message": "Support for headings with links\n", "proba": 1.2883187139323127e-07} {"commit": "6482b7000140050b4d55a302b88a234fbaa9fe55", "message": "Set initial shape for JAFFE images\n", "proba": 1.7777780669803178e-07} {"commit": "89cb2272da5089773257a5b8c7446f6c994d7e63", "message": "Update ezy example to use new feature getter.\n", "proba": 1.0288744078934542e-07} {"commit": "6b2059720f324ccd69adb250067c0d58a8fb92e3", "message": "Fixed Document testing data fixture\n", "proba": 2.3878234856056224e-07} {"commit": "03fb0517701a00096ff972219e676f50b5ed7386", "message": "Making check_and_create_parent_folder internal\n", "proba": 2.330433744646143e-06} {"commit": "ca45771171b3c26a8bd1ca6547ddae0fec51e5d6", "message": "Update get.py", "proba": 5.750908371737751e-07} {"commit": "d0aa645176ce40ebeb5b0daffaf73cc229ac69da", "message": "collections: added documentation\n", "proba": 1.7117558570589608e-07} {"commit": "c4d797a4f5d72c1f56029612e661e7f275c5eb5f", "message": "Added monitor command. Fixed Fahrenheit output\n", "proba": 2.907266036800138e-07} {"commit": "4395b86b6328625a209f5dd28ea607e07bd94f80", "message": "Fixes to the LaTeX scanner for Python version differences.\n", "proba": 1.0633257119252448e-07} {"commit": "ad29cd624bce09b67f5981f4a5e8d10cc3f4fe30", "message": "FIX: hammered out one big bug\n", "proba": 3.6613412248698296e-06} {"commit": "f0bac56cfc2a88c897163a760d9912e8d708abf2", "message": "Match core function signature\n", "proba": 3.616998185407283e-07} {"commit": "a330717c982cfdd72828c8fbe76c5b90a5cad87e", "message": "Updated from Brython Server: 8/7/2015 2:37:33 PM", "proba": 1.1155211865343517e-07} {"commit": "e32f68c104c0cb88d957b77b1c8d14acbfc188ae", "message": "Updates to makedirs instead of mkdir so log file dirs are created properly aaand making sure I pulled from the parent repo correctly..\n", "proba": 1.0040710662906349e-07} {"commit": "e129223e928759c02f70f34b0c5d4de1974ee8f4", "message": "error notification modified\n", "proba": 5.075793865216838e-07} {"commit": "ac9f97d5c23774a724bfc264c8070577f1e512c1", "message": "Removed unused function.\n", "proba": 1.7508254757103714e-07} {"commit": "cf3cfc27eefcb5d1576049308e81f142de6bf531", "message": "ipf refresh, restart + repairs\n", "proba": 1.7838290489180508e-07} {"commit": "89db3ab6482f355a60f568473fc186bd72fbb2af", "message": "Minor update to file loading.\n", "proba": 1.1132617316889082e-07} {"commit": "64a338f3e936f0b7dd77fc005559df697fcc01ce", "message": "A first \"stable\" version. Includes:\n- Handling of composites keywords\n- Handling of wildcards and hyphens\n- Handling of short and dubious keyword hits\n- Detection of safe (author-assigned) keywords\n- Possibility to run as a standalone\n- Fine tuning of output using -n and -N attributes\n- Text (detailed list) and HTML (tag cloud) outputs\n- Reorganization of the code/functions\n- Various other bugs fixed (as a result of tests and evaluation)\n", "proba": 1.316310687116129e-07} {"commit": "2433cbc00504ac5d4ff2f28a24d677e7602fcba6", "message": "similarity.py computes correlations for all pairs of SUBJECTS when run from command line\n", "proba": 1.3843978194927331e-06} {"commit": "f426d0d6d649075b88b71c4f5e684b26d0de41b2", "message": "Make lda example more numerically stable; enable validation (#1702)\n\n", "proba": 1.4104925583069416e-07} {"commit": "e9e828ee0dd1bc5d0d3b4e4cf535283e349eda43", "message": "Updated energy() call in SOROHF.py to v1.1 psi4.energy().\n", "proba": 1.1083336914907704e-07} {"commit": "77296a6cf62d25364d27354baf24bf069ed2f955", "message": "Started implementing PLEV19/39. Clean up.\n", "proba": 1.0428506413973082e-07} {"commit": "df9c5e549119b8f36078d4ec613ac192bb227320", "message": "more aggressive on sky mask\n", "proba": 3.2727317034186854e-07} {"commit": "a7657e9feb781d5f0092369439195f5e0961b6c4", "message": "small typos in mortality example docs (#1415)\n\n", "proba": 1.199007186869494e-07} {"commit": "20b6716335772edaf349030701d834f3db065445", "message": "Added a series of tests to tests.py\n", "proba": 1.2710647467883973e-07} {"commit": "a038499a02d0cb4dc5cfc8098fbe870ae3ab8a28", "message": "Bugfix: Keep the behaviour compatible with previous version in regards\nof returning values\n", "proba": 1.3280637745083368e-07} {"commit": "60c828a78a85583ceb252d3f758fd08b1b467c8f", "message": "Simplify `jnp.trace` implementation\n", "proba": 4.5747015974484384e-05} {"commit": "a131383daef1dd9102419b6a367c2712cee59428", "message": "Correct solver location.\n", "proba": 6.966746695979964e-06} {"commit": "0909a1fc74d68d9e8b01a0ce8aeae1ebb3aa6529", "message": "configure run as service\n", "proba": 4.6632769112875394e-07} {"commit": "c6a397ac379480cb5a31156f995a90444be28cdc", "message": "\"level\" is a better argname than \"depth\"\n", "proba": 6.704535280732671e-06} {"commit": "89ee8144a179aae7d82542bc1a834ec794ad997a", "message": "Update views.py\n\na little wrong from the PDF of tangowithdjango19", "proba": 1.2009687111458334e-07} {"commit": "bf611344c3565d8aebfd78398674bf9d8e6656eb", "message": "Fixed Filters being able to mess up block list by changing block IDs\n", "proba": 2.3578989782890858e-07} {"commit": "3c4e9ad328e168c524276f21b24ae7e87fbb912a", "message": "oldconfig.py comment nit\n", "proba": 8.409784868490533e-07} {"commit": "9b8c2b5605b97d23dda5da4b1a9762ee6e46169d", "message": "Don't pass argument sqlite_db in method set_defaults\n\nConfig option sqlite_db is deprecated for removal[1],\nand isn't used in gce-api, so don't need set its default value.\n\n[1]https://github.com/openstack/oslo.db/blob/\\\n0a1bae9859079fb21a03716be947c5f1da6db0a2/oslo_db/options.py#L17\n\nChange-Id: Ib176bca26d2bb49e301fdd71a923886be32a0339\n", "proba": 0.0005990169593133032} {"commit": "c2d113597bfee4ca1a4c4e4ec4cfca3ed158ad5d", "message": "v2 license request / Add h264 profileLevel40 streams\n", "proba": 1.285955733010269e-07} {"commit": "00a07b6945d6f19eb92496a489ef51603c8327b0", "message": "BibFormat: checks for bibformat bin\n\n* Before calling call_old_bibformat we check that bibformat\n binary exists. We do not install it anymore so it only exists\n as legacy.\n\nReviewed-by: Tibor Simko \n", "proba": 1.207454971563493e-07} {"commit": "2964ac49bc03eb86390b5b52cdbe166e65ddd288", "message": "refactor to test to catch the connection error\n", "proba": 1.0416315490147099e-06} {"commit": "8ca89039182e4f46681346c93f4586c7c3dc8a35", "message": "Fix the merged conflicts in Transformer inference\n", "proba": 0.0018052755622193217} {"commit": "52d4aaebbe236b147aa2dc1a0c29cd2d660d9ae1", "message": "small fix for docstring parsing.\n", "proba": 1.2842056662520918e-07} {"commit": "07252fee14f18aa11ccd30203db670e41d066d28", "message": "Added a timed source component which can feed new hierarchies into the\nvisualiser. It's a bit jumpy but it shows how to animate adding nodes.\n\nMichael.\n", "proba": 1.0329978294976172e-07} {"commit": "08749bd8d9f262f534addc35983e494ab16bd41a", "message": "Change to rel inequality.\n", "proba": 4.057871194618201e-07} {"commit": "9837dae31650211d134409a3ba3290555a878062", "message": "Adding a player now supports immediate editing of the player", "proba": 1.794277437738856e-07} {"commit": "cd4388e6ed4ccf325341da328821a4924e16d5fb", "message": "[fix] full range on kmean gap\n", "proba": 1.9559081465558847e-07} {"commit": "e939bb5de3b26d6a14bae2dfd4143e72645a89ca", "message": "Remove empty lines from the output while using --jobs.\n\nWhile using --jobs, empty lines are adding a lot of noise.\n\nAn example output would look like:\n\n>gclient sync --jobs=10\n1>\n3>\n4>\n6>\n5>\n7>\n5>\n5>________ running 'git clone ...'\nReview URL: http://codereview.chromium.org/7101012\n\ngit-svn-id: fd409f4bdeea2bb50a5d34bb4d4bfc2046a5a3dd@87542 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.999998927116394} {"commit": "c9bdda2bc3215b12d172e19963e4513cb4553af4", "message": "Ignore line endings\n", "proba": 1.7355228919768706e-05} {"commit": "d8e562416c77a44f806c910fffd694bcf3df0dfd", "message": "Added optional reset flag, used in XDSIndexerII to spoof as XDSIndexer... or will be used", "proba": 1.0837479891279145e-07} {"commit": "af6c3e036e0ae163c6e39165a7e90f9338b8ea63", "message": "Fix bug\n", "proba": 8.518545655533671e-07} {"commit": "148d17b3be05af3552614ad29260ea346b634cc6", "message": "Implementation of the and operation.\n", "proba": 1.7537232110953482e-07} {"commit": "1f65e5f615fde3d70aad9441d3644099e9f97c8a", "message": "Removed old file\n", "proba": 9.662134061727556e-07} {"commit": "2e6b625df27d97144f075974840d9be1696b22e5", "message": "Fixed format in OSX-specific lines in run_excel.py.\n", "proba": 1.1856510440111379e-07} {"commit": "133ce394fb6e7828eeaecd74774611910be95ce3", "message": "Fix a problem with undoing a deselect\n", "proba": 0.007650582119822502} {"commit": "b178d5250bffefee8a5b86ecaabb56af9c3389ca", "message": "Updated from Brython Server: 8/11/2015 5:26:31 PM", "proba": 1.0944668105139499e-07} {"commit": "28d6f930d8737418526aff45c671402bbd4386f5", "message": "supporting topic models\n", "proba": 3.699137209878245e-07} {"commit": "aa844f5577390c552cb752b0606053ea1ccbe6b0", "message": "changing fp to fingerprint for clarity\n", "proba": 2.333611064386787e-07} {"commit": "4f901cf2a0d2633447971adc0f1f9243beca8c6b", "message": "repo update needs status file and sources list to be filled first\n", "proba": 1.2341207877852867e-07} {"commit": "f50e2641244a929e440be57aaf09274371c7b417", "message": "Changed file extension of output file\n", "proba": 5.0914337634822e-07} {"commit": "757b0969788ab100818175c3664be963ec92ff20", "message": "verify_aip: add check for removable files\n\n", "proba": 3.200823641691386e-07} {"commit": "32f013addaf3f44755be244f6ec9a4b95d302144", "message": "cleaner list.delete by using (pseudo) filter\n", "proba": 7.444520520039077e-07} {"commit": "8c6e47770813a655d1c30d9e8701c4aabed26aef", "message": "Updated from Brython Server: 8/8/2015 11:39:18 AM", "proba": 1.0905326064403198e-07} {"commit": "91ad3df081c8b16dcadaae84b31b10dfd253efee", "message": "Add job prefix to error messages.\n\nBUG=235289\nR=maruel@chromium.org\n\nReview URL: https://codereview.chromium.org/15792004\n\ngit-svn-id: bd64dd6fa6f3f0ed0c0666d1018379882b742947@202236 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 0.9999449253082275} {"commit": "3a0894e2ad47b4255f4c9827c2cb8da84e11f47e", "message": "Fix minor nits in Collector.py\n", "proba": 4.540912414086051e-05} {"commit": "037c17c69e1e8e0a2d7f1b5a41b5cafe4a12f82a", "message": "(PR 3.0.0) Comment 6 of @sonofmun review : DtsCitationSet docstring completed\n", "proba": 1.086231335989396e-07} {"commit": "5d61377de8e6babb6df3079e388ba63a77b279a0", "message": "Added five alpha-compositing tests\n", "proba": 1.942340304594836e-06} {"commit": "10b93a7d07de39cbce98d46e223d04b4c3c617de", "message": "replace timeout code with existing library function\n", "proba": 2.38358807109762e-05} {"commit": "08a3fa482f87703553ee58cae2659f418d366ac0", "message": "Moved constant for valid status responses to class. Also introduced uri passing to get and all.\n", "proba": 9.826449343108834e-08} {"commit": "5622017563479e2d28e8b480f209c333e8741281", "message": "Changed the definition for float literals in the lexer\n\nThe previous definition interfered with distinguishing between the\nbinary operator for subtraction and unary minus.\n", "proba": 4.3288059714541305e-07} {"commit": "82beb315ec4bb1ef06fb12a14c738dafce1afe36", "message": "Updated from Brython Server: 12/29/2018 11:59:28 AM", "proba": 1.1059875504315642e-07} {"commit": "421e169e1ee3d7536d78023fcbb15070e2246550", "message": "Update tests with new attributes.\n", "proba": 1.1342275740844343e-07} {"commit": "a6358057ef4c875dbe1d29b3b461637f139a41c8", "message": "Fixing member role assignement\n", "proba": 2.2862171533688525e-07} {"commit": "3248610c756d2b9959692a2a6931f752211bf9ec", "message": "fixed another bug in rebate requests\n", "proba": 2.519155088975822e-07} {"commit": "7671f911e2aad959746d98c7f0c437f8d7e13c0a", "message": "Route call_ml_api task to devhub queue with other upload tasks\n", "proba": 1.750376412701371e-07} {"commit": "90f9e65e0f7c5d3763cc31dd427b50554c8c91e1", "message": "Adicionado o namespace wpgovp para o plugin do wp_govpergunta", "proba": 1.8067572682411992e-07} {"commit": "4e0642e2df2e53a27d35a329b20548fae46379a4", "message": "fix infinite loopy\n", "proba": 2.0598556602635654e-06} {"commit": "23244e42fcfb11ac7c741180e75d76101f945083", "message": "Updated plugin\nAdded state completions.\n", "proba": 1.1380133457805641e-07} {"commit": "6027cfc194c7a90a35f97b4d1c6ad635458332b1", "message": "More updates\n", "proba": 1.1643584940657092e-07} {"commit": "d1a3b5448cab218f6a8cd34310dac457a1816a5e", "message": "Passaggio a URLlib2\n\nVediamo se risolve i problemi di hangup della versione precedente\n", "proba": 1.3534285869809537e-07} {"commit": "ab210ff073057185d5d76c4c7f1ebb1a74a7a2ee", "message": "Hacky hacky hack\n", "proba": 5.962635896139545e-07} {"commit": "7acdc216ec850169be917d30c2cfcbf7ad3d83bc", "message": "Provide ASGI compatibility through server event\n\nChange server event (listener) from `@swagger_blueprint.listener(\"before_server_start\")` to `@swagger_blueprint.listener(\"after_server_start\")`\r\n\r\nMore details at\r\nhttps://sanic.readthedocs.io/en/latest/sanic/deploying.html#running-via-asgi", "proba": 1.0386438589193858e-06} {"commit": "7500b1fbee57cd34bcdaaec7846e88a97cc8b829", "message": "detect lost connection\n\nsupersedes #4697\n", "proba": 1.0849532827705843e-06} {"commit": "f97bfecfe61e7102e9059d1d08ff80064124aa20", "message": "Fix bad indexing on hess.freqs\n\nHad only used one index; matrix needed [-1,0] structure.\n", "proba": 1.6640504441056692e-07} {"commit": "954b81c35df2dfc34d1e57f12f770aa6c200bfdf", "message": "Log game launches\n", "proba": 5.47011381968332e-07} {"commit": "3cb90bb503091e1c6c73a1d7b35a86343ace98bb", "message": "Log platform name\n", "proba": 2.545488314353861e-06} {"commit": "13ff9cb73049d989bacb97fd8be3ad3bdce7023c", "message": "feat: rollback a connection returned back to pool (#193)\n\n* feat: drop read_only on a connection returned back to a pool\r\n\r\n* feat: rollback a connection returned back to pool\r\n\r\nCo-authored-by: Vikash Singh <1319130075df6bda0c48aec63efc40780c306d41@users.noreply.github.com>", "proba": 1.3788884700716153e-07} {"commit": "84cec03f30394bedee5d46907f335212a49a29bc", "message": "comment out intron check\n", "proba": 1.6132005953295447e-07} {"commit": "7871a13e267d6aeda22f5ba7504e1561c73010e5", "message": "Rewrote moveset code\n\nThe moveset is now stored as \"abilities\" in the dictionary. Now \"characterStats['abilities'][x]\" will print out the x ability in the list. This should make special cases like the clone trooper less of a bother.", "proba": 2.2403071398002794e-07} {"commit": "2471960609a6607e3b95a0f6d6da28418f96f1d8", "message": "Allow run_server.py to handle numbered processes.\n", "proba": 1.4414895588288346e-07} {"commit": "51f73ae328e34e31878467a18bf82c2411c572db", "message": "Fix periods\n", "proba": 0.002582641551271081} {"commit": "2ab672a2aec50e4a484f18f5cef02606246f6725", "message": "heroku to whitelist\n", "proba": 1.3415404964689515e-07} {"commit": "0ce618b6a39d3c858c8e6aee91bfaa2e3241394b", "message": "some cleanup and fixed todos\n", "proba": 1.2429048013018473e-07} {"commit": "587d202f1da71b73162672c2cb7efcc413c64f61", "message": "Support the format of crash dump directory for RHEL7.1 and CentOS7.1\n\nCurrently, crash checks support only below format.\nYYYYMMddHHmm (e.g. 201509032311)\nSupport the format of RHEL7.1 and CentOS7.1.\n-YYYY.MM.dd-HH:mm:ss (e.g. 127.0.0.1-2015.10.02-16:07:51)\n\nChange-Id: Ia023edc3505e584200b043814480bfcfbd60920c\nCloses-Bug: #1500766\n", "proba": 1.7222073438460939e-06} {"commit": "4d8968718bb455cb0f7338edc61d16e2136983df", "message": "Fixing buglet in auth error code\n", "proba": 3.9335898804893077e-07} {"commit": "d9f62c031b94e563bdc4cf3257b2fdde29e9da7e", "message": "filled out list of acceptable and required attributes per tag\n\n--HG--\nextra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40965\n", "proba": 3.375492383383971e-07} {"commit": "2322c220f795f8051a041042774d127134dc579c", "message": "tiny ListingManager cleanup\n", "proba": 1.7579630195996288e-07} {"commit": "521af2ec23da7ff253ade7e7ce72b03652bbf9a8", "message": "Bug fix.\n", "proba": 1.4808925641318638e-07} {"commit": "bdf8adf207a51bd74404ed805c77b60d1c026a49", "message": "Cleaning up unused code", "proba": 2.525852551116259e-06} {"commit": "00aec76439309a37275c95d25eb09e24fa921463", "message": "Add more expectation_types\n", "proba": 2.481800720488536e-06} {"commit": "8aa581be51af01ce61b3783c91a375e3ea9570b2", "message": "A 10x cython.inline speed improvement.\n", "proba": 1.89727572319498e-07} {"commit": "6e88b93ad58cbfbbd153aabf75c906d962f145ed", "message": "update find_new_episodes tv\n", "proba": 7.19064928489388e-06} {"commit": "dfad869d6b38d12f1138a7d4a8219fbf5ffae4e1", "message": "Changed the `Operand.regs` property to return an empty set when no regs are present instead of raising an exception.\n", "proba": 1.0454715493324329e-07} {"commit": "8c0dc3087fc5daaa92b6a6ce3cae300801fece63", "message": "Putting back in the mapper and reducer\n", "proba": 1.611549151903091e-07} {"commit": "364a232b4de0d9d5c7a0556f2b29c4fd94032316", "message": "Proper hit counting with site information\n\n\ngit-svn-id: 6ce22b13eace8fe533dbb322c2bb0986ea4cd3e6@329 2d143e24-0a30-0410-89d7-a2e95868dc81\n", "proba": 1.2649896916627767e-06} {"commit": "37d8c6649952e05d78e9f40b5bb60d2992bee768", "message": "fix for send block arg\n", "proba": 2.9151311764508137e-07} {"commit": "0b81c765bf9b23138b83311e07aacec74517e778", "message": "Avoid deprecation warning in Cython-Inline by setting the default language level to \"3str\" if none is provided.\n", "proba": 1.1412608103000821e-07} {"commit": "8a00dc31eb669c5051aa1962b3959a014f177f27", "message": "Update structure.toAdjacencyList to match new connectivity definition\n", "proba": 1.5121931085104734e-07} {"commit": "2e2a689ccee385980135c890771660be8ce18a49", "message": "Fix BaseFinder\n", "proba": 4.435938478764001e-07} {"commit": "6bbcb32abf7a4183f03d8d52702e43b989921524", "message": "Error self using\n\n\ngit-svn-id: 6ce22b13eace8fe533dbb322c2bb0986ea4cd3e6@110 2d143e24-0a30-0410-89d7-a2e95868dc81\n", "proba": 1.0325384209863842e-06} {"commit": "5d0a5e0ec78dfc55f7c3becacf4df11f49aa8609", "message": "Fix generic admin interface\n", "proba": 8.933823778534133e-07} {"commit": "3041544814d5bbb656433a7875062930f5c97ea5", "message": "fix error message for auto_dom singleton.\n", "proba": 1.4021932770447165e-07} {"commit": "95923e7942a63fd00d6c302f6b6539376f1206f7", "message": "fix problem with negative (South) Latitude\n", "proba": 0.9994860887527466} {"commit": "208edd33ad2d03672a76b61abb6905febca47f68", "message": "updated the Option comment for adding -D, --define in the future\n\ngit-svn-id: f3880c1fc5096ce2109c8aec392d8e07f619f417@1309 c2973edb-eda0-4c78-bc6a-9341b269661f\n", "proba": 2.063989086309448e-06} {"commit": "10d1a8d0efafe2dba11265a0478919aa1c5daead", "message": "Better debugging\n", "proba": 4.108610482944641e-07} {"commit": "b7eb30075c977dc110966beeb096bccd926a08eb", "message": "Argparse beginnings\n", "proba": 2.276948862345307e-06} {"commit": "9a57ed735a5c9470453cb050154ae29d9b09b7d6", "message": "Raise exception on non-expected input item type\n", "proba": 2.3280481400433928e-06} {"commit": "14b1e9ca228e1506fb4dd6b972a060ad802df4db", "message": "Contact page.\n", "proba": 3.48532694260939e-07} {"commit": "e9bb2114a5172616287481784146db0c67ddc6a7", "message": "DOC: linalg: add funm_psd as a docstring example\n\nFor a hermitian matrix, using eigendecomosition is likely\nfaster and simpler than a full Schur-decomp based algorithm.\n\nThis turns the code by @argriffing from gh-3556 into an example.\n", "proba": 2.697063905543473e-07} {"commit": "5052babee5bf58ff4612a524c0ab3a687345e413", "message": "Changed stacklevel of UserWarnings\n", "proba": 2.422199543161696e-07} {"commit": "f6211b14ba530b202fc936933c3b1802ae2e5df4", "message": "DOC: signal: add bode() to the docs\n", "proba": 1.1171921414643293e-06} {"commit": "5d8fe9d39387209fc689a8e4b1933e7c03c79812", "message": "remove duplicate\n", "proba": 0.9999853372573853} {"commit": "5f3b7f961562de6944e8d2e1a19d7ee046e8421b", "message": "fix how warnings are sent\n", "proba": 0.00046104189823381603} {"commit": "56e0db6e93a4ad081ec493cce36994fb663862e4", "message": "DOC: avoid referencing a wrong `alpha` in boxcox and bayes_mvs\n\nSphinx was mistaking `alpha` the parameter with alpha distribution.\n\n[ci skip]\n", "proba": 1.2453821796043485e-07} {"commit": "09d223669c09b8d9068ad7e514cfaaa4708e8227", "message": "return response\n", "proba": 0.9999994039535522} {"commit": "2d590aa4b7ffa9ab3ee7ff2528cc316dc5668f4f", "message": "fix join()'s to form the correct file names\n", "proba": 2.970594096041168e-06} {"commit": "d8431c105e59f20340b6c23cf447b0f57bdf3e7e", "message": "fix dependency check", "proba": 9.538289305055514e-07} {"commit": "a0b6c586d1e3f0a547b0c8ccca0c5a854b0619ea", "message": "Error handling in broken SLS file.\n\nCloses #15693\n", "proba": 2.1899637658862048e-07} {"commit": "4ae717b21c193c861fcc35165ed69716280af766", "message": "improve script generating magoosh wordbook for opensb\n", "proba": 1.2450086614990141e-06} {"commit": "69dd4185a4f394f491e93f9d4a77c5791f37ad64", "message": "silence rdflib logger before importing it\n", "proba": 2.3172843555130385e-07} {"commit": "7caa2e9a69d60064970666f427af0826b5f65b2f", "message": "* Updated to assume a captial 'E' on the project name on PyPi.\n\n\n\ngit-svn-id: 55bf3d274bcbe9e82fb62baa38e07bd3d37611b8@22635 651a555e-23ca-0310-84fe-ca9f7c59d2ea\n", "proba": 2.5453766738792183e-06} {"commit": "8e39ab0fc09634940296fa2f86b8e1f0950a488c", "message": "add function to retroactively fix fb IDs (for posterity)\n", "proba": 1.109236720253648e-07} {"commit": "abb09850979b18c78579f89ce9e0ff43eaa7f1f9", "message": "Copy rest of parallel mechanisms to execute()\n\nRe #21\n", "proba": 1.1213000306042886e-07} {"commit": "4dbc87ed8c78718e0b68b3ee964539771dcf5125", "message": "Add an option to estimate yaw angle from ground track.\n", "proba": 1.2664789039718016e-07} {"commit": "26302027e12fea3829703f3a423551b50b33185e", "message": "experimental Sphinx markup re: return value of execute()\n", "proba": 1.338579522780492e-07} {"commit": "0b15838879292695fa6c95406ed0c50cff5e9a9d", "message": "Fixing style", "proba": 4.3411174033280986e-07} {"commit": "4c8c8cd1ba9b82760b65b151e6f65fe8cee72c29", "message": "factory: small refactoring\n", "proba": 6.941558240214363e-06} {"commit": "970734cff77d7208aa84cb4da0cc6a51b2d79238", "message": "Fix DoesNotExist error\n", "proba": 1.8598442466100096e-06} {"commit": "ea7ed9d60876f3e39d5944f685f0c3c18434fb27", "message": "Fix operators.not_equal\n", "proba": 0.9999575614929199} {"commit": "bdbe9a0f377acb7233305f012cbb05f202a54501", "message": "stickler.\n", "proba": 8.624238603260892e-07} {"commit": "62b6f6756633c09484b4d69601d260065dc773bc", "message": "Implement PORTS_STATUS message at startup.\n", "proba": 1.80707957042614e-07} {"commit": "fd1b1ce8aa1bf4992e4c87b10b69cee8e82c780b", "message": "Randomize LLDP beacon port order.\n", "proba": 1.9948369356370677e-07} {"commit": "0acab3a506a50ddebd01adcc1512dd130748c98b", "message": "Use actor sync flag for LACP state not local.\n", "proba": 1.1230701346676142e-07} {"commit": "07fc93fe32f26d0d8ca0d7b305cebb7a74daa671", "message": "Fixing two bugs in the referenced issue.\n", "proba": 1.0754044410532515e-07} {"commit": "8c24549c6b02886c5a92e03a85f05d789ab4b504", "message": "Add error to send_message()\n", "proba": 3.4608794408086396e-07} {"commit": "a35d161e891cac5155b30942eca4302842413496", "message": "added function and unit test for loading genome alignment from single MAF file\n", "proba": 1.2543769400963356e-07} {"commit": "e3943df5860b8173b3bb374bef4f98b332ae6114", "message": "Change \"channels\" from array of channel objects to array of dicts.\nThis is to make it easier to do more complicated things with channels, including naming channels in debug logs.\n", "proba": 1.2211546618345892e-07} {"commit": "405c953f375333c80fa50ee004363f9839776a51", "message": "- some more fixes to the way arrays are passed to the swig bindings\n", "proba": 1.328631356045662e-07} {"commit": "ab0b7fe77169111defef0041908bbb222d445ff4", "message": "add autonag application to INSTALLED_APPS\n", "proba": 1.9223553238134627e-07} {"commit": "3a2a19b8f213e75c984e6d21f2c86f138f1c9881", "message": "Fix freezing of models, again. This time, instances work right.\n", "proba": 1.0657642945943735e-07} {"commit": "6db1d5dc0dff848dded3d2990543f749707afc45", "message": "trying some stuff\n", "proba": 1.3795134918836993e-06} {"commit": "3a667833d1a37ffa826ebb3ca76b057c1ce712e3", "message": "Fix morphological features in de tag_map\n", "proba": 6.572087386302883e-06} {"commit": "480a3bf3be2fe0b1ceeb5281dc4b68ff023c0b97", "message": "Make JsonlReader path optional (#8396)\n\nTo avoid config errors during training when `[corpora.pretrain.path]` is\r\n`None` with the default `spacy.JsonlCorpus.v1` reader, make the reader\r\npath optional, similar to `spacy.Corpus.v1`.", "proba": 1.1319691139988208e-07} {"commit": "7071d04a2c0a14312e88dd78705299e7e7f1457a", "message": "Updated from Brython Server: 5/26/2017 2:13:16 PM", "proba": 1.0814126483182918e-07} {"commit": "c080d730cb030ac0e843d135d156520be70ed5da", "message": "Shorten variable names, minor syntax fixes, fix usage write bug\n", "proba": 2.0220524277192453e-07} {"commit": "08199af091703a9410ca55795dee0a5da25f0291", "message": "Suggest candidates from active elections only\n", "proba": 6.982889317441732e-06} {"commit": "f887961aace8432b32feebc337f31e0b755f1766", "message": "Catch raised exceptions in wsgi app.\n", "proba": 1.1245619901956161e-07} {"commit": "418a4839603f2cfe0930d6f8e3b94d4101c6f0fc", "message": "default return value [] added\n", "proba": 4.235782284922607e-07} {"commit": "87e2078e0098a79e76684bbb9e7c45a72920d2ed", "message": "Issues #16-19\n", "proba": 1.182524229648152e-07} {"commit": "73fb91bf71659db9db77098b6195ddea3561efd8", "message": "Fixes #40, this removes the double ping from the ping collector metric path.\n", "proba": 1.0008492523638779e-07} {"commit": "da59fb3d63bdc896a9755432578dabd2955b811e", "message": "Added import\n", "proba": 2.1195494070980203e-07} {"commit": "8b7db35677fc45e9273265f4255b081bd43da15a", "message": "Added force deacupled node\n", "proba": 1.621246781269292e-07} {"commit": "4dbf6112a27abfced0afe5e996eaa27f8222c7f6", "message": "Pass path to distortos to templates used by generateBoard.py", "proba": 1.8036017479516886e-07} {"commit": "6ac696647adce4b2d37c429435db45bd36adf686", "message": "[db] adds delivered_msgs capabilities to host_profiler\n", "proba": 1.5528208052728587e-07} {"commit": "e845e40ea3c64e52788261520328e33a22307110", "message": "Fixes Manage Plugins tab.\n", "proba": 1.2019999928725156e-07} {"commit": "45be5dadd0b973d5c455d735b21d08fd2550d723", "message": "Remove leftover debug code. Bad me\n", "proba": 0.999718964099884} {"commit": "8c008a1380efbe31dd5b8a4a587e3e8edc67c2f6", "message": "Added knowledgebase fixtures to jenkins backend test server\n", "proba": 1.4555855898379377e-07} {"commit": "8e1edf98175c8d927a1091a410094384b0f97c88", "message": "modernized the use of Instance with a default. No longer leaks references\n", "proba": 1.8745924990071217e-07} {"commit": "3ebb2ed7a6f9e29ba156c97db824fd0bbcb0fb0e", "message": "oops, wrong run_bg\n", "proba": 9.397058988724893e-07} {"commit": "a8bed91668d58e0905da9f5dd6b6ea2b5dadfe09", "message": "add failing test\n", "proba": 4.973554314346984e-05} {"commit": "fd645fc96df7dbc5f8c4a559f992a62177b91fec", "message": "added command line file input and error handling\n", "proba": 2.3005034677225922e-07} {"commit": "982f13c99a93b7e36128b33fc5d5f4eea01bc6ed", "message": "Automated Swig Python file repair.\n\n\ngit-svn-id: 28d9401aa571d5108e51b194aae6f24ca5964c06@24257 8cc4aa7f-3514-0410-904f-f2cc9021211c\n", "proba": 2.0504619897110388e-05} {"commit": "f697f8b98007e7dbf2a79b8aff2b03cbe51190ed", "message": "[EXAMPLE] redis expire example\n", "proba": 0.00028179941000416875} {"commit": "b9a3e331b7126f538506fa0e4e29bddfac8a7c7b", "message": "start working on the Tracie program\n", "proba": 1.2535517157630238e-07} {"commit": "585f7dcf88a6023c245e5d41952db219c868d652", "message": "Remove unneeded build dir init in engine_test.py (#737)\n\nThis also fixes a pyfakefs conflict with a local mount point.", "proba": 1.0168333375304428e-07} {"commit": "b52c0caf3ab3c27d903557a859b3a64ad22024f4", "message": "Handle missing TransferInput attribute\n", "proba": 1.1408803857193561e-06} {"commit": "bf818f130945387707bfd363acf93419be7e91a0", "message": " #1421 made visit queue building non-iterative\n", "proba": 1.4714199778609327e-06} {"commit": "5985e8924402797ed5b10e4edd8d0ff42389d9af", "message": "Update bazel rules to 0.3.3\n", "proba": 5.344709848031926e-07} {"commit": "60ba005de06619cebdd240b2f202edf62808f7bc", "message": "Use umask so password file isn't temporarily readable\n", "proba": 2.8695697551484045e-07} {"commit": "2dfb95f08a949f5e03f9d8f935ca8e0bbdeedbfd", "message": "level problem fixed. Now it will correctly print only till MAX_LEVEL.\n", "proba": 1.315659261535984e-07} {"commit": "747b43fb03126de5cb26e2090d6ecd93943a2dd7", "message": "DOC: Fix 'less' vs 'fewer' (#1040)\n\n", "proba": 2.121928901033243e-06} {"commit": "ebfbc3aea30c93f3c1d3dd17214e5aaf20d11d0d", "message": "Add new testing method to ri5cly-manage.py\n", "proba": 5.908554499001184e-07} {"commit": "3e52e3f9d8824ff80d02b3df530720735afc5762", "message": "Changed for facade only model.\n", "proba": 1.101198847663909e-07} {"commit": "0f5f502a350814cc9a0f2b85c9b2d70ccebf9caf", "message": "JC's changes", "proba": 3.37376746983864e-07} {"commit": "7434bbfdcbb6a5d539816e48a09921f1ddffcf07", "message": "Try to fix a NoneType error on an internal windows bot.\n\nPossibly caused by https://codereview.chromium.org/93933006 . Speculative fix.\n\nTraceback (most recent call last):\n File \"..\\..\\..\\scripts\\slave\\compile.py\", line 1201, in \n sys.exit(real_main())\n File \"..\\..\\..\\scripts\\slave\\compile.py\", line 1197, in real_main\n return main(options, args)\n File \"..\\..\\..\\scripts\\slave\\compile.py\", line 871, in main_win\n sln = open(os.path.join(options.build_dir, options.solution), 'rU')\n File \"C:\\b\\depot_tools\\python276_bin\\lib\\ntpath.py\", line 73, in join\n elif isabs(b):\n File \"C:\\b\\depot_tools\\python276_bin\\lib\\ntpath.py\", line 57, in isabs\n s = splitdrive(s)[1]\n File \"C:\\b\\depot_tools\\python276_bin\\lib\\ntpath.py\", line 125, in splitdrive\n if p[1:2] == ':':\nTypeError: 'NoneType' object has no attribute '__getitem__'\nprogram finished with exit code 1\n\nMove the default-initialization code for options.solution in front of its\nfirst use.\n\nTBR=maruel@chromium.org\n\nReview URL: https://codereview.chromium.org/105943009\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@241457 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.9991593360900879} {"commit": "46395475b892facca1471a6d7289da1b4ace73bb", "message": "removed db connection header for mysql_example\n", "proba": 2.9482595209628926e-07} {"commit": "b22cc7d05cdba36b7eb3f0e1fc6b4b3a84861bf1", "message": "Fix misuse of tuple in r283425 (whitelisting 'args.gn').\n\nTBR=agable@chromium.org, thakis@chromium.org, brettw@chromium.org\nBUG=393632\n\nReview URL: https://codereview.chromium.org/391403002\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@283433 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.9999978542327881} {"commit": "aa029ba9a0e419a477c3616993e905dff122baac", "message": "New command-line option to skip SourceForge upload\n\nThis allows only updating the (previously) uploaded files information\nvia the SourceForge Release API.\n", "proba": 1.0022208130067156e-07} {"commit": "899ee39f54e144abcda17224d9f2d267a715581b", "message": "make wrap_planners generated cpp output prettier\n", "proba": 5.230852480053727e-07} {"commit": "c9578cdc7b9c1bc53562d41adb5f24953a9379ee", "message": "Allow control over box/violin desaturation\n", "proba": 3.8343858932421426e-07} {"commit": "c58479a857d742e661d3a502ac731a40c1cd8492", "message": "Implement much of new violinplot\n\nThis still needs a lot of cleaning up and testing. Most, but not all of it\nis here.\n", "proba": 1.2943345950588991e-07} {"commit": "2dc2a8ad9a6f3bbe1bab332967b26f2744f4f231", "message": "Cast box/violin names to list (fixes #88)\n", "proba": 1.0365445035631637e-07} {"commit": "547a9429bd6fa7b97c57671511876166f53583b3", "message": "clarify comment on speed/accuracy tradeoff: DECIM\n", "proba": 8.53507372085005e-05} {"commit": "1ae0171bb217344a593c29cbc4c384100315c586", "message": "color_sliders.py: wrap long lines\n", "proba": 2.2391120637621498e-06} {"commit": "7182735ef564b41bb3b63d85367a1999c8a819fd", "message": "fix data_ingester_test on Python 3.8 (#3861)\n\nPython 3.8 includes breaking changes to the `os.path.expanduser` method,\r\nwhich no longer reads from the `HOME` environment variable on Windows,\r\nbut rather uses `USERPROFILE`.\r\n\r\nThis broke the `data_ingester_test.py`, which tries to emulate platform specific\r\nexpansion by setting `os.environ[\"HOME\"]`. To allow this test to run on both\r\nPython 3.8 and before, this change makes the test simulate home directory\r\nexpansion by setting both environment variables.\r\n\r\nManually tested that the test fails before and passes after this change, with\r\n`bazel run //tensorboard/backend/event_processing:data_ingester_test`.\r\n\r\nNote that our Travis config does not use Python 3.8, so our CI does not validate\r\nwhether this change works.\r\n\r\nSee https://bugs.python.org/issue36264", "proba": 2.721947112149792e-06} {"commit": "4f64d09dbb720b727166d62696640765ba203947", "message": "examples/py/async-okex-margin-borrow.py minor edits\n", "proba": 4.644059856673266e-07} {"commit": "76ff4344163b336a0bb24052c920813684082a4f", "message": "Internal change\n\nPiperOrigin-RevId: 340872413\n", "proba": 7.38079165785166e-07} {"commit": "74825d008725c26394af3088e1c47c072ee35b6f", "message": "times are positive\n", "proba": 0.9999984502792358} {"commit": "8982daec44128c9a35c1b5b20d6c22341812999d", "message": "fixing more spaces\n", "proba": 1.9476397028483916e-06} {"commit": "5651714b4aa83b89339072b546099ba82ef48d64", "message": "Categorical modified to convert_to_tensor at most 2x in sample, cdf.\n\nPiperOrigin-RevId: 254460683\n", "proba": 3.7697225252486533e-06} {"commit": "3596d7fb47afa7382102f79c9578859b74609434", "message": "Simplify _log_* formula\n\n Co-authored-by: Srinivas Vasudevan \n", "proba": 1.0134996955457609e-05} {"commit": "21a664fd28865867a6030bbb5cd4a82923df3d16", "message": "Fix profile name update error\n\nWhen the profile's name is changed, senlin still\nuses the old name to output the profile's details.\nThis patch fixes this bug.\n\nChange-Id: I8490522546641dc82106a3b6efae0951a56b2733\nCloses-Bug: #1477075\n", "proba": 4.0694004610486445e-07} {"commit": "52e25b5e3a23598eb49a69117d4af812a793c8f5", "message": "No need of slicing variable in infix coordination\n", "proba": 6.184015433063905e-07} {"commit": "325b135e54079e6869d719866ba096dd288cc600", "message": "event-handler: T4508: Fixed environment variables\n\nFixed usage of environment variables - made an individual environment variable\nfor an event a true copy, instead of a reference to a single environ dictionary.\nAlso, reorganized imports according to PEP8.\n", "proba": 1.047355695504848e-07} {"commit": "41be709c24fb8cb8b410dd6cb5c590c5bb64455f", "message": "tashi-client: print a nicer return message on createVm\n\n\ngit-svn-id: ea2d8d9bda37c9a377a4b306e7cc9cd65ef89360@1236420 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.015346934087574482} {"commit": "791c2061aedce4e7229be5bad6acee0a6e91e1a9", "message": "api: remove unused singular option\n\nThe singular option to the API language was added as a way to deal with messages\nthat do not have a reply message. Examples in memclnt.api.\nInstead dealt with these messages using the service {} construct.\n\nType: refactor\nSigned-off-by: Ole Troan \nChange-Id: If01b390b24b7539d1f93de4b8edfe1dad08e509d\n", "proba": 0.006941299885511398} {"commit": "c301c26370dfa48f6a6d0408b5bb9eb70ca831b3", "message": "Fix Adafactor documentation (recommend correct settings) (#10526)\n\n* Update optimization.py\r\n\r\nFix documentation to reflect optimal settings for Adafactor\r\n\r\n* update and expand on the recommendations\r\n\r\n* style\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Sylvain Gugger <222c4d44cc8ec39802c192ed0aa3f97cdb77ff4e@users.noreply.github.com>\r\n\r\n* flip scale_parameter to True for the 2nd recommendatoin\r\n\r\nCo-authored-by: Stas Bekman \r\nCo-authored-by: Stas Bekman <7755b8071ff7368c870e3a79649c5b25a8766143@users.noreply.github.com>\r\nCo-authored-by: Sylvain Gugger <222c4d44cc8ec39802c192ed0aa3f97cdb77ff4e@users.noreply.github.com>", "proba": 5.653056973642379e-07} {"commit": "2692457f86a9bdf4d21e19ce8ea037a67691dc50", "message": "Universe Generation: Fixed some spiral math and polished/commented the spiral functions\n", "proba": 1.2178749386748677e-07} {"commit": "2859e015c8145e00730b91fe620d5528d9623c7e", "message": "setting maven download to synchronous (#145)\n\n", "proba": 1.0694397900579133e-07} {"commit": "48ecdfb11b2dac8b1d2917046faad842e258ea25", "message": "restoring columns check to interp case only\n", "proba": 1.430106806310505e-07} {"commit": "5d9ccb004d42dcd87d2abc5487cad8951b4dfa3c", "message": "Resolved merge conflict\n", "proba": 1.0048274816654157e-06} {"commit": "06aab565ca64560002354565ea44db57c205c799", "message": "fix spacing inconsistency, enforce in vim\n", "proba": 1.212591769217397e-06} {"commit": "cd072974dad06f4000987226485b285d6647f31c", "message": "Encoding/decoding of files\n\nWhen using the pipe, `ExternalTool.subprocess` encodes/decodes unicode properly, but when using files it doesn't. It is not encoding the unicode `data` when it writes to the input file, and also is writing inconsistent types to `out`. This fixes this issue.", "proba": 1.9246551801188616e-06} {"commit": "c322a7e1414d64c65c81820ec89176ed27454dfb", "message": "Bump wirecloud.fiware version\n", "proba": 1.8090831588324363e-07} {"commit": "17386968c7315347ef7384f1a895afbf44d0b6fe", "message": "[tumblr] fix #1232\n", "proba": 1.5964191391049098e-07} {"commit": "7f5371d4e3674c76954a57dab1bae0b4caf28fc2", "message": "[maker] sureorders also for once-sided offers\n", "proba": 1.2742094668283244e-07} {"commit": "7044847bdd90fdb0323ea00450db6201fa5bd7c8", "message": "Cleanup and allowed origin_test_beta to take a parameter vector.\n", "proba": 1.0298442987277667e-07} {"commit": "ae1213ac360bafa0fe0f6761401e0017bed8f164", "message": "DOC: weightstats docstring cleanup, improvement\n", "proba": 1.2942938099058665e-07} {"commit": "6fa2e6415151eed3f017381dce9d11cec68a670c", "message": "DOC/STY: weightstats: work on docstrings, some pylint cleanup\n", "proba": 1.5585416690555576e-07} {"commit": "38b0163b58fdbdc8b112a3446f2dbac79b552422", "message": "fix a config error of selinux\n", "proba": 1.7938404198503122e-05} {"commit": "7c9ca9b9028bf4053252a51e5416e409e0cc3b46", "message": "Added missing \",\" after ('nb_generator_cpu_shares') at reportspec obj.", "proba": 1.06333992277996e-07} {"commit": "46b7b0fc650af16cccc802524aeba369364186b7", "message": "opponent plays back\n", "proba": 1.5116481222321454e-07} {"commit": "0563d6e880ea655011b4705226d7c5aaac8afc46", "message": "Make auth.user_id into a property.\n", "proba": 4.700003728430602e-07} {"commit": "d22daf4e05bc670f4ff96d97da5d2a9cf83df6c1", "message": "OpenAPI: Use _get_serializer() in _get_operation_id() (#7160)\n\n", "proba": 1.144145812759234e-06} {"commit": "30343259d81a69751e670e7af79d7a3ea59caa54", "message": "string formatting\n", "proba": 1.7691298126010224e-05} {"commit": "f85dca851b1475fa36e9bdb77582c000c731c9ec", "message": "fixed acs_destripe making garbage output due to wrong indentation on one line\n\ngit-svn-id: 68a8359b42b6667ddfe403889d8312690d496a38@21038 fe389314-cf27-0410-b35b-8c050e845b92\n", "proba": 2.9714739866903983e-05} {"commit": "49eb634d36a3f5d3cbe430a043cb2e1255a82c30", "message": "Add url field (effective url) to Response object\n", "proba": 1.2330200434007565e-06} {"commit": "2a7b104d557fe3bbd5dccf459d7518196856881c", "message": "updated VERSION to 1.0 final\n", "proba": 2.3796579284862673e-07} {"commit": "7f590fbaf6db63023b817a10d963baf8bbc96cf9", "message": "RecLogger: open() cleanups\n", "proba": 3.8139444313856075e-07} {"commit": "f0ee8a2a1005c5940f1fa6c6de33dbf76c1cb0a6", "message": "Fix single-partition key routing for prepared statements\n", "proba": 1.3685426893061958e-05} {"commit": "b5f8ce1c108c8f741636dda9feb95e341236371a", "message": "Updated docstring\n", "proba": 9.301629120272992e-07} {"commit": "6e2ddf305232e60a2f68d0614c21804020bf765f", "message": "Fix setting of data in job listview\n\nProperly convert checkstate to boolean and pass on other calls to setData\nand not data of the base class.\n", "proba": 1.120267469900682e-07} {"commit": "a3a2d972da8e18dbef7a0e6ce650433cea950129", "message": "Moved functions out of Ripmaster.py to apps module\n", "proba": 2.381773924753361e-07} {"commit": "b0574ad2a39ec352e6235f27ac586d4510e32f3f", "message": "Load the joblist from the server\n\nQuery the server for the list of jobs and generate dicts from that to\nfeed the view. For now, need to convert to using monitor/job properly.\n", "proba": 1.1766699969939509e-07} {"commit": "d3f62542a700eef9709e493be75f2bd61de8b434", "message": "a more organize code with little ascii art for timepass\n", "proba": 1.9482679647353507e-07} {"commit": "4ffa086f796a6543a58be814092fd35816f3ed35", "message": "Netejo el html just quan creo el ticket i just quan actualitzo\n\nSi ho netegem al principi, ens mengem les URL de les imatges i si ho fem\nal final, el mail de notificaci\u00f3 no est\u00e0 net. S'ha de fer 2 vegades\npartint sempre del HTML original", "proba": 2.3753952405058953e-07} {"commit": "16e19af8d5dd603b52199a0f967d4f784935738d", "message": "expand timeout for remote elastic cluster\n", "proba": 3.496012652703939e-07} {"commit": "962f34975ebeafee7718cf0e2d67c38f1686f153", "message": "fix some typos\n", "proba": 0.9999994039535522} {"commit": "159b9cc788402f72d5403a40a886a9ff93f0467d", "message": "Make embedlam use the version of oauth that's in pypi, not whatever weird one this is talking to. (?)\n", "proba": 1.0767713831683068e-07} {"commit": "ed61a6ede328fdc58dce884464398d1cc16bbcfd", "message": "3.0.3\n", "proba": 0.00034791664802469313} {"commit": "a857ac558ec2765d9a36164e9687a441a13b25f4", "message": "Instantiate router in task\n", "proba": 0.0006493197288364172} {"commit": "3bc2f434ef677056795db373753c3090eb0892f4", "message": "Split extra chrome args on whitespace\n\nThis is in case multiple args are used.\n", "proba": 7.305587246264622e-07} {"commit": "55855c527c9bec5b95a6c3fba0e03f8db2d1de71", "message": "fixed unpack error #7\n", "proba": 3.9128025264290045e-07} {"commit": "e7f6f805326dcc280792c2a0d192b4de08e222b2", "message": "Transfer output is send to /dev/null to avoid delays caused by writting I/O.\n", "proba": 1.0740289724253671e-07} {"commit": "970be4a8e39ce1473e73bce5640fc88e5c275e71", "message": "Pull in registration templates to init file\n\nAdd the template path, following the pattern used in other plugins.", "proba": 1.0084777812835455e-07} {"commit": "92b452805f039b4f8c3c03571de38c0b8ccce590", "message": "display GoalType by name\n", "proba": 3.0500731895699573e-07} {"commit": "b7f97b2463df1c5a1ecd2d293cfcc7a4971dd0ab", "message": "Optimize actor before the critic (#109)\n\nThe actor should be optimized first. Otherwise, the weights of the cirtic would have been changed when back propagating the gradients for the actor. The latter will create an error in pytorch 1.5.0", "proba": 9.596940344636096e-07} {"commit": "c4b1705710d268f17b21c9547c510272a2acaba4", "message": "Adding debug log handler for testing purposes\n", "proba": 2.387768915923516e-07} {"commit": "5c365b8bdce4e34ee4060012915d81964e3a8a33", "message": "clean up\n", "proba": 1.0365005209678202e-06} {"commit": "480354656c69ee05154df466a10e60ec581fb72b", "message": "Support having .pyc files for plugins.\n", "proba": 1.1194259030844478e-07} {"commit": "f561bb73172d9cded632fd3809171334c5fabd9f", "message": "FIX: fix testing bug\n", "proba": 1.5835992599022575e-05} {"commit": "363b614426e862c8a822905e6290700cbd1ab761", "message": "Reformat 'fix42.ADMIN'\n", "proba": 2.129883398538368e-07} {"commit": "4ba7699273cf180aac993c391f1b985961c0e19c", "message": "[msm/flux] Fixed docstrings\n", "proba": 2.5860865093818575e-07} {"commit": "784ac5747b6b9569b4e58f82feb2a5072d4bea81", "message": "add missing import of shutil, used for \"shutil.rmtree\"\n", "proba": 1.235188733517134e-07} {"commit": "c15dd4e6a72b65fe09fecb7de9398332b440b3ec", "message": "Make bucket creation and export wait for api activation\n", "proba": 1.285385593519095e-07} {"commit": "af2cc2a4833e3eccbd8501a50852e1d48477c8e5", "message": "working pipeline persistence\n", "proba": 4.62016998881154e-07} {"commit": "8ece56a2c3395c20ea261e46bf2d3c59fdfc6739", "message": "Small correction on previous commit.\n", "proba": 1.1499518848268053e-07} {"commit": "cb1bf18eb95ba7c43da9652b256d7ae0937a57f8", "message": "RMK-367 - Don't blow up if we don't know this command - just drop it.\n", "proba": 1.2684986927524733e-07} {"commit": "12f2884bb164d4524cc9ebe82942daca6c3c6f67", "message": "+ Revised the pyside linking --- TODO on Mac\n", "proba": 1.1050555315250676e-07} {"commit": "6edd3fdc7060e7e639af527a510727ce7417a0fe", "message": "Adding stars from USNO catalog to WeakLensingDeblending with Fisher Matrix calculations\n", "proba": 1.1034043012614347e-07} {"commit": "365e4e4f4e7f2e1387d8dfc6a8ff3fc009dede0a", "message": "End of reordering icons\n", "proba": 1.6017705206650135e-07} {"commit": "ea17b575c53f89bd9bd03a756557e00a82eadd61", "message": "Change attname -> name for related fields as pk", "proba": 2.2214932471342763e-07} {"commit": "5ca9ba722c01964509afbad7dca10c8f9ab6e818", "message": "Update views.py", "proba": 4.614934141500271e-07} {"commit": "32c96c98ada60893d847bbaf448e5b25cc7486e8", "message": "fix(markdown): fix markdown code to pass newly added tests (#2774)\n\nSigned-off-by: Jasstkn ", "proba": 1.551433825852655e-07} {"commit": "f327a7629fd951b99cbd6599a7637c6637237057", "message": "Add logging for replay save operation\n", "proba": 4.021645452212397e-07} {"commit": "d31938e77b9315dd8abcb247dda9a90c8ae2494e", "message": "Add service layer check\n\nThis is to reduce server calls if there are no sublayers", "proba": 1.9945259737141896e-06} {"commit": "e870b7bc66e3dcd60ac451ae10d3f83f4f19bd5e", "message": "Fixed an unhandled exception in an exception handler.\n", "proba": 1.2478479050059832e-07} {"commit": "53eb8b734a23c8fad2f2e409655ed625e871fb6f", "message": "[ADD] Stub in crawler.py\n", "proba": 2.2477567540590826e-07} {"commit": "db7509e00daa8f6f68348dc36f43e3ec7d88d2ae", "message": "bug fixes, tested up to fit_classifier\n", "proba": 1.5960493726652203e-07} {"commit": "6a9e3488a4fd42f5c6c16c6f2f26540ce8be6270", "message": "added new line at the end of config.py", "proba": 4.292006963169115e-07} {"commit": "1aecdead921ceff86895bdc12897c077f362e255", "message": "be more verbose for logging to the terminal\n\nSigned-off-by: Alfredo Deza \n", "proba": 1.3625656265503494e-06} {"commit": "e854ae38ce9e73ee328d7908bb5a44d85a4cca10", "message": "Use self.body directly instead of getBody() method, so that we don't parse\njust in order to unparse again.\n", "proba": 1.1996066007213813e-07} {"commit": "6985490be7f1b7bca3c72b922e30f8683c42b003", "message": "Adding some peppers\n", "proba": 2.200295239163097e-05} {"commit": "aad9cbdb36d01ed02bd84c80979b21884486a4fc", "message": "update function: get_vfwebqq_and_psessionid\n", "proba": 4.931709099764703e-06} {"commit": "ee06f359916a13610f1f309694a830b1bdfeeec3", "message": "Added Promo api\nNow api's a 'lazy' (initialized only when used for a first time)\n", "proba": 1.0208832179614546e-07} {"commit": "d388760c21d572a57df3997bef06ae8d9525adf8", "message": "General structure to handle high-order predicates\n", "proba": 2.4243161533377133e-05} {"commit": "f582f8c5a64096f06d27a723a0624150304b9f6f", "message": "added get_inp gaussian for class Cluster\n", "proba": 1.9558633823635319e-07} {"commit": "bf9bf7040aa5612b352a1b306da577848126f5e2", "message": "try some sphinx swag\n", "proba": 1.53917113721036e-07} {"commit": "bbcd57334e588728c94c9de658d0c62845c31487", "message": "add security\n", "proba": 6.64321705698967e-05} {"commit": "334007be1cfd46ba3e29a2a328491466d0cde4ca", "message": "0.2.10\n", "proba": 0.0001440165942767635} {"commit": "2ce20a058c6d69d77940cf0d455ba02a15106cdd", "message": "Reduce case of stellar id name variables\n\n\nFormer-commit-id: 023896e80f1673ba56744b6316c43e5c90f2592f [formerly 8f55e8a94f819fae343bca41da3616f2132f23d1] [formerly 811deb789a4f965185ccbfd058b5d0ffdb19dbc0 [formerly e174fe95ae8fc7ebc43ffc5365d4673fd9bf4da9]]\nFormer-commit-id: db6f28dce496a307b5398ecccc975b95c3aa977f [formerly 33ecec1d0db9e11f9aa27f5238e33beb10c246dc]\nFormer-commit-id: 6518e30431c6ab8c40fa985cbc11e86fc73348b7", "proba": 0.9999992847442627} {"commit": "badfd3f976d6f776270e9142971b54fc6bfa93ec", "message": "serialised modify call args\n", "proba": 6.41674603230058e-07} {"commit": "eeb518eed137cb5430fda43b57436de4b0b5c086", "message": "feat: dicts can be passed into Refract", "proba": 8.981910468719434e-07} {"commit": "fd1fd20a2428b5416a4ef2fd4f6ca869a34e92d4", "message": "not every hansard file has a PDF\n", "proba": 2.1668643057637382e-07} {"commit": "bcd47f26c5756d8438bffa41caac6c634f969a96", "message": "bug fixes and pep8 compliance\n", "proba": 1.4630144562488567e-07} {"commit": "e86acb9260d400ecc44b879aaef14a13355305df", "message": "LISTEN port 15000", "proba": 2.036331352428533e-06} {"commit": "a0bc847ad3d89c4ca80c5defde98d9a46baed33a", "message": "Grammar-creation is now more modularized, and (for me) more understandable. Far from perfect, though.\n", "proba": 1.2107794589155674e-07} {"commit": "d394cc66594146dfa55f7a09eb3b7a8799bf9dbd", "message": "Update flood.py", "proba": 7.472531819985306e-07} {"commit": "63f636d1bbabfc05e2092bbb4f2cac2ae6eb0a12", "message": "docs(version): add version notifications\n", "proba": 3.949824986193562e-06} {"commit": "6430409991328e26e4200f05c4c7295816360dad", "message": "fix(path-parser): add float exponent str support\n\nAdd support for float exponent strings (e.g., ``3.435e-7``).\n\nFixes #4.\n", "proba": 2.8766854143214005e-07} {"commit": "d54aac10e7c6474207b2693291df7086c3204120", "message": "#4: name() method to define command name.\n", "proba": 2.2256601539538678e-07} {"commit": "0c6cadda10abe046fda5d13b1f99c197aa2b2389", "message": "adjust a couple of lines to make script able to work with slash forward type of paths\n", "proba": 3.237034889025381e-07} {"commit": "f3e6860863cdd4a913c55b64738f4ff4dbdfbb78", "message": "[Discord] Use f-string for fact date command\n", "proba": 3.2302118597726803e-06} {"commit": "4218d46ddc968ad111d76a82918d12d3d36c9cb3", "message": "[Discord] Update credentials to use Clarifai API Key for CI\n\n", "proba": 1.2655057446409046e-07} {"commit": "fca1eb42afd3f00744b433f945bae702ff32cab5", "message": "Simplify if statement\n\nBow down to the Travis/pylint overlord\n", "proba": 0.0005658034351654351} {"commit": "42fa3714db8de8c6899228e29034e2b95e46f30e", "message": "fix ylimits in plotting module\n", "proba": 6.427537755371304e-07} {"commit": "6e46ad32fa722145154caec5a477c74a5cf18ff1", "message": "Add missing route for ConfirmTransition\n", "proba": 1.6696886859790538e-06} {"commit": "849c6d27b9e03a9d53f1ca675fa833d9406dbb3a", "message": "restapi: take ref to servo task when starting web API\n\nChange-Id: I5177da7e8b1ef64787110df0720c44b2229f902d\n", "proba": 2.4778586521279067e-05} {"commit": "f15646595a7f7c26958fadc6bcd53e61c73e7cad", "message": "ipdb interface: look up magics by name and call them.\n", "proba": 1.0626809654468161e-07} {"commit": "edffa005f4b49b71c64bcd61c58798fff640663a", "message": "code starting to be pep8 compliant\n", "proba": 3.0067349143791944e-07} {"commit": "60c9aa7a93e066e900e975d1ce4dd64789acf227", "message": "Print debug messages only when verbose mode is set.\n", "proba": 1.2927124259931588e-07} {"commit": "c8f81741c303a5300c93d37b61004ae822d1af9e", "message": "some PEP8 and other cleanup\n", "proba": 1.1787196996237981e-07} {"commit": "a8dc206edde7273210fe7d793c0a21c96eb0a35e", "message": "Add HiddenField, derived from TextField. Fixes #5\n", "proba": 1.2608197152985667e-07} {"commit": "01605bfa69a7f686c0f9408c4a2330279eec9fb1", "message": "Fields now have a __str__ in addition to __unicode__ just in case some frameworks only support the former.\n", "proba": 1.3325498571248318e-07} {"commit": "e3a218241d08886ec06ba50d3d0e3461fd85c900", "message": "Add the ability to provide default values to fields at definition time, using the aptly named `default` argument.\n", "proba": 1.111723335611714e-07} {"commit": "dbde915217d8cf52a7899ce9bcdf1d9c77997680", "message": "Fix Python 2 support and don't crash on indexpath=None.\n", "proba": 1.8455524752880592e-07} {"commit": "26b5bf6db1d3c972df72be2b5493b71564e80e60", "message": "Fix typo.\n", "proba": 0.0016038167523220181} {"commit": "b861cf014b73ca849357382655088af0a835b6d9", "message": "set spatial index (no change since its default)\n", "proba": 1.2493673295921326e-07} {"commit": "83fb771215cfd74b1a932ea6a5f6077a561f6b00", "message": "springer spider finish\n", "proba": 2.0751370755078824e-07} {"commit": "50e7a81a09e4fd0bfdd6f84191ae6ff797a3909f", "message": "allow for direct as well as nested\n", "proba": 2.1226119883976935e-07} {"commit": "e020e3870be5cdbe95ccdc5ed5d4171c85339a19", "message": "api: register the login resource\n", "proba": 4.0024303871177835e-07} {"commit": "6c843bb434258c630baa6c90714e2b04295743e6", "message": "Include more info in the GeoJSON output\n", "proba": 3.3851830494313617e-07} {"commit": "8627307cc3a8c9943f5dcfeb1d47d4a82ab1b6c0", "message": "expanded driver docs\n", "proba": 4.943246381117206e-07} {"commit": "7935f25e5d886da11e517acde4a34aafa250c86f", "message": "Update RepositoryDQProcessor.py\n\nReverted to python 2.79 due to an issue with creating an executable using py2exe and python 3.4", "proba": 4.0595858763481374e-07} {"commit": "363fb9751aea5ff717a086ccbaf222e80a7e3e6f", "message": "Fix some renames I missed.\n", "proba": 1.1828851143036445e-07} {"commit": "95b84e0955300203f072cd6f33168541b7e5c854", "message": "show tweet when mined\n", "proba": 8.430357638644637e-07} {"commit": "fb25546f35f2963fc1adc6f86dd59d77bcc8cff6", "message": "Fix iteration over changing dict.\n", "proba": 2.108491230501386e-07} {"commit": "4fcf06a9a6569f8056e4f95a44bf260b027d06a7", "message": "SWDCommon: Add comments\n", "proba": 1.2421558892583562e-07} {"commit": "e6fe1aad48127fec1614914a0523d7a8119e1bcf", "message": "Make sure config_hash is consistent for same config across runs\n", "proba": 6.954385867175006e-07} {"commit": "150139bf5daa833307a0daccdf84340070c90c95", "message": "Place successor reference info on the right place\n", "proba": 1.1788703346837792e-07} {"commit": "119ef09130a64448f04c8fb1b95e3e1830d173bf", "message": "pyton-vlc: update generated vlc.py\n", "proba": 5.546942816181399e-07} {"commit": "2cff4cdf4ec41ca292dc07ac2465da707f281bf6", "message": "added tool for manual dataset cleaner\n", "proba": 1.2927728221256984e-07} {"commit": "7a6963257de0c26a62e96e07f61d6d2a91fe38b6", "message": "Separate color for Allstars.\n", "proba": 1.1846383785041326e-07} {"commit": "9e5bc52f50a80f743d0a28dc104f6f1ae9f7ac31", "message": "fixed sorting bug\n", "proba": 4.5600853582072887e-07} {"commit": "49dc9d13125837deefb971f352715ca89872d6c1", "message": "Updated title.\n", "proba": 1.4635057254963613e-07} {"commit": "b51e43680c3591be0ce9faabf2fdd80d38463fc8", "message": "Updated docstrings in common.py\n", "proba": 4.018585855192214e-07} {"commit": "e7c94af78ef87510ffc52deef7d581914d944183", "message": "Update __init__.py\n\nSome words that can lead to *really* bad combinations have been removed in this PR so that people don't need to worry as they show a staging/test thing to their managers and suddenly being the center of a textual scandal. Before this PR, phrases like \"die die die hang\", \"finger beautiful daughter\" or \"sexual man boy love\" were all too common, and removing the possibility of people getting into genuine trouble for an out-of-the-box word list is probably not worth it.\r\n\r\nI'm sure I missed some that others will have run into as being super problematic, and a better wordlist is available out there that has already been pruned, but until someone files a PR with a full list substitution I hope this PR can make it in with a new version pushed to pip.", "proba": 4.568521205783327e-07} {"commit": "efeb7d842d0e1e72c680864b7ec3948ee723e4d3", "message": "First pass - add a copy command\n", "proba": 1.8258786838032393e-07} {"commit": "17ff96e510891aab5d89a988ceeb1015f8d706dd", "message": "Don't except when no arguments passed\n", "proba": 2.94119809041149e-06} {"commit": "09be68fb7ed17621e489e1d69f25cd832fdc63e5", "message": "quick fix to bool errorrs", "proba": 1.0076527132696356e-06} {"commit": "0ee59a5a7b2b24fc54bde6ad866d6efcbf07d93a", "message": "hudson\n", "proba": 5.016906925447984e-06} {"commit": "87ee2885dea56d0973ad6e66c5a86ed2c6ce6ffe", "message": "Remove redundant 'use strict' from build file (added automatically by closure compiler)\n", "proba": 1.234412678741137e-07} {"commit": "d81a5ee0c3b4b6da75f49d0c85e886d78641cc61", "message": "@xvortex FTP update\n", "proba": 1.3617521688047418e-07} {"commit": "fad429cc531e3fcb1370d2310b20f61fd6901056", "message": "Fix up pagination while were here.\n", "proba": 5.648147407555371e-07} {"commit": "07b215d4fa3f8ce82ef11042f7535bc5b844442e", "message": "Check for non-accepted arguments combined with task includes\n\nThrow an appropriate error for it.\n", "proba": 1.5493490934659349e-07} {"commit": "6dc99fe4cf4e226b5fb7a3e59360cdf6903919cc", "message": "update service check docstring\n", "proba": 3.0463087341559003e-07} {"commit": "22fdc3758271cae75008fd7354db13681701caec", "message": "bugfix in example\n", "proba": 2.7877325692315935e-07} {"commit": "15939731499e9f1f6558119bbe815d74a566032b", "message": "[Scripts] Add basic logging to run.py server\n", "proba": 1.6981351791400812e-07} {"commit": "05b0d4200fecd8de093aff7f16091e857cd491bc", "message": "Treating polyatomic ions as a type of atom. Gives it a bit more of a way to work for ionics (though I cannot confirm this will work, as in the case of stuff like Ag and Na the AgNO3 test won't work for sodium halides.\n", "proba": 2.1441863395921246e-07} {"commit": "3b27a612982ed2764b38a45cdf8c2b65b268a30c", "message": "Turn file list into module dict better\n", "proba": 5.176497097636457e-07} {"commit": "7440b03dc546e1643faf5a05fb8d4460f10475bb", "message": "Add a function to display the links in a graph\n", "proba": 5.622828780360578e-07} {"commit": "6468fa1c24778264399cee2fc9ed357ab08cf0eb", "message": "hack to enable SSSE3 on Macs\nReview URL: https://codereview.appspot.com/5649091\n", "proba": 1.6892353471575916e-07} {"commit": "17f9d3d2dd8fdc046fd3a6894af40eed741a5116", "message": "adding functions for running scripts\n", "proba": 1.1279620366622112e-06} {"commit": "c9ef84989ec92bbeffed60bc38b500cd08dbbe71", "message": "Removed unused feature in transform\n", "proba": 3.1935792321746703e-07} {"commit": "0296e3a38710494ec87c3da936b276afa1555afa", "message": "specs/scripts: Allow to filter but one extension in xml2api.py.\n", "proba": 1.0868488686810451e-07} {"commit": "8328ff9ea266ded7be2edf00f50e363656c79bac", "message": "codereview: really disable codereview when not available\n\n$ hg p\ncodereview disabled: cannot open /Users/rsc/g/go/src/pkg/goplan9.googlecode.com/hg/lib/codereview/codereview.cfg\n$\n\nR=dsymonds, r\nCC=golang-dev\nhttp://codereview.appspot.com/1998046\n", "proba": 1.3340873920242302e-05} {"commit": "a3eeef79ef4ecbf69efde5ad680c74eb7d7fac8b", "message": "\tmodified: TDT_magic.py\n", "proba": 1.3904764273320325e-06} {"commit": "a13484a7656116240d70564e66389179a2d97d6d", "message": "Fixed absolute time parsing\n", "proba": 5.669075449077354e-07} {"commit": "deb2b18a705316456b8df272e3bfcaa721e62b29", "message": "trying silent variations\n", "proba": 4.359342824500345e-07} {"commit": "3ba9bf1a522ff294fd3b46d279cea7ab8bdb38c5", "message": "Added automated board size computation\n", "proba": 1.3629838235829084e-07} {"commit": "6953924ca75827c7860f684f209df73464358f1b", "message": "bumped to version 11.0.3-beta.24", "proba": 1.4832926353847142e-07} {"commit": "8b92d4d14430276a33a50489e55038618b1d7a0a", "message": "Updated from Brython Server: 11/18/2016 2:22:23 PM", "proba": 1.0995596255725104e-07} {"commit": "70838b06eeb0a237b26f95dd0c2358bcc2e75f1c", "message": "\u589e\u52a0\u521b\u5efa\u6587\u6863\u5b8c\u6210\u63d0\u793a\n", "proba": 3.8502670918205695e-07} {"commit": "fe0d61c66eca09b1cd1c14a30d33a308c162b596", "message": "Copy more information into the step environment\n", "proba": 1.1461624893627231e-07} {"commit": "b47b8c3c84e8c8edf2b57d262bc5d9c0ebfda6c0", "message": "added model schema definition when using user model\n", "proba": 2.3056209386140836e-07} {"commit": "c7697ef35e13e549789d8f07b767403af6c8905d", "message": "Update sysdeps.py", "proba": 7.539942998846527e-07} {"commit": "7ae6240de2824f962e34fda3cd4c88cdb413c071", "message": "Make CommandLineCaller use unicode instead of bytes\n\np.(stdout|stderr).text is unicode. p.(stdout|stderr).readline isn't, so decode\nmanually.\n\nShould hopefully solve #1586 for good now...\n", "proba": 1.9423053743139462e-07} {"commit": "cd6a38085e1c413707ad8602b526c001807626ac", "message": "following last\n", "proba": 0.00011158688721479848} {"commit": "b153663d3fb53a3996dfee16a61b405bf70f37cb", "message": "GITItem.exclude will now raise an exception if called directly\n", "proba": 1.8386799638392404e-07} {"commit": "24eb6307d18fd4a4c5a0d010763f1ba55a535d2e", "message": "fixed score bug (average instead of sum)\n", "proba": 1.9698502740084223e-07} {"commit": "de40dabbfa3d0d3529d36b4f3505a861f66a8809", "message": "Update sysdeps.py", "proba": 7.539942998846527e-07} {"commit": "2dbe639d5350d66361fe963c7dedc1ea34b16f25", "message": "[tests] CI system test adapted to run2\n", "proba": 1.5824541321762808e-07} {"commit": "0909dd3d111f0a30cae922824741f7d95a495f1f", "message": "scylla-gdb.py: scylla_sstables: fix copypasta in name passed to argparse\n\nThe description is probably from the command this snippet was copied\nfrom originally.\n\nSigned-off-by: Botond D\u00e9nes \nMessage-Id: <20200310141025.90051-1-a584fa4d75a0a85d721f44fb6e06315a2853b0b6@scylladb.com>\n", "proba": 0.001468168688006699} {"commit": "93b55af7af0744c0166639582919109166d474d0", "message": "Update from-bash script\n- Add a platform flag to designate noarch or not\n- Update pkg dir identification in post-link script creation\n- New message to inform user to use ggd check-recipe command\n", "proba": 1.7365246662848222e-07} {"commit": "ce22ecdc8777bc992a736a505a3d909e420e4e5b", "message": "add % sign\n", "proba": 1.25589860999753e-06} {"commit": "4af5c954aa4590eaa63c71899c686b87d45c718e", "message": "Minor refactorization of mixin\n\nMade changes to make mixin more read-able, efficient and more re-usable.\n\nto_int needed to be separated from SelectMixin to be used elsewhere.", "proba": 1.0611638856516947e-07} {"commit": "bf16908a5d431dc21dc1a40754114699b56d9bd7", "message": "remove dead code\n", "proba": 0.9994539618492126} {"commit": "ec0a1e25cf49c04eea737f3f7a74f35e06965448", "message": "fix mistake in obs uncertainties\n", "proba": 0.9994046688079834} {"commit": "cf483f23de3cf31ca18dbcceadb545ee5f7a2c08", "message": "relax std threshold for horizontal and vertical lines to avoid most pts from being flagged\n", "proba": 1.348175260318385e-07} {"commit": "bcdacab6329357796d2681d91990f00bf2f39833", "message": "updated code and changed the url\n", "proba": 4.95661481636489e-07} {"commit": "0da2682c689ae9642ceef527023c897fdef787b4", "message": "handle non-int serial range suggestions cleanly\n", "proba": 1.5138611786369438e-07} {"commit": "ae9e582b60a33234b329734aee53db94cbfbed92", "message": "Added Actor.join\n", "proba": 1.826657154424538e-07} {"commit": "bf1ac057da45853ed9c72d95203800debd67de1e", "message": "Handle unresolvable hostnames gracefully--just don't connect to them and let the heartbeat handle it\n", "proba": 2.205950977440807e-07} {"commit": "7043eaf7de42b625759057800ae90b728e2e63ae", "message": "fix highlighting\n", "proba": 6.4072460190800484e-06} {"commit": "763531418cb3a2f23748d091be6e704e797a3968", "message": "removed Unnecessary \u201celse\u201d after \u201creturn\u201d", "proba": 1.2527988246802124e-07} {"commit": "bc283243951a76f3886c707d245ea078d9a1a712", "message": "add command line option for bucket size in timeline usecase\n", "proba": 6.160258863019408e-07} {"commit": "c8b8f29f7ce7c974b413de906f1ebe413a8d21d4", "message": "use fixed/default pixel storage params when packing images (fixes Dave's bug)\n", "proba": 1.0712322762174153e-07} {"commit": "37b77cbb12400e078c9725096056e7afe1a7beb6", "message": "fixed another silly named related bug\n", "proba": 1.6537481428713363e-07} {"commit": "2ba0e5c69e4c060974dd07d99ad4b43af1c526c6", "message": "LLWEB-11: unittest\n", "proba": 1.7510926397790172e-07} {"commit": "2f5766ee720b4e74741c89d846ec25d1b2405c96", "message": "Break off the auth section of the request prep\n", "proba": 2.8275977456360124e-05} {"commit": "2152ded52de000d57868ae93374333e70f13ba90", "message": "Return flag from Command.parse_multi_short_option()\n\nIn addition to the result of parsing the arg,\n`Command.parse_multi_short_option()` now also returns a flag indicating\nwhether the arg is a multi short option like `-xyz`. This allows callers\nto easily determine whether an arg is a multi short option.\n", "proba": 2.394509692749125e-07} {"commit": "1916d064f239088acaab967604678c9ffc153f10", "message": "web.py preamble.\n", "proba": 1.7306439303865773e-07} {"commit": "8ec1ac2aa5484f0a8975261d8f22d41f41fbbd50", "message": "Changed some styling\n", "proba": 5.61700858270342e-07} {"commit": "db60586dc72bb586d9494c6185153a44df676bfe", "message": "Update print to log\n", "proba": 4.818482466362184e-07} {"commit": "316b6d71deeea9483bfee3042456fb6436db3056", "message": "test bugfix, create the fr element before testing if the fr language is set on the narrative when given in the xml\n", "proba": 2.179514808631211e-07} {"commit": "7b041bc8448b3799505c7083d71e9b909fc58925", "message": "Fixed up LOGIN_REDIRECT_URL (to point to new base location)\n", "proba": 1.0699825736537605e-07} {"commit": "dee862c74b81fedd6d6c550685071ad2b471f522", "message": "Faster pores/throats and num_pores/num_throats\n\n\nFormer-commit-id: 375cff56ef5e1b68d2ef5632b3867d30b2bee05c\nFormer-commit-id: 771b902d37bf9a7ece825fa51bb542e1ef87a295", "proba": 2.360708276682999e-05} {"commit": "756d1faabb0b8cd0ea1ff900548dc67c6b48f5a3", "message": "Update auth.py", "proba": 1.2510704436863307e-06} {"commit": "6c9ebae4c9087cb9ddf3e75c25b2639d1bd0b2ea", "message": "Fixed bug in interpolate_data that caused crashes when interpoloate geom and phys data\n\n\nFormer-commit-id: 18c886f88ce5d0d58f4cb1f91df611962ed718e4\nFormer-commit-id: 8dc5b3320d6e6360292de662c3a41115409fe691", "proba": 2.4894218313420424e-06} {"commit": "91b202e2d05fbf29528470f9950cd0c7ef237992", "message": "Added unicode functions for most classes\n\n", "proba": 2.0351613727598306e-07} {"commit": "e47dde5b781deb5a5b1edbd9ce72664ecbc6c408", "message": "Return access level for datasets\n", "proba": 1.3760521142103244e-05} {"commit": "10ecd0e9671a9c6b33f10dea0328e6cdb03cab8f", "message": "Expand tilde for jsknownDict[branchType] on POSIX platforms.\n", "proba": 1.3446441471387516e-07} {"commit": "a67303bab029496e1a40ade219e64475a05d3a7d", "message": "removed argument that's no longer used\n", "proba": 1.384467736897932e-06} {"commit": "c04865be5de7d6cf9a2b2954e16ae5fa1ccefc30", "message": "Separate out api_pattern from other url patterns", "proba": 0.001165506662800908} {"commit": "c7cdcac09c453c8afc06c95c8b917813f657af36", "message": "Copy less directories containing js or jit tests out.\n", "proba": 1.1362944007942133e-07} {"commit": "6e59da6c76148436a8c18235f040a6dcef9dab74", "message": "the mic can be enabled or disabled\n", "proba": 6.575859288204811e-07} {"commit": "9764382c7439c956de42247f4c067dd646827eb9", "message": "Fix to previous merge\n", "proba": 3.840149531697534e-07} {"commit": "6f11e714fa1b9aacb004a4f63d4b7cd8518bf3e4", "message": "Change append to extend in get\n", "proba": 4.3646801373142807e-07} {"commit": "1fe2212ccb9d5c85260cf5ffca3d7d6601b2adbc", "message": "Stupid error", "proba": 5.774023520643823e-05} {"commit": "16f4c6fbfdce509ad1f7240cf8e654b19c47382f", "message": "clean up\n", "proba": 1.0365005209678202e-06} {"commit": "62e156218053afb4a1f34168557c4c0a45f83acf", "message": "Diarization Output Modified [(#1586)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/1586)\n\n* Printing the last paragraph only.\r\n\r\n* Python3 print\r\n\r\n* Removing sample rate setting\r\n\r\n* Adding the missing output parameter in the example\r\n\r\n* Changes based on the comments\r\n\r\n* Removed filenames as input parameters\r\n\r\n* Removed unused args\r\n\r\n* Updated README file\r\n\r\n* Updated the inline comment\r\n\r\n* Modified code to make it more readable\r\n\r\n* Simplified the response object processing.\r\n\r\n* Fixing the long line issue.\r\n", "proba": 2.2148064715565852e-07} {"commit": "d6292a76b9c31f1168b0c98703e5608e3557b118", "message": "add esports logging\n", "proba": 3.704729465425771e-07} {"commit": "c48c67875ddb45a087ce3e0c80cd34cfd0e84204", "message": "ability to post a message to a cached thread\n", "proba": 2.223977730864135e-07} {"commit": "066953bf58eb35a4305964facf2988d1b73dfd01", "message": "Added implementation for SGE, but there are still errors: 1) copasiCMD is not found, and 2) the final qsub does not wait for the jobs to finish..\n", "proba": 1.0316490772765974e-07} {"commit": "60f58e815ca35b09f339f3f60c1added371fd140", "message": "ADH-949 Fixed status check for upgrade\n", "proba": 1.214668827742571e-07} {"commit": "e352264848495e9eeb6d1c1cb503df0338f67640", "message": "More descriptive FSharpInteractive exception message\n", "proba": 1.2667011617395474e-07} {"commit": "c43a37dbe6d7fb070e5972581bd8ccdda94bd18a", "message": "Update Layer Examples\n", "proba": 3.3035314572771313e-07} {"commit": "e6bae54ae560dfbcca986b12fef8b85c0d875c51", "message": "* build/run_tests.py\n (_run_c_test): Remove an out-of-date option to the C tests.\n", "proba": 1.235944040445247e-07} {"commit": "2c09ad1c0872361b97e10c6a90872057aea31258", "message": "Add __version__ and __all__\n", "proba": 0.003205423941835761} {"commit": "5f70b7aba93affa4f2e27e3f127029af9bb8c9c3", "message": "Server starting messages\n", "proba": 5.657716997120588e-07} {"commit": "34a869ddb3d7fdfd2f81e576cd1d01c810306fff", "message": "increase max_len for ICMPv6 echo from 96 to 128 (MAX_LEN)\n", "proba": 2.1514085801754845e-07} {"commit": "8dd2c75a4603a12ee70d21bab3fdeed789e23fdc", "message": "Add missing default debug variable setting\n", "proba": 6.192974524310557e-07} {"commit": "e544f254859a5ce40d2afbaf43c81e5b161e085b", "message": "don't return empty buffers\n", "proba": 7.04889462213032e-05} {"commit": "bb867e1b6f954b11921824a8b93e87b9f85407b1", "message": "Find out srclib repo type for stats\n", "proba": 1.835059038057807e-07} {"commit": "6a1a479e0f57305404e2c65645b0a22e92c81c9c", "message": "Update display.py.\n", "proba": 1.3592986647381622e-07} {"commit": "f140d8d145f2e25232fe3c787a95ee575e12fe91", "message": "GBT server: Remove sizelimit/sigoplimit, and add txid when segwit is active\n", "proba": 2.5867154818115523e-07} {"commit": "e22201de2518b588e1a3f507edb818f1e66947a5", "message": "Fix typo", "proba": 0.9999992847442627} {"commit": "270798cb8771dd1bd7c76d0c13fe919d6c5d575c", "message": "wrote download script\n", "proba": 3.252730493841227e-07} {"commit": "5fae6107ec74af75164e379ed6da95bf6e128cfd", "message": "set no as a db_index, and make sure it's unique\n", "proba": 8.809319638203306e-07} {"commit": "b7af898a5832b6c87f603ad06ef765f9786aace4", "message": "this property accessor is not good\n", "proba": 2.635976272813423e-07} {"commit": "e86b519f51880556f49d901a4e4aca29f505484a", "message": "Correct indent error line 13", "proba": 0.0007629563333466649} {"commit": "e4af69a731e275e2a2b4f3b79f2df8350e8635b5", "message": "updated\n", "proba": 4.958747581440548e-07} {"commit": "0bccb9673dd0587e981644c2e3325b2850abef3b", "message": "Action class added.\n", "proba": 1.260703044181355e-07} {"commit": "f76b1dde17ece3b9e4e46f91dd62b946baa72861", "message": "Catch errors when precaching media\n", "proba": 1.9656185656913294e-07} {"commit": "e4d2929df49727ccc2753d4f141942c83aef7839", "message": "Server process tracking\n", "proba": 4.1478105572423374e-07} {"commit": "26623975817375d520ba7ef1bc39361d6b837ed9", "message": "case string replacement\n", "proba": 1.4573272892448585e-05} {"commit": "fde33ce94e7e76cbd5b914155bf7aa4e6eac4f94", "message": "age function:\n", "proba": 1.4498111340799369e-05} {"commit": "5476a2580ad02b426b90fdfde6fa855b842df623", "message": "Added logging for Face parsing from Array\n", "proba": 1.9367895731647877e-07} {"commit": "f6b869ff10a7b251e047d6f77fcf6356f0c8e270", "message": "fix bug where the next played song isn't the one on top of the queue\n", "proba": 2.4628647565805295e-07} {"commit": "4ea36c93ca708d4d60b0684a0f687a7e1730911c", "message": "- documentation improvements\n\n", "proba": 1.1582628189898969e-07} {"commit": "5c1bbfff66d47ea3dd697a83a77d7d0239ad3ec7", "message": "Broke up new_calc into some reusable functions\n", "proba": 4.355133285116608e-07} {"commit": "c8d9278d55d4812b1b930cddd53b6194d9358d01", "message": "Added heading to render page\n", "proba": 1.6851420525654248e-07} {"commit": "cf488eb5d34936318bd52e64ce7711e017463c8a", "message": "Increase prio of back-buffer update step\n\nThis should ensure that the back-buffer is updated before a redraw takes place.\n\nSee also: https://lazka.github.io/pgi-docs/GLib-2.0/constants.html#GLib.PRIORITY_HIGH_IDLE\n", "proba": 2.1551268218900077e-06} {"commit": "bfcde3c5b880703e54880b71f90f8a1f6a11a1d3", "message": "gclient_eval: Make compatible with Python 3.\n\nA new-line token is being added on Python 3, so add it explicitly\nso that it also appears on Python 2.\n\nBug: 984182\nChange-Id: I3bfb6ca83d94b6a3452b938f35f5a3174fe85903\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1764465\nReviewed-by: Marc-Antoine Ruel \nCommit-Queue: Edward Lesmes \n", "proba": 0.00018315495981369168} {"commit": "37fb9182d0d142a01f39911404507a47994b5214", "message": "updated web library\n", "proba": 2.720247778142948e-07} {"commit": "4a4ee0aceeb3149bc5b3b8bf3ad10432272853b9", "message": "Fix python3 urllib reference.\n\nThis one got missed in commit a94234234ebfa46d72a18a145619ac946a2aca9a\n\nFixes #122.\n", "proba": 1.0754741452956296e-07} {"commit": "cbfae4e1c45972c307082a3970d44b262cc0b4df", "message": "Drop exception for martix\n", "proba": 1.584101454454867e-07} {"commit": "7444500c42e506ac2f2fbea218e3ae93ce3e4beb", "message": "import headers' namespace to tns when different\n", "proba": 2.6001131914199505e-07} {"commit": "bca0fc25a00950345890d1a42b5e6fec8cb31f14", "message": "Added piglatin.py to src folder\n", "proba": 2.0284261381675606e-07} {"commit": "3ec6dda43e617ddf6ad6b755cbcf2e93d5ff0983", "message": "Add __str__ to Preprocessor class\n", "proba": 0.0001816746371332556} {"commit": "5d85195c828d0367ba59b6fe81f6e5fafe31d3ff", "message": "make floats support exponential notation as well. (e.g. 4e-7)\n", "proba": 3.691609890665859e-06} {"commit": "052c9dcbf265e78aaf4e5fd965b09a92e9c8dfab", "message": "Make exception test case python 2.6 compatible again. See also https://code.google.com/p/unittest-ext/issues/detail?id=90 describing a unittest2 bug.\n", "proba": 1.2310444219565397e-07} {"commit": "a2c72cb626ccfd9fcd8f8174b5d41a127f4072c5", "message": "Removed unused json_format\n", "proba": 5.764954948972445e-07} {"commit": "6717d62405bec7b57b066b2dcd9e5c6333a6a7fa", "message": "added a few more 4xx errors, bringing the total count of supported errors to 30\n", "proba": 1.459285670080135e-07} {"commit": "0d786fb1ff23b132599496a462404d10fcf819df", "message": "zaif(Exchage)\u306erequest(): \u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u30a8\u30e9\u30fc\u304cfetch()\u5185\u3067\u30ad\u30e3\u30c3\u30c1\u3067\u304d\u306a\u3044\u3053\u3068\u304c\u3042\u3063\u305f\u306e\u3067\u3001\u305d\u306e\u5834\u5408\u306frequest()\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u30a8\u30e9\u30fc\u3092\u30ad\u30e3\u30c3\u30c1\u3059\u308b\u3088\u3046\u306b\u4fee\u6b63\n", "proba": 0.00021298581850714982} {"commit": "ba0b2eb4cb1c5f3e9fce5771058d54749fcb5e8d", "message": "Improved date handling, use publication date when available before update date\n", "proba": 1.7920304173912882e-07} {"commit": "0a962679ec8489c5d352c0cb888895419af649b6", "message": "Fix stupid packet truncation bug\n\nMTU doesn't include TAP device header. Just oversize it.\n", "proba": 1.0814889606081124e-07} {"commit": "ad7d30a2477897767be7aa51dc63183b3ee78291", "message": "Add sorting #54", "proba": 8.994682616503269e-07} {"commit": "97049b6137a12a49e2561e2574b193d5f3d3dd25", "message": "pipeline.py", "proba": 7.949909559101798e-06} {"commit": "94c36cfccba6acb8c9f35c694645f82542b89c59", "message": "Fix offset calculation for UseSgprForGRO with VW>1\n", "proba": 1.8400534429474646e-07} {"commit": "b4483be3ec3baf86e3ea8024656194a0ce8a1761", "message": "Fix error message (#6285)\n\n* Fix error message\r\n\r\n* Update network/datadog_checks/network/network.py", "proba": 4.1502400449644483e-07} {"commit": "325469bab0f8fbd645755d07f5c4567b22e905e7", "message": "add some more filters\n", "proba": 1.6414733750025334e-07} {"commit": "5602c34bebcc6fbdcf37342b4194e0f0f0fe0cdc", "message": "cleanup TractableConsumerSolution init\n", "proba": 1.5058236613185727e-07} {"commit": "73d2588f16b4609bab3bc26e5e5b93490ee30097", "message": "Fix case where a board a no activity\n", "proba": 0.003432597266510129} {"commit": "ae9978c6d8106a491d586576761f8153b65a38af", "message": "remove score point\n\nremove score point\n", "proba": 5.046941805630922e-05} {"commit": "222ffb3f581b00a14244d7557d266814736f7a0e", "message": "Add indent to key regeneration routine output\n", "proba": 1.2268714044694207e-06} {"commit": "7bc2f3dbb3be857227dc33c1ee1fdaead5c4fb7e", "message": "fixed the button issue\n", "proba": 7.019030476840271e-07} {"commit": "7a1e99534e18c7e95eee84a0a7c64dc028acc2a2", "message": "Use an explicit cast for each element of fingerprint hash function calculation\n", "proba": 1.5317747283916106e-06} {"commit": "9687b4e46aaf0a642ceaafd350a8c0221c3852c9", "message": "Change label.dtype from float32 to int8\n", "proba": 1.7338153384116595e-06} {"commit": "2923f26c7850d12ece67b3ef96054721d38f888f", "message": "Fix uninitialized variable in gi.require_version()\n", "proba": 0.00012829927436541766} {"commit": "ef6acf959dbb7f149a1acbcebba27abb40ca38a5", "message": "[+-] Changed is_activated\n\nnow it has a userdir paramater, in case you aren't using 'users/'.\n", "proba": 1.2499965862389217e-07} {"commit": "2fbd33302ce8189f57dd4c1ec2c45d8b8002799e", "message": "Make sure the initial passed page number is an interger.\n", "proba": 1.8624999142957677e-07} {"commit": "6f5a61f0941411b2aa3263a336e192e1ac644cbc", "message": "ability to work with HDF5 files added\n", "proba": 1.3091259631892171e-07} {"commit": "97cde8d5cdbea4b68fa23372d119fbb4789e3e2a", "message": "With AUC score\n", "proba": 1.6321542716468684e-05} {"commit": "f9e13a54dd97a929170ab95aa7f6bbaf0bdd2d18", "message": "mgstest.tests: Fix doctests for module structure\n", "proba": 3.6926024904460064e-07} {"commit": "f875f839235052118f8bb9e0b0e598fd2434c660", "message": "Switch default logging setup to INFO level\n", "proba": 2.5531170422254945e-07} {"commit": "b03879081e3d396492fbaa49f32dc781e1ea28f4", "message": "Update decorators.py", "proba": 9.117127888202958e-07} {"commit": "d9fd4143d4dec100ff9082a31ee2785710ffc828", "message": "Add tests for operator associativity\n", "proba": 1.862938347585441e-06} {"commit": "9fafb0a573070f32d0f4cb75532f884c46315e6b", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "d55099e8aa65611627d9d551baa83e86589fdd01", "message": "Fixed error where mail() returns a single empty message when it should return nothing\n", "proba": 1.1412217645556666e-05} {"commit": "324aa3329618a337de3a50559bbcd64c4a380fa8", "message": "Fixed Typo :) (#1080)\n\n", "proba": 2.0514521281711495e-07} {"commit": "c47d323af6e67087a75a051100f9ac82eb20df82", "message": "remove vector numwork-groups\n", "proba": 5.782536754850298e-05} {"commit": "f958862fe7226f5ac7d35b43f2e4f50b9d22cbf0", "message": "fix after rebase\n", "proba": 5.742698476751684e-07} {"commit": "49ab2fe934af6e6042971647da6ff64e0583ad81", "message": "adding gunicorn to production INSTALLED_APPS\n", "proba": 1.5078110493504937e-07} {"commit": "dff44ee1e886ba739feb63807a0ca18b134126ff", "message": "invoker.py depois da apresentacao no garoa\n", "proba": 5.612130280496785e-07} {"commit": "89dbf4d67b5bac6945f81e9b30047a3578514666", "message": "bump to v1.6.4\n", "proba": 7.780635655763035e-07} {"commit": "d2921cbe06b4c99ecc1b0dbee29c8bf3f7414852", "message": "Add OPERATORS property to Config.py\n", "proba": 3.8886892639311554e-07} {"commit": "0254a3da083a356f7cf66bc29e5a1e6c6c2fe678", "message": "add generic parse_fieldname transformer check\n", "proba": 2.9305877546903503e-07} {"commit": "a1eda190eb81a399a7a57d5f2721d8e70dad83a6", "message": "Update the code for getting the ref branches.\n", "proba": 1.205625466127458e-07} {"commit": "6a236839928cd57cdfe71856aaf0f97226df55fd", "message": "pipeline.py: bump version", "proba": 1.427847564627882e-06} {"commit": "519214665d1e70576990677e3ed906646c056203", "message": "restored exception handling. Using the full exception name\n", "proba": 8.893233598428196e-07} {"commit": "774c09a3d3fa61c8ad7ffc133cade9f50c6f6376", "message": "Fix file skipping\n\nfiles_wanted and files_unwanted need to provide indices. Previously, these were providing the File objects themselves from the file_list, which transmission can't recognize.", "proba": 1.258896134004317e-07} {"commit": "e5f92ac0fba65cbd4d2c544a844595135d1f9145", "message": "test/nginx_backend: add endpoint which requires a cookie\n\nSigned-off-by: Jan Luebbe <3a82f1ac4ad59607a20f180f1c67ac8ba31ad0d5@pengutronix.de>\n", "proba": 1.322669191949899e-07} {"commit": "af54973adf66bcb25ba947b008f9ec6c00668997", "message": "Issue #7 - subclass pprint\n", "proba": 1.3575885304817348e-07} {"commit": "93ca33ef9bc3ff8c20dd08cec5f6a63d63501031", "message": "added possibility to mute the loggers\n\n\nFormer-commit-id: 854d2297cb91d4ffa26aa062bdb3e6834a7d4b1a [formerly 3a1761337513650e7adcf20ec35c0ae030f7c5ba] [formerly 798976e91e956d5548ad0ec6e24cebf3a776f2c3]\nFormer-commit-id: 4a4f3bc33f67998bb6e077dd678f194cbdcc5c7b\nFormer-commit-id: f38b5f4de3b58ac61b15942b7de206a66f0a931f", "proba": 1.4455563359661028e-05} {"commit": "ce6da7eee83cd50d222261f29531fcc5ed7b9f1a", "message": "Oops #2.\n", "proba": 1.5835260569474485e-07} {"commit": "8a2800efe0bd699928be4c02771907b0bc30d9ca", "message": "apply attributes decision for OrderedStruct\n", "proba": 2.764856787962344e-07} {"commit": "3ff71d42b587b90d78141e12216c8fd397593723", "message": "now using pytoml", "proba": 1.70824307588191e-07} {"commit": "f1e6309cfdd2870c7a3ad8cd3ab1c716f99a3bba", "message": "Minor: allow Viewport class to take anchor for position and deprecated center\n\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@1029 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 1.4007887330080848e-06} {"commit": "3bd070396f1df87ecfe7ed5412d6a32c36139787", "message": "Fix for bug #645362 - Orca is ignoring --disable main-window\n", "proba": 1.4007150639372412e-07} {"commit": "cf3abff5180b2a2965ce4103fd24c8af8ae7469b", "message": "Made logout smarter for testing.\n", "proba": 1.1254771692392751e-07} {"commit": "d6ca25f3e66e29c2063a26bdce776adb5878e768", "message": "b7829480-2ead-11e5-af28-7831c1d44c14", "proba": 4.881287168245763e-06} {"commit": "7bd83a89a205e79286cd2d18d7059be848b85e89", "message": "topology/dumper: use handler.set_ev_cls instead of set_ev_handler\n\nThere is no point for dumper.py to use handler.set_ev_cls.\n\nSigned-off-by: Isaku Yamahata <4b3abd66323411eeceff090ab3754dd766fc4b25@valinux.co.jp>\nSigned-off-by: FUJITA Tomonori <93dac1fe9c4b2a3957982200319981492ad4976e@lab.ntt.co.jp>\n", "proba": 7.913698709671735e-07} {"commit": "6767eaf7960fd01990ccd73f4be1147950ccdf1d", "message": "refine the conditional which governs whether garbage-zeroing is needed\n", "proba": 0.9994445443153381} {"commit": "477d27e72914d497a5d5b3a8b40026e6e7b613d0", "message": "deal with variables scopre while loading vars\n", "proba": 2.0328376137968007e-07} {"commit": "2df05aaaac4fb941d07fbe75bb565a21249d7b4f", "message": "Improved some docstrings.\n", "proba": 1.3188022762733453e-07} {"commit": "2409dfabbd53aaa9e21d8b93485cff0dd2db308c", "message": "Remove migrations.RunPython.noop from reverse for Django<1.8\n", "proba": 4.39598670709529e-06} {"commit": "59687acb1030d34f2064adc8a563b3309ff697a3", "message": "Update to v1.3.8\n", "proba": 2.894805106734566e-07} {"commit": "80813749b94c7c39d55441994f70a66bd3c4c53b", "message": "Add log statements to curvature().\n", "proba": 2.1441229591800948e-07} {"commit": "079ae2a1da3833aaa942dae2aa6d3ab02f7e44e8", "message": "made a graph for the paper\n", "proba": 0.00023785197117831558} {"commit": "52dfcc261a71988182caf4010f04f84bddde6c4e", "message": "Switching back to in-memory mode\n\ngit-svn-id: 5c5b0dd92016e7ca67cd95892bc6a66dc7a01036@1102 bf801614-116f-4f24-8474-ab90d4dec98d\n", "proba": 3.8964840314292815e-06} {"commit": "ff560afdb2af44060bac143bb592f1c0eaf5fd1a", "message": "Replace obsoleted and unmaintaned transmissionrpc\n", "proba": 1.9767239791690372e-05} {"commit": "6a63d95659481a7bae64afe4739d90de1610d81d", "message": "Plotting test refactoring\n", "proba": 4.930891464027809e-07} {"commit": "1b295c71c5e7bd36c081aee2f37c772009b87b58", "message": "Update PedidoEditar.py", "proba": 2.2292692847258877e-07} {"commit": "7559deb92188cd1a57c2da0cf1ff7c5dc8c202ab", "message": "If it's already unicode, leave it, otherwise try to decode it using utf8\n", "proba": 2.948699147964362e-05} {"commit": "31eb61fe520aff16f6ef2ff4331e2e818c99d5ca", "message": "add a way to override config file attributes from the test framework\n", "proba": 4.5466023834705993e-07} {"commit": "37617bff1bb098acf0d88987e74520963c836eaf", "message": "updated Quiznos\n", "proba": 4.277957827980572e-07} {"commit": "399503adc0579b2ca598b29cf3546333e197370b", "message": "add a delta_m method that fixes the order in which m-mref is computed\n", "proba": 2.015900008700555e-06} {"commit": "ef1eac775243f77173605dd76de70844d0454478", "message": "flake 8 last\n", "proba": 2.023615053303729e-07} {"commit": "1a15639d72a9e8393123ccbdf59785d37215f9a8", "message": "A parameter that does not exist is not defined :)\n", "proba": 3.2315753628608945e-07} {"commit": "15188a24bcb84fb943bf45902f0d2c03a2625a91", "message": "Accept UNIX timestamps.\n", "proba": 9.606053936295211e-05} {"commit": "ef26fc13d8bd24cc8cbd8e025e6057c05ab4469b", "message": "c105bfdc-2ead-11e5-8587-7831c1d44c14", "proba": 1.3359475588003988e-06} {"commit": "783f77716c3b4c1faf20d7fcb746c99b47b6b580", "message": "file name error fi\n", "proba": 3.899305738741532e-06} {"commit": "01d5e32b496dd44891c138c09fc3e4e458e5ef80", "message": "1.2 compatibility fixes\n\n", "proba": 1.2107702218600025e-07} {"commit": "8182b0b053d45252c7800aa1bf1f750fdfa7f876", "message": "Make JumboFieldsWorkflow fail if no env var\n\nIf SIMPLEFLOW_JUMBO_FIELDS_BUCKET is not set, the example doesn't work;\nmake this clear.\n\nSigned-off-by: Yves Bastide <3b1fe340dba76bf37270abad774f327f50b5e1d8@botify.com>\n", "proba": 1.9730728695321886e-07} {"commit": "4e82b29fcfcb8173a155a4f9c28e8195a9498af0", "message": "created new CulmBinomNew function\n", "proba": 1.3574668855653726e-07} {"commit": "d3cd4d918009ce467febae779ea2e1f44a4bf5cc", "message": "fix(app): fix allowable CORS origin URL (#1020)\n\nUse https://pages.nist.gov in place of https://pages.nist.gov/pfhub\r\nfor allow_origins otherwise data doesn't load.", "proba": 1.1867098947959676e-07} {"commit": "beacf055a293d9b4574c17dd4f8b6aab50b8a7e9", "message": "Fixes for global load offsets calculation for transposeLDS=1 case\n", "proba": 2.2754284145776182e-07} {"commit": "d11561ad1f7ad89d92e92eb3eb66222573676984", "message": "fix of fix\n", "proba": 2.20842248381814e-05} {"commit": "849e284bd7b008f38c94066d75d2764e4e88a654", "message": "Bump pipeline version. #17.\n", "proba": 1.0910548553511035e-07} {"commit": "f7484f0418ca1268b5459805c2fcaba1192b01c0", "message": "[fix] require_field - Improve check logic.\n", "proba": 1.1718914549874171e-07} {"commit": "1e1363e40c1fcd27c41517c2a2cb48beb55f020c", "message": "fix collab generation\n", "proba": 1.1193218369953684e-06} {"commit": "8a6fb61a734ae5d6407590dfb99f25a0e57bab65", "message": "added display none on rdf graph if DEBUG_HTML not set\n", "proba": 2.6108324391316273e-07} {"commit": "1b2eda77883b98eefe641f1894b774934ddfcc1b", "message": "add compress when generating flat lists\n", "proba": 1.5581092611682834e-06} {"commit": "d95e9d8a5ba709ca7c6a08bff38aa7c85dcbbf23", "message": "Issue #271 resolved\n", "proba": 1.270720559887195e-07} {"commit": "2d84413ca47ca2b18a51ce26d63e4ead0f7d4845", "message": "Add default 405 handler", "proba": 5.516635042113194e-07} {"commit": "cfec13c0b12bf4f3c28933bc29c30e9499b680fb", "message": "Remove commented line\n", "proba": 1.9985004939826467e-07} {"commit": "c419adcc46b79888568ed8930c73f14ccebca5fc", "message": "b405531c-2ead-11e5-9140-7831c1d44c14", "proba": 2.8618974283745047e-06} {"commit": "c9b3101d1765a3cbcba149c4a05ef3c4eb6d94f9", "message": "On the right line!!!\n", "proba": 1.8954129643589113e-07} {"commit": "3fcac7f455aa59455656e01542ca79eac83a49a9", "message": "Add header in glpk file\n", "proba": 3.6323669405646797e-07} {"commit": "455750325680eeeaf01f43d6bc8cbadf5ebf4a08", "message": "for plaintext posts add content-type header\n", "proba": 6.611387561861193e-07} {"commit": "1ad663b68961a2789c97c4a8dfebc2f3ac25208f", "message": "Add more print statements to lbfgs app to help debug. (#420)\n\n", "proba": 1.222105225906489e-07} {"commit": "78566539bcb6c54a5efa9a17d320a851d749abfe", "message": "fix:1.set_world_offset() Delete the WAIT parameter parameter 2.__handle_gpio_event() Modify the number of indents\n", "proba": 0.0001334510452579707} {"commit": "a2bdf75a101eba8f86a2db668d0c5507869b704a", "message": "Implemented bugfix for bug 1252989\n\nI find bug after rebase my api unit tests to the latest master. We forgot\nto add 'cfg.CONF.import('opt_name', 'climate.config')\n\nChange-Id: I6c996c738bf3b2ae0b2c6d14beed424f99db4859\nfixes: bug #1252989\n", "proba": 4.43504613940604e-05} {"commit": "861ea0299b247e8a7936cff87e99d0dd350ecced", "message": "added path parameter to generate_app\n", "proba": 5.711827952836757e-07} {"commit": "c0e116e316ab6d2fe714df801efb584593b5737e", "message": "Update ensure()/reconnect() to catch MessagingError\n\nThe error handling code that gets connections reset if necessary\ncaught ConnectionError. It really needs to catch MessagingError,\nwhich ConnectionError inherits from. There are other types of\nMessagingErrors that may occur, such as InternalError, and they need\nto cause the connection to reset, as well.\n\nThis fix has already been merged into oslo.messaging.\n\n--\n\nCherry-picked from master 9a830b370551019a4bd3a0c7504f48961e755bd4\nCherry-picked from oslo-incubator 234f64d608266f43d8856ff98c89ceba6699d752\nSee also https://bugzilla.redhat.com/show_bug.cgi?id=1086077\n\nChange-Id: Ic5082b74a362ded8b35cbc75cf178fe6e0db62d0\nCloses-bug: #1303890\n", "proba": 7.404163625324145e-05} {"commit": "7e716dbb5fc82e90bbaad5277e08255c4f0ad64b", "message": "pipeline.py: first genealogy crawl version", "proba": 2.4499803430444445e-07} {"commit": "1852853bf10ea2e3c455a6cc20a86215f126ffb7", "message": "[fix] Fix missing import in send_telegram plugin.\n", "proba": 1.0440169262437848e-07} {"commit": "35e6a0c9e8952fb9e6627bd94b02fa2058eba16e", "message": "c5a86e4a-2ead-11e5-a873-7831c1d44c14", "proba": 1.3762297612629482e-06} {"commit": "b07f46c610c7c46d46565629fac53a6081f4f576", "message": "refactor schedule to check error conditions\n\nThe schedule routine now correctly checks whether the workflow can be\nscheduled.\n\n\tmodified: yerba/managers.py\n", "proba": 5.738724667025963e-06} {"commit": "257211d544ef103c1b75872b09af4583e986bdbc", "message": "base should be set upon the first config.update invocation\n", "proba": 2.508075567675405e-06} {"commit": "1357f15eedd2f700163712b7ad41b78da9b4d1f3", "message": "Drop Py2 and six on salt/engines/ircbot.py\n", "proba": 1.9513416305017017e-07} {"commit": "085f223749c12e9e386c327f780ba1a7b40435a0", "message": "Error with bytes on data\n", "proba": 3.9066168255885714e-07} {"commit": "c539f82b1c64c478e155349059f699a56e9037e8", "message": "nothing\n", "proba": 0.00033422152046114206} {"commit": "a4b6ffc24e3ac930d5a42dea72f806b32bb40b47", "message": "Checking column names in airport table.\n", "proba": 1.419000597024933e-07} {"commit": "6e2fce563ab250d4bfe000dd2a2dbc00f094141b", "message": "Improve vxlan type driver initialization performance\n\nVxlan type driver may take long time to initialize\nvxlan allocation table. Optimize db performance by issuing\nraw sql inserts coalesced into bulk statements.\nAlso optimize deleting logic.\n\nProposed patch gives ~2x performance gain in comparison with\noriginal code on Mysql and Postgesql backends\n\nChange-Id: I801d967e8e3c0260593f289097d17270ef0b391e\nPartial-Bug: #1324875\n", "proba": 3.391354823634174e-07} {"commit": "66e18faddeb1bea45c1129864fa24981881772a6", "message": "Revert \"Install buffer probes that drop streamheaders earlier.\"\n\nSee #1505 for an explanation about why this change was wrong.\nThis reverts commit 5505ed20101bf27e18e7392f7a71e1b6d6a03f17.\n", "proba": 1.152053954456278e-07} {"commit": "c2d28afd1e3f274ada10e6070363c7527d2a2709", "message": "b496af19-2ead-11e5-a0fe-7831c1d44c14", "proba": 2.569272055552574e-06} {"commit": "a33e5b22101b0770271165994ab2927888cbea14", "message": "Add missing space.\n", "proba": 0.0010757067939266562} {"commit": "5964a8d2f762d102ad2484695341ab13ab65400f", "message": "fbquery - Properly formatted docstrings.", "proba": 1.4876275145070395e-07} {"commit": "85fb2f9ce980c59ea2a333483a9ed2d1ac4d1095", "message": "cmd.run_bg: Fix loglevel warning, set to 'quiet' and remove logcallback, slightly improve docs\n", "proba": 2.2080493522480538e-07} {"commit": "b652b5d2c9d69dba02aa4a68044a8d3d28b93350", "message": "Resolving cherry pick conflict\n", "proba": 7.588469088659622e-07} {"commit": "964b8942c8e575c23f3783c14060a9d76dff65e9", "message": "adding ChordSpan class\n", "proba": 2.578651674411958e-07} {"commit": "1462de4df083447e6d226beb8f615f1b5ce9cf98", "message": "change forms for Additioanl Info\n", "proba": 1.4228002953586838e-07} {"commit": "6b8440e17452b09778d61b48fe00310507769acc", "message": "Fix docstrings (#38)\n\n", "proba": 1.9775374937580636e-07} {"commit": "6f247004da0d00cd9c990c9fed159a5a51959d36", "message": "Fixed accidential keyword collection for JSON display\n", "proba": 1.3241383101103565e-07} {"commit": "91da5e9829044f947cd449fcbcdd7b49edcd4d3b", "message": "Huge speed optimization on trending after sheet gets long\n", "proba": 1.1079680461989483e-07} {"commit": "428be33a4e30d4571f4df6392ad1eb3c61e277bd", "message": "bc9ed2b5-2ead-11e5-9ec3-7831c1d44c14", "proba": 9.638439223635942e-06} {"commit": "faec3d1b8d27d96e5d4b40c89093cd8c65b65a27", "message": "Fix case where updates prevented by shrinkwrap are not displayed.\n\n * Updates prevented only by a shrinkwrap (and not by a specification from\n another module) would not be displayed due to incorrect use of\n nonShrinkwrappedVesrionReq()\n", "proba": 1.7478292591022182e-07} {"commit": "a31ff098907e30f3db916fc8b93b4cf1cc085ff3", "message": "more setting method\n", "proba": 1.7678435426660144e-07} {"commit": "09dae16e819f3d5939e1f606e356c9ed948043ff", "message": "More Lint\n", "proba": 2.434294685826899e-07} {"commit": "95544eb9f0e9eb6c4dd1736122b2f8dd032e88ab", "message": "Fix bad error message in Topic schema\n\nChange-Id: Iefad87ad22cd0ff2c88073bf226a45213f888a13\n", "proba": 0.0003641829243861139} {"commit": "0cb7ade667635e54b7b0ddab619d87a53850f16f", "message": "Added initial deassertion of serial dtr trigger on startup\n", "proba": 1.6803581104340992e-07} {"commit": "ec5c73b401600285422272181da48aef7b7f4047", "message": "Refatorando casos de teste.\n", "proba": 1.842800116946819e-07} {"commit": "474789291c0905f114076dc1fedf35034b34fd08", "message": "CFY-1222 only update exit hook when running inside a celery worker\n", "proba": 1.1320457815600093e-07} {"commit": "4bd2b553d19525a43f850cbe5e9f74854a719c84", "message": "b4be6711-2ead-11e5-8341-7831c1d44c14", "proba": 2.8787706014554715e-06} {"commit": "c54fcf7a2de6a0b0364475c38cbd58737adb4717", "message": "cmd: move separate DRY logging blocks into _run, prevent logging on bg=True, don't use_vt on bg\n", "proba": 9.363591379951686e-05} {"commit": "8662a92d7ba008f43a18498a1d99d992bf6c25dd", "message": "fix in shift bounds example\n", "proba": 4.7011559445309103e-07} {"commit": "015f565f4c057d3590d94d62f8d4eac40aec869c", "message": "Fixed tests for factorial design and its derivatives.", "proba": 1.0715796605609285e-07} {"commit": "889bb562546f6c800cd938ecc6f1b81c472f1279", "message": "Update train.py\n", "proba": 9.126183613261674e-07} {"commit": "faf659bdd276e2a5cbdd3acee75957ff6cd7bce2", "message": "e2a2114c-2ead-11e5-8170-7831c1d44c14", "proba": 1.6512594811501913e-06} {"commit": "af4291ca6618c80f78b77a672a795559606799f9", "message": "fix error wherein -o was ignored\n", "proba": 5.216326144363848e-07} {"commit": "03580acc7d95d031d306bc6855091bb61c6e270b", "message": "functions to write inputs\n", "proba": 2.5573632228770293e-05} {"commit": "c07e8a5fa4294bbb9db7dd299c28a6da6bc1dfa1", "message": "Added build validation for previous commit\n", "proba": 1.4396925962500973e-07} {"commit": "b4112eea07bb28968b233a65c166a9f5f5732956", "message": "MB-32134 Fix --to-group not found error message\n\nChange-Id: I3bb052a0aacd875985430ca62096926ee7db3fa3\nReviewed-on: http://review.couchbase.org/102107\nTested-by: Build Bot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com>\nReviewed-by: Patrick Varley \n", "proba": 1.3460554271205183e-07} {"commit": "0f7c87e308619092efdba662a39191233788ffd2", "message": "Update `tfds.load()` callers to specify `shuffle_files=True` when necessary.\n\nPiperOrigin-RevId: 263123363\nChange-Id: I339e9f85ecf0bb55c9be56bf08f326e5df27a8db\n", "proba": 6.323143679765053e-06} {"commit": "3a1aa91543461b7cea808ced84c14ba82abb1c35", "message": "Minor formatting changs\n", "proba": 6.249574653338641e-07} {"commit": "55e574495b5876f38b80083249df1cd4e9a35fb1", "message": "Add default body for non-abstract empty methods\n\nSome non-abstract methods only have docstring with no content,\nthis just add a default content to those function.\n\nChange-Id: Idcf5b9f6ed766d3bc1541e158bdd8e58b06223e2\n", "proba": 4.570315286400728e-05} {"commit": "73f50650dc9faa3d3637bed0c2e87bbdfcd03cfa", "message": "DOC: Explains how subject_id is used in workflow\n", "proba": 3.3613034133850306e-07} {"commit": "e9a25d00256f07b172aa4c07e5526070233c4690", "message": "testing check_backups functionality\n", "proba": 8.689823403074115e-07} {"commit": "f3155f94a2aae09d9b985e83e498746a4e075134", "message": "tweaks\n", "proba": 9.085585475077096e-07} {"commit": "978e88d3713487aac631f57c3f3064dc17ba6100", "message": "Avoid name collision with the ``next`` function\n", "proba": 0.0001686038594925776} {"commit": "f36d1880814ec8d88c7423375287f2833edbdf16", "message": "GOS-1 Add support for Phylogenetic Tree support\nminor refactor of code to remove redundant if / else statement\n", "proba": 1.2466881571526756e-07} {"commit": "111b9c1d887187214fa1007b24845c55622aafbd", "message": "Add get function to config module\n", "proba": 1.1459454754003673e-06} {"commit": "87335d604e7fd314d9b725cf6cd46380dde7fcee", "message": "Remove sqrt to avoid infinity gradient\n", "proba": 5.90090735386184e-07} {"commit": "550f78ab38572179f66f2c1fb5a41f3839dbf4c4", "message": "Fixed another test failure\n", "proba": 3.0365282555067097e-07} {"commit": "9ec3e27772ee7d86f4323a6204f0fcd300a2dbec", "message": "Revert \"Re-order\"\n\nThis reverts commit 9f97317003427fec3001946cbecc860534b9586d.\n", "proba": 1.1972989000241796e-07} {"commit": "919c00235e2f41380f5ca716fa6394002d65acee", "message": "Year range fix\n", "proba": 3.049462407034298e-07} {"commit": "3430f2adeeed085f83624233c7545d7619e358e6", "message": "change query->tag_query in api\n", "proba": 4.4063654058845714e-07} {"commit": "35f61d935ce3887315d012f941d02847b583394f", "message": "Factorized zimbra client codes refs #415 @0h25\n", "proba": 1.630237704830506e-07} {"commit": "9bb46e77db9988175695decc5204b8409a28ab5d", "message": "Renaming methods in Model\n", "proba": 2.669320622317173e-07} {"commit": "25d7d2d22f312ee3c884d5c26a2f4a2b73cdd480", "message": "c2e9bcd7-2ead-11e5-9c4d-7831c1d44c14", "proba": 3.1260076411854243e-06} {"commit": "06d5fbc0b64cd29e49bcea69b871f88d0966459c", "message": "FIX: Connects 'nu' of autorecon1 to autorecon2.\n", "proba": 1.8679965307910606e-07} {"commit": "46f2d9d805d984e2d7b21b189c92a0e7c86e4df8", "message": "Increase the alignment for the OpenMP backend to 64 bytes.\n", "proba": 1.4063689945942315e-07} {"commit": "46861edf5bb662f1dc6be3045d919c47371ffc39", "message": "Added more documentation and cleaned up App constructor a little\n", "proba": 1.1052726733851159e-07} {"commit": "2aa6cd838b12d0ccf71ba1b43b08e925fcee6ba5", "message": "Script update\n", "proba": 5.688805231329752e-07} {"commit": "33d516fb30bf2d8944843747d8626f35d5454de2", "message": "redesigning cluster page 5\n", "proba": 2.3408752269915567e-07} {"commit": "442f5eb493e37698180ceff8ec6427c35a793186", "message": "Fixed normalization of multiple choice values\n", "proba": 6.624603656746331e-07} {"commit": "6653ceefd922a5a6e8181eb2d87f03a6891028fa", "message": "CFY-5347-Refactor-endpoints\n", "proba": 2.9714283300563693e-07} {"commit": "9e9aa7679df9874cedf3bac52a220b8831564476", "message": "Improve sweep messages and allow getting un-demodulated data for debugging\n", "proba": 3.4902228662758716e-07} {"commit": "d640d8a796a7da296109d11502aac1538900225f", "message": "Enable Self-hosting, update smallpt test\n", "proba": 1.427236071549487e-07} {"commit": "713db7e4613cd06cedb4536db5bb3edb3f734474", "message": "added an indent\n", "proba": 4.414067916513886e-06} {"commit": "8e9b1393ea636d47a47985415efccb0e764bb9e7", "message": "c72142e3-2ead-11e5-b36c-7831c1d44c14", "proba": 3.1321908409154275e-06} {"commit": "3a3fe55d860876137988c127039408b8a3601af7", "message": "change key 'name' in switch point properties to 'title'\n", "proba": 5.662603143719025e-06} {"commit": "32f25ce178df592d92c5d48e218454ae3e962c2f", "message": "Accidentally the non-advanced executor.\n", "proba": 1.6124299406783393e-07} {"commit": "fe4ae27e700a0f80be1788176c3ffccc3778307b", "message": "gmt parser update\n", "proba": 4.460760010260856e-07} {"commit": "42614c69b4cfc1c2477bcd7d43c23d361947c146", "message": "Add space after comma.\n", "proba": 5.8211055147694424e-05} {"commit": "bb9f69fac80cadb9d364c51e9b71f116bdc12437", "message": "Add move-related parameters to the back translation augmentation class\n", "proba": 3.696563055655133e-07} {"commit": "e978fc01489d1f1f7fa19dd2f00925cdb8f808d9", "message": "Added Gentoo support to locale\n", "proba": 1.964185116776207e-07} {"commit": "215bbb4c2603f3be7ed34fc911b5e286a3bbced2", "message": "Changed log messages in retype operation\n", "proba": 4.32864084132234e-07} {"commit": "a252b02803aaf63dbca20b44c1400809f3e6f71f", "message": "for autoplot testing, do timing on individual formats", "proba": 1.2737999099954322e-07} {"commit": "377c62a367acbe13f4afe990bd8d9b22a6a42b9d", "message": "Fixed small bug related to using dict.keys()\n", "proba": 1.3498772943876247e-07} {"commit": "80d1acc76516bf8fdd487e85f143db85a7c94664", "message": "Finished half of the docstrings for definition.\n", "proba": 1.0784259529827978e-07} {"commit": "bdc5c9d2d2d2dcef22391c7c42664400fd822038", "message": "Added a TODO: on what we need to do next\n", "proba": 1.2604878918409668e-07} {"commit": "29535b8cdfa5c67738464cd549e530d0eddbe23a", "message": "changed color_cycle to prop_cycle to address matplotlib2.0 deprecation warning\n", "proba": 3.388096274647978e-07} {"commit": "5dcee3ac410ec87b1878d6fc3c64d7d964720d80", "message": "BER encoding: cause the demo Director to generate and host BER-encoded ASN.1 targets metadata\n", "proba": 3.370686556536384e-07} {"commit": "16890277fa95248f72d977859619d4355cceadca", "message": "main may call rungeneric.py now\n\tmodified: code-postprocessing/bbob_pproc/__main__.py\n", "proba": 4.6565753564209444e-07} {"commit": "e2f8666276a3c907df76fda9e686ad5c50ecd84a", "message": "Update cybergis-script-geoshape-configure.py", "proba": 3.0377302095985215e-07} {"commit": "27e951c8dff61bd3a49e801ef006fef1ecce2afa", "message": "usable log messages for when tags fail\n", "proba": 6.164237333905476e-07} {"commit": "870457e6f8232cdcc33c16f39b76480000cf52b7", "message": "run full/banded versions of num_seeds in one go\n", "proba": 2.562875067724235e-07} {"commit": "6d56c64d880b791ae0d10d29cb3ed411a07f64e4", "message": "Fix UnboundLocalError for pacman pkg installs\n", "proba": 1.8752969310753542e-07} {"commit": "7d077a362a44ebf50eeb75f84dd56090a763af1f", "message": "typo in import\n", "proba": 8.657639409648255e-05} {"commit": "e0cdfe5993dd664e82cfc24e1e49d1adb69d1372", "message": "works with inverse mfccs\n", "proba": 2.5169124455715064e-06} {"commit": "14a2b046c0c4afdc8c0df162d75f13c2b6331bcf", "message": "Fix incorrectly inverted condition in test for non-TimeSCons entries.\n\n\n", "proba": 1.2283003059110342e-07} {"commit": "3e87e613d8089b433beb22ad2e69557821295149", "message": "Put factory function into zuice\n", "proba": 7.101177743606968e-06} {"commit": "5c336826d95bfcaf29c59b165c7e21a2b7187e9c", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "362e476ec52505537827c11936c2501bcf250931", "message": "test.py add check listvie filters\n", "proba": 2.95759207347146e-07} {"commit": "842a9b177d45b116c09bae566c44644de130fa26", "message": "Fix PyLint C0103 on `salt.modules.parted`. Refs #1775.\n", "proba": 1.0389791782472457e-07} {"commit": "d3dfda74ed9d378c8f2db37745706cdf51b3764c", "message": "translate string 'Language independent options'\n", "proba": 0.9986024498939514} {"commit": "d2969048ff4a57d5ce519d868b9262d6f569c116", "message": "nrf5/modules: Adding a function to get access to the SD card flash drive on the seeedstudio tft shield.\n", "proba": 9.867204653346562e-08} {"commit": "426d4d9e2290e751ceff5d30ccaa61cc837eb08f", "message": "debugging melSpectrogramImage\n", "proba": 6.328116910481185e-07} {"commit": "4ea28bed30ca0620b21cad29f1451976927e2ca2", "message": "Update puppet module wording\n", "proba": 2.876216456115799e-07} {"commit": "ccfce5af601fc5cb9121980cdd167a57f155eac9", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "114b6865656a616d36c33a7b77154257d69f7412", "message": "Update _pyang_model_builder.py", "proba": 2.195558863604674e-06} {"commit": "18c522a3d35830e179a48a26b9247e5e223c0d22", "message": "Remove unused import sys in appresolver.\n", "proba": 1.2019289385989396e-07} {"commit": "1a32d9a7e1a89ef1d9d944e6ac23f5bf5d81b3ee", "message": "Add missing re import to yumpkg\n", "proba": 3.658426805941417e-07} {"commit": "9e65101c815882dcb26b72f857344f375585b114", "message": "Fixed rebase conflicts.\n", "proba": 1.2746141919706133e-07} {"commit": "a948e40e90b7517d81ff4e4e08e2402fa7d0bee5", "message": "Fully implemented, functions not done will assert. Need to refactor.\n", "proba": 1.1122960330567366e-07} {"commit": "2e23b4ca1aa254a6f0219eb833b0ffdc6c784866", "message": "Python 3 compat\n", "proba": 1.8533886532168253e-06} {"commit": "a602a0749042a6a119d40d084806ff3dcee537b7", "message": "Missing import in yumpkg\n", "proba": 4.520833272181335e-07} {"commit": "d0cbc1d33656c61c7c14f1868654657cadfdc4d9", "message": "Restore original explanatory comment\n", "proba": 4.143977548665134e-06} {"commit": "a2f49b425b27ebc482bbbdb30e18da45151f097b", "message": "slack import: Fix some erroneous UserProfile field values.\n\n* tutorial_status was the invalid value 'T'; should be the default of 'W'.\n* last_reminder can be just the default None\n* enable_desktop_notifications was just the model default of True.\n", "proba": 2.061425766441971e-05} {"commit": "ea72761eaa842588d14bc7dbf2a72ba80b00f69d", "message": "updates -> mem_updates\n", "proba": 2.8171712074254174e-07} {"commit": "870191cfcb0c9de03e13b2c58626c99e95d4d255", "message": "implement list limit to tpdata\n", "proba": 4.268837017207261e-07} {"commit": "77ad0ce836d5bef35d13fb2ac20073c9b7ff34c8", "message": "update getOport to _get_oport per issue #286\n", "proba": 1.334459938107102e-07} {"commit": "f0621e9635f2f09a96e52ef20fe474cbbc114f54", "message": "Fix error logging for yumpkg.latest_version\n\nSee the following:\n\n- https://github.com/saltstack/salt/pull/29496/files#r47160364\n- https://github.com/terminalmage/salt/commit/b68c6614f189fb248669999cf9f9d354d5293d06\n", "proba": 0.9999126195907593} {"commit": "5ea81b33f8fb597a3f0d9f211d5c4da2894fde8e", "message": "Only display current versions of orders\n", "proba": 1.1462302751397146e-07} {"commit": "3727256905f3adb38411dc98d232cd646a363ffa", "message": "put 'memex' in key name for any ec2 machines spun up.\n", "proba": 1.1208295802589419e-07} {"commit": "bcd144186c18427143d732bdf8a6fa3297da49a0", "message": "NXP-14471: use constant for updated dialog height\n", "proba": 1.961972344588503e-07} {"commit": "a0b47d4fe58f59df8f7116578440582d319b0245", "message": "0.8dev: Exclude functional test cases when executing `python setup.py test` or `python -m tests.__init__`. Refs #624.\n\nInitial patch by Olemis Lang.\n\ngit-svn-id: 5633281caa5e9404329cce92d0b6acb034caef48@1536966 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2092497172488947e-06} {"commit": "d909f3ce3d5467f1a7edef84b36985c05c5e1b92", "message": "More resilient test for #1208\n", "proba": 1.400717763999637e-07} {"commit": "b896ad83291791f76fddea93f2f6859e22cec750", "message": "use new Interface class\n", "proba": 3.562253425570816e-07} {"commit": "573370dc0259d9539f9db5a287873c559c84fcd8", "message": "Update urls.py", "proba": 1.638828052819008e-06} {"commit": "57020858726ccf3f09d495661de4de2ed56f3e8d", "message": "typo error...\n", "proba": 2.9479389240805176e-07} {"commit": "1356749a4ba3c46ca8ea4996386672dce72a454b", "message": "Initialize variable\n", "proba": 4.063128471898381e-06} {"commit": "541b4818a6b3a4daa9b4d592883cd7ea20c80a9e", "message": "add region argument to apped routines\n", "proba": 4.540120244200807e-07} {"commit": "6487dbf684193f7fe9c45029d17a108001d056d6", "message": "Add version\n", "proba": 3.5484873706082e-07} {"commit": "8374c2a69261c4b4a7a348c58c2a9938efa99f4c", "message": "Small bugfixes to previous commit\n", "proba": 1.286435349356907e-07} {"commit": "26064625402bbdf147a9b56b4343883a16d8ee20", "message": "PEP8-ity\n", "proba": 4.578666619181604e-07} {"commit": "f8d9852074a0a3be63971bf515165f049ddc9346", "message": "remove an unused import to make pylint happy\n", "proba": 1.537872691415032e-07} {"commit": "7b07a7581f9aa6cfc288d5fda7ed0e458b81cb49", "message": "Cause our 'repeat this task' regex to match more.\n\nAlso, make table name quotes optional.\n\n--HG--\nbranch : schema-invitations\n", "proba": 1.2781219993485138e-05} {"commit": "0f595e78af68131108f361d5a2b0bfe4c0e1cdac", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "2e91f807e989a75205e0c0e51139711f2c840c5c", "message": "Addressing a second portion of David Glick's requests\n", "proba": 1.6448424844384135e-07} {"commit": "05ddafca147f4916dc086308a48a6f64fbb8988d", "message": "date parsing\n", "proba": 0.0001334912667516619} {"commit": "6a7a063488f29f79c7fb72f909c1820d29a6ffb8", "message": "Add package download support for YUM\n", "proba": 1.7968511656363262e-07} {"commit": "56edf7fe3c413615c1519dbdc6caf7cb0a461e7d", "message": "Simplification to avoid repeated code.\n", "proba": 1.2881408792964066e-06} {"commit": "d57bd82264ffcf2c767a9993487fa2ac8f529c3c", "message": "New users are inactive", "proba": 3.888440005539451e-06} {"commit": "e941ac68b31669ba96e5051a7967d2e744f70bfb", "message": "more work on fabric demo envs (Django sites framework, media compilation, logging)\n", "proba": 9.653257393438253e-08} {"commit": "5a88a8638dbe5531326f37b22a24d87aa624a156", "message": "minor cleanup to base_env\n", "proba": 2.1214179923845222e-07} {"commit": "830c9e171fa0ec70d2cd8882f8c129b08d506390", "message": "Add IP detection on local segment from remote registration\n\nIf an ip address is missing, but linklocal is set, try to search the\nlocal nics for a viable connection to use.\n", "proba": 1.0996163268828241e-07} {"commit": "bd1f1cf1f9689c094b8b757a052d164e71b2f9f8", "message": "Add date metadata handling", "proba": 7.345166523009539e-06} {"commit": "919253e4ffbf752457b3c1e8845a836ee631a6ff", "message": "removed 'if' statements that checked for previously existing files. It's more efficient for testing to just use fewer files, and it slows down the run considerably it seems.\n", "proba": 1.4165357242745813e-07} {"commit": "c4ec9a191dd1ecf893d91a165be0a37dba7fb467", "message": "Fix bagmeta_table for display of non-bag files\n", "proba": 2.149890860891901e-07} {"commit": "4615415bf000bb0cca2cc1116b307a5533bd6dc3", "message": "Coerce seconds argument to a floating point number.\n\nCelery does not coerce configuration values into the right type (See celery/celery#6696).\nThis is a workaround. This bug will be fixed in Celery NextGen when we will refactor our configuration subsystem.\n", "proba": 1.0408157891106384e-07} {"commit": "7e00f566ef140fec8b1fae1831349df273efee34", "message": "Move log message down to the point where it actually sleeps. Rephrase the message.\n", "proba": 7.068915238050977e-06} {"commit": "24243f3def98d212f9912ec190c8833a22c9dde8", "message": "Allow specification of a different Bufferr class.\n", "proba": 1.3105213270137028e-07} {"commit": "1bb7e96f530f607035fefef5000659a0b7e4c0b4", "message": "Release 0.6.0\n", "proba": 5.950938657406368e-07} {"commit": "a703a1ec7bd83a06458376aeb9dc5fd2eccfa3b2", "message": "Changed to raise HissValidationError", "proba": 3.4057063658110565e-07} {"commit": "4ec426fec2cc94c61656b49ed43adba7e81ddc45", "message": "kube: network check for packet\n", "proba": 4.0910589405029896e-07} {"commit": "f3479561cbde6ee1ca7bc5ba5a81eb9b814954d5", "message": "Drop Py2 and six on salt/pillar/libvirt.py\n", "proba": 1.9120467698030552e-07} {"commit": "2d7c2ddb9e28368146f53f9a0155814d9e0c9377", "message": "Add AnyProtocolPortObjects, EndpointDeviceTypes, ISESecurityGroupTags, Realms, RealmUserGroups, RealmUsers, SecurityGroupTags, SIUrlFeeds, SIUrlLists, TunnelTags classes\n", "proba": 2.688053371002752e-07} {"commit": "dac9281a400a7edf402f5444e329e94dd185ac82", "message": "added test case of coloraxis for heatmap\n", "proba": 1.4336477249798918e-07} {"commit": "87fc26c2ca282b476095e516cdcfe92f28ea72f6", "message": "Updated Saving of Flat polynomial\n", "proba": 1.596136058878983e-07} {"commit": "3e4f254057fc02d70f654c9101ad3e01ed560785", "message": "TOOLING : No longer validate docgen / readmegen.\n", "proba": 1.0835164943046038e-07} {"commit": "54aa5210f6b80d95a28576fc919f9f62cde4287e", "message": "openshift sno: use shutil.move to rename ign file\n", "proba": 5.6055779396047e-07} {"commit": "e9a624a82367fda22a81eebf7e56e0b55335b3a5", "message": "updated test file\n", "proba": 5.6381912827419e-07} {"commit": "73d5c8acae58e1232fbdc89c8f942343b5a265e0", "message": "runners.manage: rm unused import of shutil", "proba": 2.348661496398563e-07} {"commit": "92a19095d498796d9fd9bc6e1656b65257755d1f", "message": "matplotlib and pandas upgrade support python 3.9\n", "proba": 2.5366693989781197e-07} {"commit": "2071a9142e3cf53f5807a86f3bb75dfd17fc027c", "message": "Don't assume `self.view` exists in GitCommand\n\n`self.view` doesn't necessarily exist, depending on the exact place\nGitCommand has been mixed into.\n\nFixes #461.\n", "proba": 1.2166745477770746e-07} {"commit": "2d2f8e3cb24cfe2f343a0ac69adc72bf99861e75", "message": "Removed blocking conditional on ack Task before execution (#1740)\n\nThe execution of a polled task was conditioned by the return of self.taskClient.ackTask which was required to be True. This was never happening because task Ack has been made a Nop and the python client has been left behind (as per discussion on gitter community).\r\nI don't know whether ack TAsk should be removed altogether but in the meanwhile consider removing the if.", "proba": 4.458693183551077e-07} {"commit": "5adef4876d4c397e92e12cb1da50c8b356a23ead", "message": "Fix error\n", "proba": 3.6451685900829034e-06} {"commit": "b192881117651465df2385ef89344dd5dd4810f3", "message": "Refresh [this] spinnaker repository as well as the subsystems.\n", "proba": 1.0394251148682088e-07} {"commit": "88ffe3b6e812578474527171bc55c11cc8f90011", "message": "update the rules for buildsys\n", "proba": 2.9051042815808614e-07} {"commit": "39bcedd6cacf2d1fc1fc8398ee82fe730af85a2a", "message": "Added \"inward nodes\" to the graph's print method\n", "proba": 5.059574732513283e-07} {"commit": "a94f0b741f3713a4c3b702f2e834369d51ef6c4e", "message": "fixed conflict for variable 'computer' when showing processes list\n", "proba": 1.0848332294699503e-06} {"commit": "1c92af470413f5f323639bceb4e425668ec98afa", "message": "chore: remove useless dedent import\n", "proba": 7.656821253476664e-05} {"commit": "e8d6dc61b474bb632167dd69a2f125e004350a93", "message": "[discreteoperators.cg] added L2ProductP1D2\n\nShould really make these operators dimension agnostic ...\n", "proba": 1.2591470976985875e-07} {"commit": "4057aac14233ac04f56a99dbcf3393d4f33c1fd6", "message": "Fix tests, replace assignments with assertions.\n", "proba": 1.327932039885127e-07} {"commit": "6cf944e826bfea352967b236d875cd3c3c4b721b", "message": "fix context\n", "proba": 0.999998927116394} {"commit": "a6ab83efb0be028b7feced031220c7ccc55d120c", "message": "l10n_br_coa 12.0.2.2.0\n", "proba": 3.146771859974251e-06} {"commit": "8595e5f7ba9207f251d89a028f3722ce87b22205", "message": "Doc updates for runners.manage.bootstrap changes\n", "proba": 2.78184728585984e-07} {"commit": "e4f1181c0aae41e7a86d58166b0f478881ae779f", "message": "Clean up websocket_client\n", "proba": 9.353032510261983e-06} {"commit": "ef511322db772f3f1b69f845fc711230636cd153", "message": "replace author in the beginning with username defined in config\n", "proba": 0.00011730440019164234} {"commit": "e91d71b14acc0ac099129f95639acd0751008a10", "message": "deleted\n", "proba": 7.607322913827375e-07} {"commit": "d18cf09c9b524623dbe57bf5847015689b934800", "message": "more deb fixes\n", "proba": 1.4260224645568087e-07} {"commit": "61f4a227ed6de3e6034e9e50ee63bd8bbcd4e5a2", "message": "Added explicit fields to prerun_sources_form\n\nNot including either fields or exclude is deprecated\n", "proba": 1.965815528137682e-07} {"commit": "795c76ed2501ca1cf0acb4ef565f6629cd0ab503", "message": "Make it very difficult to clash with magic key.\n", "proba": 1.307955415086326e-07} {"commit": "86699464265823732f6c07429726d18a1e5138bf", "message": "remove __main__ function from coverage\n", "proba": 0.00010289184137945995} {"commit": "ffbf1a3c054758750180c577ac959adfeb505d12", "message": "Use the Rust toolchain via the DotSlash Windows shim\n\nReviewed By: mzlee\n\nDifferential Revision: D22495160\n\nfbshipit-source-id: 3d6240906dd086ccac6668d907074ec7ca86ebce\n", "proba": 5.376425065151125e-07} {"commit": "0c8ec1d5475ec34293c3e9c8d6729c2b1f3cdb2c", "message": "rename category of l10n_es_pos, as 'Point of Sale' is not valid in 13.0\n", "proba": 0.0012542993063107133} {"commit": "c4efba22c500de4491ab658ebb37932afa128433", "message": "Fix the key_regen() output\n", "proba": 0.9999994039535522} {"commit": "1dcbcb2520135df6f1c81639e87b31d013e98ede", "message": "trivial: Style fixes\n\nRun the 'git_pw.utils' module through black.\n\nSigned-off-by: Stephen Finucane <06fa905d7f2aaced6dc72e9511c71a2a51e8aead@that.guru>\n", "proba": 1.424100730673672e-07} {"commit": "9e363ab0ac253fa16c61b96048beee78ba213300", "message": "[CF-458] Set enable_dhcp to original value on destination.\n\nThe bug was introduced which caused all subnets change its enable_dhcp to\nFalse during VM migration. This patch fixes this.\n", "proba": 1.056146174960304e-07} {"commit": "e20e70e3c315236dff3cf53f573bc2c391b5074c", "message": "Working without S3 for now\n", "proba": 1.2961268680555804e-07} {"commit": "d26d27034e2367b77f61381eb5d3d55f69f038d8", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "6692222d73343dc77651a06ed3c2470957d4fbb7", "message": "getdeps: Move print \"Mapping scratch dir\" to stderr\n\nSummary:\nMapping scratch dir -> show up in the output of all the show dir commands on Windows, so removing it.\nexample: getdeps.py show-inst-dir eden\n\nReviewed By: wez\n\nDifferential Revision: D16092494\n\nfbshipit-source-id: 910288a8d23c1d68c5e70b7b2dbb36ef53a326fc\n", "proba": 6.17951491221902e-06} {"commit": "dc64ad56aaf75b0c68dcde3ad01ab3c05e43e35d", "message": "l10n_es_pos 14.0.1.1.0\n", "proba": 4.547258413367672e-06} {"commit": "d54f220c0ad589e5014861fa309447194e3f84bc", "message": "do not shadow ret function argument for salt.function\n", "proba": 5.831886937812669e-06} {"commit": "cfac26ef8aef79112ba715735a765aff7c8059cc", "message": "Guanwen Not part of the final project\n\nGuanwen Not part of the final project", "proba": 2.948095243482385e-06} {"commit": "33fb9cca8039eedb0348e4530f2dfd1160e6e696", "message": "tools: Fix ctypes_to_C\n", "proba": 6.366816523950547e-05} {"commit": "8ae945b9e080d2e57fe151e8d7cb8c44ab5b9907", "message": "cleans up code\n", "proba": 1.8624607037054375e-05} {"commit": "6a76826f25977c4d99698c0417defaadc283d8a1", "message": "Remove newly introduced bug\n", "proba": 3.0342209811351495e-07} {"commit": "b8c69b9e579391481172205cfaec90655656a1d8", "message": "fixed wrong order in generate_keypair()\n", "proba": 2.9738821467617527e-06} {"commit": "6b64c390304ae0d09d5b2f955d223d8eef827d68", "message": "Pants help text += link to web site\n", "proba": 3.1828824376134435e-07} {"commit": "0bd397d658f23541a6cdc25c605d17880e242d5c", "message": "Add option to disable blitting\n", "proba": 5.183521807339275e-07} {"commit": "6386733576da029afec32be6609e2c5c7b10fd1c", "message": "tox is used to cover py2-py3, no need to test that in unittests\n", "proba": 6.216417887117132e-07} {"commit": "f079978fec8f073548bbaff6e303728213aea057", "message": "Not renaming, return a boolean in `__virtual__()`.\n", "proba": 2.080676676996518e-05} {"commit": "72618661a52b2bf0ab7fee6bf81b31ec803daafe", "message": "Removed circular dependency\n", "proba": 5.88757359309966e-07} {"commit": "95f1c694ba233216309b2d43497952f28edeaea2", "message": "Add unit test for inet:http:reqparam\n", "proba": 1.582348545525747e-07} {"commit": "e2666e52b5b2820d8a90ea4767a13d5b3ec54660", "message": "Negation bug in alive checking processes\n", "proba": 2.2996172788225522e-07} {"commit": "c6b9df26218f2f023e15b839a502955407244c98", "message": "Recover Pontus pull request\n", "proba": 2.9008518254158844e-07} {"commit": "8acc1cdd7928474beeb1f788d2fd07f0ff4fabf3", "message": "WIP: join and leave.\n", "proba": 1.2473768151721742e-07} {"commit": "56e22186de0f8aa5bc5cbdb59ff2c9c8c97d33b6", "message": "Make test_e225_with_indentation_fix() actually use the fixer for E225\n\nDue to a change in commit f36c732ada5 ('Add fixer for E711 with \"!=\nNone\"') the test for E225 actually did not use the fixer for E225\nanymore.\n\nFix this by returning to the original example but use a comparison that\ndoes not trigger E711.\n", "proba": 1.4202515785655123e-07} {"commit": "d99b5b67979f20573478711cb844bb1d565dd8bf", "message": "fixes stupid bug\n", "proba": 4.600051397574134e-07} {"commit": "bacc02a2d7e66b9e18174d1f76a9eefc443b44ec", "message": "[feat] adds ping response\n", "proba": 2.976212556404789e-07} {"commit": "db50f3dfeb1d9cc33cc75e420c9f9b198b6c3e76", "message": "Added getters for light of Face\n", "proba": 1.2131962989769818e-07} {"commit": "307dda05a61b4c25b3903da30c1894ab0ce7ac97", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "cf3df2309485bce63a6d87990f94d758720dccd5", "message": "basically force another build by adding a comment\n", "proba": 1.3922981167979742e-07} {"commit": "aec6a4b05bc05813e269bc2d0cb77c79ada07b1b", "message": "check for bucket issues\n", "proba": 3.2135045557879494e-07} {"commit": "be95ec4e47493f2b12020af60d2765c3f04d1bc7", "message": "fix indentation\n", "proba": 0.00035826992825604975} {"commit": "6c4d047068937e10c1dcfaad19261f9688891b82", "message": "- bug in macro_flap\n\n\n\ngit-svn-id: e7b5053d081a279bb7be9aa947f2f96f10c3cf20@15 1234b3b8-ab59-11dd-b9e7-8d5594d729c2\n", "proba": 7.295825525943656e-07} {"commit": "4932072bb9ec3e73bee78d680f56e45f92c2b0f5", "message": "add message when the task is completed\n", "proba": 2.500557093298994e-05} {"commit": "703e2f8d950e30077aa08ee7402332260c6fb89c", "message": "Clean up\n", "proba": 1.531641828478314e-06} {"commit": "19c7fe34a906bfab67b47de1d3c0396ce516fe16", "message": "TST: NumpyVersion dev -> dev0\n", "proba": 1.9707485421349702e-07} {"commit": "187efadb4d7177902e0d5b39b834c534ca95471b", "message": "dglib/qt/qt_utils2.py - \u5b8c\u5584 callFromThread_wrap \u7684\u6ce8\u91ca\n", "proba": 2.2068388716434129e-07} {"commit": "cfe4159d6bc912fd34d51f89a3c08ad7ae9d914b", "message": "[FIX] idefault pu id fror invoices\n", "proba": 3.004516315741057e-07} {"commit": "ad4cf0888b5cb9dd5fb8fd0cccdf1315164f84a9", "message": "Fix Team#add_repository docstring\n", "proba": 1.3756812222709414e-06} {"commit": "242bc2ca19b9b2e2418a9f2c0b34e7a5d789b2d0", "message": "watcher: remove timeout logic\n\nIt must now be handled by the caller, that must send a second\ncancellation when pending processes should be killed\n", "proba": 4.310873009671923e-07} {"commit": "a666696e0aa84cc3dca7261500c86144b1038b93", "message": "written but untested (and there are two FIXMEs to deal with)\n", "proba": 1.1012681255806456e-07} {"commit": "98d49086369dcc4816e1889df99102c07786b47a", "message": "allow menu item to build from model path\n", "proba": 2.6895867222265224e-07} {"commit": "8f2aa83b1036277d26e20d8c8b410bbb50cda95b", "message": "Disable last commit for now\n", "proba": 1.227288635163859e-07} {"commit": "7bf718dd5521ca517cc7daadaacd4b3b233f0748", "message": "error_message does not clear screen :P\n", "proba": 1.6029516700655222e-06} {"commit": "f20a51657d7afd13eec4d429bb5d671a99894483", "message": "number of octaves can be chosen from a single int number or a list of int\n", "proba": 5.265524578135228e-06} {"commit": "78ea3a9aabe32ccdeee486a6f2e7c4fb59adc054", "message": "Correctly assign subcollection (chapter) ids\n\nBecause of the way publsihed content was being parsed into a model,\nthe ids of a baked chapter's content was being set to the same\nas the first page within the chapter. This fixes that.\n", "proba": 1.1632331364808124e-07} {"commit": "77831a8974f5cf67a16150089116eb3714ed7402", "message": "add base data even on a soft reset\n", "proba": 2.9376224119914696e-07} {"commit": "8316d86cc5c1539eacab3dd3b0761c64ff11f8ef", "message": "Upgrade javamelody-core to 1.91.0\n\nChange-Id: I36ee04b502826875850abd64d736eefe3526c02b\n", "proba": 2.1549466566739284e-07} {"commit": "cc30cd95aba9221a39a70f3bc1ecda21e4d72d04", "message": "rename \"delim\" argument to \"delimiter\"\n", "proba": 0.00037818189593963325} {"commit": "11cc0fcbf36da965f7c2d9437366537ad648f425", "message": "call permutation instead of shuffle\n", "proba": 4.240363523422275e-06} {"commit": "ecd2fd365a2e919f782a7d3bd11ccef66bad0aef", "message": "MAINT: Update random array generation\n", "proba": 2.96946780053986e-07} {"commit": "bc56f0c862ab64460e9dd7a640bc1c7faf805cf6", "message": "add checks in tests/functional/__init__.py to make sure we have working database\n", "proba": 7.25284166946949e-07} {"commit": "f4c1e215a6c7427afbeba0f2cf1e6818f36f27e2", "message": "Try to import the right version of urllib to use\n", "proba": 1.8446850447162433e-07} {"commit": "917ea9cb081a453a7735d71bb04bd0d84f076083", "message": "Update db.py", "proba": 9.632213959775981e-07} {"commit": "cde6429845eb0c8f703463a0c24f6aba6edd1ecd", "message": "tweak colors and add category and delta\n", "proba": 1.305373444893121e-07} {"commit": "29361b3cce451ee0c1fd3c05c16269b1ba660724", "message": "Fixed indent", "proba": 1.0087015880344552e-06} {"commit": "2f62205f7e4d7618e290903ea16f5b09eccea5cd", "message": "Report design changed with additional parameters, header design remains.\n", "proba": 1.0002251826790598e-07} {"commit": "07d0660306ece7ba0d4a051d36ef7f2db27691f6", "message": "--Pass environment variable based options to debugger when connecting from console\n\n(cherry picked from commit 6bdb142)\n", "proba": 1.0871080746710504e-07} {"commit": "1ab24a99b803aeeb05daa686ad4953be26877275", "message": "Fixed and added Avro tests.\n", "proba": 1.1838127988994529e-07} {"commit": "16409d8135c6e5e2b5bc42c866530a98e25361ef", "message": "before big merge\n", "proba": 4.871023975283606e-07} {"commit": "6c3406e61002f1d22226ef7adc22540723440e2a", "message": "add forward compatibility with Python3\n", "proba": 1.9690277497375064e-07} {"commit": "b4072529777fea50f53627d781be054120d73ab4", "message": "dont sync readonly field\n", "proba": 2.724999319525523e-07} {"commit": "5777c52cf6667fc3f5f1229e5437f8a2222c62b5", "message": "add contains_whitespace\n\nA simple utility function that returns True if the string passed to it\ncontains whitespace.\n", "proba": 2.2678797904518433e-05} {"commit": "5a732bc27b88ba64fac6d7111e71c9607aa70ee3", "message": "fix #97. error in /api/v1/metadata\n", "proba": 0.9984071850776672} {"commit": "b84dc3931b77604dd5feaa191670e313dc5567c3", "message": "prjboot now also adds llvm configs for codelite projects\n", "proba": 1.2594725262715656e-07} {"commit": "2c1bceea6c604555a7f29254212d925e374e1ab0", "message": "windows doesnt have os.getuid and os.getgid\n\n", "proba": 3.890321238486649e-07} {"commit": "e0179584fdc7686b5dc02a8ddfcdcfba0fce729d", "message": "really always unlock\n", "proba": 1.4279657989391126e-07} {"commit": "18ebb9f81b6a94304759ed5ea4c9e0d8d437fb4e", "message": "stoopid.\n", "proba": 2.8572721930686384e-06} {"commit": "0a0c8104552081c745015e2059ec1db1f774fe37", "message": "TST: linalg: refactor test_heequb to improve failure message\n", "proba": 9.850907645159168e-07} {"commit": "ad0e569b4744fcb7636d7d6e17519dc8d7d2e45a", "message": "Change default joyent image name", "proba": 5.322014544617559e-07} {"commit": "86ef81da5603e76b0f4ffa4055398b964a3819b7", "message": "PLD: remove imports in test init\n", "proba": 1.6054208629157074e-07} {"commit": "285b14c482a38c62a42c30bd4ac8ef7587c97d69", "message": "Remove duplicate property from mock class used in testing\n", "proba": 2.1208758482771373e-07} {"commit": "79c0548aebf8faca2b20bd8175f101bf3d6f87b0", "message": "responded to pull request comments\n", "proba": 1.641971181243207e-07} {"commit": "6c1246a548f603dad6e325155e433b0d1390429d", "message": "set frames in a more interesting manner in test\n", "proba": 1.5075882231485593e-07} {"commit": "2cd4833dd732086f4711cf4e91ba5ba2e8db3719", "message": "removed redundant field name\n", "proba": 1.0422226296213921e-05} {"commit": "d71e6ee00a606be6e3a050d591f6f70f5f7ac6d0", "message": "Update formalchemy/fields.py\n\nsqlalchemy.exc import (for SA 0.8+)", "proba": 1.1248644682382292e-07} {"commit": "3e41677713f21c0bae1936535b88850b64c8d4a3", "message": "Fix broken unit test\n", "proba": 8.967362191469874e-06} {"commit": "43e30a03bd52c70e0bdf593a351d255f08a75257", "message": "remove print\n", "proba": 0.0007934024906717241} {"commit": "ec400cf6b807ded25a71012cd1ae261d0a027c3b", "message": "Handle ints/floats properly in salt.utils.is_true\n", "proba": 0.00038933841278776526} {"commit": "e6e747590d1a20751dedfbe66e8017c8ce733e53", "message": "[#346] fact_service_test mock attempts\n", "proba": 8.517343417224765e-07} {"commit": "c7b94ca880c1e5c8484e4e77751768b72b3276a8", "message": "idl: Improve type parsing by handling tags in doxygen .\n\nChange-Id: I408db345489fb09b0d0cb7a4756670c646e5bf9b\nReviewed-on: http://gerrit.aldebaran.lan:8080/12532\nReviewed-by: cgestes \nReviewed-by: mnottale \nTested-by: mnottale \n", "proba": 6.678516228930675e-07} {"commit": "a69c426ddf7b802f034227d50953ea3fbb21e714", "message": "Add checkboxes to show automatic dep resolution\n", "proba": 2.7182093731425994e-07} {"commit": "98536ec57328e1df163bfad827974336041a6e9e", "message": "restored mistakenly removed xml_quey_item\n", "proba": 5.309381663209933e-07} {"commit": "3cf05bb5ae5cfc5258940b85d8d537a5ed97dc4d", "message": "Works on ESP8266 and pyboard now.", "proba": 1.0258879967750545e-07} {"commit": "05230dea80074088fa037a89b732560251a4873c", "message": "remove duplicated module file\n", "proba": 1.3368779718803125e-06} {"commit": "09bf3b9883096e7a433508a6d6e03efad2a137df", "message": "Make the expected HTTP status code configurable\n", "proba": 0.00667135464027524} {"commit": "01c5425ed473b5b1d146a4c3471e67074972b737", "message": "Recommended changes for references and array broadcasting.", "proba": 1.051956388664621e-07} {"commit": "81b2d7bf81de13fe28dfa53153825fb710621ef3", "message": "oops remove duplicate task\n", "proba": 0.0002960431738756597} {"commit": "8b29b3b8a7c53ab34f1f1c655e2f4f316d6e7d3b", "message": "import datetime module, not individual classes; pep8 fixes\n", "proba": 1.8004688229211752e-07} {"commit": "703ab6de939d2d8992fca6f970fc6ec74cfdea54", "message": "Changes in AST regarding meta data do not get into the altered document\n\nWorkaround: call to `walk` and direct changes to the meta data afterwards\n", "proba": 1.3809282961574354e-07} {"commit": "af89fdbd4a8a8e2bee3699e1bb7d73876008120b", "message": "[telemetry] Extra underscore.\n\nUgh, I suck.\n\nTBR=marja@chromium.org\nBUG=None.\nTEST=None.\n\nReview URL: https://codereview.chromium.org/13569002\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@192100 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 3.753952114493586e-05} {"commit": "5a4faf31ff90d898499964b02cc830fdda87cea1", "message": "Remove non-workable __getattr__ test.\n", "proba": 2.2709286895405967e-06} {"commit": "279165497419d976da40bc873d5160565fbd80c8", "message": "simplify raw_value on AttributeField; add docstring\n", "proba": 1.011168251352501e-06} {"commit": "6202a646965bd974cf477069d2306ad86a03f93c", "message": "removed the permission related to managing locally stored failed submissions\n", "proba": 2.2354603856911126e-07} {"commit": "41336402f6b4bcd377d4d62369a531b7077eb1e6", "message": "set active tab when creating template\n", "proba": 4.203981518458022e-07} {"commit": "62f3217f367bd8a78a3f30104471cdf87030b524", "message": "Additional UTs for t_etcd.\n", "proba": 1.0976884112778862e-07} {"commit": "7a31af7580547e9b3d1951deb826608704c8591a", "message": "forgot this refactor call\n", "proba": 5.676573664459283e-07} {"commit": "8c90a17658d189d27583af59f209c3916a31729c", "message": "use real python iterator and not a false mix of iter and generator\n", "proba": 2.874924689422187e-07} {"commit": "af7a25c1417d669dace72b0aede5a46741b64720", "message": "build/remove testing sampletable on setup/teardown\n", "proba": 2.2416813294512394e-07} {"commit": "fbd08fe7040d3df686542cd30ad9001b415e043c", "message": "Added the plugin name to the command if the command is abiguous.\n", "proba": 1.3966760548100865e-07} {"commit": "31f7465dbdc4a581f2164210a96c46419fe38714", "message": "add doc length to profile, convert type of time to double\n", "proba": 1.3908894288761076e-05} {"commit": "9251cfb9479bf5ef1a27812593d74c217486b691", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "bad3414bae03eed1d66303e921fc6ec84f4fd6d8", "message": "explicitely test exit codes of ssh commands in gridge creation\n", "proba": 1.4251740765303111e-07} {"commit": "a9d01266783928a8bce8f4bc7ee061c6c9d37563", "message": "Add salt.utils.check_whitelist_blacklist()\n", "proba": 0.00014042775728739798} {"commit": "3948af6e0c8dfca5f6b400740e18695249fec2f2", "message": "#commit\n", "proba": 4.1032578224076133e-07} {"commit": "fd2ae836f1cbd6e573d3cd4c8de6a4af8e7b56a8", "message": "clean up parameter formatting\n", "proba": 7.011135949142044e-06} {"commit": "dab1d19b9d35537888f1d6726f15fc18db518195", "message": "Refactor client request handler.\n\nRequests are now centralized in the `Client._request` method, which\nmakes it easier to keep request parameters consistent.\n", "proba": 1.1094567753389128e-07} {"commit": "781102806aede30770f016728dc372cf71f05e38", "message": "almost implemented bond cutting region\n", "proba": 1.1481722594908206e-07} {"commit": "3d245add918741725f639129e0515c72b9bb08ac", "message": "Removed character claim lock\n\nCan now claim a character when playing as another character\n", "proba": 2.7564371407606814e-07} {"commit": "73be574f316577d4d4521ecb88b17e30855b30f9", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "dc7bd9c721da8901d26fea1e07af6ebf25111fd7", "message": "Enabled parallel imports by multiprocessing from Skyline side...\nThis required an additional step of saving the file before import occurs.\n", "proba": 1.06228782215112e-07} {"commit": "93f198fbd3879ef8bd9211cc45f9216ed0b75dd4", "message": "Fix frame limit bug\n", "proba": 6.794318210268102e-07} {"commit": "168161b5e86d5fa0cecaf6e589dc4033ab20ff90", "message": "Fix pep8 error for bool comparison\n\nSigned-off-by: Brandon Myers <9cda508be11a1ae7ceef912b85c196946f0ec5f3@mozilla.com>\n", "proba": 4.339575752965175e-06} {"commit": "8e8303cfe94941abab672cb9846f266f0215608f", "message": "Dont abort taking logs/cores if gdb is missing\nChange-Id: I94bf1e732068decebc00437912b9fd90782626a6\n", "proba": 1.9049625734623987e-06} {"commit": "03fb700f33ccd72b41a7abcf88dc11bce015078d", "message": "integer to string\n", "proba": 0.9999994039535522} {"commit": "9193d42e9e31753a55a33570d9c6d1cab2992f42", "message": "Clarified creation of metadata\n", "proba": 7.868230227359163e-07} {"commit": "324454492cdc1022397486bb54db63d96e14532c", "message": "make test: remove excessive prints\n\nChange-Id: Iad57387991d4330d7797cb85fef1157a36e8e897\nSigned-off-by: Klement Sekera \n", "proba": 1.8913466703907034e-07} {"commit": "e12e82357dc01cb5cdf0530164b6011f3d6ef0ba", "message": "Update to v0.13.4\n", "proba": 2.475071028129605e-07} {"commit": "2e39ceac8b0061d71e87ca2c9f9f48911d71bbf8", "message": "revert usage of metric title instead of name\n\nmerged by mistake\n\nChange-Id: I76107c61074fb5c50a45cfa4d0fe57c4ee34926c\nReviewed-on: http://review.couchbase.org/24754\nTested-by: buildbot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com>\nReviewed-by: Pavel Paulau \n", "proba": 1.4761606337287958e-07} {"commit": "2a8e7b127ae74b43035128bc8e7bcb954fbf64cd", "message": "url root == /login\n", "proba": 0.0001377037406200543} {"commit": "edc8260ed90db4f378b357bb4eb286d062ac1e7b", "message": "preserving the order, when reference genome is assigned by the program\n", "proba": 1.6205495967369643e-07} {"commit": "38ee4e381e1a69020847b4026bd8aff4d51772d0", "message": "removed workaround for big data, better solution coming up\n", "proba": 1.2907646862458932e-07} {"commit": "24d997dfe3e1232c130e55a85876a72817af04a0", "message": "fix filter\n\ngit-svn-id: df19cb22909049b2c66454dc283f77133f994bb0@15 a4795897-2c25-0410-b006-0d3caba88fa1\n", "proba": 0.00011820402141893283} {"commit": "6ecef2d6c240f62d086f91ceb50b1d666d0f09fc", "message": "Factory method for symbol layer.\n", "proba": 1.1535502153492416e-07} {"commit": "b6b82aad38d3870dd698594b4ac4698561662a06", "message": "Correccion en PCA para soportar LocalLabeledDataSet\n", "proba": 1.2659403125780955e-07} {"commit": "26ac47792dd2f5e9bcd69becb11428594c5316c5", "message": "use evts.a-gole service type for\n", "proba": 1.7541078989324888e-07} {"commit": "9bd09909231d4abffd157c0fd786386b8ac4eb35", "message": "add missing MongoDB operators to the list\n", "proba": 9.765789400262292e-06} {"commit": "9d27c3423ec8b77aa9605cb45e7a693518165e24", "message": "[fix] fixed YCM config\n", "proba": 4.803818001164473e-07} {"commit": "fd75bd3f38630111ee8196795be5f2030c9fc12e", "message": "Add a restorecon if the bin is available when moving files into place\n", "proba": 3.407499775676115e-07} {"commit": "c2d72a252f56fe752c5bb5cd832979e2db97dc7c", "message": "Add Return-Path SMTP header.\n", "proba": 1.7249016082132584e-07} {"commit": "002e308580d76b0eddf3e7d0e1bcaa936f49dd8d", "message": "Fix regression in hug object routing\n", "proba": 1.0523480341362301e-05} {"commit": "59c168369ceed643c0ca15c1049b53a553048a63", "message": "added setter for NewResidue Chain\n", "proba": 1.6514124467903457e-07} {"commit": "9ee0ae5ceb2d826bb441c903338a0027849152f4", "message": "midnight defaults to the next day in ?remind\n\nFixes #31\n", "proba": 8.199161811717204e-07} {"commit": "922aade3c8fb56d390128623e8367f0264429eba", "message": "add preview mode; use logger;\n", "proba": 1.4531210013046802e-07} {"commit": "90fef3cbcdd57357998c29c679ad72e24b45337f", "message": "ImagePipeline: show http code when failing to download\n\nSigned-off-by: Ping Yin <042bd97809d88aa56810834a9e2526d4839ab650@gmail.com>\n", "proba": 1.0488589907708956e-07} {"commit": "dc6ae65701920e8ed216b7356897c61e0afc6bb1", "message": "Bug fix with Answer\n", "proba": 0.0003833369119092822} {"commit": "2d0a651842ae4ab435978fa0c87d1cfd80ff2906", "message": "new test_serve_pristav test\n", "proba": 4.08971317256146e-07} {"commit": "6f4786695607d7ff4f5ad22e6cb3a0b7afbc221b", "message": "Updated from Brython Server: 9/10/2015 2:36:33 PM", "proba": 1.1000253152815276e-07} {"commit": "078eef6eb3d3f45a1dc06558eb4cf37506443166", "message": "Update \"ITU-R BT.2020\" colourspace docstrings.\n", "proba": 1.0638105862881275e-07} {"commit": "791b98a0769b2b706540e2f62c894613a7d4e88f", "message": "add catalog status in web api\n", "proba": 2.460723749209137e-07} {"commit": "5c494e217a91a9d8fc40986ba996146fc6b9531b", "message": "fix handling arguments on java standalone jar\n", "proba": 6.148977718112292e-07} {"commit": "9c6727cf9f8d7300be7e7e8696e8e1e98e0c1e38", "message": "use monkey patched Request and implement note deletion\n", "proba": 1.8777951993342867e-07} {"commit": "f619e0b947a9429edffb6dc5abbbfba6808d5386", "message": "Change default SERVER_EMAIL and read from env\n", "proba": 1.977145274167924e-07} {"commit": "caeab63ec8703fd6fd4c97f6cc14f51eccd90977", "message": "Fixed popup menu\n", "proba": 8.746393405090203e-07} {"commit": "c4fd543510cdf7468a2b057f50249b596e687766", "message": "Add signature\n", "proba": 1.5142279607971432e-06} {"commit": "ea1961d0d0571a8c75583ad06f9008096a954dfd", "message": "simplify expression and make amp total mass; take care of other normalizations within class\n", "proba": 1.6999548790863628e-07} {"commit": "a8b72a06a491e834af68dfa838e67b688a21a156", "message": "pep8 specreduce.py\n", "proba": 1.9728499864868354e-06} {"commit": "d6c7fd15a202baed7f81dfcd597ef5f28c60c40d", "message": "fixed method name [skip ci]\n", "proba": 1.314528077500654e-07} {"commit": "0bef0230e2e069fb716bd25f4be78a40fe885e6b", "message": "Add doc string to CLIObject\n", "proba": 1.4370494909599074e-06} {"commit": "675fcd23143e69f47fed55a0609dbb24987a86a5", "message": "Add pulse audio packages\n", "proba": 3.432600976793765e-07} {"commit": "05bec364bd391c1d7b9c3700e7ca937aeed209e1", "message": "fix for time measure\n", "proba": 1.3457874956657179e-06} {"commit": "936125f05af55b875a6473d28c58f889c3648cd0", "message": "CHANGES\n--------\n* Added content types\n", "proba": 3.012624745224457e-07} {"commit": "8cc7a8d443f7b1424ec152b62af5334231384fa3", "message": "Delete adt_graph.py", "proba": 4.7403282223967835e-06} {"commit": "d50d3251352ac5fd51b26fc2a1a8ac2a542da358", "message": "Updated from Brython Server: 1/25/2016 2:33:40 PM", "proba": 1.1178470060713153e-07} {"commit": "44ad4a15624eb0e99076908472fc5d832a3f684f", "message": "Fix MINIMIZE.\n", "proba": 9.057175134330464e-07} {"commit": "fb7adbe3d3a3b731aad898a4d8f484f05cc4d93a", "message": "[IMP]stock: add user and delivery contact as follower\n\n=======\nPURPOSE\n=======\n\nAvoid communication being lost on transfers due to the fact that nobody is following.\n\n=============\nSPECIFICATION\n=============\n\nWhen setting a delivery address, add the contact in question as a follower of the transfer.\nWhen a user validates a transfer, he should be automatically added as a follower of this transfer.\n\n===========\nLINKS\n===========\n\ntask 2172675\npr #44350\n\ncloses odoo/odoo#45498\n\nX-original-commit: d6a981039005080e4803cb9c75287dfa4ada712b\nRelated: odoo/enterprise#8483\nSigned-off-by: Simon Lejeune (sle) <1969d8dff896674c2d819e813f5e88ca826229ab@openerp.com>\n", "proba": 5.455784048535861e-05} {"commit": "65922607546dd1ee15ad3eeb73e1eb4b097a9798", "message": "Added a comment\n\n\nFormer-commit-id: 5e88e96e0884efef055a087a0b694a1d898d46cb [formerly f47cad0b6fac97acea807a147e004e7f663b914c]\nFormer-commit-id: 03dd10f9cee1831b342a5b39fc31db781c306d41", "proba": 5.202251713853911e-07} {"commit": "cca9562f7cd89edb050b579a80c7bb62b9c95ae2", "message": " fixing errors\n", "proba": 1.3594558367913123e-06} {"commit": "b013a5dce2a7f15543f0abd7643b81fbdd7c40f9", "message": "Creates and yields person's membership in top-level org\n", "proba": 1.4649845070380252e-07} {"commit": "afb1ce4874479ca6a810a509a9619c2d63389b0c", "message": "Fix overwite of self.queues before conf.QUEUES is set\n", "proba": 1.1822540955108707e-06} {"commit": "693387fb15faaab0d6aab0d72a7d0dd8b049270a", "message": "Separated the sql values validation.\n", "proba": 0.00013373410911299288} {"commit": "fb58467211c1cec2a16e5f2e711f747a1c63b2b7", "message": "Implement improved behaviour for null within Text type\n", "proba": 3.371735829205136e-06} {"commit": "5d8d5412e576c5514497be3809ea899378f40e56", "message": "Add missing import for ConsumerMetadataResponse\n", "proba": 5.134977072884794e-06} {"commit": "e8131b9c5cc1af3c89d5f5c13223ebc86cf0ce76", "message": "Add first commit\n", "proba": 4.1883427570610365e-07} {"commit": "1eed603775bd60d0c920b50f71dc042b90f03c5c", "message": "Adding handling of SV fields marked as other\n", "proba": 1.3744718785346777e-07} {"commit": "e32b6e10082b57f5a505fbfc26d7cd6002b4a693", "message": "Logic fix for elb creation from scratch\n", "proba": 1.3581116320438014e-07} {"commit": "2d58d78f4b321eb1ea56ebb14758ff45cce7cd39", "message": "some print outs added", "proba": 2.383837198749461e-07} {"commit": "d5e0ef996653d5ed40d0c80a8635faf6c360e942", "message": "Access Display Names of enum fields via enum object [(#1738)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/1738)\n\n* Get display name of enums using IntEnum\r\n\r\nRequires updating google-cloud-language to 1.1.0\r\n\r\n* Add note about gs://demomaker for video test files\r\n\r\n* Get display name of enums using IntEnum\r\n\r\n* Get display name of enums using IntEnum\r\n\r\n* Revert \"Add note about gs://demomaker for video test files\"\r\n\r\nThis reverts commit 39d9bfff03201f7c6dcb38fee3856dd537ab4b62.\r\n", "proba": 1.3385003683197283e-07} {"commit": "e1c598a1c3d26c6915a43d6ead5c5fe3e260daad", "message": "Since we're using colorama's wrapped stream directly, we don't need the global init.\n", "proba": 9.998628058838221e-08} {"commit": "600fdbe17ac32840a3c1234a3bf1b1eaca8879c2", "message": "Implement subscription via joiners.\n", "proba": 1.157163111997761e-07} {"commit": "2110955efbb42a6b7554a049de6b49f58a561921", "message": "code cleaning\n", "proba": 7.287425205504405e-07} {"commit": "7bf473822f684b9cea8431c47acddd94d55ef20c", "message": "[Source] Add linking to a specific command module\n", "proba": 1.5667110631056858e-07} {"commit": "8987bd1df31f2e2011e7a25fef7ea34e5bcc452a", "message": "Arch: Re-added support for older pysolar\n", "proba": 1.2775981872437114e-07} {"commit": "39d960a894d29d0c69cd62dff587bf9116b9b2ad", "message": "break not continue whoops\n", "proba": 1.075276827577909e-06} {"commit": "91f3e6733aac36f1a4eb6d00afc311eef116681f", "message": "Fixed event_based_risk\n\n\nFormer-commit-id: 7f4f8ffed9d555a0846cd38eb1d6495d8bb6c4dd [formerly 16868d4c498b0f0062134638baa7544f84a568a7]\nFormer-commit-id: 2ac3974fccf9bd6472601cd5810069ed2dcebe58", "proba": 4.359548256616108e-06} {"commit": "a37f7a15e8b69f12f6c6096a639004e4e160e039", "message": "Dump faulty result on sqlite fail\n", "proba": 5.006049264011381e-07} {"commit": "ef5b8398791fe6758876db70e95b9715a513bd1f", "message": " fixing process step 2\n", "proba": 8.744543447392061e-05} {"commit": "4a70fe25675c97a864341e4c4372d991318df3a9", "message": "[IMP] openerplib exception handling step1\nWe define the 4 standard openerp exceptions introduced in the new xmlrpc/1 and\njsonrpc/1 api. But we dont raise them yet, instead we update the local\nconnector to emulate the current xmlrpc faults.\n\n", "proba": 1.0121004834218184e-07} {"commit": "f4434a624d6988b82ebad5de9d3fa5e8bcabb2d5", "message": "Fix config parser behavior for Python 2.7 compatibility\n", "proba": 2.5378287773492048e-06} {"commit": "3411f9ac3c01b1c75ec3a5f3198d013b23406c39", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "07335e9e81053d9e3658a9edf639b24126246af5", "message": "hardcode EDT. FIXME\n", "proba": 0.9999991655349731} {"commit": "740e392f62f5b7026236294b35e7ab422cf8e7a0", "message": "[#5822] fix redirect after submitting the new task form\n", "proba": 1.9686409302721586e-07} {"commit": "4821058c8a493e8f6655dda32d86b4889fad3114", "message": "Disabled debug/verbosity and code cleanup.\n", "proba": 1.2256721504400048e-07} {"commit": "3efc81a06fd01b08977d91c4e5380e806c2ae563", "message": "Added new KDEF dataset loading capability and resize option for fer2013 and KDEF\n", "proba": 1.1912704422911702e-07} {"commit": "0b5c15304cc92caaea655782f2340052ded1dcbc", "message": "Fix typo bug that broke Cell replacement\n", "proba": 1.6142699905685731e-06} {"commit": "a4d71cdd38e3a5bcfc5918e12f74d295d8e01199", "message": "adds sum difference tolerance also updates docstrings\n", "proba": 1.3500228135399084e-07} {"commit": "54c8444285e9ba3bd640b5c3aa0ad42a2b5302cc", "message": "umask should be an octal\n", "proba": 0.9999992847442627} {"commit": "25698bfe88357c08e6ab4ee8b70326d578bb9159", "message": "switch order of conditionals to avoid empty mask errors\n", "proba": 3.004676898399339e-07} {"commit": "f58e378bbf0835f6fa67451cae1b7e852859fbde", "message": "Fixed typo in _target_modality_is_real - was checking for Real_ when should have checked for real_ (#1550)\n\n", "proba": 1.0680440709620598e-06} {"commit": "dda5b189dd165764137e565d254e76fce41434b6", "message": "added some year and date exception test cases\n", "proba": 2.5458376740061794e-07} {"commit": "965269d81d24ad30c3f09838da12d7d64ff8e588", "message": "rename veronCetty template\n", "proba": 3.5755203953158343e-07} {"commit": "2ecd6625851fa89394d80d171ba782913f00d7af", "message": "refactor Polymer to make collision detection more generalized\n", "proba": 4.3761585288848437e-07} {"commit": "c9d4384c5a58c1d5b6a89a5e4a4c2c6852ca136f", "message": "Simplify `/oer`\n", "proba": 2.8539245249703526e-05} {"commit": "0054c064b409b54a28631d3d27ccca2b835f51a3", "message": "#3659 - pkinspect.module_functions\n", "proba": 2.2207306926702586e-07} {"commit": "e9e4882c7ad8b2e359e2f5bd014c14ffed845f56", "message": "Skipped ucerf_classical test\n\n\nFormer-commit-id: 56eb0633e5ead665e41ea6c04e4a8fad53b052c1 [formerly e68b1a19911f99dafc530568ed54e977e3b73aa7] [formerly e68b1a19911f99dafc530568ed54e977e3b73aa7 [formerly 703abd8480c1138bb2257c489df53946edafb7c8]]\nFormer-commit-id: b0ce0fcf69e055a80ea3f23341e8fe797f9e9140\nFormer-commit-id: 445cbba50bae68753f8f434bd4287a2bdad077f6", "proba": 2.3690477064519655e-06} {"commit": "fa7aa4dc79835869555363dccbe14b125c3ca1c4", "message": "Use earliest set of MAC dates for statement\n", "proba": 0.0013191194739192724} {"commit": "6cb1c3628b07ead2af14f129b7b994104a308804", "message": "Ensuring that the UID is correctly set as a long.\n", "proba": 3.1613194551027846e-07} {"commit": "0cc95583bfcc96c428a527742a86e0d1bc497bf9", "message": "[FIX] website_forum: give a name to posts created from comments\n\nFrom Odoo 13.0, the list of answers of a user displays the name of the\nanswer itself, and not its parent's.\nAnswers created directly on a question are given a name, but answers\ncreated from a comment are not.\n\nThis commit fixes this behavior for a better consistancy: all posts\nshould have a displayable name.\n\nA migration step on saas~12.5 will populate from their parent's name\nthe existing posts that don't have a name.\n\ncloses odoo/odoo#45193\n\nX-original-commit: 327079e97d12bf3bfcbc74e78bcc7ebc36149d02\nSigned-off-by: Paul Morelle <4950c5a1ead41dfa3dcc3f68ece6c9007ac6ccce@users.noreply.github.com>\n", "proba": 5.6585276979603805e-06} {"commit": "c6e3f967626bff5141167766c2048c20bd4bff66", "message": "Fix patch test\n", "proba": 8.79890023952612e-07} {"commit": "67ec01a1d5ef763e04322d37cc9fa2ea995e0237", "message": "Update compat import of ordereddict\n", "proba": 1.4417439331282367e-07} {"commit": "d976d73a28589785b2425a991366cd842f081eac", "message": ":bug: Fixing bug where ingest.data_type_tags were being saved as a set instead of list\n", "proba": 4.021744928195403e-07} {"commit": "17c8d2665a80e43bb3e4d3ae4ab2b905768ce75f", "message": "Add missing import in ivy_resolve\n\nAuditors: benjy\n\n(sapling split of f23af8e82e2d5bb52697b03021510f0d4c86c4eb)", "proba": 1.5451496437890455e-06} {"commit": "149beedf207246d4476e8cdf0b7d7cbda2890a6f", "message": "core: assign ACCESS_KEY and SECRET_KEY values only in case of actual run\n\nWhen using dry-run option with external script, function create_rgw_admin_ops_user\nis not returning expected values which leads to TypeError. This fix is to append\nvalues to out_map dictionary only in case of actual run.\n\nSigned-off-by: vavuthu \n", "proba": 7.112491289262834e-07} {"commit": "3edc90d02996d88a40f88a6cf991bb854479b39a", "message": "correct v component of Coriolis term when there is a mean flow\n", "proba": 8.261451398539066e-07} {"commit": "919a8ef3d97a830aa139b2408a462a7d2c4574ad", "message": "Updated from Brython Server: September 14, 2015 2:38:22 PM EDT", "proba": 1.064774792780554e-07} {"commit": "60c85df480098376a1f2917d65244e56a6990d75", "message": "Fixed field path download bug\n", "proba": 2.6023408850051055e-07} {"commit": "3767e6d8f9c2c1ea4784a7aeedc09e94562d98d3", "message": "[skip hazardlib]\n\n\nFormer-commit-id: 35fa7ac71f559033528a205ecf02ea7c2a948d3a [formerly e1da9fc7dc680bb8ecef03b5469c41613644afb1] [formerly e1da9fc7dc680bb8ecef03b5469c41613644afb1 [formerly 8609fb4534a161fd80b854e9c3f8b1981c41aaa6]]\nFormer-commit-id: 823f3188dbd4ffb9f1e6b6271979a6ec98893797\nFormer-commit-id: c2874995ab449c9904e6d85f86dac61da858a268", "proba": 1.3252591770651634e-06} {"commit": "c0a0e4870b3dbc1483492292c163dd717aa6b46b", "message": "create log directory if it does not exist\n", "proba": 7.933390975267685e-07} {"commit": "63d65dfcfbcf533581e293f00a251c0f776dd9b9", "message": "remove debug\n", "proba": 1.5227618632707163e-06} {"commit": "deb339c4b924d005e4d5f9adecee6f2023cf9128", "message": "Minor cleanup\n", "proba": 1.8076914898301766e-07} {"commit": "3e544d8d60054ea15701cf86c7ca05c7815fde7d", "message": "smt solver now is used to test set of features at the same time\n", "proba": 1.1306593705739942e-07} {"commit": "34bc24c811bae9b4a1d24ae1d5dfe420c0b18798", "message": "Improve audit.py to work with saved-state.\n", "proba": 1.110803466985999e-07} {"commit": "651370067ef181cb59759e3cb73e8b672118c378", "message": "Typo fix\n", "proba": 2.181570607717731e-06} {"commit": "6078f91acef6aeb86a812a13e76b3ea5206713e7", "message": "fibers: small nitpick\n", "proba": 0.000608406902756542} {"commit": "a041ac03907231633d1136308664ba46c37beed8", "message": "Update config file definition\n", "proba": 6.521886461996473e-07} {"commit": "177dbd289c439146cdd0ead85fa2561a38531e2d", "message": "[AIRFLOW-6513] Add web_pdb/pudb support in post_mortem option (#7105)\n\n", "proba": 1.0306185060926509e-07} {"commit": "14c0624b5a254340c04407ecf2afc045a3e8f65b", "message": "Convert into VECTOR.\n", "proba": 0.9999986886978149} {"commit": "5bc727b16de313e63a07c6862a8f9b4c6f5dde87", "message": "It's CacheControl not Cache Control\n", "proba": 0.0012476309202611446} {"commit": "8591fa3c6d13aba04f9224cf3ff792c884cb6b04", "message": "put interval repeat at 0\n", "proba": 0.00016777458949945867} {"commit": "e12aaee3c66b245e9dd42a55d6935c3b9fb2bfca", "message": "Fix senate admin rendering error\n", "proba": 6.175835096655646e-07} {"commit": "e22919c652729f84f39c24fb6005a070cf77162c", "message": "field label correction for ticket#339\n", "proba": 1.5312694756630663e-07} {"commit": "a6f6180f978625fde03744aadd858066723af890", "message": "Updated from Brython Server: 2/3/2016 1:39:42 PM", "proba": 1.1210455141963394e-07} {"commit": "620d48fe1631410418e2004ee6427479f26613d9", "message": "Extended Relation tests.\n", "proba": 1.3613146165880607e-07} {"commit": "9d73f935ce18e428619fee89eef6c8c96556f0ce", "message": "check cache policy before processing response\n", "proba": 2.4082183358586917e-07} {"commit": "de30363ff60bfdba3c19d14d3e4334083a2d259a", "message": "Fixed test_export_calc\n\n\nFormer-commit-id: 1022110ef2c3da3d70afaa2d703b280898c86de7", "proba": 1.1711399565683678e-06} {"commit": "886f61ee2dfff50751f9f154f74205e30a216036", "message": "Fixed bug when GLRM return empty epoch list. (#1594)\n\n", "proba": 1.21624765370143e-07} {"commit": "cc6d867423817b3dbddd0024cea752cf8b87cf26", "message": "fix finding translation files when installed\n", "proba": 7.480988415409229e-07} {"commit": "088bdd36104d7ed9bace219b317c673c613af24d", "message": "Updated create methods for targets and games. Using atomic transactions to ensure complete creation\n", "proba": 1.4955965355056833e-07} {"commit": "913afbb13d2a80bed9b7ede74bb1bbb0e53604b6", "message": "Update of the netcup nameserver (#1016)\n\nSource: DNS lookup", "proba": 1.2333111953921616e-07} {"commit": "44fba7188f05d00d497231ed6f31d424ca8a8c0b", "message": "remove python 2.7 specifics\n", "proba": 0.9997147917747498} {"commit": "65e0067ed096efefb6f9f2c82ae59a80a12a0be2", "message": "[fix] classmethod for loading polygons\n", "proba": 1.9273740292646835e-07} {"commit": "fd8ca5ebc3a781d5f6625d3daa4d09ce806938a3", "message": "Be robust to empty response in gather_dep (#2105)\n\n", "proba": 1.3450339508835896e-07} {"commit": "8d201dc19accfd32e8c25650d88d5d237343be86", "message": "Textarea now also recognized, keyboard location improvement\n", "proba": 1.197418839637976e-07} {"commit": "7a00ec7d83b79a5a1f4175a4b8c8b82479fef50f", "message": "Minor code refactoring\n", "proba": 9.468873258811072e-07} {"commit": "b5efa777e99bfa7338b1c386fe64e8d84fbe1fa4", "message": "Docstrings and refactor of ai_simple\n", "proba": 4.968797497895139e-07} {"commit": "3299209f01875f7137b0cfe9fb3cd1415144f2f2", "message": "DisplayDriverTest: adjust test to new behaviour regarding blindData\n\nonly entries that are prefixed by 'header:' will be stored in the\nblindData from now on.\n", "proba": 1.0402720107549612e-07} {"commit": "c0509c44301fd4fe174f4ab0db5198f66f936967", "message": "[mod] rename run_downloader into run_scheduler\n", "proba": 3.996966370323207e-06} {"commit": "ea5b000b3f5776c86706afcd34c0d771fafe33db", "message": "wrapped generative model in a function\n", "proba": 2.9710881221944874e-07} {"commit": "c16bfcb371bf2df6cb6a50f77f75f9b1c22d1c7d", "message": "Removed the default channel of #supybot.\n", "proba": 1.0923604065737891e-07} {"commit": "b8a66607667de92fa5600063e57ecf0d26b8a393", "message": "Documentation eddited\n", "proba": 3.796402268108068e-07} {"commit": "fc525c81079187e342f1318119ddea7659e6641e", "message": "Function to match against a list of regex\n", "proba": 4.633605931303464e-05} {"commit": "f8e26556cc8045fc895148ac4153d1eb4c0767ca", "message": "Reflected the changes in risklib\n\n\nFormer-commit-id: e09fe84a09729d3b4c9b9ae38ee04236833774e8 [formerly e09fe84a09729d3b4c9b9ae38ee04236833774e8 [formerly efc5deaec8d5a87871fca593dbd9147beda0ec53]]\nFormer-commit-id: b118c8656bfd49d8adc7f13814216bb15eba8261\nFormer-commit-id: 60065ee28f825ef3853c638c3d54913eec2ccd25", "proba": 9.538498852634802e-05} {"commit": "e7e94b3ad58c1cbecc4f3656779c558231069a0c", "message": "Refactor header decoding logic into helper func.\n", "proba": 1.300289227401663e-07} {"commit": "b1f3c7c8e791f6e95f8737aa19dd258b68a0fc49", "message": "Fixed quartiles if there is only one document\n", "proba": 6.347627845570969e-07} {"commit": "89aa4b8f7780a933fd6aa2b7d3525666331ccdc6", "message": "fixed failing twanager tests\n\nrelative paths in instance_tiddlers did not match test environment\n\nNot quite sure what made these tests (not) fail in the first place...\n", "proba": 1.0606742506524824e-07} {"commit": "8a766d177047b8a04fd8ef180ae4a49660f09dd1", "message": "warning message on inconsistent namespace redefinition for includes\n", "proba": 1.8547009972280648e-07} {"commit": "3a43fa7a15dd0e84680019aed68f1e6155c54a0d", "message": "rename settings", "proba": 1.3690785181097453e-06} {"commit": "6f87e27e6f70831e5ed3a0d16108b386d5032891", "message": "attempt to bounds check ISUSM soil temp data\n", "proba": 1.299300009804938e-07} {"commit": "6ca0333056e21155aaa62efeb1db0663b14eae64", "message": "Clear sites cache\n\nReturned incorrect site domain", "proba": 3.488895004011283e-07} {"commit": "8d83bb9844630c13820563a8cc27ffd8c89d92e7", "message": "iox-#14 test all subscriber with each publisher in the user_header integrationtest\n\nSigned-off-by: Mathias Kraus \n", "proba": 1.211326861039197e-07} {"commit": "8ee867be3b0de454467f736963bf7e5501aa3815", "message": "Fixes Worker docstring formatting [skip ci] (#2939)\n\n", "proba": 1.1168624070023725e-07} {"commit": "eb94ce21e96999e2a2f6335c65ba3704de5362ff", "message": "refs #20\n", "proba": 6.616035648221441e-07} {"commit": "c6839b58e59d7dc6fd4b13e41e54c5ae9cc15acd", "message": "[Fixes #1744] Update publishing rules\n", "proba": 1.1299328406266795e-07} {"commit": "c78c8911ad30da564ca442329e968bf57061379e", "message": "Fixed test, to expose bug", "proba": 1.8415087765788485e-07} {"commit": "d797155ed931fe865e62fad20ffb4c60d9934e81", "message": "Fix broken pipe (#2384)\n\n* Fix --loglevel option handling\r\n\r\nloglevel should be stored as int for further processing.\r\n\r\n* Change minimum loglevel detection\r\n\r\nCo-authored-by: J. Foederer ", "proba": 1.530447519826339e-07} {"commit": "633ada4034c61fcac35746d096c21337ff9fc6b1", "message": "Fix error in state.py importing something in the Python prelude\n", "proba": 2.9649887437699363e-05} {"commit": "bc32868ac38053c8715185728a9e6c468273f447", "message": "add: activation for second dense layer\n", "proba": 5.676270120602567e-07} {"commit": "586e26f2d6a704aa2fe4c5e797f4e1eab1946e53", "message": "click number countable\n", "proba": 2.207378656748915e-06} {"commit": "acd83406fc2c855508f66a4656745b94307af2c2", "message": "improved docstring of get_risk_models\n\n\nFormer-commit-id: 2daaffbb16fb41735d7e2bf0cfcac53f62c4955e [formerly 2daaffbb16fb41735d7e2bf0cfcac53f62c4955e [formerly 65bd0f84a82c4ecc4b3f8628724cac742cecf12f]]\nFormer-commit-id: 590ff8cb7a5edf886cdbe213dc20fe13ab0b4398\nFormer-commit-id: 1a5835a7082f96171355c015625ed19fad005bf7", "proba": 6.998894241405651e-05} {"commit": "a749bdb524732353aca3ea76a953cbab7f672fc4", "message": "Pessimistically lock Durus-backed databases.\n", "proba": 1.1306431701996189e-07} {"commit": "e2db6adf70db603766bfcff9fbf318d8fd86001a", "message": "Save remote settings.\n", "proba": 1.8406186086394882e-07} {"commit": "2134115d51d20db9db20c0b15b5c45c7ba24c55b", "message": "Fix user_tasks collection in DB.\n\nThis is the main drawback of MongoDB...\nFixes #41\n", "proba": 1.812950216617537e-07} {"commit": "772d45d9d425b97edeac005582a2d99860b24e51", "message": "Test parameterized benchmark json graph output\n", "proba": 1.131752696892363e-06} {"commit": "da7c2e7d7343845edc2ebd6572aacf1baa70eea5", "message": "K3000 adding incompatible and successive edges in the .dat format\n", "proba": 3.153069201289327e-07} {"commit": "abf79e3dc9de3c2120048dcedcd233b410100ac2", "message": "add ignore_exceptions coroutine\n", "proba": 6.584691163880052e-06} {"commit": "3d55962639ccf07e30126be7c605e65548a4aff9", "message": "temporalcells visual upgrade\n", "proba": 2.3672922111472872e-07} {"commit": "e3e7f5fddca5a10104992ba20d81394e60dd6010", "message": "Skip MinGW test on Windows machines without MinGW.\n\nNeed to do this, otherwise it fails erroneously.\n", "proba": 1.2993446318887436e-07} {"commit": "c943bb31be75607043c9ed52484a9050aef1cb89", "message": "change exception catch scope in baidupcs persist\n", "proba": 2.6032270739051455e-07} {"commit": "8a1d323f73689f2b00c7ff267a3041330d6f4970", "message": "Forces commands output to Latin-1 in Windows and UTF-8 on others.\n", "proba": 1.2943159788392222e-07} {"commit": "edf91362a0ec82d5d548d17849fced30ff388fcc", "message": "Version 0.2.3a\n", "proba": 6.847364488749008e-07} {"commit": "2857888daec82715ce2c031b01777818af3ae3ae", "message": "fixing a few minor bugs in edit_line.py demo\n", "proba": 3.3046907788047974e-07} {"commit": "48520733711b13f1b421c8bc0e360d3467aa3498", "message": "Improved a docstring\n\n\nFormer-commit-id: 8ad267a4cd10e8a8d8bd3012427e584825f5133a [formerly a86bbe5f3b45fafda9f139170c501aa9a70e5610] [formerly a86bbe5f3b45fafda9f139170c501aa9a70e5610 [formerly 95bb8ab49f949965914f10cc2da01407a4819d8b]]\nFormer-commit-id: 86c83ece28ac2f0eaf14221ab2fe6fe44389f349\nFormer-commit-id: 33de726bf00fe1f500ca842df984cfd21c8ce7dc", "proba": 0.9998452663421631} {"commit": "8700f7bfe1042fd4152a97d3f314c6f9db3b8a98", "message": "[enh] Replace msignals.display by logging in tools.py\n", "proba": 2.297850301147264e-07} {"commit": "9cf0d1f61854621e4df37d54e48c931e6fc9b821", "message": "Fix bug with nan values in confusion matrices (#42)\n\nFix an issue where confusion matrices that contined rows with no entries\r\nwould yield nan values when normalized.", "proba": 1.0433161889977782e-07} {"commit": "9b43306c64425aa93c0db02d9be49eeeb459033b", "message": "Added CalendarDateRule conversion.\n", "proba": 1.209058950735198e-07} {"commit": "1d30851e628930f2a699a41a38a6704bb3ba3ddd", "message": "fixed get_version_path in order to work with an absolute server path\n\nsee issue #36\n", "proba": 2.458457686316251e-07} {"commit": "7f56d5320291608d8a81cce5b0b690148d4588fa", "message": "Use ProtocolError error code to set GOAWAY error code\n", "proba": 5.146382591192378e-07} {"commit": "39fe382bf8380fddbef940ca3466576fca46b559", "message": "parser.py: Converting parse tree nodes to postfix notation\n", "proba": 5.436921810542117e-07} {"commit": "2a4145eddaebe9bd756c168c2fe5a2995f8cbd62", "message": "added more inits\n", "proba": 1.2548267136480717e-07} {"commit": "fb2361971d6a53793105db4062cb9ac66ac011c3", "message": "Changed pmf for geo_ser distribution\n", "proba": 1.3712930524434341e-07} {"commit": "a9f9bb132fc90317d9efd7c5c5b3b5d89586915c", "message": "chore(upgrade): fix reset password url generation\n\nThe second part of the token was longer (probably more bits are being used now).\n\n#4658 Upgrade to django 3.2\n", "proba": 3.4512429465394234e-06} {"commit": "ea4abb056e23240181b25c4adedb9f23151c2de9", "message": "settingcontrollers: Add iterator over tags\n", "proba": 3.2285009865518077e-07} {"commit": "54bbc143d788913a35187a0f5a3eb4817943b012", "message": "Script updated.\n", "proba": 1.4059627062579239e-07} {"commit": "b7311aff7ca2599f6a69ae465c3c401340b2f24e", "message": "Fixed comments [skip CI]\n", "proba": 1.1065762350881414e-07} {"commit": "3b35f6102829db24eee9d6f7608b304a5a026729", "message": "Fix DepreciationWarning\n", "proba": 1.063980562321376e-06} {"commit": "2b0ade82b92c314a6bd05edcbcd7c58e59fded0e", "message": "[BUG] fix scipy.linalg.hessenberg\n\ndo not permute the input matrix. fixes #3364.\n", "proba": 1.1240730657391396e-07} {"commit": "813e4d6cb7e728476294de2617f4ea97fc4b3bfd", "message": "[ADD] first good take of some examples of Bandcamp header\n", "proba": 1.2554528439068235e-07} {"commit": "63d948c5aee640472fffcca62831a80371e75471", "message": "Python2 support\n", "proba": 1.1969476645390387e-06} {"commit": "07a823b1602078b672b7e43951f69e704f4667cc", "message": "Logging DBaaS API is back\n", "proba": 1.7826387477271055e-07} {"commit": "fa8a634617162a61e7ff664ab0fd98d60b916d40", "message": "data_to_send: bytes -> bytearray\n", "proba": 4.656811142922379e-06} {"commit": "3adb66af46c6d6426402f226edded278635b3f8a", "message": "parser.py: Properly parsing repeat statement\n", "proba": 7.3530018198653124e-06} {"commit": "79c3f226dd6e6a4dd27173d08b024bf756ea6e39", "message": "Fixed #25357 -- Database deduplication on Oracle.\n\nIn order to reuse another database, Django must use set_as_test_mirror.\n", "proba": 1.3850051061581325e-07} {"commit": "f2637b47549a0377921174867805ca7544373a07", "message": "update staticutils\n", "proba": 7.760648941257386e-07} {"commit": "618000e7040d5ecaf35f4cc679853b5425228696", "message": "Fix test of run_once_task\n", "proba": 0.0010964010143652558} {"commit": "b0f8ac513f17cf40fe964e2edd3b823cb036a61e", "message": "REF: minor change\n\nFormer-commit-id: bfffb061c986022be860536b2aee1b02c47f4146\nFormer-commit-id: d400950b3b1ac058aecc7704cab83b346955c8e2", "proba": 8.220050631280174e-07} {"commit": "4845dc873def51da74d62fec7329dc05404efae6", "message": "Fixing test\n", "proba": 8.139002716234245e-07} {"commit": "13a5f993a37cec14be685ba633641368203c16c3", "message": "updates docstring following a guideline\n", "proba": 1.2366778037176118e-06} {"commit": "f9af0aa6c287710457da5022b617ff485c1eb8ee", "message": "CElERY CONFIG on dev\n", "proba": 1.9589808175624057e-07} {"commit": "90c24c4d1310620acd8e6973ef8de509802fd495", "message": "fix backup name\n", "proba": 0.0001739535218803212} {"commit": "d157c48c2b09588b0d41f02d0338dbfb7503baaf", "message": "parser.py: Adding helper methods for processing operator tokens\n", "proba": 2.6829823696061794e-07} {"commit": "228f3dc994c4094ee0d5f9cfcd438c3a9418dae7", "message": "Moved header settings so they're set before they're needed\n", "proba": 3.745226706541871e-07} {"commit": "0b558c9d3e12972f707f6545b7e9bcfca7a12ddf", "message": "Fixes #2669 -- Added check on import of tests.py to differentiate between an absent tests.py, and an existent tests.py with an import error in it.\n\n--HG--\nextra : convert_revision : svn%3Abcc190cf-cafb-0310-a4f2-bffc1f526a37/django/trunk%403740\n", "proba": 5.176329409550817e-07} {"commit": "a65fba769b7c43b0181ff6f4ae9bd7cb329cc973", "message": "NYTM - forgot to get rid of a line\n", "proba": 1.2204304766783025e-07} {"commit": "55d6baddf3366febe10c998eae6f1e3b80b2825f", "message": "NEW: script for spinal cord gray matter segmentation\n\nFormer-commit-id: 188c77e3bcc58c55024170cb7d2912bd8ab9b7ba [formerly 1cbe6ed195a2f2a17cc3230472feffcfe5a7d1ca]\nFormer-commit-id: c26a33eaa493fb70b746d9f5c1b970bdffa212d6\nFormer-commit-id: f856b00a530411ac3be67191becfb6ca086253d2", "proba": 1.2346780522420886e-06} {"commit": "0f75bad716fde2754ed05ceefe6cf9a076a9279b", "message": "Whitespace changes only.", "proba": 1.3181912095205917e-07} {"commit": "6bfe5d2fc9fa0d73bffc6a641cea21d650ff2aef", "message": "Fix typo && ignore 404ing guardian page\n", "proba": 3.830778041447047e-06} {"commit": "205515b64f34bb3955e0aec53db287a0bf344020", "message": "fixed custom.py\n", "proba": 8.04820103894599e-07} {"commit": "c1eb461c4e23a7b2282d18103e63e24a3f0ac4a2", "message": "TESTS: implement new test_renameGroupname\n", "proba": 0.00027419705293141305} {"commit": "cafa4a4762d870367a1fbb2bf720be7bb9a27f3a", "message": "help msg added\n", "proba": 2.4358899963772274e-07} {"commit": "47d3ba0dc86a9140d10d77b97d74c866ec1b087d", "message": "BUG: check that level file is an image before checking size and orientation. Fix #833\n\nFormer-commit-id: 9712db2325a70b4b6b3806ca48e79def423c0aab\nFormer-commit-id: debe1f4b243c8888e3126a76ab1dbd725e70480b", "proba": 8.69857376528671e-06} {"commit": "bfdd2403f74aec930668e59b1bf7d8d102d2f9da", "message": "removed old debug op from implicit kinwave\n", "proba": 4.2024143454000296e-07} {"commit": "a135d6caf050f4b7b5af28d4cccc5d5ef51dbaf6", "message": "Move Mapping import line up\n\nCo-authored-by: Adri\u00e1n Chaves ", "proba": 1.1107229624940373e-07} {"commit": "99a396fcb51e289d585d2e8e54f4d2136a5b7db7", "message": "Refactored and mimized calls made to TextField instances\n", "proba": 1.363740551596493e-07} {"commit": "0a31efb4f1f4ccd580081cce95be7929d8df3462", "message": "Set vendored github.com/json-iterator/go version to 1.1.5 (#264)\n\n", "proba": 1.7995607493048738e-07} {"commit": "c7a6996df7e77bc3b9c5e581e67d766627ebabec", "message": "Fixed a crash of the debug page.\n\nDuring the autumn DST change, the template engine would fail to convert\nthe naive representation of now when USE_TZ = True. Passing now in UTC\neliminates the issue.\n\nThanks mbertheau and tricoder42.\n\nRefs #23714.\n", "proba": 1.0452123433424276e-07} {"commit": "8e4cbd9412c10bca774279e88155ddf25fdce3ed", "message": "add sans as a package\n", "proba": 3.689546065288596e-05} {"commit": "6d4d48ba5b9b29372576321a439238a644bff007", "message": "Removed the return statement, as it's useless, and it just create new requests that get rescheduled, which is bad if one has a priority scheduler\n", "proba": 1.547984425087634e-06} {"commit": "f7f90bf0c79f73154ffb3314e2c106cc6775b382", "message": "test for MFRException rather than ValueError\n", "proba": 5.499389885699202e-07} {"commit": "706e22d532baaf6378d381600a54d60555a92863", "message": "Fixed #5935 -- the 'It worked' page is now served with a 200 status code, not a 404. Thanks for bringing this up, Free Neuron\n\ngit-svn-id: http://code.djangoproject.com/svn/django/trunk@7310 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n\n--HG--\nextra : convert_revision : 620c3aae73dac63a13aec03c39ec5467478f0bf6\n", "proba": 1.1922494422833552e-06} {"commit": "d6df4b0690e7e4fc7434c50bab223b3658256c3d", "message": "social_auth throw an exception now\n", "proba": 2.0250628551821137e-07} {"commit": "31a59cafed07ddb5188dda6e95168fe01cbe13a7", "message": "Make django_ace work on Django 2.1+ (#968)\n\n", "proba": 0.00022594374604523182} {"commit": "94abf014334d17676d6ff3830c226cdd35b6b465", "message": "Make deploy successful message stand out a lil' more.\n", "proba": 1.208881457159805e-07} {"commit": "57f06147d26966a3aa1d1e8c577393ebcff5cd13", "message": "Update menu.py", "proba": 9.124599387178023e-07} {"commit": "f05daa8bdc94fb3569f9722942f9c095fd0b324a", "message": "Make bump-version accept major/minor/patch/build.\n", "proba": 1.1316863179899883e-07} {"commit": "07d49d6abfc0050f1e4a7c29e8d327ef6cc7a278", "message": "Use is_validated to check validation\n", "proba": 3.982608234309737e-07} {"commit": "223ecc6453e05de544a2b970026318cbfe5991bb", "message": "Revert \"[symfont] Make sure variance is never negative (float precision issue)\"\n\nThis reverts commit 5c025c6a03cca2ebe3390671a81aaca28492e71c.\n\nInvestigating why I'm seeing non-negligible negative variance.\n", "proba": 1.0026947165897582e-06} {"commit": "e04deb29e39f2b1a1e799499bc325c4d047fd403", "message": "Repaired Clean command to ensure that all files are not deleted when used\n", "proba": 1.8924164635336638e-07} {"commit": "c6d439427caa0622ed15ad5c1a33cc69bf7b8570", "message": "Flip choices arguments\n", "proba": 2.2878496110934066e-06} {"commit": "56cb37177d1ad4adab94a2767900468d91d425fd", "message": "New steps attempt to ssh in and do everything.\n", "proba": 1.0719639931267011e-07} {"commit": "c298bae6fa74b128ca818aba68e2d0d8a2abf8aa", "message": "Refactored 'positive' to 'coding' and finished combined aligner coding strand util\n", "proba": 2.422574425509083e-06} {"commit": "e4ae63de0149100acefdfbd8019e67b3c701e262", "message": "Work around for Django change the line end for text field.\n", "proba": 1.33130498625178e-07} {"commit": "41240ff389ac6e546e484d32bba1cc8a1c8ef3b1", "message": "Add sha to revision serializer\n", "proba": 3.3254079312428075e-07} {"commit": "81947916f2f51d72d2694e8ad29d51e146797ede", "message": "write a source file for ceph-deploy ENV vars\n\nSigned-off-by: Alfredo Deza <3ae498813ac9b6992b3bb72690656738fc9b4e19@inktank.com>\n", "proba": 1.3189632852572686e-07} {"commit": "b4af2944c04f907bde889376b6650d3b5aecf89c", "message": "copy all filds from erppeek (to check new update)\n", "proba": 1.0038144182544784e-07} {"commit": "58da20495fd59e61cf5420d64f4f0ef7995f105c", "message": "Added inline sprite maps\n", "proba": 2.3969042217686365e-07} {"commit": "212f5dab12f3f15693b433860d0c7a5b2be6e7ba", "message": "Minor bugfix. Closes #5\n", "proba": 1.9548302532257367e-07} {"commit": "510cb0ca8ee15df8307a269c6b7f2f0158847273", "message": "Remove platform_canvas_android.cc from android build\n\nThis file has been removed from downstream\n\nBUG=NONE\nTEST=NONE\n\nReview URL: http://codereview.chromium.org/8500003\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@109136 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.6472330344186048e-06} {"commit": "032bf6d4902de5c20c6b1d5197aab89671031a43", "message": "So yeah, I need to think through my error metric and filtering scheme here.\nNote to self...\n", "proba": 1.0510618864145727e-07} {"commit": "50a005bd3256907c204c0e2c1c87c801465e5a72", "message": "use abstracted trainer functions", "proba": 8.608001849097491e-07} {"commit": "fba10b181fe26726686ddf07d29d46af8e0d916a", "message": "Fix #99. Pop-up error messages if flash=true.\n", "proba": 1.2991539222184656e-07} {"commit": "213418869c3942bf5b88a5707251686d4fded2ef", "message": "keep logging levels in line\n", "proba": 1.8178359084686235e-07} {"commit": "8b76954613be8ee35c381820b74b4910aa8fca20", "message": "Update skySampler.py\n\nFix bugs from non-square images and odd-length images", "proba": 2.0683424395429029e-07} {"commit": "d2cb29f3b3890eac667008f648139e7e2b2072bf", "message": "Cleaned up unit tests\n", "proba": 5.168234906705038e-07} {"commit": "386ea61ad621d73265273d00c5e1a195b66de142", "message": "If there's any sort of exception, we want to reconnect.\n", "proba": 1.536141525093626e-07} {"commit": "79265e1eed4c99c048232a9356406062cf0f121f", "message": "Allow sys_getgroups for Awk", "proba": 3.275977633165894e-06} {"commit": "52b81f8311d2d05dcdc7f3ceb4809eb8b76f49ae", "message": "Various bug fixes and log statements\n", "proba": 1.520038495073095e-07} {"commit": "6f97f795b3a816ed9a79f003489767e01b6850e8", "message": "code refactoring on exception handling\n\nRefactoring of zones_list and current_zone which was\nrepeated on all error page generations.\nPermits a futur log message on exceptions with minimal work.\n", "proba": 9.872946549194239e-08} {"commit": "0ec74429ae2dbc2cffdc69a563575f1f7cabe452", "message": "Extract functions for replacement rules in compute-version.py\n", "proba": 1.222808691636601e-06} {"commit": "6a0f1c8c617a24ed710b5f715cc0a17ec885885e", "message": "FIX Iteration of Pipelines\n", "proba": 2.00916204562418e-07} {"commit": "3701e145fcc68eae1c0ee4954a34e8ccadaf9304", "message": "silly commit\n", "proba": 7.037643854346243e-07} {"commit": "ec755f2311626d9c620452e6ff7b24ca29785828", "message": "Working copy_template with jinja template\n", "proba": 1.6257507695627282e-07} {"commit": "b69c1e14a8ef7aacd7ee4949455c8812ff5dc00d", "message": "Address some issues with folder and file permissions\n", "proba": 2.458045287312416e-07} {"commit": "0c42aa1eda733552ab10d7deb7698b5828bf1563", "message": "Add SOCIAL_AUTH_REDIRECT_IS_HTTPS to settings.py\n", "proba": 1.8688532463784213e-06} {"commit": "522d0ad777f0f93cda6255e1d015bdf5aa860078", "message": "Finally got csv importer to work right.\n", "proba": 1.0883549350637622e-07} {"commit": "43380044dfafc059bb1a024851c9d4eb6431b154", "message": "Remove debug.\n", "proba": 4.3292396867400385e-07} {"commit": "c39219f19e6592df94d2973ede4c72b5d397cbc4", "message": "Change port\n", "proba": 1.0217330554951332e-06} {"commit": "e6b9ae09bfd32274c279d8d6c3daa65f2979c3e3", "message": "0.6.14\n", "proba": 1.0110263247042894e-05} {"commit": "0948845acc3e21a666ceb7dbdaec44a4f7da791e", "message": "added specific typing for cross-system compatibility\n", "proba": 1.5755934157368756e-07} {"commit": "18adea60ebc92cff5de275fbc396a9a73c531012", "message": "Fix test that assumed color palette was an array\n", "proba": 1.450895615562331e-05} {"commit": "54da8ac4c43d5bb7e7fbb58cc7a5ea596cd7da37", "message": "1.10.2\n", "proba": 3.8796835724497214e-05} {"commit": "86f0de62ecb8c53b3447b616d7e0fb021e072012", "message": "Changed version\n", "proba": 2.984764932989492e-07} {"commit": "d141a9465ca11f0cde7c6db4136db748355cf711", "message": "Fix test name\n", "proba": 0.0010287585901096463} {"commit": "ef947e72fd09803bbdf1fc0a712b7d6a9fd7288e", "message": "release 1.40\n", "proba": 1.527222366348724e-07} {"commit": "166e01e1b2f3ed9585645eb1d17c42c79f682b7b", "message": "Clean all banks before tests.\n", "proba": 2.0725086358197586e-07} {"commit": "2b06150d5ab4a7512f1ec18025d333e81931daf9", "message": "enable old style imports via a hidden function\n\n", "proba": 1.670451723612132e-07} {"commit": "436eb137c2792f6c7d5eb8a23ecec549e158e6ed", "message": "demonstrate req without pkcollections\n\nstill need pkcollections for passing to auth_hash to verify\n", "proba": 1.2246370317825495e-07} {"commit": "d6afb23640f45184c57842c2512fe2a389782073", "message": "Remove no-operation (CNY-3158)\n", "proba": 5.965860623291519e-07} {"commit": "23bc5ee33926b00d19f348d79b40c41d1fa8ba98", "message": "Standardise CLI test format, capture output\n", "proba": 3.4360530776211817e-07} {"commit": "7cb4ef15716862cde56fa8679a7b27e6ce572c98", "message": "Unused module fcntl\n", "proba": 9.566794005877455e-07} {"commit": "cc0360b53dadfa2d0d3f7564c3185e6f99cc3ae8", "message": "Correct import statement to Eot subdirectory\n\ngit-svn-id: f3880c1fc5096ce2109c8aec392d8e07f619f417@1820 c2973edb-eda0-4c78-bc6a-9341b269661f\n", "proba": 1.8168426549891592e-06} {"commit": "8c946f5c0e2dc37008d70ef1eef0d6fcbb483802", "message": "Cleaning up streaming script\n", "proba": 7.462361963916919e-07} {"commit": "aea935a04a6325c647e4cccaa1a766e80674c9d9", "message": "let's put back encoding kwarg, you never know\n", "proba": 3.9879822111288377e-07} {"commit": "b72a09df4ed506485de263c08217bccd7e1e39cf", "message": "v0.1.1\n", "proba": 7.939695933600888e-06} {"commit": "a65db344eea72cf6f6f6f04e1e47db1d3afa9e2b", "message": "fix: empty nested result clause\n", "proba": 0.0009453487582504749} {"commit": "01dc6bee5b662d1b7af9bced547ac37c5f4b9121", "message": "fix(delete_fields): handle commit for DDL separately for MariaDB and Postgres\n", "proba": 4.5699593442805053e-07} {"commit": "7517a4ca0f1b67bea5dec22f542861f94af547f9", "message": "fix: wrapper for '.__'\n", "proba": 0.003682011039927602} {"commit": "a9feb295df48c2a38cdad3154f52177289a4e15b", "message": "unique (orig,dest) links\n", "proba": 2.139108801202383e-07} {"commit": "d862d7b214f4b23c988a7a62fadc16cfba44135f", "message": "deleted epsilon variable in ordinalRegression.py\n", "proba": 3.826849024335388e-06} {"commit": "a67f65eec9eaaf169d96f66afc5c6831f3002a49", "message": "Fix bug in username generation", "proba": 8.570092973059218e-07} {"commit": "909d403af7e4b7ca281adf24e80b09a05f492bba", "message": "plot by month\n", "proba": 3.606581913118134e-07} {"commit": "442b30c3ca18350aa451d7232ba8f0f5f400fc46", "message": "Fix one more db.execute in mssql test\n\nChange-Id: Ia34da0d3bbaaa3e98a5318191a38a5c3354061c9\n", "proba": 0.0022288819309324026} {"commit": "b5922f2a587b7b3771255a9932b4aa011fce064b", "message": "Extract max chain length and cycle # from shelxe log\n", "proba": 2.0209766660173045e-07} {"commit": "75c719123c295bf8460061ad3ca3123a68fc6c2f", "message": "add signature content functionality: method as well as changes to get_event()\n", "proba": 1.2622345479940122e-07} {"commit": "83a8f11e02e081c3e869b6f56f58dc1cb844e524", "message": "Test adding a regular plan to a customer billing account\n", "proba": 4.189317337477405e-07} {"commit": "d7d2d25ab9e3124836c6be8ab4ecaeb9aab4d21a", "message": "SQL query text caching for Set.add_m2m()\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@1496 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 0.0001507337437942624} {"commit": "0eef7a16df7bbfdc9b41e79a6cb9623c44d6530b", "message": "run tests with all backends\n", "proba": 2.5794756197683455e-07} {"commit": "246e298b5390e6840189d829c99498921df2fa68", "message": "Use wsgi.file_wrapper if possible\n\ngit-svn-id: cc65bc9ed7fa717314bc8890b6f123117eea230e@1072 698dff77-f410-0410-8918-cf622e150f36\n", "proba": 1.6212654372793622e-05} {"commit": "16c39c500102ef4b734faedf708a434dfabc8997", "message": "fix bad reference to \"closed\" property in case schemas\n", "proba": 1.3690126252186019e-05} {"commit": "7bfa3d0abd9bdd15ee604d3c5adb4457e854b875", "message": "add batch normalization to conv2d layers 2 and 3\n", "proba": 1.6469832189613953e-05} {"commit": "a41d1459689df73b8e07d5e83ff1cd67439d5ebf", "message": "fixed a variable naming issue\n", "proba": 1.0552315643508337e-06} {"commit": "01ef91fe871b8d27f5c5f05a743f36cf0ee715c5", "message": "Fix the total row\n", "proba": 0.9999995231628418} {"commit": "58ed30d48a5daca11d073e5b1e6936309495312f", "message": "Fix mnist example\n", "proba": 1.1076252803832176e-06} {"commit": "8468bbf8e9694228c9b0fa0fec81ae839a2d41b0", "message": "Removed 0 replicas from INDEX_SETTINGS.\n", "proba": 1.1033622371314777e-07} {"commit": "62a6ded77d2c13dbd12fcf871f11846c2c6b8f50", "message": "Minor bug fix.\n", "proba": 1.2479765132411558e-07} {"commit": "28568952959f47bc2b3108e64df5f132390efa46", "message": "Make cluster_run collect the rest of the output after a returncode is available and make sure it is printed out.\n", "proba": 1.4561160810444562e-07} {"commit": "ae16c4db79bdac22d552449db2c436d28d2031d3", "message": "Modify clusterperf to output logs to stderr.\n\nPreviously server and client log messages where dump into stdout\nalong with the clusterperf output. This clusters the output stream.\nWith this commit, log messages still reach the command-line but can\nbe more easily filtered out if desired.\n", "proba": 1.1369155572538148e-07} {"commit": "eeb9cdedad07c54b5848a9779d08153e072f55b6", "message": "Moved query_columns() call in vectiles provider so results can be cached\n", "proba": 2.1016955997765763e-07} {"commit": "23415801d70b578853a593164e34d01912b42f2f", "message": "Starting to add in progress bars for mounts.\n", "proba": 1.0686303397733354e-07} {"commit": "732b3a7864a15f0631b229ea8c6746601edefacf", "message": "Don't import imp if we don't need to.\n", "proba": 1.2897839951619972e-07} {"commit": "bf61d7a6aa15c4210ae9f191c1b01659f42583f7", "message": "Rewrite this test not to use pexpect.\n\n\ngit-svn-id: 4c4cc70b1ef44ba2b7963015e681894188cea27e@323805 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 0.9999992847442627} {"commit": "bbcb5efc4229fe48a69a1a3319381e2c9ab848ef", "message": "fixed indenting issue\n", "proba": 3.9258512174455973e-07} {"commit": "58fa02c418d27ddeed6488502e0855a1f955dabf", "message": "CLEANUP: Cleaned up the database interface\n", "proba": 6.206933562680206e-07} {"commit": "fcaf5ce40a1806ecac488ea5cb7ccb159b2a3e94", "message": "Bridge WIP\n", "proba": 6.035706974216737e-07} {"commit": "641d0746b5b8a454da08452adfbd43dfa6cc3128", "message": "\u041a\u043e\u0441\u043c\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u043a\u0438\n", "proba": 4.742729231566045e-07} {"commit": "380f22de60c08adca9c17e3b30b37ed7a8cddc72", "message": "fixed 3rd argument in filter-sodd; eliminate N-containing seqs\n", "proba": 7.061934752528032e-07} {"commit": "1b5a72a9169c84ab43315987f269d3c548abce16", "message": "Update remove_trigger method\n", "proba": 1.7119498352258233e-06} {"commit": "221d3b37897cb0ac533e11b8a435fcbcf5d854a9", "message": "Minor code change done\n", "proba": 3.73204869674737e-07} {"commit": "8bcd0c3a9ff11a00efda97a18f56f8d38f5654d7", "message": "add import roslib for binary build\n", "proba": 2.5282139404225745e-07} {"commit": "c99723dfb43d6151d0c5836b53d3ddb70311106c", "message": "modify self.write_json\n", "proba": 1.0205819307884667e-05} {"commit": "36d496595f07ff82821a8016aad695c3f86f4b02", "message": "implemented find_evil\n", "proba": 0.0009633293957449496} {"commit": "b9d3974110999ad9351aa2ac29df99d68fe33ffe", "message": "Removed unused variable.\n", "proba": 2.115639716748774e-07} {"commit": "cd29730e4d5c85e908fed6ec394c63ee69ca0424", "message": "Added unique lattice comparison tool to core\n", "proba": 1.1506803332395066e-07} {"commit": "1a5c34b4a0bba691f05eb404d2e91d626b41bdc0", "message": "updates, enabled verbose again for ctest\n", "proba": 1.5281663934274548e-07} {"commit": "c91741f8de5d9604cc145727fb2b7d5332f6fd7d", "message": "add nwsli2state to iem lib mesonet\n", "proba": 5.082439429315855e-07} {"commit": "1eba8fa7d59908a06b1197b36b95969cee9ea8b8", "message": "Use setter injection for the openings_mgr\n", "proba": 2.1582683018550597e-07} {"commit": "b31db03404389a6445cb5dd19f8fa318bbce2004", "message": "use sub temp dir\n", "proba": 5.309786956786411e-07} {"commit": "554c370311f9f9b6e7162b891b1608e817faab94", "message": "Exit with function return code\n", "proba": 2.589946689113276e-06} {"commit": "593ccae51011f1a9341fc4422238525dbe15f1fd", "message": "test for XILINX=1 in bsvdefines, etc\n", "proba": 5.706780257241917e-07} {"commit": "094c5968f4cd9f69d9f08868d744820ba5eef101", "message": "Fix cleanup name\n", "proba": 0.0005507832393050194} {"commit": "9cfe1657107df15775e5bff88689522317762fe7", "message": "Changed PayPal IPN URL for consistency.\n", "proba": 1.0974916619943542e-07} {"commit": "58509079a2d20cde7ba936beb70a81e1bc33ae52", "message": "fix chatbot callback refactor\n", "proba": 3.9099218156479765e-06} {"commit": "322b5b26bce982f75251ef818aab0b8d5bad2304", "message": "ISSHA-489 fix week string\n", "proba": 2.5030719825736014e-06} {"commit": "509dc3a0967bce0b45f2e6d4a5e3b77daf546683", "message": "Replace manager set up with persistence helper.\n", "proba": 1.3038953738941927e-07} {"commit": "b2a27dc74b2a20fe9f61078762b5adda3fb4b6eb", "message": "Add single linkage documentation\n", "proba": 2.8373040095175384e-07} {"commit": "67d64cdf8f634cbe382a62efe90672e597409daa", "message": "test lightweight\n", "proba": 8.185060096366215e-07} {"commit": "6d460221700e8519b5d18a501dce9e4110373b7d", "message": "Automated merge with https://rammbock.googlecode.com/hg/\n", "proba": 7.44719045542297e-07} {"commit": "855e31f5b4c29c0966e5c36e4a80229a7ffd355f", "message": "separate input and output syntactically and dump more elaborate summary\n", "proba": 2.414100345049519e-05} {"commit": "833f802d22ba68da4588f014f56dd4401467a8b3", "message": "Fixed problem when mixing commands that wanted a response and commands that didn't\n", "proba": 7.170640969889064e-07} {"commit": "37a12a38041ed4cde352538b548b6712c5d75e3c", "message": "GOLD-696: Explicitly add the Image node.\n", "proba": 1.1306723024517851e-07} {"commit": "4f711689549ac7d33b45de1c018c213e6f9a3f21", "message": "add prepare_download task\n", "proba": 5.360845989343943e-07} {"commit": "e2c4fd594581295329c4b574ac633ca7e8b56e43", "message": "patch for httplib2 change from Arfrever\n", "proba": 1.3879271421046724e-07} {"commit": "c8569cc7f4c2d6f25453a11e2bcc6c104c23242f", "message": "close correctly over msg_pings", "proba": 2.3263037292053923e-06} {"commit": "e6121852703a0da07f3103889e611fde764ee87e", "message": "Fixed typo: Ack is (60, 72)\n", "proba": 0.0015295182820409536} {"commit": "4df5f1ba29138d68f00201642cfe508289f9a690", "message": "Identify bot requests checking X-Forwarded-Authorization too\n", "proba": 1.7350050995901256e-07} {"commit": "e2ee1719970dd93838ee78ebb78bea1f42d46e18", "message": "BUG Var init crashed if no units kwarg\n", "proba": 3.5484600857671467e-07} {"commit": "0e2b386dddc85132c14474930cb7ae6f631a0adc", "message": "Update the workflow example script, workspaces are not created automatically\n", "proba": 1.7464562063196354e-07} {"commit": "473639c22ad461ee8e9bc79127b6b2316d6edf13", "message": "Fix Unicode decoding error\n\nMore may crop up with this \"fix\" though. Lovely, ain't it?", "proba": 1.1578762126873698e-07} {"commit": "f01fca10761569fa0c76dc40b262b6bf8e56ce81", "message": "Removed the @expectedFailure decorator for test_with_dwarf() test case. It has\nbeen fixed.\n\n\ngit-svn-id: b33bab8abb5b18c12ee100cd7761ab452d00b2b0@113981 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 2.6367120881332085e-05} {"commit": "c8ed1c82c8a42ef700d4129d227fa356385c1d60", "message": "[SQUAD] Load checkpoint when evaluating without training\n", "proba": 1.2994041753700003e-07} {"commit": "aa8368e143084d3ea10abb393486b5d9695d5192", "message": "Forgot to check logf in cleanup()\n", "proba": 1.2072673882812524e-07} {"commit": "ce3017b79bfec3ffc51fc73cca2807c9fe5f66d3", "message": "updated version number\n", "proba": 2.781709099508589e-06} {"commit": "199ad649ca26ec13a0931f7d654b82f37e2128ad", "message": "Remove rogue check + typo in check_cpu_winrm\n", "proba": 1.0769516620712238e-06} {"commit": "5419178df3a252d4c2ce16cef57a1fab9641dbc1", "message": "Remove time_vary switch\n", "proba": 4.8842393880477175e-06} {"commit": "181d570e4a3cb106e33237c1c42c344546b26acd", "message": "test: avoid non-determinism in asmap-addrman test\n\nSummary:\n```\nThe probability of collision when adding an addrman entry is\nexpected to be 1/2^16 = 1/65536 for an address from a different /16.\n\nThis change hopes to avoid these collisions by adding 1 tried entry before adding 1 new table one, instead of 2 tried entries followed by 2 new entries, which appears to have caused a collision in the CI.\n```\n\nBackport of [[https://github.com/bitcoin/bitcoin/pull/23084 | core#23084]].\n\nTest Plan:\nIn a loop:\n ./test/functional/test_runner.py feature_asmap\n\nReviewers: #bitcoin_abc, PiRK\n\nReviewed By: #bitcoin_abc, PiRK\n\nDifferential Revision: https://reviews.bitcoinabc.org/D12363\n", "proba": 0.0016476811142638326} {"commit": "9e7bc51b95118528bb6c394d02c341cb5401e25d", "message": "Update run_squad.py\n\nIndentation change so that the output \"nbest_predictions.json\" is not empty.", "proba": 2.042045025518746e-06} {"commit": "8712b6f4f6c91b0f5aca3de98efe81deb2c7262f", "message": "chore: use gapic-generator-python 0.62.1 (#1127)\n\n\r\ncommitter: parthea\r\nPiperOrigin-RevId: 425964861\r\n\r\nSource-Link: https://github.com/googleapis/googleapis/commit/84b1a5a4f6fb2d04905be58e586b8a7a4310a8cf\r\n\r\nSource-Link: https://github.com/googleapis/googleapis-gen/commit/4fb761bbd8506ac156f49bac5f18306aa8eb3aa8\r\nCopy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZiNzYxYmJkODUwNmFjMTU2ZjQ5YmFjNWYxODMwNmFhOGViM2FhOCJ9\r\n\r\n* \ud83e\udd89 Updates from OwlBot\r\n\r\nSee https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md\r\n\r\nCo-authored-by: Owl Bot <7f39581e9a7ddb69f3fa3e6fc69a582ea2916fc9@users.noreply.github.com>", "proba": 9.880893685476622e-07} {"commit": "8f5c6f4da08f1576feca493b23b40ab6060efac8", "message": "SCons exits with a non-zero status in case of test failures.\n\n", "proba": 1.3758385364326386e-07} {"commit": "b2cfc6d105bd42c061f4df61e9e5341759452333", "message": "added rough translation of phong shininess\n", "proba": 1.5899694005838683e-07} {"commit": "2f791d9e4d01d9fd507df598c80a2a2cf80d433b", "message": "TST: fix test flake due to dict ordering in Python < 3.6\n", "proba": 1.690015238864362e-07} {"commit": "79b04a034fbd9acbed6ffd634c9f5cb2d6bf939e", "message": "Update check_dashboard.py\n\nkazoo\u7248\u672c\u95ee\u9898\u4fee\u590d", "proba": 3.0451030852418626e-07} {"commit": "8eaced674bbac4ef55425a86f6f2c374abfaaa94", "message": "Flake8\n", "proba": 7.333250096053234e-07} {"commit": "6f3d5ad67ac8e7b50abae1a2949898d858e38106", "message": "test: use f-strings in feature_asmap.py\n", "proba": 5.9425165090942755e-06} {"commit": "0052e2bc79c1208f9c1861142828ec90efe25679", "message": "InputFile currently has no syntax errors.\n", "proba": 1.2714987462913996e-07} {"commit": "3ecf7a1713c00d34e3d64845ffef9718fbda6747", "message": "Adding a general timing function, that plugins can use that isn't just for messages\n", "proba": 6.509694685519207e-07} {"commit": "e77764ad8d9d474dec32ce410fc5c64f8beff68c", "message": "OPT: improved the use of parser for testing\n\nFormer-commit-id: 748fd32072d657ec68d552b687d430698bebe5ba [formerly 12ef1dee18fdbba9d5f95d0091efc1afeaf8e05f]\nFormer-commit-id: 55bd28809541584b3eb68e641e9c754cdde86cef\nFormer-commit-id: ff17f266ec8887dda127d9f9e262517b8ae2c90f", "proba": 0.00011297067976556718} {"commit": "17f5a7c24b79a8d183f3f67fed1778c35c575df0", "message": "Database made\n", "proba": 1.9533244710601139e-07} {"commit": "ba32414cac93bc8048b5da2c3d579d29c02cf3bb", "message": "XFAIL corner_case_test unless CORNER_CASE is set to a non-empty value in the environment.\n", "proba": 1.2504902713317279e-07} {"commit": "53b23e04d452c39c39094ee4fbde0e2d76c5db08", "message": "Update FASTQ docstring\n", "proba": 7.239339083753293e-07} {"commit": "c52969e020ecc2da1ab0625d6f28abd01bdf1c73", "message": "test: remove redundant generate\n\nsetup_nodes takes care of getting out of ibd\n\n\nFormer-commit-id: a57bbb5c3da3244743ce5f19a898f7329fb7d897", "proba": 1.8211469068774022e-05} {"commit": "6a10cf4b3f3a5cbcedc7cc7dc40e10e5debd98e3", "message": "BUG: fixed bug in importation of msct_types in msct_parser. Fixed #296\n\nFormer-commit-id: da2048f76e6d8f7a47d02b18e8af434a919bc790\nFormer-commit-id: fb1c8a050609afaee97bf594e0f124ef4dba0cff", "proba": 2.010278649322572e-06} {"commit": "c99da6f0a0dbbbc9d6825cfb42eb82942dfeca8b", "message": "fix wording for british gut\n", "proba": 0.9985376596450806} {"commit": "b0459c7eb918d86e14d3719d2052187df279975e", "message": "Fix up topic classifier.\n", "proba": 0.0038708578795194626} {"commit": "9db3ab19279f9068d7619a06c587d595fc15a06d", "message": "deg2rad > DEG\n", "proba": 5.400812369771302e-06} {"commit": "89551130f798de9dd1bf0bed92c77b19ef732ade", "message": "BUG: fixed issue on coordinate inputs for msct_parser\n", "proba": 2.3204289334444184e-07} {"commit": "c6025e8f3982948a3d386e5a29225e084ecc2168", "message": "Fix unittest\n", "proba": 2.0042938558617607e-05} {"commit": "022955125ad49e36d99d882f6e0f8d0be0481700", "message": "Update version\n\nSigned-off-by: Simon Luijk <088e16a1019277b15d58faf0541e11910eb756f6@simonluijk.com>\n", "proba": 1.096064892180948e-07} {"commit": "5c71a2a0221bcf8a16a7d37caaabbea9c5651674", "message": "add SITE_ID to test settings\n", "proba": 4.4874445848108735e-07} {"commit": "fe22acc4040306fcc14fe5ac28d060643170250c", "message": "no underscore\n", "proba": 0.9999992847442627} {"commit": "49734cf48e1e42178cc0f12dd97a01bd67bd5457", "message": "Removed usage of extended variable.\n\ngit-svn-id: 602a26e73ae9f2a14e2bb95676f2e137fcc39919@2429 7c0444ca-5550-0410-9008-faecdbe78eb5\n", "proba": 8.023270493140444e-05} {"commit": "09a229a9e4a1994a22c285d0abac77d801daacf0", "message": "packaging: setup: all-in-one: postpone import for vdscli\n\nPostponed import of vdscli in order to not\nbreak development installation.\n\nChange-Id: I1fa236b356002a913a505e81766564c4ea1524cd\nBug-Url: https://bugzilla.redhat.com/1100236\nSigned-off-by: Sandro Bonazzola \n", "proba": 1.4500463407784991e-07} {"commit": "7f13c68f41c58ced6c2a6fe25283c3287eadedc4", "message": "remove superfluous if statements\n", "proba": 0.9999994039535522} {"commit": "90ae314ca06e31b9f8efd521392ff3e59d66663f", "message": "boot: Fix error message heuristic\n\nActually, I'm not sure that this is right either. But it works for\nwhat I'm doing at the moment...\n", "proba": 1.1753812856341028e-07} {"commit": "09ae28be13f7f00bbf859c256081e50b0b704f26", "message": "Adding timestamp to log line output.\n\nSigned-off-by: Tim 'mithro' Ansell \n", "proba": 0.9980015158653259} {"commit": "b55b53b781350addad83fe93ac68c5c6c7188847", "message": "optimize generation of transport nexthop\n", "proba": 2.6186075956502464e-06} {"commit": "dc25fdb5f150d9e03447f75fea2a03f242d5619d", "message": "* [Blender] ``blender.toolbox.general.FitStentilToView()`` is now working properly.\n", "proba": 9.701359005021004e-08} {"commit": "4bb4f67046ef167a1cf398c389cd2f938b50c91e", "message": "added traceback logging\n", "proba": 3.922075109130674e-07} {"commit": "29e8f71d43ee597e2d6cd3f2406e41e37ebd08b1", "message": "Clean up the cache before testing caching\n", "proba": 2.6490401978662703e-06} {"commit": "459f39347566b2130a9cd1631af5e6a2a38cd291", "message": "Properly style label tag\n\nDecorating the label_tag method on BoundField instances in the Form allows us to apply the input-group-addon CSS class to make this a proper Bootstrap input-group\n", "proba": 1.334699248900506e-07} {"commit": "9f0b366fe8f2af3350e66739efd9eeae18266b70", "message": "works with formsets now as well\n", "proba": 1.0875207578919799e-07} {"commit": "a495ebbd4e7a59d712fcfca1ee42fd5ce4d9843a", "message": "add to all\n", "proba": 1.7182045439767535e-06} {"commit": "ab18afc92287b558d60b83d053b368341eb0badf", "message": "Bump to version 0.12.0\n", "proba": 2.0192042882172245e-07} {"commit": "e4f615d769e2297d3b259a8d3dd29661c864ac84", "message": "SmartReact self.bot.say -> message.channel.send", "proba": 8.415416914431262e-07} {"commit": "bd7bd913e30105689fca4c145db049b231354a8d", "message": "Properly set variables for I(VS). Remove argument 'bits' from constraint_to_si()\n", "proba": 8.280485053546727e-05} {"commit": "b2c6bcc57b7003224800221c0182c14496fffe40", "message": "remove calc_toa_gain_offset_new as its not used\n", "proba": 1.6000329878806951e-06} {"commit": "54a9d1c91c93f8f2093651984501e0107cbe9979", "message": "return status message when workflow launch fails\n", "proba": 8.865416134540283e-07} {"commit": "3e235605595613a897e95fd876406ce8b353c26f", "message": "Arrumando a exce\u00e7\u00e3o levantada ao acessar uma galeria inexistente (Closes: #342)", "proba": 1.1484569739650397e-07} {"commit": "6ba95d921dbc4e805384e5fd74bc4800548bc83a", "message": "Replace string default for int argument with None\n\nUnit test for `get_product_trades` now passes", "proba": 6.993773240537848e-07} {"commit": "b1f8fe6a184bfc6f4d2a63c3d1580dd27aaf2b98", "message": "[gear] Remove broken and unused Transaction functions (#11367)\n\n", "proba": 1.0559326568682081e-07} {"commit": "23cc4bae9e94ff5ec8abf1a5b8bc5e91a232a500", "message": "bug fix.\n", "proba": 1.4662215619409835e-07} {"commit": "993afa76e5dc6d7c4003c2bb6b6699a2b92f9aaa", "message": "Dont lookup if search string contains less than 8 digits\n", "proba": 0.00011166799231432378} {"commit": "8a7320bc64e3d36fde75fab4b4c93fa814987bce", "message": "parser: improved scope handling\n", "proba": 0.0002578407002147287} {"commit": "961b1ba4f8a196fdbc36dd15202aa292f35555db", "message": "Bug fix: percentiles are smooth\n", "proba": 8.288069511763752e-05} {"commit": "e5fe93aa80793783dde7a378f22cfcbc24e8a295", "message": "import script for torridge (closes #3311)\n", "proba": 1.0365148739310825e-07} {"commit": "abaf4b50ae655f369a3cba982acfd43a0ae2f4d2", "message": "added flexibility to remap targets\n\n", "proba": 1.4944872361866146e-07} {"commit": "0a2878ee0bb74e29f7bb44e2375b7b82094041a9", "message": "incrementing version after GlobalSplitU feature\n", "proba": 1.2989518438644154e-07} {"commit": "35961fbc9a9ed4cca87d2fbd75f53ae3a53c5c7b", "message": "enabling versioning on spider repo bucket on create\n", "proba": 3.3033990121111856e-07} {"commit": "8f5d0e6e4b1fdafb4e67e42582c0c6decf57a0e0", "message": "BUG: fixed issue #544\n\nFormer-commit-id: 0c08009c9d355dbf7bc1d73bc8ad513b2f439699\nFormer-commit-id: 80a452e1b748e4b272bef2a95ed5de12ec45c36f", "proba": 4.2368932895442413e-07} {"commit": "508859dfd9420c6287ff905167ecf4c6c06c2fe8", "message": "Order fix for assignment panel of students\n", "proba": 1.3782916141735768e-07} {"commit": "b23e6886218bb7d92ec6ddaf8b8105ff71585b4e", "message": "use continue QS param for /health/p", "proba": 2.3452862762951554e-07} {"commit": "5ee57ce7cb215afe69696a46874b58ed66a7bedd", "message": "store the log probability of the model\n", "proba": 0.021662555634975433} {"commit": "3e36161d5a665a9151b8264883b044edb935f638", "message": "add a custom handler for 500 error\n\n- add 500 response code to is_success function to handle the 500 error\n in caller instead of `http` module.\n- if the user encounters 500 when trying to fetch the logs, use\n `DCOSUnprocessableException` to include the text with the actual error\n message.\n", "proba": 1.1844689140616538e-07} {"commit": "c544c7b1b5928b751e6ffdc8ee5ae2137c5fd614", "message": "change observer properties to astropy2 syntax\n", "proba": 2.9760565212200163e-07} {"commit": "2a3933616627b57a9717564d1d541ea4b3803cd4", "message": "Fix #355: whitespaces between source and translation are kept intact\n", "proba": 1.1254282981099095e-05} {"commit": "2aaaf237ad97d2351f5776a2c8acf55df7385cff", "message": "Fix bug where you couldn't run 'homely update ~/dotfiles/'\n", "proba": 1.2064214161000564e-07} {"commit": "04ec834395be3027fcdeac9a07d0c35f8bca23ec", "message": "changed to explicit full import of ctypes lib\n", "proba": 2.0176008774797083e-07} {"commit": "eb114d07e5cd9b874638c32bbccc5fc077ad1b65", "message": "Remove unnecessary comment\n", "proba": 4.0180378846343956e-07} {"commit": "c018e95045ff2314d96db3a5405c8b87d644a587", "message": "Adding version to clicon module.\n\nSpecifically, adding `__version__` attribute so that `sphinx`\ndocumentation builds will complete.\n", "proba": 1.1400098287595029e-07} {"commit": "a8849351b2234a0597dded0f8f80f35ac35c4aa8", "message": "Modify automatical loggable documentation\n\nMake the added documentation link to `hoomd.logging.Logger`. Also only\nadds default information if a loggable quantity is not default.\n", "proba": 1.1758835682940116e-07} {"commit": "0d62451a72524047b5fbd18db142c70ed086e378", "message": "Remove global variable templateGlyphNodeIndexDict.\n", "proba": 1.366862960594517e-07} {"commit": "8f5a1fa4764c774d553aa728a1e32b316bfa4b7f", "message": "Add documentation for hoomd.logging._LoggerEntry\n", "proba": 2.5902531319843547e-07} {"commit": "9714d2e516dd0cd6100d2b4310d83914758ba88c", "message": "Remove min/max pos from 2nd acna call in vis_defects.", "proba": 1.0894307678199766e-07} {"commit": "28ffa25555b6cf9b34f19780e82544600a101b6e", "message": "Change move code V1.1.1\n", "proba": 2.2731389890395803e-06} {"commit": "e78bcf589641cc389be88110733d8235cc249a01", "message": "Fixing QSocketNotifier warning (#254)\n", "proba": 1.1687863832321455e-07} {"commit": "905ae42f27c7a13c08a61b2405b6cacd825d4d9d", "message": "Implement doc fix from #434\n", "proba": 1.3509243501630408e-07} {"commit": "3659babce74a20662d7f1ce14701c0b12357668f", "message": "fixed some bugs\n", "proba": 3.6130126090938575e-07} {"commit": "fca3dc4e7005250a3a49028e2131b439663e0829", "message": "Flushing stream before calling subprocess\n", "proba": 2.067336737354708e-07} {"commit": "a1332e30e048ec160a36fd2309d0708a5233ae24", "message": "Use local Postgres authentication for tests.\n", "proba": 1.197260104390807e-07} {"commit": "e914c6840e8f1d6173ef46fa784d2e1301552c80", "message": "Use class description attribute for argument parser description.\n", "proba": 1.2966931706159812e-07} {"commit": "ac6d076a5c65c3e1815baccc83e505190df8b677", "message": "handle use of zero-velocity for note end\n", "proba": 2.024155492108548e-07} {"commit": "60aeb8701323ce8dcd6058f171a6d5b8237170e9", "message": "update genetox report template\n", "proba": 1.7185472245273559e-07} {"commit": "e835140223e56c534714635cf68485da71642872", "message": "[IMP] External API docs and cancel_transfer update.\n", "proba": 1.0609716838416716e-07} {"commit": "2fbcebb6b6a19822aa28f0a2027386283e311cbd", "message": "Siplified import\n", "proba": 3.4747995414363686e-07} {"commit": "5f60cd1e2b4e3db058522ea18459bd1bdee83b2d", "message": "removing: this is a pretty bad example.\n\ngit-svn-id: ebd26f0b4afd3fb7c0e0d88f39b62381954d19ac@1246 64d93f2f-123f-0410-81d3-998474c5a783\n", "proba": 0.004343986511230469} {"commit": "db3a1339de1df1c42a45704876a26f7d87b4ef1a", "message": "Look up book title on export (#1141)\n\n* Look up book title on export\r\n\r\n* Changes to using Widget instead of performing lookup", "proba": 1.3474887339270936e-07} {"commit": "685f3d32380238b85c51feb3ef3201cd18f6cb93", "message": "add CompletionOrSubmissionTimeFilter\n", "proba": 2.0197551009459858e-07} {"commit": "f7c0f5956d07c4a2c9049f9ab9b15bac913952eb", "message": "Reference class objects using self in middleware code.\n\nI hope I'm not missing some obvious reason why we were doing things the\nway they were.\n", "proba": 1.7737897906044964e-07} {"commit": "bacf3e5c7a9a75ebae83b9168301f51d8b613782", "message": "admin: Add search for message admin page\n\nSigned-off-by: Fam Zheng \n", "proba": 1.1953274281495396e-07} {"commit": "7e12375673fc30580b9968fe3b2e71a511760f2e", "message": "almost done, still need to fix position and scale of final image\n", "proba": 1.6668711566580896e-07} {"commit": "a34391a1e4b09138b34b27c7537f41145ec6ad97", "message": "- bugfix: correction of import scan\n", "proba": 1.2281012118364742e-07} {"commit": "2e98149d473400c8045879f9ffe0e53f15852ccf", "message": "fix bugs in instructor time pref constraints\n", "proba": 3.179824261678732e-07} {"commit": "1808a04db8d8d3e8e6dec6fb593d9e12b1fd4e57", "message": "Restrict related links to 5 not 4.\n", "proba": 9.39875917538302e-06} {"commit": "b446e3de38677309db54a2427d8df8da918247ed", "message": "only raise soft assert if pillow is found\n", "proba": 2.468131867772172e-07} {"commit": "74aa445c40a00af07f40f73696c213c980cbd04b", "message": "Update IRClient.py", "proba": 7.231541871988156e-07} {"commit": "aa17018a38fbc660f019f003a1c6e58bd538c9b4", "message": "Parse __version__ from __init__.py\n\nThis way we don't crash if dependencies aren't installed.\n\nLicense assent:\n https://github.com/zulip/python-zulip/pull/3#issuecomment-18182458\n\n(imported from commit f1aa37e97c60a06234c004ada48e08984a085d6f)\n", "proba": 3.249492010581889e-06} {"commit": "836297cdac17edf8f436ed5c788d405fe81b0c78", "message": "Fixing code for the ir_spectra\n", "proba": 8.71577958605485e-06} {"commit": "74fc7a59ad3ab6fee1e05655213af9735dbefa95", "message": "api.wsgi: update syspath\n", "proba": 7.636267014277109e-07} {"commit": "fd383d8070a5c58c285c5d60179a653977716a68", "message": "Refactor agent script\n", "proba": 3.823358269983146e-07} {"commit": "afe3e1d6f5ec9d8c6447659802194de41d406b97", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "3efbe053e0d9d4ab9e563cd152dc76f6e33d5d58", "message": "capitalize description\n", "proba": 0.9999994039535522} {"commit": "a77a680aa3b61dfbefa179a5c7ca6c557665b8eb", "message": "REF: Reorder Kalman smoother output with Cython", "proba": 1.1950178304687142e-06} {"commit": "4558bea1c05720bd9dc675e3e66dce34ffe5f2c2", "message": "add commment of methods of `Person` class\n", "proba": 3.679219662444666e-05} {"commit": "9fd19214f456a064f298ae988e0e62dd1d803afd", "message": "remove debugger\n", "proba": 0.0001330543600488454} {"commit": "c3e8ba852a62ddc5fc18c0585c6826c4cea5d26e", "message": "Added min_step support\n", "proba": 1.3931321518612094e-07} {"commit": "9dc5c4d31acef6753107f2caff195f28161811c4", "message": "Allow transforms based on catchment attributes\n", "proba": 3.7242054418129555e-07} {"commit": "4f21d35463d837a03784a516d4192e71521bab50", "message": "ready for CCP4\n", "proba": 1.580273476520233e-07} {"commit": "c7906a7fa576fb6ea70efafe50e23185e7020d4a", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "02908f8ab4fdd87296198a0a1ae3a0b1cec1f319", "message": "add harder test comparison, mine fails\n", "proba": 4.6651896923322056e-07} {"commit": "9ec0fe9b7623a7887aae4f62ac70fa30ffc91c38", "message": "More tests and a bit of PEP8 fixes\n", "proba": 1.1258518384238414e-07} {"commit": "5e383e1d3c9eb7374b2b8b5d0cacb8fe0ccc7daa", "message": "fixing spelling\n", "proba": 2.426122227916494e-05} {"commit": "8bc1de3f7885865c30eb15727ddfaedf5f2ac40c", "message": "1.0.2dev: Merged [12557] from 0.12-stable (fix for #11498)\n\n\ngit-svn-id: 3aa280b99a9b480b02b1e2eda394e64594ad3297@12558 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.6304256860166788e-06} {"commit": "b87346af0ca7a3ec8a043d10efb93f40e8903961", "message": "Fixed param name in journeys/to endpoint\n", "proba": 3.129069057195011e-07} {"commit": "789f397e024dd95af45071bc2d5493e6052ecdf6", "message": "Implement channel response message handlers (#7)\n", "proba": 1.62929893576802e-07} {"commit": "b16fd35b5130d962f9b58705057692df66485363", "message": "remove duplicate word\n", "proba": 0.9999994039535522} {"commit": "36794721c33e7fc308fccc16d18575e4c73e1dbd", "message": "pep8 cleanup\n", "proba": 1.5326823188388516e-07} {"commit": "deba4f16068b569a17cee0882a7c4aab52124db9", "message": "Initial commit of global surface interpolation function\n", "proba": 1.5292597765892424e-07} {"commit": "bfa84adb72c01db5e2283e479239e0bb45db38ec", "message": "Service tests get settings from environment variables\n\nChange-Id: Id450e476815dffcf6c3ed34f46145fe6aabf2994\n", "proba": 6.450454748119228e-07} {"commit": "4baf737660a9852250ed67bb845544c509a51527", "message": "Lowercase pipette axis\n\nIf you do a find all for axis.upper() and axis.lower(), you'll see that\nRobot uppercases axis then smoothie both uppercases and lowercases it at\ndifferent times. Rabbithole.\n\nThis commit is to fix a bug in app 2.x, where if you load a protocol\nwith pipette axis='A', you cannot jog the plunger or move it at all.\n", "proba": 6.559492931046407e-07} {"commit": "8d45296091b5725e81a9542e647cbe9ef9cb2cd9", "message": "finished writing privacy tests\n", "proba": 1.9459467637261696e-07} {"commit": "050ee32a432b85faeba414ecb4b4e55d1a440a74", "message": "fix handling of empty phenotips_data field. Fixes #253\n", "proba": 2.655069977208768e-07} {"commit": "9552af1b91c91d1356ee82f430b8acbe0d5a46ef", "message": "slug in dummy invite data for user messages\n\ngit-svn-id: 3a1f96c1df70beed629b865f4bf13a821c4b1f97@461 befef031-aaeb-48d0-b70f-681328309d3d\n", "proba": 1.8766152152238647e-06} {"commit": "1e26e2070bef085c5e515cc0a39c36e737e37038", "message": "Add --no_watchlists to some tests to work around unit tests failures.\n\nTESTS=still none\nBUG=none\nTBR=nirnimesh\n\nReview URL: http://codereview.chromium.org/126031\n\ngit-svn-id: bd64dd6fa6f3f0ed0c0666d1018379882b742947@18245 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 1.3023608289586264e-06} {"commit": "d42ffebdb5a697fd45d387478cd03a2eaccda83e", "message": "ENH: add plot points with colormap\n", "proba": 3.6579066886588407e-07} {"commit": "24d09aa545666cff6fbc0052910d21dcbc674ddd", "message": "Explicit casting to prevent traceback when an exception is passed instead of a string\n", "proba": 4.2583221215863887e-07} {"commit": "85b15be410353d8ccc1fd681510b86d5b36fb0fd", "message": "updates batch_norm, better implementation\n", "proba": 2.6458641855242604e-07} {"commit": "d7beca9eca332cf028de152aeb69b46230c04841", "message": "Update test for new geocoding\n", "proba": 1.9822731189833576e-07} {"commit": "1708d696752f4e7acb52ae05edb52d08336f5935", "message": "\ud83d\udd27 fixes for Keeping Pace migration\n", "proba": 1.3405212939687772e-07} {"commit": "79e0ff0f199ec22b2635b0fc3b5b573a2ecb90f5", "message": "\u4fee\u6539\u81f4\u547dbug,\u8be5bug\u5728\u7528\u6237\u751f\u65e5\u4e3a\u7a7a\u65f6\u8bbf\u95ee\u7528\u6237\u6570\u636e\u4f1a\u51fa\u9519\uff0c\u540c\u65f6\u5728\u53ef\u8bbf\u95ee\u7684\u7528\u6237\u6570\u636e\u4e2d\u589e\u52a0username\u9879\n", "proba": 2.4676469934092893e-07} {"commit": "375a8338675940c1ebe9c6525555e1bdc7007aeb", "message": "Automatic indirection of debug info in executable if debug info has been splitted from object files using -gsplit-dwarf\n", "proba": 4.2787493725882086e-07} {"commit": "d58af38e808cc6fdb5f477523b949679766c21d6", "message": "adding MACS to live data stream\n", "proba": 1.8852453820272785e-07} {"commit": "db4636bd6f3760f046d9a29e56ac4dc97a6f818b", "message": "Update tests\n\ngit-svn-id: bd64dd6fa6f3f0ed0c0666d1018379882b742947@47435 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 9.016927151606069e-07} {"commit": "97d0eb59e6196037a348148c4b62e62264198bdc", "message": "Changed utilities.extractWindow to use iteration instead of fancy indexing to reduce memory use.\n", "proba": 1.0524139781864505e-07} {"commit": "889e48568941d57798434c021218474cd6571cce", "message": "fix format in Task.repr\n", "proba": 0.0001557075884193182} {"commit": "04063ae05b3bcbc46dc3c171b17471ad282a2b74", "message": "Fixed the issue arround stream name\n", "proba": 2.873345863463328e-07} {"commit": "e26cbd5bfe989b4c1c67cfca6021080b8f201dd2", "message": "fix namedtuple name in df apply\n", "proba": 0.0001343158510280773} {"commit": "feaf7ec6833a0785bbf19db7044a7a354dd99fed", "message": "Ensure resource updates trigger update message\n", "proba": 2.785524202408851e-07} {"commit": "171ab4f59b42581e047ba4c3536397edd4ed6a01", "message": "[stats] bail out of unrated events\n", "proba": 2.4031419343373273e-06} {"commit": "13f77294cec310dcd8be02583585c4d7f65ada49", "message": "Commenting-out the line used to test point clouds", "proba": 1.779346945340876e-07} {"commit": "b2fb240978654950005636442ca20107a96118ec", "message": "tests: Make the test_closure test less CPU intensive\n\nAs far as I can see the test already had a tendency to timeout and [1]\npushed it over the threshold of 1 second on Travis (Python 2 builds).\nI don't see a point of flooding the socket like this so adding an\nartifical delay seems like an easy \"fix\" here.\n\nFrom what I understand the logic of the test (introduced in [2]) remains\nunchanged - a closer greenthread closes the client socket, client\ngreenthread finishes because of EBADF and server greenthread finishes\nbecause of broken pipe.\n\n[1] bc4d1b5d362e5baaeded35b1e339b9db08172dd2\n[2] 1a8a9fc0512299c8fe944784525a021dbd2fe2a0\n", "proba": 0.01208643987774849} {"commit": "c8602760014c33210270a76a4803b885b6dbb297", "message": "Deletion of the Path at then end, check if 1 path exists\n", "proba": 4.804097670785268e-07} {"commit": "4971861006c43bfe9a51135b443542c68c519daf", "message": "Revert f7e37f3f06bec53b20e6cb87373143e8b89e1251\n\n- We decided to make Meaning.exampleContext editable\n in the meaning reference table rather than on the metadata page.\n Therefore I've reverted said commit.\n\n- Relates to #334\n", "proba": 3.253512090850563e-07} {"commit": "5684ba7a02c06c67c05bac6e9998aba4568719d1", "message": "Esthetic fixes\n", "proba": 3.7105814953974914e-07} {"commit": "fe9cfcc5414abe3f9ea0c193e60e76d627f2d5c6", "message": "Fix cStringIO py3K issue\n", "proba": 6.620701697102049e-06} {"commit": "733771af5ee1c2b0d06c0f422e3ed8572a908518", "message": "Add tests for the python bindings of svn.core.svn_mime_type_{validate,is_binary}.\n\n* subversion/bindings/swig/python/tests/core.py\n (test_mime_type_validate, test_mime_type_is_binary): New functions.\n", "proba": 6.265428510232596e-06} {"commit": "2f88a1bff2d3741cd18e1b47fe8c8c1d882795f4", "message": "Ignore fields in CONSTANCE_ADDITIONAL_FIELDS when casting a type\n", "proba": 6.343743166326021e-07} {"commit": "e735a6e67e89989bc2fb0bca7716ef5db685f767", "message": "Prettier syntax in subset sum solution\n", "proba": 2.890578798542265e-07} {"commit": "d7ad2ff4d0c6e3812a1b172d48367bb899b8d8b9", "message": "add w602 unittest\n", "proba": 4.017122137156548e-07} {"commit": "0c8999f43b2df72ddc98219fb09c3d669ced655f", "message": "[checkin] tentative fix\n", "proba": 3.8190728446352296e-07} {"commit": "ac16977e89b307219970c55b383547fbab9f62de", "message": "concise comments\n", "proba": 3.1734259664517595e-07} {"commit": "406d413fd8056193ed814bcff655488ef99a7ae4", "message": "tweaked sms response\n", "proba": 1.5359496501332615e-06} {"commit": "1785a64165a0c76a6793590b47c34d34617622dc", "message": "fix: all api viewsets read-only, bc security\n", "proba": 2.2553193446128716e-07} {"commit": "47ec9efee278d9ceef852d94f239cdc0bded8a8f", "message": "Create a checkin_v3 view by copying existing checkin.\n\nChanges the order of checkin procedure in this commit.\n- Does some checks and returns HTTP 400 if there are missing components\nfrom the checkin that are required.\n- Groups items by ManagementSource.\n", "proba": 1.1260515719868636e-07} {"commit": "b3618bb08e67a329c83bfc3041b5649cf06abbf3", "message": "feat: convert numpy array to vector image\n", "proba": 0.0005175801925361156} {"commit": "6033c4b15f0fa367659ab82f3b82f422d7452206", "message": "Allow Quantities as inputs to streamdf setup\n", "proba": 1.766284896120851e-07} {"commit": "11a321011cdb253742dab5044670e9e13f56abcb", "message": "Update power_output.py", "proba": 3.581968030630378e-06} {"commit": "f5e47886d9c1f37954e93f1d4e6bc3bacfaccdb0", "message": "remove obsolete argument from function call\n", "proba": 2.6719242669059895e-05} {"commit": "318fdb27bea4b2f1a10640bf1e25047943e98d6b", "message": "Make this work on Python 2.6\n", "proba": 0.9998769760131836} {"commit": "8531293e59ab286e1eb75b1186b8e112fc2b970a", "message": "Handle domains with tuple keys\n", "proba": 4.2765486796270125e-06} {"commit": "8753160157f333d65f6b3a934893f19bc581151e", "message": "hopefully made it read the post params\n", "proba": 1.2576300889577396e-07} {"commit": "bd308b835dc9c290b6a6e9c1e7b4dd45ecf446b7", "message": "Remove django-filter dependency\n", "proba": 2.0460295218072133e-06} {"commit": "053086900a70547f5e3441ac27049cd9591a49cd", "message": "Remove some unused bits.\n", "proba": 1.3819519040225714e-07} {"commit": "bdf6973526e803b6b6eb672b56ab882d99e101b1", "message": "added isLive\n", "proba": 1.5895251408437616e-06} {"commit": "af8b231dd6a05b9b6109703e4dca98bdc6b0303b", "message": "Delete test.py", "proba": 1.1589954738155939e-05} {"commit": "d3bd30da4191e576f4e7b78498979ffc8892eeb5", "message": "Fix sync test when localhost on port 80 is binded\n\n- When localhost:80 was binding the tests was trying to connect into it.\n- To test you can simply run sudo python -m SimpleHTTPServer 80 which\n should show :\n\n 1.0.0.127.in-addr.arpa - - [06/Aug/2013 14:10:42] code 501, message Unsupported method ('DELETE')\n 1.0.0.127.in-addr.arpa - - [06/Aug/2013 14:10:42] \"DELETE /a/c/o HTTP/1.1\" 501 -\n\n (the test was passing since 501 would raise ClientException).\n mock delete_object in the fourth test to fix that\n- Refactor the code to use mock.patch as well.\n\nCloses-Bug: 1208802\nChange-Id: I5ddd4ac3a97879f51cf5883fcfc0fe0f0adaeff6\n", "proba": 0.00021617478341795504} {"commit": "9d6bb0cf7319eeb76dd65bd4b9dbee6fc157532e", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "5c5137c50b4a792f5a86223b71cc152e6dd1dd0b", "message": "added tests for surface area computations\n", "proba": 1.7509508154489595e-07} {"commit": "cd41c09a2b8f9e14495b1eb3041410ef13ac7769", "message": "remove import from view\n", "proba": 1.5843870926346426e-07} {"commit": "d8b02fc96aec8561767470062ba9e6db17028cf4", "message": "groups view: fix motions per seat\n", "proba": 3.21070473319196e-07} {"commit": "ed2caaf78e12a04a8da0eea8ca1e0502594d0d6c", "message": "Bump patch\n", "proba": 7.289482937267167e-07} {"commit": "c079c0afa6f00bb89fe40e00508ac469f7b14cbb", "message": "Tired of these TODO's that I'm not going to do anything about.\n", "proba": 1.1771783903213873e-07} {"commit": "3b661dcf1f4e97c5e88b19a0fa6afa9a8450e938", "message": "api \uc124\uba85 \uc218\uc815\n", "proba": 3.2220111734204693e-07} {"commit": "923300422666a232b9c2eee703e41d78ead6f414", "message": "updated api comments\n", "proba": 1.8877929619520728e-07} {"commit": "2a74696b5a262f72c936a4de54197be15a9d68d1", "message": "changed a little thing", "proba": 8.167390888047521e-07} {"commit": "b15894305920be05199324c44b3176b9720b5df5", "message": "Update views.py\n", "proba": 4.614934141500271e-07} {"commit": "05f036c32ca143d6c77d547dbff8afdfdd049ed4", "message": "Update Topology tests.\n\nThe tests had once done \"c = Cluster()\" throughout. When Cluster was renamed\nTopology, tests were left half-updated. They did \"c = Topology()\". This commit\ncompletes the renaming: tests now do \"t = Topology()\".\n", "proba": 5.577230695053004e-07} {"commit": "c818823b3c6b021a436e1b9e4c8ca1c9349a1857", "message": "the hax I've done\n", "proba": 8.496656391798751e-07} {"commit": "d006d4aff0ebeedcf87be6ad5e0ff777d7a7a0c4", "message": "attempting to work on gff plain record in 2015\n", "proba": 1.128291771124168e-07} {"commit": "31ccedbe9525af371cf3a28de703b8566332048a", "message": "more fix\n", "proba": 1.9487900715375872e-07} {"commit": "1fc3d5094d23306dad5e472a052d863086a29e7a", "message": "Fix formatting\n", "proba": 0.05716899037361145} {"commit": "f35411682408fa5e6ce3d549c7e4533d50003271", "message": "Fixed installer for compatibility with Python 3.8\n", "proba": 2.388484006132785e-07} {"commit": "dbe8db0a40e63e48aa5811f9ec20857777c815de", "message": "Pass `KEEP_ERROR=1` unless coq_makefile is old (#117)\n\nShould deal with the bug exposed by https://github.com/coq/coq/pull/15880", "proba": 1.0520823252591072e-06} {"commit": "deeba0b5cd58628b6985887d330e8d2b8aa2c27a", "message": "add FeatureDB.merge()\n", "proba": 2.415348490103497e-07} {"commit": "6e301339715f266bf030541909e555611fc95c8c", "message": "Fixed #9747 -- now explicitly set response type on C functions that return WKB and WKT.\n\n--HG--\nextra : convert_revision : svn%3Abcc190cf-cafb-0310-a4f2-bffc1f526a37/django/trunk%409605\n", "proba": 5.161663807484729e-07} {"commit": "36136aebbc835d48a8ec522074ef3ed6f584d1c3", "message": "google svg fix 2", "proba": 6.543267545566778e-07} {"commit": "3dae76138da15f4191c681a71d9386462e120b6f", "message": "Removed unnecessary lines from admin script.\n", "proba": 1.1446714864860041e-07} {"commit": "071838815e44654aed06c0603f2d4e2452b8a7a6", "message": "If there's an SSH_AUTH_SOCK it's passed in\n\nIssues:\nFixes #67\n\nProblem: The containment wasn't using the external User's ssh-agent\n\nTests: I tested manually.\n", "proba": 1.5417714394061477e-07} {"commit": "050af91d6f675564b40428f25e4876c5aa16cda9", "message": "qutebrowser: drop duckduckgo search region\n", "proba": 2.219031784989056e-06} {"commit": "e6d556adc8d1c28a1d99bb7929bd6e18d3ccb468", "message": "Bump version number\n\nThanks to getiter() now supporting the search API!", "proba": 9.870348094409565e-08} {"commit": "5f6ac7c39b26df4719ee85bc127afe6bf28b07b9", "message": "Get as_oid override from both GET and POST params\n", "proba": 1.9825414199203806e-07} {"commit": "c98f75d4e3310ebca92d3d71493539333618957d", "message": "fix the skipping\n", "proba": 0.9981649518013} {"commit": "bf4f7867f07a1bfa6cfb8d74d7ea8835a76d1edd", "message": "Fixed #3983 -- Fixed misspelled Delaware in localflavor.us.us_states. Thanks, oneofthemany1\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@4992 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 1.4459162684943294e-06} {"commit": "a8537ad5c94051376afa9d2170575200e8f1525d", "message": "Fixed com2us ID query check for homonculus com2us IDs which are 7 digits long\n", "proba": 7.275742245838046e-05} {"commit": "6b05fc6c2a6c1afc1909a38c230bfd52ad220c0d", "message": "Allow for line splitting and merging again\n\nThe gaphas.segment module needs to be explicitly loaded.\n", "proba": 1.1486114459557939e-07} {"commit": "5f506970096001700cd69407c91e22ff4dd29a1c", "message": "fix test\n", "proba": 1.6747775362091488e-06} {"commit": "ab2a82746ff001b08c0a28298025cc8d4d3b242b", "message": "Endline\n", "proba": 6.165069862618111e-06} {"commit": "e36d5b1046403f87f62abb75f9a82ed6643a5182", "message": "avoid exception when the get print file request can't even reach the server\n", "proba": 2.666127727479761e-07} {"commit": "9f03134ece4f42f15eff1bd14301bdf1acf1644a", "message": "Update api/views.py to be 80col.\n", "proba": 1.4838558115570777e-07} {"commit": "9b26f3805319ded0310f31653105ac0e50abe4e9", "message": "Change memleak test to use id() rather than regexp match of addresses (closes #12)\n\nThis commit also fixes the test to check objects that GC tracks\nrather than the object type repeatedly.\n", "proba": 1.038701782363205e-07} {"commit": "4debceb59814ffdb19e42ef05d3d8b1e7d6b2c29", "message": "Put timeout for remove host\n", "proba": 9.75386342361162e-07} {"commit": "41b1ca18aa2a2480869dfd1faeb9ff803742a4b4", "message": "don't try to resolve urls for hashtags\n", "proba": 4.135298149776645e-05} {"commit": "d98bb54fac8d076021915fa93df5b8a363092668", "message": "Deretardified DFBRQ attacker. Seriously, why so much number magic if N is RIGHT THE HELL THERE? Small improvements still possible, but this version is at least simpler than the previous version, and less retarded.\n", "proba": 1.1528815235806178e-07} {"commit": "0cdf4326ee85d1dcf3c233dc7ac223adc8ea9bdd", "message": "Added accepted field to get post query\n", "proba": 1.568071326119025e-07} {"commit": "cbf23eb725069c2769bb3d072f1cf971f1f821fc", "message": "Fix progress bar logic for command line\n", "proba": 9.902960300678387e-06} {"commit": "a15f0fcf6de3d99ec095caae7bab341a4ac5ddb1", "message": "Clean up imports\n", "proba": 3.852727843423054e-07} {"commit": "d4636e16fb2911af402e7339df86e0e2e73bc4bf", "message": "Host Provider - List Zones + Host Info\n", "proba": 1.4575651618997654e-07} {"commit": "5908b12eadb480a78e94fd21df8d5e1ac0ede0bf", "message": "Using non deprecated attribute\n", "proba": 5.4667370932293124e-06} {"commit": "0f8121798ed231ae57fff3a3bc9ef15a9bd74adc", "message": "Used XlsxWriter module to write spreadsheet of extracted client information\n", "proba": 1.3067871407201892e-07} {"commit": "5541424738ec4afe6d02020e7b7bea33f5455159", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "d75ea1c1ee6510e3fb4adbb23505ad59aa945ebe", "message": "checking for graphmeta. these kinds of things might be refactored out in part 2\n", "proba": 6.196676258696243e-05} {"commit": "b486bcd7271bf7d0edfda28966f4257546a425a2", "message": "fix precision in test\n", "proba": 4.136609277338721e-06} {"commit": "6a4df904b614a842f92832143f5a6c8117085793", "message": "sort also by id\n", "proba": 5.294697871249809e-07} {"commit": "5a4292c8f1e52aeb40904b9481f9fcd0e5873c26", "message": "Minor fix on tests.\n", "proba": 1.1826854517948959e-07} {"commit": "f215f5643b91614f9803e0f1f351175d9ddf5677", "message": "Port apiserver.path from filtered to legs\n", "proba": 2.3605628030054504e-07} {"commit": "61d0b48071e29dae6123e3789ee3a473801636a9", "message": "remove pdb trace\n", "proba": 1.0702759709602105e-06} {"commit": "7442cb809bc572d1e70568becce5a3f79766e9fb", "message": "04.Using_Netmiko\n", "proba": 1.448387934033235e-07} {"commit": "91de3429f21782b963febffddbf85dd0402db702", "message": "128x128 cohorts (128 cohorts, each 128-bit long) in the test suite replaced by a more realistic 128x8 setting (128 cohorts, 8 bits each).\n", "proba": 1.1648627662452782e-07} {"commit": "736a5073a015d3cd6b24e25a867b8ecc335e6e66", "message": "Test again\n", "proba": 1.7623055725835002e-07} {"commit": "7829ec17179c9ad1f9f434a346a81166c9295110", "message": "made resource path relative to supsisim/const.py\n", "proba": 2.338759941267199e-07} {"commit": "3b923140ab7f77156742ce37f8acdb7cf4a94996", "message": "generalize inverter checks\n", "proba": 4.60107512481045e-05} {"commit": "12edf5a5d77f96986a12105f922fabea83032bad", "message": "Revert r67, which was not the changeset intended for commit.\n", "proba": 1.012531072319689e-07} {"commit": "862a6cb498a485e52a94e164a00e1772ba32687f", "message": "Removed unused self.counters in storage test class\n\nFixes bug #1210278\n\nThe list variable self.counters currently doesn't do anything useful in the\nstorage test class StatisticsTest, so the variable should be dropped.\n\nChange-Id: Ife1d423d93ab4e2feb43efd54b3e5e7a415b3340\n", "proba": 6.241942628548713e-06} {"commit": "69f4fceb524f320d1afafd6c1e3f3f78939a1a8d", "message": "Remove code for pregenerated profile handling from SharedPageState\n\nThe CL in https://codereview.chromium.org/1884493002/ creates a new\nchild class with logic to handle pregenerated profile. This CL removes this logic\nfrom SharedPageState.\n\nReview URL: https://codereview.chromium.org/1871033002\n", "proba": 4.89761191602156e-07} {"commit": "f35d239e427b8887a8c7f50e3784f4281527608d", "message": "Add support for flaky tests to WebGL conformance harness.\n\nMark tests flaky on new Windows AMD tryservers. This will allow\nreproducible failures of these tests to still be seen.\n\nGeneralized test expectations slightly to reduce code duplication. Will\ncontinue to work on refactoring this code, and ideally, move it out of\nTelemetry entirely.\n\nFixed unit tests in content/test/gpu and added some for\nGpuTestExpectations.\n\nBUG=491419,495868\n\nReview URL: https://codereview.chromium.org/1209783002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#336053}\n", "proba": 3.6177775086798647e-07} {"commit": "75de82d3862bb5118e15d9caf80f4653158501d2", "message": "myscripts_dept\n", "proba": 3.3334010822727578e-06} {"commit": "274193236dc41a7834dd4f0246b17363865613d9", "message": "satisfy flake8 complaint... try again..\n", "proba": 1.1239594499556915e-07} {"commit": "433190b124185803a8decd7dab4852173235c956", "message": "let non-root processes access the unix domain socket\n", "proba": 4.136003894927853e-07} {"commit": "512b6b48f31505094af4b505d17cffeccc3e863d", "message": "Fix deprecation warnings from rasterio\n", "proba": 5.784847871836973e-06} {"commit": "fbd5ad12de1cde9b95cc0751fe0d3044bcc84ec1", "message": "Removed rset from gather test\n", "proba": 1.5146366649787524e-07} {"commit": "6cdbcc8edeabfb8c32da6da04314713957e2ee11", "message": "This seems to be different behaviour between py.test and nose\n\nnosetests problably switched to the current tests directory before executing them.\n", "proba": 1.029125655804819e-07} {"commit": "19589de83301d8c43896b075bc4171c87d6f2fbd", "message": "Implementation of reading PiFM data added.\n", "proba": 1.0971525910008495e-07} {"commit": "731ea0c69d47fd46c2421878499e36749bfbd62f", "message": "Remove main.py\n", "proba": 2.211786159023177e-05} {"commit": "c24df4e2a00a423825bf93c689ba4e70f3c10d54", "message": "Fix uploading of deleted mod versions\n", "proba": 2.038607505028267e-07} {"commit": "47e1e65166bec8ce88f929aa4d343f745d6658d6", "message": "removing 'print' from nosetests\n", "proba": 0.00012253627937752753} {"commit": "f42025f72ae1bf8670a5146fda58a8b8429bb578", "message": "bugfixing\n", "proba": 9.141261330114503e-07} {"commit": "f255604b3de58011558871d0f927419a01c64787", "message": "fix (parser) : integrated plugins for msbuild and cmake\n", "proba": 1.3415571231689682e-07} {"commit": "b08b3d44e376907ed06fd283c46459df891e506f", "message": "Add tests for new ChatBot methods\n", "proba": 1.9855386312883638e-07} {"commit": "649789d653fe41f5a03579d818b92a9ec9b68932", "message": "Add TrafficLights script", "proba": 2.940408307949838e-07} {"commit": "1c7742ee797a3086ac8978caa90e95e874251d3d", "message": "Update ansible_module_runner.py", "proba": 1.8701013004829292e-06} {"commit": "54fa0afb22c80ee6e1bdebad93d228729a723486", "message": "split macos failing tests from linux\n\ndifferent error messages on linux and macos for c and cpp\n", "proba": 2.2935657284506306e-07} {"commit": "a4e46362895fea5aba5713757a7b9c0de1201f85", "message": "Query facets tested.", "proba": 1.5817903431525338e-07} {"commit": "8325216fb4fb42fbe84defd05e1130f572cfe364", "message": "removed azure test from test_compute.py\n", "proba": 7.308025828933751e-07} {"commit": "7a4cf441770fa976b03cd5fcafbe3176c80f9db5", "message": "sample optimisation\n", "proba": 8.403242759413843e-07} {"commit": "69979da8fd9b352ff91a25ef3d2a54067f85cac2", "message": "[faucet] Only accept POST requests\n\nThe client now sends these as POST.\n\nTest Plan: Ran validators and faucet locally, tested minting. Tested\nwith `curl` that GET returns 405.\n", "proba": 1.1424990020714176e-07} {"commit": "a57d808ac70cb6521549ef94a1f7187700f20234", "message": "make test_convert.py executable on it's own\n", "proba": 4.279989980204846e-07} {"commit": "ce51036c6c6b9843b55c1267b720204f0d9dbb33", "message": "PEP-8 fixes for lib.py\n", "proba": 4.997882570023648e-07} {"commit": "81a8153d0a6d5c0ef527ec8ec86280308d7cf7bc", "message": "session read working\n", "proba": 1.2764972723289247e-07} {"commit": "f3dcd2e437461922f1e2dcda02e9b8cfa17c4ef6", "message": "QMessage test must use a QApplication to work properly.\n\nReviewed by Lauro Moura \nReviewed by Luciano Wolf \n", "proba": 1.2400762727793335e-07} {"commit": "041699b54cfa6cde9f886a98ff300e3276e2eaad", "message": "Remove tests that want to modify the test process reactor.\n", "proba": 1.3176871505038434e-07} {"commit": "3574167fb055d7950e16d93529f1cfe586a253e1", "message": "fix create_host_config method\n", "proba": 1.1631032975856215e-05} {"commit": "c98c1f63734787977b4dc16ff14aab9718490edf", "message": "Fixed edge case for tests when nothing is deleted in older versions of Django\n", "proba": 2.387957920291228e-07} {"commit": "017482aebc362d1515b2ff9f55777aabdb2bfe10", "message": "fix: [stix2 import] Fixed custom object import type defining for composite attributes\n", "proba": 1.227775641154949e-07} {"commit": "c0fcba8cc0254be55356c6ba3c76e3bd74b8582c", "message": "Forgive me travis for I broke the build.\n", "proba": 1.081864411389688e-07} {"commit": "6c993dd607bd235b5d5a57caadabfa900f6cfc00", "message": "client: sort commands by name\n", "proba": 7.789569644955918e-05} {"commit": "240f8dc87788f5bd17297d512d9fa2d075c0894c", "message": "prevent RemovedInDjango19Warnings\n", "proba": 6.575721158696979e-07} {"commit": "e3c580e401fe7c3a47851bdedcf5ae80683d9418", "message": "Added boolean label tests.\n", "proba": 1.2433577012416208e-07} {"commit": "bcc40014202b48c4d1620c9985098bdfae7a4e87", "message": "Make `tests.test_doctest` cache imported ontologies to speed up tests\n", "proba": 1.6171143215615302e-06} {"commit": "fbec0bc158d3d109a37b2a4a658866387406e7f7", "message": "A test for the trimming of zero signals\n", "proba": 5.588358362729196e-07} {"commit": "30eb11f33d76f22571e5f0856e40ab44548e9e12", "message": "Update docstrings in test_elastic.py\n", "proba": 8.466178655908152e-07} {"commit": "b074c30972a7fa72cbc06af7c35c53fc953b8215", "message": "Test setter and getter methods for pvs\n", "proba": 1.607625677024771e-07} {"commit": "da80a64e757cd2a18758892b9de97afcd0c3176d", "message": "Element should know its own length but not its position.\n", "proba": 1.845682618295541e-06} {"commit": "280d51fe2879a106bdfc2f6cf2e59b7d377c3951", "message": "Remove unnecessary imports\n", "proba": 3.3451648050686345e-05} {"commit": "1d76a16ab0f24cba05a53c76380ab809d2e86946", "message": "Spacing corrections for passing pep linter in app/redis.py\n", "proba": 1.3289125888604758e-07} {"commit": "fe4b568ac88ba551458578613b013ac17edf5c4e", "message": "libqpdf 10.1.0 raises different exception\n\nThe different errors are acceptable to us; actually they are more\ncorrect than the original behavior.\n", "proba": 1.1637312979928538e-07} {"commit": "a16c77834a2a9673f71f72b4d61e611f5aa6f279", "message": "fixed directory switching\n", "proba": 9.06598131678038e-07} {"commit": "c3174a75853470f9668dd0dbc0b762ef7ad67e52", "message": "Fixed test failing for Python 2.6\n", "proba": 3.163615929224761e-06} {"commit": "0afbb8ee9d28000994a3a56e74088db6fae28b97", "message": "Bump intermediate version number.\n\ngit-svn-id: 5b1347ddac5aba1438c637217dfe0bb137609099@313 8efdbd46-c5fb-49ab-9956-99f62928ec21\n", "proba": 0.006866909097880125} {"commit": "4e32c96fde3d1d133682f424a00e3d194eb1bed0", "message": "Sorted imports, added debug test\n", "proba": 1.387171550959465e-07} {"commit": "2c203d1d814a9d537a2ee3c0f95789eeff578302", "message": "Expand copy_foreign testing\n", "proba": 0.0007402085466310382} {"commit": "e5494c54e96dc1735a4106efed71b15f96888723", "message": "Forgot to remove np.delete()\n", "proba": 2.757173263034929e-07} {"commit": "33d90ce98d24c2adaaf326737199b6912b9529ec", "message": "tests/wkt_test:\n\nImplemented GeometryCollectionLoadsTestCase.\n", "proba": 1.1874367089603766e-07} {"commit": "1a5b4e7082488f8de4a2c77c7e46299952b920c8", "message": "Allow colorama import\n", "proba": 6.253497986108414e-07} {"commit": "595eabdb749281228ef2e268eb08eeefc629cd43", "message": "Rounding rule\n", "proba": 1.4057858379601385e-06} {"commit": "7a1860ea7aac80362f2d97392f9c8d24ec30a862", "message": "Failing test for creating index with inexistent notes dir\n", "proba": 2.3565590367979894e-07} {"commit": "2413f9965f3556b1316309aa485384e067b96477", "message": "Add max_http_attempts keyword arg.\n", "proba": 1.5203821135401085e-07} {"commit": "ffd43df557d89104154cb0f0b7da41421ff7c02b", "message": "fix double :\n", "proba": 2.0386980850162217e-06} {"commit": "a003564527b93e8458e4f2386c24a0577a3fce24", "message": "playing with pip install test\n", "proba": 2.724126204611821e-07} {"commit": "8dc6e9e8b5054dba4e927a5c4d91549aab96f335", "message": "Support both Spyder 3 and 4", "proba": 4.316389663472364e-07} {"commit": "642f0170acb91b68aefb0cb00357600ad418a5ff", "message": "Ignore whitespace and match on displayname\n\nSlack doesn't allow you to change your username it appears. Instead it\nsimply changes your displayname. Now we check against the slack\ndisplayname.\n\nAlso, the full name check wasn't ignoring whitespace causing it to miss\nmatches.\n", "proba": 1.3099790407977707e-07} {"commit": "c4de0aff8212a5d32152bbb44ac828eaf09a6808", "message": "unchanged\n", "proba": 3.669909347081557e-06} {"commit": "18a114fb3aff5399ba509e130d1159375700306b", "message": "HUE-3528 [oozie] Call correct metrics api to avoid 500 error\n", "proba": 1.1438933711360733e-07} {"commit": "d179177fe9af002b034b9aadf459bda9abdba41e", "message": "create test_wrong_bitness_dotnet\n", "proba": 0.0007046026294119656} {"commit": "bc543311bcfdf44505db7ce80951c12a92b7ff4d", "message": "moinor fixup\n", "proba": 9.286445674661081e-07} {"commit": "e13aa962eb1865ae0e5afe6a43c3bf7a531d8022", "message": "Add comment for Password_Hashers\n", "proba": 1.5568421929401666e-07} {"commit": "ceb59785188f532d4567763b268bc61d565ad9d9", "message": "Sleep a little longer in test_zeromq_background_thread\n", "proba": 4.7072975917217263e-07} {"commit": "a1dc528e704d5925de4b3e0723c629354f284c1b", "message": "Reorder acceptance test module\n\nScoringApp page object isn't as import as tests. So tests should be at\nthe top and helpers at the bottom of module.\n", "proba": 1.0913025505487894e-07} {"commit": "e628565f7bad3d1cf1426d1f0e4e43af7b17f0ba", "message": "Remove scrollable on tabbed Event form\n", "proba": 4.0625062069921114e-07} {"commit": "91d815eb290bc173a5e8e1fa5cb30641f72e71c9", "message": "Fixed typos in recursive (DP) formulae\n", "proba": 9.4151516805141e-07} {"commit": "b1790229ebd0aadf8896ba0fc8e5391c800981a2", "message": "test handler and formatter\n", "proba": 4.776541118189925e-07} {"commit": "0d13c5599c9684d5d28fc8ffa84900163fff974f", "message": "Test calls to api clients for duns-number page\n", "proba": 1.329597125732107e-07} {"commit": "d7a6ec726c64d166bf541a99b55b699af2e34155", "message": "Added redirect to registration flow so that the user is taken to the login form after successfully registerring. Closes #84\n", "proba": 1.307865602484526e-07} {"commit": "4c0742bb163e01ca55f88ed8c4afad6447644a30", "message": "Add new header\n", "proba": 3.201009803888155e-07} {"commit": "40ada3067dd7aec9fbaab8fa429cc709b03a04a8", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "379a19c44d7c88680ad2349f12be281b1ee9043c", "message": "updated the moving average test to fit the None use case\n", "proba": 1.3071215789750568e-06} {"commit": "e08ac4c75a8421e09ef6dde13326884a3fc144af", "message": "ikalog/engine: Fix context[\"engine\"][\"service\"][\"call_plugins_later\"]\n\nIt is not safe to be called from worker threads....\n\nSigned-off-by: Takeshi HASEGAWA <80595b5c49522665976d35e515d02ac963124d00@gmail.com>\n", "proba": 1.1351993833841334e-07} {"commit": "cb727591c19e3ae3a36c176db9f3589b7d3b006d", "message": "Update assistance.py\n", "proba": 2.973826553898107e-07} {"commit": "c58d6e16cb9500823fb06272155a31cfb5282a70", "message": "get_ilmerge() ensures artifacts_dir exists\n", "proba": 6.187660801515449e-07} {"commit": "308fc8a6b1a6481a143964d89ac167cfa1f76005", "message": "A test that isn't used yet, to test the refcount problem fixed this morning\n", "proba": 1.3179449354083772e-07} {"commit": "ac1b6c449c7cf3cced2a2f822020b09b34d2abb2", "message": "changed import in views\n", "proba": 1.6039548711432872e-07} {"commit": "56b41f04357d548ff6c5e0574fb33e795d5928af", "message": "update docstring\n", "proba": 1.2015339052595664e-06} {"commit": "7cc0f1bc6d0bda0755bb4d6614954edc919a8de1", "message": "GeniClient is not used anymore\n", "proba": 1.2168462149020343e-07} {"commit": "6d7f4606aa951b60dd9b5d0b7ce377281f4825b2", "message": "Catch exception for invalid input when verifying friend codes\n", "proba": 4.548193999198702e-07} {"commit": "6cb80129308af68ece13b6010b04b68dc365572e", "message": "Fix PYTHONHASHSEED-based random failures in tests\n\nTests used to fail due to different PYTHONHASHSEED and, hence, unpredicted\nkeys order in dict. So let's get rid of multiple response code in test_basic.\n", "proba": 1.1255254861453068e-07} {"commit": "6d9f762c10d5dc96cdd0a0e628c0a6271c71153c", "message": "store\n", "proba": 0.00017757285968400538} {"commit": "7257a1a939c18f24d286ab3a98b547799079dbc8", "message": "split dense and sparse solvers in ScipyEigenvalueSolver\n\n- 'method' can be {'eig', 'eigh', 'eigs', 'eigsh'}, default is 'eigs'\n- basic support of n_eigs argument for dense problems\n", "proba": 0.00014790148998145014} {"commit": "86ee67de70fe21073bbdc742e282864c65eec0ae", "message": "Added a test to test the actual solving of our very simple first test Bio-PEPA model\n", "proba": 1.0590913746000297e-07} {"commit": "e4c7c39142f2e2a98b21d42d8d99cdf5246bb918", "message": "[lektor-613] Removing unnecessary revision of template in scratch plugin project.\n", "proba": 9.619768803759143e-08} {"commit": "65e2a610aaaaafce408f9221b4d74428f50ba784", "message": "Added tests for framerate\n", "proba": 2.997367118950933e-07} {"commit": "2f6921f00193e934433d6264f6a539a90a273641", "message": "Add ProcessOpen.wait method test cases\n", "proba": 2.521878457173443e-07} {"commit": "99e2b1e28684d9b67f1eecd0cd3d084aec4a7090", "message": "energy getter\n", "proba": 6.841203230578685e-07} {"commit": "fe4a278b2421909629bcd515b6dfdf23b24a80dc", "message": "Use constants instead of literals in tests\n\nSo typos are not dangerous.\n", "proba": 1.6484700893215631e-07} {"commit": "2908dcecaf3877c564664dd888bf59ff965251cc", "message": "rename baresip config\n", "proba": 3.085526259383187e-05} {"commit": "a2b39a0e615a9de21325299dc0ac0d0e326fcc18", "message": "Fix flake error\n", "proba": 3.98071642848663e-06} {"commit": "bfc75671aa310129ada4244fdb46d52f6380aabf", "message": "Some more basic model unit testing testcases added\n", "proba": 1.2846795982568437e-07} {"commit": "799125d38c8108405d38ca129fcb6105349c045d", "message": "conform to standards\n", "proba": 9.694275831861887e-06} {"commit": "3d9e1c6e68009b6fc8ca803321d6dbe3ebde2184", "message": "Passing tests checking on htmlization of posts through email template.\n", "proba": 1.1242681807743793e-07} {"commit": "cc98bd9ed27adf3ef2e76632bdb61a23301ef5aa", "message": "Deleted the activate directory\n", "proba": 7.793631766617182e-07} {"commit": "d41316536de3a3d8001af2bd57178b1c07a3c973", "message": "Updating load_intervals to load_labeled_intervals\n", "proba": 0.00035249555367045105} {"commit": "fe6cef1804d98f60e686ee00f7a7889aec0c4cb0", "message": "Fixed bugs\n", "proba": 4.6831760869281425e-07} {"commit": "91efb86404677b7625440159acfd0bcbd5258123", "message": "game state\n\nFixes #8\n\n* game state has been implemented\n* groundwork laid for combat system\n", "proba": 1.1846688607874967e-07} {"commit": "058ee823fa77748004971de7d8bfac1e66ed0458", "message": "Wait for one loop round of the observer thread\n", "proba": 2.732512314196356e-07} {"commit": "6d596e4b314203ba2b2239fbd5860fd80f7b657c", "message": "sth in views\n", "proba": 1.8005047763836046e-07} {"commit": "6a7c1ea24f1690bcd20ae4325e349821325b087e", "message": "add test\n", "proba": 1.7454851786169456e-06} {"commit": "6712e0ba2b92df1dffb67d9aaf531367c5187898", "message": "Fixes bug #3\n", "proba": 1.6179583894881944e-07} {"commit": "e94e24e16e0c003f24f27334fb27129ac9f0d60c", "message": "Bug in views.py\n", "proba": 3.1542933243144944e-07} {"commit": "b92cdf8e12f02d344c2a3b5817bea2904fdd6261", "message": "update org and home tests\n", "proba": 1.277893062479052e-07} {"commit": "16f094d4d36a5813d64eb46d516233c7df095067", "message": "Fix Plex sensor title handling (#31973)\n\n* Fix Plex sensor title parsing\r\n\r\n* Revert episode year for now\r\n", "proba": 1.0679335105123755e-07} {"commit": "af0f350e134289ac9540c2e401e77678fb4f55d0", "message": "compute image classification immediately since it is already async\n", "proba": 0.00013657155795954168} {"commit": "49055b1b20a3630c39944221efb6a5551c9f304f", "message": "Fixes broken index\n", "proba": 9.575740023137769e-07} {"commit": "11e2734b05aefd21b59c1901779f1ef861a7402a", "message": "Update plot when mask changes\n", "proba": 5.271953682495223e-07} {"commit": "f9824dfef819c65b877710dba17a0aee421a3def", "message": "Unit tests for new comment notifications", "proba": 1.9423887920311245e-07} {"commit": "bdddebd81bbe6539884691839bda3d9e73beb541", "message": "Log more details on any payment PaymentProcessorListView errors\n", "proba": 1.215853302483083e-07} {"commit": "0e5f228801e5c27a5c53740c5fd53ff1286ea557", "message": "devide by 0\n", "proba": 0.000560052169021219} {"commit": "c31439e33050583f870386dfb92d7f3dedd079aa", "message": "Changed symbols_to_prob into a float division instead of integer division for returned array\n", "proba": 7.341220111811708e-07} {"commit": "ce654bdc1a974fef25d7a4ca0ff77b66ab4c6fca", "message": "Add test_socket_sync_remove_and_immediately_close test\n", "proba": 7.819004167686217e-06} {"commit": "920a57c52e957d1e68c203761cb11a330c0e4b51", "message": "Update git_gutter_handler.py\n\nadded import encodings", "proba": 2.685096660570707e-07} {"commit": "38ac18eec3086e939928370eadd3e3a3fd282dd9", "message": "Improve offer API exception logging.\n", "proba": 1.472250659162455e-07} {"commit": "979cf1dab0458e20f67ea3c084f9a4c3217d64b8", "message": "Added comments on fixes needed in Models.\n", "proba": 1.0473217315620786e-07} {"commit": "58a8330ca2c0cc22d9f6793065ca160c8c459d3d", "message": "[#2368] force a rebuild\n", "proba": 1.0732401278801262e-06} {"commit": "b3bff98978ce88d0502c464a6356d9ea084abc4a", "message": "SIGHUP is not available on windows\n", "proba": 1.6446698225536238e-07} {"commit": "173fbe26449e0512cb5e9a4380fbc3ff1c57246c", "message": "removed \"X-Amz-Dat\" assertion from test_storage.\n", "proba": 1.2920111203129636e-07} {"commit": "310062780687ca435a2185b4a45c63df9b22cf8e", "message": "Fixed #18\n", "proba": 1.94719419255307e-07} {"commit": "1057e910af76bed37306df785972ad3fd28909b7", "message": "More generic name for through table\n", "proba": 1.2655624459512183e-07} {"commit": "c983eba8fb3d7e6ed7502b194557d77bd6991e8c", "message": "Cleaned up tests.\n", "proba": 2.440126252167829e-07} {"commit": "5791815ff5230c717a95fd7ccd5a4f3bedc4101a", "message": "added a comment\n", "proba": 1.3488580918874504e-07} {"commit": "302bf2329e2253c52cbe9282ff45eb236d7828d9", "message": "Remove a dependency on very recent Pythons.\n", "proba": 1.716886117719696e-07} {"commit": "a279a02f3c1280ab57cf976e3cf1c329f016246c", "message": "Removed obsolete line (#160)\n\n", "proba": 5.029219209973235e-07} {"commit": "55851a1218ee9a9c4ba51d05623fa90a4c0878c5", "message": "More mock function assertion message improvements.\n", "proba": 1.1612402062155525e-07} {"commit": "65cdbcb9d512b402366bacf4cb9e613dcee730b3", "message": "Implement rudimentary caching\n", "proba": 1.1978639122389723e-05} {"commit": "f6da96dcaa51e2d653adb78c89357b5216d8fcbe", "message": "Add command-line annotations.\n", "proba": 6.868921786917781e-07} {"commit": "6382117c3f0e0cbf5f0f7d50382df54b4e754230", "message": "catch pinterest page down failures\n", "proba": 1.73458474250765e-07} {"commit": "3b3d7cdf783bf5aa5d103ad0ddfeb90641792c43", "message": "Test: remove qiniu global upload zone.\n", "proba": 1.1334133631635268e-07} {"commit": "0a98c0afaf5b5cfea01b2f5d1beb4a865f82d16a", "message": "Update the git object type check.\n", "proba": 1.4293773631379736e-07} {"commit": "c9ba48ff022e71d98e989a8c1a24b9d2d146081f", "message": "Implemented json module\n", "proba": 2.985023456858471e-06} {"commit": "c486738f21d7567b4704e0a4c384a0262bad3ae2", "message": "fix bugs with enrollment POST requests\n", "proba": 2.620268730879616e-07} {"commit": "01e9476195db4726b1adf7c754306a3ba17c7af8", "message": "Fixed small error in the main form.\n", "proba": 1.0626242641365025e-07} {"commit": "08d7f5d604ca8e2253fe92f29dc86b441b51390f", "message": "Changed name of code directory\n", "proba": 9.231268336407084e-07} {"commit": "d80b4efa8d4aa3a4bf3753902cc01cbd47cc538b", "message": "added reuters imgs to imagefetching\n", "proba": 1.7813589181514544e-07} {"commit": "4736ab647c86e246f648ff6fe03b30c7b706edbf", "message": "Test schema2jsonschema with dump_only/load_only fields\n", "proba": 2.8135787033534143e-07} {"commit": "42a29c065ec35edeacff9a8a8368c64d399f2315", "message": "Add comment explaining the AttributeError exception handling for ResponseTimeMiddleware\n", "proba": 1.2454796660676948e-07} {"commit": "b40b3ad57706fa6874e47f22b2f2c3be41339607", "message": "adding tests for TarSum\n\nDocker-DCO-1.1-Signed-off-by: Vincent Batts (github: vbatts)\n", "proba": 1.2090612244719523e-07} {"commit": "bb35be2a53678bb3a0374ad9480a34eb570e4990", "message": "Store canvas processors for special uses\n", "proba": 1.4516237456518866e-07} {"commit": "0312bf180cfa7ab6767418e71b0fb1b13fb36783", "message": "update tests\n", "proba": 5.633767727886152e-07} {"commit": "ba370b3cf8a627e015aad22ba3abdc6b1c4aafbf", "message": "Adds industries metadata to loadmetadata\n", "proba": 2.2005037862982135e-06} {"commit": "e4e0a78c61dad8e4a871b0f48bb64006fad71938", "message": "update data.py\n", "proba": 1.0360361102357274e-06} {"commit": "3cfd0deea11d5d8e8b1fbc45fbf4ec0cdf6af82f", "message": "Internal update.\n\nPiperOrigin-RevId: 328591531\n", "proba": 1.5224453591144993e-06} {"commit": "dc9c5bc973d5520ad624feaad17e211ab4939ac9", "message": "comment some tests: do they really make sense?\n", "proba": 7.516430287068943e-07} {"commit": "e2dceb34edd3203c8171ede386bd3f7da4960fac", "message": "5ttgen hsvs: Fix for rename mrmesh -> voxel2mesh\n", "proba": 1.4693010541577678e-07} {"commit": "c0967c7640e006124edce03f506d384aa17fd9ba", "message": "Add extra_linkflags to cc_plugin\n", "proba": 1.2461847518352442e-06} {"commit": "db3ced22f5aff6a6761187611f4cb0d2ee4c12a3", "message": "Added test to ensure that partial updates are resumed correctly\n", "proba": 1.3615041893899615e-07} {"commit": "d9092b390c97e4bd2096904d5401d7a94f106c78", "message": "specs: Add link to D3DPERF_* reference.\n\nNot easy to find after Microsoft integrated DXSDK into Windows SDK and\nwiped out all DXSDK docs from MSDN...\n", "proba": 9.696475444798125e-08} {"commit": "6cdb7b685d7ae59b73fec74d55773cdd9e564121", "message": "parse function calls (basic)\n", "proba": 4.1552459606464254e-07} {"commit": "0da2b8a0c12439ddb205280d5ba2530baf4fb3ba", "message": "refactoring: tests: code cleanup and improvement.\n", "proba": 3.4334652809775434e-07} {"commit": "5e72ba7af318c37703eed5b604c1760e989f6d84", "message": "Added check_dir_execution_bit to traverse_dir.\n", "proba": 1.1654694986873437e-07} {"commit": "1832efa5ee7c6ef5ad8927b1b6eb368373d6693d", "message": "streamline the semantic action syntax\n", "proba": 0.9994736313819885} {"commit": "4b8634806fad3f9485fcc748b61129ab1b0127b2", "message": "Cleaning up subclass tests.\n\n--HG--\nbranch : yt-3.0\n", "proba": 2.3817335659259697e-06} {"commit": "df801a568f6d62951515ed1ac283aaf856f7a481", "message": "Refactored _read_and\n", "proba": 5.721341267417301e-07} {"commit": "844f4a51620ac5b0797d0b1272ee1ac2d4e4408e", "message": "Updating YTArray unit tests to properly yield test generators.\n\n--HG--\nbranch : yt-3.0\n", "proba": 3.7744172232123674e-07} {"commit": "a7bb885de83943e615c11f6f9485b59feec29fc6", "message": " Added k-peak option\n", "proba": 2.6919937567981833e-07} {"commit": "250205a25d8b0f11db03f859b0f2f5dfa9e29a17", "message": "tweaks to climatology comparer\n\nhttps://mesonet.agron.iastate.edu/plotting/auto/?q=151\n\n * decrease title font size\n * filter out 5% most extreme values", "proba": 2.050978622492039e-07} {"commit": "8bae2f1116eec444457e161fa42f7780b351ebb3", "message": "enable simple plugin in CementExample\n", "proba": 1.8997344852778042e-07} {"commit": "6938e1b3f351b455fbe2267cae3b5ea31a2baab5", "message": "Added bins to api\n", "proba": 1.6372520406093827e-07} {"commit": "137241e48f0f47643ef1023d743d9863fae4ae7e", "message": "Changing progress bar interface for better display in notebooks.\n", "proba": 1.0924041760063119e-07} {"commit": "bbed6414e2d10e62b4091ac3409330a3f0e28a45", "message": "correct csector usage\n", "proba": 0.0001841106277424842} {"commit": "a514e9518c349156bde1987efbe77f8a86c9570c", "message": "lib/oelite: Make it easier to enable parser debug output\n\nSigned-off-by: Esben Haabendal \n", "proba": 4.1621112245593395e-07} {"commit": "d1496ad5e48bdee68740cc16374c15bba9d15832", "message": "removed deprecated object_type variable\n", "proba": 2.1975802155793644e-06} {"commit": "559c75a3173f246b9e7f1d3374faefee0becaa31", "message": "Fix friending somebody for real this time\n", "proba": 1.340006150485351e-07} {"commit": "9b17c127d6c0efe21f77dfdc18e8ce2392e7a99c", "message": "Remove test file -- adding to exclude\n", "proba": 1.5087417182257923e-07} {"commit": "7e8b641483fc3431b8968bfbd0415477992449de", "message": "[types] try json, then fallback to str()\n", "proba": 2.5500023070890165e-07} {"commit": "5befb9065c1e450e2f48c4afc2965790c1399868", "message": "pf: fix typo\n", "proba": 0.0006710120360367} {"commit": "0d2cebb6540d7f609483e3e4f1ab109747178916", "message": "fixed bug where warlords could be captured prematurely in the storyline\n", "proba": 1.5515212226091535e-07} {"commit": "1c57e8ca463d753c5cfa59f0ee69d10e1302bf10", "message": "project_conversion import removed.\n\nIt should have been done in revision 4287485cf132317d9a4effc1d3b4ebb32bbae5c5. To be honest, I am not sure why the tests or my local instance have not crashed.\n", "proba": 1.209129294466038e-07} {"commit": "b241faf01d72da4fdb9d1ae77a83304b3c7dc425", "message": "workaround edge case\n", "proba": 9.71594886323146e-07} {"commit": "73450d12528b7e62cf6fc94a5a95c55ef29b1ded", "message": "default md5 command that works on debian/ubuntu/suse\n\ngit-svn-id: 366a5da20089ec86f0be452482ca7d71e39d4ef6@888 5a4de678-0f31-0410-84e4-bbaf904ce06c\n", "proba": 1.8149584093407611e-06} {"commit": "f860d5e7458c31895d2de5c65ac248bee02006c7", "message": "small updates\n\n", "proba": 1.628954038324082e-07} {"commit": "56cbb654877f06ca7c7bf0a13ac81bbda403329e", "message": "resorting customer and it\u2019s inline has some effects\n", "proba": 1.0721070964336832e-07} {"commit": "7842115f320bef3a33e1164e6de4f3afcc29bab2", "message": "+ tar\n", "proba": 0.0008420748054049909} {"commit": "808c24487add34190348024f2fa5939d64b5c01f", "message": "Overwrite default patterns in views/models/notification.py to disallow certain URL's.\n\nPatch by: Lennard de Rijk\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%401345\n", "proba": 3.2972991448332323e-07} {"commit": "93a2d76f448bbca891272e4d162679c50cab1d00", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "fa0daa963e8ae7c4e3cee3db1eee255f9b6ef089", "message": "some fixes on Multiple Shipping/Billing Address Forms\n", "proba": 1.1919158993123347e-07} {"commit": "5b6235ef8a1925da285f49a0ab4db0befbfb6bf2", "message": "fix: fixes #105 proxies not working\n\n", "proba": 4.4679296706817695e-07} {"commit": "61a05b5442c250b4c308df7ad5387ccdf4f8a845", "message": "Add --record\n", "proba": 2.5499348339508288e-06} {"commit": "e9f8a93ebf7132550cc2126af3afc4867c37c85b", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "9501f6dd95cfdc24cda9742bec248fee798dda0c", "message": "check for version of django-CMS\n", "proba": 1.9728771860627603e-07} {"commit": "826fb7a91c855467af97daab72a1229dec95191b", "message": "Ignore errors when attempting module import completion\n\nOffer completion names for module import even if the import statement\nwould eventually fail. This way, the user is not left guessing why\ncompletion isn't working.\n", "proba": 1.8745210184079042e-07} {"commit": "72af53fb1cb6b51398d5beb2f0806609bfef540e", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "a07388e19481d52f5dfbab78621000bc00107edb", "message": "Make sure we do not assume the customer is always related to a user - we might have unregistered customers.\n", "proba": 2.1515235459901305e-07} {"commit": "4185d1a187b503ccf8518ae9547f9baa201940a8", "message": "Better dict keys regex\n", "proba": 2.8804347493860405e-06} {"commit": "ab4e7c3375d753982c19fe1098d8c66e87bf4518", "message": "fixed typo\n", "proba": 2.684115770534845e-06} {"commit": "99f0a1c1b0c0cf4e89f9286137297b5c4f2bc1a4", "message": "Auto-populated the country Canada and all of its provinces\n", "proba": 0.002643779618665576} {"commit": "e3e64b9d36ac62441dfe1547a1724366ff42285b", "message": "increased release checking time to 5 mins\n", "proba": 1.546374619465496e-07} {"commit": "e43c5ae918a03173a4dc96de23cd08489030b6f3", "message": "project render shows the final image\n", "proba": 7.833684776414884e-07} {"commit": "c73d718977ce10211999ad4f520dc71637c73b7f", "message": "[fix] save every 600 syncs\n", "proba": 2.2207858307865536e-07} {"commit": "859177eb8cedaff790bcd45b4e435b08c7d7d34a", "message": "add variable_dictionary\n", "proba": 0.9994983673095703} {"commit": "245656ea5591a8bd07f85082f30101a57ecce805", "message": "add render.view\n", "proba": 4.375261255518126e-07} {"commit": "88531f9d40abf97fa595a4d38f454b930cc062ba", "message": "make note and print not both run on same command\n", "proba": 2.8376416594255716e-06} {"commit": "059a04af9db100a4caf4e284599b48ae2a052f8e", "message": "Add some nicety.\n", "proba": 4.229174521697132e-07} {"commit": "af232acccb2ed4d68b7ba3f0eb8865413d74820d", "message": "Deleting ununsed imports\n", "proba": 1.7800356317820842e-06} {"commit": "da3ad762da0b39b8b4334072191fc3225c80d200", "message": "account for empty lines having no index\n", "proba": 4.835430809180252e-05} {"commit": "d6623bd6288e9eaa2c1eee82d3d37682442827a8", "message": "Bug fix in tmux job creation\n\nTurns out you can't get tmux PIDs from a bash script when you start\ndetatched, I had to grep it out from ps. Thankfully this isn't a problem\nfor GUI apps.\n", "proba": 1.249086238885866e-07} {"commit": "ae44e7ac5d9c816ba9d6f475e998d90fb054d2eb", "message": "remove redundant method\n\nthis method is defined in the base class, Translated.\n", "proba": 1.2116885272916988e-07} {"commit": "9023358ea90367794b8e3e290a4024101ea34d0a", "message": "your own defined functions can now return values to variables: fixes #43\n", "proba": 1.9474282453302294e-07} {"commit": "aea86d432f00fc36c55544484108aa59bc8f4457", "message": "Fix previous commit.\n", "proba": 2.239157907979461e-07} {"commit": "c0ee7bcd4621b8111c26ba9308c80270cac7c3d7", "message": "Specified the encoding for the file containing text messages\n", "proba": 0.04444915056228638} {"commit": "2ff3ed5932ad82e95c72f70cc56de5cc922524bb", "message": "[htmlanalyzer.py] detection of src= attribute\n", "proba": 1.6012099024464987e-07} {"commit": "7f7af338053c4b59398136e463ae2ad8daa58f1a", "message": "fixed xhr_play_episode (click-to-play on recently added items now works)\n", "proba": 1.0053856414060647e-07} {"commit": "c8db04b97c6abb8b1cca6b736f02d04d4f31b5c3", "message": "Also send back Last-Modified and ETag\n", "proba": 1.2536484916836343e-07} {"commit": "d822bd7c109f2cc4c16963368d93dfb587bcce10", "message": "Add WAL-mode as default journal mode. Replaces #425\n", "proba": 4.153938562012627e-07} {"commit": "e2bf8dc81318258d6b1726c44191941e25db8ac2", "message": "make the object names more human friendly\n", "proba": 0.9999991655349731} {"commit": "9892c6acfbe8e2e4b7eb9a81dbdf82d853ea60cd", "message": "Added recommendations, removed **kwargs usage\n", "proba": 1.242717502236701e-07} {"commit": "a2725960c374ad576bdad9a93fdbbcf048e22462", "message": "No need for deepcopy (again)\n", "proba": 1.2949901417869114e-07} {"commit": "3ab310661a685b08334ebb487856c262f21b36dd", "message": "fix bug evaluate. now using __call__ function\n", "proba": 0.00019294310186523944} {"commit": "df8f78992fdeca08a3b20d2988c400b7c1f004c2", "message": "Minor code cleanup.\n", "proba": 1.328681946688448e-07} {"commit": "5ed3115a384c3c4987c1452863698464a73f5223", "message": "removed remaining bits of noinstrument and pbzip checks from\nrunTest.py.\n\nchanged runTest.py to always copy stdout/err but with a different\nname so it's easy to find fails/sucessful runs\n", "proba": 1.0055023267341312e-06} {"commit": "3e686498ef7b4b7c162578765083df13f72b85a8", "message": "omit_if_default for GenConverter\n", "proba": 2.0716365725093056e-06} {"commit": "5b451876b27c90a0cbb2ed32e691e53675380df2", "message": "initialize index column flag in to_csv()\n", "proba": 9.400399903825019e-06} {"commit": "b84d0bc875e7e33a0ac2602bfd674effd308cb28", "message": "Rm 404 exception caught elsewhere\n", "proba": 1.9061587863689056e-07} {"commit": "6e29e0eff65c95fea1d013dee2abe2d11c470b1d", "message": "Add tag 152, cash order quantity.\n", "proba": 1.1416831569022179e-07} {"commit": "106df793af13024c0bca69b82a12ff72c3f7096b", "message": "documentation...\n", "proba": 1.4739717357770132e-07} {"commit": "e98acb17f2bba8211362f4656bb3790dd1f5f2e3", "message": "Bump version to 0.9.2\n", "proba": 4.512429541136953e-07} {"commit": "a1d0a449d6a3507722a1336863743f0703a20eef", "message": "Improve compatibility with version numbers beyond v9\n\nThis is totally important and allows us to be more agile :)\n", "proba": 9.949697954425574e-08} {"commit": "668305cf4c7ec0dc38a75d1152e2ac9ed2048154", "message": "Modified to simulator to use np.float64 in the the PSF convolutions.\n", "proba": 1.0985387888240439e-07} {"commit": "d004585fdfe5093f041eb24baa72bcff9355b388", "message": "Add manualCancelOrderTime parameter in cancelOrder.\n", "proba": 1.2222253076288325e-07} {"commit": "52d660572f129ae4bf8daab12a2ebd03ee069093", "message": "\u2026 how did that code even work on 3.5", "proba": 2.1321433450793847e-05} {"commit": "05029e5ef171bf562e3fe03a0f473e3fd8616093", "message": "Add offline rate to the minimal output\n", "proba": 0.0008458560914732516} {"commit": "710f86ea89679a4dc35b99a242cf373caba0bb5d", "message": "filter_horizontal for Layouts\n", "proba": 4.548948595584079e-07} {"commit": "19290634073b65721766e32a8a5145b5624c61fb", "message": "Return `NullHandler` if no sentry DSN is given\n", "proba": 0.003399208653718233} {"commit": "91ac958743fa5a0237de418e3838a5b643672d65", "message": "#189 - fixed power density report.\n", "proba": 1.076151292522809e-07} {"commit": "72059f3404beda6f7d0f7594a62e579bad4d3169", "message": "Printing debug infos\n", "proba": 2.930403297796147e-07} {"commit": "bf71e2c95b4854155041874755f0aabb05c967bb", "message": "numerical stability\n", "proba": 3.967156317230547e-06} {"commit": "918597f1affe8a7a524c0e504ec3308fa962bfd8", "message": "tweak API calls\n", "proba": 1.00569798178185e-06} {"commit": "8af372585a7da02507036219118d17b2b58e2aad", "message": "better comment\n", "proba": 1.580374373588711e-06} {"commit": "e9339d6fbf070bc8ca9eb69e8796eb58e57b2358", "message": "replaced knowmodes dict with namedtuple and renamed other namedtuples\n", "proba": 3.8278750480458257e-07} {"commit": "e6ab9295f966206b9738c4493ec7264470f62f79", "message": "Fixes to email sending\n", "proba": 1.422965851816116e-07} {"commit": "bf7996f7a4956f77ce3cd33ba64c5e8d8785fd8b", "message": "[fix] Better colors\n", "proba": 3.597314162107068e-07} {"commit": "364082da91774a2ba5059d140e835139f456ea83", "message": "role switch notification\n", "proba": 6.445055760195828e-07} {"commit": "3e5428e49f9a4bafd8baedaebd0f61cb0d888788", "message": "Added flask-babel\n", "proba": 2.1761357515970303e-07} {"commit": "a6b338e740671beb7e23a228e73017d3a3b4a138", "message": "Corrected changes example doc\n", "proba": 3.31769456352049e-07} {"commit": "e3f3869207120801454cce01c2ba81c6ed763e2a", "message": "Add list function\n", "proba": 2.4781777028692886e-05} {"commit": "e85e8a60fabea18238520029a6d262cfee88d78b", "message": "removed unused methods and matplotlib dep\n", "proba": 1.5996027968867566e-07} {"commit": "fdd93a6552eb0f86e8b25cf6d952626e4ac78c52", "message": "Refactor db filtering to reduce unnessesary memory usage.\n", "proba": 1.1700566915351374e-07} {"commit": "99540b58ba2cee87425724ef8a1b7b60ccddd7cb", "message": "Add CreateAccount args\n", "proba": 6.26471376108384e-07} {"commit": "d45724cbbbcf6908128cfdbbd2d3b779b33eb37f", "message": "temporary: fmda.py will not write output to netCDF file if FMC_GC is not found\n", "proba": 1.1735057796613546e-06} {"commit": "cb23a476354130624d92e2cebb5614e96d3f2399", "message": "oops. Forgot to Raise=True of course, that wouldn't be a problem if the\nexception was properly being caught in callCommand\n", "proba": 1.6364417660952313e-06} {"commit": "01dc610badec02eda50f01b2b389243d40bb4ac1", "message": "Update minimum CUDA and cuDNN version\n", "proba": 1.857292346585382e-07} {"commit": "d96f33733230929e10bcec82dacaaa6a6592b28a", "message": "Implementing debug and auth.\n", "proba": 1.5135205444494204e-07} {"commit": "f340408c45aa2103c690acef21fa3b1ff50c23a3", "message": "Replaced `is not` with `not str.endswith`.\n\nUsing `is` for comparing strings can fail because it checks identity rather than equality. It can work in CPython sometimes because it caches strings, but we cannot rely on it. The fix will work in other implementations as well like PyPy, Jython etc.", "proba": 1.4346680643484433e-07} {"commit": "a7325b1efbda67e3ce186e333853dc0f7af6cfe6", "message": "Add upcoming Python 3.6 to detected versions.\n\nSigned-off-by: Philippe Ombredanne ", "proba": 1.2603388199750043e-07} {"commit": "c08a5f8e70c3f1da0f59295c8c19f1d480acd9df", "message": "Sentence fix\n", "proba": 0.9999994039535522} {"commit": "2c051bab9f11a3f79500fc51ac06fe9e194a24c4", "message": "core: force inet_aton argument to string to prevent occasional error on reconnect.\n\nit /should/ always be a string anyway, but sometimes things break with\na TypeError that it is an int instead of the expected string and hangs\nup the bot.\n", "proba": 1.192399139426925e-07} {"commit": "f62cf2e9e9f00b872f99de2b1c1b68fbb71750f1", "message": "minor fixes\n", "proba": 2.1220614598860266e-07} {"commit": "89b114ff56b7cfcaefceb7099c0c8006335a1243", "message": "update sprites on map after battle in case any are killed\n", "proba": 1.4377661727849045e-07} {"commit": "9a137f8c17402a8e0911630ffc5ce3e7436f2d12", "message": "issue ref vat code #802\n", "proba": 1.776694915633925e-07} {"commit": "3820548f2688a8044914b960479638deac17310f", "message": "Add missing paper-related schemas\n", "proba": 0.9999990463256836} {"commit": "4b5ea9e43268cecce2cd8bfda76f07b7a2f9dec9", "message": "Fix PEP8 warnings and misspellings\n", "proba": 6.186969403643161e-05} {"commit": "0d8187e9f7e7b496b6f860c485aa3b8b1e73d447", "message": "update Capital module\n", "proba": 5.309397010933026e-07} {"commit": "50760af81b1b807fc1cda62e7563e67817e15664", "message": "tweak\n", "proba": 1.375922693114262e-06} {"commit": "6dfce4f57d0ec4bcdaf236a37647909e29e2a392", "message": "When importing mod_python stuff, import util first (before publisher),\nfixing some weird publisher importing problems. See the code comment\nfor more.\n", "proba": 9.873134843019216e-08} {"commit": "2f222035780613dbc7ebc7c43ba15963ee5e8086", "message": "WebSession: fix for HTTPS redirection\n", "proba": 8.755941394156252e-07} {"commit": "6490efd3de6d4ef2c7f3d48f7d41bb754119087b", "message": "Version 0.159 - March 2014\n\n1. Ensured that the command line isn't parsed when in admin mode.\n", "proba": 1.0162439423311298e-07} {"commit": "6b8bbb5a2fad83898fe604b91f46b9406ef7a1f9", "message": "Added missing space between \"Lost Your Password?\" page phrases.\n", "proba": 2.6419456844450906e-07} {"commit": "819412cfa8a775a55f16bda4188d0de36d04bfbd", "message": "Version 2.52.1 - March 2016\n\n1. Removed a call to exportUserSettings causing permission issues.\n", "proba": 9.925625477080757e-08} {"commit": "8a91995f8547a49087672abe21334884853d811a", "message": "This fixes #18\n", "proba": 1.2467654642023263e-07} {"commit": "99745a4d9933fae63629407a017d42e819eb32d2", "message": "Bug fixed: some .singlepulse files weren't loaded\n", "proba": 1.5799298580532195e-07} {"commit": "4c473edd0c91fffc0720287dbb49824b8765df61", "message": "[REFACTORING] optimized codebase imports\n", "proba": 4.125170960378455e-07} {"commit": "830f38f83cdc8c608b9f2332c36914ccffd0ee70", "message": "Updated query for analysis\n", "proba": 4.9787490752351e-07} {"commit": "a76ba2d43b5a41b220e911dff01a01cffc49dea9", "message": "env variable override for database url\n", "proba": 6.048746854503406e-07} {"commit": "d7ea9b5e77d3c9db9bea3b56e4ff78a1750f35ff", "message": "Initial commit - move digital_ocean.py to v2 api inventory\n", "proba": 2.040509770040444e-07} {"commit": "f9be5b2e0ce746ebab529f2b61ead5b241d6d511", "message": "add name of project file, because there are now more than one\n", "proba": 3.360325990797719e-07} {"commit": "809a14ab5d9b587a1ebc49782b0b9edca2f303d0", "message": "decent refactor and our final outputs\n", "proba": 1.968036400512574e-07} {"commit": "848b2cca0e246956ea09b3e0d9dcb50b44967aa8", "message": "fix #790 and add line urgent method\n", "proba": 1.342374957857828e-07} {"commit": "5513e6969bf3ea6bc7064b39ac10d6fd9fb79040", "message": "Add example text representations of window states to docstring\n", "proba": 6.169889275042806e-07} {"commit": "f6fd2ad2acaaf73c8cc00fd0988a58c9431e9d23", "message": "Extended builder class in HapMap and added property methods to access number or snps and accessions\n", "proba": 1.0824300034073531e-07} {"commit": "999856e48b64b7d8073a958bfcc6116ba267cdc5", "message": "Restructured\n", "proba": 2.154980847990373e-06} {"commit": "ecd93576c5bb353c1abdec5ce16625418bdb168c", "message": "fix goto", "proba": 1.5884896129136905e-05} {"commit": "1e04f8fbf01e8f59b4222ef39a30849323d654cc", "message": "Rename categories.NoTrumpSystem\n", "proba": 0.9999105930328369} {"commit": "1759233cd4241c51ae92f93b67f71379b94d53ce", "message": "Return the correct dict\n", "proba": 0.9999995231628418} {"commit": "8ce6392fb76f8d450dfe1f46f75c86c1ce770b7b", "message": "adding images to tweet data\n", "proba": 1.3837114920534077e-06} {"commit": "75d6b8861b70c1a5adfd3c725dfd82261c72ec0e", "message": "added method for convert paragraph into sentences\n\nconvert string paragraph into string sentences\n", "proba": 0.0004902411019429564} {"commit": "a0ce3ee803fa3ae81333985a4d641e54611bf570", "message": "Operate on default options first\n", "proba": 2.6206535608253034e-07} {"commit": "1d7ff58f90cdb954019b296a41cfef48ab7cf946", "message": "Minor edits\n", "proba": 3.2148042805602017e-07} {"commit": "88e44e8f4cd681ad83fa62d345620b605a859eff", "message": "ensure that paths are absolute\n", "proba": 0.00016245439474005252} {"commit": "472244263a861dd8883a8cb37c01fc849b64e108", "message": "Minor Improvements\n", "proba": 3.21063737374061e-07} {"commit": "81391cfd2f557b53c603ea2914691f935569e8d3", "message": "Update client.py\n\nNone is interpreted as False in python, so for this, the if not maxResults is sufficient to determine is maxResult is None or False.", "proba": 6.594741716980934e-05} {"commit": "623c3c535bb23d082eaed836fe5b376143201ed0", "message": "to be refactor\n", "proba": 0.0004131193272769451} {"commit": "49de201775779216eb38ad45ad687d7363272c5d", "message": "In Person class, wrote very basic init and del methods.\n", "proba": 1.1512982922567971e-07} {"commit": "206e41248c2ed3ba3e06bd4a79dcfbf42d20bb6d", "message": "Fix for issue #294 - Can't fetch all sprints\n\nTotal was incorrectly defaulting to 1 instead of None, causing the while loop when maxResults is falsey to not be entered.", "proba": 1.0228907854070712e-07} {"commit": "b77b1e7b63c518b5132118539994356ee80b37ba", "message": "using wieghted averaging of resolve dictionary\n", "proba": 3.1831069691179437e-07} {"commit": "2bfcf462aa13cdd68bc582ec69ed80e2d52d6eb5", "message": "Changed the default installation directory for data files (used by\nthe \"install_data\" command to the installation base, which is usually just\nsys.prefix. (Any setup scripts out there that specify data files will have\nto set the installation directory, relative to the base, explicitly.)\n", "proba": 1.2734246013224038e-07} {"commit": "4ed2cee42ca7602e46e40f958fb481fce8df761d", "message": "adding add_simple_link()\n\nadding new method 'add_simple_link()' to short-circuit problems with issue / app links, and just give simpler webby-style links. this avoids the issue with calling listApplicationlinks from a non-admin account.", "proba": 1.3049489666627778e-07} {"commit": "6b58276ff8023dc4693a96818c979b42eb4678d3", "message": "Added winch servo socket to the `DataThread`\n", "proba": 1.1368352659246739e-07} {"commit": "50934ce814d5ba85c40b1b69a5545455a7fa40fc", "message": "Fix documentation: threaded -> thread\n\n\ngit-svn-id: 9d763a2146cc7918956fa045a5de4b112f309167@4291 a8f5125c-1e01-0410-8897-facf34644b8e\n", "proba": 4.930919203616213e-06} {"commit": "e0a91824328537d1fbb29e05157d6a9af5432801", "message": "bugfix: actualize does no work with default path\n", "proba": 3.4124532248824835e-06} {"commit": "4f37bc42d28f5777e0e8623e29dcc6ef104c0049", "message": "inconsistent-return-statements\n", "proba": 0.028536465018987656} {"commit": "5168cbc17a815c46ea028a2fb548b1f0741ea622", "message": "fixed the missing except error type, removed ancient comment from testing on a static port\n", "proba": 1.8538769097631302e-07} {"commit": "78842625112dc6cd1e684f74f6bac121e6c7f355", "message": "[Update] Minor display improvement\n", "proba": 1.749987461607816e-07} {"commit": "38c8e59312d39273ca5a4ad4e79146ed3d51ee74", "message": "Commented out level 2 for now\n\nWill fix the tabs into spaces later\n", "proba": 1.1775455988072281e-07} {"commit": "a60bfe741706dbac3d5439686c7ad3cf17f4d768", "message": "set the 'path' parameter on cookies\n", "proba": 7.092940904840361e-06} {"commit": "96303e951f1034b6ab8e499d1e013ffa06755d82", "message": "Initial commit -- implement basic timer\n", "proba": 1.4140913151550194e-07} {"commit": "5f1f4cebd4662cad8a0933a77ebbc8f122eba6de", "message": "release_tool: Update default Yocto branch names to sumo.\n\nChangelog: None\n\nSigned-off-by: Kristian Amlie <505e66ae45028a0596c853559221f0b72c1cee21@northern.tech>\n", "proba": 1.1890775653000674e-07} {"commit": "22bafae84d6dd4fc9000bb5915a7bcbcb6ce7261", "message": "Fix for using empty objects as object keys\n", "proba": 2.493969805072993e-05} {"commit": "78c0782b58a666968332334fc700b83cdbe8e422", "message": "Reverse temperature scale for legacy white\n", "proba": 2.3481374000766664e-07} {"commit": "8b66718a9b6f05151b128fb3ad732864816a3a21", "message": "clean up code related to preprocessing\n", "proba": 0.0005018849624320865} {"commit": "374c72048743ad1703039bf01b9a1607eb344ab3", "message": "Ignore remaining MIDI events if jack_midi_event_get() returns an error\n\nCloses #54.\n", "proba": 1.1043012193567847e-07} {"commit": "ba0c87fc6625184d651cff0d892f925f83c7a348", "message": "gozerbot -> jsonbot\n", "proba": 7.753761792628211e-07} {"commit": "472e6027a654162480a8032e34983fbf6c96a529", "message": "Removing version from set IAM policy for objects (#884)\n\n* Removing version from set IAM policy for objects\r\n", "proba": 1.3338517135252914e-07} {"commit": "dba11761f124bfe7cd11e026b85bbdf4578a4ae2", "message": "Update dependency bazelbuild/bazel to latest version\n\nIncluded changes:\n\n - d9ebac9c2bcca821902b86cdb5f1297790bba2f9 Use correct GCP links.\n - e41440e97c46a7f76a92e4b147eff02f1343451b Support symlinks for Android SDK repository\n - 06c83d2de8155c499d35889307de107fa62d11f3 Improve doc.\n - a0678aa5cb50b9a1f8f8b934bf7445a052daad52 Starlark: avoid Starlark.fromJava calls for StarlarkValue\n - b283747010d66fa057810c59fe08845af68838d1 Expose more fields in C++ Starkark API\n - f8f66f36ad299a0ea019c94100d5a8e2018f5ab5 Make SimpleLogHandler not swallow interrupts.\n - d91e5b4e09061dcab426e91861c0182c95b36b43 Stop hardcoding `-Xverify:none` in `SpawnAction`\n - 952c0d7615d931bd912ebf2c6ab5d3f43462891a Delete --incompatible_objc_provider_remove_compile_info\n - a1b19dfa09abe6d7d3b62f2253e4bfa718aec089 Add `javabuilder_data` and `turbine_data` attributes to `...\n - 68323d82ec4ff0009b56fb2eaed9e5968a397e9e Clean up javabase handling in JavaCompileActionBuilder\n - d3e64f404288b2f420248b78838cf459fb1d2b34 Rename `additionalJavaBaseInputs` to `additionalInputForD...\n - ea65bb736ed15b342e9d7cace48710779273b401 Expose more fields in C++ Starlark API\n - b39a51cf9d4b90902379f9668e3e2ed6a4a057c9 Explicitly state that embedding macOS OpenJDK is for x86_64\n - 033eaa8e38afecbb0de7e4f08ed2f5eaeb399fa1 Remove unused deps\n - 978799161107c25f597d403bae19287fc04c36f1 Reduce contention in PathExistenceCache.directoryExists()...\n - 43a22faff1f07400678bb8bfa80fd676a5aa0748 Cleanup: Use Java 8 Truth extension\n - ae07b7ca80048d34ad9558665d51f108d9cb6942 Fix Blaze crash with bad Starlark flags and --keep_going.\n - 0d564d55612c26a87fccb1a489ee4b88742eda3b Optimize computing the top-level modules by not looking a...\n - 204de944fae75c6d1db9ef306e9000d71164379e Make `DottedVersion.Option` implement `StarlarkValue`.\n - 92a9e2faface9e061657b7c7719724beb41fd5e2 Starlark: Benchmarks --iterations command line flag\n - 1782f0ae751569607ef88930c822ac460a1f8bb3 Patch grpc to fix cares selecting the wrong source when b...\n - 82ac8e94c101617a66022a64fec102b60684badd Make it clearer that Args.add_all/add_joined process valu...\n - 5e6b3c652451e7b6f17fb1f73ab1ea51074ed401 Inline visitation of the last key in InvalidatingNodeVisi...\n - 7749cf75797f9bade416c0a099ce9f1610d73dec Use getRunfilesPath when constructing runfiles input mani...\n - a9419f38d5f29af31a6c8ebda09a6e0303a6ba54 Fix common prefix for instrumentation filter\n - 923519f31d44095eeb662d2e26af689e66633716 Starlark: optimize StarlarkInt.Big comparison to Starlark...\n - b07c00c33651400b6e40b232c5ee3b482224e329 Starlark: dict.setdefault should fail if frozen\n - cb83aa8ad67b3912fdbeedc7f529e8a8c0f3978f Use write result for pid done signal\n - 598e2001095d12cb40566cd62b9638c890f09622 Remove debugging code from bazel_bootstrap_distfile_test.sh\n - 026b88a2c94ee10ecadd39cbb28b125ccfc82c6c Use release_archive to create java_tools' zips (reenablin...\n - 3c2f362845fb9e3ed3cba793648a747d25319aaf Run kythe_ubuntu2004 during presubmit, too.\n - 1489f0f4cae3e9247a70e4003ab76bef45c5b986 Support Scala3 .tasty files\n - 1b02aca23af111bc687636a21503dc7208ecbacf Automated rollback of commit 0a4533420a3de467fd211d7f925c...\n - 8555789dd239a5ac229c1d9cee80b2a9f30b3bf7 Fix the classic query package-loading cutoff optimization...\n - 81e570c6e6ddc46ff65b3d11bc9f0f4c60140a0b Fix //src/test/shell/bazel/remote:remote_execution_test t...\n - d113d7454127bba78aa618dac81e5d164920b662 Update turbine\n - b04477fb97b697a09221832b3281e9647f616a0f Use release_archive to create java_tools' zips.\n - 0a4533420a3de467fd211d7f925cf88e0cd5b76a Update bazelbuild/platforms to a current release.\n\nBAZEL_VERSION_REV_ID: d9ebac9c2bcca821902b86cdb5f1297790bba2f9\nChange-Id: Icb80f7bf869a8651624710b0e618b349f0ce277f\n", "proba": 0.00040558906039223075} {"commit": "66859fc4fa7ad2e07f7ae76e9c99a889040c0dfe", "message": "added elevation and close arguments to ngon() and star()\n", "proba": 1.9771603376739222e-07} {"commit": "6b85cc1aadbfb0218af3844d64ba05ef5de7abec", "message": "trying to fix https://travis-ci.org/lino-framework/noi/jobs/186021822\n", "proba": 3.0067033662817266e-07} {"commit": "466357a16bf0b69b639839269319682a2d954813", "message": "Perform check on CSV file and create a new CSV file if the specified one doesn't exist. Console output updates.\n", "proba": 1.1159872315147368e-07} {"commit": "798e70c64d2173a2632cad24e7e920bd256a21af", "message": "rss rewrite part 3\n", "proba": 1.7552034705659025e-06} {"commit": "b98f72135cbbfd89cde719d9a7df1b1e80601d02", "message": "Update dependency bazelbuild/bazel to latest version\n\nIncluded changes:\n\n - 1a975e4b181435121ac66c6a45edd6a12e4a8485 starlark: relax Param.noneable to ease its removal\n - 6eb30d2866f71c4dd5d4aeb2a5ab992426cb36e7 Update CODEOWNERS for Starlark interpreter\n - de7714885faf5aba47358569b2fb204fa1f57b28 Allow for Starlark flags to be aliased on the command line.\n - e7df68277b9e9a697a812b25e04b4544ea008b5a BEGIN_PUBLIC\n - 642a800cf4809928c8149daad9a8a606ea61e827 Fix Coverage Report Extension Check\n - 292f88bfd062a8393c0d6b8ee1c9744480d3353c Output the correct logfile for multiplex workers when usi...\n\nBAZEL_VERSION_REV_ID: 1a975e4b181435121ac66c6a45edd6a12e4a8485\nChange-Id: I41cffb8673132be76d5d4593311c4c23e9706aaf\n", "proba": 0.00031421141466125846} {"commit": "2d18e4159285d5da188354080ed5fdfd42f3454a", "message": "Create ~/.jiver directory if needed\n", "proba": 2.1852299880720238e-07} {"commit": "2f55c805d3d49ff09bcbb126a67daf27d1c550dd", "message": "http://luc.lino-framework.org/blog/2018/1217.html\n", "proba": 1.2546675520752615e-07} {"commit": "10d1fcdab85adf53f243b82ffdd1de2deed222cb", "message": "Bug fix\n", "proba": 5.465154799821903e-07} {"commit": "348c5393c619921884e684a7a7bf5379670a3880", "message": "Update dependency bazelbuild/bazel to latest version\n\nIncluded changes:\n\n - a3a00f222b9b9c5a651e2176c39dd707182226ac Update cc_toolchain to properly declare config transition...\n - 64750aa37334d7e2c6a468912f3d5230a90448c3 Removes the --incompatible_disable_legacy_java_provider f...\n - c58f966a085233505a726a51fc58303f2e084133 Remove legacy java provider (JavaStarlarkApiProvider.java)\n - 8946cc1746f4092d86380a23b0ac8b2d8699d3fc Make bazel-toolchains compatible with Incompatible Target...\n - 94eeea6486ebbc2672be9dc60b0c8f6464276984 Allow Jacoco Coverage to work with classpath jar.\n - 4381dbf4c40ce0c5ad769b3e67ce0ed6005a67f9 Make bazel-toolchains compatible with Incompatible Target...\n - 5ba363ec9b2d06a6864e1f3e77cd5146c2373efd Rollforward of https://github.com/bazelbuild/bazel/commit...\n - 8cec289ace6de2d54dfd78100ee2012d6028d8b1 Add `-XDcompilePolicy=simple` to default javacopts\n - b26a1a5be07be1f2200daed8bba94ac955518c6a Use CompactHashMap with expected size in SkyFunctionEnvir...\n - ac8b7490afc2c07b85cac281f3d9a4394b63c3bc Fix output=locations display source file location\n - f4219340688f8639c7e03b671eb4af428ba8d313 Set java_runtime on java_toolchains.\n - 366de6958ff449b273079be551c443ace2d8e7fa Remove obsolete flags\n - 898f27602c1f8cfea233df36d91f2cc9bc7d01f9 BEGIN_PUBLIC\n - a64ccec350eb242faf64b42b7a6bc324f3511276 Add test for platform-based Android SDK selection\n - b62d655a9ba265363e85c38e3fbba74a5abb5fcc Make `--target_label` required\n - 00c69eb3ed2eae41bea597a8e3bba91cae6e9e5b Optimize locking in ArtifactFactory.\n - e61b00cf8258df5354d3316f134ebfd15321994d bazel packages: define proto.encode_text(x)\n - f687513e73002b7ae14d52130ba9e10b38801db5 Rename Label#getWorkspaceRoot.\n\nBAZEL_VERSION_REV_ID: a3a00f222b9b9c5a651e2176c39dd707182226ac\nChange-Id: Iebe33ddecf3b394aae8288f9cdfe2184fca8ed9b\n", "proba": 3.277085488662124e-05} {"commit": "cba801e764446180b5257c570cb59a7d5e5aca96", "message": "Made the kMer script object oriented, added comment.\n\n\n", "proba": 9.986163718167518e-08} {"commit": "57f656684752787673b482eeb2c9462c5af83726", "message": "Remove 12429 annotation\n", "proba": 1.8197928511654027e-05} {"commit": "d528cb88ce6052a145a25630978c2c91ce695525", "message": "Propagate host to _GetAuthToken() to make it coherent.\n\nTEST=none\nBUG=none\n\nReview URL: http://codereview.chromium.org/5342001\n\ngit-svn-id: fd409f4bdeea2bb50a5d34bb4d4bfc2046a5a3dd@67358 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.0020136653911322355} {"commit": "17af1faa15b041a5d09833cb4addaf751955b1ff", "message": "Symbol: Scope is public again.\n", "proba": 1.0970730102144444e-07} {"commit": "0135d4ce0ae6ed88b7b1ce20ae96cd6448c6354f", "message": "Fixed bug with getting lastmmm when duplicate timestamps exist.\n", "proba": 1.0823618623589937e-07} {"commit": "0eb9afeb5f4711d13bd2ec7e3ad35294e6045107", "message": "relaxing the delete method, it will no longer complain if you try to delete an edge/vertex that hasn't been saved", "proba": 1.7324653356354247e-07} {"commit": "aae4a7e3abba09705d4fcfedc83d14cb5f52a2e6", "message": "devilry.utils.groups_groupedby_relatedstudent_and_assignment: Serialize method.\n", "proba": 1.3084120098483254e-07} {"commit": "d5f7bd81b90f0d703c261377a8e1a725544b74de", "message": "Never hardcode URLs of this application please.\n", "proba": 1.3759802186541492e-07} {"commit": "41105ac609a2acd1165f42a41d2621c83d6f0119", "message": "add cluster_params parameter\n", "proba": 1.5663242720620474e-06} {"commit": "ae34a6b0b3a69f2d604d01de5d6c28de79badbb2", "message": "some cleanup\n", "proba": 3.653879900866741e-07} {"commit": "fd9136d1ae94b5bc690e80088cc2b65c7c6a73ce", "message": "Global Seed Bug Fix (#269)\n\n* set global seed fix\r\n\r\n* remove seeded generation", "proba": 1.2554180273127713e-07} {"commit": "ea1bdda58addc0576cf0b51a9a3a62cc257ad4bc", "message": "Added a LazyFileCache to allow one to open lots of files (CNY-1299, CNY-1300)\n", "proba": 1.0535627836816275e-07} {"commit": "6a45516410e395af9cb0f1cff18a41cbbd18f9ef", "message": "Update sendgrid username\n", "proba": 3.0702921094416524e-07} {"commit": "1773f94e6fceafc066acb2e4678c1bddb8def5f7", "message": "Instrumenting fetchFreshmeat to allow one to pass in a non-freshmeat XML stream\n", "proba": 1.2805220706013642e-07} {"commit": "8284f9563ddd36e1d1f4d123930a97280b033741", "message": "bump major version to 1.1.0\n\nversion 1.1.0 will be available from PyPI as a universal\nwheel and is tested to run with python 2.7\n& python 3.4, as indicated by the CLASSIFIERS\ndefined in setup.py\n", "proba": 1.343813380572101e-07} {"commit": "c755dc65bf9aadb38ff0003d2417b841de55fbd2", "message": "chunks pandas <-> numpy\n", "proba": 4.915575573249953e-06} {"commit": "a706ac337cb78e75317985ca214257bf7e41c272", "message": "change to account for new Collection object and new config format\n", "proba": 1.4566369088697684e-07} {"commit": "ad6985cb4041de5192edcd8a14e4cdd7c084572b", "message": "update: allow --nosign to work with only repo_pubkey set\n\nrepo_pubkey is required for `fdroid update --nosign`, but repo_keyalias is\nnot. For regular signing, the opposite true.\n", "proba": 1.8628624331995525e-07} {"commit": "f58ff1ae4b82956c19a21539fda7709c74f00af0", "message": "toolchain/run_igen: key interfaces by gen_path.\n\n", "proba": 1.1527155407975442e-07} {"commit": "baeada346194aa0ec999802c1e0ce1ffa54aeae7", "message": "fix indentation\n", "proba": 0.00035826992825604975} {"commit": "757e54ca39499d171aa2c6dd338f300efcbc61a6", "message": "tweaking of MempoolState.get_stats\n", "proba": 2.488808945599885e-07} {"commit": "0d68eccde9134cc2de031e9a3e7146363877398a", "message": "Add 'view' prefix in front of diary viewing urls\n", "proba": 6.027933523000684e-06} {"commit": "b9e1152e68807aef4b49ba3868ab5501d5a667a4", "message": "Fix frontend editing tests\n", "proba": 4.490502305998234e-06} {"commit": "8b2dc686f444e6217306568da9bda6f83aeaed6b", "message": "addKONumbers.py: updated to now add KO details to features collection in databse.\n", "proba": 9.949052071078768e-08} {"commit": "3ce8d51ad19c6eb9d44da437e2df2ca29545c9c4", "message": "handle missing mag temp\n", "proba": 7.319311521314376e-07} {"commit": "9d5cd1f1fd38b9fd95329ca0bb91171b9ebeb8dc", "message": "added reset password test\n", "proba": 3.798499221829843e-07} {"commit": "bfaa2cd117351e0de71069877b627c32f7140814", "message": "Add randomize option to simulate_roi\n", "proba": 7.714905336797528e-07} {"commit": "62cc88c16f85810ae09a4e56517672a6ee09c238", "message": "String Formatting Fixment\n\nSigned-off-by: Quentin Pradet \n", "proba": 1.2156422712905623e-07} {"commit": "73338cc8a68e51bc198540c5ba679d1145b57dc8", "message": "* tools/dev/release.py\n (roll_tarballs, write_news, write_announcement): Get major/minor version\n from the corresponding fields in the Version object, rather than using\n fixed-sized portions of the base version string.\n\n\ngit-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285d88@1303745 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.795484761008993e-06} {"commit": "32fd56c8c655f403ecbdffc890202e15734a2d9f", "message": "Work with pymongo 3.0\n\npymongo 3.0 renamed mongos_enum to read_pref_mode_from_name which\nwas causing the unit tests to fail.\n\nChange-Id: Iaa7fd7221c2e6c865633ef342e6b83304a1de655\nCloses-Bug: 1441393\n", "proba": 2.5423828446946573e-06} {"commit": "ad7cbb4d55e6d0745e0946d4376924304e2d2f1a", "message": "Add ability to save rankings to file\n", "proba": 2.2354156214987597e-07} {"commit": "adb0491cbf9ea6b7ad011a5c1656f3290cb326c6", "message": "Add debug logging to default is_admin.", "proba": 5.176773925086309e-07} {"commit": "54488fa7123ef80f6fad7e57f55b5e956b3bfcc6", "message": "resolved ticket#113\n", "proba": 2.418939857307123e-07} {"commit": "36c294825694129f7cf986727b977b5f725aa722", "message": "Updated the example ticket export to show progress.\n", "proba": 1.0219527268873208e-07} {"commit": "4ed1e0777d8eef30aba1c231f580f2c67a025f9c", "message": "stop LdapIdentity.create_user from returning the user's password\n\nChange-Id: Iada11c179c7dee01bccde3362f493beaef70641c\n", "proba": 0.00029392773285508156} {"commit": "9a27ce98ca2213531e7f6440c72cf91688647950", "message": "cast num_inputs to int\n", "proba": 1.9898689060937613e-05} {"commit": "fe5b8c4ae232b0a3a9ed717d10a341512f01dfa2", "message": "version changed\n", "proba": 5.510398750629975e-07} {"commit": "fb712bc1bc57eba6dce971b310e3df275e40eab7", "message": "Refactor: Provider._rebuild_federated_info()\n\nUse consistent way of creating dictionaries. Here, we use {} syntax.\n\nChange-Id: I3e4886de857a05af9dddcf816b4873a2c2ba31b0\n", "proba": 0.0019748418126255274} {"commit": "fc64b893d67ce6f3bad86429ebb565219dcfd604", "message": "Add output support for 8-bit grayscale images and float probability map images.\n", "proba": 1.525024657667018e-07} {"commit": "a99cef66e4847e6ad10da07c52161ec98ceaf90b", "message": "It seems that the timeout for tutorials like tdf008_createDataSetFromScratch.C was to short.\n", "proba": 1.0688403051517525e-07} {"commit": "42b6d17a4ab4d8280b7417afae71c8074512f5a8", "message": "removing requests import\n\nnot required\n", "proba": 2.1450166798331338e-07} {"commit": "d712d9e9f73754b39d0fa944b19f4095316b20e1", "message": "add resize function on disk class\n", "proba": 7.680116596020525e-07} {"commit": "5a6b357afeb5626bd829d22da5ec641a0c2ce426", "message": "Two layers for surfaces materials: Create layers materials, create surface materials with two layers and change of direction depending on the side where the Ray impacted.\n", "proba": 1.1211054129489639e-07} {"commit": "fafc5277617e14cea7b9816fee0e434a86585104", "message": "Fix to use \".\" to source script files\n\nAdhering to coding conventions. Refer to ``Code conventions`` at\nhttps://docs.openstack.org/contributor-guide/ for details.\n\nChange-Id: I4a9faa3aa3fe8215c6aee957e043d12beff4a4e3\n", "proba": 1.5744379197712988e-05} {"commit": "ed6a94c0876b3939956c672516d6cdc5b5bd658f", "message": "improve collecet cpu/fan metrics\n", "proba": 5.390296564655728e-07} {"commit": "4ab78ac1d6b562ca24182b74c8a51a66af20a627", "message": "FIX\n\nFile \"/home/travis/build/eLBati/l10n-italy/l10n_it_fatturapa/bindings/fatturapa.py\", line 8, in \nfrom binding import * # noqa: F403\nImportError: No module named 'binding'\n\n2019-05-23 07:25:57,622 6790 ERROR openerp_test odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: ` File \"/home/travis/build/eLBati/l10n-italy/l10n_it_fatturapa_in/tests/test_import_fatturapa_xml.py\", line 497, in test_22_xml_import\n2019-05-23 07:25:57,622 6790 ERROR openerp_test odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: ` self.assertEqual(invoice.date_invoice, '2014-12-18')\n2019-05-23 07:25:57,622 6790 ERROR openerp_test odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: ` AssertionError: datetime.date(2014, 12, 18) != '2014-12-18'\n", "proba": 9.602717909729108e-07} {"commit": "9e15055d91d52905c5959c676d54d0fbaa62ec2d", "message": "BUG: Fixed class parent\n", "proba": 2.2831363821751438e-07} {"commit": "f0006a4d2ce765b8f5b89e54dfc724c3bee30166", "message": "move up the exception\n", "proba": 1.0299596397089772e-05} {"commit": "0ccd44096782bb36db0d85870d9b122cfd867c53", "message": "Fix use of list.append() with multiple arguments\n", "proba": 0.00019054226868320256} {"commit": "e5a7683ad3d36354cc92dddbab50d50692b69f24", "message": "fixed active user when logged in and there is only one profile\n", "proba": 2.0076163309568074e-07} {"commit": "a676b644258e234c879b2fad30ea15ddc52adef2", "message": "Updated osu cog to load during Bot initialization instead of when ready\n\n", "proba": 1.6663943824823946e-07} {"commit": "008a965d4117bd101802773ee907124599d7083c", "message": "model field orders\n", "proba": 4.836234097638226e-07} {"commit": "77fe3258eeec680364431453c3c61d5e0c884073", "message": "[MRG] Write consistent descriptions of the data attribute C in LinearSVC, LinearSVR, SVC and SVR (#14782)\n\n", "proba": 2.94868129913084e-07} {"commit": "ec7f3805509b29ae8df5a1af892e311050895705", "message": "model/auth: Reordered classes and members\n", "proba": 1.3637783524700353e-07} {"commit": "11253af24311cf8867fb31f5029a76da38078591", "message": "Fix attribute name in statvfs. Fixes issue 17.\n", "proba": 1.0499257996343658e-07} {"commit": "2c1205798949c6ac86841c6eb8b1ca80c2834670", "message": "Fix bug\n", "proba": 8.518545655533671e-07} {"commit": "7af6740b8332e65b49b065ab458a1deec73f0b2f", "message": "Use standard run command if flask-socketio isn't instantiated\n\nFixes #347\n", "proba": 2.992877057295118e-07} {"commit": "e4c1d878130df0e7b7a07fcbb957d1042bb27a3c", "message": "refactor: move --database to global option available for all subcommands\n", "proba": 4.583201302921225e-07} {"commit": "47fd803e3d99ce60891f1627c4cd1f858807181f", "message": "Force unicode literals to str as per #50.\n\nImplements str cast as suggested by rhyek in issue #50\n", "proba": 1.4469409848061332e-07} {"commit": "b8cb8450db1eb10157377435457b291b651bd20e", "message": "fix: handle city with space in it\u2026 (non ISO compliant)\n", "proba": 2.484132721747301e-07} {"commit": "e5b5aa6b568f063f6594e1f8bfae3c8a93c5750f", "message": "SESSION_RANDOM_SOURCE is properly configurable again.\n", "proba": 1.183021609563184e-07} {"commit": "84276213291c81ca3d43b5d0b9ad292391c48371", "message": "Fix Emacs local variables line\n\nThe correctly encoding name is `utf-8` not `utf8`", "proba": 0.9999994039535522} {"commit": "26931df49bf653873c83ec917988824cd1a63c49", "message": "Fix some minor bug in VMTestObj\n\nChange-Id: I8103a0b44161c37172a9ebe8cef5badf22ceb3c8\n", "proba": 1.648120814934373e-05} {"commit": "18fc4823b45525409389b574e7cf9d82c99354a8", "message": "Remove unnecessary change.\n", "proba": 2.1498633486771723e-06} {"commit": "fb744b3fc8a49e185e75f61e2616b48f6f5cc090", "message": "Fix the --ask option\n", "proba": 0.9999994039535522} {"commit": "d489824369ac32ede9dc07b2b98881120302c479", "message": "needs more args\n", "proba": 2.3131688067223877e-05} {"commit": "34e50a921e8eb638801412157fdc11ede0cc4b7a", "message": "adjusting for offset\n", "proba": 1.324319214290881e-06} {"commit": "6befe528bab8de2ef279774d8ddf1d8ba458cc59", "message": "Updated zonbud.read_zbarray()--additional trap to check format of input data.\n", "proba": 1.0216000134732894e-07} {"commit": "986d72f51f973650a5b5446e94b0689bd8dbbd91", "message": "\n\ngit-svn-id: https://aqualid.googlecode.com/svn@219 a28edc5c-ec3e-0410-a3da-1b30b3a8704b\n", "proba": 8.94092295311566e-07} {"commit": "fbaa5c81416458109b1d674c8b7bada286bf9929", "message": "Make sure we don't leave clutter behind.\n", "proba": 2.9515200594687485e-07} {"commit": "3a0848402a2cb1c717375f0e5c985288baaa7cdb", "message": "TimeFieldRenderer\n", "proba": 6.977610951253155e-07} {"commit": "218eeb2cc3a95030565c043a236584d5b3048199", "message": "OpenMM backwards compatibility fix\n", "proba": 2.819813573751162e-07} {"commit": "fce3c2384169ecc1e453a4d6aad1c075b763319f", "message": "working version for CCI report incl. temperature\n\ngit-svn-id: a2babe56996d5ef2cfd262307688672f011c6e35@128 46f1e1ae-ddaa-4461-89cc-888b818d8ef3\n", "proba": 2.17800743484986e-06} {"commit": "479e0c979f3154511c8f945b493efa71fb33dac1", "message": "fix: Cache sitemap_routes\n", "proba": 2.988307642226573e-06} {"commit": "bae2a99b3af9a4e89ae67236d96daa13c34d49d9", "message": "Add filenames to skip_tracker.py output\n\nThis commit adds support for also printing the filenames along with\nthe bug number in the skip tracker output. This should make it\nslightly easier to find the skips and remove them.\n\nChange-Id: Ia3502f1a48bb9e028d046fa60307e398582e6124\n", "proba": 3.4884599244833225e-06} {"commit": "316d3b783d4ca9e1551add910440f20de27d0dff", "message": "Make ready screen explicitly black, and shape screen white\n", "proba": 1.8770397502976266e-07} {"commit": "c545893d80b36ef0fe316b2a35bfa033a11536dc", "message": "insertH5pyObject works!\n", "proba": 1.515149534725424e-07} {"commit": "c8a81c2857e84a36e48aa433348a8fd74f9fe090", "message": "functional tests: set permission for upload to s3\n\nobjects must have 'public-read' permission to read them by others\n\nChange-Id: I662a13de9b41ae8bd42e7f2603f917d654d403bc\n", "proba": 2.2080334929341916e-06} {"commit": "63e82b02142bd02f2a94aae55a9961ea7649973a", "message": "fixed running elsewhere than the same dir where this tool is\n\n--HG--\nextra : convert_revision : svn%3A79c32731-664e-0410-8185-e51b9e89f9fb/trunk%40570\n", "proba": 7.243896789077553e-07} {"commit": "516beb82982928bac9f6608fe08ceccbeae03ed1", "message": "fix parameters, hand closing time = w/ value for top grasp,\nchange new joint config for drop off in the center of ICFO,\nincreased go down distance\n", "proba": 1.4587484997719002e-07} {"commit": "a3e2f99c61d356aea6575b700ece537963f4bc65", "message": "0.1.18\n", "proba": 8.191711458493955e-06} {"commit": "f50d425fa7fc6f208e8e02fd664ca3308a2567fc", "message": "adding to tv regex to detect #x## format\n", "proba": 5.427581299954909e-07} {"commit": "bb973d0daa6c8ed1693534c0aa004672d79f3f10", "message": "Create a search endpoint that sorts by date added.\n", "proba": 1.6840688488173328e-07} {"commit": "f4dcbc691a603e879b5297fa8d811d6d946504e4", "message": "Fixed quoting of command used to launch the batch run (allowing it to be copied and pasted to re-run).\n", "proba": 1.029966085752676e-07} {"commit": "dbd46ec2adbf737046a3e3d51d630755552a1ccb", "message": "The simple outer ear amplification effect code that used to be in AudioFolder was moved into a new class AuditorySpectrogramWithSimpleOuterEar, for modularity and mostly because it had nothing to do with AudioFolders.\n", "proba": 1.0297716102058985e-07} {"commit": "f405ba4d9a8456d31f7afdbf70174acc170e7f97", "message": "Corrected bug in TimeSeries where a ValueError was raised if the interval_start > interval_end, even though repeat was turned on. Changed TimeSeries' default signal to be an array of one period of a sine wave from the outset.\n\ngit-svn-id: 1090b387d452580804210ae271d3c35ba515bde4@11615 0ce056cd-c842-0410-9ff1-d0633a95805a\n", "proba": 1.6423578017565887e-06} {"commit": "9ba851f187759ad3dbe7fb51e41e9c18571c958e", "message": "added user['habitica_group_id'] for new users invited to a party\n", "proba": 3.1280367807084986e-07} {"commit": "285e55d1d41f7284c3f32a248c242add3d66921f", "message": "Fix for single and multiple target launches\n", "proba": 3.9982032262741996e-07} {"commit": "23d7b09389f52f39d24129041271b353e807099d", "message": "fix: Item Rate within Update Items in Sales order (#19172)\n\nBlocked negative discount percentage, which affected the item rate every time Update Items action was taken", "proba": 1.726968861248679e-07} {"commit": "b13cea7ed91a59713c61ec275b86c7800457e413", "message": "allow empty headers and empty bodies\n", "proba": 5.358995736060024e-07} {"commit": "c180ee772e9edd2134386374658ee26003a37dbc", "message": "Allow to use any parameter in URL.\n", "proba": 1.1723329862434184e-07} {"commit": "7241eb053a8bec6bd8ad6c519c77d8bbc723d960", "message": "fix merge conflict\n", "proba": 2.925164153566584e-06} {"commit": "ca56f79c50750849d88e6f0fcfb8a21fa2f903c0", "message": "restore v1\n", "proba": 2.5090539566008374e-06} {"commit": "b9d0491ec366659376e22eef92ae9ec648a01041", "message": "First version of the 20x15 cartel\n", "proba": 1.6775624089859775e-07} {"commit": "d0f9ca009268d4447d83d4b5bff7e1cae4dd1cb1", "message": "incorporate initial distributions\n", "proba": 3.699031481119164e-07} {"commit": "3cc787587e5a86a2dc2b3d268af9b26ab70e9ec7", "message": "nocopy mod option used in rtree\n", "proba": 2.6347194648224104e-07} {"commit": "1d3a4520d017eb2a1a34d5db4c5031468fb8487d", "message": "Tests for MozillaPackageBuild MozillaPackage attributes\n", "proba": 5.251590664556716e-07} {"commit": "cfb331820e3dd212d1c1a93ab335da7241bdd4b5", "message": "Follow-up to r7223: `babel` should remain an optional dependency.\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@7252 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 5.708248863811605e-05} {"commit": "cba03b3538acd32ed8ede1eca3b432877972aba7", "message": "Fix the `resync` command, as the `sync()` was actually triggered before we cleared the `repository_dir` info. Fixes #4204.\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@4337 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 0.00011464090493973345} {"commit": "13d74fffec55551c7a8c4d9f06911ac272c37f90", "message": "added test_modbv.py file\n", "proba": 5.182830022931739e-07} {"commit": "bcd1407352fd4b49ba57db7eccdc94c25338eeae", "message": "1.1.6dev: Merged [14093] from 1.0-stable. Refs #12079.\n", "proba": 9.978224113638134e-08} {"commit": "150c69917d3cf0ed0a812dd6ecbacbb1cd9cf09f", "message": "WorkFlow: follow-up to r5447, the check for conflicting controller changes was done too late in _do_save. Do it earlier and make sure it's done only once.\n\ngit-svn-id: f68c6b3b1dcd5d00a2560c384475aaef3bc99487@5450 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 4.378945050120819e-06} {"commit": "5c91d3186f5b1f83e1832953ea28990f24b34b2d", "message": "Fix the `TimelineEvent.markup` content (fields were not escaped and summary was wikified). Closes #4149", "proba": 4.7856210585450754e-05} {"commit": "c95f7fff4929bd00f63338cf60002ade6e7fada9", "message": "Another #5099 fix, replying to change with empty comment works now.\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@5212 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 5.850503725923772e-07} {"commit": "45dd4439310bbbbeec783e5d8bf3fc4528a019d2", "message": "Fix download files in IE, which didn't recognize the filename which was wrongly set.\n\nFirefox and Safari had their own workarounds for such sitations, and it worked well there.\n\nCloses #6798.\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@6935 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 9.597401913197245e-06} {"commit": "8cd835f5cae76efc1b7da871c1bda4c43653f10a", "message": "flake8 too many blank lines, after view class\n", "proba": 1.160275999723126e-07} {"commit": "9871589948d6e61cf7c3a7bb88dbc01debbf396c", "message": "Delete train_deep_compare.py", "proba": 0.00035907240817323327} {"commit": "55e1922556e729cd647afd89f7bc4c1badee9c8e", "message": "Update rnn_cell.py", "proba": 3.3458254620200023e-06} {"commit": "3a82fde6cd9f0f409d560dcdbff507db4e2e3f5c", "message": "Put the setup server part in a function\n", "proba": 7.433226869579812e-07} {"commit": "25fb727239c648ecf9d0a1b024e2218513231ba1", "message": "Very host fix\n", "proba": 1.2688229844570742e-07} {"commit": "53031a8f5932ee71f6348f2664eb09ec6bbbd8ab", "message": "gui: always respect padding\n", "proba": 2.3657463543713675e-07} {"commit": "1d1a7331f49628afe8bea99214c707e209e2cec5", "message": "Added the grid for volume rendering\n", "proba": 1.687250090753878e-07} {"commit": "82048d871d44f1069f033680127bb36fcaea617e", "message": "Switched to new method for transparent materials.\n\nOld code preserved in the sources for now.\n\nThe new method relies on the transparency tag in the Json files.\n", "proba": 1.01796466367432e-07} {"commit": "3bd55fcedfb08377361e8f403b514a1e2be89e46", "message": "remove now useless global\n", "proba": 7.102669883352064e-07} {"commit": "7c85c409e50dbb941ba5660963562ceba7ef55c9", "message": "Added tls options\n", "proba": 4.352019402631413e-07} {"commit": "a4ded8c8ceb7f242d7c7a727eb400ab93eedfe27", "message": "Provide a proper error message when uploading a spreadsheet that doesn't match the expected format\n", "proba": 0.00022524039377458394} {"commit": "e47f4b2d8083d80523b15dd7f23698ace6a38c81", "message": "DEFIVELO-5 Loop through the two visibility cases\n", "proba": 1.2936003201957647e-07} {"commit": "0ab73121e58623024e7a0677ddd9c750db03e167", "message": "DEFIVELO-5 Check SEASON_STATE_RUNNING accesses for AuthUser\n", "proba": 1.5477733938951133e-07} {"commit": "62af40545e9a535162b3783b6e464c3d379d6b48", "message": "show number of listed files; add in forsim code (temporarily)\n", "proba": 1.1025880297665935e-07} {"commit": "fbfabcbdf100de5d979e7907477111101dd2b1e8", "message": "Trainer: Adding methods to serialize and deserialize trainers\n\nThe serialized form is a JSON compatible dictionary.\n", "proba": 1.6740841601858847e-05} {"commit": "7fa538b7335e694bc6343c77392f291af48876c2", "message": "Placing the FarmState main menu a little lower on the screen.\n", "proba": 1.0796298965942697e-07} {"commit": "f85256ad98fedc848734294361902653f91232e9", "message": "Bugfix: can't start app if FACEBOOK_APP_ID and FACEBOOK_APP_SECRET not set\n", "proba": 3.0160623282426968e-05} {"commit": "36353542707d8fc071be83eb6ea495718cbfc15d", "message": "more comments\n", "proba": 1.1724291226755668e-07} {"commit": "53f41ea1b507ebc0e36e7558bd392d391a653c81", "message": "added verbose option\n", "proba": 6.019885859132046e-06} {"commit": "21862108cefa3c634bb5d44184537175c62bbbf9", "message": "fixing\n", "proba": 8.5493911683443e-07} {"commit": "c03af6bbf93d28d880b7197c9ceae3ebfbc7412e", "message": "adding animation to the portal - woohoo\n", "proba": 1.1638944386049843e-07} {"commit": "54890171af37de0cd33e3e16651f8282782bdb98", "message": "very silly 3:", "proba": 1.707547596652148e-07} {"commit": "90bdd9f3b8345528aac79fdb9685fb9fa7e1f605", "message": "update_schedule: more descriptive in debug output\n", "proba": 1.0107931984748575e-06} {"commit": "4aaf5ccdee25705718b970887823f6c4785b7d48", "message": "removed print(\"hello world\") from main\n", "proba": 0.998661994934082} {"commit": "f78e29e363b21bc3d3e20e6009dfcbcad54b425e", "message": "First filter added\n", "proba": 2.0950916734818747e-07} {"commit": "e4a9e5926b8617afc29796ce5de79a3c340b1ac2", "message": "\u4fe1\u53f7\u306e\u5909\u63db\u3068\u97f3\u6e90\u306e\u751f\u6210\u51e6\u7406\u3092\u5b9a\u7fa9\n", "proba": 4.0885237240217975e-07} {"commit": "d97014d0791a958e06be70c8fcc86a56e0ec5741", "message": "Section Feed view\n", "proba": 2.101302811752248e-07} {"commit": "6a1bef5813ee07f1115375fd3b3cb09a814e0bd0", "message": "fakelcrecovery: get the periodogram values for the recovered periods as well\n", "proba": 3.886227659677388e-07} {"commit": "b3c1eedf69801a30749a6d8e1c6090eeb7a05bbd", "message": "fakelcrecovery: working on per magbin recovery stats\n", "proba": 2.2167147051277425e-07} {"commit": "e993608d01c1383125efb53593651b36fe3c3784", "message": "These macros are necessary to build modules that use the WCS API on Windows. It's unfortunate that this needs to be specified manually, but that does the trick for now\n", "proba": 1.39291955747467e-07} {"commit": "b2f64d00125d68c8cfbf403ca755f9c6a4fa34bd", "message": "Add supported modules for config ref generator\n\nWith this patch, it can run on\n designate\n manila\n zaqar\n\nRelated-Bug: #1407581\n\nHow to add\n see the Trace back and add last item. like follows\n For addin designate.api.v1.extensions.sync case,\n\n====log===\nTraceback (most recent call last):\n\nsnip\n\n File \"/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/autohelp.py\", line 138, in import_modules\n module = importlib.import_module(modname)\n File \"/usr/lib/python2.7/importlib/__init__.py\", line 37, in import_module\n __import__(name)\n File \"/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/designate/designate/api/v1/extensions/sync.py\", line 23, in \n central_api = central_rpcapi.CentralAPI()\n=====\n\nChange-Id: I76101cba32c4dd09a303a878719db5f544eb3ebf\n", "proba": 0.999995231628418} {"commit": "a8be83fda5c1960ac3212efeb0252f42dca7c680", "message": "Cosmetic; PEP8\n", "proba": 6.660897042820579e-07} {"commit": "e6fccf3b0034c3a2b51ff53271923462c26849fb", "message": "Select pose of robot not pose of ground\n\n", "proba": 7.720727239757252e-07} {"commit": "84fddde6d1c6c923bf7c738561b4d12f16962a91", "message": "fixed bug with selling items and choosing carrier of item having corrupt list\n", "proba": 1.3124824249644007e-07} {"commit": "8ee9f09595d03ca4f96790570dc1dca226f0ce36", "message": "Improve JSON loading\n", "proba": 1.2085454727639444e-05} {"commit": "852136b9df041042b41957142307937b5779bf7e", "message": "Implemented and tested textbook partitioning function.\n\n* Implemented partition function from Cormen et al's Introduction to\n Algorithms.\n* Added unit test for it.\n* Renamed `_partition` to `_partition_shell` to differentiate it.\n* Revised `_partition_shell` to put the pivot at the end and eliminate\n maintaining an empty slot. It is now much simpler. Adjusted the\n invariant and conditionals to match.\n* Guarded to prevent unnecessary swaps.\n* Removed superfluous `pivot_key` from pivot-picking and partitioning\n functions.\n", "proba": 1.1111404063512964e-07} {"commit": "50f079d5098e1fe834545731930b7f22e8ac923c", "message": "#2799: remove debug statement\n", "proba": 1.9164058358001057e-06} {"commit": "90caab26aec66b19f33dd5d34902c29d8b1f5425", "message": "Fix following issue: initial value must be str or None, not bytes\n", "proba": 0.9999985694885254} {"commit": "4d8c08bcfc25b974b6e319502bd8f3723accaf04", "message": "Added reset method for BidirectionScrollList to reset index as if append has occurred\n", "proba": 1.294076525937271e-07} {"commit": "d518016c24d650eb8c06d01b11d541bd0ae5ec97", "message": "Testing commit\n", "proba": 2.9662271572306054e-07} {"commit": "29a2517d44f55ef03981dba341c66001d77ca8b5", "message": "Tile: Add type annotations\n\nPlus some minor cleanup.\n", "proba": 1.0584976450900285e-07} {"commit": "098a5bb7e793c8b4170d35ebe684a7092d427474", "message": "Bugfix -- extra space at start\n", "proba": 1.2531978654806153e-07} {"commit": "d523ce8f9c35b03936454fc6caa986c810629a6c", "message": "In case the command cannot be found index.json\n\nIf the command cannot be found index.json, just consider it locates under /common\r\nI notice some commands is missing from the index. The current logic will ignore those commands.\r\nThanks : )", "proba": 1.0165876119572204e-05} {"commit": "346059aa50eac79ddea6edfbe6a49bb363b60b12", "message": "Remove unnecessary prints\n", "proba": 1.5155589608184528e-05} {"commit": "7e83d66ffa7cf5746be3e94a8a868d87bd524991", "message": "make default slice things clearer'\n", "proba": 1.8868281870254577e-07} {"commit": "df2aaa16e43e359426566da13684153bdf583280", "message": "flake8 fixes", "proba": 1.2929318415899616e-07} {"commit": "013e1ff0c50f5abf8fe7a372f55956faf18f8a1b", "message": "Fixing homepage lookup.\n", "proba": 1.4132959336166095e-07} {"commit": "836ce0f9b43f317919c425ac75df327d309a7ea6", "message": "Do not fail the job if it doesn't pull any files\n", "proba": 1.0258189831802156e-05} {"commit": "fe649101b63ca2c3e8d6993b2c00895b5642837c", "message": "fix exe\n", "proba": 1.6857375157997012e-05} {"commit": "8f4910c8314ae0675f8bd19da6f0014d819151f1", "message": "(dq6) Complete informatation on special JSR instructions appeared in bank $C0.\n", "proba": 1.0255710947149055e-07} {"commit": "ea3b82dc2d71824fb975f8115c81934a6887a62b", "message": "Add python3 support to rest api\n", "proba": 2.960713345601107e-07} {"commit": "1f177668eee38a80cec954f21d6c0fefae010ad0", "message": "Fix to get the message map for services without messages (like e.g. the 'core' service.\n", "proba": 1.1467879090787392e-07} {"commit": "777e9ee888f6d02ed3c0b8a0760b46be2b123ae0", "message": "Persist room topic\n", "proba": 2.2372496744083037e-07} {"commit": "59bf4d2b971410798aeb7241ac65fbb8043cafa7", "message": "add flask_cors and return parameter for creating new API keys\n", "proba": 1.9378575188966352e-07} {"commit": "1b3c87de29a554e43b73dd3f2107b688466dc547", "message": "Add graphics device\n\nSigned-off-by: Fabian Deutsch \n", "proba": 1.1326321924798322e-07} {"commit": "91ef01192f49740ccbc1eb8a5036f93c35a02879", "message": "Remove IP bans after the grace period\n", "proba": 7.05149716395681e-07} {"commit": "cd66541043267c0327a983839d3d336b0fbc1675", "message": "Use a static ID for the subscription ID\n\n- because we only ever have one subscription within\n a connection and ID is only considered to\n differentiate subscriptions within a connection.\n", "proba": 1.1213064254889105e-07} {"commit": "763edcc0e9b2151a231157bb04fcf1a5d369b6ea", "message": "trun led of after if programm quit\n", "proba": 2.4373306928282545e-07} {"commit": "e6e051aa369fae3b55dbf10f69f09e5bc2133382", "message": "No change\n\nPiperOrigin-RevId: 182129886\n", "proba": 1.2745354069920722e-06} {"commit": "51b390146a480fdc94dda108900ad55fc6263f0c", "message": "dvc: remove unused module\n\nSigned-off-by: Ruslan Kuprieiev \n", "proba": 1.2013948946787423e-07} {"commit": "2836d349b056ef8cf5cd18e202bfd04e1ffdff06", "message": "Add method to get active workers\n", "proba": 2.2079208861214283e-07} {"commit": "93c0751d68efdcb70e6e1a8b48ea7c9476126d81", "message": "improve tex\n", "proba": 0.000105710030766204} {"commit": "e47f957ea9cc65a2e14bbb3ee82fbd82b5ad376b", "message": "add docstrings\n", "proba": 1.225948471983429e-05} {"commit": "8d9905eeee0a42b65ee84ad1e7322c9fa645314a", "message": "registration fix\n", "proba": 2.2802335308824695e-07} {"commit": "f924c0636352c8b5f25e984ad3338d94519b579a", "message": "Fix for tasks with no output frequency attribute (from external scripts)\n", "proba": 1.2249559233623586e-07} {"commit": "4f9cc2d63fd55568f24630302a27df0dfef9e25b", "message": "changed size with pop\n", "proba": 4.049509243486682e-07} {"commit": "51edf2e61db3e691663db9da846b703433ebaab2", "message": "Richer logging.", "proba": 1.4038189988241356e-07} {"commit": "288c07f868423a156ff94cdec59492eba125f1f7", "message": "Specify search field name by configurable name\n", "proba": 1.070550638360146e-06} {"commit": "263e7ef08b3315080eb2229e43eea087dc1535ae", "message": "Comment out some unused imports.\n", "proba": 1.113036702804493e-07} {"commit": "cd82d2ee8b1ec1eadffb752dbe81dd19e2ba57d8", "message": "Retired cidrmatcher.py from the core.\n", "proba": 1.0241499381891117e-07} {"commit": "b0902e39dcd4d94d3412a3ec18c25dcb9828c0aa", "message": "reduce the required focus accuracy for taking reference frames\n", "proba": 8.99415113053692e-07} {"commit": "4627fde03ca30cbba3f6c4324717e6a8d66b52ba", "message": "no need to disconnect what is not connected\n", "proba": 0.0018911220831796527} {"commit": "fff69b9239e436a1147af6b78aa4282566056f71", "message": "Assertion errors suppressed and reraised. Supports expectedFailure decorator.\n", "proba": 1.1919579634422917e-07} {"commit": "7efb26b94a4c2c9b3a4488320caffb132e9c3cd2", "message": "[IMP] improved code.\n\nbzr revid: tpa@tinyerp.com-20120823111411-18n8pdrbinevs0vc", "proba": 7.026787352515385e-05} {"commit": "14ff159fd585165f3b895f2d7ebba64c57f790ab", "message": "[IMP] let non-act_window actions pass through unmolested by clean_action, which is currently mostly there to cleanup the junk in act_window actions\n", "proba": 2.826689922130754e-07} {"commit": "52f4c70132280c47403909e5c1cbcd5fd6df68e1", "message": "[IMP] don't be a poopyhead, learn how to use dicts\n\nbzr revid: xmo@openerp.com-20110727150942-oekqzfckrm29ixu6", "proba": 1.8657034672742157e-07} {"commit": "56fd66048103fc2869b773e1cb3e9c40280645d0", "message": "[IMP] hr_payroll:improved code for holidays in 'onchange_employee_id' function.\n\nbzr revid: mtr@mtr-20110323101149-pz4c5dzn3zvvkbqp", "proba": 9.915953705785796e-05} {"commit": "0b2aeb031e7584aefd6350195b9cdc308505bd32", "message": "[FIX] Payroll: Small but if we have no stcture defined for contract and try to make onchanges\n\nbzr revid: mra@mra-laptop-20110401105807-1l1z3gvg1top1wei", "proba": 1.4464278308423673e-07} {"commit": "6bfb6c88f6c2141827e66436f27edc30ac7fc216", "message": "bug fix on mrp_repair\n\nbzr revid: mra@tinyerp.com-20090123055614-4i02d12716r4pred", "proba": 2.0483632567902532e-07} {"commit": "c71318e3420cdb7044818c9d101fd6d18181132e", "message": "[FIX] UI test runner snafu\n\nbzr revid: ddm@openerp.com-20140102103629-r6sjvevgsihricte", "proba": 2.3766732226704335e-07} {"commit": "bdf7083cfdeef0e0bdd0bf6d4c23b26c92b52d95", "message": "refer to encoder instead of decoder\n\n", "proba": 2.8946665224793833e-06} {"commit": "2b49953379df410e1abcb933434e24c8aa49c399", "message": "undo of 0-prefix for sentence numbers\n", "proba": 0.001145624089986086} {"commit": "f147930f1008031f93e7d3ab0632a294deb88fa3", "message": "[ID: 19141] Can not validate an invoice\n[FIX] AssertionError: field invoice_line_ids is not editable\n", "proba": 5.815989425173029e-05} {"commit": "ab8b5e213658d10ce035b588e50a68e1424fc4fa", "message": "missing context\n", "proba": 0.9999994039535522} {"commit": "f03275ba8ecc3b8fb8bc85b1965d8cd58f560b00", "message": "account_wallet_coupon 14.0.1.1.0\n", "proba": 6.679651050944813e-06} {"commit": "f8b36087b69392a62ded8b651b60258a321ec6ac", "message": "Remove whitespace with inspect.cleandoc\n", "proba": 0.001034177141264081} {"commit": "98e223a7e8c2223a103c4456b49ff7b44b8a535e", "message": "Show sized popups as dialogs\n", "proba": 2.1532949290303804e-07} {"commit": "bdb40f52a1530e7940b6f87ef4c46b012578a5ba", "message": "Fix error in fake_sas.py due to bad merge\n", "proba": 3.4123197565349983e-06} {"commit": "1f6724447ac82a7ececeb5dc3011b703dd5db699", "message": "Fixed PCA9685 software reset (SWRST) during PWM servo driver initialization.\n", "proba": 9.94690836364498e-08} {"commit": "4ae6879299db7c67df1bb8808235290f3686796d", "message": "code cleanup\n", "proba": 7.806218036421342e-07} {"commit": "8e0efcb896098aedf69392f8616098521f8d3aee", "message": "Create an or_ompl planner.\n", "proba": 1.3185885450184287e-07} {"commit": "8c8631b2339fed55dcd900276ffb15e5316ffb72", "message": "[FIX] account_anglo_saxon: avoid incorrect conversion while creating invoice in different currency than the one of the company (opw 606408).\n\nWithout this patch the generated entries would use incorrect currencies. The expected result from move_line_get are prices in the currency of the invoice.\n\nbzr revid: mat@openerp.com-20140416082915-555nhsvi8l0mmyxi", "proba": 8.260900017376116e-07} {"commit": "6fe34606ade43201f220d85886f5e8124f7d2121", "message": "[FIX]account_asset: fix problem when we validate the last depreciation line it was closing the asset without checking if all depreciation lines was validated\n\nlp bug: https://launchpad.net/bugs/939390 fixed\n\nbzr revid: csn@openerp.com-20121115110448-y0csyrbgpexam0kt", "proba": 6.737595413142117e-06} {"commit": "cbf91c37b994b0b810b8c9167326f1fa002abe2a", "message": "[IMP] code style and comments\n\nbzr revid: abo@openerp.com-20121005171055-sxm4okovczkgmj2p", "proba": 1.4050927177322592e-07} {"commit": "9428fbe1b4721710a5180daa9dbe10c5204dde9c", "message": "[IMP]CRM_HR: Create a meeting when schedule_meeting click\n\nbzr revid: sbh@tinyerp.com-20100119140236-bwna7adw6ki5q5zp", "proba": 3.5339789405952615e-07} {"commit": "6c19084ea45878ed57ba32b73d224757cb3d0bc5", "message": "KTextEditor.Range.start() and end() now return constant Cursor (just like C++ API do), so here is a fix...\n", "proba": 1.0331377353622884e-07} {"commit": "8f6e543d708ee22707ad34bfe78fa99ae68b7efd", "message": "[FIX] report_webkit: Wrong Report template file path throws 'Coercing to Unicode' error : (Maintenance Case : 583490)\ncf. http://bazaar.launchpad.net/~openerp-dev/openobject-addons/7.0-opw-583490-rgo/revision/8519\n\nbzr revid: olivier.laurent@acsone.eu-20130325164313-ccnkn06x16ar32qz", "proba": 7.027348942756362e-07} {"commit": "25eacbf90017040e76f718ce3000b06c3f41a8e7", "message": "[FIX] stock: unset warehouses\n\nwarehouse_ids may contain values even if the field is not ticked.\nBetter fix will come in master.\n\nThis reverts commit 6d5c2d0bea803fe1fa62d6cb4adec032ab9f1259.\n", "proba": 1.4832529871000588e-07} {"commit": "6c79cfa83d7b121d79363511d7c1a6f27248c86d", "message": "[FIX] stock_account: copy the analytic account on the COGS entry in anglo-saxon mode.\n\nOPW Ticket: 688456\n", "proba": 1.705243306560078e-07} {"commit": "1a5ca235f60630ea00840dfe9dbb16f934b7d058", "message": "[IMP] survey: access\n\nbzr revid: chm@openerp.com-20130222102146-nyd105tejc4luk6c", "proba": 1.5423405841374915e-07} {"commit": "b64ceee72cd8e6b359cd85815ca8f3795f9ba728", "message": "Preload supports required step\n", "proba": 1.6398429636410583e-07} {"commit": "fb874901e2964c99162ed0c49a61ac4d37999e27", "message": "ArchivesSpaceClient: offer inherit_notes opt to add_digital_object\n", "proba": 2.3574807528348174e-07} {"commit": "93d851b3e801324e8fe6136f04b67c409e7964f6", "message": "For stills indexer, for each candidate, first index the reflections in P1, then move to target symmetry if supplied.\n", "proba": 1.0085258850267564e-07} {"commit": "636901e19ff8188da038f1550719e41215d576a8", "message": "prepend internal methods with leading underscore\n", "proba": 1.0077679917230853e-06} {"commit": "a2c6db8414abbea882059f7f58a7ad7912e35b2d", "message": "Fix init\n", "proba": 0.9986026883125305} {"commit": "f0c7681de6c19f138ab800f414a1516c06eca326", "message": "Remove depricated concrete_parts() from symbolic memory (#881)\n\n", "proba": 3.5543126841730555e-07} {"commit": "4b25b6d82475323425974c32c0a47a6a5a14441c", "message": "Verbose debug for symbolic reg too\n", "proba": 1.293748397301897e-07} {"commit": "1eb34db7178c3d2fb51420bad4a68e9c37136353", "message": "servicecheck.py: less versbose warning\n", "proba": 3.701177035964065e-07} {"commit": "5b8bc8990b143bf584e596e4104fde18a88d56f6", "message": "Update location_extraction.py", "proba": 1.8271639419253916e-06} {"commit": "8e0422f25d10fb3eed6dbe2ee10008c2690c528d", "message": "teste de gera\u00e7\u00e3o de PDF\n", "proba": 1.9975077236722427e-07} {"commit": "30a0b9309d2fc5b52b11ce432b91197e6b9af9eb", "message": "Force tobytes() to use appropriate ordering\n", "proba": 5.730695420425036e-07} {"commit": "e06bba274fd282bafdef6911f09693b8c2e98192", "message": "Show stewards in lot admin\n", "proba": 1.2811975125259778e-07} {"commit": "84234a872de78c6003446b486645dc2a2dc4f99c", "message": "Fix http vs https request identification\n", "proba": 5.643834697366401e-07} {"commit": "197f57d3295e2ebeff4dc22cbeeff2aebac753a8", "message": "rm dead code\n", "proba": 9.588295597495744e-07} {"commit": "f443f644dde3faf1de7dcae143eea83ed603d359", "message": "atbash-cipher: updates tests to v1.2.0 (#1485)\n\nResolves #1469", "proba": 5.112209464641637e-07} {"commit": "854af772e6c33960901e0b41db63d276922594b9", "message": "VFS-10008 Disabled redundant integration tests\n", "proba": 1.4096211486958055e-07} {"commit": "c05c49a18f3a036d5d3499a87c48d7018841d554", "message": "fix fee slider offline bug\n", "proba": 3.1602763783666887e-07} {"commit": "85916d6db924addbf804bdf19f111010a2ef6be0", "message": "Don't prompt for email when -e is given.\nContributed by Tom Brown.\n", "proba": 1.3077558946861245e-07} {"commit": "77d66aa2dacccb35ce4eb7d527fa34a51bf70ec7", "message": "upload.py: special case mime-type for .mm files\n\nWe weren't uploading Objective-C files because the mime type was strange.\n\nReview URL: http://codereview.appspot.com/110081\n", "proba": 8.61103690112941e-05} {"commit": "4b03fba769bb51dba01fe138691f7821bc9072a6", "message": "Added website option\n", "proba": 1.4652290758476738e-07} {"commit": "b602eb3c876b58b0f79955eaefe9224cf22b4225", "message": "Removed channel_names in view() while not implemented\n", "proba": 3.130358550151868e-07} {"commit": "64a3be2607242b1ac52e9b15cb0c771a0b12f26a", "message": "batch support and data partitioning\n", "proba": 2.8521984063445416e-07} {"commit": "68b65d8566fcc517c475eb17fadb3712dfcdbf19", "message": "Fix small typo.\n", "proba": 0.002820118796080351} {"commit": "9ac79a87648a4ad5c17848e670d3585aaa3df80e", "message": "more summary\n", "proba": 2.107906169612761e-07} {"commit": "2265b22651d164631ae2b0b9c7bfc08aa1a4faf7", "message": "CMClient: added retry param to connect()\n", "proba": 1.6105336442251428e-07} {"commit": "44426207ba65ba6c56c1092b0313f508c59d6b1f", "message": "Remove unused `show_status` feature of `GitSavvyError`\n", "proba": 1.24349995189732e-07} {"commit": "e8c929dda164040e1a054ca1a1706909ccae0a9c", "message": "Update raise exception in `Webauth.cli_login`\n", "proba": 1.3447235858166096e-07} {"commit": "b9257810915bccd9dd96979c7e0b5d0310998112", "message": "fix: (http_server) \u4fee\u6b63http_server\u5728\u591a\u7ea7\u76ee\u5f55\u4e0b\u9519\u8bef\u7684\u95ee\u9898\n", "proba": 7.3517680903023575e-06} {"commit": "df77daeaf9b18fa8367870f6c1339fccb0def54d", "message": "cleaned up regtext for clarity. Should be a 100% cosmetic change,\nbut I was unable to test it (Hi Adam ;-)\n\n\ngit-svn-id: 05b73559aeb8bace4cf49b5ea964569f1305eff8@154 4cde692c-a291-49d1-8350-778aa11640f8\n", "proba": 0.00020570121705532074} {"commit": "33ac7ec3f6b9a527bc84564124d32174b580db5b", "message": "Leave Copyright/Licensing header intact\n\nMove comment below the initial licensing header.\n\nChange-Id: I925a7da05445f19d58b71b19c6bbdd60068501fa\n", "proba": 1.5648028295345284e-07} {"commit": "0b88f0183a4683d6e388b10f9f138e1bcfaa0429", "message": "lg_activity: small typo fixed\n", "proba": 0.00021451289649121463} {"commit": "c775004b8ea34ee1d2645087989b404d5816febe", "message": "Modified core.py to work with new version of geneseekr\n", "proba": 1.3400099874161242e-07} {"commit": "5194d682c6e86b4ff6c9a22b6548875f9245f17a", "message": "Parameterize the connection info\n", "proba": 0.0005911418702453375} {"commit": "2197b1e96f879a0bd8f6dea7f5e4715f0dd668bc", "message": "Add test that achieved frequency matches requested frequency\n\nChange-Id: I7f9baca2ddb7a401fcbbeb3e515a1744ca29ef8b\nSigned-off-by: Christopher M. Cantalupo <9cf3ecca60a3dd7112ab0e7250bedb8a752e3958@intel.com>\n", "proba": 2.688043139187357e-07} {"commit": "6e52e7e2ee70b7da434e9cc88e2b4e6210b1e2e0", "message": "TorClientEndpoint.from_connection\n", "proba": 2.4206344733102014e-06} {"commit": "d4212656479c7caf2d75b52de2239c41e0a4f87f", "message": "Add comments.", "proba": 1.3680796939752327e-07} {"commit": "e96b5534944314f5988590817f46fa131897c1a3", "message": "fix(auth): Dot not pass Authorization header if no bearer token. (#4210)\n\n", "proba": 1.6658954393733438e-07} {"commit": "3cd9d60119fd0f08b2e8518ea083181bcfec558b", "message": "[FIX] Use the sys.exc_info() function to follow python 2 standard\n", "proba": 2.049048362096073e-06} {"commit": "6b5936b05559f2272032302ef910dfbdf3104b97", "message": "eugener broken still, but nearly there\n", "proba": 1.8028536885594804e-07} {"commit": "494e26adb86f5f87717540aa17c4d1059190b1c7", "message": "Update something.py", "proba": 4.094696635092987e-07} {"commit": "3b6ec70c2c336021708605c427bb3bb32ff28d16", "message": "ensure euqal axes for pie\n", "proba": 2.710335138544906e-07} {"commit": "842e70f8cec62aeb7efb81449674c7dc48bd1075", "message": "Catch MemoryError when trying to open an image\n\n--HG--\nextra : convert_revision : svn%3A18c32c52-eb3f-0410-93bd-f15eff1430f4/trunk%40450\n", "proba": 1.096313326343079e-06} {"commit": "b9e3c41a73519c741d3339bcaf51bfd0191a8315", "message": "very very small speed opt. :)\n\n--HG--\nextra : convert_revision : svn%3A18c32c52-eb3f-0410-93bd-f15eff1430f4/trunk%40288\n", "proba": 1.1229325309614069e-06} {"commit": "c87eca8305854f5d045351cedb6b626a967c51f5", "message": "drive database name from config file\n", "proba": 4.895823622064199e-07} {"commit": "d8f4eb711f35831976ea0f4bff6f86d48677dd50", "message": "Make explicit datetime import (see issue 189).", "proba": 1.9926902439237892e-07} {"commit": "97404d94995299edc9561e6b060a2d2ac7d83e65", "message": "circular dependency bug fix\n", "proba": 5.728318228648277e-07} {"commit": "2e0c1ed08a200c3010aef2fa8a3872ccdf49e56c", "message": "StratumServer: Ignore JSON parse errors\n", "proba": 2.795698321733653e-07} {"commit": "10c14a867287e5453df5079d3b83ed3f47340966", "message": "Bugfix: StratumServer: Don't force bdiff on targets\n", "proba": 1.8042983640498278e-07} {"commit": "0ce94db43b0fb508cfd0593ea5179c2a9b019655", "message": "cmds: Fix typo on named argument spelling\n", "proba": 0.00014889611338730901} {"commit": "7c01b4b1f43ebb49082247ad6b2c9410a928e8f5", "message": "fix(API): signals and frames semantics\n\nBecause of what these return when iterated, they act more like a\n`Sequence` rather than `Mapping`, so we're changing them to actually map\nthat.\n\nFixes #173\n\nBREAKING CHANGE: `session.frames` and `session.signals` no longer have\n`keys`, `items`, and `values`. This should impact almost no one.\n", "proba": 6.798920253459073e-07} {"commit": "5bf7511bd13c57e613ed034ac6530f51753e85c9", "message": "Corrected grammar in docstring", "proba": 0.00033442105632275343} {"commit": "5067c290e15f1fd7eff4ac1f6b66658f7538bb66", "message": "Pass dtype argument\n", "proba": 5.556245241677971e-07} {"commit": "e65ca83989992128c58bdb1d901c8ecd83c0d927", "message": "wonder what effect this will have\n", "proba": 0.0003897350106853992} {"commit": "8efdad73646e7ce8830e2dcc188e4966b7d07d0c", "message": "moved board install to utils\n", "proba": 2.6474972969481314e-07} {"commit": "426961555ee866da2addb74b25c6dfca3d2c5f33", "message": "More uniform dispatch: use methods for everything, and handle defaults in the dispatch instead of calling another method.\n\n--HG--\nbranch : ast-branch\n", "proba": 4.298528324397921e-07} {"commit": "f314d2dcb291406ad7b688d00094c40330adf842", "message": "Actually cache population members map\n", "proba": 1.537882923230427e-07} {"commit": "6a714f670c1ff251bf5f87c5322e732c617bec2e", "message": "Fix broken design in converter function\n\nconverter() was very badly designed and empty strings were slipped\nthrough which caused bugs to other functions.\n\nWe now are more strict and raise ValueError if input value can't be\nsafely converted to integer.\n\nEmpty string or a sequence of spaces is converted to 0, it may not be\nthe right choice but it makes sense for our use-case where HAProxy\nreturns empty values for metrics.\n", "proba": 1.3890779371195094e-07} {"commit": "a7d4886c4d7b58664d13c25af42f7ce89e58e8e3", "message": "Screen outputs and bug fix\n", "proba": 2.491525492587243e-07} {"commit": "44003a2a816cfbeb8f2f0e134ab5527893663319", "message": "Fix #310: Adapt CustomExternalForce expression to whether periodic boundary conditions are in use or not\n", "proba": 1.2370288970942056e-07} {"commit": "f48b17059119d6879e535c26ce8dd52e7adb23e4", "message": "fix indentation\n", "proba": 0.00035826992825604975} {"commit": "e0f9ebdd6398951b530cad20cea2437b64dbb71b", "message": "[skip hazardlib]\n\n\nFormer-commit-id: 2b7fe7ec09a3317295bca27fd3eba852c1db4b25 [formerly f39d0e1f5b2ee0e91055905ab34ec3757c251100] [formerly f39d0e1f5b2ee0e91055905ab34ec3757c251100 [formerly dce64a8e403adebd611ae27584b211c0671d1a47]]\nFormer-commit-id: 70ebfbbd63b764ee73ed330b6e9f42af3a7e9e4c\nFormer-commit-id: 5892a3939084b1271546413e77dc945c78dc1d95", "proba": 1.4766802678423119e-06} {"commit": "df252ed0129fff88714a9f886e5ad53343323d56", "message": "healthcheck/plugin: fix minimum number of parameters.\n", "proba": 1.4846540352664306e-07} {"commit": "521724c1a5a273b3be5d053a75d6d35b6016f4d7", "message": "Generated one risk task per hazard site [demos][skip hazardlib]\n\n\nFormer-commit-id: 7b6de372a0ea6c301868eacdc1d0ea324a62033c", "proba": 0.9988963603973389} {"commit": "0a26758da05efa5ba758dc620bc81d19da5a53d4", "message": "Catch errors better when creating the stack\n\nSigned-off-by: Angus Salkeld <86b65304d27d8de73dd7d624c33df7e088f8d94b@redhat.com>\n", "proba": 2.57890008015238e-07} {"commit": "8f38208788162bcae2ac988e6a3d91c897abd44b", "message": "\tmodified: opsimsummary/visualization.py\n", "proba": 1.7077478275950853e-07} {"commit": "103f9726d0bb78a430b2f86a92c5ed7fa011ace6", "message": "Add AUTH/REGS commands support\n", "proba": 2.667040632786666e-07} {"commit": "fb2915cbcfde7e085d6ad438acc80cee078a3b0a", "message": "[Telemetry] Use named parameter for the construction of atrace_agent\n\nSomehow my telemetry CL keep getting PRESUBMIT's complain on this.\n\nReview-Url: https://codereview.chromium.org/2346383002\n", "proba": 2.2424424628297857e-07} {"commit": "06e556d202cc6944227667a0664ec7b8eca32076", "message": "Improve the help text for 'repo start'\n\nSigned-off-by: Shawn O. Pearce \n", "proba": 0.999993085861206} {"commit": "744b212bff80ab3911099a88b98d5115b0c34d6c", "message": "No longer returns 'm'\n", "proba": 0.0020832126028835773} {"commit": "d9c9b246a277f0e3b5c6bbdb455461d4678dffa1", "message": "Use node.defaultaddress for wr status gathering\n\n", "proba": 2.470740980697883e-07} {"commit": "1ebb951a541d3f5adc5acba5839eb206549b0dfd", "message": "add Gaia G-magnitude for SV0 MWS cluster files\n", "proba": 1.7188897061259922e-07} {"commit": "7693f48aa87dded07d42acfea15c8455d8273ab2", "message": "Fix issue unable to edit homepage-info\n", "proba": 2.031597290397258e-07} {"commit": "49b793ab536511e92ae7d1bdb5b34cb8945c7ddc", "message": "Fix tricky assert syntax mistake in test_project_build_index\n\nSummary:\nPreviously we were asserting that a two-element tuple was truthy, which wasn't the intention.\nAlso some lint fixes to make my linter happy.\n\nTest Plan: Changes\n\nReviewers: mkedia, anupc\n\nReviewed By: anupc\n\nSubscribers: changesbot, mkedia, wwu\n\nDifferential Revision: https://tails.corp.dropbox.com/D107575\n", "proba": 0.00017747333913575858} {"commit": "3b0ea894c11140c1a0fabec9cf05c46e584e88a1", "message": "Fix regex escape issue when using --root on Windows\n\nThe code was using directory separator in the regex itself,\nwhich means on Windows it was leaving unescaped backslash.\n\nAdded explicit escape for such cases.\n", "proba": 6.995254011599172e-07} {"commit": "935f5ffcc552daf1ea6c4551bce3888fb5a537a0", "message": "[chrome-remote-control] Fix build search path on mac.\n\nMac may be built with ninja or xcode so we need to search both out and\nxcodebuild. Now it seems cleaner to just search all the build paths regardless\nof platform.\n\nThis fixes the test on the mac buildbots which use xcode. Example:\nhttp://build.chromium.org/p/chromium.perf/builders/Mac10.7%20GPU%20%28Intel%29%20Perf/builds/6056/steps/scrolling_benchmark/logs/stdio\n\nBUG=None\nTEST=None\n\nReview URL: https://codereview.chromium.org/11229046\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@163453 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 5.423056791187264e-06} {"commit": "b40783a773546fef785d3cbbe9b96b91ba5ba46c", "message": "remove unused args from VariantMapper.c_to_p\n", "proba": 1.6186403399842675e-06} {"commit": "498d68492ba4f9a9b0a1ddf47021362574cc9c9c", "message": "Minor fixture scoping bug fix. (#618)\n\n", "proba": 1.0931169924788264e-07} {"commit": "6af96d3a115eb20867c22204ee18fa0fa303d84d", "message": "remove extraneous logging\n", "proba": 7.61251212679781e-05} {"commit": "c777ee7e263c5bb4f91fcb4c08066c361a255a11", "message": "Nicer support vectors in example plot_separating_hyperplane.py\n\nIdea taken from svm_gui.py\n", "proba": 2.0075799511687364e-07} {"commit": "7c518085d0e1901f12f251069c6b4b90595664b4", "message": "Use tidy client for cinderblockapi tests too.\n", "proba": 1.0685019447009836e-07} {"commit": "88d64a5cf0d5f5b0b93aea9aadb4a533c6668530", "message": "Link to the preview file as original in the metametabotnik\n", "proba": 1.40679020432799e-07} {"commit": "3560f3b9bd4401158ecea00589e70f92a972aa43", "message": "date parsing for bookings endpoint\n", "proba": 8.136906899380847e-07} {"commit": "ebbd206e86257ea7065e337f5320f8cdca100330", "message": "Fixed typo for instance_tags documentation\n", "proba": 1.7501811555575841e-07} {"commit": "b9db011611b4a790472e58601a86a42057ceb22a", "message": "++ support for some more languages", "proba": 1.200911441401331e-07} {"commit": "d86dbf466a42443ec899010a6ca53982aeda802c", "message": "Use tests.support.unit instead\n", "proba": 2.665718170646869e-07} {"commit": "c66f6a93b041f9244c8bd604e4f132d9e4bd17e8", "message": "improve Metadatahandling\n", "proba": 1.689180294306425e-06} {"commit": "6995dcd95877099415c0817537cb8e1fab8bc887", "message": "Fix the url-map and backend creation conflict attempt 2 (#26748)\n\n* Move url-map creation down\r\n\r\n* Revert \"Fix the backend service creation problem in xds k8s framework (#26713)\"\r\n\r\nThis reverts commit b4652844891a169ba749a04b79cdfc2dbd46d682.", "proba": 1.1963459201069782e-07} {"commit": "0b6f98c2b6a1535fa22b05ce1fd44d3a7069f7f1", "message": "fixed import uvbeam\n", "proba": 3.732547213530779e-07} {"commit": "fee171c782a394d4ba2acf18ab46cd3757082ce0", "message": "explanation of where to find output file\n", "proba": 1.398500899085775e-06} {"commit": "b1dc1f3723501e2d8245694756fb549237bab5ae", "message": "Allow passing **params to get_oembed_data()\n", "proba": 1.4196639597230387e-07} {"commit": "de7fa289a70bf3c9a53356311b1c67872074f4b1", "message": "Spawn a new pty when joining the screen console.\n", "proba": 1.0713507947457401e-07} {"commit": "a0338d0a246aeb25bfa18f3e44dbdca0659d06a4", "message": "WIP on making the elasticsearch bulk restore script support single indices\n", "proba": 1.4916848556367768e-07} {"commit": "1b4b63423e3ffc3eb72a0eb208e08bb968c7ded4", "message": "Continued work on background collapse feature\n\nRemoved dead code--not going for an optimized chunkwise collapse after all\n", "proba": 1.1275258771092922e-07} {"commit": "ca67ad31dcb82b83a02f522954f4c4e1fec1a671", "message": "VFS-1148, add gui compiler\n", "proba": 1.497817407880575e-07} {"commit": "31c3b8f12fe16fd0be4d918a9aed65a423042651", "message": "tuple unpacking\n", "proba": 1.446298210794339e-05} {"commit": "77008707f56dc15047ffb7e7f04b8b2b67a15491", "message": "ensure port is an int (#25310)\n\n", "proba": 2.4288846134368214e-07} {"commit": "32febb2293b1a84407ec591a95ed468c5932e60e", "message": "Update MonophonicMelody docstring (#151)\n\n* Update MonophonicMelody attribute docstring\r\n\r\n* Fix indentation\r\n", "proba": 1.286082067508687e-07} {"commit": "5ae6b9c704ef0e8cbb6069b3fabab09f160da738", "message": "add missing middleware\n", "proba": 0.00026779540348798037} {"commit": "98579029d78285c7b36a98d32a5de83e9fbfcfbd", "message": "small grammar improvements to add clarity (#40157)\n\n", "proba": 1.2782075486938993e-07} {"commit": "20a08faef8599104a2b50fd43d09d28ed6624245", "message": "Fix hanging openssl bug on *nix\n", "proba": 3.4689122685449547e-07} {"commit": "89646d425373b67d50c8d8fc37869dbc713a6155", "message": "no need to be executable\n", "proba": 0.015352015383541584} {"commit": "3bfe29dd5b3a4401c9db2486ae761c29cfa54dcd", "message": "Renamed methods in irods metadata\n", "proba": 3.4180447983089834e-07} {"commit": "7a453f5347696a96d30c9648df3bcdf3c4ae2ba9", "message": "show success message on password reset\n", "proba": 1.9125465655633889e-07} {"commit": "6fb8e8a28a64cad04950248737d0290cdcd667b9", "message": "use setup module global project and add docs for csv reader issue\n", "proba": 1.281842827438595e-07} {"commit": "8c41b447a1eb56989a1573bd4c1f30fc46bba45a", "message": "Revert \"Roll back 4ed136a\"\n\nThis reverts commit 3c6078fd7b73b4b0e1c83c387816807333cc4290.\n", "proba": 1.3380842744936672e-07} {"commit": "7a127dbc44ed9bf733fd77845e83fa1d20f4d8b5", "message": "Add more ast visuals for good measure\n", "proba": 1.7147883113466378e-07} {"commit": "bf7ae6b48950817d0ac98fea50fd06598bb9deae", "message": "Unify Discord errors with internal errors\n\nThat way, the bot owners are notified when something bad happens.", "proba": 3.340398961881874e-06} {"commit": "714c07009f22b1a465a23e91da7ea59d76423226", "message": "Remove keys in a bucket\n", "proba": 9.273248906538356e-06} {"commit": "2b5dd3478c8469774b2f233691cb7ea841eda036", "message": "\u88dc\u50b3\u4e00\u4e2a\u4f6e\u6bcd\u8a9e\u7684\u8a66\u9a57", "proba": 1.7311342048742517e-07} {"commit": "63948f3a607ed8e7a3ce9ac4e20782359896e27e", "message": "Change remove_headers_on_redirect default value", "proba": 1.601678832230391e-06} {"commit": "d2c072b09634c832bf49410f47a4bad61373f509", "message": "Workaround for outputting unamanged system csv limiting by referrer. Bug #788610\n", "proba": 2.5557383764862607e-07} {"commit": "7161e2e4c7dbabd76eddc1b2cb1162f141480744", "message": "Applied config env to JobStore\n", "proba": 2.6571419198262447e-07} {"commit": "1bc30181b99bbd67f0e67799c25cb2e43ceff5cf", "message": "Moar setpoints\n", "proba": 9.534423952572979e-07} {"commit": "5df548ad505614f0d4c4f906845952bbc92861c1", "message": "Yaml lib dependencies\n", "proba": 6.112773576205655e-07} {"commit": "c1fbf1da0a90b424eb402cdedb09d9c85932e9a7", "message": "[Fix] Data import tool export issue (#1980)\n\n", "proba": 1.0490410318197974e-07} {"commit": "3651ed16c54a7822b05362bb16164e5f6e9394ed", "message": "fix slice indexes\n", "proba": 5.10434438183438e-06} {"commit": "ddb094919b8af4b1268e118fa3e33868c30f4386", "message": "Adding doctests for fractional_knapsack.py (#1331)\n\n* Adding doctests for fractional_knapsack.py\r\n\r\n* Update fractional_knapsack.py\r\n", "proba": 2.245616315121879e-07} {"commit": "2e0330b35cb99c94e80480d566242cf8c94abde5", "message": "Make logging actually work from the CLI\n", "proba": 4.645840760986175e-07} {"commit": "d8b52af37b72643cbb22c40cfc3960172ad8ec8b", "message": "compile.py: Escape attribute values\n", "proba": 7.999213380571746e-07} {"commit": "1c425637b322f9c17ae6b5910c3820eb56e118b6", "message": "updated json to meet ui demands\n", "proba": 1.2725602971386252e-07} {"commit": "31348664142461e4a85ea75f04f57849a09c0772", "message": "Fixing address issue when updating page link.\n", "proba": 1.1706973168656987e-07} {"commit": "cb351a4ca1ba9dc1bbb5c865d53c0b072a96f53c", "message": "[lit] Fix undefined symbol ArgumentError\n\nSummary:\n`ArgumentError` is not defined by the Python standard library.\nExecuting this line of code would throw a exception, but not the\nintended one. It would throw a `NameError` exception, since `ArgumentError`\nis undefined.\n\nUse `ValueError` instead, which is defined by the Python standard\nlibrary.\n\nReviewers: echristo, delcypher, beanz, ddunbar\n\nSubscribers: llvm-commits, mehdi_amini\n\nDifferential Revision: https://reviews.llvm.org/D25410\n\ngit-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@283708 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 0.006268708501011133} {"commit": "be635d24c5f42355d9e517fd0db0c996851d9085", "message": "Working with query object instead of text\n", "proba": 1.2777051779266912e-05} {"commit": "14b48fa0f038199a35dc6c48f78e75a7d1e1823c", "message": "bump version to 0.5", "proba": 5.159272404853255e-07} {"commit": "e8408daf6b275c78eae3117a261caf88485bb7f6", "message": "Fixed potential problem with using None\n", "proba": 0.0004909696290269494} {"commit": "d1e953281bce1043fc7b58cfc3a68635a0f52cfd", "message": "improve details in trigger event and use alert dates in ack and resolve\n", "proba": 1.2279465977371729e-07} {"commit": "cf32b1863959e117644317b72e0aacd6c16ab1f4", "message": "No loguear mensajes propios y borrados por el bot\n", "proba": 3.8172703398231533e-07} {"commit": "1dc67c2e636fe4ef739f46b5402b07c82a3cd76e", "message": "Removed settings parameter from some GQL statements\n", "proba": 2.035955475321316e-07} {"commit": "fc7e0d951bd3341199cfba474f545d5f37eb921b", "message": "update docstrings", "proba": 6.949685484869406e-07} {"commit": "c0b9c7f89bade2779185c0251b7de2b6da37c8bb", "message": "Always include runtime in Scout reports. Sigh.\n", "proba": 1.1112696540749312e-07} {"commit": "17266ff7c48c79b7f0ab06b42df9f504d655d880", "message": "BLD: test_perf, print stats as table\n", "proba": 2.0365177988423966e-06} {"commit": "8fcd51cd184733edfeec9106938cc6a0638981ae", "message": "URL escape error message\n", "proba": 5.827444624628697e-07} {"commit": "e932da72d2a9ce25049655794980c6569568dac9", "message": "try ugly hack\n", "proba": 3.6359367072691384e-07} {"commit": "6797f366d6530178b08903e875ca9d7b7bb83ecd", "message": "Increase test coverage of coerce_repository()\n", "proba": 2.9717230631831626e-07} {"commit": "b669e0699c3d45e3b5d3b3e76d2f52a9708f9003", "message": "* [Resolve] ``ShotTools`` now has controls for the Handle value per selected Stalker Project. The entered data will be stored in the persistent storage. So, the Handle value will be restored per project.\n", "proba": 1.0767200109285113e-07} {"commit": "aab45b89e0d22ce61d5e7eedf27be733850fbbac", "message": "Updating docs for ironpython generator classes\n", "proba": 2.339355518188313e-07} {"commit": "6da4f212518b49bea2b15330772aa57c1084234d", "message": "Fixing rules file path.\n", "proba": 1.4941709025606542e-07} {"commit": "fc459f9747db96d63398e824ac1e4f6d28029933", "message": "Fixes for accessing FU areas and types\n", "proba": 1.3279168342705816e-07} {"commit": "b6480688492169bf04f3274ffacd54ec1106eb6b", "message": "Remove the print statement.\n", "proba": 0.0014044811250641942} {"commit": "8914460ffea6b5c7e6af3ed575635962665df653", "message": "Debug rodeo mechanism\n", "proba": 3.8921658074286825e-07} {"commit": "d389067679d920a3501fabeb9b98ad165900ae6e", "message": "fix test cases\n", "proba": 1.3406121979642194e-05} {"commit": "7588c4e835ab96455d60e8b5cfb111c5be906c00", "message": "Larger default HTTP timeout.", "proba": 2.1846278741577407e-07} {"commit": "e47bc7bd87d396f08e8dd72b3bcd87ebe9f4ff2d", "message": "Fixed the url_for stuff.\n", "proba": 2.2275521871506498e-07} {"commit": "44702bf15f2bfb4e7250df69ca1d162c57d502cc", "message": "The ASIMessage generated by the sender was missing the userTimestamp in the\nFaultState information. The timestamp was being loaded but in the timestamp\nattribute rather than the correct userTimestamp attribute.\n\n\ngit-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@110248 523d945c-050c-4681-91ec-863ad3bb968a\n", "proba": 3.216661571059376e-05} {"commit": "c34895a43a95fde762625ec5f2e7c8a0fc90810a", "message": "ModelCache \u0442\u0435\u043f\u0435\u0440\u044c \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u0444\u0430\u0431\u0440\u0438\u043a\u043e\u0439 \u043e\u0431\u044a\u0435\u043a\u0442\u044b\n", "proba": 2.5337246256640356e-07} {"commit": "7bfd55f3f066d3e5bd303a493a53b429d0e19074", "message": "Fix admin und guest group\n", "proba": 1.668200724225244e-07} {"commit": "1d6c34f01a7fa4500eafaa296a6fc44eafc1a2db", "message": "Add arrows and operators which are not being spoken to mathsymbols.py\n", "proba": 4.960226306138793e-06} {"commit": "70a89ce2946c2cd056cf7bde73b9df0dd936976f", "message": "Open output file in binary mode\n\nTo account for Windowsy Windowness (and probably for other really good reasons\nthat are escaping me).\n", "proba": 1.0404784234196995e-07} {"commit": "bd79b7d37456efd98c868b38352e56c536917413", "message": "[FIX] check is company on res.partner instead of self", "proba": 8.082906788331456e-07} {"commit": "8d88d4a316de6d87170832381f687ab9b93ff7ca", "message": "Properly sort shells when comparing\n", "proba": 0.0002457211085129529} {"commit": "1642dc9a62666b299224ec588b4551667c1a4302", "message": "set_vbucket_state should encode the state into extras\n\nThis happened to work due to the way ep-engine reads stuff, but Trond\npointed out how it is wrong.\n\nChange-Id: I839ef0a78f8b89ac0210884da0196b56133a0800\nReviewed-on: http://review.couchbase.org/6953\nTested-by: Dustin Sallings <1c08efb9b3965701be9d700d9a6f481f1ffec3ea@spy.net>\nReviewed-by: Chiyoung Seo <8b279095f11c26cc21045fda5a3e51debb005aa9@gmail.com>\nReviewed-by: Trond Norbye <60edd2ef23891a753f231b0c6f161dc634079a93@gmail.com>\n", "proba": 0.9998694658279419} {"commit": "143268925fdbe430d4eb46621be19b26fb694c24", "message": "Allows user to choose whether to train or to test the L2-SVM for intrusion detection\n", "proba": 1.6586160711540288e-07} {"commit": "dee176024581dfdd13da03a4c5b0f123c0ed1c2c", "message": "Wall grasp tuning: wall grasp angle of attack smaller. Integrating a kind of wrist hand coordination.\n", "proba": 1.1467529503761398e-07} {"commit": "733e61d859fd47dcc593ad80a4c20f62c2017600", "message": "port more tests", "proba": 1.2337758903413487e-07} {"commit": "936190f7395ef1daae988ad9ad4e748a40c4e3a8", "message": "Fixing #45 for moderator's permissions.\n", "proba": 1.0395064009571797e-07} {"commit": "8ce9f17cd44d547a11839a3bfdf2e93a3dc2d001", "message": "Move update interface name to meta update sub command\n", "proba": 3.465936231350497e-07} {"commit": "9271d2a951ff6c7eceb1af3ed6fc65256e304e7c", "message": "added more test for add_schools view\n", "proba": 1.2740842691982834e-07} {"commit": "48dcc0bb0309d81935192ca5a7b8b13608ddd0e0", "message": "Node deletion with dependencies.\n", "proba": 1.272197494017746e-07} {"commit": "ba259055ec63188445a3a1c76fae32576c086763", "message": "Fix google analytics conifguration.\n", "proba": 7.435307452396955e-06} {"commit": "a8ad954d6b6aaf80636336c06442ff7e0f29a50e", "message": "desabilita compress\u00e3o para configura\u00e7\u00e3o local\n", "proba": 5.292930609357427e-07} {"commit": "619613e2d65cc339e3950483916ce29ed675b4fc", "message": "Fixed #22. Horizontal rules now work in a few more crazy edge cases. Who actualy useses these? Anyway, we now match markdown.pl.\n", "proba": 9.664680078458332e-08} {"commit": "93931c31e502f6f81c5411f2b50333e40bc5642f", "message": "Train steps\n", "proba": 2.6174991489824606e-06} {"commit": "185fac4a937b970fc82aa48a9c31c7981f8f7659", "message": "fix tests stop deployment on provisioning\n\nFix test stop deployment on provisioning\nAdd logging of exception with traceback\n\nChange-Id: Iab4696066eedc1aeab71824d18ac39bfe3bcfc1d\nCloses-Bug: #1305797\n", "proba": 2.245473751827376e-06} {"commit": "9b302884233a8d8ae997f668027bc67856ee2674", "message": "Refactoring in table-generator: extract method for error logic\n", "proba": 9.32038290102355e-07} {"commit": "bb4f32239560b6eab3127ca8c08290040c503311", "message": "Fixed problem with get_csv.\n\n* Bad usage of os.path.join. This whole function needs a little\n reworking it seems. It has become a little obfuscated.\n* Closes #312.\n", "proba": 1.0819139362183705e-07} {"commit": "97c6e620e7ce9ef0bd9aa7c5a5eab8c81ba7302b", "message": "Added sourceUnit to latex output\n", "proba": 1.8192511674897105e-07} {"commit": "1abdb08859f6d0304881da093cbcc8a207cd4b9b", "message": "update on screen resize\n", "proba": 7.053729973449663e-07} {"commit": "d83ca10d5c9620611660d1f6e2347608f601b72b", "message": "fix bug discovered during tests\n", "proba": 2.9460559858307533e-07} {"commit": "4d3f65851d5877c117c3b41a11867af348646990", "message": "removed __len__, __iter__, __str__. User can use Data.body instead\n", "proba": 0.0003871482622344047} {"commit": "25d541d37e03074683a460b2ca1e61a7a473a1cc", "message": "added a minimum length to sentences and actually split after every .!?\n", "proba": 2.57555740290627e-07} {"commit": "fbe1f746ce0a56d61d7a60f0a8645dca0fe4598f", "message": "remove integration\n", "proba": 1.963070644706022e-06} {"commit": "76f9c423d0c201b98707020d09045c9a4af4aac1", "message": "Cleanup dumps on master\n", "proba": 2.077756988683177e-07} {"commit": "c7e0fde3d4302542968902c678167566601afbb4", "message": "child-products compatibility\n", "proba": 2.3025621942451835e-07} {"commit": "647b309b01d27b3ab6d9fbb12d43f12cd28d32fc", "message": "Addressed notes.\n", "proba": 1.2125323678446875e-07} {"commit": "8e2cfa2845b6fadba1914246ed2169741164aa32", "message": "Fix the migration to actual work.\n", "proba": 1.4556938367604744e-05} {"commit": "c3e5a713837337fb11de0e3adbc7b896b4e73a29", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "d403f4ca233a8bbf6f70703cb29eb0d9134a0794", "message": "Fix missing client auto-label in AR_add\n", "proba": 3.001251388923265e-05} {"commit": "62fa832ceb9b7b55621622e0b5db673808e4eaa6", "message": "[FIX] Remove the unicode function\n", "proba": 0.0003671627782750875} {"commit": "5b8be8002c060a7b869321c7d61ea6891575e784", "message": "Small fix: store elimination now outputs to console instead of printing.\n", "proba": 1.1535622945757495e-07} {"commit": "1d85d3414b99f8fa304a7d9baa32711bd855d52a", "message": "fixes\n", "proba": 4.844783347834891e-07} {"commit": "7a4e5f7305f8521c5bbbaee5d5e9d16ab7e1bbd2", "message": "remove duplicate detail info, modify all access to _detail to _raw.detail.contents\n", "proba": 1.6124116086757567e-07} {"commit": "709cfe905da28a68afe480b1c047438775960aa1", "message": "Set default TF log level to \"1\" to avoid reporting things like CPU frequency at import time. Also import jax.numpy in __init__.py because it has side effects that set up the infix operator overloading.\n", "proba": 1.1887068041005477e-07} {"commit": "5c7701dc763749c884f0e129c9786e05d439e513", "message": "python: add some comments for the main APIs\n", "proba": 3.4985873753612395e-07} {"commit": "f485ae73e10210322a8e118311e93f74fc146c70", "message": "another try to improve error handling in xml loaders\n", "proba": 1.3837072287969931e-07} {"commit": "e50053aa46ee7efcaa6c3509065fdd7d848b8474", "message": "enable None file_paths for related_name\n", "proba": 7.854555406083819e-07} {"commit": "60e4d7f618ffc8b91c6fa2638e3c25a085c2fb1e", "message": "python: Properly initialize before trying to create disasm\n\nAs the \"LLVMInitializeAll*\" functions are not available as symbols in\nthe shared library they can't be used, and as a workaround a list of\nthe targets is kept and the individual symbols tried. As soon as the\n\"All\"-functions are changed to proper symbols (as opposed to static\ninlines in the headers) this hack will be replace with simple calls\nto the corresponding \"LLVMInitializeAll*\" functions.\n\nReviewed By: indygreg\n\nCC: llvm-commits\n\nDifferential Revision: http://llvm-reviews.chandlerc.com/D1879\n\n\n\ngit-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@194964 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 3.388541881577112e-05} {"commit": "fb5b39a7bd2afd106f851f537685db95868d9046", "message": "remove a strange imports.py code line\n", "proba": 0.00019080207857768983} {"commit": "5b82b9606d9e36134724d5638efbc9d60fc8be90", "message": "[python] Run tests for c++ with std=c++11\n\n\ngit-svn-id: ffe668792ed300d6c2daa1f6eba2e0aa28d7ec6c@156008 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 9.61357909545768e-06} {"commit": "07cb30d91b4272658bb9a4a161a86a7a8569b5d0", "message": "set end_pos Arrays better\n", "proba": 3.3139233437395887e-06} {"commit": "2af66d7428f7621638d111a64ad7455ff654c449", "message": "KeyLookupAPI: test enabled for uniprot following a bug fix in mygene.info\n", "proba": 1.3221028893894982e-07} {"commit": "4a6f0681b55b08c9bcad024c729d81276b601853", "message": "Moved nonblank_lines\n", "proba": 0.00012378724932204932} {"commit": "708bfda5ed98fab69baeeb642732305b00c6d2a1", "message": "Improved the remote image fetch routine.\n", "proba": 1.2496653312155104e-07} {"commit": "50638c427dda4ceeb14898755cfbac08f0a87c8a", "message": "added post for UsersHandler.\n", "proba": 1.144220718174438e-07} {"commit": "d246ef6139ccd4c2a2e4dfb521a888971862ea77", "message": "Improve docs around Object.write\n", "proba": 4.165015980106546e-06} {"commit": "fd2b722732f68828f263e241c8eb719a579346b7", "message": "white background for interative\n", "proba": 4.7584546791767934e-07} {"commit": "264a706369ea0aedd363516fb1cb3c6a75d030cf", "message": "refactor: Print simulations\n\n", "proba": 0.9998403787612915} {"commit": "4ce34927af60a926b5a300a8570aa50a70401488", "message": "Kleiner Fix, keine Ahnung wo das herkam\n", "proba": 2.2143102285099303e-07} {"commit": "12532fc03530b093380cf6c3b2ca192ccb585b1a", "message": "refactored Constants.py\n", "proba": 3.953970463044243e-06} {"commit": "b84502c422644a93c5992bcedc2d5f288a8a4746", "message": "-> Renamed variable to be less confusing (target is the name of a program)\n", "proba": 1.1621641959891349e-07} {"commit": "a8c2b3d330988e0e153c230417665aa2e11914b5", "message": "define absolute path for staticfiles dir\n", "proba": 8.294576900880202e-07} {"commit": "0757f8eda609081d64b8f595989842d9f868b967", "message": "added method to return dictionary with data for each ab\n\n", "proba": 3.118552740488667e-07} {"commit": "f6e8b4063dc420f00ec0bf9c3bdfd578b60e5814", "message": "remove About\n", "proba": 1.5699777122790692e-07} {"commit": "8720cb8dadb858bc7a853056b356d535eee00328", "message": "Handle partially created/aborted repository creations\n", "proba": 1.8151818892420124e-07} {"commit": "814d7744671aaa8c166f490d38df24c909e7f3ff", "message": "make sure everything happens in the right order when reconnecting.\n\npreviously a login and/or subscription could happen before the connect method call\nwas sent, sometimes resulting in errors, because the 'reconnected' event was fired\nas soon as the socket was connected rather than when a reply was received from the\n'connect' ddp call.\n\nalso the 'connected' event was fired for reconnects as well as the 'reconnected'\nevent. this patch makes sure only one or the the other event is fired so you can\nreally tell whether you just connected or reconnected.\n", "proba": 1.9237528192661557e-07} {"commit": "f354d3c1597714300aba1f180621e8ffe89697ed", "message": "\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\n\n\uff13\u5c64\u4ee5\u4e0a\u306e\u6642\u306e\u30d0\u30b0\u3092\u4fee\u6b63", "proba": 1.409892718129413e-07} {"commit": "3ac922f1d36b7edb9c9dd006c76b0089bae8efaf", "message": "raise IndexError\nraise IndexError before trying to parse string contents\n", "proba": 2.0344484710221877e-06} {"commit": "66939c47a5ba5621672bb77b18da0e471c3ca90b", "message": "Fix based on feedback from @synack.\n", "proba": 1.1004996025576474e-07} {"commit": "7bb0eaa0595bea8716caddb2df69845a274e73ef", "message": "add unit tests for the new contact form", "proba": 1.3231472451025184e-07} {"commit": "cf6056fa24c469f898d141c4c78220fb86ff59c8", "message": "Add frequency_range member function to IAmplifier interface\n", "proba": 2.7575413241720526e-07} {"commit": "3dfb8c8a293271bfbc995c07a6c1543479e9a3a8", "message": "more SA06 fixes", "proba": 1.142791035135815e-07} {"commit": "0a8d90808b26f6ea9c7d90668475d000546bd43f", "message": "restore control_input\n\nSummary: I accidentally landed in D4327024 the control_input disable for NCCL. This empirically increases likelihood of deadlocks, although gives a nice perf boost. But better to disable before NVIDIA fixes their stuff.\n\nReviewed By: Yangqing\n\nDifferential Revision: D4338537\n\nfbshipit-source-id: d43efb45965a88bcfe38e5f1dc16c04463e2e038\n", "proba": 4.28727787493699e-07} {"commit": "e7660ee31fa6d1ab1e4f5edad6d50938bde49e8f", "message": "With VIP 0.7.5, fit_2dgaussian returns a pandas dataframe with full_output=True instead of a series of variables. This accounts for this change.\n", "proba": 1.1109560205113667e-07} {"commit": "8163431e4a4fc66f62b518cd513fb2c4cf1ddc82", "message": "change the sleep for the virus total rate limitation to 17 second just in case.", "proba": 1.3348417837732995e-07} {"commit": "f1c89c4a9715a7ae1171fc2b0708449fe11692e7", "message": "Added el to SHORTENED_ADDRESS_FMT\n", "proba": 1.8751360641999781e-07} {"commit": "0fdcf8be9abdceaa7d0b6816e87bcc980dd651aa", "message": "fix import git error\n", "proba": 6.755416279702331e-07} {"commit": "aa7488c1148c3a5868143ca84ca1086918fd14af", "message": "viv-utils: add helper routines to fetch strings, valid addrs, etc.\n", "proba": 1.108407658989563e-07} {"commit": "573ecb181f14ea79fdaba17fdcdf299188a2860c", "message": "Prevent createPlatforms from reaching upstream in offline mode (RCE-734)\n", "proba": 1.1012723177827866e-07} {"commit": "c4f0d4258c0d815d920fbc701374d996fcebe2ff", "message": "Bugfix in pump simulation\n", "proba": 2.0609273576610576e-07} {"commit": "fa7d58d01aa6c3b6cf06175c2fabb7b036451b86", "message": "Add missing va parameter to SegmentationViolation\n\nThe `envi.SegmentationViolation()` was missing the `va` required\nparameter. This has started failing now, because calling\n`vw.getSegment(0x4BA190)` for the `tests/data/mimikatz.exe_` produces\ndifferent results in Python 2 and Python 3. It returns `None` in Python\n3 while the output in Python 2 is:\n`(4939776, 16840, '.data', 'mimikatz')`\n\nI have reported the issue to vivisect:\nhttps://github.com/vivisect/vivisect/issues/370\n", "proba": 0.9999982118606567} {"commit": "bdc2f0f1a675ec67413ecb9ab94e976a99594a9e", "message": "correcting algorithmic complexity notes, sorting order of results for analyser\n", "proba": 1.6244457867742312e-07} {"commit": "268daed9c5a74e578b746972d16ab54ecee7a6b8", "message": "add compare URL for agora contributions; fixes #247\n", "proba": 1.2157582318650384e-07} {"commit": "bd9b5b33487ee9d1ccc9e833d09b6e00b95ac001", "message": "Adding SMILES search\n", "proba": 5.124197173245193e-07} {"commit": "5ad4fbb7de55f9245b614499424284024b9ab1da", "message": "add more explanation\n", "proba": 1.2783819158812548e-07} {"commit": "5055da9105f15419bcae475301297a3455d86b9e", "message": "Replace deprecated tenacity.Retrying.call\n\n... by the __call__ method following the deprecation in the tenacity\nlibrary[1].\n\n[1] https://github.com/jd/tenacity/commit/d66af82a70dd9af24a7953c6ae5f02d8f198d10f\n\nChange-Id: I718afc9cc7f8ed672e039ce17ed75472cea428bb\n", "proba": 0.0007096148910932243} {"commit": "0059b271a600af6391e73d76a6c21b172d08f890", "message": "Fixing region filter for getting workflow endpoint\n\nChange-Id: Ia823fa3795dad57f07d03cdc35743ce2d25ac9f1\nCloses-Bug: 1779705\n", "proba": 3.7291383137016965e-07} {"commit": "76945686e2524b9601b5fc86cce98bfac9937bea", "message": "I think everything is working?\n\n", "proba": 2.622316287670401e-06} {"commit": "c3da9d0d9d693d8cc32cf60038da2557182b0a9a", "message": "removed modelrelationship/config.py\n", "proba": 4.379331528525654e-07} {"commit": "78c61b47959d4a34df79b8d265b0c67c88885d13", "message": "Fix FTB/tests.py to reflect absense of non-fatal Firefox assertions\n", "proba": 2.0867018974968232e-06} {"commit": "9a8e7e9781c70eafaed681f03d439f2c13b8611e", "message": "Arrow angle is now relative to robot orientation\n", "proba": 1.9613399615536764e-07} {"commit": "42fb19e1470ba76701cdf46d2d13c047c4e050e6", "message": "Added ball velocity\n", "proba": 4.512239968335052e-07} {"commit": "e68419cf26425796855f97e8c9d8d506f911ae21", "message": "Add batch encrypt/decrypt methods (untested)\n", "proba": 2.37240911360459e-07} {"commit": "14d72dfd44842576fdef43fe0badcf5b0a115f7c", "message": "use the class to iterate over genotypes\n", "proba": 2.8057245344825787e-06} {"commit": "ecef534ba3ef7dcff8b96f7190ca4cdb067a475a", "message": "clean up ui interface for lsort\n", "proba": 2.306010173924733e-07} {"commit": "4fe3eade1da04e98a1daa5d1581c7b0322e0f0ef", "message": "Cleaned up\n", "proba": 1.4387815099325962e-06} {"commit": "49e3d445243a704cefbf1c4e0a00d7afff4c104d", "message": "remove unused symbol import\n", "proba": 5.077008609077893e-07} {"commit": "80af34c07693757472aeba17a26c19e9b8800a87", "message": "fix typo 'int' -> int\n", "proba": 0.9999579191207886} {"commit": "962cf462d925f2b73e2e5a87c73f08b0acd806a6", "message": "Fixing bug related to platform\n", "proba": 2.105061582824419e-07} {"commit": "b99756fd85eb77f5b816fbec6ad1a141e103f952", "message": "simple first parallel example.\n", "proba": 1.720085123224635e-07} {"commit": "60ece8e8fbbe2a15f30ea687dffadbcd57dca3c0", "message": "disable aliases in yaml dumps. issue #65", "proba": 8.486387628181546e-07} {"commit": "914c41f77dbfc067b2dae6fe63fdd9347896cd3a", "message": "Basic logging for inserts, updates, deletes and finds.\n", "proba": 1.0379768866641825e-07} {"commit": "5548e84cbcf642c4f80c0b3cfcbc22fb36031e18", "message": "taxonomy: various Nexus device signatures.\n\nChange-Id: I921ae662aeb1e81b77cf965126f257f0f469da14\n", "proba": 4.145445200265385e-05} {"commit": "5ed3cbbf64cc27eaef0dce1d67ee0303fb065971", "message": "updated comments\n", "proba": 1.351994001197454e-07} {"commit": "c3171b8fffe09c60f0586803bf346746fbc7257c", "message": "copy args\n", "proba": 5.812092922496959e-07} {"commit": "fae83c87b413f83df41da8462ffa085888cd77c7", "message": "clear_bpy_data: temporary workaround for brushes/textures/images clear bug.\n", "proba": 1.0376522396882137e-07} {"commit": "45493508a5d8ed82c6cc4b445b206b16cfed854d", "message": "PyCon testing bof fix.\n\nFix exiting of test web server. Fix tip by Micha Gorelick with reference\nto the d3py repository.\n\nWhen the server shutowns properly, the annoying 'address already in use' error.\n", "proba": 1.0288587048989939e-07} {"commit": "564ce90e746b98fdb26e4992f3d1cc4a5a7bde8c", "message": "tests: Mute LuigidDaemonTest on travis\n\nThis one is failing every now and then and causing red builds. I'm also\ntrying to reproduce this but I'll mute for now.\n", "proba": 1.0578396825167147e-07} {"commit": "791ca0879500033dabf42367ea638d5065933ba3", "message": "Fixed broken unit test\n", "proba": 3.0912048032405437e-07} {"commit": "78be898814e34fd2e89edd8e8809f7c5bb28f68a", "message": "make fixtureAdmin create the appropriate username and password to match comment\n", "proba": 4.535485516043991e-07} {"commit": "b9370651e37788061a8adb9837a911bb1c88eece", "message": "minor update on rpcbench.py\n", "proba": 3.0437558962148614e-07} {"commit": "959434a5d595f7bed357fcd06b6444673b6cfb09", "message": "runtests: WindowsError -> OSError\nFixes #195", "proba": 1.568909056004486e-07} {"commit": "0cc8afe439b63daf66af114b093880dd33efdad7", "message": "Remove some unused imports.", "proba": 1.4014125326866633e-07} {"commit": "1752be538a73592bf858ff4eca931fdc9d971002", "message": "test spotlight and search\n", "proba": 1.5192007651876338e-07} {"commit": "ddadb765f0647043c0051bcabcce772514ce77ed", "message": "Further built out the unit test associated with 5fc46d1, so we can have a little more confidence that issue is fixed.\n", "proba": 9.60004626904265e-08} {"commit": "4c38b897319759ba7afcb590d5f6d21b9ddc786e", "message": "Moved Symmetrix ID to outer loop of returned JSON .\n", "proba": 1.0755377388704801e-07} {"commit": "052d62ecf8363057a8242aee55b74f3c100b6a9f", "message": "more regex\n", "proba": 7.366987233581312e-07} {"commit": "6b0ee66b94b678e90349afe8b9448d2b8b5dfcc3", "message": "Add test\n", "proba": 5.080644768895581e-06} {"commit": "78bb6db97669d21ca08c5f0707381a45d727f8f6", "message": "Skip tests if key isn't found instead of failing.\n", "proba": 1.3142548027644807e-07} {"commit": "2d89b93a284331a346117f0ae18158ffafc56e67", "message": "Wrap colour sequences in debugger prompt in marker bytes\n\nReadline expects ANSI escapes in the prompt to be wrapped in 01 and 02\nso that it can calculate the width.\n\nCloses gh-9243\n", "proba": 2.649550765454478e-07} {"commit": "970eb1bcc8f3b3ef243502ca87fa12e329413ced", "message": "Improve coverage\n", "proba": 1.0328417374694254e-06} {"commit": "33e0e3ab6606cd46028db9af8816ef023474102f", "message": "Make test fail when it should (behave like the real app)\n", "proba": 4.686942816078954e-07} {"commit": "55b57d6c7c3b9215f6f305035d9ec17443813096", "message": "test/test_xss.py: removed debug statement\n", "proba": 0.00014414271572604775} {"commit": "1067b2d717d8769e207d5853bff5731e653e80c4", "message": "test: remove unused import\n", "proba": 0.00018597007147036493} {"commit": "369efdb0074ec29259e519b5d3974d55a17af56d", "message": "Add a comment explaining how to run this unit test.\n", "proba": 1.1428586077499858e-07} {"commit": "ec37fc36f888a42012de0e41bad1c274efe1c6e6", "message": "pugdb.sqlite", "proba": 8.876872925611679e-06} {"commit": "2fbd9f7ec51aa7561dcb4479f9367b13635cbf37", "message": "Rework to allow for the difference in auto-rename styles in Vista/W7\n", "proba": 1.355347905018789e-07} {"commit": "94589db05781da0d0cfcb02d8eedb8c365b84c72", "message": "Added comprehensive evaluation using SA\n", "proba": 1.0903849556598288e-07} {"commit": "90871ed2b7252b28e73826c865dc728f142adbb7", "message": "Add two-level cluster example\n", "proba": 0.0001422743807779625} {"commit": "f383247107a7b18a4c4d96d65d360e13c8a9373b", "message": "flake8\n", "proba": 2.8183080758026335e-07} {"commit": "def752760e36d27b8a7bc96fb2ae29cf71eef80e", "message": "use a context to prevent FD leakage\n", "proba": 0.0002604296605568379} {"commit": "7d46e59efa00db19f087d9a7ad8326cd770d3c54", "message": "missed the unicode_literals here\n", "proba": 8.211400199797936e-07} {"commit": "6e78b62d5b582b230b9c7f7b4d31c731fa1e67a3", "message": "fix: follow changes in .globals: s/NullHandler_/MyNullHandler/g\n", "proba": 9.946707905328367e-06} {"commit": "4afb2754dacb09741ef643808334301be7382239", "message": "Improve the subprocess calls\n", "proba": 0.0009419655543752015} {"commit": "7bc707664838594be2204192423abc3c27d936e0", "message": "ahah push the helpers up\n", "proba": 2.21208978246068e-07} {"commit": "153c8bf95108a13a8420f49616e872e06c0cd1b3", "message": "updates\n", "proba": 4.4353927819429373e-07} {"commit": "a199b418468fdb9ee6a8f2e34c30f92e34ce6044", "message": "Allow the grade runner to also generate an HTML report\n", "proba": 5.253864969745337e-07} {"commit": "d0dd97ab0432e551e2c0b753b630a37b00eb59c5", "message": "Handle engine timeouts.\n", "proba": 1.6531630819827114e-07} {"commit": "3fcb6e2b87d8ddfbaf9cde9937efe6a29f4d581b", "message": "Add get_document and get_index_action tests\n", "proba": 9.468512303101306e-07} {"commit": "fac77fd317d280ec13851eec04e52e1e56d860d7", "message": "tests: test genum __reduce__ implementation\n", "proba": 0.0008236988796852529} {"commit": "aa379ad768a29a836b85b099a644671fb1957e34", "message": "Fix test to be Python3.5 compatible\n", "proba": 0.9994379878044128} {"commit": "4f18d2adedbe42a54b1c9c76f7a0fb55572e93fc", "message": "fix broken build\n", "proba": 1.4111614063949673e-06} {"commit": "75ff56bb4a09e578732a4148491b473a80aba82f", "message": "Set console_output_style = classic in tests\n", "proba": 0.00023497399524785578} {"commit": "aa322a4bdce55c5edaa96bb21137101702a818e0", "message": "Remove the unhelpful .endswith() and .startswith() \"optimizations\"\n\nThe optimization of searching for an exact match first with str.find has\nalready been removed in 367a380ede1ded68601a30c2f05d25b37a569f21 for the\nregular 5' and 3' adapter types, but the same reasoning applies to the other\nadapters types, so remove the \"startswith()\" and \"endswith()\" checks for the\nanchored and non-internal 5' and 3' adapter types as well. This is actually\nfaster in at least one test dataset.\n", "proba": 2.467491526658705e-07} {"commit": "4a4f67972674602f1865e4e37359187111dcd8c9", "message": "update connection test\n", "proba": 4.842030421059462e-07} {"commit": "6d681030b62beaba09e9c3395bb4cd68e25983b4", "message": "Use separate modifier objects for R1 and R2\n\nPreviously, the QualityTrimmer modifier would be shared between R1\nand R2, which leads to incorrect statistics.\n\nCloses #280\n", "proba": 1.419284814119237e-07} {"commit": "3af836a862f13b43b4fd5db2fee067f0f23b5301", "message": "Check if the ui tests work on win32..\n\n", "proba": 1.0802107652807535e-07} {"commit": "c6f579d70db0ff73c7718bf2c204f0134d04f283", "message": "Formatting\n", "proba": 5.685269206878729e-05} {"commit": "865a311437f8a320b8f6f21399f0c38d7f00c61c", "message": "Ukrainian language test update", "proba": 5.319635079104046e-07} {"commit": "af1819728b94d77310d3846057626bb5f093c4c9", "message": "comments and logging changed\n\n", "proba": 2.160109175974867e-07} {"commit": "1fbf724fdbabee6e9411668b85c5f1eb634d4b28", "message": "Failing test: side-effect while chaining.\n", "proba": 9.989284990297165e-07} {"commit": "f60c4c6eefa07a564415f651595a7d13d3857ec4", "message": "UserDraft model weight reduced (fit'n'slim).\n", "proba": 1.1862188387112838e-07} {"commit": "a1118687c940db11a80bbf9d154d8cd3f9c679c6", "message": "Avoid photo slug conflicts. Refs #7580\n", "proba": 3.6808100389862375e-07} {"commit": "eab7c81fcb12c733a6852226b7175be092b8de25", "message": "correcting degrees celsius special character for ascii strings\n", "proba": 4.6377763283089735e-06} {"commit": "0733c337f5877e5e4b7c608af9b97c59ee3c019c", "message": "fixed performing embed with steghide and no password\n", "proba": 1.6020668169858254e-07} {"commit": "9ef75d8a08a43d8810ab31a69ee4f60eeb814677", "message": "pattern needs to be a raw string\n", "proba": 0.005308751482516527} {"commit": "a127e5564fb378eda52dd987590d123cbcc1b1f4", "message": "Streamer now excluding retweets by default\n", "proba": 1.294953193564652e-07} {"commit": "663d406da1e91e90d1f52261fc1ea891147efc5e", "message": "Check for NoneType from file dialog before trying to write to file\n", "proba": 1.3539759891045833e-07} {"commit": "df5e907cfdcf6ea22718b59744c8d1ed4abd0bb3", "message": "using old models", "proba": 7.183851380432316e-07} {"commit": "7c0a5edcc68e7b6b0b1e33ab9b85b52725443d4c", "message": "changed to eliminate unnecessary multiplication\n", "proba": 0.00032090864260680974} {"commit": "da4e8db2d163c15e5b4d409a6b81437a48548919", "message": "Removes timing from RQ code\n", "proba": 2.8684013386737206e-07} {"commit": "aa1c2b9daad6221142be55fa8c90f5d0d1927c9e", "message": "Fixed a test case using extra sql that didnt fit Oracle syntax.\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@7832 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 0.0023222342133522034} {"commit": "bb6a833d5834f996cbef618f1f67f96698842e05", "message": "save/load jackknife centers; refactored profile saving\n", "proba": 1.5150975229971664e-07} {"commit": "2afbbaa621215088ac913558533a5a22cdcd144c", "message": "RR - filtering multiple road detection\n", "proba": 1.3671640886059322e-07} {"commit": "bcabd6006e85c4217cf2618ff4b21d94b8f7ae60", "message": "users are no longer objects or part of the API, and groups aren't implemented yet either. just taking it out for now.\n", "proba": 1.0174308329169435e-07} {"commit": "9b59aed9f5cc7a9dcb6f39cfc017868b727211ae", "message": "simplify nesting of compliance items in MIG API", "proba": 4.7310109607678896e-07} {"commit": "89329069cb4e9b87f0dac795a6304a4e251a2334", "message": "cards format\n", "proba": 2.0839297576458193e-06} {"commit": "993c124f327aab20fe25f0bb9d73fbfe6875227a", "message": "Add serial Gibbs updates for concentration parameters.\n", "proba": 1.1107631792128814e-07} {"commit": "0cdc74086ecc0c1d5f62267b958dce29fe33728f", "message": "only showing days with entries for the most part. although newer isn't working well and url might not match page\n", "proba": 2.030878505365763e-07} {"commit": "2597b4fa469b26a882a9dd1a3db69aebbd3f8566", "message": "Delete distribution.py", "proba": 9.240710028279864e-07} {"commit": "676d88db9c4ac39ba00d4f58e45c575f79c5f1e2", "message": "Remove logging in destructor.\n\nThis fixes #7 but removes indication that the inotify mechanism was\nstopped.\n", "proba": 1.0443495312983941e-07} {"commit": "da76fc4d04af86cd7eb4dbd7f131edf5eff1bbb9", "message": "add offset to diagram\n", "proba": 6.892400392644049e-07} {"commit": "f08c628939e4036fa7ec71d4c99dba7d42e00a6e", "message": "Increment patch version to 1.4.2\n", "proba": 7.953382919367868e-06} {"commit": "9b21d9b5275df35b87ffbf812aba32a5724c1efb", "message": "Python 2.6 does not support logging.NullHandler per https://docs.python.org/release/2.6/library/logging.html#configuring-logging-for-a-library\n", "proba": 9.332817398899351e-07} {"commit": "8ed89991d5290214efd739ed141701546da8bf8c", "message": "changes to run-jobs.py input format\n", "proba": 2.194233729824191e-06} {"commit": "153480dcb8fe723de67f9e6fc835ed4700813efd", "message": "Remove ipdb\n", "proba": 2.8511260552477324e-06} {"commit": "25629f0c4f551235ee4fd39279481ed4085c6964", "message": "small changes in pole figure legend handling\n", "proba": 1.3024759937252384e-07} {"commit": "914bdf14e0dfbfd834ec6d0676bb8f4ac4aaff14", "message": "Added class references to parameter and function definitions\n", "proba": 1.3226539863353537e-07} {"commit": "a87f8d83c47afddd082d47e41ebc4de6fa3a61b5", "message": "Increase MAX_LENGTH to 20 MB\n", "proba": 0.0003375328378751874} {"commit": "31e8372abd22e715ac73e6e4ec99adb14023602a", "message": "Add type hints to compiler/ir_sanity_checks.py. (#869)\n\n", "proba": 1.4763182321075874e-07} {"commit": "6a488f7f3ce59ff335188b00211035388325e400", "message": "Drop UDF not-null check\n", "proba": 2.289292297064094e-06} {"commit": "42e5a047622675b432317a5ac657eddcbbb4f90c", "message": "Fixed bugs in PlanToIKs function.\n", "proba": 1.0808826544916883e-07} {"commit": "465d2d360865281d49f2557aaa8bf1e6a2b6b2d2", "message": "Hopefully simplify journal config/location logic", "proba": 3.459180106801796e-07} {"commit": "b38949aaa5c155b946ed76ef72b56c09fd4b3623", "message": "Remove tabindex on ClearableWidgetWrapper.\n", "proba": 1.1325360560476838e-07} {"commit": "96d4a0dd6ac0932b7ef9365d68cbdcda4292df84", "message": "Added mode info file.\n", "proba": 1.1758858420307661e-07} {"commit": "5c2da7d44de9c88a60f104ab853844fb02498a31", "message": "Remove ReCaptcha\n", "proba": 3.072371441703581e-07} {"commit": "f86bd4dd6b35fa4aa72e680fd662cf7fac57ddb9", "message": "catch db not loaded\n", "proba": 5.976754664516193e-07} {"commit": "4912d5507ba6ba012977650d4f3a2c38c0af6170", "message": "peppercord\n", "proba": 2.228341372756404e-06} {"commit": "6bc5fe2497c7d17038e17758dcf0cddaa88b2567", "message": "Tab fix\n", "proba": 7.112152502486424e-07} {"commit": "7d6569c379d2be709559619f129c7d9e727b428d", "message": "fix indentation errors of docstring in loadbalancer/drivers/nttcis.py\n", "proba": 4.833527327718912e-06} {"commit": "8676ff314b66ce91ec54ce13154baf6922c14424", "message": "ahh.. build successful\n", "proba": 0.000463358242996037} {"commit": "d41fd16809e079825ad1aeb82ba83d3eebf50b62", "message": "Handle no data on events\n", "proba": 0.0008494180510751903} {"commit": "e1973a5e9b106c0bd4fd174d5a23fa99e45b864d", "message": "Move dlnGammas_subgroups_dT for unifac into its own function\n", "proba": 1.366296373817022e-06} {"commit": "b30f00b71b04b429a9be7c693d47be4d3f64b557", "message": "Added action \"clear-dhcp-leases\" for Fortinet devices which clears all active DHCP leases:\n\n", "proba": 1.0734247979371503e-07} {"commit": "3a21d83f7aa08aa3263e4f866a2c7570e0a382ab", "message": "Finish first pass on rough groups for unifac\n", "proba": 1.252255259487356e-07} {"commit": "0bb79ea6eb8fb6860f1a760a367aa58200c92a28", "message": "Left out a few doc items.\n", "proba": 1.1014214607030226e-07} {"commit": "9cd659b69de77d66c68a4c4d2f8cfdb8ef1a2c2d", "message": "Remove unnecessary stuff.\n", "proba": 1.101654220292403e-06} {"commit": "dcb0420861263f7f1adbe2162cf654b5f32b56d5", "message": "Added documentation to config.py\n", "proba": 3.1330165484177996e-07} {"commit": "c9b2b660a19575c79c3669925c64b7e627b55ca7", "message": "Fix test so it covers #204\n", "proba": 1.095913944482163e-06} {"commit": "1424c8613cee60302ad850f6d0923e63894ba6ee", "message": "refactored tile_composer\n", "proba": 1.0203357305726968e-06} {"commit": "0cab3124a074f06a7cc07b88180bed1354250ff6", "message": "Log coordinates as integers\n", "proba": 0.999618649482727} {"commit": "6df4c6af6f04ca29cf0c6d9c3aebd46e504e6f79", "message": "Initialise the failures list on this branch of the 'if' too.\n", "proba": 1.4592872048524441e-06} {"commit": "8e5e7eb16b16467a983cce128694fa2e22f1a9f3", "message": "Be more explicit about MAEC dependencies\n", "proba": 3.8151230796756863e-07} {"commit": "7f0eee22a91b9bf472464c8e9b7a86b287266c8d", "message": "Move implementation between brackets.\n", "proba": 2.5914019374795316e-07} {"commit": "fdc68ef94b635e35b50d8b233eca74c81a307a23", "message": "Fixed unicode bug with Enchant. Patch by Michael Martinides.\n", "proba": 1.1114138231960169e-07} {"commit": "33ef280130a554a7a488c8919c92d10a768fe6a4", "message": "SQL_TMPO_LAST return 2 more elements\n", "proba": 1.9648518900794443e-06} {"commit": "23d4390fcc5859ed581d3dbbb56f0b4aaa2a1496", "message": "Fix driver raising error and breaking application.\n", "proba": 1.1982515957242867e-07} {"commit": "9c918c55ecf19e7e3417525813dfa9e2a831e6d2", "message": "I updated roa api location to fit the final deployment.\n", "proba": 1.0072109546399588e-07} {"commit": "b90d82ffac9d618fca4897e234a04347c307ecaf", "message": "MOLLY-248 - Make it possible to add a webcam as a favorite\n", "proba": 1.0956364349112846e-07} {"commit": "fe4721b05c077d283e82376bc94ddf2e10e448d5", "message": "imports\n", "proba": 2.234216708529857e-06} {"commit": "5be6c100580c592943751fa2128558e369c52577", "message": "Retry more on same cluster\n", "proba": 1.304091910014904e-07} {"commit": "b5dda7a176cdebb3998d1a4306694be2bfd6c9cf", "message": "Async now works\n", "proba": 1.4285706129157916e-07} {"commit": "115d72a9ae3de0b239a7364741a3f587054b0481", "message": "Delete unused constant\n", "proba": 1.9544422684703022e-05} {"commit": "c722beb6f6c4decdc551c4abf7f99dea48870e5e", "message": "change domain\n", "proba": 7.868350166972959e-07} {"commit": "22f003b5b1973db64dfb71b97c46ad334cf4d320", "message": "Fix formatting on error string\n\nReview URL: http://codereview.chromium.org//8463021\n\ngit-svn-id: c93d8a2297af3b929165606efe145742a534bc71@1466 260f80e4-7a28-3924-810f-c04153c831b5\n", "proba": 0.9999380111694336} {"commit": "8a7a12eb11427949a92f99c5b6b8b341a55a6c21", "message": "Fix imports\n", "proba": 1.7557727005623747e-06} {"commit": "dbad853a168fb473213c6907c5763c2419033eab", "message": "Added a dictionary to manage patterns and observable objects\n", "proba": 1.216686200677941e-07} {"commit": "dbaca6398334a4685678cfd36bfbe282ff7b6879", "message": "improve condition to not break other troughs\n", "proba": 2.2865988569265028e-07} {"commit": "605dcd64c903fbcc8fbbc3de293c783cfd148782", "message": "add assertion\n", "proba": 0.9983207583427429} {"commit": "1eadf8a212c9ed0eac252f1023d42de35a276b82", "message": "add extra newline in build script\n\ngit-svn-id: 86a4f41f9d0383640198789122b520d4105b319a@3822 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf\n", "proba": 8.703657954356459e-07} {"commit": "81de8c5a788a3a4b5b4ac0427e15c3ba5287fdca", "message": "still fixing csv\n", "proba": 2.0358369567929913e-07} {"commit": "fc28ada9df526c2f4ce9211ad87b3586fd701056", "message": "Fix broken Paginator\n", "proba": 2.7428395696915686e-05} {"commit": "ceaa3c3ad5c7b4b7ebe1bc5ca8ae1c1a30ecb006", "message": "Reorder the initialisation of the ratbagd client\n\nWhen the API version mismatches we want to fail early before performing\nany more complex initialisation. We do however have to check for\ndevices first so that we can distinguish cases where we cannot access\nthe daemon from those where it is too old to provide an API version.\n", "proba": 1.0633541336346752e-07} {"commit": "ebeff5546eeff0efeff99a2ae944846f315c0e50", "message": "Add argparse feature.\n", "proba": 1.8928460576717043e-07} {"commit": "a2c9517f8dcd851b8d4fab475b90e096e57f2d1d", "message": "test_server: Don't continuously recompile handlebars templates.\n\nThis changes run-dev.py to ensure that we have in fact compiled\nhandlebars templates before running webpack, which is the right model.\n\nFuture work will likely include running the handlebars compiler from\nwebpack, and thus eliminating this extra process.\n", "proba": 1.0804333072655936e-07} {"commit": "8483c3315481544cff5acfe3c98780d6d11e9bf4", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "dca0598633350dfda2450552760ffbc774e63cb8", "message": "Remove the feed cache and storage from the globals. This lives in moksha.\n", "proba": 1.0086893809102548e-07} {"commit": "38c998821b8b18a20e15b14bbdf3a816959f58b5", "message": "proper conversion of slice index objects in VHDL\n", "proba": 2.3577887020564958e-07} {"commit": "16eab39171eb5174423f2e7f02b921f470b7ae16", "message": "Add tracepoint:skb:kfree_skb if no tcp_drop() kprobe.\n", "proba": 1.8252187317102653e-07} {"commit": "81de82c642186cb1e87b760f1a18ba14bc609b25", "message": "tcplife: fix dport byte order (#1813)\n\ncommit 95b3d8c fixed the dport filtering of the kprobes variant by\r\nmoving the network byte order to host byte order conversation before the\r\nfiltering. Before submitting the perf event the byte order of the dport\r\nwas again converted - this commit removes this double conversion.", "proba": 1.1458641324679775e-07} {"commit": "94ea58cd2b12fa10035d22035775b15723ac2381", "message": "Update supported Python versions in tools/test_pr\n", "proba": 1.9222525793338718e-07} {"commit": "275fbf3dad1bde4d069980797ebf92ade75be8b9", "message": "improve LDM rtstats harvest\n", "proba": 4.6733651970498613e-07} {"commit": "afd3f1aea61c13c78ff2dd9b6e95e1e168aacc1a", "message": "correct exit status of nagios LDM rtstats\n", "proba": 8.380929443774221e-07} {"commit": "2237a016fc3c62caf9558d604dd6c0e38800d068", "message": "cleanup pool\n", "proba": 5.311701443133643e-07} {"commit": "9241b0a9a3450110a39190ad23a06e2f06df4b8a", "message": "fix updating of storage size when adding constraint var\n", "proba": 2.2425879819820693e-07} {"commit": "e44babae08dddecaed9c2d14b4e2aa51415f9b70", "message": "Make it work on 64-bit; probably broken on 32bit\n", "proba": 0.0001509014400653541} {"commit": "da662e5956c341b4ec2e6889c325d14c452c6d5b", "message": "1.2dev: Conform to PEP8\n\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@14444 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 9.283628060074989e-06} {"commit": "f0416cfb012306a2f4c3ea41e762314b502a26b8", "message": "Fix spelling in language negotiation log message.", "proba": 6.283201219048351e-05} {"commit": "048b3f5728961b58c70615d46f8498dadac2569c", "message": "naming inputs\n", "proba": 0.0003907631034962833} {"commit": "56d7121dcca6111ab2d64e4b5d95352e96680928", "message": "change log level from info to debug\n", "proba": 2.3074643706877396e-07} {"commit": "0dd7ec4554e239f16b081e1e8f7db5581215ef19", "message": "Updated the main() function to \"cd\" to the project's directory, so we can use images.\n", "proba": 1.0656667370767536e-07} {"commit": "c8a9ba4d76cd197c5f89514febbb48f07e8471d1", "message": "Reload config when creating new project\n", "proba": 4.299241709304624e-07} {"commit": "836397da64b6332abc64460287233ac2f36ebee0", "message": "Script\n", "proba": 3.824200575763825e-06} {"commit": "f68c4db39964088cc417a8a5cdc7d621c10811b8", "message": "Check object type with isinstance(obj, basestring) since basestring\nis the superclass of str and unicode\n", "proba": 3.0381786473299144e-06} {"commit": "13bb089318a300bb7c953ca96a781cf47d843641", "message": "barebone log rotate class\n", "proba": 2.9103674137331836e-07} {"commit": "6997e33003677905f715214ead8557fe50c45e9f", "message": "FIX: : should not be used\n", "proba": 3.327842932776548e-05} {"commit": "875813eec4f08a905a54bf6e05fbd164b1109d83", "message": "fixed runshell.py\n", "proba": 8.7888867028596e-07} {"commit": "7e7cb18f2f16f0c85cfab24d552856d4dec66fed", "message": "Update broker-deploy/broker-deploy.py\n", "proba": 3.07468724258797e-07} {"commit": "8bd6c8ea348e8e82222d15041530a047a7aab357", "message": "Remove some lint\n", "proba": 1.2264817087270785e-05} {"commit": "5bab12079c5919243ee9a0b8e279d0f8a4b8941b", "message": "add test for MeshBuilder.mesh_tessellation() method\n", "proba": 5.445780288937385e-07} {"commit": "c62655b8b09c54341378932553bf7c16a3a1845c", "message": "Agency list is restricted to the ones that the user has submitter permissions for\n", "proba": 1.330875960547928e-07} {"commit": "13a3cbcc0f5493b640e9db8590632d7ee40f7d1d", "message": "deflaking\n", "proba": 2.5425501917197835e-06} {"commit": "7ec9efd5cf6a479e8c5d85dcc950f464fd15b134", "message": "Adding policy network regularization loss to total_loss for REINFORCE.\n\nPiperOrigin-RevId: 297954977\nChange-Id: Ibfb3b1e6c0c39a18caa1a2359b9058b6f370a86e\n", "proba": 2.7201485863770358e-05} {"commit": "54da8d5a2726fd7ec88e7ad2701d60abc6649905", "message": "removed some comments\n", "proba": 1.6023510340801295e-07} {"commit": "4f295b10ffd64009dc8817f4de5ed229e2a58c96", "message": "Make it easier to compare and debug error testcase failures\n", "proba": 7.731455298198853e-07} {"commit": "449a8ad4499d9cbca1a978b68698f61e76c5bc1c", "message": "Add new options", "proba": 3.344708602526225e-05} {"commit": "4d2ceeff802c6925244f62eab0c2919a66a12e93", "message": "remove pre-Django 1.8 compat\n", "proba": 0.0014089891919866204} {"commit": "6415fa052e71cd767139a9e713e08dccdddb60eb", "message": "Only remove annotations with empty graphics when default extent present\n\nKind of covers part of #12\n", "proba": 1.1624656792719179e-07} {"commit": "e59d18ed3270cc11138247d3dbd42cab05c9e0ee", "message": "New version of flake8\n", "proba": 1.806597111908559e-07} {"commit": "7eb982d007171f5cc2a61e8f5bc79d47599f1660", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "b797487e827d4cc1113f0a5eba60271cc3ca1e31", "message": "Add Simulation Params and fix datetime\n", "proba": 3.604800724588131e-07} {"commit": "a5659b3f68038349ebc16bf08e3c04fc50029ab7", "message": "Increment correctly\n", "proba": 8.438444638159126e-05} {"commit": "0f49d46361ae0686642bd8c8886e2b4738d404ce", "message": "URIs with spaces in them cannot be SPARQLd for, so don't even try.\n", "proba": 1.6632063193355862e-07} {"commit": "32eda021ac3be27213206e85b3125fcc13950ff5", "message": "support running tests with language level 3 (mostly run the CPython regression tests)\n", "proba": 1.247210263954912e-07} {"commit": "80a7059399cff344093ed50f33d514267fef3c02", "message": "Shared analysis with Bette\n", "proba": 1.3865644632460317e-07} {"commit": "99079b3a4e038dcd416bba09cf52db4008beb8e9", "message": "updates algorithm for randomness\n", "proba": 2.0616932943084976e-06} {"commit": "79ec0db7ac0847abb982ee02548d558e3fcf7a74", "message": "`runtests simple`\n", "proba": 2.960055383027793e-07} {"commit": "118cc732ea013be5208887c800d293ef1b20a425", "message": "hvc.featureextract looks for 'annotation_file' in 'todo'\n", "proba": 1.3134653897850512e-07} {"commit": "413bfdd91bc6f6e62109a3d2901c60525e1a6b8c", "message": "simplify interface of simulation function\n", "proba": 1.1662048109428724e-06} {"commit": "02ae18e8ac56a00c314e4273c60f21e93f23847a", "message": "fix test runner\n", "proba": 1.488279053774022e-06} {"commit": "2215ccea3c939b1f13294f9b526df15554ef56e3", "message": "Fixing R values.\n", "proba": 3.1206295147967467e-07} {"commit": "58da871d4528df26b13c8aa576559313f0da5abe", "message": "Migrate from `os.rename` to `shutil.move`\n\n`os.rename` is brittle and prone to failure. Among other things, it struggles with moving files between mount points. Something that's required if you have docker volumes. Should also address https://github.com/dbr/tvnamer/issues/154", "proba": 1.2080762417099322e-06} {"commit": "bc4fa8783db97894cd57130f72ee49316348e021", "message": "safety fix\n\n--HG--\nextra : transplant_source : 5%0D2%F33%DF%23%1CV%DFf%17%A1%7B%8B%25%E2A%20%F2\n", "proba": 3.2621525747345004e-07} {"commit": "3ab33080dd00c3dc7f95692fe764bdf6a108d92c", "message": "Fix reference to usernames parameter in Client.get_users\n\n", "proba": 8.448406333627645e-06} {"commit": "4559f082c732b18776cf901a7f8206c691f6c6fa", "message": "Fix another Py2.6 test runner problem.\n", "proba": 4.708536778252892e-07} {"commit": "60d5a3ff7d9368b6a1e2f97b82efebe1a6a74c02", "message": "Cleanup\n", "proba": 1.4090286413193098e-06} {"commit": "712044734145709f427c9b6d155d2f3657ccdce5", "message": "feat(runtests): Added INSTALLED_PACKAGES and changed some warnings'\n", "proba": 1.0008931639049479e-07} {"commit": "7b7bf14789e018ba6d691d31ec1f7439e04f80ec", "message": "Improve runtests to report actual Django/Python versions\n", "proba": 4.643922579816717e-07} {"commit": "a09b058b4963445e2e0450853d04d67bcca70783", "message": "Reduce calculations\n", "proba": 0.009933997876942158} {"commit": "e8f350b0b59396b6d725f49905d11a5d543ceec5", "message": "unfollow back\n", "proba": 9.488742875873868e-07} {"commit": "a49736ec2cbc7241782bf62da4bedd58516bbacb", "message": "tools/c7n_mailer - add cc support to mail processing. (#3263)\n\n", "proba": 1.0768904701308202e-07} {"commit": "fb67b3aa940413b29c2e5ca617ead758bf6bb4f5", "message": "Handle aload, split arithmetic insns\n\n", "proba": 3.970839316025376e-06} {"commit": "bd81d372d2de906847ab459c600e39f37ecbd101", "message": "In compareJIT main, use mkdtemp rather than a hard-coded path. Thanks to Gary for pointing out that the old way wouldn't work on Windows.\n", "proba": 1.1207141170643808e-07} {"commit": "50419ed2cc5897f50fbd1a304fe5a39da9050dab", "message": "Added Cauchy curves\n", "proba": 1.3323744951776462e-07} {"commit": "591600f6486783d8016f8922705ddf7250d9b9e0", "message": "Hardcode typing.xyz -> xyz since it just adds noise. Also increase the indentation to 4 spaces so that its consistent with _build_signature in pretty_docs.\n\nPiperOrigin-RevId: 315569861\n", "proba": 1.3799557336824364e-06} {"commit": "2a79ce565f9d09f1debb492089a0a7ac2358d959", "message": "Log raw object instead of attempting string concatenation with join.\n", "proba": 1.2511904401435459e-07} {"commit": "640997ed8e69183604ab8e7b90ac1e5ff10ee156", "message": "switched to only visible when active song\n", "proba": 3.706828692884301e-07} {"commit": "b8ba7887b0b02ea9df9aaca94fbdb40c8c502317", "message": "Stop fuzzing --ion-gvn=off for now, due to bug 1257089.\n", "proba": 1.0917147363898039e-07} {"commit": "03a3bba8822a3cda6efdb299abb0d89ba242b9b2", "message": "Release 0.4.1\n", "proba": 4.7060947849786317e-07} {"commit": "b398a475b0758d369ee770e409c86f9f4daafcff", "message": "Use .get() instead of .getheader(); messages can now be either email.Message or rfc822.Message\n", "proba": 3.2136074423760874e-06} {"commit": "40e2ced56a748ceb98c686f042d15f06e1a53faf", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "4b7cfaeb59b05b095ea34f97d7ce670a0ca91b96", "message": "Use a iterable range\n\nInstead of using a range that expands into a list\nuse the six moved method which will point to the\nright iterable range function on py2.x and py3.x\n", "proba": 3.1846300316829e-06} {"commit": "263bb4946f3fd674e92e3377c59c15f1e1b462ec", "message": "defaults: Fixed file permissions\n", "proba": 1.5841255844861735e-06} {"commit": "5a91d56c07571f3bef7e39dccfe2a759b53c36c9", "message": "Release for v0.1.6\n", "proba": 2.1216526135958702e-07} {"commit": "ca3da0cbac39799fc183dec704765ed738978cb2", "message": "Removed cast only in sparse categorical cross entropy loss", "proba": 2.651952115684253e-07} {"commit": "9ef39400320a6527a1c98dff1901ac55fb09811f", "message": "Revert \"Revert \"decode ekcertpem\"\"\n\nThis reverts commit aea835e4cc7431746441263ceac8ef74577a306c.\n", "proba": 1.191660658150795e-06} {"commit": "8fe428b7ac5059459fb4243a9fc95e9b44b2e5e0", "message": "deleted superfluous comments\n", "proba": 3.664450105134165e-06} {"commit": "e2fc97fb526fc848c01fc4dc366431bf14d4fe3b", "message": "Modify type hinting\n", "proba": 4.3637311364363995e-07} {"commit": "19fb24930be54caade5e3df7a85881d6f28dd1ee", "message": "Adds common.eventloop\n", "proba": 8.787689694145229e-06} {"commit": "5886977874262babb05b92e541eef0621e10bf4d", "message": "Added --projects flag and made some other interface changes. Also added --issues-query which allows filtering of issues to be updated when using the --issues flag. This means we can baseline all issues which match query X, instead of simply baselining ALL issues.\n", "proba": 1.0554494167536177e-07} {"commit": "cb5f10593c1e53e82e0a4a2da5cf71fba808e741", "message": "Issue 29095: Python API support for query parameters seems broken (#4)\n\n", "proba": 1.0853614895722785e-07} {"commit": "2730aa9ad6810d3eb12c68a79a01366684a3ce6c", "message": "make sure window paths of directories are in string not unicode\n", "proba": 0.9998164772987366} {"commit": "c06a2a1a81ffae8a06f4e42c2e5a583ce08b037c", "message": "Handle Fourier domain conversion for time-domain phasors\n", "proba": 1.8746818852832803e-07} {"commit": "92308c28e02d0e4cf678925eae7874edbf73d2e0", "message": "http://code.google.com/p/lino/source/browse/docs/blog/2012/0221.rst\n", "proba": 2.560280734087428e-07} {"commit": "c6709900f952dc555353652602c638d013efc71d", "message": "Added autoprestrStage to PETSc stages, and added usage of Dprev vector\nwhen a nonzero initial guess is desired.\n\n", "proba": 1.0328736976816799e-07} {"commit": "bf0a5f0607f83e4f1828af0e138468014bebfd8f", "message": "added test code\n", "proba": 2.3463175580218376e-07} {"commit": "f68a7fe35aafcd1333ed901ccfa69f3b096254b4", "message": "Modify the school name display error(PD Planner)\n", "proba": 2.4200059556278575e-07} {"commit": "bb9e53603a4f83ffa2a409cff3929dfc7ff31110", "message": "Added permissions\n", "proba": 3.308405496227351e-07} {"commit": "bdd7fef8c2a219134a0d107f162d4a0079e233ee", "message": "calendar checkbox test\n", "proba": 3.7740246625617146e-06} {"commit": "9361a22dbbaca80e5e1d47068972bee0e930f877", "message": "reverse last push, I think\n", "proba": 1.3938192751083989e-06} {"commit": "ff60f17c1027e3d952e200114f8079c71981eba8", "message": "remove kwswitch special case in eval\n", "proba": 9.622169727663277e-07} {"commit": "6688af60bf1e346a3522f71266724d0ae4add7e2", "message": "day calendar style\n", "proba": 5.674003659805749e-06} {"commit": "3305754616fa00e33528011eb077ca9dc688b97e", "message": "Add a skeleton init method and some supporting methods\n\nSigned-off-by: Sam Phippen \n", "proba": 2.8228026849319576e-07} {"commit": "834fbbed96ecbbc8fb90e90ef395978c254cbb01", "message": "Respond to the handshake with the handshake response if we didn't start the handshake\n", "proba": 0.0026402485091239214} {"commit": "bab13f7281983519280a8c21cb983800f753c6e5", "message": "fix: SFL event type (#30353)\n\nEvent type for save-for-later events is setting as null.", "proba": 1.0790432014573526e-07} {"commit": "a2109973f37cbecaf1d443ed3877fb93c90dd18c", "message": "Fix server command handler\n", "proba": 9.66334391705459e-06} {"commit": "a52345306a1561496e2630fa12d938af84ff3f7d", "message": "Delete Report models before reloading them\n", "proba": 2.5597728381399065e-07} {"commit": "6411613b3aa5a53657988b9b8c78d0eed816a9b4", "message": "Ajay| #3067 | Fixing failing ut\n", "proba": 5.049721494287951e-07} {"commit": "0c01fc10bbaa4546b571d6b45da8f8357a8effc0", "message": "Version 0.0.7\n", "proba": 7.616520747433242e-07} {"commit": "87043743dfcf926e4317d649073d16ffef591d9c", "message": "merging and shuffling of data set\n", "proba": 2.9811008062097244e-07} {"commit": "25409a92c43f30a27e3e5bdb06447e3cc48f464a", "message": "Fix empty website\n", "proba": 0.9988094568252563} {"commit": "ad59b70071408b3eaa93dd5dd44466b711a5d3e8", "message": "Add drawLine, drawBox, drawText to ui/components\n", "proba": 2.142175077324282e-07} {"commit": "8c96707927c4a9645e1b97ca90d2318287e99c88", "message": "CHANGED: NetCDF read functions using netCDF4 library", "proba": 3.309595228984108e-07} {"commit": "4bf7f75311c2839cce7c8560406cd8dbd2317f69", "message": "improve shell command, add filename support\n", "proba": 5.125673396833008e-07} {"commit": "be45266b905f3873a051a4db6a73b54b74b00710", "message": "Calculate hunk metrics as needed\n\nFixes #58 (_Allow gracefully removing lines from a patch_)\nPreviously the list of source/target lines and the number of\nadded/removed lines were maintained during `.append()`. However, this\nmean that reassignments, pops, deletions, etc. did not correctly\npropagate.\n\nThe simplest solution is just to recalculate those members as needed.\n\nThis patch maintains the current API exactly, except that badly-behaved\nuser code could have modified these members manually, which would now\nthrow an exception.\n", "proba": 1.3521616892830934e-07} {"commit": "ab694beb3331ca6d37bf29f0f783c2cd57c52bb5", "message": "on MacOSX/Darwin, use ranlib when building static libs.\n", "proba": 1.1391241372393779e-07} {"commit": "f7f50f7ffcd3fa69a6a627208948194e4ae54479", "message": "HUE-3110 [oozie] Fix bundle submission when coordinator points to multiple bundles\n", "proba": 1.0969537811433838e-07} {"commit": "8096a6ca3b20dae670aba403051bed476c435669", "message": "Handle rohf DM in rohf module.\n", "proba": 1.2369699220471375e-07} {"commit": "29fd7478ef56de993b0147ec356e270e3586853b", "message": "Improve test coverage\n", "proba": 1.825657250265067e-06} {"commit": "f6999b9f225a6eb375e3942510de8a16e57b137e", "message": "Fixed 500 on pagination passing after last results, should clear a ton o sentry errors on prod\n", "proba": 1.489206056248804e-07} {"commit": "85e6b2b03c4821ce2b916af49e91b1a4d30d626f", "message": "key parameter passed to format method", "proba": 5.641768439090811e-07} {"commit": "feae0757b807afb25045200178d58df54d9f0a59", "message": "fix: remove last mongoengine reference\n", "proba": 2.7493745164974825e-06} {"commit": "d8f27eef327b9892b9c5996d5a355bad982ed06f", "message": "Implemented the necessary code for a motivated walk.\n", "proba": 7.688618097745348e-07} {"commit": "732609fb207c262d6ecda309118a0989e907fd25", "message": "added comments\n", "proba": 1.3997723158354347e-07} {"commit": "4f1b5fa63d3804c9774e604fda3c4864a3521a7f", "message": "set default encoding\n\n\ngit-svn-id: 2e40ff80485b5e2f2cc1551d2bae08335b3d761f@223 03ba9718-dac9-11dd-86d7-074df07e0730\n", "proba": 1.5488820281461813e-05} {"commit": "c80685d1cef40831fe4b8951a01a2523a039fffb", "message": "added error catching to all_eq\n", "proba": 2.7324210805090843e-07} {"commit": "11e58c96ef5425623d182036093b34a3e907d35b", "message": "CODE FOR THE INSPECT.GETSOURCE GODS\n", "proba": 1.3878570825909264e-07} {"commit": "72f7e9f3fa44a33e68f4bcd9dcfac580fe3dc21a", "message": "Foxed `time` module import.\n", "proba": 1.1846474023968767e-07} {"commit": "9d01ec2e555d3996915fd725c7fe8747551d8cc3", "message": "Encode ASCII hot fix\n\n - Forgot to pass args and kwargs\n", "proba": 2.736551891757699e-07} {"commit": "5d8865af6d9faf9d5d2282c563587dd6b23a0168", "message": "fix rare \"ListBox contents too short\" error. Closes #19.\n\n--HG--\nextra : convert_revision : 31128eebc4880f43cc7fc074cd8c250e594702e1\n", "proba": 1.2921321967951371e-06} {"commit": "fbd0fc3bcb294ed50996171b139f40b8a59b476d", "message": "added box label widget to gtkutils; beginning to think about splitting gtkutils\n", "proba": 1.3138374299614952e-07} {"commit": "1bae1aab037c94b86fd099182dce40dbd315df1b", "message": "Turn of ntpd and set date manually before tests\n\nThis should fix the problem where we see the first test\ntaking negative time, as well as possibly other issues\nwith performance tests which may be sensitive to changes\nin wall clock time.\n\nFixes #398\n", "proba": 1.2772083834988734e-07} {"commit": "2935000485dad214f929601bb84b7601c0c9b7f8", "message": "Add utopic/Ubuntu 14.10\n", "proba": 7.42947065646149e-07} {"commit": "4e4ebd074f546069ff5f6c49d243bb3d4aa7d5ed", "message": "Updated desc. of motive_data attribute.\nUpdated doctests to match description of attributes.\n", "proba": 1.0923708515520048e-07} {"commit": "ded25a9ef888d896b61c34a540dde4916395adf2", "message": "disableNtpd: wait 1 second and print out date just to be sure\n", "proba": 3.5803040532300656e-07} {"commit": "f7bd6e0c61bb5fe23109f54648b05f5aca5a1b00", "message": "Fix format specifications to be compatible with python 2.6\n", "proba": 1.3069370652374346e-06} {"commit": "b68568fdf130a3279d70d6470d7a1a3a8e39229f", "message": "Parse telegram reply\n", "proba": 7.535244549217168e-06} {"commit": "89b8b74a43e0c19892e5b61fd7eca9534d34aee4", "message": "Workaround python < 2.6.5 problem without breaking any other python\n", "proba": 2.2806239940109663e-05} {"commit": "0afe1d05b9092a823c4e26be11e03aad919233bd", "message": "\u9632\u6b62\u5c06127.0.0.1\u52a0\u5165iptables\n", "proba": 5.117165073897922e-07} {"commit": "39953eaf3baad4450e5f6a543d47c0de611b99cd", "message": "updated to support message time\n\ngit-svn-id: 9d271b02f21ef92375d53f3a729673c5fe5e0adf@245 5fc10e88-4e10-11de-b850-9977aa68d080\n", "proba": 2.9092296927046846e-07} {"commit": "52bd5d076936504de18bdf4b084a191ef266696b", "message": "Wibbles.\n\nSigned-off-by: Austin Seipp \n", "proba": 1.2457243769858906e-07} {"commit": "bb883ee54992bc03308a72498587036da0115d70", "message": "cleanup import from journal logic\n", "proba": 1.6802266600279836e-07} {"commit": "a407bd693bfa20ed6321c2b5ff40985922d63793", "message": "Fixed extra period in /uptime\n", "proba": 3.3621850548115617e-07} {"commit": "b59b08d7833cc8a9191e0fe1bb0bc8202a1daa04", "message": "Fix nebula to prefer our bundled osqueryi if present\n", "proba": 1.2746689037612668e-07} {"commit": "7859ee13f0afc904ad805f7dc43eff47374b5ea3", "message": "re-fix galaxy tests\n", "proba": 4.132609205953486e-07} {"commit": "9316dfb06fa9c63f3baa85de739dee7ea5c3dc82", "message": "elegant geojson thanks to advice from @mjsuhonos!\n", "proba": 1.0579829279322439e-07} {"commit": "50c14aa05dd5afc27213185545b720007ec210fa", "message": "Fixes indentation\n", "proba": 1.152581830865529e-06} {"commit": "e3cdd50e0f2c5cdaa1575b8114d07c13bfbdd7ca", "message": "Bug fix", "proba": 5.465154799821903e-07} {"commit": "1a4e9a7ceaa82558b0dea0ee05139deb14942c77", "message": "workaround for ExternalScripts.py package location\n", "proba": 2.345386889146539e-07} {"commit": "dd52f57ed4df785d1687c6526212a3be8a82aaaf", "message": "aiscpu4_17110600\n", "proba": 3.1006459266791353e-06} {"commit": "0362854b05b567c887d8e96ffdfdec78020d27f9", "message": "Don't sort the CSV fields.\n\nSigned-off-by: Tim 'mithro' Ansell \n", "proba": 1.3743306226388086e-06} {"commit": "a39cd81548d0dfbe3d7230a6955f2ed44c6139b4", "message": "Replace constants.e with constants.e.si\n\nCloses #68.\n", "proba": 3.03135180956815e-07} {"commit": "1f0ae10edd95eacee86ded58d9daeb45ea8bb1c6", "message": "[master] - fix for drawing\n", "proba": 1.1396924293194388e-07} {"commit": "70e445aef1ace0bc2ede3153f30db6844ffcc1fa", "message": "Correctly set index without changing selection (fixes losing selection)\n", "proba": 1.2149840245001542e-07} {"commit": "d2801d12f54404093b085d74af6cf94036b7e62a", "message": "New ignore/unignore irq return functions\n", "proba": 3.2757168355601607e-07} {"commit": "3bae5bd42b1d78442fb3d3c0ff21e5c7d9b34b44", "message": "issue #230 - another py32 fix\n", "proba": 1.125222794939873e-07} {"commit": "ced5c265db67f8bfbc033b22995117288fca400a", "message": "better multi-version handling\n", "proba": 1.004724026643089e-06} {"commit": "f67ef1ceef687a6be27de8599d697b7cf54f409b", "message": "Use property decorator for property getters/setters.\n", "proba": 1.1012156164724729e-07} {"commit": "eb2a02928913f82d0b3b8eeccc4fdc7035873105", "message": "consertando model pedido editar predio\n", "proba": 6.809763135606772e-07} {"commit": "ee04ff98378303418c2fb660dd82e99361104b4c", "message": "Add doc\n", "proba": 2.3791858438926283e-07} {"commit": "b201553e43650d613c0faa2efa6bb7d281e96736", "message": "ISSUE#453. Add new step to populate the samples_denorm and\ndatafiles_denorm tables.\n", "proba": 1.0411652340280853e-07} {"commit": "ea7820a45e0aa1bb21c57b6593cbbebf89718861", "message": "database for tests (update password)\n", "proba": 1.2902317791940732e-07} {"commit": "2851d8a845395f5ff5a1436b05a7a88237f8cfe0", "message": "app: changing assertion order for facebook login button checking\n", "proba": 7.857574928493705e-07} {"commit": "78d97c4039bc049235242f6ef5d0c0919b565187", "message": "Remove prints\n", "proba": 1.6181634237000253e-06} {"commit": "663674e606098fdf41f18ab0b6036e2f7f9f4c49", "message": "fix test on Python 3\n", "proba": 0.0003282874240539968} {"commit": "f8fd495620d5efb9ad11a1922f160efbc786efb9", "message": "Split COPIES option into 2 options for local and cloud printing in CAPS\n", "proba": 4.363050265965285e-06} {"commit": "cfd9bec4450cf53bc055610a33b1274d8cf03a1f", "message": "Improve raw quoting; add Python 3 support\n", "proba": 1.9046106558562315e-07} {"commit": "c43690436841c46223318b0e4e588de99c61de3f", "message": "Another test\n", "proba": 3.856863713735947e-06} {"commit": "a1613d83adae2353b33dcb0412890c70879ac138", "message": "Stage 2 modified to collect counts, for a TF-IDF\n", "proba": 1.0694439112057808e-07} {"commit": "37f5193c901f1bf6c5d3d6c5a25d25ed740443e2", "message": "Add simple tests for helper methods\n", "proba": 4.94692017127818e-07} {"commit": "9901049d8bd10e8cbe9a4346b30b779379ad982a", "message": "Add assertions for the pipe test\n", "proba": 7.398222805932164e-06} {"commit": "8318cc4bee83fea6805d3a80272f7a3e2bedea37", "message": "Adding testcase numbering for local print and registration, redid unregister testcase, local print is revamped to only test the full set of print options for PDF printers while testing only 2 options for the PWG raster input type\n", "proba": 1.1791154719276165e-07} {"commit": "b9cc96893c1f7185bb22e79c9b07049436618cad", "message": "Proper egg name.\n", "proba": 3.702799585880712e-05} {"commit": "8052424456949d3a9377126c858c5ae7ec24d44f", "message": "Update Jpeg.py", "proba": 3.0818267759968876e-07} {"commit": "8b4104c02cb71a4e61354d38cddcc67ffdd9fdea", "message": "fixed await", "proba": 6.479963872152439e-07} {"commit": "0a6fb9e08d56942edadb009e147aea765aef9b5e", "message": "Update Time.py", "proba": 1.104102807403251e-06} {"commit": "d37a2c2aa0c22197ef6849913b112cea1aa48358", "message": "Add removeAllKeys,listToKeyDict methods to DictUtils\n", "proba": 3.114638502665912e-07} {"commit": "9e4332104bf9a18098c0d7a22f9ab98edc1afa81", "message": "Minor cleanup of bot class, added more checks\n", "proba": 1.1523352583253654e-07} {"commit": "000f9e80d581551f85c166c7f55aa5e0110948bd", "message": "Added line that prints the path location to see what it returns\n", "proba": 1.4088470834394684e-07} {"commit": "2f6be5555e93729fa1e4c74e9e6b12501fb7bcf8", "message": "Delete Functions.py", "proba": 3.1761130685481476e-06} {"commit": "4e44efc1fad0773eda5f7f381c976398d0383e41", "message": "fixed typo in previous commit\n", "proba": 1.7570596355653834e-07} {"commit": "6f36c34cb711ba0a89a387589ccac73223d49bbb", "message": "Silly punctuation", "proba": 0.0002767823461908847} {"commit": "d85d7e38d7e2e324506da0824d4516b945204e09", "message": "Pass user-agent for pcpp", "proba": 5.261245519250224e-07} {"commit": "c60ab7420946ab8e2b3ea7148c64bddf59ff04ff", "message": "Invoke test", "proba": 1.2249084875293192e-06} {"commit": "f627014bd98cc93015dea649017f00076d1924f4", "message": "Fixed distribution of data accross columns in crosstab for API\n", "proba": 1.8020904235527269e-07} {"commit": "1431b79d9d03f8f8bb056c320afc52949319308f", "message": "Fix logging?\n", "proba": 6.963079499655578e-07} {"commit": "f949d2ba62d8929c927645fc92ecd3e84883a3e7", "message": "if type(x) not in (str, unicode)\n", "proba": 0.00017661473248153925} {"commit": "4a1e11cd7df7c3e9f4a33246bcd0f51038e52cd4", "message": "Fix for bug with Qt 4 and enter window event\n", "proba": 1.4958531835418398e-07} {"commit": "d695c5d34dcf13825b1bc6913764076b83e48db3", "message": "Call update_value/update_html in Label, ContainerBase, and Box widgets\n", "proba": 2.114540365028006e-07} {"commit": "f6e5a187c64d9ea1b7bd20c894678ce9efa9cb53", "message": "updated domains\n", "proba": 3.5472962167659716e-07} {"commit": "5953d1cfacef5fbff6ebe8dc684b63455e0d44a2", "message": "Import pypm.common.util.tmpdir into applib.sh\n", "proba": 6.161320015962701e-06} {"commit": "24902d5e580e1924085814f9af0484485c759f3b", "message": "added enumerate to the root namespace of jinja templates\n", "proba": 4.2449943293831893e-07} {"commit": "cf7f88f3e6eed91ca260144dd19f5e60273cc2b1", "message": "fix - ensure 'release' and 'default' override flags are passed to sync.\n", "proba": 1.0351595136626202e-07} {"commit": "ae19192830c06041eee639e9824b1115fad96cff", "message": "Try again w/ csrf + Referer; #1085\n", "proba": 1.245586531695153e-07} {"commit": "064fae3a73f78eb248f77273d7652adba5f84105", "message": "add some log messages\n", "proba": 1.2861007689934922e-06} {"commit": "7ab5a6f7ce6aeba5af53e9aade377196f7698dfd", "message": "sidestep pyqt4 problem\n", "proba": 9.572589760864503e-07} {"commit": "d698e6f6d0ba02731746bdb639273e4744f4d6ad", "message": "Remove extraneous print statements.\n", "proba": 0.00013223677524365485} {"commit": "cd57a8cddac8e26944effa6a1a18db57a5d4795b", "message": "Adjust tests for the new json format that includes timezone ", "proba": 5.422663889476098e-06} {"commit": "40d08d803d096f21e53150a77eb8080dcebd80e8", "message": "last change on OptProjTran\n", "proba": 1.6610157160812378e-07} {"commit": "40d10d26718108f8704c7c4caa0b71f37c3d19e7", "message": "adjust test to syntax and misc changes\n", "proba": 2.4435169621028763e-07} {"commit": "2eaaff1b96f006fc99bc483ebd50822b9ecd87e7", "message": "added bicubic interpolation\n", "proba": 2.1279871020851715e-07} {"commit": "aef53bd477d37278b3b05801841374260cbef174", "message": "version bump\n", "proba": 7.394332897092681e-07} {"commit": "c781b515ed1a6590c7227ecd7f87fd2c7381366e", "message": "fix JsonPatch.__eq__(other) for Python 3\n", "proba": 0.0003516178694553673} {"commit": "6793014179e7adb127cf48ffaa313cf72bdc0db2", "message": "bug fixes\n\ngit-svn-id: 2bba698e727111349c48dc510c3c8e1edc7d8fb5@130 6b16b2ad-a84a-0410-851a-4d2ecdfd7f99\n", "proba": 1.0746309726528125e-06} {"commit": "c8433456954a2a932c2e50af4d8849c4ef038f47", "message": "cursor: avoid select_identifier_map call when PARSE_DECLTYPES is disabled\n", "proba": 7.002749384810159e-07} {"commit": "9db4877e4a0de8b7658c5a48b354148819c0ceaa", "message": "resolve_ids_found_in_events: Add resource and resource-type names to clouddata() results.\n", "proba": 1.1675096800445317e-07} {"commit": "12f6f296d30cc1ad04dfdb7a7ea09dded06e22fa", "message": "Simplification from review by sinzui", "proba": 2.2067337113185204e-07} {"commit": "90f0db7e3481a498568a615674cebdf376434547", "message": "Fixed problem with ShellCommandException\n", "proba": 3.058987090298615e-07} {"commit": "8ddec57062bdde7935bb0472f2d993fb0c38c680", "message": "python: Add support for scoped enums\n\nAt the moment gem5 has support for enum params that either generate a\nunscoped within the Enums namespace or a struct encapsulated enum. The\nEnums namespace is getting quite big and some params have the same\nnames which results in collisions. This change adds support for the\nscoped enums.\n\nChange-Id: I930e1cc3b814081627b653939e75d6c43956a334\nSigned-off-by: Nikos Nikoleris \nReviewed-by: Andreas Sandberg \nReviewed-on: https://gem5-review.googlesource.com/c/15395\nReviewed-by: Jason Lowe-Power <68c46a606457643eab92053c1c05574abb26f861@lowepower.com>\nMaintainer: Jason Lowe-Power <68c46a606457643eab92053c1c05574abb26f861@lowepower.com>\n", "proba": 0.0001305008481722325} {"commit": "80efaa935aca80844bc3fe0b69cfef7b90b9f71e", "message": "style(kaggleaux): minor style updates\n", "proba": 3.205057339528139e-07} {"commit": "ee9bdaa8238609f1dcb6a754165c949777b55f65", "message": "Flush the output buffer before mpi.abort\n", "proba": 4.8551148211117834e-05} {"commit": "755f550fcec4cf5572b845329d60fb5ec5b2ffbb", "message": "Simplify `home()` view and remove duplicate definition\n", "proba": 1.4623075230701943e-06} {"commit": "efe850e2daef16ba39e34649394cfa6957a22620", "message": "Forgotten to update the group tree\n", "proba": 1.2549715222576197e-07} {"commit": "1a002e0ac37bd35e22d504462a5731ac1f0388ec", "message": "bugfix: also check bibcode for duplicates\n", "proba": 1.8714432314936857e-07} {"commit": "4e75786e19e43a7eff5a4e1e9d255027ba0578dc", "message": "Address matplotlib warning\n", "proba": 1.8504995580315153e-07} {"commit": "4fc3ea55d35174ceca63b7575e4aaa1eb0906f76", "message": "Added the interface for determinant\n", "proba": 1.5834082489618595e-07} {"commit": "12d4eb8ea541a00743b3f4e73f5e514e05021fe1", "message": "Use configparser as ConfigParser.\n", "proba": 1.7109854866248497e-07} {"commit": "faf43e7e01cce8fc50466d5b9a90e4b9351ebf85", "message": "Update news to T\n", "proba": 1.438578181023331e-07} {"commit": "1c60f47440a1f95710999439db4a44e6bc8e7699", "message": "commands/record: Fix record command description.\n\nAll stages are now optional for recording however the record description\nhas not been updated to reflect this.\n", "proba": 1.1064939542393404e-07} {"commit": "58aed3ae6eca7bd0ee71024a5dafe3c815ce30d3", "message": "MIN Small improvements to the code.\n", "proba": 1.0138084149957649e-07} {"commit": "9edf4aa45c3a731b6805a6be4a8c0511c85b3e21", "message": "cleanup data[view]/dtype logic\n", "proba": 2.410952788522991e-07} {"commit": "216fa3e18aab5553c1b2cc60350ebffb86f6e81c", "message": "composite masks need WCSes too\n", "proba": 2.3556738426577795e-07} {"commit": "443084a7c5c4750e32ce5f1767e78c4f6a8da42a", "message": "removed messytables\n", "proba": 1.3021348195252358e-06} {"commit": "a184a49ac70488f877e7e088af66870e3ea1393c", "message": "Slap an f on constants when code generating floats\n", "proba": 1.3798136251352844e-06} {"commit": "1b597d7e8beb18f339db8c078a0ccfff3918127a", "message": "fixed performance issue -- was flattening chunks so it would always be sending a single byte at a time", "proba": 6.504395173578814e-07} {"commit": "f2ccd5bd0de5f158467a60a06edcf637a963a3d8", "message": "added an item for the inventory\n", "proba": 2.3846649810366216e-07} {"commit": "078b6ceb67bdbd04f379a959e6a07cc1600ad927", "message": "fix amount field\n", "proba": 9.461020340495452e-07} {"commit": "5efeb80f6dd947ad7210328d9990808d122dfce9", "message": "Fix compile -> page\n", "proba": 1.619741567537858e-07} {"commit": "2b602ab6bd703022562e4fd81216ad0b800f78a0", "message": "Made model and form import into comments. Old references broke the app but the comments clarifies how imports should be declared.\n", "proba": 1.0078047552042335e-07} {"commit": "fb29e35e51223a9c3a0f6f3247cd829285d672cc", "message": "fix for https://github.com/DataBiosphere/toil/issues/3107 (#1319)\n\n", "proba": 1.1055362136858093e-07} {"commit": "822fe18411f19679fbd5c8329983173ab63b0d70", "message": "freshen cwltool/factory.py\n", "proba": 3.7586013945656305e-07} {"commit": "2bae9709b5ef6cc243e0bdfb2fa1ecbd497800cd", "message": "Consistency in getting serializer inside of create()\n", "proba": 1.2525407555585844e-07} {"commit": "18388d0f77fe06839930efbeff70a3501c6e9a7c", "message": "s/uri/url/ in FileField\n", "proba": 9.780858363228617e-07} {"commit": "82e46d7bc1796422bc235e46ade927b068c24f28", "message": "Add disable_links method to grab.tools.lxml_tools\n", "proba": 1.821916043809324e-06} {"commit": "38b79752282e7dcc2718658df298a9ca09fd6eff", "message": "Import reduce from functools (fixes Python 3)\n", "proba": 1.2384961678435502e-07} {"commit": "6b87806ba2e5eb9d633a8f3caa899769a0755bb4", "message": "gui: Add download page\n", "proba": 1.3448467939269904e-07} {"commit": "4d7df5d70f4d641a517f6a4716a7b7f2ffc9d58e", "message": "fix multiple inheritance slipping through.\n", "proba": 5.229281327956414e-07} {"commit": "c16533ea68c52cfb9492b03e6a6dbeff252533d0", "message": "don't encode yaml output if not on python2\n", "proba": 0.0001504079846199602} {"commit": "3db54806c4889354791e922efd72b2812f5d8c22", "message": "the old ways are better\n", "proba": 1.490000886406051e-05} {"commit": "29b67ede728565710291242944d305d4a793cee1", "message": "Updated version for mongodb\n", "proba": 2.7611466180132993e-07} {"commit": "4f9777c71ebd85f7f001d207e7059b15715169d4", "message": "Update main.py", "proba": 7.280797831299424e-07} {"commit": "9bfda78c6e7f08cf5d874029cca58338e1c96682", "message": "purged non-maintained modules\n", "proba": 5.749225238105282e-07} {"commit": "addd32039c0e84216eeb40395d64901a3c938da1", "message": "Fixed problem with comparisons.\n", "proba": 1.21888575677076e-07} {"commit": "188672c9c3e86e0554d23232ba95d8afad1d2ba5", "message": "added filter_cols: list columns on a model except filtered ones\n", "proba": 3.7892368709435686e-07} {"commit": "0b3338e33093365e153bece242d6ba886d0a76f2", "message": "docstring\n", "proba": 5.97681209910661e-05} {"commit": "bbc660b09a37584dd05be2c88eae6bfcb5238502", "message": "differential edge coloring by weight\n", "proba": 1.5090151350705128e-07} {"commit": "45b65e9a36a83d1f8585c0ae396d307571fe7741", "message": "Migrate \"basestring\" type to python 3\n", "proba": 0.9994854927062988} {"commit": "111cf6e6cccacdc361d71115ea347d3eb2f4f0f1", "message": "Implement dummy sensor properties\n", "proba": 9.274825174543366e-07} {"commit": "c9d530f8ff75617b1652493aee750b50546df5c1", "message": "Add an option for the JAX's VariableClient to put params on a given device.\n\nPiperOrigin-RevId: 341388590\nChange-Id: I8d55008fec86a451cc080246b070101d691c793c\n", "proba": 0.00045273295836523175} {"commit": "921b9a062bc1ca74e5647cbdc475c937c19f066c", "message": "Unused file deleted\n", "proba": 1.9673375390993897e-06} {"commit": "85f691e4c5e3d72b14e52a7da4c4ab7c29e3cc1d", "message": "minor cleanups\n\n", "proba": 1.534437217287632e-07} {"commit": "433c04f44ee289c372d632d8fbb08eabe30137a7", "message": "Fix crash if CouchDB views property nonexistent.\n", "proba": 1.2583740272020805e-07} {"commit": "2f7dbfe63f02af2c6f21c7c446412e4921d7b816", "message": "Improve handling the database instantiation and initialization.\n", "proba": 1.257592998626933e-07} {"commit": "c1265e4cbd044156588fcd4f8a827cd72ef9b06c", "message": "Remove unnecessary dependency\n", "proba": 0.0005907062441110611} {"commit": "4dff995526b5ac45e1ac43a3f80fc04e9ab3207b", "message": "fix cache check float vs int bug\n", "proba": 2.96530231480574e-07} {"commit": "a5c654f0989ec9a5481a2bd794fc85a06877edb1", "message": "Base crypt: fix, again. We must raise Exc. not return.\n\nbzr revid: p_christ@hol.gr-20101228094831-a543jrneb9znpvnz", "proba": 8.36232447909424e-06} {"commit": "f5282230197a7544f01ed69c216bb222d54cc802", "message": "prefetch some dashboard queries - make things faster\n", "proba": 3.831424919553683e-07} {"commit": "63b174bd7eb04e159e7366a770c94f26c9b0c1b6", "message": "http.response: Remove extraneous print statement\n", "proba": 0.0030451889615505934} {"commit": "e326b16cd5055433a0f9fb9a06632bc8be0024ca", "message": "stupid typo\n", "proba": 6.11011273576878e-05} {"commit": "c008f8973a66bec38e1cd77d5f9b334399710a87", "message": "[IMP] mail_thread: updated override of many2many (1 and 4 opcodes now supported); fixed write that could go into a loop. Do not subscribe the guy that write on subscribers.\n\nbzr revid: tde@openerp.com-20120813145526-tm8cjegtdoymrax7", "proba": 4.3921133396906953e-07} {"commit": "c13027609ff5d941cb6d820a8b3c3f182ba51f08", "message": "Fix the returning id of the temporal scheduling plan", "proba": 9.8811236966867e-05} {"commit": "b5eb7739b12a51c07c52aa9af817a8527619b97e", "message": "rename from_array tasks\n", "proba": 3.305481368442997e-05} {"commit": "85f6a3703412c0d9579596ba02d3a8cdfb0f87e8", "message": "fontmake.main: add -e, --conversion-error option for cu2qu conversion\n", "proba": 1.5735768101876602e-06} {"commit": "f2fbab0c013e6d7204294c21ca5cb4f6f46a6892", "message": "added WR and egwf shorthands\n", "proba": 1.6736122177007928e-07} {"commit": "ff00a84d33881ef8ca8965a688a8ce05421528d1", "message": "[FIX] mail: fixed a glitch in message_subscribe sometimes overriding specified subtypes\n\nbzr revid: tde@openerp.com-20130620135718-qi0d8fpqvombq3v1", "proba": 5.658483246406831e-07} {"commit": "f3f4553a0e7e38e09f0bbbd314da017cc35bf919", "message": "Fix missing permission in project example in defacl docs\n", "proba": 6.828545792814111e-06} {"commit": "674442493ea200af325120d91daad75c1fb74ef3", "message": "force MAIL_DEBUG = True\n", "proba": 0.9999803304672241} {"commit": "a50cdfc0a18fe6ef69b6fbc5b6394fd2ccad4bd4", "message": "Also fix pickletester\n", "proba": 4.7305238126682525e-07} {"commit": "c97c20874e0decbde0e3db8f60de29f3b88ce964", "message": "pep8 metadata fix\n\nChange-Id: I15d67218c0abcc5840c50e60e5e37009cfb5c514\n", "proba": 7.835731139493873e-07} {"commit": "d22be1cb8003937867f948b08c6ac85f2e1bb2c6", "message": "Set path to None when a file is not in the drive\n", "proba": 1.5001282008597627e-05} {"commit": "653bd88a596dc2ee84f10e275d827ec456568c2c", "message": "Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)\n", "proba": 1.0948635065233248e-07} {"commit": "4eca1dceb98c23641b832249ffff53662df5e574", "message": "remove bootstrap3_transitional as allowed template\n", "proba": 1.5476051373752853e-07} {"commit": "7a00502b7e4783c9081b8d987bfb17f3518d7bed", "message": "jenkins test\n", "proba": 5.810236416436965e-07} {"commit": "2343f3974fcb8b010a932117bacee70cbd0a0985", "message": "Fix exec test so presence of __builtins__ doesn't break it\n", "proba": 8.311210876854602e-06} {"commit": "d97b21d1f266b1d19ee7b0d343e413265b1c3a2c", "message": "Fixed stupid typo which was masked by an except AttributeError\n", "proba": 3.032586448625807e-07} {"commit": "c2a1d1edae44cae8a593c39d6b9ed9ebc4ddf74f", "message": "[AC-6999] Merge remote-tracking branch 'origin/development' into AC-6999\n", "proba": 3.1381298981614236e-07} {"commit": "e69db80ae33c9269da4344286149828539745ccd", "message": "rewrites crowdfund basic test to pass\n", "proba": 7.859914148866665e-06} {"commit": "69c74405be614ffb3542ed735998bbc4228fa1ef", "message": "PLD: use specific mixin imports\n", "proba": 1.543797480962894e-07} {"commit": "ed8c28ee29160a1a6c9d1b31dc041dc3e3ddd974", "message": "test_smtpnet: Skip STARTTLS test if the server doesn't support it.\n\nThis issue can arise with ISPs that redirect all connections on port 25 to\ntheir own (crappy) mail servers.\n", "proba": 1.0856471988063277e-07} {"commit": "079e6f30a3c03f87df3366a90dd4021ab75353da", "message": "post_url uses self.'property'\n", "proba": 1.6394972135458374e-06} {"commit": "c53b2db1eccd8fffa23cacf5e4ed7e36ec924bbd", "message": "[variation] parallelize str.filterdata()\n", "proba": 5.290382318889897e-07} {"commit": "81b6f83fc49d1603d60a8b849c018d9adca595b8", "message": "use isinstance instead of type. Use bool instead of int for flag.\n", "proba": 1.206559403499341e-07} {"commit": "0ae13b7c5fb2aeba7d19136d3d54372a3549820d", "message": "stuff\n", "proba": 3.4740248793241335e-06} {"commit": "46f32d4cd41ab5a26284a396728d50b15b64c473", "message": "[filesystem] print exception in readPlist\n", "proba": 7.549404585915909e-07} {"commit": "ed460bb15756525e55d6aeae2d15ed037ca0394c", "message": "relax perms since we didn't get to do posting\n", "proba": 1.1299511015749886e-07} {"commit": "1b2e580128b84f165fb6734811e14dac00e34dc4", "message": "[django 1.5] use a default (bad) secret key\n", "proba": 4.727254179215379e-07} {"commit": "eb55f6bae1d798f0f2c9f0bb9278fe9cf538cd64", "message": "Added cache and transaction middleware\n", "proba": 2.2593276582938415e-07} {"commit": "49a484c7f5c78a943f4687f5a26226a8cd791c6e", "message": "Add localhost to INTERNAL_IPS.\n", "proba": 4.008911673736293e-06} {"commit": "31355c78fa579a0bae7f758ae85a751e96219ec3", "message": "Removing unused settings.\n", "proba": 2.0191657768009463e-07} {"commit": "f8c1ef4df9ac5c243202b7f582e2767998aa3593", "message": "update settings file\n\nupdate settings file\n", "proba": 5.656530106534774e-07} {"commit": "c66de162451d71d9f32b7ee67dd8e16078357338", "message": "Removing duplicate script insertions within the settings\n", "proba": 4.454706470369274e-07} {"commit": "df218cf1fd2dee6a3f0938b6f2685a3b692131bf", "message": "add languages to settings, https://www.pivotaltracker.com/story/show/11710189\n", "proba": 1.801303426418599e-07} {"commit": "2efd2cfabf1f1fed33195eaa4d960b1ae12ff9df", "message": "Two changes to BugzillaBugParser and BugzillaBugImporter to make subclassing easier\n\n* Move generate_bug_project_name() to be a method of the Parser\n* Create an extract_tracker_specific_data() method that can be overridden by subclasses\n", "proba": 1.3401633225385012e-07} {"commit": "a1386c8587fe8ea7e55b253fe069a2dae095236a", "message": "Enable anon page caching\n", "proba": 5.670064524565532e-07} {"commit": "6672cd437673e994e963b7d5606a2acd551766b2", "message": "lower overpay ratio slightly\n", "proba": 9.365718369735987e-07} {"commit": "e777a1e0e5480e005a9a33a95faef73fd6c9fbe1", "message": "add case app. doesn't seem to break anything\n", "proba": 0.9987333416938782} {"commit": "6565fe248d9aa25ff354d9ef8d4b5de071ea6eeb", "message": "Try again to clean up settings.py a bit\n", "proba": 1.5813981235623942e-07} {"commit": "5812df08840b217d2e2dc42bc8fcebc3512176e9", "message": "Removing this FASTA code due to license. If there is anything bx.seq.fasta\ncan't do that this did let me know and we will fix it. I imagine nobody was\nusing this anyway.\n", "proba": 1.311343993393166e-07} {"commit": "82ff5b6af5014e4ce961370d9da44eb55c694629", "message": "Fix name of Citiq link.\n", "proba": 1.4847064733203297e-07} {"commit": "e2ca057bd104e2f284c5d1c2f48d7af27fb32dfd", "message": "stuff\n", "proba": 3.4740248793241335e-06} {"commit": "469cd43d8513a6a47c9fe965c5ce790a6d37d9f3", "message": "force pickle session serializer (workaround for django 1.6+)\n", "proba": 1.2300306195811572e-07} {"commit": "bedee555d759b87a695f23b8d963732a756b088a", "message": "Insert reference to HYD-471 (the reason for SOUTH_TESTS_MIGRATE=False)\n", "proba": 2.1776584162580548e-06} {"commit": "01d2f905fbb87bb3601ab96955e05e4a42ef01cf", "message": "Debugging\n", "proba": 2.1159132757020416e-06} {"commit": "1d843723b740b167b3fa26bffef9f1211c069e4a", "message": "sigh. it works a lot better when you hit the right URL\n", "proba": 1.7415510455975891e-06} {"commit": "7a291fb4c9e59d6509537f8a56f5d4e96b2eb73f", "message": "Switched to xbrowse@broadinstitute.org as 'FROM' email address. Added myself to admin emails.\n", "proba": 1.0088644586403461e-07} {"commit": "4401bdef39cfd8f8c489615b949b1fec66f01ab6", "message": "try and rebalance travis test jobs\n\ncurrently at 27m for the group and 47m for the catchall\nthis should put it at ~32/42\n", "proba": 1.1193191795655366e-07} {"commit": "38878318b92e3c267a6dcc719b5dcaae39f136ab", "message": "tmpfiles imporovements\n\n- check free temporary disk space on start\n- use unique subdirectories to ensure temporary files unicity and\n preserve original file name\n- API simplification (remove overwrite_tmp, uniq, ...)\n- documentation\n", "proba": 1.4144393389869947e-07} {"commit": "a49d0516325ef0a4937e444420ad61c45173782e", "message": "Middleware and template loader changes for Django 1.5\n", "proba": 1.5604543079916766e-07} {"commit": "1fd4477b05a0bd5c6a9776cbe82f3141c14ccf0f", "message": "First bits of the auth stuff in our settings file\n", "proba": 1.2709629970686365e-07} {"commit": "2d4539f9aa04a75b5aec9f458ae508e030a7802f", "message": "Adds Sirens in the settings\n", "proba": 2.660210043359257e-07} {"commit": "1132691f3d49b3389c23f31c9d1d15d4a8d1a02c", "message": "Clean up test media.\n", "proba": 2.1398209071321617e-07} {"commit": "d5d9b0870b58c781ef174dce665214d24f03ab80", "message": "added flatpages to settings\n", "proba": 2.530698850478075e-07} {"commit": "43cc351fd65101f9268c034784091de6dea8673b", "message": "settings: Enable local mem caching\n", "proba": 4.431612978805788e-07} {"commit": "4e69131d12e1bf1355ddc2f3f8a19846bff90fdf", "message": "Modified project to meet Udacity reviewer requirements\n", "proba": 1.1913125064211272e-07} {"commit": "1b937c8b09fdd2d3333e37ded1192186a1778a28", "message": "Get the default context processors back to the default settings.py.\n", "proba": 1.1502688579412279e-07} {"commit": "78e1b75c00ccd123f8ca2cad057b1ec36b90916b", "message": "Add comma\n", "proba": 0.9999680519104004} {"commit": "025c273828ae31ebdccbd8e496f81eefded6445d", "message": "[debug] fix dtype to int64 to avoid windows using int32 by default\n", "proba": 1.5280265586170572e-07} {"commit": "01ff6538453e5fc55cd9e604d6296883765f60f0", "message": "dblogmiddleware not needed in latest version of db-log\n", "proba": 1.3107425900216185e-07} {"commit": "6b3d88fa2fd77b95d3ae2475d20a45e8cc63c635", "message": "update buttons in address dialog\n", "proba": 5.609149980045913e-07} {"commit": "4f851afac309513863db0d9b8d7348ad1458410e", "message": "add comment to ensure middleware order is kept\n", "proba": 1.4409769732992572e-07} {"commit": "193a65da33c1532460dc241df8d514d44ad25235", "message": "Added and removed some newlines to make it neater\n", "proba": 1.2576300889577396e-07} {"commit": "5751f71c1af2452e64829dd009044bfc112c20f9", "message": "fix modelname detection for multi-word names\n", "proba": 2.959261109936051e-06} {"commit": "cb7b6389dfb32237bae12f8bb783c8687525fdf3", "message": "Use keyword only arguments for required fields instead of error handling", "proba": 1.5184650692390278e-07} {"commit": "3af2e46e8b1daa4a6bff30d9b9a75495701fc46d", "message": "Add get to UsersApiHandler\n", "proba": 3.3474711358394416e-07} {"commit": "6793b7b729da36278271e0fc050ef63485897035", "message": "added grouping for gems\n", "proba": 2.8544295105348283e-07} {"commit": "4a3c63f0b52cd6a97e98965068464e6a96b111c7", "message": "render_fps API test (#2659)\n\n* Update pendulum.py\r\n\r\n* version warnings\r\n\r\n* black\r\n\r\n* try except\r\n\r\n* update notices version\r\n\r\n* Exception\r\n\r\n* nosec\r\n\r\n* black\r\n\r\n* no loop, stderr\r\n\r\n* black\r\n\r\n* convert ## to ###\r\n\r\n* correct subheader\r\n\r\n* black\r\n\r\n* despace\r\n\r\n* spacing\r\n\r\n* frozen lake fixes\r\n\r\n* rename render modes/fps\r\n\r\n* fix API test\r\n\r\n* fix API test\r\n\r\n* fix more API tests\r\n\r\n* black\r\n\r\n* add render fps\r\n\r\n* render_fps API test\r\n\r\n* black\r\n\r\n* Update env_checker.py", "proba": 5.06308822423307e-07} {"commit": "07c9da92e51233fb11c85f746afea8c5d94d6dab", "message": "Fix possible infinite loop\n", "proba": 0.9999880790710449} {"commit": "f765e1498fdffbcc99a621edf83cd6a38c3c1e6b", "message": "GN: Make sure we use clang when ASAN is specificed for ia32 Linux\n\nR=johnmccutchan@google.com\n\nReview URL: https://codereview.chromium.org/2496383002 .\n", "proba": 1.0631432445507016e-07} {"commit": "e3210a7c0eafaca3e2d20c5c49472107d8d645ea", "message": "Upon timeout, report the actual timeout time, as well as the target timeout interval\n", "proba": 0.00015469978097826242} {"commit": "71b5b5e5fd45b88f862d6b1f54dd4174327125fa", "message": "Log error when exception is thrown in upgrade process, as just the message alone may very well be useless.\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@5862 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 3.011279886777629e-06} {"commit": "93ae521151b75a63ab424066d5ded0b210db50a9", "message": "env: fix glitch in `[logging] log_format` doc.\n\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@9861 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.2661841537919827e-05} {"commit": "8fa1c21ac8a414a4daff0d7e349ab506a7542773", "message": "!card: add --tags flag\n", "proba": 8.270422426903679e-07} {"commit": "5e7593b4ab45d655f9ab2739d875fea04179dc0b", "message": "Set a dummy log handler in case the `log_type` is not specified or not known. Fixes #3148.\n\ngit-svn-id: f68c6b3b1dcd5d00a2560c384475aaef3bc99487@3339 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 2.3054497432895005e-05} {"commit": "5a05e6dbd314d4f6b389990a593027bbeb2bd369", "message": "Tell user where output is written to.\n", "proba": 2.6694809207583603e-07} {"commit": "1fa4814c85e3e61b9753bb68b02715a40c7b73bd", "message": "append backend listeners as service object rather than dict\n", "proba": 2.5898134481394663e-06} {"commit": "7580a1e5b43f2c94a27e7c59ba45bf92c51cda31", "message": "re-added green biasing...\n", "proba": 1.189965814774041e-07} {"commit": "a4fc82903249fa3ba7c4cbdac70d23843417ce95", "message": "Avoid creating a page_range into every subcontext\n\nso that django-debug-toolbar doesn't have to render lots of stuff for no reason.\r\nRelates to changes in 573cefd2fb27a64cb99d2ab9f14a53f6cdf905c6 and 1de10272a41549fee2e75037f6d7cd6d9752e3ca", "proba": 1.3356378985918127e-05} {"commit": "f790b1ad074d557b07fc80195a2805eced68e4e9", "message": "parameterize p-value for Wilcoxon test\n", "proba": 4.657046019929112e-07} {"commit": "b1ef759dec6ae18b48594dc4fd779fae9a66dd80", "message": "Made fit_parameters a hidden property\n", "proba": 2.024599439209851e-07} {"commit": "a882935b6c30b6e309862bd3f735e34466bf0c24", "message": "Made utilities.write_object_array directly make the reference array rather than first making an object array and then copying it.\n", "proba": 1.158227433961656e-07} {"commit": "c28b2e0303a05767419487efad03b05c371d7517", "message": "NSX: nicira_models should import model_base directly\n\nChange-Id: I49bdf72434384899d12aa6c528f8d31125a3b34e\nCloses-bug: #1282354\n", "proba": 5.532609748115647e-07} {"commit": "32199418fb694c603e996309be98fd92db984c27", "message": "Removed unneeded copy when decoding data that doesn't have to be byteswapped in utilities.convert_to_numpy_str.\n", "proba": 1.226610066851208e-07} {"commit": "c89c6e5870d725b6cd8d4adbc6dc54e2cb370309", "message": "fix unbound variable issue\n\nit raises an error when neutron_plugin is used with no-auth strategy\n\ncloses-jira-bug: CEM-10555\nChange-Id: Ifaa628008143e9b322d7e2324c86747208f3cd7f\n", "proba": 8.833616220726981e-07} {"commit": "d60d47b23f81fa521d695df89e92afac41885690", "message": "Eliminate bogus deprecation warning\n\nThere's nothing about hashing a ResourceDefinition that is deprecated or is\never going away - in fact, the actual implementation of __hash__() is in\nResourceDefinitionCore, and it's only explicitly included in\nResourceDefinition because there is also an __eq__() method which would\notherwise cause Python 3 to override __hash__ with None (per\n46233d2c2a7938d6e97f0285f0afad6c2e1baf00). Therefore it's\ncompletely wrong to log a warning, since everything will continue to work\nfine when ResourceDefinition is replaced by ResourceDefinitionCore.\n\nChange-Id: I33fc8727c9ec92580a2e2e7f4475d0f4fff2234b\nCloses-Bug: #1546362\n", "proba": 0.9998242259025574} {"commit": "95f7cc9d5c23b38abeaf25ece6491bfa0b9bd099", "message": "adapted first level model tests from original glm tests\n", "proba": 1.2424948181433138e-07} {"commit": "7057f44d8969b51aaec19d13f756516c4cc67ea4", "message": "Speed up pixel to centroid distance computation\n", "proba": 1.3620117897517048e-05} {"commit": "9a4d913e05dcfa8ecbb0a5343d68106f35d0503d", "message": "Add documentation to all Skeleton class methods\n", "proba": 2.3107499202978943e-07} {"commit": "7256c375777a1a20759673d8227c7dec0e217c11", "message": "shitty oracle\n", "proba": 9.415277872903971e-07} {"commit": "d8067c7debb0f41e1b39af6ca4c713e07997e308", "message": "daily commit\n", "proba": 1.658282144489931e-06} {"commit": "fcf98db6b6f9ae1dc479b78deda8289bc6551679", "message": "implicit name parsing in hentry2atom for notes compatibility\n", "proba": 1.531466580217966e-07} {"commit": "12adb5e393a110c864779e51080e1d7eb3b84c23", "message": "Corrected type.\n", "proba": 1.7024060525727691e-06} {"commit": "7a4107e67a8c1082111dd5a964edfe97266ba340", "message": "refactor main\n", "proba": 0.9989159107208252} {"commit": "f2fcfa68bae41351e351a20d99c5e0061100db63", "message": "reachability bug is fixed\n", "proba": 2.874195672575297e-07} {"commit": "0b72803dd479e8e3e3de367f9bf484223b1b87b1", "message": "fix #4319\n", "proba": 2.6181481871390133e-07} {"commit": "85b83df68c207daec0b42063084e655c2cb19712", "message": "Fixed creating of children when expand button is pressed in Windows\n", "proba": 2.6238271289003023e-07} {"commit": "8f9439fc2e521eaf3984ae89b2d4686d4a551dde", "message": "3.0.11\n", "proba": 4.8660836000635754e-06} {"commit": "e7e5e0f3d9896ecdc42eb4e6087876fc9460e004", "message": "Report APT/dpkg-query errors once only\n", "proba": 1.301233254480394e-07} {"commit": "922f17333db5069677cff12a6749182ced056d18", "message": "Allow sending data to MCU", "proba": 5.617694114334881e-07} {"commit": "c594226ef70a129521386edd7946d741e36f5e70", "message": "Revert cf0386\n\nNo optimization builds don't work either because they hit the exec\ntimeout. Try just carrying on even if lcov exits with error status.\n", "proba": 1.0732200905749778e-07} {"commit": "3b7c242d2a84e705346b18130b017d26008f658b", "message": "Removed system ID requirement on sampler utilities.\n", "proba": 1.1121348109099927e-07} {"commit": "b8b4ffff024cae666ab734a30fd85e7630f11405", "message": "IndexError happening to parsing broken logs.\n", "proba": 1.2605070764948323e-07} {"commit": "5a42f56d838a3d4061474754401a6069feb3a57e", "message": "sensor_plot: fix filename\n", "proba": 0.00019073841394856572} {"commit": "980208bb772aa90844aa3fc06f8c0757da2bae63", "message": "Fix incorrect realname matching\n\nThe realname is saved on the DB as-is but it's compared only in\nlowercase, this breaks the status query since it cannot find\nthe username\n", "proba": 0.0005532466457225382} {"commit": "d1f3a894b9e9eda62d2c0b709dcacbc203daabe3", "message": "server/rhizi_api: report errors to client on exceptions\n", "proba": 1.8143201430120826e-07} {"commit": "3062ae1151edfd0ecdb9d7b6c4e20cc13cbebe90", "message": "Reformatted code for CNN script in single-digit cases\n", "proba": 5.298574706102954e-06} {"commit": "a7d5ad9bdad43bd57b15a2729638eb92e330b525", "message": "pruned ws in orgclean\n", "proba": 5.40856660791178e-07} {"commit": "5cfece688861829523c83c079fd589651a9381ee", "message": "fixed xsi namespace\n", "proba": 6.268627998906595e-07} {"commit": "97d356cbc6dda17808c37e2a1f27549f0c167608", "message": "Completes #2066\n", "proba": 9.399039413438004e-07} {"commit": "eb5e83e084ac933091d9beb64e06fed4634f6b43", "message": "Need to pass the result to the notify_after listeners and change CONTENT_LENGTH\n", "proba": 1.6772681021848257e-07} {"commit": "18ec581393cf6d46d8d98577c851753e8f01abe1", "message": "supress ping error message by redirecting sterr to stout\n", "proba": 2.2679239464196144e-07} {"commit": "4412c731a34c7ab55d5d00037ae4afbd1a1b4972", "message": "Dont send any underscore params\n", "proba": 3.045649350497115e-07} {"commit": "0b5e640b10543bc69bf93099b61e78714f263ea6", "message": "add field for user model on admin view.\n", "proba": 1.1580949177414368e-07} {"commit": "3d13b7750ab4300b6b6a61f58e5f88e8a5ce677f", "message": "split files to avoid crashing pocketsphinx. print full text after\ntranscribe\n", "proba": 0.0001397365122102201} {"commit": "6cdbbcfd05b0b5af2f15dfadfaf187862363ab49", "message": "Implement arequests\n", "proba": 0.9980236291885376} {"commit": "2ffeedb5b206fcd7b5dd75c7023ecebcbe4d3c46", "message": "Cleaned up a lot of excessive logging messages and removed unused on_load event listener method.\n", "proba": 1.1074187256099322e-07} {"commit": "1834410415735a503ae2309136b57cb6ec59ce0d", "message": "Errors and warnings are marked in the view that shows the file where the error occurred. (Previosuly, all errors were marked in the active view, regardless of where they occurred.)\n\nError objects are now given the full path to the file where the error occurred so that the error can be marked in the correct Sublime view.\n", "proba": 1.195858772007341e-07} {"commit": "56bd756e2d1e8f1f9f0c0519c76bf1bdf6b37271", "message": "arty_base: add clk50 and use it to test asynchronous ports/bist\n", "proba": 1.8898681730661337e-07} {"commit": "d562818fda8ad37a0b3d866471d3c17794110c40", "message": "Don't fit intercepts\n", "proba": 2.3092879928299226e-06} {"commit": "a0fa832a53f27ded61cef3ef88cc795703132f06", "message": "tab fixing\n", "proba": 6.006519015500089e-07} {"commit": "7b87020cb71aa021a38802f8afe7148550b159f6", "message": "Add ability to increase and decrease volume\n", "proba": 8.698015108166146e-07} {"commit": "3313285a940b741c1befbd6e5b31928f9d8a3e3e", "message": "errorhandling for url-request added\n", "proba": 2.091382640401207e-07} {"commit": "6f924ebcbe549289056aca61e34d5bd0cc18b1b7", "message": "Implement residual plot\n", "proba": 0.007106131408363581} {"commit": "3153ccf37446fae34e94d25f8df0249d944d534d", "message": "update scopes\n", "proba": 7.919330755612464e-07} {"commit": "4a02fe2899f37da4bebd7ba48907a8b5c9a0c73c", "message": "force encoding to utf8\n", "proba": 0.9998677968978882} {"commit": "0599e06f5b407655dc523ced0ee0cb21cb2739b4", "message": "fixed a bug in beat trimming\n", "proba": 2.7345350872565177e-07} {"commit": "48b2ea5c4b6115a96131ea1dc769b582db1cc54c", "message": "updated docstring\n", "proba": 1.0839997912626131e-06} {"commit": "067c34436c77140ee8c116a18655e7c00146512c", "message": "column-contiguous cqt\n", "proba": 3.0644627258880064e-05} {"commit": "7dcf160d0bf16d3daf24581305799d0d6f220fcc", "message": "make sure extract() in art handles bytestring paths\n", "proba": 8.70815767939348e-07} {"commit": "0b8588c6f81751aa4c611504664b4951b03e7d46", "message": "added better examples to logamplitude docstring\n", "proba": 1.7155015541447938e-07} {"commit": "93757410ba5cae7bb9e14a3d0e3d3537a54fefe8", "message": "Color output for benchmark script.\n", "proba": 1.2402360027863324e-07} {"commit": "b4d4c1c0cb1ed75e9f416fddca71cca18d150e31", "message": "finished revising docstrings for #136\n", "proba": 1.1627883367282266e-07} {"commit": "9e781a0cfdb60c84a0b73579896894459ebce54f", "message": "Adding docstring to BusClient\n", "proba": 4.2713332959465333e-07} {"commit": "4aecde3a9d9094ba3cc89591d444cb233ecb0903", "message": "First cut at triggering script.\n", "proba": 1.0859992727318968e-07} {"commit": "9fc7194610bdbe0daff6443ed931f012c79f1546", "message": "remove exception for ics files which report bits per pixel (bpp) != 12 as the output always seems to be of type uint16 regardless\n", "proba": 2.2196572047050722e-07} {"commit": "f582bbb981dd26ec502ef27b691ae006826d2fb8", "message": "imported os\n", "proba": 4.764812047142186e-07} {"commit": "23305ff10a241f36b7b4b360dea25de84a74bafc", "message": "Remove comments\n", "proba": 1.552628390300015e-07} {"commit": "40f72af96c17bd9fa026eb355b0500be52b9037b", "message": "Make a cosmetic adjustment\n", "proba": 1.2904233699373435e-05} {"commit": "15437a384c116956b92538c88d558823ea8e72db", "message": "Parsing support for List input\n\nThis change will allow the script to parse a text file containing a list of IP addresses as indicators.\r\nThis commit is made for issue #6.\r\nThis completes the Minor version upgrade of \"Draco Malfoy\" V0.2", "proba": 1.3131447929026763e-07} {"commit": "5c6b971a5868e8b92054db9656f88bef3c09e989", "message": "Adds a way to call salt raw\n", "proba": 8.022630026971456e-06} {"commit": "e3303db00cb5e1b0d4255a276eafa6b3bef2d36f", "message": "SLUV2: renamed carbohydrate list monosaccharides and edited some comments\n", "proba": 1.3557513511841535e-07} {"commit": "0cad2310b0e06ca66535e2c25dd147851987eeb7", "message": "add title\n", "proba": 0.9999960660934448} {"commit": "8faf5a067024f2f2fe6f659c67a65f6028c80613", "message": "ready to go II\n", "proba": 2.605509621389501e-07} {"commit": "3f84531a35138db0457fd88ec7cdc529dc913fd5", "message": "Another small bugfix to biorhythm generator.\n", "proba": 1.0682146012186422e-07} {"commit": "5a422073cc7c224f909247fe3cbdfeb32ec9c0fe", "message": "Added missing special case in irshift", "proba": 1.6637234523386724e-07} {"commit": "f272f54f994ad048c4e153a2459699f4386453f2", "message": "Added Win/Loss Conditions\n", "proba": 1.9074936119523045e-07} {"commit": "1322b4aff553abf3b72a1d7cfa163f96da54f852", "message": "Fix times when dealer checks for BJ\n", "proba": 2.605010251954809e-07} {"commit": "488f4782627598bb8d318e416b9851dd99bf25be", "message": "local/launch.py: Fix faulty external data-targets logic\n", "proba": 4.835897016164381e-06} {"commit": "1c08e36302395ba8f710c359f458fba813b8f0f1", "message": "file equality test was backwards\n", "proba": 1.5669975255150348e-05} {"commit": "1f522ad9c6fb971f110b1694698b96eb09f06f0b", "message": "Simplified SQL query\n", "proba": 0.9998475313186646} {"commit": "6c795c3604da7736778bf923996f4a5b5ef69814", "message": "v2 bootstrap\n", "proba": 2.153222339984495e-06} {"commit": "e61f4b2fab34c9f544a4a1f2e01dca5340632894", "message": "Change bootstrap to pick up version 1.x only\n", "proba": 1.4347281762638886e-07} {"commit": "36d5bb3f389ef22c1b22f4f92078f6abb9753fe7", "message": "Regular vector for the found functional\n\nNorm and objective vectors were already laid out this way so there is no\npoint in using a customized larger type for the functional.\n\nSigned-off-by: Connor Behan <89f96a099c47edae2e9c5a371cbf43991ac7aa8c@gmail.com>\n", "proba": 1.3082149052934255e-07} {"commit": "c9b3f8005499c29f583427eaa5b916540a4d086e", "message": "renaming pyjampiler bootstrap command to pyjscompile. pyjscompile _is_ pyjampiler\n\ngit-svn-id: 6db40d0534cac73ba019dccfebee869402ecad0c@2254 7a2bd370-bda8-463c-979e-2900ccfb811e\n", "proba": 0.008824115619063377} {"commit": "015ab32ec3a58bdbf093592793e4824076283de5", "message": "Added\n", "proba": 3.1529248190054204e-07} {"commit": "7268436c5ed37efc96fb41f3998360db831cc471", "message": "Correct docstring\n\nRecall that crossing symmetry is not solvable when the SDP is solvable.\n\nSigned-off-by: Connor Behan <89f96a099c47edae2e9c5a371cbf43991ac7aa8c@gmail.com>\n", "proba": 0.005592780187726021} {"commit": "a171664cbcdd4dd0c366d0d8662a61c6d68f0282", "message": "Undo overzealous rearrangement\n\nSome parts of the last commit broke the program.\n\nSigned-off-by: Connor Behan <89f96a099c47edae2e9c5a371cbf43991ac7aa8c@gmail.com>\n", "proba": 2.404775898412481e-07} {"commit": "57542c17cf87f5a7cd4fd1b799adf0735300a1e9", "message": "update bootstrap.py for test\n", "proba": 3.1986814974516165e-07} {"commit": "419ad6916b6a844e5f85e1cf20f9fbf709284983", "message": "Run 'python' before 'manual' in bootstrap\n\nBrew, then Python, should be first so any dependencies are installed\n", "proba": 9.291909918829333e-06} {"commit": "c629e98536c08b3edd2b38d9ec2ddd9c2f64302d", "message": "Support different norms and objectives\n\nWe should reshuffle the polynomial vectors every time we write an XML\nfile in case the norm has changed.\n\nSigned-off-by: Connor Behan <89f96a099c47edae2e9c5a371cbf43991ac7aa8c@gmail.com>\n", "proba": 1.1537090358615387e-06} {"commit": "71bc7af640131c50f1f72081ce9fdfcc87c50f99", "message": "Cleanup double pole logic\n\nI was missing a case before but this sets them up more clearly.\n\nSigned-off-by: Connor Behan <89f96a099c47edae2e9c5a371cbf43991ac7aa8c@gmail.com>\n", "proba": 1.0783559446281288e-05} {"commit": "7c149b893af41d4843a134e230db532685e6dae4", "message": "thanks flakes8 for the spot", "proba": 1.0836983932449584e-07} {"commit": "c0a324a40a3c91894e114143c3b3ff69cefd5e98", "message": "Fix a small bug preventing oauth token reuse for the GitHub API\n", "proba": 5.666492597811157e-06} {"commit": "f53d0adfe229b38f8a00be4d4b50413842e0b946", "message": "download iterm themes\n", "proba": 1.4022172933891852e-07} {"commit": "647304514fcbbee8ca6173d8dea874d3300fdafe", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f save_error, \u0443\u0431\u0440\u0430\u043d \u043b\u0438\u0448\u043d\u0438\u0439 \u043a\u043e\u0434", "proba": 1.236491470990586e-06} {"commit": "eb49a3c4d7e570a594f36f940427ff0a08713ff3", "message": "Fixed version\n", "proba": 3.291113443992799e-07} {"commit": "8736ad6f71a027cece8caf224c440884ee93f016", "message": "Added IDOF\n", "proba": 2.3412235350406263e-07} {"commit": "4481b9107bbfcb28096c216f00a3d8dba1d7b0b7", "message": "add quest model with __init__, get, and register methods.\n", "proba": 1.3652618235937553e-07} {"commit": "402605d81cceac065d670b50d97ae45e375ceabb", "message": "Call different backup to S3 script in build-ami.py.\n\n* Now using `msm-pre-shutdown-backup.sh`.\n", "proba": 1.0363744706864964e-07} {"commit": "85e5a7f6985cef2e206b12524a71b2cf9c2d36f6", "message": "build_win: Fix #31\n", "proba": 2.9591154770969297e-07} {"commit": "49e47bbae166dc02152fe8a199008ed73d7a0543", "message": "Be more self-confident\n", "proba": 5.620495358016342e-05} {"commit": "350b9e44e0b99d57655b98cd7e020a279cb6210e", "message": "Compatibility with python 3\n", "proba": 5.314001327860751e-07} {"commit": "e9950fe21312d0cd64c5c1486750ae3bd62e60cf", "message": "Ajout de classes and de la base du code\n", "proba": 1.3172638091418776e-07} {"commit": "f296a4b465fddf08c18d6acb759c8523cce55572", "message": "cleaner go.py\n", "proba": 1.8535353092374862e-06} {"commit": "bac43705a426c7ec75bdd6c0dd173cb1f0594974", "message": "Add network tests to the suite.\n", "proba": 1.235410138633597e-07} {"commit": "cf9c76cae68ef8efcc8f3a82ade728fed8175c73", "message": "PEP8 cleanup\n", "proba": 1.325573606436592e-07} {"commit": "406e56d4fc04d1fda9231a8cc77cb1299ab1f0a9", "message": "Tie calicoctl to specif tag of image files\n", "proba": 1.216643141788154e-07} {"commit": "720a8a413191f4ec3497ad43f38ac7477c57f02b", "message": "oauth_app/application/default_config.py: Fix SESSION_COOKIE_SECURE to True - afterall we generate the certs, it can be debugged with SSL\n", "proba": 1.205960529659933e-06} {"commit": "6f6831f8124771aec22597a42fa2929213971016", "message": "perf: document that counters is unstable\n", "proba": 4.644822638510959e-06} {"commit": "9ce4fdc2b41cf314468ed216695469a74529535c", "message": "Wallabag importer. Implements https://github.com/1flow/1flow/issues/32\n", "proba": 5.042925863563141e-07} {"commit": "38b55558c2f593fe551d1a1d145b6d564735ae2b", "message": "re-raise error for invalid callbacks, logging\n", "proba": 1.8680999858133873e-07} {"commit": "a118d1827c5be8f00e58a720731c134a8199079f", "message": "Settings update to OnionMongoBot.\n", "proba": 1.5359701421857608e-07} {"commit": "69604851149442fe1a0cba66cadf75e9fc6947fb", "message": "Introduced some bureaucracy for setting and tracking the executables\nthat a particular compiler system depends on. This consists of the\n'set_executables()' and 'set_executable()' methods, and a few lines in\nthe constructor that expect implementation classes to provide an\n'executables' attribute, which we use to initialize several instance\nattributes. The default implementation is somewhat biased in favour of\na Unix/DOS \"command-line\" view of the world, but it shouldn't be too\nhard to override this for operating systems with a more sophisticated\nway of representing programs-to-execute.\n", "proba": 1.8165361836963712e-07} {"commit": "ec5b78c62533ac718b4236a7793f43dc67884e23", "message": "doc: Clarify location and content of xblock token keys (#26259)\n\n", "proba": 1.1756010565022734e-07} {"commit": "b9e8ab79d4874929b1b52dc95828bff1aa0ad90d", "message": "[DOC] ir.needaction: cCleaned comments and documentation.", "proba": 1.0190661470232953e-07} {"commit": "12ac2d658aa8d302ad8d9657cb4c150a192b23eb", "message": "[IMP] base: Improved currency rate function to avoid sql query.\n", "proba": 2.936025964572764e-07} {"commit": "1288be9444e1c5f891dd4af67c216540226d481b", "message": "minor change to reactive transp\n\n", "proba": 3.0755671787119354e-07} {"commit": "b68acd5b370229c0f2bfb1082e35b77e9a6ee8f1", "message": "Use already existing function that does what we want\n", "proba": 1.510665299520042e-07} {"commit": "7046cf1f918c2979055c91f3dad686151db0483e", "message": "Delete redirect patterns that can never match\n\nThe `measures_for_one_(ccg|practice)` patterns are exactly the same as\nthese redirects and are listed first.\n", "proba": 1.6899829802241584e-07} {"commit": "a8abcacc943c6e46da328ba807677117f56253d0", "message": "Added timestamp for logging\n", "proba": 4.383585121559008e-07} {"commit": "0d55e8396fb6aff777c75f433d4fb104a012a2c7", "message": "pretty json\n", "proba": 1.2608549013748416e-06} {"commit": "72d93b79d5a0c8f4f3d46b4524842a526686313b", "message": "Fixed pmap.convert\n\n\nFormer-commit-id: cf1023605223dbe65551f42f17136b3f9a1ec39f [formerly 8dfbcd25731025d511495574000c414e4410e0c8] [formerly 8dfbcd25731025d511495574000c414e4410e0c8 [formerly 17faf522a66990ee8f6872eab91edd181719e7ca]]\nFormer-commit-id: f035f3bfd9cdfd52bc82c64a9f8cf4776efd8137\nFormer-commit-id: f512c9caa4dd3de5e6f3b4741b7dc8dcc92b2d92", "proba": 0.0003960863105021417} {"commit": "184ddb1f2c4096e0212e7f4e0d663ec2192cb7b8", "message": "[skip CI]\n", "proba": 1.5403239217448572e-07} {"commit": "cf69c4cc28285052a098e11bba863a03a8b498e5", "message": "calcs/hazard/general:\n\nAdded some more doc to `get_task_complete_callback`.\n", "proba": 1.0748179590791551e-07} {"commit": "f0e0c068acebf897eedb70c16b91015fe7d14cd1", "message": "Cleanup [skip CI]\n\n\nFormer-commit-id: 2ad88d5f6ecd41d347678edcefd7e3533a505616 [formerly 3e69954dfbd92b144d98dd100a4b07ae778249fb] [formerly 3e69954dfbd92b144d98dd100a4b07ae778249fb [formerly 7148a6d78ac8c4100643e08eb3e54759b9dbafb0]]\nFormer-commit-id: a0d6255d637500a7a5940db4e9a9b8f3e41f45d2\nFormer-commit-id: 9b2a953427e7e1c068cd5ffeb33e0ecd3368e03e", "proba": 8.434635674348101e-07} {"commit": "e129e9098284ee8e0aaafb15eac42510b9d5b397", "message": "[skip hazardlib]\n\n\nFormer-commit-id: c0f8b5cd645c06a02ca2ab97a396f4060e16c12d [formerly c0f8b5cd645c06a02ca2ab97a396f4060e16c12d [formerly 7dfa115e430cf03724df2162a2038393368ce3bb]]\nFormer-commit-id: c89ef69edaf6ebb41b5981228ef680ad3945cd0c\nFormer-commit-id: 19f74b228e99ffe489b6e4c1695129464ad8fca1", "proba": 8.753002589401149e-07} {"commit": "59604e47c47a461657c7ec8fba9c576212535cb7", "message": "Fix [skip hazardlib]\n\n\nFormer-commit-id: 9d5110b216ff0acc0059ee809d99c9b38af1614a [formerly 9d5110b216ff0acc0059ee809d99c9b38af1614a [formerly 646595604bf22e318c430bbda34c07660bc74547]]\nFormer-commit-id: 9796f5fa1aa783621460f864dc9c47658d884cbb\nFormer-commit-id: be88593374d0a5575696eafd910ed0843e0cd245", "proba": 1.0636051683832193e-06} {"commit": "3ab27c7ff2161d0ce4ccc7f2ffef8e4b5b745911", "message": "Fix typo in cases autocomplete\n", "proba": 0.9990384578704834} {"commit": "9ca9dc65bd2a337000bb55518bde0afe132bac8e", "message": "Restored flag\n", "proba": 9.97852566797519e-07} {"commit": "0dd325312814f3ec38a01c1ca4e35e4971682e89", "message": "Fixed OVERWRITE_EXPECTED\n\n\nFormer-commit-id: 39b6352e2e34e7ba268bd48037849c2b0aba6ccf [formerly 39b6352e2e34e7ba268bd48037849c2b0aba6ccf [formerly f6eed3a20020e81c7d623fd2547891f67a881665]]\nFormer-commit-id: ac75ba048a05a6feaf5eb7aa216f7f1494db6c92\nFormer-commit-id: b9e4896aef6c4c349ec3b4fbb36c43bfd9f0a733", "proba": 3.600106720114127e-05} {"commit": "763089448e48404a0c76bf37d9871106730982d4", "message": "Added two comments [skip CI]\n\n\nFormer-commit-id: 267c268f026e6df94647833c1b322168b130de85 [formerly 267c268f026e6df94647833c1b322168b130de85 [formerly 999fe5094ad294055c05c78f93800f0192301002]]\nFormer-commit-id: 9face538fe02e58f0f63e9836abed98e51ad367a\nFormer-commit-id: 8a77148e9b450d825f41cdc133a6631300547dea", "proba": 3.39663074555574e-07} {"commit": "b5fc3ba42d742512023691571424e6d344d58b74", "message": "[skip CI]\n", "proba": 1.5403239217448572e-07} {"commit": "e20015f73ee93e132be7672b42b5e555d88a0f64", "message": "Fixed a misprint\n", "proba": 0.00011231921962462366} {"commit": "eea2f63ef12e2211d8af671d6ef157c78271f7b8", "message": "Fixed hazardlib\n\n\nFormer-commit-id: f81819bfb300fdd86d35aa8a3453bf2dad4e4349 [formerly f81819bfb300fdd86d35aa8a3453bf2dad4e4349 [formerly 0a8e542391340bdf12bf746a0b459241a6191e2a]]\nFormer-commit-id: d9dade8d9b7eb2d0a1a62b996c3ef6068993a8ef\nFormer-commit-id: c4986da33e1ac4b835663f128c6dc7a78b808397", "proba": 2.1178329916438088e-06} {"commit": "09a546891f49b17bf4a0129b0836107b165a83d3", "message": "Add support for 'file' format objects\n\nSome objects can be saved as 'dirname/filename' which causes the\nexisting support to fail. The correct behaviour should be to\ncreate the directories needed.\n\nChange-Id: I71c61bc3b0f76a3e6d2703bd45508f9d6483546e\n", "proba": 0.9999964237213135} {"commit": "54b166a1ebf196ea1a8ab90e57c568cb6b5599df", "message": "pepped fill_in\n", "proba": 4.0312258420271974e-07} {"commit": "15b6867c82ca54da9f940f9e7348880bf130da70", "message": "removed unused imports\n", "proba": 5.81701726787287e-07} {"commit": "d4be6339ce91a81f091bc508d4a10976035094fb", "message": "OWTwitter: replace old async decorator with a new one\n", "proba": 5.548815806832863e-07} {"commit": "2472bbbbbebb2d401dd101b02c947ccc75cd5746", "message": "TEST: Parameterize test\n", "proba": 0.00027162214973941445} {"commit": "45cb3b0a57b40e99d669f65316468833cf1f7889", "message": "Implement lcmaps.db configuration (part of SOFTWARE-315)\n\ngit-svn-id: 8e6470fdf0410dbd375d7ca1c7e7b1f4e5857e13@13834 4e558342-562e-0410-864c-e07659590f8c\n", "proba": 2.066537717837491e-06} {"commit": "fd9507242460c11c85b8ceb9fb9dbf2e2f835ab7", "message": "cleaned up the descriptions against the widgets in testish\n", "proba": 8.98761697953887e-07} {"commit": "f74964e638c6ba7fc29a032cb37410dd73a850ae", "message": "better way to ger function name\n", "proba": 0.000987533712759614} {"commit": "7bc1ee64429b4799747745b4ab379677bd08431d", "message": "Automerge\n", "proba": 8.048124300330528e-07} {"commit": "01ce979d793a6281030c010c9c73cb36072b572b", "message": "Revert workaround\n", "proba": 1.0011755193772842e-06} {"commit": "cb9237a1587e95d2e217101902ed6b52c95d18a0", "message": "tests/calcs/hazard/classical/post_processing_test:\n\nAdded a comparison to scipy's mquantiles, to test the quality of the custom\noptimized version (see\ncalcs.hazard.classical.post_processing.compute_quantile_curve).\n\n\nFormer-commit-id: b156b1a245f03421153843869464b9a5d11a6d4e [formerly 58213606f6568434d3b10a4b719b3aa3e2487006] [formerly 58213606f6568434d3b10a4b719b3aa3e2487006 [formerly 93c8f5db91d8371f0071b5663997c6e79bba4ffc]]\nFormer-commit-id: 62772d920bf5abc847acd6190808025cd2a1bd75\nFormer-commit-id: bf580f1afe8883ef911ccdbb71ae84ecbfcce493", "proba": 0.0001882637443486601} {"commit": "658a161be2b8f91df662afa76045b4e04f5b4ebd", "message": "Removes temporal_bounds from response object in SGS\n", "proba": 2.8748371505571413e-07} {"commit": "d5ced9f157ecab5ffbc7a52579b8cce3837e4e86", "message": "more descriptive logging, cross-os compability fix\n", "proba": 1.318407498729357e-07} {"commit": "d0efa1899b4729edea26485e3c9e7f9cca624808", "message": "Attempt to automatically handle timezone changes\n", "proba": 7.321042403418687e-07} {"commit": "c79a91fbb55fc36ed90f1e25412aee12a62dc39a", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "c3ee16ba6e536d59166f7c527f867aa56ecb0a6d", "message": "Ongoing\n", "proba": 7.015697747192462e-07} {"commit": "410bf32832acea36ca97becec3ac2e0109451129", "message": "Handle meta information about exercise types and export in the new upload format.\n", "proba": 1.0129849670192925e-07} {"commit": "73cea3f1c4ce79823eb15346c35b17e86579cf68", "message": "Fuzion: catch and handle 10053 and other errors\n", "proba": 2.074381342254128e-07} {"commit": "72cd9a72c31b146ddb04f4e7ffdf946c29c28466", "message": "One hotting megative values\n", "proba": 1.3990623415338632e-07} {"commit": "3d7494303543c66efa3bf66879917d7e8f96a75b", "message": "Added json decoder\n", "proba": 6.642430889769457e-07} {"commit": "98d61b297618abbac603da7d04f7e4e2ea0aee63", "message": "fixed the newline bug in my implementation of the text encoder\n", "proba": 3.5063703762716614e-07} {"commit": "d877a85b50cee88a63112b06cac85e5249d6511f", "message": "TileFetcher: round zoom size from ideal rather than ceil/floor\n\nIt makes more sense to round the ideal zoom size so that equally distributed around the ideal zoom size, the appoximate\nzoom size will be used.\n", "proba": 9.84252466196267e-08} {"commit": "ca894dbfa16c07055de6360e55ed3657f8fb805c", "message": "white space\n", "proba": 0.0002084054285660386} {"commit": "6ec7b2d8c07888780112d79113f8575f96ed6b2d", "message": "Slight cleanups.\n", "proba": 1.241031100107648e-07} {"commit": "b0e707655d86cd6b6de55f7576da7ad1f0fbd4a7", "message": "Take workspace into account when checking whether a layer name is taken.\n", "proba": 4.218922526888491e-07} {"commit": "89cc8d85fa211f514e854d32f19b704f455e5c4e", "message": "manuten\u00e7\u00e3o nos imports\n", "proba": 5.589893703472626e-07} {"commit": "f515de14e8ba485a43cc63aa96c5ea14f0d79fba", "message": "fix utf-8 issue with conf\n", "proba": 1.801040667714915e-07} {"commit": "a4d49e7a97d552869eaba65696b846b5923282b9", "message": "Consolidate import\n", "proba": 1.4094989637669642e-06} {"commit": "3cf5b256851d59f00b7bc954feb293dabc3ddf80", "message": "Update commands.py", "proba": 1.6085610923255445e-06} {"commit": "fa4c038320f63c8d112cb6f03e4f1c45633bd0ea", "message": "flake8\n", "proba": 2.8183080758026335e-07} {"commit": "8ef7bef26b119c03e53ebec249d230dd55905770", "message": "URL.go: ability to force method\n", "proba": 3.3679486932669533e-07} {"commit": "d05b7e4e0255275dddf546cbd895a55212faefb4", "message": "Add preview of the CSV file.\n", "proba": 1.2366737678348727e-07} {"commit": "1497fc889c245f4c62e79d88e66e08ececc0d152", "message": "Added DEVILRY_FSHIERDELIVERYSTORE settings to the example productionenv. Set these to None by default since I don't know what they are really for. Devilry seems to be running fine in any case.\n", "proba": 1.086202345845777e-07} {"commit": "37af3268cf49682bc3802bf99844e582e0ed3c42", "message": "Threading in high level random agent.\n", "proba": 1.1151169587719778e-07} {"commit": "fd3b309484c1eee8cca151ec76f8e82ea5a9e6ca", "message": "add @custom to the textlines from TextRegion Pxml", "proba": 1.5874603320753522e-07} {"commit": "32819d4ae7bb202f4e263e52d206f40b622e66e7", "message": "Add more information to debug log message for consumer delete\n\nPut a descriptive message in the log entry for consumer delete\nrather than just logging the data.\n\nChange-Id: Ic3433df2ca2f213bc2b3e6f4e0dfd848a0d287a7\n", "proba": 3.0648192478111014e-05} {"commit": "4397ed2d042787a4b7c53a96d6f2857acde21691", "message": "So many ways to do one thing. D: WHAT IS RIGHT?\n", "proba": 4.447928404260892e-06} {"commit": "4ea0a6e6574580c1212b028a134702c1072bea2c", "message": "Wow, okay, so it helps if I don't name functions the same as built-ins.", "proba": 1.7982173972086457e-07} {"commit": "a3d9d8c3d516e1697ae597966ad8e1e19a0624c8", "message": "pj_sequence: Started adding further algorithms and persisting the sequences\n\nThis creates a first attempt on how the experiment should be structured\nand handle the additional algorithms. Besides the sequences should be\nstored in the database as well.\nNote that this is only a first design and the actual algorithms are not\nimplemented yet.\n\n\nFormer-commit-id: 7e8aac2a17dea60a2e903a322a2d5200ebf288fc\nFormer-commit-id: 591ef0e0e6b85be49c4cab8bb40efa024ce617a5 [formerly 2b2908cef804fea79bc09fbfa3659236934e2592] [formerly db9905cdf3d93eba6c2de300e6f69a195e7b4747 [formerly 5baec497b1ae4e89996eadfb757a04dfa892ef9b]]\nFormer-commit-id: 344fecd740ca9f8072af201118505ada5893ea21 [formerly b3b707a7f31e29d748e85a7ac80b09d62ae26484]\nFormer-commit-id: 01255e1c30b2b7286ed60be5d9a4b2e1b716971d", "proba": 0.9997848868370056} {"commit": "4c504072b9914c0bf16ba70e41c2afbf4807f0e6", "message": "BENCH: Reorganize existing benchmarks by the order they show up when run in the benchmarking suite.\n", "proba": 1.2314930586398987e-07} {"commit": "e1fee5a4e0a413e484ab219b03fc6b30b12b91bf", "message": "BUG: Use 'fun' instead of 'score'\n", "proba": 3.353341526235454e-05} {"commit": "f21d1e7ac0bb630e553dd0c2fad0ee34595af01a", "message": "more exception catching\n", "proba": 1.621743166424494e-07} {"commit": "e3618b887935f2f7eecbb9376b0e195cefcf4c3d", "message": "Have a class of errors (WordException) that are not fatal for the whole operation. They are all reported at the end.\nWhen saving and report errors, also carry the filename of the file affected.\nUse self._log instead of print everywhere.\nAll *strings* to Unicode.\nPare varations, but ignore them latter.\nAlways import files recording it's problems.\nImproved variable names in some locations.\nRemoved (commented out) the handling for some exceptions, they should be fixed in ReVo, but made them non-fatal.\n", "proba": 1.272697431886627e-07} {"commit": "a5d1879ce858618179258cca6eaed3ff087a8f42", "message": "Test with an existing id\n", "proba": 4.5714588736700534e-07} {"commit": "8f324ff6d20fe256deb7cf1c1edcbb8bf26702cd", "message": "throw exception when template not found\n", "proba": 3.519201072776923e-07} {"commit": "ef95cbf7aaeac1fd7d652dbb6ac079242a243006", "message": "conpaas-client: add scalaris\n\n", "proba": 1.382592813570227e-06} {"commit": "96faafaf53bc6e1e0d2d21ff4b5b86f48e952843", "message": "Make it explicit that SynchronousTestCase is being used\n", "proba": 0.004545783624053001} {"commit": "3760bf697091a3b643515e44ad9f2472615a156b", "message": "Refactor operations\n", "proba": 1.2514534546426148e-06} {"commit": "f72872aa66a4631a788a2e0c5c18cd6641daf83f", "message": "Add some TODOs.\n", "proba": 1.3431650813799934e-07} {"commit": "a835386d053691f4c4483f1df5575c1554585e42", "message": "allow logging level to be set by cfg default, unless explicitly set by user\n", "proba": 2.392318378952041e-07} {"commit": "4167b6071e977efc87534f4e55c6aafcbf975677", "message": "Improve comment clarity\n", "proba": 6.408578428818146e-06} {"commit": "869b34a99c0f8b17902f00641b995835d4ff3651", "message": "Add echo to clean\n\nso we know what we are deleting\n", "proba": 1.5697800392899808e-07} {"commit": "2b4b7e31f2bf36153cff9f57801dbaa0333d8982", "message": "[CSCAP] iterative improvements to management table listing", "proba": 1.2009881800167932e-07} {"commit": "0dde2835fb9f12a2d7aaaf226c8f0cd0e0e06340", "message": "Day 4: Fix print output\n", "proba": 0.0007168162264861166} {"commit": "f461f7f490e71d1344e727925df1183408d87416", "message": "Route ipv6 traffic in aegea VPCs\n", "proba": 2.412585899946862e-07} {"commit": "63c4cf495a1f593ebdad999906d63e2790fe4b59", "message": "fix(profil): affichage correct des pr\u00eats aux europ\u00e9ennes\n", "proba": 3.618022503815155e-07} {"commit": "b194175f3e01b692ca1e66645b0af8d45ef0439f", "message": "client: _message_worker: properly handle asyncio.CancelledError\n\nSigned-off-by: Florian Scherf <01ea296d94b35b47de034b473506bbbc8961ebf2@pengutronix.de>\n", "proba": 1.3316579838829057e-07} {"commit": "e4db67731b512ef9ce2969322ab2385e6c8606b0", "message": "[sctp] raise receiver window to 1M (closes: #89)\n\nSee the following Firefox issue for a discussion of why:\n\nhttps://bugzilla.mozilla.org/show_bug.cgi?id=1051685\n", "proba": 1.1144477412017295e-06} {"commit": "98c78f6d7636c03eade9e3fa6af778185116ac11", "message": "convert the state machine\n", "proba": 0.9999960660934448} {"commit": "fb8c918eae09222d9112f08ec1afcfb920fc4106", "message": "Refactoring product by location and resolving math operations with null values.\n", "proba": 1.7854459599675465e-07} {"commit": "54054b4e007acbb5f1389a5e2091824a4c083e91", "message": "Fix LineAnimator example to adhere to new pixel edges axis_ranges API.\n", "proba": 1.0118920101831463e-07} {"commit": "ca75b0e1e0ceaacf9258bfe25e34504b09a634c2", "message": "now people are also properly calculated\n", "proba": 1.191095506669626e-07} {"commit": "cba931cdba997aa5ef3040ce0ac586b52096ef2a", "message": "Only export env vars of linked services (#90)\n\n", "proba": 9.999352812428697e-08} {"commit": "8300b8571b56bb33a40ef1630176bbea842f2bce", "message": "Fixed decorator when not accessed through akara module loading\n", "proba": 1.9320705746395106e-07} {"commit": "cbcbd8301b2c206e3dd61492c9a7cb919ee274a3", "message": "update Showcase grid to new **kwargs style\n\ngit-svn-id: 6db40d0534cac73ba019dccfebee869402ecad0c@912 7a2bd370-bda8-463c-979e-2900ccfb811e\n", "proba": 3.1876669481789577e-07} {"commit": "683d81bb49096867f5ad8d3dde23217ea54d6790", "message": "Update example for adding entity type\n", "proba": 3.4448595442881924e-07} {"commit": "726fb2d0b511d0273422e561078400dfd52dec19", "message": "Use fewer iterations by default to avoid overfitting on blank model (resolves #1632)\n", "proba": 1.0747523759846445e-07} {"commit": "cf69fc30801c15eb0461f8b1e986cb5a5b5e4894", "message": "Forgot to turn off some devel code. Oops.\n", "proba": 1.2052920794758393e-07} {"commit": "b2e847dc31c5c6056eb355c29a14016d588bc94e", "message": "Fix bug with mutation search failing when used with celery,\n\nwhen multiple occurences of the same mutations where provided\n", "proba": 2.758735604402318e-07} {"commit": "03704e9cad78b9d2374d5b9a6fbfcbd95f935108", "message": "End-to-end createConnectionTxn function is now based on NDB orgs and profiles.\n", "proba": 1.0198517230719517e-07} {"commit": "a4d442bc2860d7a6b1a63f5738de99d5c6ec0094", "message": "Updated from Brython Server: 8/8/2015 11:43:32 AM", "proba": 1.0974455477708034e-07} {"commit": "bca1f01455281d224604b3515b34c5285606de4b", "message": "use new uploader\n", "proba": 4.381361691230268e-07} {"commit": "690bc049c782d1d754153b52cdea9cc4cc8f78a8", "message": "Fix regression with python 2.7\n", "proba": 0.00011812593584181741} {"commit": "69f579dd5cc73fc53aa9f7316da800cc4d682328", "message": "add settings\n", "proba": 1.4308573099697242e-06} {"commit": "753d186926b93f17d7afe7055685d756736847ba", "message": "debug a problem", "proba": 0.00018609869584906846} {"commit": "36ccd24b68ecab5af8cf934d36653366c92bc148", "message": "[fix] mins_to_first_response\n", "proba": 3.4033369047392625e-06} {"commit": "c1da8b2efb6a36d7ff0fc3a14cc4cefc3d80b795", "message": "fix pep8\n", "proba": 5.926127641942003e-07} {"commit": "50da793cb09b019e427b15d80b568bd2f11b1141", "message": "However it makes sense to encode just before sending to the wire.\n", "proba": 1.3330226522612065e-07} {"commit": "4c2b22314a7e5093e08ddc5d0ac6741e947f4c06", "message": "what?\n", "proba": 6.702291102556046e-06} {"commit": "890c45e66d44cfed97860abc8c1c12b8be3af06b", "message": "- fix some docuemnt.\n- support proxy for WebSocketApp\n", "proba": 1.0243985570923542e-06} {"commit": "198f23ed5096be48fd2706fec72590c28d79ca78", "message": "Fixes utilities caption by not writing modulestore (no need to)\n", "proba": 1.1802292476659204e-07} {"commit": "e814c462c64198fb171def2b8de51ecc4edc7323", "message": "open the testing/demo page to all\n", "proba": 1.3426885914213926e-07} {"commit": "ff42acb53439434eaee7625847ddbd5b74fdd5b0", "message": "Removing exception handling.\n\n\nFormer-commit-id: f134f564ab45338afa67ae7d934e35b2a9fa5b7a", "proba": 0.000725183985196054} {"commit": "20045fa3e0591e583d6bee0efffaae6d0d2aa098", "message": "properly set ALLOWED_HOSTS for production and local development\n", "proba": 1.3349423966246832e-07} {"commit": "a8dc63c845a6e4fdc7f4fd60a4a0ffd30ee061fb", "message": "Add: moving averages\n", "proba": 0.0004847199306823313} {"commit": "c562326ca2ea76f6d77fa92f44a93935b1327510", "message": "Added MIT License\n", "proba": 1.2552480654903775e-07} {"commit": "38029f628edc6952634b10af7506d529906f70a3", "message": "Converted all parameters into kwargs for more flexibility.\n", "proba": 1.178344319896496e-07} {"commit": "74d82117c81208fd4a484a32c8974dca3339800d", "message": "Made ping function separate so it could be called as a library function.\n", "proba": 1.0720110310558084e-07} {"commit": "eef8e835dd91049233d77f4029c2abb8407381cb", "message": "Change how layer caching works\n\nInstead of overwriting `self._layerdata`, it is now in effect only if iterating with `is_filtered=True`. `is_filtered=False` is supposed to mean \"all layers\", not \"all cached layers\".\n", "proba": 0.9980868101119995} {"commit": "cbb34ac5bb2524c3bf87461ad41b5b0b1b23d0b4", "message": "Tweak simplification\n", "proba": 8.448756716461503e-07} {"commit": "b422563bb3a36a68c237edd15e6f536dc0b4929c", "message": "default param\n", "proba": 4.956306383974152e-06} {"commit": "30d4e9d1e4b4d3ce7cf8ad26e503c44084ac0244", "message": "Back to default. No paste with py3\n", "proba": 4.230388697123999e-07} {"commit": "418f1f582595a4956332cba3508bd6fc981efae9", "message": "Made CodeNode not pickle the graphs :/\n", "proba": 1.3303974810696673e-07} {"commit": "da1722fa9f824ff2059c06826b287b990c03bacc", "message": "fixed catch of wrong exception in Office.get_interface()\n", "proba": 2.0284531387915195e-07} {"commit": "8e03be4672b52a5ce8ff773b95bc3587546eaa3c", "message": "fixed bug\n", "proba": 6.589494319086953e-07} {"commit": "762156950bbcff905d3c4200db94a06741d83d10", "message": "moved findRadialVelocity() to Spectrum.py", "proba": 3.052919339552318e-07} {"commit": "83a1045a395b7b095d05ae21cc726e03c8139dca", "message": "Good stuff\n", "proba": 1.723349356552717e-07} {"commit": "7b05989fc87d2f6481b28c7083d2bc8759a183ab", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "0398bdd5e8433b9f9c0e8e5b76d6928647e38832", "message": "Update boost_python.py", "proba": 1.670299934630748e-05} {"commit": "9b21bdca2ed25511038cd49ff96f6b9c8666066f", "message": "Fix bad reference unassigned variable\n", "proba": 1.8934806575998664e-05} {"commit": "8c8a8a40330f2f2f1e384a8de73e86d03da2af2c", "message": "remove redundand dependency in migrations\n", "proba": 1.0000036354540498e-06} {"commit": "660bc922189a7f30a59c776e629143dc91c6ca43", "message": "trml2pdf: suppress empty images.\n", "proba": 4.832301669921435e-07} {"commit": "9d52c030fb53feb70d71fd9345b35d273b9bdf75", "message": "Release 0.4.3\n", "proba": 5.906131832489336e-07} {"commit": "2d317d9d27cd87e1882a99667895b6a21a93ab08", "message": "Refactor", "proba": 5.142872396390885e-06} {"commit": "2f8d73f69113b48286686a87a9b93445a44b2782", "message": "Added URL resolving\n", "proba": 1.3618937089177052e-07} {"commit": "44a0603dfdbce114d1a00ce3c73838c2a8d21819", "message": "Add some logging messages.\n", "proba": 1.8213064834071702e-07} {"commit": "020949b31d1ea4609d94ed168616245ddd631c5e", "message": "Updated models to automatically add DeviceData on creation of DeviceOutput\n", "proba": 1.8454451833349594e-07} {"commit": "53bcce3f2dba2b82c5b9bd85c05c133fe3d1e5ba", "message": "auto-commit\n", "proba": 1.3224084796092939e-06} {"commit": "f3fcaeed3782c0a2a4a433031815eef8ce37c884", "message": "Remove category_tree tag as Oscar specific\n", "proba": 0.00033796040224842727} {"commit": "8b8c8684b4b5f0eef8d983bfba63a8b31f776686", "message": "- Rewrote bootstapping code in sh so we're really independent of an\ninstalled Python. So we don't use os.execve any longer, which means\nwe need an actual executable in .app/Contents/MacOS. For applets\nwe make a symlink to the Python executable used to build the applet,\nfor standalone apps we simply copy it.\n- Added support for the new any_missing_maybe() feature of modulefinder.py,\nwhich is pending as patch #643711. Its use is optional so it still works\nwith the existing version of modulefinder.py\n", "proba": 9.017434763336496e-07} {"commit": "3144cd7336e1e710618b3f4a5ba93b96d6c994a8", "message": "redid test creation stuff\n", "proba": 1.9574737564198585e-07} {"commit": "ddc398e15824a4539191a986b0024ad99e302955", "message": "Remove usage of assertRaisesRegexp due deprecation warning.\n", "proba": 1.2132008464504906e-07} {"commit": "46a13c96d5cbfb141b7da90aa059a95b379ee659", "message": "Use attack ranks for Pahvelorn characters.\n\nBrenden has his own system for combat to-hit numbers, as outlined in\nthis blog post:\n http://untimately.blogspot.ca/2012/11/adjusted-attack-ranks.html\n", "proba": 1.1932989707474917e-07} {"commit": "bfbbbe54764a2e4d762fb2fe01e4df5f68586905", "message": "fix: remove an extra ')' in a doctest\n", "proba": 0.0002877953229472041} {"commit": "1bbbf605e60cfad16ddd30b7237076324410ed86", "message": "Delete print statement\n", "proba": 0.0002784999960567802} {"commit": "d7769311ecd4aced7f60cc8da583ec4b6eca907f", "message": "[Notify] Only Notify if intended target is in channel\n", "proba": 2.1228123614491778e-07} {"commit": "949c12e0d535b29823a500e7db872536496d059f", "message": "configs,python: Update simple_binary_run.py for testing\n\nThis allows us to test the running of bare-metal binaries on gem5. The\ncurrent design assumes the binaries to run are part of gem5 Resources.\n\nChange-Id: I4f0f40a4628fd5f5951d89079824369a219d6e91\nReviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49553\nTested-by: kokoro <2ac7b1f3fa578934c95181d4272be0d3bca00121@google.com>\nReviewed-by: Jason Lowe-Power <92de577f37050ad05b60626d2f17913f40dcb1a2@gmail.com>\nMaintainer: Jason Lowe-Power <92de577f37050ad05b60626d2f17913f40dcb1a2@gmail.com>\n", "proba": 1.204491582029732e-06} {"commit": "b972eb42411734353aef476ab5442c977471bc96", "message": "Added test for new TOC class", "proba": 1.332016239530276e-07} {"commit": "c8cee4fd511947d0354aa5fec15f33bad831ba1c", "message": "basic value structure\n", "proba": 1.554615323584585e-06} {"commit": "80361b9feda72f5421e8e002455bce4b99b5314e", "message": "Fix build for py2.6\n", "proba": 2.959141056635417e-07} {"commit": "c11f342b512f04eac20db6d429d02ab9e6793f7f", "message": "Retry .UserAgent call a few times\n", "proba": 2.532523808440601e-07} {"commit": "6e70491b84982e0d0e0d84fd392993127a45d0d3", "message": "add function azureStorageList()\n", "proba": 2.7275342517896206e-07} {"commit": "7f459dac59404dc53b713a8a03ac6d60c883c6f8", "message": "write ack to next cycle ", "proba": 3.251910129620228e-06} {"commit": "2156342b8ee1a6fb584d443ed39cb98047d86683", "message": "Fix bug in Run\n", "proba": 4.215889930492267e-07} {"commit": "b7cfec34c5099911c71a84e90c02a6ed50cfa927", "message": "Fix bug from recent migration of Bootstrap DQN baseline to TensorFlow 2.\n\nPiperOrigin-RevId: 289858347\nChange-Id: I0d4bbda142b4064018bad267af8b56becef73116\n", "proba": 2.2516200260724872e-05} {"commit": "91b45e6927fa0ad27a883014666b87513129ad1b", "message": "used user profile_id instead of appscale user_id since appscale user_id is email\n", "proba": 1.151918877440039e-05} {"commit": "a550f16db3048467dde91521a24efed896af4bfd", "message": "Restored remove variable.\n", "proba": 3.756501598672912e-07} {"commit": "adde8ad1740b17f3329a69cec114d5034bb075b3", "message": "Less verbose logging\n", "proba": 1.3110817462802515e-06} {"commit": "cbd9387d3ee6fe6b3ba256ccf0edd0b0c716e71a", "message": "Implemented graph related endpoints\n", "proba": 5.910853815294104e-07} {"commit": "6c598ac520a7f8e21efcce595045e9f45c21e211", "message": "Test Stuff added\n", "proba": 1.4243629209431674e-07} {"commit": "3ca302b85dd4d4a86d1a406b8f56d8a9b0e95526", "message": "Tmp fix to try to debug the CI @_@\n", "proba": 1.6037422767567477e-07} {"commit": "9756c67999d739fde8f8868c0cd7dda2ff2c0d6c", "message": "[tensorflow] \u589e\u52a0\u4e86\u66f4\u591a\u4ee3\u7801\u7528\u4e8e\u8fdb\u884ccrop\u548c\u8bfb\u53d6\uff0c\u4ee5\u53ca\u518d\u6570\u636e\u96c6\u4e0a\u7684resize\n", "proba": 1.5838250533306564e-07} {"commit": "18784bc3367ac8733782f77ee78fe50298c4c119", "message": "Listing methods should return result not print\n", "proba": 0.0011931644985452294} {"commit": "bd0caa76d0ce0e06abaef070f919a4d80d10faf2", "message": "warn (not error) on LeaderNotAvailable - this is usually not cause for concern\n", "proba": 1.758578349608797e-07} {"commit": "cfd371d628d242916215df71c17593b2ec5006cc", "message": "Pythonic statement and comments added", "proba": 1.2959092998698907e-07} {"commit": "12915f3da55e11d5fb0a3913dcc6113737695268", "message": "Made isIncluded private\n", "proba": 1.5202182623852423e-07} {"commit": "5dd880b66196415714fca885d5b98e2ba4c4d267", "message": "10: Test all scripts on Windows \n\nTask-Url: http://github.com/stoeps13/ibmcnx2/issues/issue/10", "proba": 1.5060952307521802e-07} {"commit": "6dc193bea12593e75cbc31c996ced324c5fa9e12", "message": "Further testing re gen_sql_dict...\n", "proba": 1.0644052395036852e-07} {"commit": "e02bc4a82ad5f910f261fc9d68c671eed26686de", "message": "Fixed compatibility issue between python 2.x and 3.x\n", "proba": 8.730143576940463e-07} {"commit": "09326bf445f1707d52a9a471125d3aa654759880", "message": "Update httprequestproxy.py", "proba": 6.001801011734642e-07} {"commit": "d940df7f9629ea7a28bbbe313bd064afea57405b", "message": "Change list by str in get url attachment\n", "proba": 1.3900400119837286e-07} {"commit": "7eea5eb307d33de2f3afc198a58768ae442d13ff", "message": "a better rejection message\n", "proba": 0.0004743500903714448} {"commit": "5df31827b5d49a7f28e3a8b1208439bc6db4ef5e", "message": "took out messages in assert statements.\n", "proba": 8.624682550362195e-07} {"commit": "7730c357e441223d3629dc94b5a779fa401eb9b8", "message": "repeat call to fill_node_values\n", "proba": 8.295850761896872e-07} {"commit": "491c2b13493c96a704a8ec37b27215194f7ca559", "message": "Firestore API: Fix return type name in pydoc. (#5669)\n\n", "proba": 1.508548876927307e-07} {"commit": "670662f159801feab3dfa99705a545787d810aa7", "message": "If 'fairseq-train' crashes unexpectedly now ModernMT correctly reports the error, instead of silently continuing with the training\n", "proba": 1.6827186755108414e-07} {"commit": "4f038f5e370af9c548f559bb17600ee5c90cc3f3", "message": "Raise timeout errors from requests\n", "proba": 9.421565323464165e-07} {"commit": "c9635d7dc6c93cb00771be4f232f330d48303209", "message": "make qrcode update in realtime\n", "proba": 3.0889003710399265e-07} {"commit": "6aefeba5a372299178f8c0a98138290757abc5d0", "message": "if os.name != 'nt'\n", "proba": 0.9992111921310425} {"commit": "499c16fb86ef9c0471f16d151eff676f0d025e2a", "message": "Add much more information to list-nodes output\n", "proba": 2.1605274014291354e-07} {"commit": "e6b6569f1676236cab09afdff57c979ae5d5131f", "message": "Fix SurveyRecord forms not showing questions but question ID's.\n", "proba": 1.2127797788252792e-07} {"commit": "f9c8e66c798c90a9c710248e34d9dda3d3a91e32", "message": "Remove unused imports and fix style issues in soc.views.helper.surveys.\n", "proba": 1.015313983998567e-07} {"commit": "e4763d10708400a4f69455c08a9fa9dd639d7265", "message": "Get F1 key working\n", "proba": 1.6736473185119394e-07} {"commit": "1f1927273887fc9c718e78511212048a5c57cfc6", "message": "Add TinyMCE widget for org apps\n\nAlso add a cleaner for description and contrib_template.\n\nPatch by: Sverre Rabbelier\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%402442\n", "proba": 2.1291889140684361e-07} {"commit": "20e3c3203bd30ebfaba9e36c3408eb036127fcf5", "message": "Fixed python yelp when closing.\n\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@433 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 0.00013294695236254483} {"commit": "fe76f747fdb57fda50fa0d1ef2b95b0168b96eec", "message": "Improved Face normal map getting\n\nSaving maximal and minimal value of normal map\n\nImplemented method to convert normal map to normal vectors for Fitting purposes\n", "proba": 1.3068357418433152e-07} {"commit": "b69b380b7972f4a75815d6714fcbadc93dba81c0", "message": "rename test\n", "proba": 4.42856689915061e-05} {"commit": "5f173f0e23401db3b4d47a34fa8b48a2e277838f", "message": "specify bytes\n", "proba": 2.7262642106506974e-05} {"commit": "b6374d839ef72f7c57c3589cc67bf225e5224c38", "message": "fix condition\n", "proba": 9.666815685704933e-07} {"commit": "07911003446f8b40344e19bbf936050866922f49", "message": "added some handling for errors in indexing\n", "proba": 1.9386264682452747e-07} {"commit": "8328c8135d5b869ad86ffa37d22c2940ed868894", "message": "Update deidentify region tag. (#2243)\n\n", "proba": 6.911686796229333e-07} {"commit": "819ec4a5521adca3cb6379bb50aed6d833264f5f", "message": "Remove mox from openstack_v1/test_stacks\n\nChange-Id: I71e838bdbff3c40845d2aff4ada8070a39ebe6fa\n", "proba": 5.337738002708647e-06} {"commit": "5667a90dc684dc8a8e01e310ccd50cb29ce46700", "message": "Fix Role Averages\n\nWhen starting from an empty database with no users and no reviews average rating value should return 0 rather than None.\n", "proba": 3.5153033195456374e-07} {"commit": "372f849fa660bb6747e47abc61d161dad04360c9", "message": "Fix bug in game size for large games\n", "proba": 2.43245438014128e-07} {"commit": "46bc40e127b8153dd52a509eb5b766bf83c0c801", "message": "Update trello.py (#11468)\n\n", "proba": 1.2763925383296737e-07} {"commit": "8c9046e9b7edbe538a1b304759c926494f5ccc63", "message": "Rename vector printing option\n", "proba": 5.484787379828049e-07} {"commit": "67780dfb4ec1a752ad187663a1a6a73be3b0664e", "message": "Update scan interval to 5 minutes. (#21041)\n\n", "proba": 1.457538729709995e-07} {"commit": "f0a4031df4cd9c048b13ed4ca149245ebf0d6e18", "message": "Fix is directory error with importlib resources in Python 3.9\n\nSigned-off-by: Dan Yeaw <2591e5f46f28d303f9dc027d475a5c60d8dea17a@yeaw.me>\n", "proba": 5.375788987294072e-07} {"commit": "ed740f24cac4b4bcab54be3e7d11d139ac57fb93", "message": "Fixed a typo\n", "proba": 5.4923984862398356e-05} {"commit": "a1bc7acff0c6b612348172d771b43f5fc0c32e85", "message": "bugfix: ssl cert path was force lower cased\n\nthanks to John Niendorf reporting this bug\n", "proba": 3.4646382118808106e-06} {"commit": "b34101b2777388feb9b507dc567f4309fbc76c55", "message": "Update Ecobee state after making changes to climate (#3436)\n\n* Update Ecobee state after making changes to climate\r\n\r\nWithout this, climate and sensor state will take up to 3 minutes\r\n(the MIN_TIME_BETWEEN_UPDATES on its update throttle) to update in\r\nthe interface, which makes it more difficult to do automation around the\r\nstate.\r\n\r\n* Use a boolean instance variable that update can check, rather than always calling update\r\n", "proba": 8.295478437503334e-07} {"commit": "47c6261da0bd33ef7c568a42007db817fc06a232", "message": "rollback", "proba": 3.7430093016155297e-06} {"commit": "44cfd2999c86d75bb05286c1bc0ed8ef33301af1", "message": "fix ecobee is_aux_heat_on property (#12186)\n\n", "proba": 1.6818425763176492e-07} {"commit": "14fe52ddd009ecfbf5f5f6a5a12d4946aaf8e942", "message": "Normalize single-quote usage.\n\nAddresses:\nhttps://github.com/GoogleCloudPlatform/gcloud-python/pull/1217#discussion_r44468867\n", "proba": 0.9999992847442627} {"commit": "8259ce986858d4135a1f024bbd63a5e1f45d6ad2", "message": "Migrate ecobee to native_* (#74043)\n\n", "proba": 5.028653049521381e-07} {"commit": "602c2f656aa82cf88507af042aecdd8befa93664", "message": "next ns from NS auth\n", "proba": 7.938325552458991e-07} {"commit": "5689c024b8b2949a2645579dc57b5186f74649ed", "message": "Use 'add_entity' directly when populating from scratch.\n", "proba": 1.2894420819975494e-07} {"commit": "792ebbb600059ddb0e31b88ff054274e2156eeb6", "message": "Fix elk attributes not being json serializable (#73096)\n\n* Fix jsonifying.\r\n\r\n* Only serialize Enums", "proba": 1.975143817389835e-07} {"commit": "43503721d03ab913b5328d14c65bded4f83d5f91", "message": "Add payment field for dex pays, tx type strs, and cancel handling for tx22 v1/transaction\n", "proba": 1.9813035123661393e-07} {"commit": "4746887d11d66839a31f6df05b603ee63bcf5ac9", "message": "improve compositeRegularIntervals\n", "proba": 1.3369099178817123e-06} {"commit": "8c8e6075483ce6fe2f293c3bb54640b4c5f0d2ce", "message": "Alphabetize hyperion const.py (#44343)\n\n", "proba": 0.999715268611908} {"commit": "5da64b46c2e65b14b427f9ddb65918e4f02e1bdf", "message": "Update and try to fix API Site\n", "proba": 1.468065562448828e-07} {"commit": "2f0920e4fb57ebbe224b7f018f67b9f2170f5aa2", "message": "Fix recorder stop on SQLite vacuuming error (#10405)\n\n* Fix recorder stop on SQLite vacuuming error\r\n\r\n* Move import to function\r\n", "proba": 1.5643207973425888e-07} {"commit": "59f74896a097a53d523fb1f4cce87d6daa0e99ac", "message": "Updated abreviation for miles in darksky sensor (#5382)\n\n", "proba": 2.328868902168324e-07} {"commit": "2bed41e044561caa70fceb0d3be1c2bbf9e33f9d", "message": "createproject: cleanup old files when committing\n", "proba": 5.514978056453401e-07} {"commit": "9df1cceb34830a115aadd08197c63028cb251f8e", "message": "refactor elasticsearch to stop using mappings, and instead write to different indexes\n", "proba": 3.654813838238624e-07} {"commit": "91476e86464bf2b1931c27f6e9480545b495da19", "message": "fix drag and drop records\n", "proba": 3.5640476880871574e-07} {"commit": "969ad8ad5c82c287d7c8c1a71184bf699713f6be", "message": "[UPD] Clarify parameters", "proba": 2.060960014205193e-06} {"commit": "58b16c75259f9bb552324ff152b94eae02a74813", "message": "adding some popups\n", "proba": 5.581716777669499e-07} {"commit": "13d52b897f51b255c06b07b46fd8ede760f73b30", "message": "WIP: Move towards Queue-based worker model\n", "proba": 2.514649679596914e-07} {"commit": "e3e3ad7002666663cfa26922512cf0c1ff825ec0", "message": "Correct package name for MonetDB5.\n", "proba": 3.239863985982083e-07} {"commit": "5196f28e5875d98aff09dd686540d0f1874931be", "message": "Restore old behavior for tests.\n", "proba": 3.012547153957712e-07} {"commit": "43021c866e3a0de50670cbc83123bc88dd1ea1df", "message": "Remove an useless check.\n", "proba": 3.33111813688447e-07} {"commit": "75ee46926ab3de3d7ca4f3cc25e2eec03c2b86d0", "message": "Remove useless dynamic SOLR delete\n", "proba": 1.1542394986463478e-06} {"commit": "54087f3249cdfc0dfceb0e488a2d7a8dfa1199e1", "message": "Rearrange slightly", "proba": 0.0014284094795584679} {"commit": "d58fbdfa4f73e37180344d9c0d3533722c6d54f6", "message": "Comment on test_rerun_new_instance\n", "proba": 2.0839067360611807e-07} {"commit": "7ab5574cb7e0967eba2cf0519baf2622bdc7d857", "message": "Constructor parameters and better detection of writeString\n", "proba": 2.5539208081681863e-07} {"commit": "2dab1f5ae491f23343efd2272a6ee1d420447a49", "message": "Fix wrong property access on `Reference` instances.\n", "proba": 1.315445956606709e-07} {"commit": "5f11928643b53cf4d9f9b48993c044c7ee9e4a6c", "message": "version bump\n", "proba": 7.394332897092681e-07} {"commit": "3f7f782cfca27c6deeb44930d94f675f3029eea6", "message": "Updated reader\n", "proba": 2.47457080604363e-07} {"commit": "20aae89cc38f9c8b8d3202d21492f0e5d5cd935d", "message": "Fixed typo\n", "proba": 1.2940510032422026e-06} {"commit": "273046817415b494a14533170e10887dcc5ea08e", "message": "Maybe we need this yet\n", "proba": 3.3126423204521416e-07} {"commit": "b154e102e1b671c89fb70a8e191ab87b91a02e8a", "message": "make pdf loader work with different sized pages`\n", "proba": 1.0750516565849466e-07} {"commit": "a703099eaf274181c4956774ea3ffc7d15476cf7", "message": "Adding access to actor documentation via REST API.\n", "proba": 1.1218754281117072e-07} {"commit": "b85e81e330a2d691b1662dcf47c9fcef46367ae7", "message": "Add alphabet view to repository metadata display\n", "proba": 7.896133524809557e-07} {"commit": "e14eafb5485f8095d63e200b65aa4d078eeaa96b", "message": "unix-style path in fold definition files", "proba": 2.9808904855599394e-07} {"commit": "4213d79f07717f76a93acceaff653f1dc02e9435", "message": "Crazy buttons all over nbconvert because of unclosed i-tag; give .1 seconds to wait for canvas to be created; delete controls\n", "proba": 1.187703944083296e-07} {"commit": "6201887bf578dff98f78a9bd847a44b304aa80f2", "message": "added new test condition\n", "proba": 1.6518976053703227e-07} {"commit": "45cce3adf8d9cdb195f7ee3e23840cca9fd6da9b", "message": "document locator parameter in ScheduleData.__init__\n", "proba": 1.9014382246496098e-07} {"commit": "b242bb2abec56b9949f30776a3dc730683b1e18b", "message": "fixing\n", "proba": 8.5493911683443e-07} {"commit": "212cbb8e81d9ef9f08d78fd480df0cb9bae9eea3", "message": "Update evaluation.py\n", "proba": 5.118444050822291e-07} {"commit": "036ef6c2e5fb3ba3a4b916a86a209de67af78ee3", "message": "update text of error messages to reflect canonical script names\n", "proba": 1.858952742850306e-07} {"commit": "a8afd2a4d9293fa39b99ae2a79fba98e3717d8d9", "message": "Update load_curve_supply.py\n", "proba": 1.0745961844804697e-06} {"commit": "0bb6eaec0216de57489a83c7b5993399ee83f1ac", "message": "Fixes csv output errors\n", "proba": 3.0493799840769498e-06} {"commit": "bbf894e4b62bc067e0e12da68b60011fea52b5e4", "message": "parser: var stack printout under flag\n", "proba": 2.369061348872492e-06} {"commit": "2e72c98d723d5992042037f168d8456d509e3fd5", "message": "small fix to DC\n", "proba": 3.3067465210478986e-07} {"commit": "232d8777658ec6839b84b05fff2e6ba5b114888e", "message": "Stopping leaking credentials when logging request\n\nSigned-off-by: Steve Loranz <749f95e2748aaf836ea2a030a8b369f33fe35144@redhat.com>\n", "proba": 1.145440222671823e-07} {"commit": "52c9d2bf1d8772a7cb6360fd5b484369b276c151", "message": "actual debugging for replace_latex_accents\n", "proba": 5.046895239502192e-07} {"commit": "8ee3b276d832869f287e4061c748ca4a87013d14", "message": "SLEVE 5000m and 6000m are unstable\n", "proba": 5.28737132299284e-07} {"commit": "15a9f737af7b394a9632c33383af79403ec3120f", "message": "include capt-of package in app.latex_add_package()\n", "proba": 3.0391848326871695e-07} {"commit": "ae23800e538473e9c335d92d15991f13c5f32641", "message": "Comment code that confused bmw\n", "proba": 2.1806054064654745e-06} {"commit": "6e83ce3bcb9b8886da624729e6333bf24a7e6f56", "message": "Multiply\n", "proba": 9.210404095938429e-05} {"commit": "ca270cb309814dd73d3ce379572e7dd174d7b189", "message": "add hacker news api\n", "proba": 3.5694694133781013e-07} {"commit": "9c8f734c3eb142f6103a251323c829cadb899da1", "message": "Fix bug #319 - no commas in model add defs.\n\n--HG--\nbranch : 0.7\n", "proba": 1.2622841722986777e-06} {"commit": "98dfe5e433bf14b1d5467e293b9cfc0efeac7dee", "message": "Fix ud_train.py\n", "proba": 0.9987823367118835} {"commit": "6d12d7d2a60e555ecf9b7821816d53524ed8c87e", "message": "Added missing line from dev-model merge\n", "proba": 2.747482312770444e-07} {"commit": "df05fbe94a04ec3ef499991ed986b1511a9e4b79", "message": "Add InvalidIPError class\n", "proba": 3.814231774867949e-07} {"commit": "c23628f6ba57ed79442267a31499a72ed54c253c", "message": "Deleted sharps after \"High-level functions\".\n", "proba": 1.5130962083276245e-07} {"commit": "acdb9e5fcff2b611c973b23e59953a30a8e1527d", "message": "\u6bd4\u8f83\u7c97\u7cd9\u7684\u53bb\u6389need_verify\u767b\u5f55\u5b9e\u73b0\n", "proba": 1.3831399314767623e-07} {"commit": "92a6bc1c7ddf7bca96d06dbe44cba299e1e470b4", "message": " adding space after comma\n", "proba": 0.020846296101808548} {"commit": "017cdc7f66664ff1b29846e2dfb60ce53559d327", "message": "Updates and fixes to FAOSTAT datasets importer\n", "proba": 1.3049253766439506e-07} {"commit": "9dc431620fb1fc42cc8bade277a68dc6510ca39e", "message": "If there is an entry in svn:externals that doesn't exist, just ignore it and continue instead of dying horribly.\n", "proba": 1.1399054500316197e-07} {"commit": "607a9c37edac98a88155b8027f1af502d62057cf", "message": "remove some if PY2\n\nSigned-off-by: Pierre Tardy <6ce6e27ffdda0dd0ca69681951e519022e43f284@gmail.com>\n", "proba": 6.610066338907927e-05} {"commit": "bb6cb6097f22532cc0efc212a1230330cef497a0", "message": "updated example code\n", "proba": 2.913269270266028e-07} {"commit": "f1963f881465ce4c9ecad92f4ca68cf9e633695a", "message": "Fix name shadowing.\n", "proba": 1.5574183862554491e-06} {"commit": "cae42fe86291007565c41fdfb515090a9279c753", "message": "Changed logging way\n", "proba": 2.4548359078835347e-07} {"commit": "9ec1f1bc2bd4a4d6a0d435a11c62848d4eb40810", "message": "invisible typos are good for your health\n", "proba": 4.265103598299902e-06} {"commit": "752ae49644318f5f059269886b35df024b831ba3", "message": "change static files configuration\n", "proba": 9.449811386730289e-07} {"commit": "9e513cb35003d02047d8547a835264de98aae4b3", "message": "tg-#1285 work in progres, activiteiten nog leeg..\n", "proba": 9.971431325084268e-08} {"commit": "64dd1cfaebdf8a4039783af51ed0f2a9e5488009", "message": "removed duplicate results from move type search\n", "proba": 2.785569108709751e-07} {"commit": "9494cccbc7527fb40dc09974584142caa3642693", "message": "\u5b66\u7fd2\u7387\u3092\u8abf\u6574\n", "proba": 7.178051077971759e-07} {"commit": "dd4db64e36e3d93e3a9445874fa639db13fee974", "message": "docstring for api_boundary\n", "proba": 8.917259606278094e-07} {"commit": "b2661fc88920c66a6e24c95a3651650a8fa6cd5f", "message": "Modifying jdatetime to enforce Persian output\n\nModifying jdatetime package to enforce Persian date output, regardless\nof locale settings.\nIt is not a good modification, but obviously I've done that really fast!\n", "proba": 1.11959245430171e-07} {"commit": "894c9d687f9c9352b7b7f8fd1592a8652e1614a7", "message": "Revert accidental rollback of name to username.\n", "proba": 1.4996098229858035e-07} {"commit": "b534502e39f6b7dc62df268a41186c07e3444b63", "message": "Add comment\n", "proba": 1.5774051576045167e-07} {"commit": "06bfa3ca8b1af36c9ac7dc39eadb5642a48f2cc5", "message": "usernames now must start with a letter (closes #42)\n", "proba": 1.1007011835317826e-07} {"commit": "1e4f3f593807f15f8e121ba8941a7aa96792fe6f", "message": "Benchmark: keep all the results, agregate at the end.\n", "proba": 1.2739432975195086e-07} {"commit": "2bf60084c150fac796eb69262c5c093d83f77e36", "message": "Delete josephus_generator.py", "proba": 2.706421582843177e-05} {"commit": "d58e62cfb80c5734e0a60f9efa1d6c63ca91368d", "message": "If have no sources assume s analysis\n", "proba": 9.550276445224881e-07} {"commit": "743fa66fed354fb8f7a4217445fbc6dcd64cb86b", "message": "Fix benchmark script (#62)\n\n* Added fixes to benchmark script\r\n\r\n* Fixed default\r\n", "proba": 1.2770024682140502e-07} {"commit": "12e39dbc4d43db03b3dcdc1186de193e6bb21b69", "message": "Testing compute_engine_id() in _implicit_environ.\n\nAlso fixing unused dataset_id=None in _callFUT in\nTest__get_gcd_dataset_id and Test__get_gcd_dataset_id.\n", "proba": 1.5158231292389246e-07} {"commit": "79fe68af2cdb1b38c384a936aa0b6568558e7e10", "message": "Draw Ser2\n", "proba": 1.8276155344665312e-07} {"commit": "9e7349aa0138995e8e6088832fa0f3767ea42cb3", "message": "DEFIVELO-5 black libraries' list\n", "proba": 3.3669019217086316e-07} {"commit": "3ad68acb1e9cc93acfe581a16ba6ba7aaebb4f14", "message": "2nd try at fixing icon tests so they pass in local dev + hudson\n", "proba": 1.0612995282599513e-07} {"commit": "8be4a9acfa10e4e1585c07c7ecad082e837c037d", "message": "Replacing the old direct_to_template with the new TemplateView\n", "proba": 1.0702984809540794e-06} {"commit": "a9b3e388bcbb518142d3c8697293af3b849cc294", "message": "Change --pixel-tests to --no-pixel-tests so that pixel tests\nare run by default.\nReview URL: http://codereview.chromium.org/10753\n\ngit-svn-id: dd90618784b6a4b323ea0c23a071cb1c9e6f2ac7@5493 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 4.242669092491269e-06} {"commit": "919dddc1c0dd9afddfff3c868bd4766a9f57cbf1", "message": "Remove __all__ specifier\n", "proba": 0.9999243021011353} {"commit": "b0a1c0f516cbc06c4239c0739308440950ae2416", "message": "Workaround single point sections (iOS)\n\nFor now, return the single point without any resampling\nhttps://github.com/e-mission/e-mission-server/issues/268\n", "proba": 0.0007913068984635174} {"commit": "f2467fc0e86bfae37622a3f23970ce17ffd34449", "message": "layers: Don't run ObjectTracker checks on NULL mem objects\n", "proba": 5.071516397947562e-07} {"commit": "d34367777249b5eaeeb07d1295067d5d3bcfe87f", "message": "Do not check for 'xknx' in self\n", "proba": 3.1532556477031903e-07} {"commit": "9a20686df7495a162e402206040d108ef0f4ba87", "message": "Properly connect to calling Workbook. Closes #203, closes #202\n", "proba": 0.0002660957688931376} {"commit": "d0bf91d6399b891fc687e2aa858dacea14331a10", "message": "Fixes for recurring invoice\n", "proba": 2.11533304650402e-07} {"commit": "d4772d5851767848392deadce7e66c74b0269e6f", "message": "[handlers] add some test code.\n", "proba": 1.2189555320674117e-07} {"commit": "135e43913d97889acd9a761ad0324cdd0ecabbf0", "message": "add debug log\n", "proba": 1.4421044625123614e-06} {"commit": "b5bde3b9ce597029a6de8ba9d61583f57ab1f3c1", "message": "Added date checking code; added function to list all charts\n", "proba": 1.4563465811079368e-07} {"commit": "f3443f51f71c6bfbfa614b1125cb0467fdb9a54c", "message": "Added optimization to the basic model function\n", "proba": 1.254168751074758e-07} {"commit": "8c7a79797e810be97cbd1538ed530477fa8b7dc6", "message": "small improvement to better illustrate masking\n", "proba": 1.4681104687497282e-07} {"commit": "557c4ea125b9dabf185e5f8e9a6ff172214c0f72", "message": "Fragment files requried for remodelling\n", "proba": 3.534113943715056e-07} {"commit": "3b65521258c874274ef6f9c035f58768160124e1", "message": "Undeeded import\n", "proba": 3.3275429700552195e-07} {"commit": "3cd07606c68443180d4877ff1d609c8c8b478897", "message": "DOC improved readability of instructions (#24311)\n\n", "proba": 1.3431650813799934e-07} {"commit": "035742744fa8ee68483a8a7c4b1f5aaaea2e54bb", "message": "- Added generateModuleDeclarationCode function\n", "proba": 1.317910971465608e-07} {"commit": "485104d99c1eb5936c6649539ae20dfe9178e42b", "message": "Update nokia data", "proba": 6.661626912318752e-07} {"commit": "a9fba2b62c33cc025353453f3159fa7eb996840f", "message": "Refactor trappers to remote command service\n\nSigned-off-by: Boris HUISGEN \n", "proba": 1.2763024415107793e-07} {"commit": "80231fb2849572df32218a26cfaf08f827ee948f", "message": "[top_englishbreakfast] Remove auto-gen files before creating boot ROM\n\nAuto-generated files that exist before running topgen might be stale and\nconfuse the generator tools. Before running topgen, it's thus better to\nremove all auto-gen files.\n\nSigned-off-by: Pirmin Vogel <386a7fc8e7338ed7899b4d9883c0ebec5de81366@lowrisc.org>\n", "proba": 1.3224371286923997e-07} {"commit": "cd6b9c20e2508de141eb20ce43517ddab2ab4ae9", "message": "[exotica_python] Typo fixes and minor mod.\n", "proba": 1.0523015703256533e-07} {"commit": "8f6f1a63280ba7222d43d5b0dd1e45f8f81f869f", "message": "Fix Navigation template unit test\n", "proba": 2.987635525641963e-07} {"commit": "1835b539378ac827fbd6e65b55858bc9eab46f6c", "message": "started testing UserVectorManager\n", "proba": 2.3587310238326609e-07} {"commit": "d63ccd2e6e3d432b1509ab016e639a3706a64e9d", "message": "confirmed can load legacy model\n", "proba": 1.8313981797746237e-07} {"commit": "a7e77fcf33a515302eba54d1e61044da927ddcdf", "message": "fixing prints\n", "proba": 5.44975989669183e-07} {"commit": "7ddcc9a3cf01c15c126736edd131c24db3180932", "message": "document spiketag.realtime.bmi\n", "proba": 9.333102184427844e-07} {"commit": "19267b15675281f541377cadc3007796505ab59f", "message": "drgnt.py docs\n", "proba": 0.000265957263763994} {"commit": "64892703bd0e2fc579383208f1f72319dd08e5df", "message": "AMP script switched to python3\n", "proba": 1.983705715247197e-06} {"commit": "5cd73138b57b7e6205791879b1ce837a5916155a", "message": "polly.py/Xcode: Build ZERO_CHECK target explicitly as a workaround\n", "proba": 4.994580535822024e-07} {"commit": "303f283c99f7175508f2082cd7f810c6f9524af8", "message": "Context Encoder\n", "proba": 1.8704812418945949e-06} {"commit": "c1710a05de360d70bd9f6726e25d445eba5f88c5", "message": "Fix case sensitivity\n", "proba": 0.03350980952382088} {"commit": "5b39f0de74b07dc520fee256a376540dc1a831ad", "message": "don't import own namespace in class extension.\n", "proba": 1.150146005102215e-07} {"commit": "e7ca38ecfe8db759eeab44c98fdf487ae3cdcedd", "message": "be pedantic about native types in python 2\n", "proba": 3.0616301955888048e-06} {"commit": "7c3ccbd4fc984f6ccfe3d75f5ad969f8528b331d", "message": "make child classes compatible with new attribute\n", "proba": 2.493700606009952e-07} {"commit": "e1faa708226dbd07ec762b1e3c7a6b379b155373", "message": "Exclude submission objects with given grader id in grader set\n", "proba": 1.2322088878136128e-05} {"commit": "ecaae2cd4007c5eecea93f614c4b24a93ec46bdf", "message": "Fixed merge conflict\n", "proba": 6.421937541745137e-07} {"commit": "23af648515506f03f12c1c801b11152aaa40a915", "message": "If its open_event, do not create grelation has_attedees, and send notification mail to all group members. else only to selected attendees\n", "proba": 1.75104759136957e-07} {"commit": "bb3d616685ab86d0cc0f17b2cc100e64d7b707f4", "message": "Making sure old interfaces still go into the cache.\n", "proba": 1.0940034655959607e-07} {"commit": "8b740869b3d506161d98125baedd1a431795ddd9", "message": "Sort subgroups last update wise\n", "proba": 4.857552653447783e-07} {"commit": "b7954fd6a4e20020900b9dfdb9de5971e98254dc", "message": "Version bump\n", "proba": 5.605834303423762e-07} {"commit": "2ec324320a7ce035c72387a76c5213f63abbed4c", "message": "Fix semsi calling conventions\n", "proba": 2.6123095722141443e-06} {"commit": "f5c958e9b4e501db5ecf7083a5a7a39c4bb93df3", "message": "Tidying up Python interfaces\n", "proba": 2.6356947273598053e-06} {"commit": "c2682ab7a791cce8c7ece79b404a49a8d598404d", "message": "Added unicode method to data dictionary.\n", "proba": 1.2270849936157902e-07} {"commit": "094646315c9f122f210b744f41d706bd30cef86c", "message": "Fixed typo in write function from kmz to kml.\n", "proba": 1.2472732180413004e-07} {"commit": "b5ae5b5c3975100fb4b7ad82ffea1df5e00c79bb", "message": "checking if the resource table is empty\n", "proba": 2.3176291506388225e-05} {"commit": "b22c33ab61300b2aee90c153ff12fc217eb79415", "message": "Fix the Draft Array polar type. Rotate first global and then object own rotation(spin) of placement.\n", "proba": 1.0945273487550367e-07} {"commit": "5dea294ae120ab9541f89a5b28dd7721425726be", "message": "clusterer - station and shape generated with named key\n", "proba": 1.1865910209962749e-07} {"commit": "1ec64d7d3c005110e0ccf3d34353b74885fe9293", "message": "change import\n", "proba": 5.888798000341922e-07} {"commit": "bdb5eefd72b880de4cc823e92e72cb1a2c304ca3", "message": "Draft: Fixed bugs in hatching - fixes #1164\n", "proba": 1.2943037575041672e-07} {"commit": "1a2c9adbf17ddcf7b4de615cf04445c9bd80e122", "message": "Draft: change the icon depending on the array type\n", "proba": 1.8482363657312817e-06} {"commit": "47d5c615d95206f14b4d9047d9d51b1d80e83c62", "message": "Draft: Added direction vector to dimensions\n", "proba": 1.3653685471126664e-07} {"commit": "728d81baceaac4cad1fcafe03aca8b0174c976ce", "message": "0001024: Draft Line properties now respect the placement\n", "proba": 1.0588409082856742e-07} {"commit": "43d1e7af2cb62a944696a03d980a5053b85cdb3d", "message": "aggregationctl can send local data\n", "proba": 2.0353827778762934e-07} {"commit": "d62a8daae75bf3a7bb9b3893c6aaebffc053ebe9", "message": "fixes comparing timeslots to itself in instructor_subsequent_building\n", "proba": 2.7181937412024126e-07} {"commit": "982ae7bfff0c1ad6f9d1bfa62b0fc9538e41cd16", "message": "Add exception to invalid WP result\n", "proba": 2.622246029204689e-07} {"commit": "d6ae5c93b72ddb07e6af0930488c6c4c1ee3f439", "message": "add geography to installed apps\n", "proba": 6.179487854751642e-07} {"commit": "8c9a2a99b957566221f74373c4ed879d9c6eabaa", "message": "Minor fixes in molecule.py\n", "proba": 2.684226103610854e-07} {"commit": "6f1d4bcb9a27e59b8b44d9d97d2cf08c1c493869", "message": "VIS: remove marker edge from legend\n\n", "proba": 2.459133270349412e-07} {"commit": "a58a6d94376745cc830e30e8d8ea5b5e551d446a", "message": "Fix filter_events\n\nSigned-off-by: Mattias Andr\u00e9e <3d72f033b30d63e7ff5f0b71398e9c45b66386a1@kth.se>\n", "proba": 1.4610540688408946e-07} {"commit": "66f5fa762a1761291ba2ed6ff6a706cfc2d35f05", "message": "Remove leftover debug function.\n", "proba": 2.917687424996984e-07} {"commit": "40864d3686a124c04cb134edc066132f4902cc7d", "message": "Fixed utilities.coherence. This should have been fixed before the initial commit.\n", "proba": 1.1738219996004773e-07} {"commit": "2fd62a03724b4a72ebdae28403ff837229104856", "message": "get_app_data and set_app_data\n", "proba": 6.315351492958143e-05} {"commit": "a080e0e1fd579d1e929d42fe336285d39898ef48", "message": "documentation\n", "proba": 8.078399105215794e-07} {"commit": "8adaaec03a3914be61d89759fcce1498b1c5ff96", "message": "Removing ESPN from original pages.\n", "proba": 1.1304210545404203e-07} {"commit": "ee4692efded4d1eac94be066b876d5ee7c6472d0", "message": "Reindent urls.\n", "proba": 1.338014072871374e-07} {"commit": "9d4cd2f0b51fae2ba833ccc04911ecb7614105d0", "message": "speed up the tests for custom detail views\n", "proba": 1.9331947953560302e-07} {"commit": "257978c52564656e613065fbe281138d979101e8", "message": "fixes stageFile missing and pylint reports\n", "proba": 1.4147819626941782e-07} {"commit": "2ab7ee739ace6f9b1b78ebd82cf4b789d53f6e8a", "message": "Some optomization attempts\n", "proba": 2.910533112299163e-06} {"commit": "6890875a4327c1374fa771e7efe5b0fea7f9b119", "message": "Fix highlighting issue with triple quoted string when not used a docstrings\n", "proba": 4.889282081421698e-07} {"commit": "39178ddfff554fca4b10ad3418692232eafeffbd", "message": "include first and last name in register form\n", "proba": 1.1252726608290686e-06} {"commit": "e7deb796294cbced42fcaf72605b0194597b2fec", "message": "checkcamera fixes.\n\ngit-svn-id: f4e1a40f847802203273bde8e26df4d11611876a@5899 44470bb9-56e9-0310-a0f8-c586564d3dc6\n", "proba": 2.0475659766816534e-05} {"commit": "49d78e957c73ac2e6589fbd9dc8d8cdf0d3b9703", "message": "Added flag/option in config and in API to turn of fetching of logs\nat end of run\n", "proba": 1.7309393740561063e-07} {"commit": "a7f051d705b50eeda50c80752e350823de55e7ca", "message": "Add module-level skip for test_resource_refinement in strict (#1744)\n\n", "proba": 1.085957848090402e-07} {"commit": "f06228abb1f5b8d0a7f69106060d539c42a1401f", "message": "Chrome Endure tests now measure perf stats every 5 minutes.\n\nPreviously, the tests measured perf stats every 10 minutes. This\nCL doubles the frequency with which we collect perf data to be graphed.\n\nBUG=None\nTEST=None\nNOTRY=true\n\nReview URL: https://chromiumcodereview.appspot.com/10377086\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@136673 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 2.787875700960285e-06} {"commit": "92a3310915e66f8707303e38517c0b22b005764f", "message": "Add hand names to be used for printing\n", "proba": 6.201241831149673e-07} {"commit": "7f908c408666acc24ca68ca3e45fa73755c1dd4f", "message": "Revert \"[ci] fix determine_tests_to_run.py by finding merge base (#26790)\" (#26799)\n\nThis reverts commit 7cf4f8e069dc684548b60b2cc47c04a38cb03d97.", "proba": 1.2108752400763478e-07} {"commit": "2fbc66ad69539f40be51b8e9afcbe1ece0d03102", "message": "Remove empty line at the end of a file\n", "proba": 5.919963768974412e-06} {"commit": "e7d83ef4e3a38dd46470474841b4e118b2d1972f", "message": "Minor bug fixes and code comments\n", "proba": 1.3113326247093937e-07} {"commit": "740bf754ecbe457f77f6fd64f9128057f36091b7", "message": "Fix flake errors\n", "proba": 7.526163244619966e-05} {"commit": "4271b4ddb203589ebffd050503a31701a9912523", "message": "update complaints model\n", "proba": 2.485481047642679e-07} {"commit": "bbf8466ef449ca88d02b00ced603bbf3cce787eb", "message": "Additional measures added to ensure out of band control uses the loopback interface.\n", "proba": 9.842674586479916e-08} {"commit": "f35a347b54ae0b9e65ded73a7cc1fb503cdf2e9c", "message": "Correct postgres and cobbler bind mounts\n\nCloses-bug: #1469399\nChange-Id: I4925bc16a1787e79cd1e21d819239babfbad516e\n", "proba": 2.2522972642491368e-07} {"commit": "d93caaad0c8d4decb764300ecaa11dc5197d5677", "message": "Convert LA images to RGBA\n", "proba": 0.9999994039535522} {"commit": "3ed6c303e935a78781d096ab90e77a6c1360322d", "message": "Make test module return dynamic value\n", "proba": 2.591525571915554e-06} {"commit": "b32cf67764675ce7c62d6e4d6497b3914ffda74a", "message": "changed urlify to include -\n\n\nFormer-commit-id: 21eef8d7b0ae9c4ac209173cd96caabe5ca6504b [formerly 724791e0ba155e41558cb21a485171e8520a26ce] [formerly 21eef8d7b0ae9c4ac209173cd96caabe5ca6504b [formerly 724791e0ba155e41558cb21a485171e8520a26ce] [formerly 724791e0ba155e41558cb21a485171e8520a26ce [formerly b941ea54f3853e6030a5e1e34a698a8537a4ea22]]]\nFormer-commit-id: 4a8649441fc1e1cae52c96d01aadc5c01f9b40cc\nFormer-commit-id: 2cf3bbca66b51d10f6e7cc2f4e096303c31d7b81 [formerly cd239495b722eb91129ecd06aa9779487337bb2d]\nFormer-commit-id: 20d7f4b46bd9c7dd115a84ff0a2207444fc33994", "proba": 0.9994518160820007} {"commit": "089f89364396099365fc05c0f41fee33c81c5e87", "message": "rollback_dict -- Rename; remove dead code.\n", "proba": 1.1456609172455501e-07} {"commit": "1d3525158e08938cd7b5502b4132225a5e09980b", "message": "[fix]split condition to all space\n", "proba": 4.695425275258458e-07} {"commit": "4e9e1158603a6b2f7269a994af5488d443528cc9", "message": "add space\n", "proba": 0.9999645948410034} {"commit": "298d527cf7b0cca184fd7f670147dd7f38aa42e8", "message": "updating url to re_path in blog app\n", "proba": 2.3400717452659592e-07} {"commit": "8698b85ded2f9b7cf5c52cc03a5e31a9211331d4", "message": "template 'setup_page' #39\n", "proba": 5.665999651682796e-07} {"commit": "a2303c5db9d7baf134bdd73e5ed08e4ac254d230", "message": "timeout for interface as well\n", "proba": 1.4615585541832843e-07} {"commit": "9bd570e7dc1269e2343d2f403b620d64adb4cf0c", "message": "Re-add listings\n", "proba": 2.424283991331322e-07} {"commit": "c8843cfa6818b265a84f3e4d70ef88002fab6020", "message": "add top-level except block to log uncaught exceptions.\n", "proba": 1.1432902624619601e-07} {"commit": "11c4cf4337926ce213b78c8739c1f55f638ab72b", "message": "Add support for additional expectations\n\n'expect_column_value_lengths_to_be_between'\n'expect_table_row_count_to_be_between'\n'expect_column_proportion_of_unique_values_to_be_between'\n'expect_column_median_to_be_between'\n'expect_column_mean_to_be_between'\n'expect_column_stdev_to_be_between'\n'expect_column_sum_to_be_between'\n'expect_column_values_to_not_be_null'\n'expect_column_values_to_be_null' 'expect_column_values_to_be_json_parseable'\n'expect_column_values_to_be_dateutil_parseable'\n'expect_column_values_to_be_increasing'\n'expect_column_values_to_be_decreasing\u2019\n", "proba": 1.0564625881670509e-05} {"commit": "4b548ff716c8230b34deb7ce6acef2a2c1201c7c", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "1ec45c4edcd9375a97b52465d6b12cfe0b910dc5", "message": "Make junit_xml flake8 clean.\n", "proba": 1.31882998744004e-07} {"commit": "8c10f5b30de657e51f4b80163138e6861c9e13a6", "message": "skeleton for leap frog proposal\n", "proba": 1.55368297782843e-07} {"commit": "568998858cb1f138c80a73752f57fa599b5144a6", "message": "add a test case for do_time_check of the JWT.decode\n", "proba": 0.00019508694822434336} {"commit": "184e717929a750a75485a9d4d5ed9cce5e2f73b5", "message": "Amend add results line to group tips\n", "proba": 1.476481514828265e-07} {"commit": "deb7d53392d1a0d1f26735d6b8dc30f9d5c93060", "message": "better messaging and fixed calculation\n", "proba": 5.486587042469182e-07} {"commit": "bbdf5cc004ccc28eaae8d7a514deaf48f3a576ef", "message": "removed coaching info\n", "proba": 1.202366775032715e-07} {"commit": "5d2915292692f9140735789b2fde96fda5c5df63", "message": "add support for layer ranges via name argument in Calibration class\n", "proba": 1.6787498680059798e-07} {"commit": "f8b8070d1e57ee41b839a86e48c79f83980618d2", "message": "added option to print parameters during fitting process\n\nmay be useful when fitting is not working as expected\n", "proba": 1.2954026828992937e-07} {"commit": "b8c209714c3a2251c056ebeed0357055cc8e3b72", "message": "Optionally sleep in KafkaClient.poll(), add KafkaClient.wakeup()\n", "proba": 1.0766353852886823e-06} {"commit": "ff13c180d6cce98a468d62b305aeb17966834162", "message": "Implement additional commands for lglass.object.__main__\n", "proba": 1.59884018557932e-06} {"commit": "fbc55437fe8435bff73a98303e69ed6b665a6f49", "message": "Adding rating command\n", "proba": 1.1389518022042466e-06} {"commit": "123a030dd1341b9090586715334aa43b11c1513c", "message": "Cast input to int for Python 3\n", "proba": 3.493209442240186e-05} {"commit": "41e03ff9480638ecc3adc94f034779d70d43a748", "message": "Adding more docstrings, cleaning up existing ones\n", "proba": 1.2374712810014898e-07} {"commit": "3c43d454b01ce7d945f0249f596abfc33466da99", "message": "removed logging as it wont be started until TvRenamr is instantiated\n", "proba": 1.4931309522125957e-07} {"commit": "2b05c738bfce9499bc2815818b20b73af54e57b8", "message": "Redo update\n\n- Start again from last version in hackerspace-ntnu/master instead of some already-customized local RPI version\r\n- Forgo the RPI name. It's got nothing to do with the update to Python3 anyways\r\n- Add a try/except statement that will load the Python3 urllib if the Python2 library cannot be loaded (I.E if you're using Python3)\r\n- Update print-statements to Python3-valid syntax\r\n\r\nEverything should still be valid Python2, assuming it was so before I started. I can't test this, however, as I cba to set up a Linux machine atm, and don't have Python2 on any of my PC-s.", "proba": 9.173773833026644e-06} {"commit": "1a42ddca83d47df571d328c62e8b810e4ecaaafe", "message": "Fix storing of when in __status\n", "proba": 0.9988582134246826} {"commit": "67b9c853edc06f1eba42375d38a10f11fd5117b1", "message": "Fixed save_cookies and load_cookies\n", "proba": 1.2188664868517662e-06} {"commit": "7197a244ea02f94b0e70a2262d1143a631c8d692", "message": "Configurable header extensions\n\nFix for #50, #79 and #113\n", "proba": 1.5923821194974153e-07} {"commit": "83e4394da542906b8b78034f4dfc2dc064cea246", "message": "refactoring\n", "proba": 5.272031557979062e-06} {"commit": "d32459e0748bbba66b65366f99808a074810a707", "message": "Changing naming convention - event API becomes config api\n", "proba": 1.8703816806464602e-07} {"commit": "f5aa98ae6f11da80a6745f5cacb7324049ef7d10", "message": "COAP-20 fix, PUT and POST now return the response payload\n", "proba": 2.082387027257937e-07} {"commit": "e02c21a4de1adfb1c12e0b8e856e29ff3568e57e", "message": "Remove unused constant from group (#67910)\n\n", "proba": 3.2011166695156135e-07} {"commit": "898764c7adb5d5b6968d2b99b10c26c536e6790d", "message": "Implement different user cannot move any komas\n", "proba": 9.214370948029682e-06} {"commit": "e621ace4d24933a65588542d079f9907d8d76006", "message": "Added option to call CPUID in own or new process.\n", "proba": 1.0405478434449833e-07} {"commit": "8d217c9038b08faecc376ad58b2cfc4e85874397", "message": "Fix error in Log view introduced in [1332].\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@1337 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 0.000335294142132625} {"commit": "a23068382dd95ed56492501c3175d1bb663f1c17", "message": "Indicated that check_service_status is not yet implemented.\n", "proba": 1.349356040236671e-07} {"commit": "c052c261d53cf8e664713a0c8c1bb11bad793f18", "message": "Add Netatmo sensor enable default (#41928)\n\n", "proba": 1.08300199030964e-07} {"commit": "d6225cbec6c24ea1ea011bc488ef57fb68541876", "message": "adding a clamp_component method to fix elbo bug when one or more modes are not updated\n", "proba": 1.787245054174491e-07} {"commit": "b67cbda5f044260b50117495d0a53ec9540113d2", "message": "Verbocity++\n", "proba": 2.2951705886953278e-06} {"commit": "582e2c29c087929a5c5b5488d7123c6b8a68efa1", "message": "Added one RBM to select features before feeding the general CNN.\n", "proba": 1.0089318180916962e-07} {"commit": "2ed382ead894a32f6d4e1a6155475e28d5e24e58", "message": "0.12.1dev: ported r9924, fix for deploy", "proba": 1.3644873320117767e-07} {"commit": "8b40a0b192ae526910d707421e2cc65300b2efa2", "message": "add comment on code status\n", "proba": 3.1993891980164335e-07} {"commit": "31f8b4d670993b5fe4a6e1234dcc3c28f6f88364", "message": "Updated match_history code\n\nChanged it to have unbounded precision floats being written to the\nmatch_history file. Before it was only supposed to print two places past\nthe decimal point (in reality, it wasn't actually doing this). Now it\nwill print the full float to the match_history.csv file.\n", "proba": 4.0098535691868165e-07} {"commit": "c982e50f67bf37c48b83b1c1a775bce395864aa6", "message": "Add human controller.\n", "proba": 5.552997777158453e-07} {"commit": "2b6e3edd27fd34ebe537c76c7f963bcab18587d3", "message": "Follow-up to [3167]: removed duplicate declaration of `database` config option from `trac.env.Environment`.\n\n\ngit-svn-id: f68c6b3b1dcd5d00a2560c384475aaef3bc99487@3168 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 4.7279030695790425e-05} {"commit": "a871fbe44ae1a6e465a081638ea64ed040ff9247", "message": "A little more organization\n", "proba": 3.555279022293689e-07} {"commit": "58b21122666e559fdee72f17537a85513a91e612", "message": "0.12.1dev: Be explicit about the resolution of relative paths in `[logging] log_file`.\n\nPart of #9361.\n\n\ngit-svn-id: 30ec3c1a2098df185a8733d0352d646269562639@10133 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 4.069185706612188e-06} {"commit": "d5e8a1a83de9cce5fe9bbdc4a4c1c348c39543d5", "message": "Catch KeyboardInterrupt in main and exit gracefully\n", "proba": 2.2809251731814584e-07} {"commit": "6cafaf7271a1c86b57c9fccbb41133049ae3e388", "message": "Fixed spacing\n", "proba": 6.176612714625662e-07} {"commit": "a8f4564ae37c03903648ccc9db444753d954dba4", "message": "fix bug\n", "proba": 6.400653660421085e-07} {"commit": "b33801eb103e5badac4e066bf4085292e598b837", "message": "Add init_queues() and remove_unused_queues()\n", "proba": 3.1838571885600686e-05} {"commit": "99e1ccdb67b8792162402fb8d450dc33f28da5a7", "message": "Add AUR seach\n", "proba": 4.725523297111067e-07} {"commit": "b89d17576e1b641982b67a622f3ec66c98b92727", "message": "raise an error if a bad select_mode is given\n", "proba": 6.287793894443894e-07} {"commit": "63388e1d73ce8d48206f4cc7ee0f5fb968dae7fc", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "f0bb81120d122c186f7f2d39d5a70805a23e5c05", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "25c9a9270804c48a03dcd9ffe8c7119cf8649982", "message": "Friendlier exit message in httpd module.\n", "proba": 1.0854774501467546e-07} {"commit": "5b55e21b36f1feed4520394c6e2ebf1228c8c9fd", "message": "Increase delay between requests to two seconds.\n", "proba": 1.3815052568588726e-07} {"commit": "c55ef9740917ced42fda07383a3e112b11e4c0a8", "message": "Adding Instruction type enum\n", "proba": 1.979040462174453e-06} {"commit": "fb8dd7586ea31c28732d500949ac5956561bb1f3", "message": "Cleaning up internal options\n", "proba": 1.0276481816617888e-06} {"commit": "55f3017c8ebd4f57e64856b7a5d92323cac0f477", "message": "\u7b80\u5316ztq\uff0c\u53bb\u9664weight, dispatcher\n", "proba": 9.250232437807426e-07} {"commit": "b69ea42c66ea0b8ebd02fb2355677d49f5817e4b", "message": "handle MySQL not doing case-sensitive equals with strings\n", "proba": 6.3430084082938265e-06} {"commit": "9baff770b7cfc2bca8a5d84d4f6fd70773ff61bd", "message": "Add systemCall function\n\n* Add systemCall function\n* Standardize on ''' in docstrings\n", "proba": 4.7602793529222254e-07} {"commit": "0041a7b5857c8c618e7be5faa24091ef219dcbc5", "message": "Fixed \"at\" command on python3\n", "proba": 2.518228029657621e-06} {"commit": "e30c530c900ac2c1a60e7620df4995b29c15321e", "message": "Autofocus on list name input when creating a new one.\n", "proba": 1.362456174547333e-07} {"commit": "271572df6b84e3795fbf5f89db601ec3b8b1d758", "message": "Change markers in ModeInspector.plot_ppation\n\nto make the points of interest easier to see. Also use a different plotting routine because only one set of points may have been appearing period.\n", "proba": 1.0226293767345851e-07} {"commit": "303c9e90685c9fe20c5bfa3d81dd4272e54e7211", "message": "profil ListPoliticians: show other public officers as well\n", "proba": 1.2894470557966997e-07} {"commit": "7dd289ad7e0b5805b23dd3fba6b69938e2a51579", "message": "Fix missing branch param for Android git repos\n", "proba": 8.510123006999493e-05} {"commit": "65ae8289639947a5b4c6285ad1a1d47bc1de2e78", "message": "Save the request object in the scope for access to route_url.\n", "proba": 1.1537075295109389e-07} {"commit": "18458b51020e071bdec76b13cc258b0a0a26aee3", "message": "cmis_web_report_write 14.0.1.0.1\n", "proba": 9.7941870080831e-07} {"commit": "3478b33d0a7a45fc41ab5de73590f20a48793ab0", "message": "Add docstring\n", "proba": 5.426874849945307e-06} {"commit": "ad0f0e0d0235a7fb89836cd25c82db86ebf5bfe0", "message": "exported panel heading size\n", "proba": 2.1388558479884523e-07} {"commit": "87400f0be32886945e8e06cda0f312fc648bbe86", "message": "allow meters as unit type for visualization\n", "proba": 2.2503434138343437e-07} {"commit": "8c8575408f82c045bd9f4d0bfac1054fcbb09a07", "message": "adopt interface to django-CMS>3.4\n", "proba": 3.664257803848159e-07} {"commit": "2c10cb8491dd13ec939fa099c2a5c1ebbf782025", "message": "Fixed loggger formater message\n", "proba": 1.6778024303221173e-07} {"commit": "ab24cfd5b75988b4dc89de5fb5d0e6745cc77a17", "message": "Add tests for unhappy paths of MIME data validation\n\nThese tests are for when the metadata validation fails due to the MIME type implementation.\n", "proba": 1.212486040458316e-07} {"commit": "881e3157d668d33655da29781efed843e4a6902a", "message": "Update commit.py constructor docstring\n\nFixes issue #806: Commit requires author parameter to be of Actor type, not string.", "proba": 1.028144609449555e-07} {"commit": "3056fd476566366ce6dcfbcf41c09ed7be643e32", "message": "Fix for an Issue #1055\n", "proba": 1.4079579102599382e-07} {"commit": "b09499f06b9d039612a80de4cdceb564798dd671", "message": "Covered all the exisiting templates on repos\n", "proba": 1.2715690900222398e-07} {"commit": "5e133392515c3f5b598cb27c6fde49bde4fbf4da", "message": "TestSelectsWithLike: test_queries implemented\n", "proba": 2.3282204608676693e-07} {"commit": "cfc3788eb9ec6a26c1a4ec689c651003e6df984a", "message": "msan_builder: override -flto\n", "proba": 1.7193158328154823e-06} {"commit": "f48f7e417c7803d0efef4ef74b6f94fc05d3bdb5", "message": "Break out the second time_data_model() into its own method.\n", "proba": 7.32306725694798e-05} {"commit": "0bcaed38a7feac5ec76c4d6394067508409202a6", "message": "fixed an error in the fir_normalization_factor class and added q_cutoff as parameter....\n", "proba": 1.049341236125656e-07} {"commit": "329e793ee6164ba8c4a163c34f3399b69c1d104e", "message": "enabled inv save button\n", "proba": 3.9129071183197084e-07} {"commit": "09049c18252d2c10fe6569723665ddd0739396bb", "message": "Bump version to 0.6.0\n", "proba": 5.244428393780254e-07} {"commit": "26c1aea557d655b4236db189e7faa3d7ea8c199c", "message": "Revert \"Use selenium webdriver element.click instead of action.click\"\n\nThis reverts commit 3fc81acce18941679093b99157f961dccfbbffbb.\n", "proba": 1.1284359402452537e-07} {"commit": "f809420307c5d83bf5ba91afa9614bc9f9122c93", "message": "fixed bugs in numbering and path\n", "proba": 1.9258490624451952e-07} {"commit": "9c3cc8a50581a24224a43721836e5de22abba862", "message": "Add condor_sbin_path\n", "proba": 0.9988808035850525} {"commit": "ebdba476601503cd85af10fdc9804742a3dd53bc", "message": "Round fiber length to two decimal places in Fiber string representation\n\nThe __str__ method of the Fiber element class rounded the fiber length\nto an integer but then formatted it with two decimal places, which\ndoesn't make sense. With this patch, two decimal places are kept.\n\nSigned-off-by: Jonas M\u00e5rtensson <9c18489050b439bcd0a9df0d47735ceb99443dbb@ri.se>\nChange-Id: I03b886dff7ba624929ccc85b4d77d8d6a7cbcfb4\n", "proba": 0.0015595142031088471} {"commit": "fc2afbafdab7b9ed57cd6e6ec85a392c4b8310ab", "message": "Remove unused env_execute (#3276)\n\n", "proba": 2.6068269676216005e-07} {"commit": "ffa6eb9bae55061a66139942754690f4f1277e57", "message": "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 gzip_packed", "proba": 3.281339786553872e-06} {"commit": "f0d5a822edcf2d86b5e4c3f69cc88090c4d64f8c", "message": "generic bugfix (fast message)\n", "proba": 1.250840853117552e-07} {"commit": "45b2f1dbdc693043d2d82a8d7463a1e9e299098c", "message": "[*] Corrected type hinting mistakes\n", "proba": 2.8938934519828763e-06} {"commit": "c9667f835cc1327509d0dad8d023688aec3405e0", "message": "Add all BMI v2.0 methods\n", "proba": 0.00026284909108653665} {"commit": "59adc69c0f35c436a6e925f48763ab42ca253115", "message": "output matches old H2 jacobian output exactly\n", "proba": 0.00026558025274425745} {"commit": "635619d7e60adfc2c95180d3c7f57432e5561a10", "message": "Style changes to NMS layer (#613)\n\n* Style changes to NMS layer\r\n\r\n* Update NMS layer\r\n\r\n* rename helper to _decode_nms_boxes_to_tensor", "proba": 1.9149813113017444e-07} {"commit": "cb4df3b4eb988e12f9a5eae78440e1211cfbaf6d", "message": "fix incorrect CircularDAGError when sorting dependencies\n", "proba": 3.1462948300031712e-06} {"commit": "bc4c5f8d036887cdbc76ab0d692464d80b0ac77b", "message": "Update color.py", "proba": 8.574900220992276e-07} {"commit": "06f58eb09f02238e845f8d873f5ca4f9f9f717a2", "message": "Removed object property print outs when the value is unset\n", "proba": 1.519623992862762e-06} {"commit": "d879c15f9da7c17cd18f46a2580e7815cdd3843f", "message": "Use https as default site.\n", "proba": 1.2442900754194852e-07} {"commit": "bc05132b1d7813ed64a25354e9764c4286f61a6c", "message": "Spacing\n", "proba": 2.2790518414694816e-06} {"commit": "0fee98cba5b799ae4dd0da063ad2db5380b7cbd0", "message": "Look Ma - now with 'All' and 'Artists' containers\n", "proba": 1.2749131883538212e-07} {"commit": "dfaa6e05d21b4ab3c01c017347547986fc5ccddc", "message": "update class.py\n", "proba": 1.085110625353991e-06} {"commit": "5171bb117962af09500745f0a758b41cdd24514e", "message": "Update RDSOracle-Singleuser.py", "proba": 3.671757724532654e-07} {"commit": "cee34676134d9feb71498a47853dcca93967b016", "message": "complete login.py\n", "proba": 6.479382932411681e-07} {"commit": "ca93855fcf6c33986eca1efc539436e7f1423789", "message": "BLD-717: MultipleChoiceResponse i18n.\n", "proba": 2.1987719378557813e-07} {"commit": "73b42f044c0824952f7e344e3e0fb275d62c04c8", "message": "Changed doctest to use np.isclose for float cmp.\n", "proba": 1.1892250029177376e-07} {"commit": "d2a37fe63115815c5766786aec14a97a4b79440e", "message": "Refactor update logic\n", "proba": 4.0060274386632955e-07} {"commit": "02ec12700ba9b6fce9f9b22c3b99c07d5df7cb0e", "message": "LP-2268 fixed pylint errors for discovery clients\n", "proba": 1.093456916123614e-07} {"commit": "37ccad767be52c58076bdf421c183775e13b081f", "message": "Make every NodeProxy hashable\n", "proba": 2.1696156181860715e-05} {"commit": "533752eb0fe50005a33bfa95b40a4b0895375372", "message": "adding dynamic plot numbers\n", "proba": 5.663584943249589e-07} {"commit": "62400c4c92cb1dee8625cd2cc4473938431a34b4", "message": "Added starting_index conf to AssignmentFormatGrader. Added a bit of forwards compatibility for new grading policies.\n", "proba": 9.844439574635544e-08} {"commit": "7996762bd8e626d7393d9e1610dce1d3c14e6ec6", "message": "ordering\n", "proba": 1.5254828440447454e-06} {"commit": "fe104f64dd911fe6e8fb33b5b55fd6a58277c651", "message": "Switch Py2 list for Py3 generator range()\n\nBack port of `range` that won\u2019t waste memory.\n", "proba": 1.0147969931040279e-07} {"commit": "034123b290ca864fe45517d12baf8851f72ebe0a", "message": "add end_time\n", "proba": 0.0003022348682861775} {"commit": "3585109bb43f370e36b48b556f281cb00d857b3a", "message": "Change stock button.\n", "proba": 1.5734987357518548e-07} {"commit": "5088e71809ac45074d296d984faa3217700b0d4f", "message": "Whitespace normalization.\n", "proba": 2.8010572350467555e-07} {"commit": "beb9a453ccf9eb23b663b51c40785a80ac359a2c", "message": "Fixed a multi-arg append() call, discovered by Mark Favas.\nAlso removed some unnecessary backslases (inside parens).\n", "proba": 1.031066787504642e-07} {"commit": "c61e897688d60ddedf9a94c0f8132ae1e82d8da8", "message": "Add graph's iterative deep first search implmenentation\n", "proba": 1.6210362900892505e-06} {"commit": "2c37981920414ff2dd9d7455ec9acb34d41c16c0", "message": "Support sites where CDM uses added hierarchy in item URLs\n", "proba": 1.9585475286021392e-07} {"commit": "c88b6ede774e23e67469cf7cd5ff572b5f8a0475", "message": "[feature] generator weight count output\n", "proba": 4.768057806359138e-06} {"commit": "97b9e812d1c00b0635b66135d2fcc4df7279f9d4", "message": "dis(): Not all opcodes are printable anymore, so print the repr\nof the opcode character instead (but stripping the quotes).\n\nAdded a proto 2 test section for the canonical recursive-tuple case.\nNote that since pickle's save_tuple() takes different paths depending on\ntuple length now, beefier tests are really needed (but not in pickletools);\nthe \"short tuple\" case tried here was actually broken yesterday, and it's\nsubtle stuff so needs to be tested.\n", "proba": 2.0339429340765491e-07} {"commit": "99799f26a96fd01a92ba76cdd7b142ecdb8d5056", "message": "Do not raise on missing Origin.\n", "proba": 1.6491115673034074e-07} {"commit": "aaab3e5ee441941e61fb2c0714058896ab70e9ac", "message": "Support csr_matrix in new task framework\n", "proba": 3.803030210747238e-07} {"commit": "6ae6b9b1a39f93bc3eb6c743d0be3c00bbd6d9b4", "message": "[modules/DR] Accessing non-existing member errno of KeyError\n", "proba": 3.0347621304827044e-07} {"commit": "1cc51114d4ddd712fca62f058c391eaab9604ef9", "message": "Version update\n\n\ngit-svn-id: 6db40d0534cac73ba019dccfebee869402ecad0c@1160 7a2bd370-bda8-463c-979e-2900ccfb811e\n", "proba": 4.506700861384161e-07} {"commit": "4a4faf399a1770b674560edc526df53745dd7ff0", "message": "Remove defined\n", "proba": 1.2000681408608216e-06} {"commit": "05f4852748846f7355bfdec5df27ec4c74cedee5", "message": "Started writing fastq-transformer\n", "proba": 1.824327711119622e-07} {"commit": "3c057e9e65c0a2d00873bc6992ea12c77174d5c8", "message": "Reverse order of time, freq average specification\n", "proba": 8.998871635412797e-06} {"commit": "cd60e61abc87603d7a4bab2f0021a20304ba0fb5", "message": "Error in calling power for Weibull\n", "proba": 2.635443365761603e-07} {"commit": "6b403a462f6ec90fe44b1ca3b0e008735761e372", "message": "Cleanup\n", "proba": 1.4090286413193098e-06} {"commit": "d9e1a61e3455617b022ad4d6f79846dcc31a41f2", "message": "Merging read_dicts correctly in fastq_transform\n", "proba": 1.6615367712802254e-06} {"commit": "f488d3cf79767482e9e07ef23215a6058f7722fc", "message": "Fail with more meaningful message when the volume can not be found (#37508)\n\n", "proba": 1.2924451766593847e-06} {"commit": "84853e9714471807bce3d56368238c261af3029c", "message": "Update Lib/ufo2ft/util.py\n\nCo-authored-by: Nikolaus Waxweiler <85da370d55022d70281de26e19570d909ddac485@daltonmaag.com>", "proba": 1.0921937843022533e-07} {"commit": "f6fdce247b4fb58b7356bec26e87d53317769b84", "message": "removed a call on a str", "proba": 5.506569209501322e-07} {"commit": "3fc55c2b37c462ac86c5fbc29ab5b23b65277826", "message": "unittest: add repr_flow to use repr() function of datagram to represent\nthe sFlow data", "proba": 5.015261876906152e-07} {"commit": "a20fa23a27dc418fd33da7db2166b2d5e2d3e1fc", "message": "f-string\n", "proba": 4.379505480756052e-05} {"commit": "12dacafa2266c21a793d6eb1c6ab0f5b3e7134b4", "message": "removed unittest and added in test of most_likely_choice.\n", "proba": 1.3783784424958867e-07} {"commit": "dab69cc08989acc4ae1e9b0ffe6ed7e8d03b6d47", "message": "Fix comment.", "proba": 1.3302705781370605e-07} {"commit": "eed2f15f84daebbdfa5339dff95a75a848bea5e8", "message": "fix: resolve set_permissions regression\n", "proba": 8.159207936841995e-06} {"commit": "d1ab34a4830a36f980f4971ef8b3166c60d1e655", "message": "Add more debug\n", "proba": 2.1636553526604985e-07} {"commit": "967135b642b9c8b6aa619b1d15150a8c7d728704", "message": "yea nevermind\n\n", "proba": 1.4063641174288932e-05} {"commit": "ec0e0b02e456c8b20ef20eea78f7c054580bccd9", "message": "Eliminate the use of curl and tar\n", "proba": 0.0021372002083808184} {"commit": "c79b24f858d6c713c7ef381ece8e15febe66af28", "message": "Preparing to refactor search to encourage 1) all 1s, 2) fewest unique values\n", "proba": 0.00021843127615284175} {"commit": "17d5ac45b1923f6f62943711b583ae583fa447b1", "message": "replaces the \"you are in\" with something a bit more general\n", "proba": 0.00033432961208745837} {"commit": "9a1ec0435f8993e453a34e5376a918f0d3b6cc7d", "message": "Fix locate and send_command for the master daemon\n", "proba": 1.9447946897344082e-07} {"commit": "d6217e2b1ec5fabd2b439c62d9e5c08ed14b638f", "message": "Rewrite everything above ConvolvedBlockTable\n\nIt is much faster to let the recursion relation compute all derivatives\nat once. This works because multiplication by r takes the form of a\nsimple matrix when we consider what happens to all derivatives.\n\nSigned-off-by: Connor Behan <89f96a099c47edae2e9c5a371cbf43991ac7aa8c@gmail.com>\n", "proba": 2.584878302513971e-06} {"commit": "bd41bc8c5e778e710ed44dbd5a422ae2bb2b47f6", "message": "Changed collate.py so that the disk mass subtracts the mass inside the disk cavity.\n", "proba": 1.1868592508790243e-07} {"commit": "c1c091db72914c0e6dc87fd1520b52f2f2b516b1", "message": "Add locale-unaware thousands separator\n", "proba": 0.0001315134868491441} {"commit": "968620f39b0c35bea156c468ebaca39dc931a419", "message": "made room0 be generated on roomfile creation\n", "proba": 3.3339276228616654e-07} {"commit": "1878ba6a790969358231a273472c1ae93933914c", "message": "prova nuovo algoritmo di rendering (per ora non va)\n", "proba": 1.3617716376757016e-07} {"commit": "903de4d1ea78536c8a746bfeb45feff0fb4f4301", "message": "added the key line of \"ninja test\"\n\nalso inverted a logic on which build on Travis\r\nalso added \\n\\n before EXEC", "proba": 7.54453196805116e-07} {"commit": "b9f4bd6bd71e3696a9b4946a5eebe7ebedaa1257", "message": "More representative memory usage in \u20acinfo.\n", "proba": 1.0435589814505875e-07} {"commit": "0a0ef8c354fb6b4660eb87fecf0deb8b2eb3b2fd", "message": "Style fixes\n", "proba": 3.7103583849784627e-07} {"commit": "882690e008f506e2791cd4104f26a6d28a5acb81", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "fccd3a4685ece3b19ace28faa3ff3f42159619f3", "message": "Rewrite quote\n", "proba": 6.253251285670558e-06} {"commit": "32a1e79fe02d5cd1d623cb8f5ebdc0dc1a41e0f0", "message": "i3: Add bindings to adjust keyboard backlight with mod+shift+up/down\n", "proba": 2.999016999183368e-07} {"commit": "f14ada81e80942663cbed519863595108ea504e0", "message": "clean it up\n\n", "proba": 0.0008704790379852057} {"commit": "af972f1ba9523c6c2cdf4d3b92853565e53d4a11", "message": "Simplify get_tag code a little.\n", "proba": 1.665425344299365e-07} {"commit": "eb6c25a98cdab4c98357a1ed6956ee257040a7c2", "message": "handle cases where there are no tags\n", "proba": 1.2335482324488112e-06} {"commit": "593b2ec94655ef131de5c001851bec81b9d0d11b", "message": "Do not allow transfering a tag to a bot", "proba": 3.2219003287536907e-07} {"commit": "ea4a78131017cea65a74263d1e2edd55c29c3d98", "message": "info works now. Reverse broke it\n", "proba": 3.99335112888366e-06} {"commit": "ddbaf0008eac6559da5ebd1f24f68ee99ccb34b0", "message": "Refactored PyJWT._validate_claims into multiple PyJWT._validate_*\nsubmethods to eliminate a lot of complexity.\n", "proba": 1.271079383968754e-07} {"commit": "e509190405bbceb761b113efe8e6f0d47066d85f", "message": "changed query from none for whatever reason\n", "proba": 7.169620221247897e-05} {"commit": "5263d9da217013cfde1da5dcff0870ab68daef39", "message": "Bump to 7.3.2\n", "proba": 0.00015299108054023236} {"commit": "f32e9560b5eae775bfd1e40c07d2b4f7462eb007", "message": "Fixed Linux/OSX crash\n", "proba": 5.091288244329917e-07} {"commit": "fc3d3f135b5495954b592a13ba5888b872ecf463", "message": "Match to randomly chosen name.\n", "proba": 1.3097404405471025e-07} {"commit": "48394039e0e43b78b1694f322b858bc4da59953a", "message": "test boxlayout remove minimum size\n", "proba": 5.733532475460379e-07} {"commit": "0ec43828c4875e8e3c74228e4887737704bc2826", "message": "Added keyboard_visible, and keyboard_mode to allow a 'managed' status in TextInput widget\n", "proba": 2.5151172167170444e-07} {"commit": "f064b6d253a7fc5388bb543962dfee0771ca12b2", "message": "Dont show downloads in DMCA take down\n", "proba": 1.33761858478465e-07} {"commit": "8bd511ad1cde2bd91e64c8350bb4ba04c1391fed", "message": "Delete YTCv3.py", "proba": 1.557734503876418e-05} {"commit": "5b18f9f7c97c3be5c0c6038f388780aa340352ba", "message": "some pep8 fixes\n", "proba": 1.3823355970998819e-07} {"commit": "ee568071eb6f24d4f3d05de912377a3e72a4a144", "message": "actually pass ode_options to integrator, finally\n", "proba": 1.2388021275455685e-07} {"commit": "4c0ee19900772410f5adc1ba391a023b4162a3d4", "message": "Workaround ComboEntry popover not appearing.\n\nThere are some issues with scrolled windows where they are not filling the parent\ncorrectly. Workaround this by setting the same width/height as the parent.\n\nChange-Id: I6754c3dc7755a8b93e00cb3bfd440163b41be3ab\nFixes: https://tree.taiga.io/project/stoq/task/1654\n", "proba": 1.234761612067814e-06} {"commit": "081845b63036a4689e5f6110de67ec52a628e418", "message": "Try and move between the railcar and block zone B\n", "proba": 2.0015128029626794e-05} {"commit": "d98fb52136d0c444dabf43a6a4fc990cfa8a4749", "message": "general fock matrix for CASCI\n", "proba": 1.5825447974293638e-07} {"commit": "429bbd25e74e428d1bfad73a68d6cb9fc0eba330", "message": "Fetching contribs: Show update every 10th sec\n", "proba": 1.1406003608271931e-07} {"commit": "af23a775178130a02c2e71d849aac5178a9409fa", "message": "Bug fix for mcscf.state_average_mix_ followed by DMRG-NEVPT\n", "proba": 1.735094343757737e-07} {"commit": "a1e5e8f3d85b6e445958ed6e942ae469aec9a656", "message": "Fix case when award statuspage does not exists\n", "proba": 1.225725327458349e-06} {"commit": "d44bb5a0ecb4489dc7be9805b74bb715dab1a97b", "message": "add object metadata using the HEADERS setting\n", "proba": 8.015769026314956e-07} {"commit": "9ea01b750d1483ad166fc6f56172bf84b20a4cd8", "message": "lxd checking: add snap install instructions for older snap lxds\n\nSigned-off-by: Adam Stokes <49c255c1d074742f60d19fdba5e2aa5a34add567@users.noreply.github.com>\n", "proba": 1.3090460981857177e-07} {"commit": "7d294d40a20b76460019e14564d0f4963d034b3a", "message": "\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0438\u043c\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439", "proba": 1.8156525811718893e-06} {"commit": "0736569608ecc313c16b9c6bf6f2abcab462dedf", "message": "Added more useful help info to TooManyAuthHandlerReadyToAuthenticate failure.\n", "proba": 1.0340959022414609e-07} {"commit": "bb60386def1fed0c5d22f8e8f6ea10d8779bf2bd", "message": "Terminate\n", "proba": 0.9999526739120483} {"commit": "1d5dc94cabca65d886c7d0d7aa83579299156b5f", "message": "Added help text and fixed typo\n\nAdded help text on the options and fixed typo", "proba": 1.9857355937347165e-07} {"commit": "222bb976c4aa0a3ca70273dd3a86cb104414423d", "message": "Copy existing profile's PayloadUUID when using --identifier-from-profile\n\n- This is how PM builds profiles - it doesn't generate a new top-level UUID.\n", "proba": 1.2128006687817106e-07} {"commit": "88dad09c34872e3b763532b02fd3cb43f2386d92", "message": "Fix sorting issues in media.gyp\nNo code change.\n\nTBR=henrika\n\n\nReview URL: https://chromiumcodereview.appspot.com/10834032\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@148549 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.00023098370002117008} {"commit": "050b61ae6bd326b4e042e1f52bf224a6acc8c82d", "message": "rbm mnist example\n", "proba": 1.156710141003714e-06} {"commit": "ed66b15d9a7ab4a63c8b5b5c00d8edab543442a7", "message": "Revert \"[#3788] Add labels field on the Indicator serializer\"\n\nThis reverts commit 974d44711ff2536f0597d053e4865aafc615f3d1. The commit was\noverwritten in the PR branch, but was merged into develop due to a bad\nmerge. This commit fixes a broken build on develop.\n", "proba": 1.1730856641634091e-07} {"commit": "8ac31ad592f5751eb0478d1f9959fe2e833b2e35", "message": "Changed sqlite directory ", "proba": 7.070102014949953e-07} {"commit": "0197abfda6f8b18e28c96c0b4d2d6da0ee002e7c", "message": "CRONTAB=... kludges to make noise only on newly-found upstream version\n", "proba": 1.271434513228087e-07} {"commit": "1ed958c799c9bb84c2cb5cb3654db5adaeff86af", "message": "Created function 'distribute' imitation of multiprocessing.Pool.map\n", "proba": 2.9559171821347263e-07} {"commit": "56dfeb04daa49c6a2376085fd86ab7899cb8ec12", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "b4b20d7aaac83da02a35490334d739024954df8f", "message": "added fix for comma separated gene ids\n", "proba": 6.923805813130457e-07} {"commit": "4fe902bb202b2944c259314ec32ca586ff996f0c", "message": "element_sets \u2192 cell_sets\n", "proba": 2.8211798053234816e-07} {"commit": "32defc3b60e97ae171d779482cc4023fecd01bfa", "message": "fix a bug in augmented_lstm.py (#2534)\n\n fix the bug of tensor.data in argumented_lstm.py\r\nFixes #2530", "proba": 4.293603694804915e-07} {"commit": "8bfdb4e152bcc4e492627d3e45f5b0b2514dd51f", "message": "Removed obsolete file\n", "proba": 1.0198735935773584e-06} {"commit": "d096d938f40713ac8d0df902f84ce372f199eec2", "message": "CYTHON: provide Python classes with down_cast() method\n", "proba": 3.969203589804238e-06} {"commit": "52f206e3c004c84df809d01355768d94784b8ed9", "message": "Added absolute uncertainty for error bars as well as score information. The filter labels are incorrect still, and the plots are not yet pretty or saved to a file.\n", "proba": 1.0060397670486054e-07} {"commit": "74acf881b40932a041ca2f652e02124f84a4c8b0", "message": "Check if User does not exist.\n", "proba": 1.4084642430134409e-07} {"commit": "579a177b07cd260f9ec6e8c77f7104f6c5f369c6", "message": "Delete message_edit.py", "proba": 4.0792183426674455e-06} {"commit": "0e6902733a7e8ee8bd60323abcf72cf5f3c3a3bf", "message": "Updated to use X_USER as decided in Issue 49", "proba": 1.5627864513589884e-07} {"commit": "bb86b7dfc4c3eb51c300d19831aac13e54cefdb5", "message": "fixes domain counts\n", "proba": 4.6945564236011705e-07} {"commit": "adc4818467cb25c9894241a6c82c4c0168473b27", "message": "Omgwtfbbq unittest2.\n", "proba": 3.630482865446538e-07} {"commit": "7b6e56415dbe5a1e944428be48bae03f8e759e0f", "message": "Correct syntax for input file joining\n", "proba": 3.6048322726855986e-06} {"commit": "7a5bd53a4a709bbc54ec0e289fc107f982aa444d", "message": "minor style change, changing split logic", "proba": 1.6728208152017032e-07} {"commit": "2fc8a0bda613ec549c3aa98938d62ad3f9ad84df", "message": "[Cocoa] Initial thread safe implementation\n", "proba": 1.2854198416789586e-07} {"commit": "20482143cb80a33dbe537f6b0fe0647ad232c57c", "message": "Send orders only when needed.\nPrecise if udp server and client\n", "proba": 1.4655812208275165e-07} {"commit": "9291351a94914b77db8d8bcb7fde1cc5b9385ab1", "message": "previous commit - removed a large part that isn't exactly useful.\n", "proba": 1.1120541643094839e-07} {"commit": "c2997b88bc69d8e2d3dbc69d477bedd14dca56e5", "message": "Add another command debug output\n", "proba": 7.796191312081646e-06} {"commit": "f2245c7ff067b30c2a100fd2df2c6b24f64227f5", "message": "spacing\n", "proba": 5.1139923016307876e-06} {"commit": "76bc0e15b1184afbd9ea4ca605be8c44817fcfdb", "message": "Update MouseEyeTracker.py\n", "proba": 3.3031437851605006e-07} {"commit": "f0c0d41a9bc150acf86e223ed6b51f0f8a17876a", "message": "New version\n", "proba": 2.1879993994389224e-07} {"commit": "b25ba40f867f1c2728bc50876254159250bb4150", "message": "new todo\n", "proba": 4.20459087990821e-07} {"commit": "a260e4533700865a79cbbdfd190e618c20b31527", "message": "In which our hero removes the superflous 't'\n\nSigned-off-by: Jesse Bowling \n", "proba": 1.665782605186905e-07} {"commit": "f370ac5c186d063bd169c07ea89e1792617264cd", "message": "ISA parser: Don't look for operands in strings.\n", "proba": 1.4366450784564222e-07} {"commit": "adee7a26d788037aa95d0b2c784b3d6b5bc7d30b", "message": "Deprecate select_frames\n", "proba": 1.1926724710065173e-06} {"commit": "a10130acc710829ee2028581d65b79e33120873c", "message": "another take on use\n", "proba": 3.182153989200742e-07} {"commit": "c3deb2ffaa03069be3faba28eb182c0da57ba9f7", "message": "use raw string for regex\n", "proba": 0.00010016711166827008} {"commit": "c988d45beb1dbcfeb4b52e567bfc7a1cf3ac7824", "message": "simplify Session code\n", "proba": 0.022461475804448128} {"commit": "3788b903ee197f53a3f7063028f007f5588c1e1a", "message": "added write line to update class\n", "proba": 3.290128063326847e-07} {"commit": "343d45270668b49379aa1afbcbe61808c4fcc904", "message": "sort contacts. fixes #920\n", "proba": 7.2333210709985e-07} {"commit": "6f61de5507d92e57ca0c16980a2374d9cb7c1613", "message": "Updated builder to watch the directory for changes and automatically compile\n", "proba": 1.3536053700136108e-07} {"commit": "2aceab1d2a5004de96ac88cd644ba2a8067da3da", "message": "Fixed an incorrect include path in the conanfile.py.\n\nThe default package_info() method assumes a header-only library has the header files in the include directory.\n", "proba": 1.1731147253613017e-07} {"commit": "65f10dc993dfc844d00d34ffa44dafd12520e5ff", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "acfa20e02c6e407cc6e96bbe6966630c0da5985e", "message": "Better names for helper functions, readbility fix\n\nas discussed\n", "proba": 1.2257025616690953e-07} {"commit": "fe2a5079058f93fa6b7e5e9e3a5cba3b41726a2e", "message": "strip the isinstance unicode checks into its own function\n", "proba": 2.1313564502634108e-05} {"commit": "b3cd0330d9d13a5bd00b340d442fb693dd7be3e5", "message": "Issue #108: add the parse_code() function\n", "proba": 2.588408278825227e-06} {"commit": "7d2895ad4649a9958e0360498b8cbd013974c1fa", "message": "Add block explorer setting for \"view online\"\n", "proba": 1.2958500406057283e-07} {"commit": "acfdf8d01ff136cb7ea21e5b4080150be0ec770c", "message": "Removed debian build code to put into pybdist.\n", "proba": 1.112610021891669e-07} {"commit": "b6e604f529abd97acce6f605bf5e2f6b3e1641b1", "message": "Fixed win x86 warns as error\n", "proba": 2.508689931346453e-07} {"commit": "1dc1c328d764f40908ddd6c9332581bd58544fb7", "message": "Fix the search for API errors\n", "proba": 0.00045283421059139073} {"commit": "07da80ed2c73a10ee1ed453aeeaa749493a74baa", "message": "Make sure create_privatekml mgmt command produces unique names\n\n--HG--\nbranch : 2.0-cms\n", "proba": 7.362070846284041e-07} {"commit": "60132ade70e00b843d93542fcb37b58c0d8bf9e7", "message": "Use , character instead of . for SRT output. (#197)\n\nThe SRT format uses the decimal comma character as the fractional separator rather than the decimal point character. Adjust format_timestamp and write_srt to specify the separator character.\r\n\r\nSee https://en.wikipedia.org/wiki/SubRip#:~:text=the%20fractional%20separator%20used%20is%20the%20comma%2C%20since%20the%20program%20was%20written%20in%20france.", "proba": 2.636820136103779e-05} {"commit": "2a5592493f653922b406fa79fef2831cfbbc2aa3", "message": "cleanup urlencode\n", "proba": 1.1005852229573065e-06} {"commit": "6458c0f591193ef26e9ef765129aed8081c806b5", "message": "don't show actinos that require private key if the wallet has no seed\n", "proba": 5.130162890054635e-07} {"commit": "a769fc67644c7bf730eebca5837f70a2b7edb4d4", "message": "updated build_jar.py\n", "proba": 1.415919996361481e-06} {"commit": "e87ff2b41c91878843f3c5ea7ef6a7b2c89ebb31", "message": "Make clang sanitizer work with cpputest.\n", "proba": 1.2802570381609257e-07} {"commit": "cd8de346cbff7746f36c6caf89549047b93a9fb5", "message": "Fix typo: original_elev -> self.original_elev.\n", "proba": 0.9987824559211731} {"commit": "0185178c42183aaaf8b7b96ccd6e8eb6e76ad553", "message": "http://luc.lino-framework.org/blog/2016/0707.html\n", "proba": 1.3084083150260994e-07} {"commit": "38681b73e0820dafa52abd541e692df6350ace2e", "message": "remove prints\n", "proba": 1.1601366168179084e-05} {"commit": "b2be745b8d47d69ff812bd4e093de0ff60ecd369", "message": "add save/delete buttons to invoice dialog\n", "proba": 4.749876438836509e-07} {"commit": "43d5c943ad4ae619253313ad35b4d31196ae1a4a", "message": "Properly removing sticky bit from DEBIAN directory.\n", "proba": 1.1493674634266426e-07} {"commit": "961ec48f8c8c1f9e2ad3895a74a5d937d9b65bb9", "message": "Print an error when trying to --configure-database\n\nAlso remove the db from the full config wizard. This means the default\ndb for new setups will be the same as it will be for 5.0.\n\nCloses #685\n", "proba": 3.3545944688739837e-07} {"commit": "b99245ec5e9e0aa07e1f1f8943b13bde1fb9e381", "message": "remove status check\n", "proba": 9.582646498529357e-07} {"commit": "3769287e88953b4f80b6a593d57364a72430167b", "message": "fix setup and teardown for test_streamify\n", "proba": 3.170521836182161e-07} {"commit": "a5c78034585baedd337edd1c9996f4519c343cd4", "message": "Qt: Rm dead code\n\nMain_window self.wallet.thread = None was redundant.\n\nThis property is initialized in wallet.py already.\n", "proba": 1.137093335046302e-07} {"commit": "dcafe2029287c5a27f15426f67db8ef4a62d5bf5", "message": "Fixed replace\n", "proba": 8.491293783663423e-07} {"commit": "9bce075b1cd6411cac6de3d8b0f49a254c33899f", "message": "docs: Add fifth part of docstrings to lp.py\n", "proba": 3.452562111760926e-07} {"commit": "0101200967897e50ebd05b55d0b05f37a951257d", "message": "Split TemplateDefinitionTestCase to different test case\n\nThis test case will become huge when adding more unit test to each\nTemplateDefinition classes. This patch splits this test case.\n\nChange-Id: Ia968b1c3e7fabca1d00773bb6979dd80bae2562f\nCloses-Bug: #1477833\n", "proba": 2.3616526334535592e-07} {"commit": "861efb82584485fefbece2ec45f3e72a2b610040", "message": "string parameters", "proba": 6.256314372876659e-05} {"commit": "fb72145aad2646e3fb10416d7e7876c3c3142474", "message": "Added logic to force agreeing to the AUP every 26 weeks (6mo.)\n", "proba": 1.0073512157759978e-07} {"commit": "3715e9894a2aad6446618af6995a65f4417f5b72", "message": "admin audit panel: show url when entity can be found\n", "proba": 3.067148952595744e-07} {"commit": "4df155995c0eb3ebd5414b0c2f1bb21d442d250a", "message": "ssl: doc improvements\n", "proba": 8.668882287565793e-07} {"commit": "f10de33bd5afc183e71705cbf13b4018a36e030c", "message": "a hashing module to hash strings in useful ways\na script to upload salmund sounds to iatis\na script to convert a bunch of sound files of different types to 44100 wav files\nsome modifications to iatis_inject: using recursive_file_walk_iterator instead of get_filepath_iterator, adding source_info...\n", "proba": 1.0182773024780545e-07} {"commit": "b0ad274f52b0d98eba233527bedb9aca2eed6146", "message": "Bump version: 0.0.1 -> 0.0.2\n\n[ci skip]\n", "proba": 1.1970044511144806e-07} {"commit": "c89e59d8d42db7e5da31646970433b8c85f79c04", "message": "progress print\n", "proba": 1.5499166465815506e-06} {"commit": "210c1487805293983867f49a3af586bd902f2e96", "message": "[IMP] Invoice credit control policy field is now readonly\n\n", "proba": 1.1046003578485397e-07} {"commit": "4f02bd886a2ff61f70a76c3d4901c0f3fa2bc1e2", "message": "FIX mailchimp export code\n", "proba": 2.4441229129479325e-07} {"commit": "ecc0fe0ac3d4c2d4bad4a3e29402196bd27846dc", "message": "RAGE: Damn octal literal\n", "proba": 1.2242987395438831e-05} {"commit": "d578c55a0738c8509bdf95f3a52157bf651a65c7", "message": "Delete menu.py", "proba": 3.2142631880560657e-06} {"commit": "6cc74e955612e489c59371e405bf118ef65be25d", "message": "common masks for landsat\n", "proba": 1.6721763529403688e-07} {"commit": "563cd6b10439b2b3f598bf107137d89bbb82aeaf", "message": "bugfix: uploading modified events\n\nforgot a hasattr\n", "proba": 4.503444301917625e-07} {"commit": "26cfdbd13adb7457895f011be4bb89d73e5dcc4d", "message": "Fixes docstring typo\n", "proba": 1.8670505141926697e-06} {"commit": "6d95df641548e6ebb9b3779d3f252aa63f7a1e6e", "message": "eval string\n", "proba": 0.00041409500408917665} {"commit": "ec6b081b4a20cd83294b157e9bcbf9a424cb693b", "message": "Removed exclusion when counting media and comments\n\nDeleted media files and comments are excluded by the manager.\n", "proba": 1.090963266392464e-07} {"commit": "c38a992e9c96fd1fa5cd5fbed7d97f03b0587c77", "message": "delete training command\n", "proba": 1.0856301742023788e-06} {"commit": "d69d855d8b6d65819f7750041ebad2a0890b6078", "message": "clean up code comments\n", "proba": 1.8286841907411144e-07} {"commit": "671208ebbec8c0a907302a3ac65fbcc33000797b", "message": "Fix config already exists bug.\n", "proba": 1.113138594632801e-07} {"commit": "53cc7d01b2b3bb79126eb6d05616206cfa24a8c6", "message": "Now can cope with arrays\n", "proba": 6.572047368536005e-07} {"commit": "5d7180e669c7f2fbc5f72a8ce46e4308ce2b2497", "message": "Bugs fixes\n", "proba": 6.11516441040294e-07} {"commit": "7ed10fdb2adc918f8ea231b469cec36c65b1bcdf", "message": "fix for py3k, allow override via URL fragment\n", "proba": 1.2873643129296397e-07} {"commit": "27344db818b4cede3b63c4c68fa7f4baaff08397", "message": "ignore migrations directories\n", "proba": 9.840279062700574e-07} {"commit": "f28c0e8e5fb6e9ead74919ab200bf69cb912c2e1", "message": "\n- Add call to structType.__init__ for user classes that inherit from\n structType. This fixes a bug in the tests that was masked by\n incorrectly catching & ignoring exceptions in SOAPBuilder.dump().\n\n\ngit-svn-id: c4afb4e777bcbfe9afa898413b708b5abcd43877@497 7150bf37-e60d-0410-b93f-83e91ef0e581\n", "proba": 3.655173259176081e-06} {"commit": "e9fe03cc9e4fea7b0955e1c29fe1e94520fcd908", "message": "Make unpickle_model into a classmethod\n", "proba": 0.0018031132640317082} {"commit": "2e70b5cabe28efc9c45c3a9bb497071d11bfd497", "message": "fixing the incorrect usage of pip -I\n", "proba": 8.936644917412195e-06} {"commit": "9017c5b46b1a865db58a9f29ce4bca79c9feb15a", "message": "windows: make ninja_test build\n", "proba": 1.955447032742086e-06} {"commit": "7d25c56c3d1ab1247c90acf9128b5a53a4716ff3", "message": "Fixes typo\n", "proba": 6.325863978418056e-06} {"commit": "cca214ff3bfade7211676d018f51f7d803029b77", "message": "Fix pylint error\n", "proba": 1.7042893887264654e-05} {"commit": "57f6557a346fe7f2607da866f342d5bcadc251f3", "message": "Fix appleclang regex pattern to match dot only\n", "proba": 4.172848639427684e-05} {"commit": "c298f0374ad389f9aebd0918dde2c7f380131374", "message": "make validation workable inside book directories\n\nFor example with this patch the following is working without issues:\n\ncd doc/src/docbkx/openstack-network-connectivity-admin\n../../../../tools/validate.py\n\nChange-Id: Ie6d610104987eb3be430f9afc4f4cd348a77297d\n", "proba": 0.9999657869338989} {"commit": "1b41dfc1a7e6c541fae6314e72b4b9837154abf3", "message": "build: Enforce spec file naming requirements\n\nconfigure.py will exit with an error if a spec file's name does not\nmatch the name of the packages it produces.\n\nSigned-off-by: Euan Harris \n", "proba": 1.2946222227583348e-07} {"commit": "4888ad7940d1e19ce30621fd7791df930743ef46", "message": "configure: A missing file should be an error\n", "proba": 0.001408367999829352} {"commit": "da6c3b9fa0524d36b5b76d48757b35a572595b99", "message": "created a almost fully functional match function\n", "proba": 7.438644615831436e-07} {"commit": "67402bc5ecfb1dd077742137d8d8f222e1d75ff9", "message": "[FIX] stock: Alert should disappear when picking done cancelled\n\nIn this commit, added a restriction on \"json_popover\" field so,\nAlert should disappear when picking is done or cancelled state on\nlist, kanban and form views.\n\ntask-2178494\n\nX-original-commit: 12ada1bfa3e85c636f5ea85af675dedad3e7e0e4", "proba": 0.00019249989418312907} {"commit": "27622efda3dbf3ef55e7231d639303124f4be11b", "message": "Both uppercase and lowercase forms are acceptable for LongTypeSuffix and DecimalTypeSuffix.\n", "proba": 2.1014189144352713e-07} {"commit": "55d51d205c478e5dd501779ab73dd55239ff61f4", "message": "Grouping the install of dependencies into a single function. (#1312)\n\n", "proba": 2.564792112025316e-07} {"commit": "b75085c4b93c33035de017a03e73b9130a8418f4", "message": "Start process for failed request for adding post\n", "proba": 2.0194026717490487e-07} {"commit": "22a6049afe71dfdd29744cce192c05f33a33fcb0", "message": "Merging rdw's blocking detector changes with my own\n", "proba": 1.1893475004853826e-07} {"commit": "dee3d27bb9be620de92be665b14ca407eabed0cb", "message": "resize statusbar\n", "proba": 1.8611004861668334e-06} {"commit": "2f790471ecd4f4f6d175cc3f7c4001b5dad63558", "message": "Using singular in grammar.\n", "proba": 3.581424834919744e-06} {"commit": "d340f4700ec1eceb2011d1d5620633c60a12da48", "message": "Add NDK r16 to Bazel's supported range of NDKs.\n\nPiperOrigin-RevId: 210975274\n", "proba": 1.677648810982646e-07} {"commit": "bfedbcd273ff4e9b80441e029b57619fc261fba7", "message": "delete duplicate jobmanager_main, merge artifact\n", "proba": 4.251128018495365e-07} {"commit": "2858d6315e099fc308686b9b1447df23dd495461", "message": "asyncified fetch_access_token\n", "proba": 3.3520086617500056e-06} {"commit": "3aa70743e169bfeb65ca5aa7a0523941acbeb8d9", "message": "fix on bug\n", "proba": 4.4866658299724804e-07} {"commit": "f8e95f5b3a080010b0c4c7a7b3ec8178c5b0f090", "message": "[FIX] logging capture when testing embedded in server, handler hooks are more complex than through oe", "proba": 1.7084418857393757e-07} {"commit": "2409f50f6046c54a93cea145f12e11f9db5ece7d", "message": "configure: Fix --static-stdc++ flag\n\nCurrent code replaces part of -lstdc++fs and breaks linkage\n\nMessage-Id: \n", "proba": 1.1593082405170207e-07} {"commit": "b959db1766202eb8860f07c5b87292e8ee118d41", "message": "Run a gliter gun by default.\n", "proba": 1.2047175346197037e-07} {"commit": "066064a3da2af0d60987f98462f4f67bdb06155d", "message": "added wiki_path() to utils.\n", "proba": 1.0717533882598218e-07} {"commit": "f5a5826bef8b4e815656128245acee1a54dfa53c", "message": "takeIndexes should cast as self.__class__\n", "proba": 5.30494787653879e-07} {"commit": "a2195ce286e0ad7b2320ba5ef7cec6de408b4c92", "message": "Support etext uid format with #-final\n\nFixes #2\n", "proba": 1.2463114273941756e-07} {"commit": "0b92691df7f482590f9c13f4db5b982fa23d3c70", "message": "change the configuration.py to compile the redis protocol parser & redis transport server\n", "proba": 1.9614203949913644e-07} {"commit": "a0d9c538579ce570499757e6d9908438c468e60e", "message": "Added flags for help and updated usage method to reflect this.\n", "proba": 1.0111646275845487e-07} {"commit": "d90f56e6f02060b3fc9ac1ac06c2d35b31fb62fe", "message": "updated to take folder of kraken reports\n", "proba": 1.461951768533254e-07} {"commit": "c225080917a4695348cc715c2c8e2f059d298216", "message": "Handles money transfers between accounts\n", "proba": 7.784606737004651e-07} {"commit": "1fb0547e321dcafe18308add01d63de3f8476a23", "message": "Put in a basic check to ignore incomplete results. Probably not the best fix but no more id_str errors at least.\n", "proba": 1.0693663909933093e-07} {"commit": "f346adb5b5c61f2add41defacead0620bf9d62a3", "message": "[utils] fix bug in arnoldi_projected()\n", "proba": 1.4125791381047748e-07} {"commit": "988ad539eca24873082b67aaed54ea32a754dbd8", "message": "shape ops builders; fix typo\n\ngit-svn-id: e8541e15acce502a64c929015570ad1648e548cd@3521 2bbb7eff-a529-9590-31e7-b0007b416f81\n", "proba": 0.0020411305595189333} {"commit": "cff8515e3c88951f6c205299967a3a41ebc0b737", "message": "on sl error: print exception inside for loop, and do not continue the loop\n", "proba": 3.727033686118375e-07} {"commit": "5f2acb516c99b2b7586e3d89c883541798a841a8", "message": "fix for direction of last line after roll off for crc\n", "proba": 1.743979680668417e-07} {"commit": "e8feccc9470ddc954d2013e90370a3381dcee092", "message": "Add tests for prereg permissions\n", "proba": 2.0646611176289298e-07} {"commit": "a5607a614b7236c015b177613ae5ecfbb9734848", "message": "No longer removing on up with specific services\n", "proba": 1.2050392683704558e-07} {"commit": "6586ee3f05be114f5995427e682a9d7be24abd2a", "message": "force HTTP GET when trying to get new attributr from mdsplus. fixes #48\n", "proba": 6.109131049925054e-07} {"commit": "edbfa67be081f551b79d03672d1a177f7b799dc4", "message": "Add BLEU scorer.\n", "proba": 2.742268065958342e-07} {"commit": "132f5cddf69b65126b8200ccb4996467144bda49", "message": "Update imports and use new OsfUser model\n", "proba": 1.818116714957796e-07} {"commit": "9dc8acf06426cdd7ee1489166209cf485d70f787", "message": "new parser#74\n", "proba": 3.0592282200814225e-06} {"commit": "013531a8275dccf96a1d2d21a5e90b7a525aca1b", "message": "Update the range checks\n\nUpdate the range checks.", "proba": 2.5763065991668554e-07} {"commit": "ef69f9093dd0ad485947637e2a6ba75d38a8c2e4", "message": "Can now search by doing t=Tvdb(); t['Scrubs'].search('my first', key='name') and get an array of matching Episode() instances\n", "proba": 6.516554094559979e-06} {"commit": "1475261c0351a5db55d65b1a8b537086f2192654", "message": "check if loop is running\n", "proba": 2.1268573618726805e-05} {"commit": "5ca2957a183fd4bcaf1c9033cc5fd0c5c3eadd2e", "message": "I move ses_poissonian to the right position\n", "proba": 1.1097209608124103e-05} {"commit": "678cd75fb95d09ac7efb33656cba54e0bf9cfec8", "message": "Relationship = class, ForeignKey = table name.\n", "proba": 1.1637595207503182e-06} {"commit": "9b83394f36ac9e227c8b63253bd10357508425aa", "message": "Penambahan status crawling web dan menampilkan jumlah URL\n", "proba": 3.0355118951774784e-07} {"commit": "d062d3bec1001a9baf749cf4b584010953f9bec6", "message": "Cosmetic fix\n\n\nFormer-commit-id: 58ea05f167f14e963ffa243e881a0e00ce5ed0f1 [formerly e19c7f15e6b8e3a5ba5973b99f9f3b5eab081e1f]\nFormer-commit-id: 3a44eebb55ba5ea37ee0b797eaba1a89081e1e12", "proba": 1.4897502751409775e-06} {"commit": "f3f6cde9f9da662ac5669687795dcc0933b80d94", "message": "Add command line interface to set options.\n", "proba": 1.4089518174387194e-07} {"commit": "51d7994697fff2dc1daa12f6a385258375f0145d", "message": "removed duplicate DB query", "proba": 3.4668460102693643e-06} {"commit": "658f502b5df5cbfaa68a8913ee6e20fb08301b7a", "message": "In Stack Details do not display as links events leading to nowhere\n\nEvents that correspond to stack operations have the same physical id\nas the stack has itself (and the same name), so the link which is\nmeant to point to some resource description, points to nowhere for\nthem. Better not render such links at all.\n\nChange-Id: I2cff8efacbc00bed2989e5d4afee0690e712ad66\nCloses-Bug: #1480997\n", "proba": 1.3644043974636588e-06} {"commit": "8411578e42835d4811326fc8e310be33cacf901c", "message": "turn off debugging\n", "proba": 1.9604588032962056e-06} {"commit": "dfc253fef311d120b0098dfa8469e47671626a19", "message": "another attempt for restarting\n", "proba": 7.796419936312304e-07} {"commit": "87c2fc7ae46d334c2a79fa1ef93ca2992cef0075", "message": "fix Twisted python3 coroutine handling\n", "proba": 4.8923804570222273e-05} {"commit": "23efd2545b292208740b0f2fb7446d99ce744000", "message": "Make specifying the revision ranges more convenient.\n\nAdded support for @all as revision range specifier to import all changes to a given depot path.\nAlso default to an import of #head if no revrange is specified.\n\nSigned-off-by: Simon Hausmann <0a3c2b6956b68ea9079d8d9063677b62a646d61b@kde.org>\n", "proba": 2.1028664320965618e-07} {"commit": "718149eef126bfb6bc13359f01023e9e182e3829", "message": "Changed read_input to create a dict\n", "proba": 6.191084480633435e-07} {"commit": "959fc8b35fbff0d2a78db5b5199670794a295597", "message": "made response shorter\n", "proba": 0.00024758907966315746} {"commit": "19ec4fd8e5cda26ce562584e1d3faf6d41acd599", "message": "complete NewsStory(), WordTrigger() and its subclasses\n", "proba": 2.548125621615327e-07} {"commit": "7ce5e5327dbee0e0267cc101c977e95979d3a8f1", "message": "Add advisor to default install (#4956)\n\n", "proba": 1.0703622166374771e-07} {"commit": "13782e2040d65b3a2c00c5029a30a5efeabb1a3a", "message": "Declaring missing direct-dependency on azure-mgmt-resource\n", "proba": 4.065211385295697e-07} {"commit": "c7d566a7070dfec020dc71e7743e75204e6db705", "message": "Fix now-failing test to ensure we only care about NEW items.\n\nSigned-off-by: Chris Lamb <29e6d179a8d73471df7861382db6dd7e64138033@debian.org>\n", "proba": 1.872885917464373e-07} {"commit": "01c9c675afd03a4ab084deb03c45e0328b82d37d", "message": "check if hashobj was specified\n", "proba": 1.9030959492738475e-06} {"commit": "5fde68efc9a145c8264a8669d7ab6e4504e6995c", "message": "Minor updates to lessen impact of settings-tree merge.\n", "proba": 1.0570066422133095e-07} {"commit": "0e0a94d483a3560b83433fd7457da8cad5ffc9d1", "message": "Clean up mic.\n", "proba": 1.7313983846634073e-07} {"commit": "60fe56694e45cdc37c1c7c59fd5604aa584fb1be", "message": "ONE MORE SHOT\n", "proba": 1.5975294331838086e-07} {"commit": "d433088a044e997464a7d5d86330337e6df769f4", "message": "bugfix: call class rather than module\n", "proba": 4.932250249112258e-06} {"commit": "61a9e7247ac4e0fb0a1560c4bff6f76f00dd16ff", "message": "Fix for texture converter showing up in other render engines\n", "proba": 1.2905124435746984e-07} {"commit": "fbb8cf2731e10000f71e2056215a363ffc0d4023", "message": "modularizing regularization\n", "proba": 1.131620865635341e-05} {"commit": "3a66564486bcea1940bd42fc608ce797e7a9ab23", "message": "PEP8 formatting fix.\n", "proba": 1.211086555485963e-07} {"commit": "b0572ac93a249561d78a4e8936d29dcd12fe3ad3", "message": "Remove redundant comments\n", "proba": 3.3621574857534142e-06} {"commit": "cd50eccd1a1320444ef5ec6a6202a8d8459cf924", "message": "Revert to using the dimensions object rather than the sigma object. The former gives you the size of things, the latter gives you their values.\n", "proba": 3.898687646142207e-05} {"commit": "d3b3f4e0259c96c98e60158212c44038bea4d4d4", "message": "New version (3.1.0)\n", "proba": 2.6314299361729354e-07} {"commit": "bd7141d63f2b7e3b422494d3af6c7b643a493221", "message": "Add security groups to get_instance mask\n\nIn order to list the security groups attached to a VSI, we need to add\nsecurity groups to the get_instance mask. This is retrieved via\nnetworkComponents[securityGroupBindings[securityGroups]].\n", "proba": 2.5457114816163084e-07} {"commit": "b684f99eb77caa1f5817204a028f11b200c6f2ec", "message": "Rename the netCDF node and element arrays to reflect their origin.\n", "proba": 1.0807754335928621e-07} {"commit": "1b10ea8328d9a86b88b48b6459fca63ef2e2a4be", "message": "Further improved the world generator\n", "proba": 1.596923198121658e-07} {"commit": "ba4522f5a3ce55142c3eb6f0247f9da257e51d20", "message": "[FIXED] Egg path problem with (indico.conf.sample)\n\n * fixes #124\n * also fixed an exception due to an unexisting db path\n", "proba": 1.5076227555255173e-07} {"commit": "4706d8dfa63f1d7c66b823232dfe026b8dcafaf1", "message": "error\n", "proba": 5.029462408856489e-05} {"commit": "121eb4496b71e7e3574c8c67257ea327b530017f", "message": "Changed to support new cmd() interface.\n\nIt seems that it is more convenient to be able to call\n\ncmd( 'foo', 'bar', 1)\n\nfor example. However, this may make it slightly less\nefficient, so we will see how it works.\n", "proba": 2.1531204197344778e-07} {"commit": "948f79ca4a645712b8d0180b689a3071a76399b6", "message": "added session autosaving, debug info\n\ngit-svn-id: 0007710ff4c72dbd25e8554c597681f6eef75d18@266 ef98d105-df06-0410-9ba4-9cf3429d62c9\n", "proba": 2.4460092618028284e-07} {"commit": "acbdb688b2a936089e1a57b82eba834933a16333", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "d26abda426c15fea9a87e0ee5e92bc223dde23e4", "message": "Small OVS API change\n", "proba": 1.3700629608592862e-07} {"commit": "85bb86f7f83aa22ee83703fdac2674937e7c0c74", "message": "readding unfriendRequest was accidnetalyl taken out by someoen\n", "proba": 1.716642117344236e-07} {"commit": "f8a592301aa44e79e504f15e8c0b37a566c3e4cb", "message": "Add test at init to create couchdb database if not already exists\n", "proba": 2.0648185738991742e-07} {"commit": "dbd0668fc3da6257ead257ffb359da0c9d527776", "message": "added models\n", "proba": 3.4195966236438835e-07} {"commit": "e850308cde410144c293ce2854db4220eb5d3917", "message": "v2.27\n", "proba": 2.1431904315249994e-05} {"commit": "b20c8e048b419e3e26f715146d8e04f3adf00ea7", "message": "Rename initial_value to post_initial_value\n", "proba": 0.0003676853666547686} {"commit": "aafb968bb7de4a1f9a8e6b851fc69bd837281f70", "message": "Fixed Product.get_product_tax method: added request to parameters; issue #199\n", "proba": 1.6418395887285442e-07} {"commit": "aff5221bb2136b7976395af822dd39c3d145f8cc", "message": "fixing typos\n", "proba": 7.515762990806252e-05} {"commit": "e20c28b8998ccc7a4be960b11c35490675f4a1da", "message": "Add function trunc\n", "proba": 0.998670220375061} {"commit": "16d7abb481011354a05b57209c6c2b9073fb9494", "message": "comments\n", "proba": 5.451620381791145e-07} {"commit": "d2ce242d10fbe5642be9563870c7a104b36d0117", "message": "Bug-fix for tanh shape\n\nActually apply amplitude scaling.\n", "proba": 1.0375750747471102e-07} {"commit": "daa480b357a11801993dba0540bde4eca7d5cbe2", "message": "Use TERM information instead of EVENT for arguments\n", "proba": 3.637698569036729e-07} {"commit": "e4943d15a414e8840e0c41816d0b4698ca48a7f2", "message": "Update uploader.py\n\nAdded support for exponential back strategy", "proba": 2.0831696190271032e-07} {"commit": "fad6266a474a216e21335e45e90e25020bc98457", "message": "finish up the version bump in __init__ i forgot\n", "proba": 1.4678203115181532e-05} {"commit": "1fb91c096bdb955d1cbc3f17df2bdcb317809202", "message": "Add discretize\n", "proba": 4.228263787808828e-05} {"commit": "1269f3ac776f6e7e63d38e222daaa895c0786489", "message": "copy the lines which remain after the patch has been applied\n", "proba": 1.8119840206054505e-07} {"commit": "0296b278868123e0ed6703332d1ee9476978a2a0", "message": "Refactor a bit\n", "proba": 7.948529855639208e-06} {"commit": "a4e077b357e89aba405de5da70a16768339c987f", "message": "Fix typos and docs", "proba": 0.0032588187605142593} {"commit": "f58360b587f1254b6d0d29f06b4a8b7d07823a72", "message": "Skip a test in the 0.2.x release series when Numpy 1.4.1 is used\n", "proba": 4.307515553136909e-07} {"commit": "2ce32c91c76c446a3017c52f042a88e84e470756", "message": "Updated the uploader to suit the new, current compdata file\n\n", "proba": 1.8446638705427176e-07} {"commit": "81f18f8a0fd29fddef12b4817c7a8f60678ac013", "message": "Fix flakes\n", "proba": 2.239780542367953e-06} {"commit": "48b9cd8d81e5409f648d2353f7de800abc4e00ba", "message": "don't let config overwrite parameters\n", "proba": 1.6908564930417924e-06} {"commit": "ca660b22390f1f8986a4423690fbeb6e823dae5c", "message": "Support Python 2.6's lack of importlib\n\nThis change is made on a distro without python2.6 support, so good luck\n", "proba": 1.8088364583945804e-07} {"commit": "969e44e6ab0ee1b977c80963d538bc4bd507fefa", "message": "Implement the sanitize_paths helper function\n", "proba": 3.5492455936037004e-05} {"commit": "38d990ed30a634b5e46141112339cead098b9861", "message": "Fixed issues with uploader.py to work with compdata file\n\n", "proba": 1.4602670717067667e-07} {"commit": "c7464cc567f58f36b116dc06efd9faa9f51f44a4", "message": "Register Discord Model to admin.py\n", "proba": 1.8712773908191593e-07} {"commit": "626e9c0dcaad8d017e026e58c58c3a03ef10e927", "message": "Fix Returns for Kepler reader", "proba": 1.7552657993746834e-07} {"commit": "f8f8fc3dd2d30c4bb66dc2aca0397c2bafc97fe1", "message": "remove unused function `import_object`\n", "proba": 5.390919000092254e-07} {"commit": "bf79d8e41ef1bdecd0160b4e3b67b0579488f683", "message": "get_cloud_uri/s allow for anonymous access\n", "proba": 2.495363560228725e-07} {"commit": "5cc48cc6e1915eac4b0dd342ff1937c476cd353c", "message": "Fix weird lines black incurred\n", "proba": 0.00019732795772142708} {"commit": "eb12201f7f14fad3e68f665c5b6cd9877de1cc03", "message": "added new TESTING global param and monkey patch method with new testing input param\n", "proba": 1.9041276289044617e-07} {"commit": "5c8e8c519d134bd6693e91efb6a6eaa44017d239", "message": "stbt.press_and_wait: Ignore pixel intensity differences <= 5\n\nOn the Apple TV, successive frames differ by up to 3 (out of 255)\non almost every pixel, in a funky multicoloured moire pattern.\n", "proba": 1.1127076504635625e-07} {"commit": "fef6e6f771d24011423e43d224202f165cfe3660", "message": "Adding required xfailflake code\n", "proba": 2.8011265385430306e-05} {"commit": "ebf4d5beefaf7025c5cda9121f54061ca585c005", "message": "Temporary fix to get around bad celerybeat scheduler\n", "proba": 1.3414637578534894e-07} {"commit": "ceaadf76dfd47c0fe871013aab5433ca07fe51c6", "message": "[Infrared] Save command line arguments to a file\n\nFor each plugin execution, save all command line arguments\nto a file in the workspace directory for later investigation.\n\nChange-Id: I8637bd165aa22cceccc11280579a88e488ee5794\n", "proba": 8.857076863932889e-06} {"commit": "9bfe9c6015d0944861ad3519e07e2a8b21530174", "message": "Minor changes\n", "proba": 3.7887019743720884e-07} {"commit": "84143d03ce95d4b4e35aaf3a1d4b382646a94f1a", "message": "Skip out of sequence traceroutes when calculating incremental traceroutPeriods\n", "proba": 4.460879097223369e-07} {"commit": "9a9fd49f31ac834fe3751038ad7026181e673fe8", "message": "[py]: debug log the service executable and `pid`\n", "proba": 1.9484203050978977e-07} {"commit": "d9af56fbdef5c6428e6a0c559206306099ad8dda", "message": "py bindings -- fix import issue in local laplacian\n", "proba": 1.3237216478501068e-07} {"commit": "ba11182a4ab39b51c3ffd842397fb7871724c140", "message": "Fixed binning for butterfly to not be hardcoded tentatively solves #257\n", "proba": 1.4181902940890723e-07} {"commit": "85c187222e864c1021a6ac83297ad2ffd9ea700d", "message": "Reduced broker heartbeat frequency [zmq]\n", "proba": 2.0201056827318098e-07} {"commit": "1ca27dc09c604fcd7103375b4714f5f2c46eb7e5", "message": "Clarify missing type error\n", "proba": 0.031800005584955215} {"commit": "f1085cb74fa59a158243e040becbdbc502125178", "message": "[coor/kmeans] explicit relative import of c-ext\n", "proba": 2.300363064478006e-07} {"commit": "5005e26d2a75822bb9d718841fb1dc4fc284fb18", "message": "Change email info to input\n", "proba": 1.4397271570487646e-06} {"commit": "461ca4de55fd222c6dea8c5bf84cb84490633ab5", "message": "Update lista1.5_questao08.py", "proba": 1.3300096952661988e-06} {"commit": "4534b365a537395feebdb54959c542d8e9323b9b", "message": "Fix OpenAL clear buffer.\n", "proba": 1.7123583972988854e-07} {"commit": "bcb993ae8744ae8347cd31ab4c90582e492ec1b9", "message": "Minor renaming and doc editing\n", "proba": 1.6864119345427753e-07} {"commit": "c839899a1caa1b3b02de5f0fce458012f902a5d9", "message": "gateway.connection: use state.compress\n", "proba": 7.471163598893327e-07} {"commit": "ce319eea5c83bed6d29612c506fb2b3962de07f6", "message": "remove examples/LineChart.py\n", "proba": 9.858435987553094e-07} {"commit": "9fa67cdb01dd6b2a292d315354fe7219d9bfb8d9", "message": "Remove unnecessary try/except blocks\n", "proba": 2.0226900687703164e-06} {"commit": "50fa5e19393d5179a1b5c3253988284eca182bbe", "message": "handles possibility of input being pd.DataFrame\n", "proba": 2.4428172764601186e-05} {"commit": "61359765ea4b54d530ef1956c071adf0d277c239", "message": "make test_Signal use operator rather than exec\n", "proba": 2.3171901375462767e-06} {"commit": "c665e909734f8beeab99137e74430d0d6b78a876", "message": "testing output first\n", "proba": 6.854369985376252e-06} {"commit": "e68d9116efc3e2f1f86a4e46c09b8a13aece3788", "message": "handles getting probability predictions for a single row\n", "proba": 2.528693983094854e-07} {"commit": "f237809357a1b968fe8789623b02e7a9c62f2cfd", "message": "Print a blank line at start of phase", "proba": 0.9996511936187744} {"commit": "ba566faefec5d7f2aa502c8eacbc24ae8d9b4c84", "message": "everything works now, we need to cleanup\n", "proba": 1.327017997709845e-07} {"commit": "dbc34e0fe1b51c2ed80deb7c466611572718c666", "message": "Added a comment [skip CI]\n\n\nFormer-commit-id: a593e57c4d167a1e340c4e3dc4670db89d6a2cfd [formerly efa5460f379f98ea0e69ce9c3eac0e78ae1bb4b0]\nFormer-commit-id: 2faa9f60f05465ee18c9d130368904af260f9e03", "proba": 4.5608899768012634e-07} {"commit": "f4355d89d4802433393ff4a3b25dce78ece78846", "message": "Add writable attribute to generated CanBus objects.\n", "proba": 1.1730520554920076e-07} {"commit": "472faddb03943e528e48808f5d491d198e9670dc", "message": "Added solvedsolved_171717\n", "proba": 1.635870745531065e-07} {"commit": "5e6917b8138aa31065c52a3d44759bd24331a0bd", "message": "fixed edge presurea nd edge number generation:lines 457-495\n", "proba": 2.3519206138189475e-07} {"commit": "7c5007d290c641719e9fe67b60671d18517255eb", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "7650d9a0db5f006c9bf37d2c848bf102471b1812", "message": "Remove temporary ui_resources indirection.\n\nThe Chrome-side patch moving this directory was landed so Blink can now refer directly to the new location.\n\nReview URL: https://codereview.chromium.org/388893004\n\ngit-svn-id: bf5cd6ccde378db821296732a091cfbcf5285fbd@177982 bbb929c8-8fbe-4397-9dbb-9b2b20218538\n", "proba": 3.7961051475576824e-06} {"commit": "4032e4cbb0596427c24771f7ab44621781796286", "message": "Add opaque network to deployed ovf\n\nSigned-off-by: Tianhao He <55e8f3f9525c3e9afde2c7c244ee420efad998f1@vmware.com>\n", "proba": 1.2866880183537432e-07} {"commit": "1064201fae438e754a34b8bdf1f8101b54482678", "message": "work around race condition with udev paths\n", "proba": 1.4499039480142528e-07} {"commit": "793104d27c76f765edecafefdbd9ccf3bc75553d", "message": "Fix code style issues with Black\n", "proba": 4.1454140387031657e-07} {"commit": "28396c34977535ca59ed5d8481b50dd1e8171e49", "message": "convert _get_request_path back to str\n", "proba": 0.9999988079071045} {"commit": "816b34705e147385fcac73c8cf13c2c2dce104b4", "message": "\"Sweep\" program for cryo probe station (don't forget to change the wires)\n\n-- GER and CAR\n", "proba": 1.1229629848230616e-07} {"commit": "bc962e6fa02e456c7b04ae63f741652cf4e49f7e", "message": "roots\n", "proba": 3.908955113729462e-05} {"commit": "58fb8ad09a045185f0b869b7e806dde8821ad3f0", "message": "Add logging for use in GDA\n", "proba": 3.261782239860622e-07} {"commit": "00011ec6877a8a5a2b46d734d017c2e96b091e5a", "message": "Document mainthread_callback_max_time units\n", "proba": 1.341986262559658e-06} {"commit": "0780b2a1477060b7bee8762b06ba83a4c1e5753e", "message": "Training on HEAD with less memory.\n", "proba": 1.1866396931736745e-07} {"commit": "d76bd46044cae1026e673ae74ba5bc1ce86633cd", "message": "Skip empty command lines.\n", "proba": 1.3632727586809779e-06} {"commit": "ac12103e2ebab4026b7dd7b4c65bee4ec6752023", "message": "scripts: allow deleting non locked duplicate acts even if there is more than one locked act also\n", "proba": 3.0690273433719995e-07} {"commit": "eadb41098a7fda2f285fe76ccf8f4c33e16aa08a", "message": "Basic visualization of multiple spaces\n", "proba": 3.4188207109764335e-07} {"commit": "80df7bee5955e3a1833079a17e7d56b607cb47f3", "message": "Affine matrices no longer keep info about their inverses as it's not needed", "proba": 1.2552385442177183e-07} {"commit": "16b02b628fccf8728dce45dcb96ccb2968d07811", "message": "new model classes added\n", "proba": 1.558663598189014e-07} {"commit": "7184704e1f99b0b825e672ddfd0bb6bcc525429c", "message": "Optimize a lot. Getting very close to acceptable performance for colors\n", "proba": 6.549223598995013e-07} {"commit": "40c9a673feaf695b7bfa3a2db95ca032854933d5", "message": "Make metrics editable\n", "proba": 2.073415271297563e-05} {"commit": "f15a1068f2e4e1328818c277ce556a3d4d810a50", "message": "Handling multiple newsletter feeds.\n", "proba": 1.2439649310636014e-07} {"commit": "1afc8957d24852fdaaaf9b28e167de1bee7a9f94", "message": "Complete weapon stats. Base build done.\n\nMain stats/framework done. branch from this.", "proba": 1.0016169227355931e-07} {"commit": "9c974c3d51c8fd70066c14dd6fc5ea50236dd34f", "message": "corrected same error in auto-correlated model\n", "proba": 2.522400791349355e-06} {"commit": "f00784985218aaf4131067e9d15c29f3044b3f51", "message": "(SDESK-3910) fixed: Errors when saving an image after cropping and no further actions available\n", "proba": 1.146252159855976e-07} {"commit": "043598777e8c929ac8ea3ba05e328d583026e84d", "message": "Bumping db logging down to 1% of all requests.\n", "proba": 1.0627864099888029e-07} {"commit": "58392e47276f93446b0a154dc6f6d6f89b8be151", "message": "sign jar whenever the jad is modified\n", "proba": 1.9990056898677722e-07} {"commit": "1205e4919215df50bfbb9788be1f9712eb3a380f", "message": "Updated documentation for fasta_o_matic\n", "proba": 2.4474209681102366e-07} {"commit": "05bd45df1966bb4ee1f5d3b7fb3fad144cc8b556", "message": "Update serial_byte.py", "proba": 4.962682396580931e-06} {"commit": "eaa943c23e36152add4b5e4e3d62b89b371d31db", "message": "Rename the ExprType \"parent\" attribute to \"parents\".\n\nThis is fallout from commit 76ca2c0b1527541be59c344118c538ba055ad9d8,\nwhich renamed the *parent parameter of ExprType.__init__, but failed\nto rename the instance attribute to which it was assigned.\n\nSigned-off-by: Julien Danjou <5c682c2d1ec4073e277f9ba9f4bdf07e5794dabe@danjou.info>\n", "proba": 2.748551537479216e-07} {"commit": "2aef400ea407577f4398663581f86dab13efac65", "message": "Only update video titles/descriptions if the version is public\n", "proba": 1.2905161383969244e-07} {"commit": "1a2d7d79bee8930227ab9f7e4cdcfb7ebe313746", "message": "squashed merge RS-526-validate\n", "proba": 1.4251688753574854e-06} {"commit": "d0bec1503ffce79b203a47a3568344b8a5922e91", "message": "Arg & Return Docs: scenarios.py\n\nAdded argument & return value documentation to docstrings.\n", "proba": 1.0677501904865494e-07} {"commit": "c01023c07a32154ce250dabff8549d3bd4b8bfc5", "message": "xirvik/typing: add finished field\n", "proba": 3.5710155543711153e-07} {"commit": "443ad6642746a6985b9be153d4141f7782f5ef55", "message": "Fix edge case in the back button implementation\n", "proba": 2.3767190668877447e-06} {"commit": "0b9f6c6031938d706a00fd3f7d2628332e838145", "message": "Journalist API: Add security test case for deleted user\n", "proba": 2.3448635033673781e-07} {"commit": "bf6f2911d706fd86fd4101c0b106a0500bee2307", "message": "fix: the number of generated images\n", "proba": 0.0002251925179734826} {"commit": "9793164fe46b734b59292b4b2b500e78b2e74a95", "message": "add xorg packages\n", "proba": 2.933576865871146e-07} {"commit": "d41a811ad57f301195d8cf2ab7f18a30a55f3c16", "message": "attempt to reset contents to avoid conflict\n", "proba": 4.325711131514254e-07} {"commit": "1f4416271a4bb9eed93c07fcc383b4dfc9195005", "message": "cursFeatureWriter: only \u201centry\u201d and \u201cexit\u201d names are supported\n\nIf we ever support more names, it will not be a hard-coded list so the\ndefined single-entry sets are an overkill.\n", "proba": 9.832354663785736e-08} {"commit": "38b188abbe79977460d74d70bcce346a9121bc4d", "message": "Interim check-in.", "proba": 1.3124336817327276e-07} {"commit": "b8003bfe8802de557803eb767c83a800005ba0a3", "message": "Correcting the copyright holder in the license\n", "proba": 2.192725560234976e-06} {"commit": "1b85e8970858ec2bed705f9a33a7494e98de4bec", "message": "Now printing a summary of statistics\n", "proba": 1.9268502171598811e-07} {"commit": "3a14ab397212c7b908972107419f4b4dd74ccd39", "message": "V0.2 \u6539\u52a8\u6bd4\u8f83\u591a 1.\u52a0\u5165\u4e86max\u5728\u4e24\u79cd\u65b9\u5f0f\u91cc 2. pointer attention\u7684\u65f6\u5019\u7528mask\u628a\u6743\u91cd\u6539\u52a8\u4e86\u4e00\u4e0b\uff0c0\u4f4d\u7f6e\u6781\u5c0f\n", "proba": 2.106712315708137e-07} {"commit": "845ba9217b1b9f36811abead363a0bd809094549", "message": "Update Main.py", "proba": 5.867898380529368e-07} {"commit": "07c2c60a414d1b5c7bd5e808fb83ed2b2d16d9c0", "message": "Add print_room method\n", "proba": 2.1277905034366995e-05} {"commit": "7fd3b14ae1c34c4e595070cd4a8710d50d3c32a2", "message": "'if MIN > value > MAX:' is always false.", "proba": 3.4477713484193373e-07} {"commit": "00a671e05fb586d4be314fc1b9228d61a5a97b13", "message": "[Discord] Properly handle nested parentheses in trivia answer checking\n\n", "proba": 3.2401741918874905e-05} {"commit": "8642658db21b29b98ac2819c38709963d4a740e9", "message": "Adding total image test for mixture model\n", "proba": 2.311918194664031e-07} {"commit": "939537321bc26d88270ce47f9b338ca8944e04ea", "message": "Fixed bugs in the host_{last,first} logic and __iter__ method, closing #18\n", "proba": 8.054358886511181e-07} {"commit": "1779d050c9e7f4cd2bc28c1a148714c29a774531", "message": "[Discord] Handle ordinal numbers in trivia answer checking\n\nAlso optimize numbers to words conversion in trivia answer checking\n", "proba": 1.6720547137083486e-05} {"commit": "84c42f504dbc43c4132199c7e9752934ec3c6129", "message": "Closes #80: Fixed the implementation of dropping unnecessary loggers\n", "proba": 1.7514166472665238e-07} {"commit": "29e6099517f0639a5072934f45daf4a7f16f5af9", "message": "Fix typo that prevented access to temp sorted bam file.\n", "proba": 1.277459347193144e-07} {"commit": "5087dd2a02c6a142146944126022cec735a6f54d", "message": "add pg14 to supported implementations\n\nFixes: #7647\nChange-Id: I071f1a53714ebb0dc838fddc665640d46666318f\n", "proba": 3.450198846621788e-07} {"commit": "a1cb7c51c176b501bb67a1253ad8d0ffafa05e79", "message": "Modified rare_disease_variant and rare_high_impact_variant filter definitions to match Katie's original intent.\n", "proba": 1.0291844887433399e-07} {"commit": "63b2376993bdc8aaf5534bd2328280d825cebd7a", "message": "clean-up:\ndo not play any tricks to find where Mapi.py is installed;\nrather assume that it is in Python's default search path,\nor that `monetdb-clients-config --pythonlibdir` is in PYTHONPATH\n", "proba": 1.781929427124851e-06} {"commit": "d5b541d31eb258e17a8262daa691aaaec4e0a53d", "message": "optimizations: adjust the threshold for inlining\n\nTo much inlining makes worse witnesses and generates code\nthat takes longer to analyse by points-to and reaching definitions\nanalyses.\n\nSigned-off-by: Marek Chalupa \n", "proba": 1.765545505350019e-07} {"commit": "00c843992bea5f9f6f09b8894b03d9000d23f7b5", "message": "Convert another warning after r287092 (missed it in blink r179327)\n\nBUG=none\nNOTRY=true\n\nReview URL: https://codereview.chromium.org/439103002\n\ngit-svn-id: bf5cd6ccde378db821296732a091cfbcf5285fbd@179456 bbb929c8-8fbe-4397-9dbb-9b2b20218538\n", "proba": 0.9999905824661255} {"commit": "9dcfa1b645d75cfd1b8ae5efdb0fea1f40b3b205", "message": "Replacing float division '/' with floor division\n", "proba": 0.00012807156599592417} {"commit": "0c38f574131db5abea0b8793fb8599e82bc6290f", "message": "databaseye member ekleme yap\u0131ld\u0131\n", "proba": 5.373933618102456e-07} {"commit": "6f33ef18dee43f18df44b5bfa32fe065c1e83a2f", "message": "Fix preparation of integration index.\n", "proba": 1.261743562963602e-07} {"commit": "15d5a6cab4d67ebe1b86697a822f9f82ce7d5df2", "message": "Remove indexing of subjects and add some prints.\n", "proba": 1.1622196183225242e-07} {"commit": "f7f76e0f64a8bdb9617e1fd67076f2d06d884ccd", "message": "minor change to reading method\n", "proba": 1.7028933996243723e-07} {"commit": "272f10c5ab98b8e1b24aa37103451cc76fea4513", "message": "iterating through a copy of list instead of actual list to avoid hitting \"dictionary changed size during iteration\"\n", "proba": 1.1612147687856123e-07} {"commit": "776d1f7713b8ca2239bc0cb2844f32718d8bb86e", "message": "Removed model.List.append from Level.build_objects\n", "proba": 5.475787361319817e-07} {"commit": "327c8c4346e1c867a64316ae83e6dd8543b38ed0", "message": "skyview: add survey validations, reformat, and use caching\n", "proba": 1.5428452115884284e-07} {"commit": "485edb8d70669e0a74fee9431e1966a15d38757b", "message": "Implemented static background\n", "proba": 6.900391440467502e-07} {"commit": "0b8cb08145914f2bb4be225dbbe0a13085f7e1d7", "message": "Changed the graphics loading and access\n\nThe same graphics-loading class is now shared by all the other classes.\n", "proba": 1.0084623625061795e-07} {"commit": "4958628e7a6cdb0aa8247a9bcb5051219b051cfc", "message": "py33_exceptions.wrap_error() does nothing on Python 3.3+\n", "proba": 9.904225407808553e-06} {"commit": "237f62ba7d76631bbacf020c61b13ee51c4c667b", "message": "Add enemy.movement to match chema\n", "proba": 6.583313734154217e-07} {"commit": "acb7775446efce3738335002c5ef7f98400a5b49", "message": "Fix #10", "proba": 1.3132453204889316e-06} {"commit": "50d7dc8b9495e04746c6da682d81bd98cd0d8389", "message": "http://luc.lino-framework.org/blog/2015/1006.html\n", "proba": 1.354989933588513e-07} {"commit": "bfb4ee975bfd293fc4c5456f9b781fa244992a6e", "message": "Added some comments\n", "proba": 1.1900917940010913e-07} {"commit": "4ba57938222bbcfebea612862c9ccb349c82051e", "message": "sitlinv_stlv7325: remove unexistent COL/CRS pins\n\nThe COL and CRS pins of the Ethernet PHY is not connected on the board\nat all, but assigned dummy positions in the platform definition, which\nleads to Vivado warning when building.\n\nRemove these pins from the platform definition.\n\nSigned-off-by: Icenowy Zheng \n", "proba": 1.2994748033179349e-07} {"commit": "bd2374b6fe6dd0ddbecc460f2166891a76c4ee23", "message": "Remove trailing slash from ajax url in ModuleSystem\n\n* also add a check for valid location in modx_dispatch\n", "proba": 1.4937661774183653e-07} {"commit": "c4c674367f062874384ef39cc5df564dc57da347", "message": "Remove unneccesary imports\n", "proba": 0.000625228974968195} {"commit": "499c6c14650ffe363c7ea1fe62c858704df617f8", "message": "fixes l10n\n", "proba": 2.2330099454848096e-05} {"commit": "5bc6e29889dda8b6f388934ec18ab68c901e8229", "message": "Add static files versioning setting\n", "proba": 5.952982178314414e-07} {"commit": "ad98fc1855df4eae773794f1d3b0ab12afc25a81", "message": "Fix setup of tests to remove intermittent failure\n\nThe tests in test_periodic can fail if the tests are run in the same\nprocess/thread. The stub bays used in the test were not reset between\ntests, leading to intermittent failures in CI. Move the setup of the\nstub bays inside the setUp function to assure the stubs are setup\nbetween test functions.\n\nChange-Id: Idb705bc9e5ecb5c798b09367bd546655f874c04e\nCloses-Bug: 1476207\n", "proba": 1.8926808479591273e-05} {"commit": "b4bf7024feb4fcc5f7d7809be8721cb76c2925ad", "message": "Pooja/Ajay | #3556 | Bugfix - Fixed import for reminders\n", "proba": 1.0533678818092085e-07} {"commit": "d2a7844654bb89d740564e307d01257ce116c61d", "message": "Archive builds by the Android clobber builder.\n\n\nBUG=164196\n\n\nReview URL: https://chromiumcodereview.appspot.com/11692004\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@175607 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 9.125800488618552e-07} {"commit": "f40dca99d2952dcd022c811094166ec62994d9f7", "message": "If multiple data sets share abs surface; should share sdcorrection terms", "proba": 1.481507297285134e-06} {"commit": "f783fc7d5876f73de9c0e5c73d78437b65c30dda", "message": "Log when a error email in sent\n\nChange-Id: I5f505559d02ac7e388e3a77ed4e3f3ac49d6ae1c\n", "proba": 1.2989522701900569e-06} {"commit": "bcf5d88c68b5c37114083f7cd215dea7599d879c", "message": "Moved more things from the attic at last (this was all for the patterson tool...)", "proba": 1.0332520616884722e-07} {"commit": "3b553ce4535015de02f162a44c368236f923c333", "message": "Pass note content through\n", "proba": 1.285070538870059e-07} {"commit": "b632342c444b6dae0abb65b3ed1366e3212b0283", "message": "Added a limit_batches method for doing exactly that\n", "proba": 1.3374106799801666e-07} {"commit": "a4614988551b0a8bf701fc5e921ccab766a974ed", "message": "Looks like new instrument on I03 is (i) writing out no m at the end of distance (ok then) and (ii) writing wavelength incorrectly in nm. Typo someplace?", "proba": 1.0867783828416577e-07} {"commit": "6e8ccbfe183176fc7a20f1b83d357c4898b689f8", "message": "Minor textual changes in the StudentProposal model.\n\nPatch by: Lennard de Rijk\nReviewed by: to-be-reviewed\n", "proba": 1.0851007203882546e-07} {"commit": "dd4ccd16575ccfad6ab748608e5db288caf861bc", "message": "hopefully fixed issue with TrackerCallback.py\n", "proba": 1.3528375575333484e-07} {"commit": "ebe643293db5a91c765e2b8be11ee6c639c652a7", "message": "Truth table functionality implemented", "proba": 4.304558842704864e-07} {"commit": "7702a1ca042739aa5d6d096f1e36800091332596", "message": "Used Stencil for image cropping\n", "proba": 1.4438808193517616e-07} {"commit": "a43f1ef2c22e91acbbfb2268831d290f415affac", "message": "[Roll] add drop highest/lowest and make keep/drop operations default to 1 dice\n", "proba": 2.7262936441729835e-07} {"commit": "d5fa7913543221943238933fe0749561ff999299", "message": "implemented default_size for TextAssembler\n\nsvn path=/branches/slideshow-python/; revision=726\n", "proba": 9.448631317354739e-07} {"commit": "0713c80f4df71870bc20de592039b34c1d11ea0b", "message": "Modified test for empty bucketlist item\n", "proba": 2.3025424411571294e-07} {"commit": "24a731654c0c74baf4b2f29a204aea022575ac26", "message": "nanometer -> nanometers\n", "proba": 6.673065217910334e-05} {"commit": "21afba95719822a7933c9aa33d14838b7e731289", "message": "got the partial output finally properly replaced by complete output in IPC database - #297\n", "proba": 1.278278318750381e-07} {"commit": "01bd6e94d185246f2873be878dae1e636685db86", "message": "Add @task decorator in place of @debugtask\n", "proba": 3.177823600708507e-05} {"commit": "6eda2114fc73b1a3062dbeb92c5cbe36a5040b73", "message": "Changed default libpcap filter to filter by ports 6633, 6634, and 6653. The goal is to better support mininet\n", "proba": 2.7966476068286283e-07} {"commit": "f45e99fb11b5d64b5d0cf36bf12c9ad1296bc149", "message": "first implementation of an overviewmap\n", "proba": 1.7868649138108594e-07} {"commit": "79a9ee798324a0c028e8554ff10a8ba59627fe97", "message": "fix spacing between indices\n", "proba": 0.0008804991957731545} {"commit": "5fa5df4a508e28f5637c9f959309941c12662383", "message": "Fixed recursion issue that occured when a multilingual model class is created multiple times in the same python process.\n", "proba": 1.0218377610726748e-07} {"commit": "b1fdf6f2cd56415fc71d048715e26df105b401f1", "message": "fix message assembly\n", "proba": 5.935637454967946e-05} {"commit": "f38de1d4f0ba6fab5b055bbd91b2a9392dc0cb7c", "message": "Updated from Brython Server: 6/7/2016 4:12:11 PM", "proba": 1.1279689715593122e-07} {"commit": "7bf8e2d6c0f4e95492666818874f79626c555324", "message": "Allow uploads from GITHUB_REPO_ROOT\n\nThis is necessary for course imports to not throw a SuspiciousOperation\nerror.\n", "proba": 1.0603930888919422e-07} {"commit": "90cdef52327d3e8f110e769a5cb4d0e56e00f725", "message": "main: progress bar updates (+rules, and realize iterators)\n", "proba": 1.0722175147748203e-07} {"commit": "211ea054dc2323bf790eb0c8b5ac9716ceb85115", "message": "Client and server machines can use different interfaces for the tests\n", "proba": 1.419707160721373e-07} {"commit": "d08a92a86773674ce5796d7bc402a1a08095b82d", "message": "switch back to explicit precedence values\n\nbut now separate from choice db representation / html form representation\n", "proba": 2.1447549158892798e-07} {"commit": "2bf685a6a48f19576a49c63c9952e7871a4d5e66", "message": "added db pull\n", "proba": 2.2725896542397095e-07} {"commit": "71f4df5661380a0ae28b54819ed726f6220182e3", "message": "[CARA] Enhance dict compatibility of Struct\n", "proba": 1.9513397830905888e-07} {"commit": "cd2e2d41e7808ca3bd9e2f029a4175e5add2dcc5", "message": "Added a new configuration file option \"system.save_transition_matrices\" (defaulting to False) for whether to save per-iteration transition count and flux matrices (perhaps necessary for some third-party analysis tools, but expensive in space and not currently used by any in-package analysis tools).\n", "proba": 1.155521118789693e-07} {"commit": "81a77acde2bf0d9a3d248806baf7ba19641135b7", "message": "Updated rules_rust to version `0.8.0`. (#1472)\n\n", "proba": 1.2865039877851814e-07} {"commit": "e72df270ffa965d242053495ada544d628d112df", "message": "Remove unnecessary server metrics\n", "proba": 5.814210908283712e-06} {"commit": "0cc937b7434ffe70280e499c3174d30fd3d56a75", "message": "Fixed launchapd bug#https://bugs.launchpad.net/ubuntu/+source/ldtp/+bug/828077 - Throw appropriate error message\n", "proba": 1.5288982524452877e-07} {"commit": "03201e77bf60c909fff0c063729893beb11dd2a3", "message": "-> Credit\n", "proba": 2.2959446255299554e-07} {"commit": "d5f7f78573847628742627c0231d4e59f3c28f4c", "message": "adding csrf cookie secure\n", "proba": 3.0146941298880847e-07} {"commit": "5690ddb681c974dea510d11c45d92441517d3a4f", "message": "stupid error\n", "proba": 0.0003543876809999347} {"commit": "a9d74ae8c35abe07bfb97cbfb69f639d4f540ed3", "message": "Check for json file uses binary file mode\n", "proba": 3.162181769766903e-07} {"commit": "702544b4dfbcdb6db3ba2fb217e6461df90bd5fe", "message": "update barb_demo comments.\n\nsvn path=/trunk/toolkits/basemap/; revision=5872\n", "proba": 2.3529137251898646e-05} {"commit": "9ba7bc89ac165e081fb3114ce76d09889f5823c3", "message": "Correct the `unit_files` format in pydoc (#3070)\n\nSigned-off-by: Ping Qin <86e38e0010acb293d81c3c03be64730eb82c016d@redhat.com>", "proba": 0.0002966497850138694} {"commit": "e5453d68b16323b31308d8feac364dab30bd9b22", "message": "Pass in handler_registry to NoFiller.\n", "proba": 1.1563732726926901e-07} {"commit": "3016f2f722a6c820a436d1d8d14e8abcf4e062f4", "message": "altered for heroku config vars\n", "proba": 1.8222759479158412e-07} {"commit": "9e9401e9d98345504049016c8eb65f4672c6304e", "message": "cleanup: removed a todo that is done.\n", "proba": 1.7827117915203416e-07} {"commit": "ad807651668d65963dc745e51fd2c8c347c1571c", "message": "switch to Unix sort as default for UID clustering\n", "proba": 2.465804982421105e-07} {"commit": "c8cbd1050ddd1407a07899a359a86bb7876b0a9f", "message": "Bump version to 1.46.\n", "proba": 1.0827892538145534e-07} {"commit": "922cf462d683b78b55a7288e8af2dc535049e6f0", "message": "improve rand\n", "proba": 1.263373633264564e-05} {"commit": "0b738fedac8fbce6639cdffad561f693f0cf5491", "message": "Remove textsearch, no longer used\n", "proba": 2.5659761604401865e-07} {"commit": "566ec9d7aaa06f8396a0c93e83503b39285bc65f", "message": "State some attributes for now, may go to a different method before release\n", "proba": 1.3275851529215288e-07} {"commit": "d8988b827682fd645c9622b7f2c24f2805e119f5", "message": "All annotations are public.\n", "proba": 1.3385157160428207e-07} {"commit": "e22a5f34378c720d10cc3aaadcce3df7b8cda2ef", "message": "order in coveredRecordLInk\n", "proba": 1.7338489044504968e-07} {"commit": "a51ad79ac5d0443d18139ca20f97b9704948994d", "message": "Bump version to 1.0.6\n", "proba": 2.7866639129570103e-07} {"commit": "7cee20af9c4c0b0177ab7eb93c34a935f68fc458", "message": "Check DBFS FUSE availability before using it in mlflow.spark APIs (#4108)\n\n", "proba": 1.0452761500800989e-07} {"commit": "7ea369e938cc0a7720b08b3d1af09855714df710", "message": "final 1.py change before class\n", "proba": 2.3477254273984727e-07} {"commit": "dfd718570446e896b7ec7ca0f479ae99620a7394", "message": "fix blast output filename to include .blast\n", "proba": 2.6973004423780367e-05} {"commit": "5b2cd195ebe75d16b07519b0c4b1b745481397e5", "message": "Allow for title bar and remove debug trace\n", "proba": 3.9385224681609543e-07} {"commit": "ccd28b0ef7cba91bdc3278c631e9fd492834afa4", "message": "Update 'url' property to return always same 'format'\n", "proba": 3.222564259885985e-07} {"commit": "6151bba866713ccfde9aa3d9e8f493af60f06374", "message": "Add username configuration for ygor configs\n", "proba": 6.062705324438866e-07} {"commit": "6504a7bbe4239d737f1a20355744e3ca5d6cf1c7", "message": "allowed skipping initialize step\n", "proba": 1.0303213002771372e-06} {"commit": "931e842997a4c478c3a798711fd93533b47cd778", "message": "fix for path assert\n", "proba": 7.499074285988172e-07} {"commit": "ed04a3f22923d04b03007e9728ddb1673396d385", "message": "m.ch.\n", "proba": 2.962422058772063e-07} {"commit": "d83b04346a8d1157086ee1b628d967051101d3bc", "message": "piv: add command to unblock PIN\n", "proba": 2.3231423256220296e-06} {"commit": "ecc19785187257b2102ba138802aae089941ccf6", "message": "Use AnonymousUser.get_username() as full name\n", "proba": 1.4845600162516348e-05} {"commit": "ba65f3fefd157d6de22aa8e531a9f6067235fa22", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "bddbb31faec8ee44e92188f31a6cd3f13807089b", "message": "re #10456: use zeit.cms.testing.ZCMLLayer\n", "proba": 1.1480288009124706e-07} {"commit": "1ccd65eb2e72acd545c364a9356a7864813d9894", "message": "[core/api] added API documentation\n\nSigned-off-by: Robert Wuttke <12e9293ec6b30c7fa8a0926af42807e929c1684f@benocs.com>\n", "proba": 1.1069288063936256e-07} {"commit": "b4737df87319651748b02f4b16d0d699683ed2e2", "message": "Fix indentation in Flask example.\n", "proba": 6.704686938974191e-07} {"commit": "005fbcb0456f115a5aa596d70bcc8911eabc9f8f", "message": "Added python version checking for fabric command\n", "proba": 1.7102007632274763e-07} {"commit": "8f7be2743bf17ef0d48018f469642a9509cdf1b3", "message": "Catch SessionLockLost and IO/OSErrors while reading block ID under cursor after a left click.\n", "proba": 1.0289097218674215e-07} {"commit": "97c106e67a051b0cffed1eedda6500c47c3cba4d", "message": "Updated example to use __future__.print_function\n", "proba": 1.7055852367775515e-05} {"commit": "238619c3ea7c2e8ec049b56b46becd83ac3500bc", "message": "ATLAS updates\n", "proba": 5.120230639477086e-07} {"commit": "42ceccb97b6738782cc99aed9128a4e923e41694", "message": "update create form layout\n", "proba": 3.871645333219931e-07} {"commit": "3aeafcd994cdd9ce15dcd20bc48be58899f8a2f9", "message": "api \ubd80\ubd84 \uad6c\ud604 \ucd94\uac00\n", "proba": 4.060716491949279e-07} {"commit": "ca51ece3c4b522643348eb1ede2375c79c2cc9cc", "message": "axiomatic 'stop', 'status', pid and log files inside .axiom directory.\n\nAuthor: exarkun\nReviewer: glyph\n\nPidfile is now created at yourdb.axiom/run/axiomatic.pid.\n\nLogfiles are now created in yourdb.axiom/run/logs.\n\nThe command 'axiomatic stop' will stop a running server.\n\nThe command 'axiomatic status' will tell you whether a given database is\ncurrently running a server or not.\n", "proba": 1.0519298712097225e-06} {"commit": "6aa69e802cd92baff252f188e57e17ce5ab7a8c6", "message": "Revise code sections slightly and introduce main()\n", "proba": 1.3495863981916045e-07} {"commit": "d19a53b04a0723e58f41ea5a7f5e78244d23dd4f", "message": "Write epsilon values to separate file\n", "proba": 1.708883974060882e-05} {"commit": "4973c9f435c5131c5078be59322fb7167ed22a93", "message": "mudanc\u0327as localizac\u0327a\u0303o\n\nSigned-off-by: Felix Dumit <6a66d77d4fe364b608ebc2ec75f700278c2a68de@gmail.com>\n", "proba": 1.1177105818660493e-07} {"commit": "0c16bf765f0fd583956614e7174b80da6c8fc990", "message": "Now processors belong to simulationRunner.parameters.processors. It was not changed with the restart option\n", "proba": 1.3850248592461867e-07} {"commit": "83fce553de34ea085298019c5b187aa17f231b16", "message": "Added type and value checking to the parameters\n", "proba": 2.40300607856625e-07} {"commit": "2d24d0e1303b20cc0b32f2dbd11f085721d0343c", "message": "Make Model repr prettier\n", "proba": 6.945451218598464e-07} {"commit": "464cc415b945ce537709ca5db3e319112f7a5033", "message": "Revert \"Update models.py\"\n\nThis reverts commit 45bb4a04284e4ddc39d545d58db2befb98668d68.\n", "proba": 1.1553668599617595e-07} {"commit": "4f6c46c090f5cdf63f45b6389e5f9d38dc79eb44", "message": "Add sender's domain to display recipient structures.\n\n(imported from commit 6ed2d869b36ad03eaa17eded57e7e46cf638dfd7)\n", "proba": 2.499250513210427e-07} {"commit": "3be96b014d61c94d71ae3aa23ba223eead4f4cb7", "message": "Increase test coverage for dns cache\n", "proba": 2.1233711322565796e-07} {"commit": "2482168cb8ddc359032c5682c590a33f046bff9e", "message": "fixed minor syntax error\n", "proba": 5.524927360056608e-07} {"commit": "49db96dae466a602662f4fde1537f62a8c8d3110", "message": "Enable test_integration_with_listener_class test on PyPy (#485)\n\n", "proba": 1.112554883775374e-07} {"commit": "9eac8aadaf0b2f309f00afa958319428dd6b6064", "message": "[IMP] Remove property_ids:value from _prepare_order_line_procurement function which is unused and also created field.\n\nbzr revid: bth@tinyerp.com-20120822113034-p7rth1ps829bt0qd", "proba": 8.078691848822928e-07} {"commit": "756d3972ae30e5586e44097fc269fafee9187a67", "message": "shorten a message\n", "proba": 0.9993059635162354} {"commit": "069d63ba16eae4a7793f1d164e77e86af846a605", "message": "add example for long DS\n", "proba": 7.245345386763802e-06} {"commit": "d27e795433a465d0207a9f02c1f0d279a5123f4c", "message": "[IMP]: Improved code.\n\nbzr revid: uco@tinyerp.com-20120224100811-me5r7269x5h7btmi", "proba": 3.1351316920336103e-06} {"commit": "dc4007752c6e3a06eab8f60763c7d9586686a982", "message": "GPU ok. close #1 (Sugered Stacked Autoencoder)\n", "proba": 1.2874269827989338e-07} {"commit": "89abe736df017238a7803d4497c6b11a154a5216", "message": "fix xiami song/album download with new api\n", "proba": 1.4371616430253198e-07} {"commit": "0dc0771648ca98a961cab69282a67ae10203716d", "message": "Hard-code certificate directory.\n", "proba": 1.6315131290411955e-07} {"commit": "ded7e85882dcce9fd5ab66dcadd76477c4e7ec90", "message": "made create an internal function\n", "proba": 3.949792153434828e-05} {"commit": "4575333076b182152b14dd6f742775137e638928", "message": "compatible python2\n", "proba": 4.406828793435125e-06} {"commit": "f6174aa96b4b40548cff09f00f3a4bab7146c473", "message": "Update sender.py", "proba": 1.1523983403094462e-06} {"commit": "109f727482668762b315253b8eecf6b36802f6b5", "message": "a \"single\" word missing\n", "proba": 0.9999233484268188} {"commit": "8625dd70e73f7c3a89744fd30ccad5816b5646e1", "message": "without diff 0\n", "proba": 0.004002047702670097} {"commit": "ffadc965ada3ec7dcc8bc3e477d416bf60c81ed7", "message": "Blackeberry for mobile identification and better code\n", "proba": 1.158715789983944e-07} {"commit": "7847ece35eda22ab24e0b8da235f150cb3467587", "message": "New Get OS Ethtool keyword\n\nChange-Id: I61ab17643367e05a3dc8eb009d5706d485697ce4\nSigned-off-by: Michael Walsh <10404802c7de463f402c4a18638106ca1b12ef61@us.ibm.com>\n", "proba": 1.1942438504775055e-07} {"commit": "9f3d5a70eb99405c7d93937eb18fbc619b34e8c4", "message": "add old comments that i forgot to commit\n", "proba": 1.1878375971718924e-07} {"commit": "2f46c7d662f3cfa46483d0fde08af2b7e47a7db4", "message": "added logic to filter ridelist by location\n", "proba": 1.3076412130885728e-07} {"commit": "c1adcaa810bafef72401e908bdba4c4cb0b126b4", "message": "Add inflation_destination to address object. (#154)\n\n", "proba": 6.598042546102079e-06} {"commit": "07de57db57033643b5ba3d6b1e69e54e549d6c02", "message": "bumped version to 0.6.0b\n", "proba": 3.611107786127832e-07} {"commit": "ef84d5549a2c4394d52144b7968f94eb0ec3c514", "message": "fix index create error on app init (#2115)\n\nsync index specs with resource config", "proba": 1.4650963464646338e-07} {"commit": "190150345666bfb9f497769312f2b851050efacd", "message": "Added the available commands list to the `--help` output of Babel's binary.\n\n", "proba": 1.2643090485653374e-07} {"commit": "2a7e81a3b7bf1b10a84b4218463afd9f203489c9", "message": "Make frontends that make use of a ''loop all'' fail if no message catalogs are found.\n\n", "proba": 1.327010465956846e-07} {"commit": "31a936eea0a2f093aaa98c68b346cf9207edd568", "message": "fix: Fix linter error\n", "proba": 1.3939602467871737e-06} {"commit": "8123be490228e6dbba4f55619dc8c3a8f9333559", "message": "Fix verbose name\n", "proba": 0.9999994039535522} {"commit": "aaeb5f172989d3f633d49e8601456c6fac4336ee", "message": "Add .so filename for FreeBSD.\nOn FreeBSD 10.1 libMagickWand is located at\n/usr/local/lib/libMagickWand-6.so\n", "proba": 1.5952869034663308e-06} {"commit": "44ebe57bbbb290876a8e3d91511f1f43ddc2f963", "message": "fix urljoin\n", "proba": 0.9984250068664551} {"commit": "4b1177f1aca6fe01c773ed7e6dde3bf5cb155f45", "message": "Bump version.\n", "proba": 1.5077837645094405e-07} {"commit": "238029260139cc189750f6c4e155e10f81ba376c", "message": "Move disable persistence after controller starting", "proba": 5.680911385752552e-07} {"commit": "d56c09adac9cb4070e5a7b5ecf1210568601becf", "message": "basic merge and cherry-pick function\n", "proba": 3.057549236018531e-07} {"commit": "e07f2d0ae8b30bb538bdd57d17e7a4213d5e2421", "message": "adding tests for group builder\n", "proba": 2.7312694328429643e-07} {"commit": "114ffdd3bcbf722e27e1d4b1d08d0918044f5a0f", "message": "Print responses from ES when deleting and indexing\n", "proba": 1.5338694936417596e-07} {"commit": "dfc1851f27fa3de8de11d1facccfe28ae8e90dc6", "message": "Replace a method call to use the latest version method\n", "proba": 1.144409725384321e-05} {"commit": "40b4c7cf9fbde3dc3ff2b84eccd5c133c0aecde9", "message": "prettify skin_detect\n", "proba": 0.00011649578664219007} {"commit": "2c70bd1a92b492721788794d934ce17dc7832c69", "message": "Remove unused imports\n", "proba": 8.691937409821548e-07} {"commit": "8b5958093f7e33c99f5636036a98da26b50cff78", "message": "enhance doc for some options\n\nChange-Id: Icb092589d91d7775b6b3c12265b561c2936f601c\n", "proba": 1.2470501360439812e-06} {"commit": "42720be1722b29eb9d7c8d52dc193b0d8ad82ef6", "message": "Colorama clearly unnecessary\n", "proba": 3.327701563193841e-07} {"commit": "b1405675e8317faf320c8f3ab2a3a032cd084d04", "message": "Fix duplicate guid error on ingest update.\n", "proba": 1.1178086367635842e-07} {"commit": "46bc9fd020199803813da7e88b92767484f236c3", "message": "Improved the help documentation a bit\n", "proba": 3.033046311884391e-07} {"commit": "999b474cd87976350fac3a1c51e859482dfba510", "message": "tkinter implementation\n", "proba": 4.0070744944387116e-07} {"commit": "1f30ca6c74731dbe730eff0c690d8e9b03a72541", "message": "Fix being bad with prints\n", "proba": 3.325577927171253e-05} {"commit": "9eb2c8562f0103a10c6b360f77808959e04f2974", "message": "BUG: Actually delimiter for SWMM format is a space,\n not a comma\n", "proba": 8.570586942369118e-06} {"commit": "d6b2378e5986c856aa081c57a52ba025ce295dad", "message": "fix node_item", "proba": 3.6841563996858895e-05} {"commit": "e7e3614498ef7bc4edebb39c7852e9612a6fec93", "message": "Conditionally set environment variables.\n\nDo not overwrite the user, the user knows best.\n\n(Correctly set the default depend resolve method to `build`)\n", "proba": 1.2678613359184965e-07} {"commit": "faa2f86f219d6cc0033fda9f3a2ede4202355859", "message": "fcode: reduce dependence on other modules\n\nImport only from core, functions and printing module\n", "proba": 1.36221331104025e-07} {"commit": "d6dc8df49585784403f031d0b938f67814b95b2e", "message": "Allow construction of Idx from a string (for convenience)\n", "proba": 3.535509449648089e-07} {"commit": "86934ade6927dce7c588709b011db7f6de1b6e58", "message": "stripe fixes\n", "proba": 5.261004503154254e-07} {"commit": "b176cb0d76b07e04e4ee1c893cc7df405efe1628", "message": "Revert runt rform change.\n", "proba": 1.4567798700682033e-07} {"commit": "168eef76b7c5b22b06f1f070496ebea74a535918", "message": "artix7: update prjxray for mux changes\n\nSigned-off-by: Jeffrey Elms <23ce84ca7a7de9dc17ad8e8b0bbd717d4f9f9884@freshred.net>\n", "proba": 1.0899961466748209e-07} {"commit": "87fb80e1691d47f8e1a4e68f9a09c5b6b53129eb", "message": "AssList and AssTuple assignments\n\n--HG--\nbranch : _ast_compat\n", "proba": 4.2406972511344065e-07} {"commit": "0482310a235ddd0340a1a5e2390794436c5518f2", "message": "stupid py27 crap\n", "proba": 1.3205633877078071e-05} {"commit": "3b128b6fe0e8be5e8b8623981889c723536391e8", "message": "more consistant partitions\n", "proba": 2.3272636099136434e-05} {"commit": "b77506ed37112f5d78a7c2cdea1c3b772952c6a0", "message": "small fix\n", "proba": 5.359547685657162e-07} {"commit": "c4a8ce29a391d133bdd2552ebcb86c5b956e1fa6", "message": "No need to set annotations\n", "proba": 2.404973201919347e-05} {"commit": "cf5caff988ca4a86383a750a0f48f48701163edf", "message": "added file writing for reported\n", "proba": 1.5331120550854394e-07} {"commit": "e9035028e06d003c398fce1571f65a99a2c2210e", "message": "Added Uniprot support for RBS optimiser.", "proba": 1.0756752288898497e-07} {"commit": "7e0b1279230656bdf46cb71c47877fa13b39fdc0", "message": "Hopefully fix VLC for Polish locale (thanks dan-123)", "proba": 1.0308779962997505e-07} {"commit": "ad7d63df97f60e23a26424ac04f515957e998531", "message": "Rename _stream_logs_enabled to _log_cli_enabled and remove _stream_logs\n", "proba": 0.001136014354415238} {"commit": "cf6ce372447e306490a90d0b77f7c7294084f7f1", "message": "Added support for logging\n", "proba": 1.422965851816116e-07} {"commit": "234e1be486e16789286e5ff449e12fcf13b8490d", "message": "Hardened serial port class\n\nNow, connection is open into the secondary thread instead of the main\none, to keep the UI responsive when connection takes times\nAlso, caught exception raised during running loop\n", "proba": 1.3267003851069603e-07} {"commit": "83106f8bf54b6aaf730f71a4905b679f581a673c", "message": "Py3k fix for #2506.\n", "proba": 1.1485960982327015e-07} {"commit": "31eeff91440da0c9050069a794ee9ec7b8b5c76e", "message": "removed unnecessary code\n", "proba": 1.6803060134407133e-05} {"commit": "1d4644f68d789f3dbe1bd2da13309697b9739131", "message": "Fix incorrect filter when platform is not informed\n", "proba": 4.220093501317024e-07} {"commit": "3b45e079648e295b0e49f1bbad54b4caedd9b7a2", "message": "fix key in post\n", "proba": 9.607022093405249e-07} {"commit": "5743ea1879cd52ea1b585e18631fec340e974135", "message": "Issue #7625: Add more tests that bytearray methods return new objects,\neven if identical. Patch by Florent Xicluna (again).\n", "proba": 1.0250528248434421e-07} {"commit": "dfb799d4eaeca0328866343a8163f61c063bb5e1", "message": "excellent place for assertRaises\n", "proba": 3.9358863546112843e-07} {"commit": "7fb6dbe959f580dc783892a5419c63059d0ac156", "message": "filtro per alterare gli attributi di un widget\n", "proba": 2.670855963060603e-07} {"commit": "ac68e5983d307a26a959abd7259ff47972f7a3a0", "message": "Revert incorrect change.\n", "proba": 1.1449416206232854e-06} {"commit": "fb2236de1dcffbcc8fe05fbd54c896b67f7000da", "message": "Giving 8GB of memory for large file support\n", "proba": 2.2619450135152874e-07} {"commit": "a96d0a03ffb4f1da33555d66a033a5838f014c16", "message": "Unconditionally opening the temp file in text mode causes this test to fail\nunder Cygwin. The attached patch corrects this problem.\n\nI tested this patch under Red Hat Linux 8.0 too.\n", "proba": 1.0503244141091272e-07} {"commit": "fd3ef32f15659ef62d4ece66828a92d77faf0196", "message": "[ufo2ft] add removeOverlaps=False argument to compileOTF/compileTTF\n", "proba": 1.9016382793779485e-05} {"commit": "d169ac5f67abcf2c7fffb9a47655e500284b8082", "message": "Make clear that also SkyCoord instances are valid args for erfa_astrom\n", "proba": 2.1242656202957733e-06} {"commit": "07a4512c300b9c8b9f64e9a19251cfd547fa90e4", "message": "+ updated response body for RunService.\n", "proba": 1.110862797304435e-07} {"commit": "317214dfb1dad365f5072a6e95d099b445c3e97a", "message": "If structure is zip, make sure saved file is ufos", "proba": 1.7473405478085624e-06} {"commit": "aaa9072c579c2934e1d05afb35470c26bd075a4e", "message": "patch the SDSS object so that request URLs get saved\n", "proba": 2.1545747586060315e-07} {"commit": "b60906997eb4864144ed64c25dc1f474ae080744", "message": "cxx.boost: Add coroutine and context.\n", "proba": 1.2895552004010824e-07} {"commit": "110906929f28011f343cc7fe47e65eb2a37ec584", "message": "Allow file uploads via mime reqeust\n", "proba": 2.1980046938097075e-07} {"commit": "61779ca6a707dfc993f5217422b53b5bdf1dd0fe", "message": "General cleanup\n", "proba": 2.8280544484005077e-07} {"commit": "59e2d4315adaf2b6eefc56415c0dedf73699bae1", "message": "Date fix for the first 60 days of the year 1900. Added a few more date strings to be recognized as dates.\n", "proba": 1.5078843773608241e-07} {"commit": "0037d804e84bcbc94244b097eba5d157082d0e63", "message": "idleTower draw and update\n", "proba": 1.478497893003805e-07} {"commit": "b6390e72f234fd9f4cbf9767bdbf07f133354a92", "message": "Removed old import of Culture in test file", "proba": 1.8869614848426863e-07} {"commit": "7da188a359236f974ef940cdbe61bc53595e5064", "message": "Avoid warning in test for metadata presence\n", "proba": 2.7320248818796244e-07} {"commit": "66fec083b575797931c0916fef90a55b62736571", "message": "Add missing commit() on WindowMissed.\n", "proba": 1.3236446250175504e-07} {"commit": "49a4e71871b74722cddba6197e6874d7c255f8ce", "message": "Fixed a bug in geopotential expansion.\n", "proba": 1.1479160377803055e-07} {"commit": "8287711538bb002fd9afd1c70ac27cbf8a8f0cfe", "message": "[modules/DR] Removed info_from_file in the exec_and_wait\n", "proba": 2.730753863033897e-07} {"commit": "0c159b021e8aaef3c4cb1173c09f40a8499aea7e", "message": "test_failure_to_write fails with root user\n\nThe test test_failure_to_write will fail with root.\n\nThis patch add a mock to prevent path creation, makes the test\nfits for root and non-root user.\n\nChange-Id: I7e55c4070c41927f05c2cfdd284c8d542f1d8906\nCloses-Bug: #1693129\n", "proba": 4.379383426567074e-06} {"commit": "eda62289f0a84d358b4e9bffda354d763b6d034f", "message": "Fix Table2.update() to \"update\" table records instead of \"insert\".\n", "proba": 1.3346127047952905e-07} {"commit": "2d254dc1f7493067320da488697483c1e1a3f9e3", "message": "hera_librarian/cli.py: re-alphabetize subcommands\n", "proba": 4.087497018190334e-06} {"commit": "b256f59674e366896f792bcd99d6d715ba6b6288", "message": "clarify no-se logic\n", "proba": 0.0005334553425200284} {"commit": "e12fd3fda760165bf2b0d5b71488251728d45c77", "message": "Bumps version to 0.2.1\n", "proba": 1.7942618342203787e-06} {"commit": "dd67fdf8fed354ad51980315a3a9570222884783", "message": "v1.48\n", "proba": 2.02444630303944e-06} {"commit": "22bea6d28d1df161b1190b73f72a86d895363e29", "message": "fix SetDefault\n", "proba": 8.099875685729785e-07} {"commit": "9d5b64a187107721284ef0092a304452da151f7d", "message": "bump version to 1.13\n", "proba": 1.7448282108034618e-07} {"commit": "8ef389d012206080a74c2240517d9f63fd19f3fe", "message": "cec_utils update\n", "proba": 5.454470510812826e-07} {"commit": "5e4d98bb63fb14eac72cba3246ab1dc67092c5a4", "message": "Update python config-parser to support cli short option\n", "proba": 2.741752780366369e-07} {"commit": "91989bc8147626ef26352e576d99e34cb38a00be", "message": "added null check\n", "proba": 4.247646927524329e-07} {"commit": "10695c57c6a1090b1de6bc0510f8a76142694d5f", "message": "Fix the Jamendo plugin to use the latest PyGObject GTK+ overrides\n", "proba": 1.4760986744022375e-07} {"commit": "954e3ecfc448052a97d07a8005d06127de0a5deb", "message": "convert some demos to numpy\n\ngit-svn-id: 033d166fe8e629f6cbcd3c0e2b9ad0cffc79b88b@1388 3a63a0ee-37fe-0310-a504-e92b6e0a3ba7\n", "proba": 0.9999992847442627} {"commit": "64c1f0e20d3a72fcf91392962bc88d161f434a68", "message": "fix big in japan\n", "proba": 2.25220378524682e-06} {"commit": "1262c50745ee430d61418e852794540843733a87", "message": "fix flake8 in channels/tests\n", "proba": 1.3156316924778366e-07} {"commit": "40eb778acf523a6e29bc1f0dbb425baa4e48fd47", "message": "removed symlink / changes wsgi\n", "proba": 4.5891408717579907e-07} {"commit": "52ad6beb8654185d7f6381693112ee2342e64a52", "message": "refs #918 fixed tests\n", "proba": 1.5841588663079165e-07} {"commit": "ef0217d15f36467ef5ea2c21dbafbbfe1aa05548", "message": "wdbc/dbc: Start work on the pywow2 API\n", "proba": 8.828470186017512e-07} {"commit": "d2c1f1e124d6f4c1d6d3c258af7f0b83b750d44a", "message": "adds missing test for output_initialised flag in test_init_output\n", "proba": 3.1972163014870603e-06} {"commit": "05c272fad67c068ce468e65626943cf4070b368e", "message": "Fix html glitches\n", "proba": 0.0019388138316571712} {"commit": "cf1a1df288f387c85d13f7a2affeb8f0878c107f", "message": "fix edge cases for display percentile\n", "proba": 7.945982929413731e-07} {"commit": "38d201a54a70a9a55e1350e93c03a3f115b29079", "message": "Increase logging level of errors while doing jobs (#4429)\n\n", "proba": 1.2889356071354996e-07} {"commit": "2874f51d4457075eb203ff47ee832068db605433", "message": "Deleted commented domain in 'account.voucher.wizard'\n", "proba": 1.3305091783877288e-07} {"commit": "e0a253944d16d694d16e11f1f21a559ca788637a", "message": "added impurity fraction input\n", "proba": 7.517928679590113e-07} {"commit": "b155e4193ad273cca3a1eb9a6bde0c928980c455", "message": "Actually implement manual ip specification\n", "proba": 1.2764850509938697e-07} {"commit": "02ca81ae8742f76b9165ceeb3096fabc50e7aabb", "message": "rwho: use a better exit status for permanent failures\n\n3 is recognized by systemd as EX_LSB_NOTIMPLEMENTED.\n", "proba": 1.2024241868857644e-07} {"commit": "090c4cf34b74553e8bdc3868b0d4a5f53c2695dc", "message": "tmp commit\n", "proba": 4.656051260099048e-07} {"commit": "c613b59861d24a7627844114933c318423d18866", "message": "Add some basic geometric functions.\n", "proba": 3.572967671061633e-06} {"commit": "8a3268c4db6e6c7dd02cc6b05cb807c568cfb75a", "message": "set explicit argtypes for delete function, required on os x\n", "proba": 1.9925990102365176e-07} {"commit": "9685117b7acd32c66999d95aa970ba2f483ebcf7", "message": "Updated\n", "proba": 4.837594929085753e-07} {"commit": "2b18d66545b3ace6b66aed3ea5122f3a22c5d070", "message": "Removed extraneous division by 100.\n", "proba": 3.1801262139197206e-06} {"commit": "76e6099fd93ce6a373cdf9c3255109d632a3489e", "message": "Update storageaccount.py", "proba": 6.521650561808201e-07} {"commit": "0f3b72e6285f74c21a6d560095fd52646892ae89", "message": "Handle repoquery differently for yum and dnf.\n", "proba": 1.1437886371368222e-07} {"commit": "95dbdcbfdbe653e314a0cf847ff2ca77ddc637c1", "message": "\u4fee\u6b63post\u83b7\u53d6\u6570\u636e\u4e22\u5931\u95ee\u9898\n", "proba": 3.0675465723106754e-07} {"commit": "7ad95ce2609e44473ef468b09a925cecfeaf1bc0", "message": "moved setsql to field\n", "proba": 4.568007341276825e-07} {"commit": "b0f41d6dd694ee4c3e0762c3eb52dbf70af7269e", "message": "really removed import of nonexistent module\n", "proba": 1.4725848984653567e-07} {"commit": "ab5799d2bd53c263a9d02fc870ccf37b4b5e7864", "message": "adding some comments\n", "proba": 2.3937380433380895e-07} {"commit": "799e3679d1fb3b22b500c35c72d31f84ad143bbf", "message": "added smtp settings\n", "proba": 4.7023263505252544e-07} {"commit": "686d59f25285bca66082c11a8ba5e3f0f3085f71", "message": "BL2Items: Lock in a favourite teapot\n", "proba": 1.7198097168602544e-07} {"commit": "f680e2674521400d4c3de307398c49e0f65af262", "message": "fixed TSET, corrected issues with lag and SR400 connectivity\n", "proba": 1.2390631809466868e-07} {"commit": "b3d1217c40a22edf1055ef6cc75fcf5e354a9ab1", "message": "Try to make images cacheable.\n", "proba": 1.262099686982765e-07} {"commit": "1c4dbaad541f6d718b90d300cbe1a5a5730ac799", "message": "* [Maya] Updated ``camera_tools.create_frustum_geo()`` to use a uniform scaling for frustum geo.\n", "proba": 1.0270783690202734e-07} {"commit": "dd8ce95a4c283e59f2f0340a555e8976be584adc", "message": "added categories and values for ca current plume info\n\nnames included are in the ca current point file\n", "proba": 1.275195273819918e-07} {"commit": "3d17e97865e463a6da8e91fb9a2459233831412b", "message": "ignore non-primary reads in target BAM when replacing reads\n", "proba": 2.781284365482861e-06} {"commit": "52706ac5deb0015ef6c358aababec55723b3c3a9", "message": "implemented sample for continous value range. Is it nessesary to have the inclusive or exclusive selection? it looks like the difference would be minuscule\n", "proba": 0.0055563789792358875} {"commit": "f75a7a852002229e970bd6e8e882de2455c4cbdd", "message": "gravatar hates query strings, support passing in options via the path,\noptionally [?&] are replaced with / and = is replaced with _\n", "proba": 1.8336228890802886e-07} {"commit": "a473afa12324e8975404e790cee5f707f92127ae", "message": "fixed legacy import errors", "proba": 3.655490274923068e-07} {"commit": "f1e72c481c366cbb0ee12301cbf31e4a9df26b50", "message": "textsplit.py: attempt to fix up Andy's algorithm for CJK splitting with special case western eol handling\n", "proba": 1.5792805925229914e-06} {"commit": "3fe412211f08f81e927e36151190d218d1736e48", "message": "Fix type error in the call of _NetworkConflictCheck\n\nThe function _NetworkConflictCheck expects a list of instances as\nlast argument, not a list of pairs of instance names and instances.\n\nSigned-off-by: Klaus Aehlig <4ce51de36d9068cd7db2eec1151e0f3f95419008@google.com>\nReviewed-by: Guido Trotter \n", "proba": 0.9982715845108032} {"commit": "25f48472d5ea347d3740a3140e736e7bd8b38ee7", "message": "removed bad OCLC records from expanded query. Fixes#177\n", "proba": 2.8412628694240993e-07} {"commit": "e3828ae72ae778461eee9b93ccc87167505f91f8", "message": "Make sure all unit types can be recruited.\n", "proba": 1.2740818533529819e-07} {"commit": "57706a7f0ee7de7e94d1146f4478fb8298815f6d", "message": "BL2Items: Check version against data file instead of hard coding\n", "proba": 1.7524324391615664e-07} {"commit": "7cb56d0e0e8cfbc3b669a7edd20fbd54081d9976", "message": "Add answered correctly time and fix collection references.\n", "proba": 1.1278786615775971e-07} {"commit": "8fda3135252af087d8212cad1038c113fc29482f", "message": "Alphabetize azurectl exceptions\n", "proba": 0.996813952922821} {"commit": "99412f8b3394abdab900755095c788604669853d", "message": "Remove headline from create view\n", "proba": 4.3619670009320544e-07} {"commit": "7bca3a9ecb8ea3c086f3a8cc0e0636222eb2e92a", "message": "PEP8 fixes\n", "proba": 1.4330707642784546e-07} {"commit": "372886e6b17261c9c969fb7125869744afa3af72", "message": "fix finalize_data_shuffle_meta for dt64\n", "proba": 1.8450208472131635e-06} {"commit": "2ba147ecffa28e5a4f96eebd09dcd642117dedae", "message": "Fix typo in examples/utils_ner.py\n\n\"%s-%d\".format() -> \"{}-{}\".format()", "proba": 0.9992663264274597} {"commit": "20b2eef1e59e309529393bacbc1825c4c21da783", "message": "Implementing cluster stability analysis\n", "proba": 4.917010869576188e-07} {"commit": "0d00d8945d6859741469bfb4c7e868c434aadf70", "message": "validate - makes log updating optional and better error returns\n", "proba": 1.2821729455936293e-07} {"commit": "b3c783fc6d2bb5cddca20cbc4fae3a49ae666e61", "message": "Now accepts TZ for croniter\n", "proba": 1.2973808338756498e-07} {"commit": "c40ce784702f6280fc8ea0914befdf86390fec04", "message": "Now the db is always loaded from the library location instead of locally\n\n\nFormer-commit-id: 316c524a40ad34a3dc3105607a190d931a44a7df", "proba": 1.2905373978355783e-06} {"commit": "f3586f60aea83c78fb309c8174b44621021bb87e", "message": "Fix test to run under Python 2.3.\n\n", "proba": 3.4905292523035314e-07} {"commit": "33dc04e33cd1b847d3b448abd3086ce7ba900f33", "message": "Corrected values for a few enums\n\ngit-svn-id: fd5651005e1fc66a3490704f845b303807a90017@84 8d1e9007-1d4e-0410-b67e-1979fd6579aa\n", "proba": 0.0056405384093523026} {"commit": "1d42842aa96f7e2407fa5d52f32d1573b5460dfd", "message": "Bug fix.\n", "proba": 1.4808925641318638e-07} {"commit": "d1bdc727394776b0e0bb042d8f8fc755f613429f", "message": "Support the SSL setup of Debian services\n", "proba": 1.2947826633080695e-07} {"commit": "797093000230d91aecc4f8997617c1a95104daba", "message": "Try limiting bucket names to 50 chars\n", "proba": 0.0008327960968017578} {"commit": "9ef35fd59d3b5d83c6429098682668bd423cf750", "message": "better handling of 8 column format\n", "proba": 7.08312654751353e-06} {"commit": "09e314e3734afeb5be87cfcd9317ef31557e4825", "message": "Work on postgres notifications\n", "proba": 1.4162831973862922e-07} {"commit": "50198d1920c96ed27451c3f4edf3adc39e704f8a", "message": "Switching preference for lxml import in pmRequest\n\n\nFormer-commit-id: 436f28a307fea38fbda0ec06c518eb204fa72966 [formerly 436f28a307fea38fbda0ec06c518eb204fa72966 [formerly 436f28a307fea38fbda0ec06c518eb204fa72966 [formerly 06f45837e68c37b22595960e61d702b1a08ec938]]]\nFormer-commit-id: 38f6a17037c58f77ce0d2b20221a07e818ea2232\nFormer-commit-id: f94e2f2a2a42c15dc5bac9b285a239d9f4e508e6 [formerly ea388d0da13f4a0ac5e67402574415f922ac8366]\nFormer-commit-id: 4d4168814d5101dff3c97c565f226bd15947c93c", "proba": 1.7606537312531145e-06} {"commit": "f2798d09958962fa3f07ffb477d4e08233f3e3a0", "message": "fixed strip/rstrip SNAFU\n(#16)\n", "proba": 1.1738858063381485e-07} {"commit": "0263437d32e666c421d983f6bb401e8df422d93a", "message": "fix overmatching volumes/chapters\n\nAlso:\n- Remove -p from usage output. This is not yet implemented.\n", "proba": 1.0519885051962774e-07} {"commit": "817b1323f75da44caf6b1d8c09381e01ac3a4881", "message": "Add check for zip() test\n", "proba": 2.0165178682418627e-07} {"commit": "1d485e425632a2748a4265ba2f941334ae7a985b", "message": "Moving import to top of web.py\n", "proba": 2.0294535829634697e-07} {"commit": "047098ad0f03cf9ae89bdec0e2565175c0be51eb", "message": "Ensure live departures are shown even if last bus is up to an hour late\n", "proba": 4.4475791582954116e-07} {"commit": "f4c2c7bae0f5dc0bb1e7363d41130f6d69809d3f", "message": "Added parse method for XHeader\n", "proba": 2.105414864672639e-07} {"commit": "51d4dd856962660744ab96a6ff61d9295e915d2c", "message": "Fixed some comments and added some additional documentation.\nDitched blog_title_with_path variable -- this is superfluous.\nMinor cleanup.\n\n", "proba": 9.941464895746321e-08} {"commit": "1c0514a90d5fad2ed736520236f38bc9d7567256", "message": "CNVkit: ensure output files in SV work directory\n\nSupports CWL where cnr inputs may be in staged directory instead of working\ndirectory.\n", "proba": 1.0286271390214097e-07} {"commit": "0965fda4aaf6cad1f95a5e3ebee95fd84aeb0985", "message": "Remove datablock in export\n", "proba": 7.066381044751324e-07} {"commit": "ab5ea6f1dcb9548c6f2853a4cd870598853818fd", "message": "Determined the elements of the training and control sets.\n", "proba": 1.752499372287275e-07} {"commit": "c85f406a0dfd5e33c909feebc96fc8a0d580cdf2", "message": "Wrap large integers as int64.\n", "proba": 0.9986862540245056} {"commit": "e5f1e21b74354d753b5732a021a3b4c49a58723e", "message": "Use given ship name instead of IP/hostname in play output\n\nSigned-off-by: Maxime Petazzoni <0706025b2bbcec1ed8d64822f4eccd96314938d0@signalfuse.com>\n", "proba": 5.921339834458195e-05} {"commit": "a5b6529c04264fcf4acc3714def96a3d79cfe371", "message": "Update machines.py", "proba": 6.734767907801142e-07} {"commit": "126373738df0b8f744cf447f148be73e0d8f2052", "message": "handle database crises more elegantly in stop departure logging\n", "proba": 1.7152822806565382e-07} {"commit": "78b0eb61bbe7c1e21551f533bda07cb7b46e41f9", "message": "Removed unused file\n", "proba": 9.969489838113077e-07} {"commit": "f32994553539b6ecde1640cef785024b076ba025", "message": "Fix annotaion-xml typo\n\nFixes #339\n", "proba": 2.592009877844248e-07} {"commit": "948f10cc0a9a08ccb87e843e33500ecc4d61e4b0", "message": "I adjusted the VERSION_SPLIT tuple so that it parses the VERSION per\nWari's suggestion. Originally I wasn't going to do this because I thought\nthat VERSION might include something like \"pre-0.9.1\" while the\nVERSION_SPLIT would be (0, 9, 1). But after thinking about it, I'm not\nsure this would happen any time soon. So might as well make it easier\nnow. We can always change it back later.\n\n", "proba": 4.311335487727774e-06} {"commit": "f7f34646839f42185d587fc91d44732b1bc0e122", "message": "Tweak shell command docstrings.\n", "proba": 1.4828626149210322e-07} {"commit": "36221ac55b99bf106d4ca98f903b55c3bbfd92c2", "message": "[MERGE] [FIX] 'crm_claim_rma_custom': Cambios provenientes del merge con master y correcciones varias en la creaci\u00f3n de nuevo abono desde RMA\n", "proba": 4.337744883287087e-07} {"commit": "8bc32e80bc569daba7fc7501b792309875e514df", "message": "zip parallel edges for nx.DiGraph() in algorithms.graph.merge_paths()\n", "proba": 2.896837543175934e-07} {"commit": "f92a443af32211ff1ffcab01313114f4af61eb01", "message": "Propagating commit 3cabc8f from robotframework-upnplibrary\n", "proba": 2.1851091958069446e-07} {"commit": "34ff05b85f3e40394f49c8a9db5442a92fff42ca", "message": "BUS-TIMES-DJANGO-3XR use journey route_name if no service\n", "proba": 3.825077510555275e-05} {"commit": "72aa04e4dcd9515df7ede69518572f94c429a50a", "message": "change recv buffer\n", "proba": 9.393447726324666e-07} {"commit": "efe464fc2d191111b93af0b2960f796ffcde6d54", "message": "Added features: Fatal vs warning, columns in clinical file, check for spaces in header, value case fix for select values\n\nSigned-off-by: Zack Heins \n", "proba": 1.0923437798737723e-07} {"commit": "56185d0d3274a009210ea1b706d39676af9c328d", "message": "Bumped release version\n", "proba": 2.4780328544693475e-07} {"commit": "c69a022f970f6f5d982a7d2a6bb1c87e9149fdfa", "message": "Ignore exception detail, which is different for Python 2.\n", "proba": 1.4078906929171353e-07} {"commit": "4735e84f9166cde754c476c12707debb4e36e3f2", "message": "refs #8: Added a test case showing the problem.\n", "proba": 1.0616356149739659e-07} {"commit": "0205c26f3db7ef44d7ee70fa9ebdf5a7f6b43baf", "message": "Bump version numbers to v0.8.3-unreleased\n", "proba": 1.6381110867769166e-07} {"commit": "18e30db4971c72c501bdbe679255444c94a53e3e", "message": "Bugfix\n", "proba": 8.038198870963242e-07} {"commit": "b065d98953510cd05a390942f2d6b2719a6b6c51", "message": "Finishing implementation of \"Get IPv? For Service Name\" and \"Get IPv? For MAC\"\n", "proba": 1.1933717303236335e-07} {"commit": "a5e51108c9d999c7647390c2616ec110b97b9f01", "message": "Support async read for manifold path handler\n\nReviewed By: sujitoc\n\nDifferential Revision: D31411471\n\nfbshipit-source-id: 977a7dd8b558f51f855faa50ec001597ea8adc5f\n", "proba": 6.107051717663126e-07} {"commit": "1f44d69804e592422fcb0aaefe8423a529905e4e", "message": "Fixed sphero example for new API\n", "proba": 1.3748206129093887e-07} {"commit": "fec22a9ef49393bf6a58152f4912476986a938c9", "message": "update for excluding stations with no apr\n", "proba": 1.8896176356975047e-07} {"commit": "c7a7fbd66fca4a937f8f754c44800ff2f29748e3", "message": "Rinse and repeat\n", "proba": 4.7479963541263714e-05} {"commit": "748b8c6810afb455b5161f4249cc7a5933b9cc2c", "message": "removed some nova* env vars\n", "proba": 2.1697613306059793e-07} {"commit": "85e1aaa68ea670f284dfed2525c44346d45284de", "message": "Rename duplicative test\n -Fix URL for validation\n", "proba": 3.8659632650706044e-07} {"commit": "d8cff9ba70359b43a04cca3603a5eed6b7830626", "message": "Remove main() call\n", "proba": 1.2195140470794286e-06} {"commit": "3e211829885ca7f9912121b1f0f8c1522f67040b", "message": "threaded ssh get\n", "proba": 1.1245571158724488e-06} {"commit": "30742e468c86ac39e0fbf06527b7564d91ebe62f", "message": "Tweak goofile.\n", "proba": 1.3977273738419171e-07} {"commit": "cc34b9c57122778dc264a3b724b98cf0a4c5b949", "message": "move save\n", "proba": 1.3339246152099804e-06} {"commit": "02bdf490a1adeaabe62f7851132ae042446095c5", "message": "Remove regression test to see if it caused pytest Travis error\n", "proba": 5.355189500733104e-07} {"commit": "32b458ce2a39140037a084f71b5066ed9e55e294", "message": "abilian.core user: removed fields: job_title, department, company, location, expertise, interests\n", "proba": 2.3526120003225515e-06} {"commit": "57a0c0e088c38408c7516fd19a583d75aa53c03f", "message": "Closed a bug where streaming responses only...\n\nworked the first time a URL was requested. Spent generators were being\nre-used, instead of being properly tee'd before use.\n", "proba": 1.053124805139305e-07} {"commit": "3c73911f90cbb97bd2fc2444e7bbf5717faf1bf7", "message": "store sum sq errors and obs from tax function estimation\n", "proba": 3.1483398288401077e-07} {"commit": "72d36cc964de54403af5257c2b2da81c1e83326e", "message": "Add RedoButton accelerator\n\n- use ctrl+y to be consistent with Write Activity,\n\n- a design discussion gave no responses,\n http://lists.sugarlabs.org/archive/sugar-devel/2020-March/057832.html\n\nSigned-off-by: James Cameron <979be511e3d216882811a349af33a6d24f3f5f99@laptop.org>\n", "proba": 1.5892463522959588e-07} {"commit": "33c7232f4629d7af2debd34e8725809656c05fe8", "message": "\u043e\u0442\u043b\u0430\u0434\u043a\u0430\n", "proba": 2.4355281311727595e-06} {"commit": "836d8993742e9ee726f7db70525e7e8944fde8d3", "message": "ENH: mention which extension has missing source.\n", "proba": 1.6917407208438817e-07} {"commit": "477670e1f9f4bea209bd3f744f1eb1e65f35ff5c", "message": "Avoid code duplication when rendering template\n", "proba": 1.5744979464216158e-05} {"commit": "66cf190b11d0b2b919b8199dd80dd2bacecff342", "message": "Remove duplicate test\n", "proba": 1.3623235645354725e-05} {"commit": "3b6bd456ad5a38ec7a89ce01f4dd16e6d32ac2db", "message": "Correct mistype.\n", "proba": 4.172788976575248e-05} {"commit": "d2a22d35ac58328ee64c305bb659a784e3b2b2ed", "message": "removes sudo from bash script invocation\n", "proba": 6.438003765651956e-07} {"commit": "53491d7191abfeefa8bd7323851a2ce8254a702d", "message": "Updated rules_rust to version `0.12.0` (#1630)\n\n", "proba": 1.1019321277672134e-07} {"commit": "f768dc66fa44e6cea00273706212ba06c1126222", "message": "make single query to check if doc exists in sql\n", "proba": 1.832407906476874e-05} {"commit": "eeedbc1512d6e8174a7bc4f6d0e3530ba52f9fa9", "message": "Ditch dead code.\n", "proba": 2.0684963430994685e-07} {"commit": "d344e400da2fbaf8fc00b31f0d6f56ed3b2b0cbf", "message": "Change version\n", "proba": 4.552794052870013e-07} {"commit": "a3e2d5852c058642a7107fe150fa71a36609a0f6", "message": "Request-Line regex. it will fix #18 (python 2.7 fix)\n", "proba": 4.135055405640742e-06} {"commit": "d1f9130cf4014b8aad2fc9bf48bd171b0e63cb38", "message": "Make sticks a one handed item to avoid the thrown quiver sell bug.\n", "proba": 1.0341826595094972e-07} {"commit": "8476a3fd1a7e460478435c209560ef38ba1f695c", "message": "pop out `amp` and `phase` from shapeParams as they are now Pulse parameters\n\n--CAR and DR\n", "proba": 1.3087776551401475e-07} {"commit": "879d3ad29b87d9b059ea24a9d8de5cb749a138ba", "message": "chmod\n", "proba": 1.0735574278442073e-06} {"commit": "008f704538c10b083a474622d7249f1e0337b57f", "message": "Python 3 compat fix\n", "proba": 2.598194726033398e-07} {"commit": "4dd9364b03681411b0f27cf610446a7e0f7d406a", "message": "second attempt at running real code.\n", "proba": 1.4441796736264223e-07} {"commit": "b7fd8f435fcb70c7cf8690b437412297f614f36e", "message": "use the function\n", "proba": 0.9999984502792358} {"commit": "56137c745a4891844dddb4661365ea18c846f420", "message": "fix compatibility with vcrpy\n\naionap currently breaks apart when someone uses vcrpy (http mocking\nframework) as part of some unit tests.\n\nIn particular, the vcrpy magic behind replaying a HTTP response turns\nthe response headers returned by aiohttp into a normal dict. aiohttp\nnormally returns CIMultiDictProxy objects for those which allows one\nto lookup headers case-insensitive.\n\nvcrpy also makes sure that the recorded headers follow a Camel-case\nconvention (e.g. content-type is recorded as Content-Type)\n\nThis conversion now breaks the response decoding because it looks for a\n\"content-type\" response header, although only \"Content-Type\" is present.\n\nThis commit changes the response header lookup during response decoding\nso that it looks for \"Content-Type\". When doing \"real\" requests nothing\nchanges, as aiohttp correctly does the header lookups case-insensitive.\nWhen vcrpy is enabled and used to replay recorded requests, the returned\nresponses are still decoded correctly that way.\n", "proba": 2.534771113005263e-07} {"commit": "aeb2b8177bdcf622c292bb82703ed7d7103e6f90", "message": "Updates to change the batch size.\n", "proba": 1.1291862733742164e-07} {"commit": "e7ff07d8a4282f47ffca48a0e563355046b6d762", "message": "`Struct.as_dict()` added\n\nChange-Id: I8b23c42754ce8d5d626cebebfc94717927d6fcd9\nReviewed-on: http://gerrit.hudora.biz/1409\nReviewed-by: Maximillian Dornseif \nTested-by: Maximillian Dornseif \n", "proba": 1.1784117504021197e-07} {"commit": "8a688c673d457ef0f90f7d36f62943b34c3848b9", "message": "twinkle twinkle part iv\n", "proba": 6.057069185771979e-06} {"commit": "f2dd1e3b767c3799284da3ae21e6d7b6db4f731f", "message": "Print failed commands after they failed, printing before is not that useful\n", "proba": 3.1006813969725044e-06} {"commit": "489f7a3b4727551537eece40eca52b99836f8405", "message": "Fix the TZCNT check when we are on a Travis env\n", "proba": 1.7931209583821328e-07} {"commit": "48e2e5f7d193050a23f37c548a7dd7fe08ae4e93", "message": "Improved Fresnel\n", "proba": 4.505016590883315e-07} {"commit": "a965d8cfd8218090b31f0d2459dbd42e959f6687", "message": "Update main.py", "proba": 7.280797831299424e-07} {"commit": "678b2587141cd797dfc165e86033644649cbf7e1", "message": "Fix missing train hook support.\n\nPiperOrigin-RevId: 227540907\n", "proba": 0.9985750913619995} {"commit": "3d1cd76c706675c68b5d59667bc05c87530d2e4b", "message": "Tests\n", "proba": 3.041871877940139e-06} {"commit": "1ae4641360ea417cd911403c1df36f219e842dbc", "message": "add repeaters & related models\n", "proba": 1.2791929293598514e-07} {"commit": "faabfedf5670982ea2dffbe2aacd96af3b7ff8ad", "message": "\u4fee\u4e86\u4e00\u4e2a\u5173\u952e\u8bcd\u7684\u7f16\u7801\u95ee\u9898\n", "proba": 3.157522883157071e-07} {"commit": "6ccd54113a3b219220a9affb4298d19507de9de1", "message": "[AIRFLOW-XXX] Bump version to 1.9.0rc3\n", "proba": 1.3640514850976615e-07} {"commit": "f847ff72c400357adfb31eb524cdcdf65f4fd0d4", "message": "restructring the code to make more sense\n", "proba": 0.000300542451441288} {"commit": "48ac752a7abefdf7dcbccec7502cedf056461e62", "message": "Modified the Knn function and the importing of scipy.spatial.distance, and added a first implementation of Affinity Matrix function, which will be used by Spectral Clustering algorithms\n", "proba": 1.2512680314102909e-07} {"commit": "50e80a8422f6d86b25ee286cfdc7da3996ad18c0", "message": "Fix relationship between submissions and tasks tables\n", "proba": 3.6738278140546754e-05} {"commit": "5128ff539901e9ef0e08559f93ab61987e38d5a0", "message": "Prevent useless parallel resolutions.\n", "proba": 3.4755350952764275e-07} {"commit": "34b7413eae635f3900892cb3729fdac57ca8802b", "message": "Updated tests.\n", "proba": 1.451368945026843e-07} {"commit": "00df808d801efdd3f24ef838b3198d1f210adf93", "message": "Work around a SQLA bug that was hiding all non-machine learned moves.\n", "proba": 1.214886680145355e-07} {"commit": "8b21672a3e415e0008fc0fdbf9578cc3d0f4f4b8", "message": "`Propagator.timings` returns empty dictionary if `profile=False`\n", "proba": 1.2145489563408773e-05} {"commit": "64e1e9ae61d2f6efcea5f13775248c1ba2befbcc", "message": "adding new exception handling\n", "proba": 6.39193672213878e-07} {"commit": "bd5994129b66dcaae377db8f005483c6f976752e", "message": "Grammar + declare outcomes", "proba": 3.230238121432194e-07} {"commit": "3f288f9e242a55a04da42834f4704727155505c5", "message": "Added size check to deal with already scaled groups and now check for status to be healthy before contining (real checks)\n", "proba": 1.0010229800627712e-07} {"commit": "72216757991a2120bb81e0003496eee908373b0c", "message": "Set the correct in-code policy for ec2 operations\n\nIn I8bd0fa342cdfee00acd3c7a33f7232fe0a87e23f we moved some of the policy\ndefaults into code. Some of the policy were accidentally changed.\n\nChange-Id: Ib744317025d928c7397ab00dc706172592a9abaf\nCloses-Bug: #1675377\n", "proba": 1.5682517187087797e-05} {"commit": "b9fc46ca5ce9f5f3c501b7a1d0b66ca3db343915", "message": "Showing paused DAGs in DAGs view\n", "proba": 2.7097354404759244e-07} {"commit": "baa9992d5dbdd8ad7d123acd64b146ba48123f3a", "message": "Add \"cores\" arguments to workflow step description\n", "proba": 9.365146524942247e-07} {"commit": "746b3a3ea91ae1e453f40a48e48774e2b1e8ea80", "message": "Add version string to package\n", "proba": 1.0727846984082134e-06} {"commit": "223407fb78d5520fa657115c8d318dee0e825631", "message": "update urls.py\n", "proba": 1.2519715255621122e-06} {"commit": "0b07ab3ef16724f288794bd135b6de2056cb8497", "message": "[REF] base_sale_multichannels: refactor referential.entity -> external.shop.group\n\n", "proba": 2.8937693059560843e-06} {"commit": "512201dd3fbf7eafa810e1f21d399e2e6a6f3edc", "message": "Add search, fix global URL and KEY\n", "proba": 2.3908998514343693e-07} {"commit": "9f6bb7f1d8853d74fd6dda40d46bab468474660b", "message": "Rolodex probably also ready to test\n", "proba": 1.1741175853785535e-07} {"commit": "76f40300fd205a783b057790e5482041a28a05fb", "message": "add printing filename on exception\n", "proba": 5.891460546081362e-07} {"commit": "0dd9b19e28ebe4960a8007eacd15aae2950ab463", "message": "add chmod\n", "proba": 4.891702474196791e-07} {"commit": "0b7f797ffe9ab083c787b6ed44ddc7800409152d", "message": "Iteration: Include `offsets` in pretty printing and iteration merges\n", "proba": 2.0156564062290272e-07} {"commit": "f4187b73cc5776b611c53bc1de133f351807374c", "message": "Fix KeyError", "proba": 2.007312468776945e-05} {"commit": "91318595fd7c417bcc716987d3fc2fb50ca4eb05", "message": "Improve DataFrame initialization\n", "proba": 3.5311863939568866e-06} {"commit": "5f6dc65da871a1acae1d33026e766ef8e5db84a7", "message": "moved so profiles_by_name is not blank\n", "proba": 9.257018245989457e-05} {"commit": "391a02dbc61b76fc2472fe9852157b6c8564ac7f", "message": "Updated CalledProcessError exception.", "proba": 1.3422662448192568e-07} {"commit": "77c92687e613c5648303acd7cebfb89fa364fc94", "message": "Removes hard-coding of /tmp filesystem cache (#19208)\n\nFilesystem cache has been hard-coded to /tmp. This would not\r\nwork for Windows but (more importantly) it does not work in case\r\nthe user has no access to /tmp directory and TMPDIR is set to\r\na different value.\r\n\r\nFixes: #19206", "proba": 4.6228683459048625e-06} {"commit": "fc65b6237ac565a904bc4961a8b7746db462e3a9", "message": "Fix postgres tests\n", "proba": 3.5773481954493036e-07} {"commit": "4f06e874c30208a61d926c2bbcb016d50c666cf1", "message": "Fix doctests\n", "proba": 4.182270458841231e-06} {"commit": "615b29ffef789519df12402aa44668cd593baad7", "message": "Removed print\n", "proba": 1.558147801006271e-06} {"commit": "755ab6d8cf1b3f7c0cbc1d44e387f2fc38e3289f", "message": "use relative import.\n", "proba": 1.344838977956897e-07} {"commit": "9359d16b1217fa43951376d655c7f60d5cd67d46", "message": "Python 3\n", "proba": 0.04302980750799179} {"commit": "3170da7da60c90f2fd4d5fdab5f6e17fb0969061", "message": "Fix strings post landing for c63e1d9f6\n\nBased on comments\nhttps://review.openstack.org/#/c/77939/9/ironic/common/neutron.py\n\nChange-Id: I965eb94d4c76d7024620792bcd926bce20476d1c\n", "proba": 0.9998461008071899} {"commit": "2195746420be8a146fea90811d71cac9e415f77e", "message": "Oops, last commit wasn't right, failed a unittest I thought\nI had run and passed.\n", "proba": 1.1017303336302575e-07} {"commit": "4297b891fbbaca95811631cc2b9ffc64c704a540", "message": "update getRandomJoke\n", "proba": 5.889606882192311e-07} {"commit": "0a2796fcb0b8db58c16d41b5913ce3a72d126785", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "b2bdd89c206ab6f1784bc841d812d369b42b0488", "message": "release_tool: Promote conductor-enterprise to release repository.\n\nChangelog: Introduce optional mender-conductor container based on\ngithub.com/mendersoftware/mender-conductor-enterprise, for Enterprise\ninstallations.\n\nSigned-off-by: Kristian Amlie <505e66ae45028a0596c853559221f0b72c1cee21@northern.tech>\n", "proba": 1.2571504726111016e-07} {"commit": "b873d36b9098ad2e06b6b14db691871ddc8c1371", "message": "[FIX] mail: more typos\n\nbzr revid: odo@openerp.com-20120822124307-qnwx6nk66msz01jx", "proba": 3.0493152735289186e-05} {"commit": "032a59390e4b0f52db1328f1e0e34356586e0354", "message": "Avoid exceptions for accounts without a name\n\nThese were probably generated by an older version of Google Authenticator on my device.\n", "proba": 1.223014720608262e-07} {"commit": "b35a501e305eaf1fa8103534ea4705540ab9f656", "message": "In the high contrast GUI, display rooms with the avoid flag set as death traps.\n", "proba": 1.0001794237268768e-07} {"commit": "b7e114dff851433d931db79eb025e4b54ee841a6", "message": "Updated from Brython Server: 11/10/2016 12:20:41 PM", "proba": 1.1283746204071576e-07} {"commit": "5b0ac2e38522d349fbb0024ad1744083358d201b", "message": "STYLE: comments on functions compute_Wijkl and single_diffkurt_tensors were improved, formulas are now latex compatible\n", "proba": 1.2204840516005788e-07} {"commit": "0574b9d576fa97a8296daeecee353e834b9eed99", "message": "Updated index and doc_types for reddit\n", "proba": 2.01966457780145e-07} {"commit": "9d39c20efcc11c7f84ea8f094756ff3833eb2567", "message": "BUG: splotch no longer using alpha channels properly for edges\n", "proba": 2.015925559817333e-07} {"commit": "98ea12cf3d25900cc9043c4177a56c754bbb827a", "message": "@ goes before name, not after\n", "proba": 3.1606484753865516e-06} {"commit": "a9f55e48fc930cf7a73df7aa2efc4ff11b451bb5", "message": "some update/fixes to irr updater code\n", "proba": 1.3564793732712133e-07} {"commit": "712ee0a2600ef8644cfa60d1b1a239dcdd02f7dd", "message": "Make dates none, if none specifed.\n", "proba": 3.6956069379812106e-05} {"commit": "272ff6fe99bddd6278bf94ffe9eededed730cf9a", "message": "Make _is_real_task a little stricter/more explicit\n\nCo-Authored-By: Daniel Miller <8c14cb85721e192e9f053819819534315b04bf67@dimagi.com>", "proba": 0.0005893905181437731} {"commit": "cd37f46c8c1c071469baf5842fbb4eca24484bff", "message": "Clearer statistics display at the end of the script\n\n\ngit-svn-id: a2d0af3c19596d99b5c1e07a0b4fed4eaca14ddf@18289 7fff26f0-e11d-0410-b8d0-f4b6ff9b0dc5\n", "proba": 4.700784757005749e-06} {"commit": "9d387ccd4f4f117a10949049ce82e8bffbca74d4", "message": "Updated from Brython Server: 5/11/2017 12:38:24 PM", "proba": 1.083208616137199e-07} {"commit": "648a092c562a0626ca0711122274e35ca7b4789d", "message": "declare other models before using as relation in DataPoint\n", "proba": 1.324913796452165e-07} {"commit": "aa03c36d62ee63dded9917272696d47d286e7c36", "message": "docstring fixup\n", "proba": 1.5372421557913185e-06} {"commit": "7eb73fb99a52ab995f311e524d9d5060754d53a1", "message": "Remove leftover debug statement from 'try_users' query\n", "proba": 2.6019686629297212e-05} {"commit": "cbe24232d7cbfe07ea61eda761ab9996075851a7", "message": "Fixing hostname()\n", "proba": 1.8994894617208047e-06} {"commit": "2f3511fe7b3f51e0a82fc432759648fdf1785453", "message": "Updated from Brython Server: 11/10/2016 12:41:23 PM", "proba": 1.1190139304062541e-07} {"commit": "153e20b1b0a3317f34ba405a4f3a727113dc4294", "message": "Bugfix\n", "proba": 8.038198870963242e-07} {"commit": "32d84a82e9d1211635133e7dfb38cdc5d2e54aa5", "message": "process a subset of folds\n", "proba": 0.9996850490570068} {"commit": "6e17a255e2e1d03cbad0bfcf96d31c3c0acf009a", "message": "Fixes documentation in mom.builtins.\n\nSigned-off-by: Gora Khargosh \n", "proba": 1.2370524871130328e-07} {"commit": "345a90e2a72bb5e6116b8a2d4bdb871057b28164", "message": "Remove the extra / in the store url\n\nR=maruel@chromium.org\nBUG=\n\n\nReview URL: https://chromiumcodereview.appspot.com/11364225\n\ngit-svn-id: d5a9b8648c52d490875de6588c8ee7ca688f9ed1@167473 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.0017583651933819056} {"commit": "699d1a948cd777aa3856cebe05a2b22ce37d7cc1", "message": "!away and !back now have different functions, !restart/!bye stop the game\n", "proba": 4.1496701896903687e-07} {"commit": "d1faa351415fddf2eb90689650db475704283982", "message": "removed little info icon from each line in the form view...\n", "proba": 1.009463090895224e-07} {"commit": "af499245f9f69d6e36779895f03836427d43f3c6", "message": "correct message text", "proba": 0.999998927116394} {"commit": "a1f1127c6de8ae488a578e5a6502e2ddae860c0b", "message": "Fix path problem when saving images.\n", "proba": 4.4497301132651046e-07} {"commit": "1c1724ecce2cecdf9bd38f22b3018a7154c590b1", "message": "don't allow / in branch names\n", "proba": 1.193480329675367e-06} {"commit": "d52c87aa571854a144f48e884eeb99422e8ce0c3", "message": "Change how run_clusterwide shows the running output\n", "proba": 0.00033291513682343066} {"commit": "053b007b60aa5035b078067de25aeb59e0792b66", "message": "trim async def\n", "proba": 9.245679393643513e-06} {"commit": "f65148bb7ae6683892efe4840468b1363b7d10ac", "message": "Rewrite client so it will not initialize during import\n", "proba": 4.984335646440741e-07} {"commit": "d75291699530c46c270ab5b63480787b9709811f", "message": "Add MessageReference.jump_url\n\n", "proba": 2.9046884719718946e-07} {"commit": "1bce89c138bf6e1f7db53099221fc5313e50eaea", "message": "added ping rate-limit\n", "proba": 5.589078000411973e-07} {"commit": "badb4deaf739a339a3d60e8961aebcc633b9665c", "message": "remove print\n", "proba": 0.0007934024906717241} {"commit": "d19f736dec99e7ea6104627a78783728043222b9", "message": "simplify the package downloads count\n", "proba": 0.0002957528631668538} {"commit": "2966af782b1791ef79216d8a9378bd4707076536", "message": "Test to fix #435.\n@fhfuih: can you mind to test? It will help us to know if we've got it :)\nHere is the walk-through for I gave to devs:\n1. Open mcedit.\n2. Switch to chinese (no matter here wether traditional or simplified, but testing with both, plus korean is not bad). Clikc the left button on the second row from bottom to validate the changes.\n3. Click on the first button from top on the right column to open the controls panel.\n4. Hold the page down key until you're at the bottom of the contols list.\n5. The line above is 'Fast Increment Modifier'. There should be a Chinese character. Doubleclick on the line above this 'Fats Increment Modifier' to modify the key binding.\n6. In all cases, look at the console and mcedit.log. If you can see a 'TRANSLATE ERROR' thing, or have a crash, report :)\n\nIn the case 5. is set to key, try to set 'Fast Incremental Modifier to a non-modifier key (something else than Ctrl, Shift or Alt).\n", "proba": 8.930834155762568e-06} {"commit": "a3110ea26e2440114572aa40b30d18426ce4b448", "message": "overload decode/encode in pool\n", "proba": 3.0209905617084587e-06} {"commit": "46b1873e9fca8fbe81dcdd1c01211edd01dabef6", "message": "Update mascot_helper.py\n\nsome renaming stuff (in code and in consumed entries)", "proba": 1.0462874655559062e-07} {"commit": "053fc17ed13092b2145d9033ff84884c6b2bdccf", "message": "ssd translation\n", "proba": 8.423984354521963e-07} {"commit": "a967d166dd5794b09b1efbb662ed3bfbd5a78dbe", "message": "fix fake nick recognition\n", "proba": 0.013791939243674278} {"commit": "b32acc90ad00de047212e275f2d933255aa4aaba", "message": "ADD: added debugging messages\n", "proba": 4.602018179866718e-06} {"commit": "c359324f2006cfd103b1a8af1ecdf24f14dcedc1", "message": "fixed bug with the splitter\n", "proba": 2.509065666345123e-07} {"commit": "2baa72abff64e646550a2e1d6ce2337fc9751fb5", "message": "use twisted._threads instead\n", "proba": 2.6323360202695767e-07} {"commit": "3d6743a84db36e9c3013dd3e8df8ff1299714d25", "message": "minor cleanup\n", "proba": 1.7840027055626706e-07} {"commit": "fabf7a935d84b8d6758d45ffe074819641df7df2", "message": "rename table users\n", "proba": 1.0759907809188007e-06} {"commit": "1b72c6b2923cdc65eefbd08b2b9996c49cf5cd8e", "message": "local changes to mass function\n", "proba": 4.606531263107172e-07} {"commit": "222c6c3d2125c33fc8f10a1f2c8a3a5ed273e8f4", "message": "Bump version\n", "proba": 4.5088074784871424e-07} {"commit": "80ffd11f9e6baca8622f590526b00848cebce52e", "message": "very small bugfix in !help\n", "proba": 1.3398336307091085e-07} {"commit": "bd157fc0fa8801fd5f28fe78c5c5afb9adec6c0d", "message": "Show Suggested Groups to all users if the network doesn't have any open groups\n", "proba": 1.7125167062204127e-07} {"commit": "e1171faa75ea1187c8e4eac8ee84d345bd3b1525", "message": "minor comment change\n", "proba": 2.6595554913910746e-07} {"commit": "54c0ef96cdc6f62146fab6e5308e7c8ca8066922", "message": "Rename funcs to hash_string()\n", "proba": 0.0019361251033842564} {"commit": "139bd4b83a123ea34ae436eb76ed80148197eb9d", "message": "Reduce rules sent by stacking/flooding.\n", "proba": 1.106228069147619e-07} {"commit": "d08b5dbedf5db41348d400d69edb98c200728cc5", "message": "Fix\n\nSigned-off-by: Gustavo Coelho \n", "proba": 2.0511194520622666e-07} {"commit": "07ce322d0bb972f3a239292e70bcaca3c7224ed2", "message": "minor changes in tempBranch reintegrated with main branch\n", "proba": 1.4060766773127398e-07} {"commit": "b8fc7a092124c715b1a2c3ffaa1de09d8a017dc1", "message": "Made `MAGICK_HOME` environment optional also on Windows.\n", "proba": 1.0079624246372987e-07} {"commit": "15a72d01addfd3b70a38fa283a803efdab9cf522", "message": "Fix failing tests on main due to merging incompatible changes (#21733)\n\n", "proba": 1.1132447497175235e-07} {"commit": "1abb938f6403a4d21ddf59fd2e44c4be4e12a925", "message": "add a function to convert list elements into ordinal values\n", "proba": 0.0007874775910750031} {"commit": "8f9f8d927d8a7fef2a8d53bfbd961e0f10d8c53a", "message": "Add random jitter to nexthop retry time.\n", "proba": 1.2579180008742696e-07} {"commit": "f323a4e1daca1b6ad13e1f4f8e98f25bb38f0c59", "message": "fix age displays on report\n", "proba": 9.199822557093285e-07} {"commit": "fb21a6fa9afc7c240a0515f2bdf5301ef1d16ee9", "message": "No argument tuple unpacking because of 3.x. (sigh!)\n", "proba": 2.578604778591398e-07} {"commit": "b20e7f88f7b3f020eed3d7cb2b76d61f45de7614", "message": "change way to communicate with LCD\n", "proba": 2.0155873414751113e-07} {"commit": "82357eb999d1cdd390e0617553e4da0c9311cd50", "message": "improve logging detail on router update failure\n\nInclude the attempt number in the failure message.\n\nChange-Id: I0294d0bbff953207eee7ecf307806e0d933e1e0a\n", "proba": 2.1695350369554944e-05} {"commit": "6f94d12fe1013b34302b13a6522c558456166064", "message": "Added missing import\n", "proba": 2.269983809810583e-07} {"commit": "9bda5913261701b9ff5720952a1bf4520cc88931", "message": "incorporating feedback, final version?\n", "proba": 1.0390227345169478e-07} {"commit": "3eeb4deecf8dd75179319b166f12cee3cbd76ef7", "message": "Test for mac addresses more robustly.\n", "proba": 1.1739910377173146e-07} {"commit": "55b6e912d8b01da027fe6226157b97a1c0e0e96a", "message": "reducing the need for global images. incomplete but runs.\n", "proba": 2.6677759024096304e-07} {"commit": "afd722e84b89787667af35e086d1c0e786d7f2bd", "message": "Added signal handling to allow for easy module (re)loading\n", "proba": 1.2632786194899381e-07} {"commit": "5dc3ceef77c03c5df878ac56af88f4cae2ba3c3a", "message": "Add command function\n", "proba": 0.015102892182767391} {"commit": "09f2e42cd06516c56bfc3a8a0e57babb7aa11177", "message": "components => component_metadata\n", "proba": 1.1852728221128928e-06} {"commit": "d65b4625fe86fb8a0e8b6072656b3de9f163931f", "message": "test charge batt\n", "proba": 6.884766889925231e-07} {"commit": "fe80b41ef24de82c06487c62cd5d76ffe54fce09", "message": "lower indent out of typing field\n", "proba": 1.5290646842913702e-05} {"commit": "355ba146e816d6f2dc83f7fdbdd80f12bced749a", "message": "tanh -> relu\n\nEpoch 20/20\n33600/33600 [==============================] - 1s - loss: 0.0150 - acc: 0.9011 - val_loss: 0.0101 - val_acc: 0.9393\n", "proba": 9.013505177790648e-07} {"commit": "6f4662e602cd650cadbfd81e90d70140d4e7b518", "message": "Revise to is_found & is_stop\n", "proba": 0.0009069406660273671} {"commit": "ac1440c929c445b442f36739a7047e31ff7fe5e7", "message": "handle url linked media\n", "proba": 4.750727953251044e-07} {"commit": "5b93c92d26c969c832270ddc1bbf5436686454cc", "message": "Show unread chat messages in Notification Center on page reload\n", "proba": 2.744407936461357e-07} {"commit": "d5d161310c1788fa1de153f8f6fa201d88401858", "message": "Fixed AttributeErrors\n", "proba": 4.4857245029561454e-07} {"commit": "49109fc4cd699945af461455947575e9b29a79e7", "message": "Corregido metodo _get_sii_line_price_subtotal que deb\u00eda devolver el subtotal (multiplicando por la cantidad) ya que se utiliza para la suma de bases imponibles en algunos sitios, y se ha a\u00f1adido un nuevo m\u00e9todo para c\u00e1lculo de precio unitario efectivo de las l\u00edneas que se utiliza en la llamada al m\u00e9todo _compute_all de account.tax.\n", "proba": 6.526092306557985e-07} {"commit": "d8c8efb9980a61166a54059331677c8fba3fdae5", "message": "added lines to delete unnecessary objects from memory to run more efficiently\n", "proba": 3.634473557667661e-07} {"commit": "a7f36e278d7fe41dce3605ebded0f88a3c2d27ea", "message": "Testing ambulance updates in bulk.\n", "proba": 1.1301504798666429e-07} {"commit": "6e7d6f661c039ac5685d422394fb1464121912ba", "message": "Output file\n", "proba": 0.0009689521975815296} {"commit": "16937f223a3c8cb9757bc6bc8c51a955a7a0f4e0", "message": "Automated merge with https://code.google.com/p/amcat\n", "proba": 6.5253102548012976e-06} {"commit": "dad6088e891546591aa81c167bcc690278a8aa50", "message": "Removed script restarting functionality, rolling that in to base datalogger script. Updated for new fields in data.\n", "proba": 1.027772071893196e-07} {"commit": "05f6119d8dc9cea5e2132ffa50fe01800f0b58e7", "message": "fix to handle transition between extra and base module output types during differencing\n\nSigned-off-by: Daniel Nurmi \n", "proba": 1.3474785021116986e-07} {"commit": "7b3fea40032a3542349c688f44ae321397af2c07", "message": "android: speed up mobile-config.py\n\nMake it O(N) instead of O(N^2), where N is the number of children of the\nroot note.\n\n3.596s -> 0.960s for main.xcd\n\nChange-Id: I1b9904a377603cd57f84636c873ed2b752abd101\n", "proba": 0.0026600381825119257} {"commit": "4e5fd3ee155a6377e065543b34098a16fd46b928", "message": "check-exercises.py: Fix issue with module imports (#1105)\n\nRemove module name heuristics to:\r\n* Enforce strict module name scheme (snakecase of exercise name).\r\n* Prevent test passing with incorrect module names.\r\n* Avoid local issues with installed modules of the same name (eg. `markdown`).", "proba": 1.0787077542318002e-07} {"commit": "bb543433ded20df4a91305433dcbd80771f5e33a", "message": "Fix donation task test data\n", "proba": 5.291023262543604e-05} {"commit": "024a78d9c3696d9782d3b0045d68744a56a9202f", "message": "Add support for counting files and file size to quick_overview.py\n\n\nFormer-commit-id: d504525f335bbadf30dc5234d6c17bae80fac3f1", "proba": 5.88026750847348e-07} {"commit": "8dfd414f7222d0ffe0f4d3c3d078c04f670d81aa", "message": "chore(deps): update dependency com_github_grpc_grpc to v1.46.3 (#9039)\n\n", "proba": 1.1699707158641104e-07} {"commit": "ce163926233595a3114a452619a9c0b10ef20a62", "message": "fixed indentations\n", "proba": 1.251997787221626e-06} {"commit": "418bf6f66d3b42bc1251e8bd1a75a0fe89a8e03f", "message": "Fix wrong response status in ajax requests.\n", "proba": 4.119973482374917e-07} {"commit": "c98e98a901588aa022abba7f704ab45ac425e6a2", "message": "Don't ensure when not needed\n", "proba": 1.704056330709136e-06} {"commit": "8986a99108b8a123f567da479c8efc6017d99ac6", "message": "Minor changes\n", "proba": 3.7887019743720884e-07} {"commit": "263731e9bc7fdf335e79c525bab3ccbb12f73a8b", "message": "Complain if buildjni is used but the NDK isn't available\n", "proba": 1.7834820198459056e-07} {"commit": "3c7ac336ae4fdac7ed3931e739ed8d5e17ae6b7f", "message": "Always store ant/maven apk location output for regex\n", "proba": 2.441057347368769e-07} {"commit": "9c839259675e4794bbb00f23fb5907c119dd1348", "message": "Update init\n", "proba": 4.279002325802139e-07} {"commit": "1090b8b4e17b29b69eb205ac0c7fea65f597807f", "message": "Enable NullCache so we can start implementing cache\n", "proba": 2.0091485453122004e-07} {"commit": "1817e41bbbe963841d3f3a4967df989bba12540d", "message": "Fix tests after portable image merge.\n", "proba": 1.2261199344720808e-07} {"commit": "6be159d367548f2f6905b602c37948439639762f", "message": "Add ignore to SaverRestore (#302)\n\n* Add ignore to SaverRestore\r\n\r\nWhen fine-tuning a model, one might want to skip some tensors from\r\nrestoring.\r\n\r\nThe following example will not load the learning rate from the\r\ncheckpoint file:\r\n\r\n config.session_init = SaverRestore(args.load,\r\n ignore=['learning_rate'])\r\n\r\n* Update sessinit.py\r\n", "proba": 0.004974366165697575} {"commit": "4b70b49a77c5e61c1cb016f1fc32339eaf2f58b7", "message": "use pool.map and queue\n\n", "proba": 2.99146734050737e-07} {"commit": "e2e5fc8ac7e9453010e7dd6a3f36af78c08766ef", "message": "Minor fix for full annual hourly fixed simulations\n", "proba": 1.2397948978559725e-07} {"commit": "b16d634ee9390864da8de6f8d4e7f9e546c8f772", "message": "Update Jenkins source to only update the Jenkins repository\n", "proba": 1.5451318802206515e-07} {"commit": "392635cb41fd85c83b929431505140e8cbb09853", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "4df64091c5be72d0ed8f6dcb525415eb8eb129fc", "message": "\u4fee\u6539BUG\u201d\n", "proba": 1.237813620491579e-07} {"commit": "c304a62a43a7e8d2ca631a5fb910efcdcabd1cd3", "message": "[FIX] ir_values: attempt to return items in a more deterministic order\n", "proba": 0.00011946249287575483} {"commit": "48c44e0d28631a11fd12e7ac135fe3b9f36ca8b2", "message": "Modified to use astropy dependencies\n", "proba": 2.1774081915282295e-07} {"commit": "2348c3d120ee4535aecbcd92bd1e496ac86ae074", "message": "[FIX] ir_values: revert GTK-specific hack for search_view_id after GTK client was fixed\n", "proba": 2.7274015224065806e-07} {"commit": "81800bbf2e57fc8bbaf05cd93506b8cb01712587", "message": "[FIX] Pickling issue solved with ir_values (get method)\n", "proba": 1.0818974516269009e-07} {"commit": "e9cc5ee5bf07558c1fb6af4ac7b15c2f31fd74a8", "message": "Remove the dependence on pymbar by adding the needed functions, and simplifying them.\n\n\ngit-svn-id: 6053f7e60878d529dd43b442c23234c25927ab4b@5 3b6020e3-42ab-0410-be60-f0e2a992d8c5\n", "proba": 0.9999983310699463} {"commit": "da6d232d9898f18aabfa19db2a9156753a5bb3b0", "message": "[FIX] res_lang : if value of thousands_sep is not present in language,method will give error- 'moentary' name is not defined", "proba": 6.498029506474268e-06} {"commit": "33560783ab7dec76ab395e3fe21e6732cf0e28e3", "message": "[IMP] res_user: allow writing on new user_email field by its owner", "proba": 2.1459743493323913e-07} {"commit": "7ccd9a3c88a982f9be47d0b8b9b446f65ed999ee", "message": "update stellar param input\n", "proba": 7.132917403396277e-07} {"commit": "4c97ca301ccf350c9b29f95743d9774083ccaef8", "message": "BC: Modified the iso_abu_to_elem() function in chem_evol to make plot_abun() works in OMEGA\n", "proba": 3.407025133128627e-07} {"commit": "0f2433b792a51be65b21173175c1eca1bc756289", "message": "Change sample entries in code.\n\nMatch sample entries in test code with those on disk (pesky newlines).\n", "proba": 9.994280958380841e-08} {"commit": "15081dcb88ecc9c3fcb950bbec10bb2719a3aeec", "message": "[FIX] Size of User's email address corrected\n\nbzr revid: jvo@tinyerp.com-20100602100433-smmkiu5uol6djubf", "proba": 2.2979817515533796e-07} {"commit": "22c8d602fe16f45b3b16f5d30f667dd4303709cd", "message": "Correct alpha, beta start values\n", "proba": 1.2597307431860827e-05} {"commit": "63a81acfc84ff1f3a005bb5b29f7e1ca2f85f50a", "message": "Favor TPE1, use TPE2 on keyerror\n", "proba": 1.532554961158894e-05} {"commit": "0a36422ee46dd4ba9c8852e712bb69f2e6a12cc4", "message": "watcherClientLoadAverage: print useful message when watchergraphtest is not found in the $PATH.\n", "proba": 1.1952032252793288e-07} {"commit": "2abfec3240e8f2dafc9b62a71c69a6380aa5509a", "message": "This new field was introduced in clang-c in r141277\n\nPython needs this in its structure definition so it allocates enough\nmemory. From Anders Waldenborg!\n\n\ngit-svn-id: ffe668792ed300d6c2daa1f6eba2e0aa28d7ec6c@142474 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 2.1180976546020247e-06} {"commit": "6ca691e34b8661a9399b75b6299de12abb22b252", "message": "Display UID of mails in list command\n", "proba": 8.192455425160006e-07} {"commit": "cb58bc886cb0d78840a7d8e7c3b4448d351313d9", "message": "Revert \"pyimgui_demo.py implemented. Users can now see a python implementation of ShowDemoWindow()\"\n\nThis reverts commit 5fe148941ed694f2cc5daa29f9d48b7fd839b522.\n", "proba": 1.2309317298786482e-07} {"commit": "f8a8fd46f3efa6fb4d7aa8dac3034bfd0a939d46", "message": "remove __slots__ declaration to fix DI\n", "proba": 0.00018950426601804793} {"commit": "9daac22fd41c9092cbace8d91fa91481c91e25da", "message": "Make signup token expire after 24 hours\n", "proba": 4.775848992721876e-06} {"commit": "1446dad2cb9eb126ff40a67c65ad257edf292463", "message": "[#6699037] Added more explicit execution feedback expectations in fab.tests.helpers.virtualenv_test.\n", "proba": 1.0068133349250274e-07} {"commit": "ea6b4f03fb3e7b4e7ac87ff7b6c78d6e718a6276", "message": "Fix wrong logging invocations\n\nSigned-off-by: Christopher Arndt <711c73f64afdce07b7e38039a96d2224209e9a6c@chrisarndt.de>\n", "proba": 2.2385995634977007e-06} {"commit": "01d1fdee60d7e9eca52c4ac93cb880703492d598", "message": "Removed click event from TreeView\n", "proba": 1.8977027593791718e-07} {"commit": "6f5dde85a8e4ee67f2f043b3c0fb38e747b3c867", "message": "Optimize icon handling\n", "proba": 3.502419758660835e-07} {"commit": "eebd1a6df2815f89028a1b1dcb0230d6eefb245f", "message": "Fixed indexes on tasks\n", "proba": 5.195196308704908e-07} {"commit": "ce88ca50397a2eb934f1911cf7e6c11355365c43", "message": "add 127.0.0.1 to ALLOWED_HOSTS\n", "proba": 0.0002472491469234228} {"commit": "9205986b705b84920afb1fb21a1b1828ad3af555", "message": "delete instance_extra when pruning nova instances\n", "proba": 3.8412778735619213e-07} {"commit": "37fa2a15a3039a7c1b86f14ff2420d7dc5f8518a", "message": "query optimized\n", "proba": 0.0008191554807126522} {"commit": "028839af448f0446cd96ff6d39532652ae807acb", "message": "check\n", "proba": 8.487350555697049e-07} {"commit": "7ade671e108b154d402aa1dc75828cac5413cd83", "message": "added docs\n", "proba": 2.5390679070369515e-07} {"commit": "efe4dfe5e0ceca10cc1d493727f7ecd9020c29b0", "message": "Fix merge conflicts\n", "proba": 8.163036909536459e-06} {"commit": "48062320bd56366240d166fdcfe71877a7d377ee", "message": "dev-31\n", "proba": 1.549782098209107e-07} {"commit": "e228f612cc1ba7a6d2c2de9ec9860d6feeeca915", "message": "0.54.0-dev.57\n", "proba": 6.260216309783573e-07} {"commit": "b91ecdd4a19955f8228c0afbb4c693adc584f915", "message": "0.54.0-dev.37\n", "proba": 6.148221132207254e-07} {"commit": "e4598c4cf675a03bb667455771c3c32415c9f971", "message": "log some of those supposed non-zero things\n", "proba": 1.8868149709305726e-05} {"commit": "bcc490c3843f1913f41f6da4daa3bcd608c2c929", "message": "check FAT chains\n", "proba": 6.356884796332452e-07} {"commit": "0351c9a28b35d2189d7e2c8752459129e703e53b", "message": "F I X T\n", "proba": 0.9992971420288086} {"commit": "183fa6f50594670db7fa0733433e5ba4ead5797c", "message": "fixed lonelymode\n", "proba": 3.648837605396693e-07} {"commit": "7e7e5f639de47213b76e914abc24aee6611c5863", "message": "Starting support for swapping the client class used in the view.\n", "proba": 1.036746226645846e-07} {"commit": "5cac55a52d6c0db4f6bc14d5061da532756b6815", "message": "Updated workflow.py for Mike\n", "proba": 2.3368536972157017e-07} {"commit": "4e88d43e91851116b42948e0ee4c1c63651720f4", "message": "Fixed finding owner in voice. Again.\n", "proba": 1.022547451157152e-07} {"commit": "88c4eb3a07ab128fa35ccfa499952b07e18a8b87", "message": "Testing ambulance updates in bulk.\n", "proba": 1.1301504798666429e-07} {"commit": "4b2ba68743dfee75b8263a9631a2a47b4f73c46a", "message": "problem: assert that weights are non-zero.\n", "proba": 0.9994131326675415} {"commit": "d50d535d94e8f994d42d1d8d2984e39433a8df1e", "message": "Updated project state manipulation utils.\n", "proba": 1.2081864042556845e-07} {"commit": "e4e8aaa35d30dbd8769effc2d0b71a978678285a", "message": "Bump version 0.8.2\n", "proba": 5.878653155377833e-07} {"commit": "43a32f4e98446ede840bc0bd9fc4fed755f14caa", "message": "Modified Sound Functionality\n", "proba": 3.7494723414965847e-07} {"commit": "52321b8570b8fb0290e62ef74ce87fefcc737ccf", "message": "Phonebook formatting\n", "proba": 5.38519486781297e-07} {"commit": "5a94ef3a5a3484e17f89af558415fc1169834462", "message": "minor empty-file-list changes\n", "proba": 2.701921744119318e-07} {"commit": "066872cdc6283d3223371558accb53fbb1c2193c", "message": "Improve examples (#18830)\n\n", "proba": 1.4467616438196274e-07} {"commit": "ef42b04c0587fcda3bf51c4df2f97e71542c1376", "message": "Import fix (#1083)\n\nChanging the import from `from jose import jwt` to `import jose`\r\nintroduced errors like:\r\n\r\nAttributeError: module 'jose' has no attribute 'jwt'", "proba": 1.0285148164257407e-06} {"commit": "ac697354475223e608dc56856e7f50392fcaa1e3", "message": "wav_file.py: add with statement support to WavFile\n", "proba": 9.124904067903117e-07} {"commit": "d8db958319b233ace58819af970054d912e79484", "message": "Fix alert dismiss if it appears\n\nSigned-off-by: Serhy <2afeee62f16dcab4f5fa80c3a205f450766eb876@status.im>\n", "proba": 1.206185970659135e-06} {"commit": "634e99cd95b3c7cb386b7565003c281ff5af5625", "message": "BUG: Fixed super statement\n", "proba": 1.6290891835524235e-07} {"commit": "057ed9a808cbd8885380ea92739421afbabcfbcb", "message": "Python3 compatibility for osa-filters\n\nThe urlparse module is renamed to urllib.parse in Python3.\n\nChange-Id: I3dceb2f87e5e0469ab705866163225601686a0af\nImplements: blueprint goal-python35\n", "proba": 9.426518954569474e-05} {"commit": "feca146e32709cb539f0a45861d7a883359104cc", "message": "Start Slimish in a cleaner way\n", "proba": 1.946158363352879e-07} {"commit": "df95e75c82b48726c0dc0a75cf4c1156aad71f46", "message": "Implement Manager.__iter__ and Manager.items()\n", "proba": 3.4033953397738514e-06} {"commit": "0dedf5017f20173d842ae6544f850b2d9736628e", "message": "TST: remove db.insert from RE\n", "proba": 5.662520834448515e-07} {"commit": "d5be857305bc47f589ab2506bc6714b91a8bd85c", "message": "Remove unused files", "proba": 1.65235280746856e-06} {"commit": "f83afa37d28b46c991f83a6ad7e0f42d4a338a33", "message": "Adding better api for overriding admin templates, thanks to @medwards\nfor the suggestions\n", "proba": 1.0436744446451485e-07} {"commit": "42177ab741e65d0c8541a49dc5fdfc4f78b0a5cf", "message": "Refactor dispatch request\n", "proba": 3.0408432394324336e-07} {"commit": "f6caa48739f9c24a0f912b76d42b6840009f0b57", "message": "PEP8 fixes.\n", "proba": 1.2153270745329792e-07} {"commit": "6ae3e714c2f1fa64e715998cb245817f5329bf33", "message": "utils\n", "proba": 2.9644131700479193e-06} {"commit": "de48d1f512870fba362455b7f24be3f547edcd7b", "message": "Updates try/catch when importing `Image` module\n", "proba": 5.437326535684406e-07} {"commit": "9a112ded143f2e798146c76d1b01428fc42b54a4", "message": "Make javabridge nose plugin accept classpath as option\n", "proba": 3.7652387163689127e-07} {"commit": "84c637487aca77d6c545a0550689fb97038e72c1", "message": "infographics api fix\n", "proba": 3.29330191561894e-07} {"commit": "34853e321c2c89131144dda215646b5444a98298", "message": "Added the tool base class, Tool\n", "proba": 1.4046908347609133e-07} {"commit": "9987276d9d368797dbc2e1e36f24306bdc62323b", "message": "http_server: fix typo that broke HTTPS-6 server\n", "proba": 0.9998574256896973} {"commit": "3fb6d98f31669459b3356e7624235463924802ae", "message": "fix return arguments in checkUploadTickets\n", "proba": 8.064535563789832e-07} {"commit": "d1d9ea2cd461a407b7643b34d3e46cb607c9a190", "message": "gjer postnr om til charfield i staden for integer\n", "proba": 1.6841828198721487e-07} {"commit": "9e2120c0e4fb029efe55be62f1248b6c15e060cb", "message": "Prevents exception when window is resized too small\n", "proba": 8.509379085808177e-07} {"commit": "f1c9ab72093c34687c58ebac1482cd1434c43c9e", "message": "add API for getting yishuv symbol, yishuv name pairs\n\nSigned-off-by: Adva Klinger <06162796ee879cc4937975bbf562459303540aa1@gmail.com>\n", "proba": 1.1281733947043904e-07} {"commit": "20f00b00cdba59a92b35a1bdb37a906eb56f72be", "message": "fix a bug that ini (configparser) backend behaves different from original; may close #28\n", "proba": 1.7725824363878928e-07} {"commit": "7fbf99842e87c896ea06cb3fea6035b167122713", "message": "Fixed wrong \">\" in equality test of zone numbers in _accumulate_flow_flf(). Flows now match for a complex 3D test (zone of random integers) as well as for the Floridan 9-layer model (non-swi).\n", "proba": 1.1414545753041239e-07} {"commit": "8e65c8df387abd8331709c4cf016f8a9b7bbf877", "message": "controleFerias - adi\u00e7\u00e3o de campo de arquivo para f\u00e9rias oficiais\n\ngit-svn-id: 79f7da7938459d365b7d4c57a61198a741e593c4@918 9a56ff49-6fb5-480c-b637-73e6884d323a\n", "proba": 3.5089794891973725e-07} {"commit": "def5a2fbc25dc6b5c6c242fb4e6b177be4fdf4d0", "message": "browsernode/browsernode_site.py: update for new Minerva API\n", "proba": 3.5967789813184936e-07} {"commit": "0a85608a81c5f5eb889cec40533272198cb0bcc6", "message": "Better, but still hackish, escaping of unicode values\n", "proba": 2.3508150093221047e-07} {"commit": "cac6456506f34bd2ca8350cc56ffb77b53a3c2cd", "message": "Store responses from Eventbrite\n", "proba": 2.1165396901778877e-07} {"commit": "1663684108bf8f58732db5c185436b8fe1155b18", "message": "Updated\n\ntesting\n\ntesting\n\ntesting\n\ntesting\n\ntesting\n\ntesting\n\ntesting\n\ntesting\n\ntemp\n", "proba": 2.533523968395457e-07} {"commit": "26a3720ddf4845f9f4c9433c8be8fc92903a25c9", "message": "show the progress of functional test\n\nexample (added the progress index `n/m`)\n```\n1/107 - wallet_hd.py passed, Duration: 27 s\n.........................................................................................\n2/107 - mining_getblocktemplate_longpoll.py passed, Duration: 72 s\n..................................................................\n3/107 - feature_maxuploadtarget.py passed, Duration: 78 s\n```\n\n- clear dots line\n```\n$ test/functional/test_runner.py -t can_trash\nTemporary test directory at can_trash/test_runner_\u20bf_\ud83c\udfc3_20181018_220600\n1/105 - wallet_hd.py passed, Duration: 21 s\n2/105 - mining_getblocktemplate_longpoll.py passed, Duration: 71 s\n3/105 - feature_maxuploadtarget.py passed, Duration: 68 s\n..................\n```\n\n- don't print the `dot` progressive if `--quiet`\n\n- done_str\n- nothing commit to check again travis tests\n", "proba": 0.0001906395045807585} {"commit": "0fedc181957d6f0068870e78e80b94ae87620aeb", "message": "Update python binding.\n", "proba": 1.3801225406950834e-07} {"commit": "fcecad68371183f07a88eded45f18599e48b1228", "message": "[#100616950] Pass new parameters to Memsource\n", "proba": 1.9627432834568026e-07} {"commit": "9811363782f088e62ca0b43bcbaf62efde587341", "message": "Functioned out hash of open file function.\n", "proba": 1.7114881245561264e-07} {"commit": "172646a21e71f9d1ee6d1c7e39172a170753c0a9", "message": "Fixing a bug with unicode file reading ...\n", "proba": 1.2426795592546114e-07} {"commit": "a045db602c50a463b11ed10923fc4c34db81743a", "message": "If delete action failed do not process response\n", "proba": 2.20395440919674e-06} {"commit": "d0f7dc9fe5089e62c6ec3eb638d96ea72bb3f8e7", "message": "Tests: don't run sapling test on non-HD wallets\n", "proba": 1.9207036530133337e-06} {"commit": "af7c383fb3e3d5209d94223946fe3f9c75ef6e7a", "message": "added FIXME comment\n", "proba": 1.394655555486679e-07} {"commit": "1cdec418a8dbd5f7033e019e1881b27cfc9a0782", "message": "HTML is hard. Bug in generating links.\n", "proba": 1.0404585282230983e-07} {"commit": "aa0b4b9ea39d788995976ce9a87fed8e6fedb50b", "message": "add submenu feature\n", "proba": 8.019775918910454e-07} {"commit": "ec9a7e874b8bfefe4d839f9b1eb68dd68e31c5ae", "message": "Add test for config.json based upload\n", "proba": 5.090520858175296e-07} {"commit": "7198a10a134985267e132a86020677844c482a47", "message": "Fixing syntax/style/whatever it is the linter points out.\n", "proba": 1.1762245577529029e-07} {"commit": "415a9883b767c5e87d50701039a0d5928729c5f9", "message": "added db to Prompt\n", "proba": 2.5665977432254294e-07} {"commit": "397e5ac17d4ec0b1ac824270998c2b3cc1d7d99e", "message": "Update urls.py", "proba": 1.638828052819008e-06} {"commit": "ea88cf2c4a568a899c2c300645be51014c6a9733", "message": "Bugfix on evaluate_common(). Don't need v.\n", "proba": 1.2641041280403442e-07} {"commit": "5040661cb2deb82ddb2a10833e65037560d3fdee", "message": "Replaced pop with get for the dict optional_args, bad idea from the beginning\n", "proba": 1.315468551865706e-07} {"commit": "d5c4a41a9910f8830304d6a6febdb14e87015cd5", "message": "Fix requests count for the old links/images that are requesting it\n", "proba": 1.1626219986737851e-07} {"commit": "733c4600e08554d52050b35ff3b739651e38db64", "message": "[bindings] Fix some issues with the bindings.\n\n - We aren't currently dealing with handles correctly, but the bindings at this\n point are really just for experimentation so we just store them globally to\n avoid them being deallocated.\n", "proba": 1.164785032869986e-07} {"commit": "6a25e7d6cc23cc4b5423a5651434ea03db1f6567", "message": "remove debugging print\n:\n", "proba": 2.518276232876815e-06} {"commit": "77fac3732f1baae9f3c3be7b38f8837459fee163", "message": "Use kramdown for markdown convertion.\n", "proba": 1.223526879812198e-07} {"commit": "3b456261f425135ddfc2d9f73823539368424ce9", "message": "change: remove list_engines in .api as it's now just an alias of .engine.list_engines_by_priority\n", "proba": 1.1725951480912045e-06} {"commit": "961ec6805137177991bea068050c54bd6026cde1", "message": "Fix test_get_record_record_does_not_exist linode DNS driver test.\n\ngit-svn-id: 9ad005ce451fa0ce30ad6352b03eb45b36893355@1180487 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00041102367686107755} {"commit": "bf3b64524171b2f7ef1f8a02030f55977f14a262", "message": "settings: Fix wording on comment.\n\nChange-Id: I8318669b406b4cb1ec663e17a2b2c41387038831\n", "proba": 2.8787222618120722e-05} {"commit": "bd28d93ba36f9860c688f5830d67b6c0a849014b", "message": "fix dd command (yanking)\n", "proba": 8.724001077098364e-07} {"commit": "c7456d95ba062b8620eef766fc86619132e24c78", "message": "fix typo. Thanks jayferd\n", "proba": 0.0005274427239783108} {"commit": "fb7153d5feb44a7ab760931ece9a34712fbdb519", "message": "FEM: delete not used import FemGui\n", "proba": 3.4315667107875925e-07} {"commit": "31cf2a391a0cf151bb509462f5439a276495196c", "message": "Uncommenting internal server error handling. Adding travis check for DB.\n", "proba": 1.0205094014281713e-07} {"commit": "4ddb20791218a788d77aafe00c38307f15e176cf", "message": "Total.\n", "proba": 2.6978866571880644e-06} {"commit": "8758ac1d4ba89800d2d53d092e144e80ab6efa5c", "message": "explicitly kill workers before terminating\n", "proba": 1.42160942573355e-07} {"commit": "3c3eec024b4bf5a13a306e18dfd315df157e3e5f", "message": "fix sqlite hub backend replace_one (upsert)\n", "proba": 2.021493230586202e-07} {"commit": "52d40f12e71789fb71549afa0dda9b174b5d3d66", "message": "VTK: update reading routine for linter (1. try)\n", "proba": 1.2146850281169463e-07} {"commit": "6301d75884af69234f0b15c97abf357389754298", "message": "Added app names to urls.\n", "proba": 1.1193831994660286e-07} {"commit": "ea0ae7bda6f7b4ca0328511f87bba6ff5c902c4f", "message": "moved /api/problems binding to load_unlocked_problems\n", "proba": 9.791068578124396e-07} {"commit": "d4a9cfe759d7a1346be30db475041ba08586dddf", "message": "mims.py updated for pymongo >3.6 changes\n", "proba": 1.3261070819226006e-07} {"commit": "4a9edb5cfc9b645020362fa15a10cd2e48a6e237", "message": "[Clean This commit]\n", "proba": 1.3098828333113488e-07} {"commit": "66804ae9935b1e2ccbc2bf0f8b8bb123792bc628", "message": "Unit test helix based on a clone\n", "proba": 4.4075883920413617e-07} {"commit": "7a44df4125fb883879e5df5f85c44683ee871d7c", "message": "Weighted curve ahead.\n", "proba": 1.8467461870841362e-07} {"commit": "143ef94968b1cf377115480ca4c24dd6b4a449b4", "message": "allow hint module to continue even if one API fails\n", "proba": 3.737377198831382e-07} {"commit": "15ad1c4bbd7c469cd847a1e9c634ad6675d1e86d", "message": "added some stuff\n", "proba": 1.303783392359037e-07} {"commit": "90df3cf932fca54ba1b281e2b7df0ddcbbd6f0f0", "message": "Made a test comment to try out git\n", "proba": 1.1995162196853926e-07} {"commit": "f27f7722b53bd4bdef22194d9c04eee5568582fd", "message": "Change meson_install.py to be able install new versions.\n\nThe ./install_meson.py script is no longer supported by meson, so\nI asked questions on the (meson googlegroup)[https://groups.google.com/d/msg/mesonbuild/BryQfHaxsgM/wdofE92tCwAJ]\ngoogle'd around and found using ```pip3 install --prefix ...` works after\nalso updating PYTHONPATH.\n", "proba": 1.3316669367213763e-07} {"commit": "4009e4d5d9005d2e1b7272c6f97e6ee808c726fb", "message": "python 2.6 compatibility\n", "proba": 7.837240900698816e-07} {"commit": "0e7b1f6f65e7a03523a67513c011df891ac688bb", "message": "bump version to 0.0.2\n", "proba": 8.273357252619462e-07} {"commit": "728c37613234f4feb8ca96adf6f97d4d08ab5251", "message": "updated pybc_service.py logging\n", "proba": 6.044439260222134e-07} {"commit": "14b7e4d755aace13350c9e86ac0526b3b1af9cda", "message": "Make get_from_type more robust\n\nThe Unity REST API now returns an additional field to the results of basicSystemInfo. This causes unexpected result fields to generate a warning and continue.", "proba": 1.1123724164008308e-07} {"commit": "93403f13b72cbf79a9870eca8a82d5a72dad3e04", "message": "getdeps: fix an fbsource invalidation problem\n\nSummary:\nWhen the commit hash changed in fbsource, we would correctly decide\nthat we'd need to rebuild first-party projects but we would incorrectly skip\nrunning the fetcher.update method. This would mean that we'd not perform the\nshipit run and that our shipit tree would diverge from the source tree.\n\nThis commit resolves this by performing the fetcher.update but ignoring\nthe source update status in this case.\n\nReviewed By: xavierd\n\nDifferential Revision: D21364131\n\nfbshipit-source-id: b4001e549c7d3f27aa4a21b19893c9bb7c0f6d1f\n", "proba": 5.486195732373744e-05} {"commit": "5c226002fd4592f55b9fb5468254f5460d10ea00", "message": "UPDATE Django models, Post data field missing and JSON definition for the field provided in comments\n", "proba": 1.332091130734625e-07} {"commit": "9177e5e94346069bcde08bd7d528e36d4d2cf083", "message": "add CASD.\n", "proba": 3.442366960371146e-07} {"commit": "1d5b3ef0ed0eabf8c46f9af146569b27642d4a96", "message": "Decryption is working\n", "proba": 4.5593375830321747e-07} {"commit": "d7d23bb51886bdde00a578204cbf399896cb1cba", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "6d73b6ff1f008665c3e63c21021ab04530f5da39", "message": "Bounty #18: Add Log Level to settings\n\nAdds the `LOG_LEVEL` setting to `settings.py`.\r\n\r\nSet from an environment variable named `LOG_LEVEL` and with a default value of `debug`.", "proba": 1.0308583853202435e-07} {"commit": "9effe518c0920a751ba6932d59714c1b431bcb30", "message": "Update docstring\n", "proba": 1.205138460136368e-06} {"commit": "ddc49d7378990f0fe00697c26929a069b24c8749", "message": "Spelling\n", "proba": 8.369892020709813e-05} {"commit": "c5b524abeac9d9e2ea8a3e7748a6d7213c14b97a", "message": "Fix the Netcat(host, port) constructor\n", "proba": 0.00012864339805673808} {"commit": "03b117f9d2a59f59ac5ca518f2d590a7d3326ffb", "message": "Wrapped LineCollection.set_color in a try/except (use .color if execption\nis raised). This is a workaround for the typo that existed in 0.71 and earlier.\n\nsvn path=/trunk/toolkits/basemap/; revision=911\n", "proba": 1.2401525282257353e-06} {"commit": "a89cad45656d042f01a68db6c827a4f1a1ac4992", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "ea66deb71b6e41674e2abee9143a47a8a0d43e31", "message": "Bug fixes\n", "proba": 6.413791311388195e-07} {"commit": "87c1d7e38c38510ffc0d88311164a7ca71d7071a", "message": "minor fix for speed\n", "proba": 2.1295097951679054e-07} {"commit": "5dc557286a52d6e83c00b74e472a1169f39e564a", "message": "[neuralynx] ensure stream order by descending sampling rate\n", "proba": 1.8900195186688507e-07} {"commit": "d0b86c9c4f7ba1972eacf7e81e6e1692ed49a6c9", "message": "__init__: ImportError\n", "proba": 0.00261509045958519} {"commit": "0fa526443fe4bc1328294481812a585c3310a739", "message": "Do not add a slash to the url. Ember does not like slashes after the id,\nand we (incorrectly) use 'homepage' as the id.\n", "proba": 1.2916106584270892e-07} {"commit": "a69e9b1d8526b5aaa12f8bc3e7956a35ca85f111", "message": "raise error is orthographic projection used with an ellipsoid (must be spheroid)\n\nsvn path=/trunk/toolkits/basemap/; revision=3260\n", "proba": 9.180278084386373e-07} {"commit": "75f898e0a691398f7323f085b8e87d3ba56e12a0", "message": "clean up\n", "proba": 1.0365005209678202e-06} {"commit": "8861e8d27765321efc3dbb9700b6ffe952d0dcf2", "message": "Replace file name with abs. path for originalName\n\nTo comply with the PREMIS spec, the premis.object.originalName will carry\nthe full/absolute path of the file rather than just the file name.\n", "proba": 1.189466587447896e-07} {"commit": "729ed654ab165123b85ffc3573b9a81382d099c1", "message": "Fix perturb to work with many pmfs at once.\n", "proba": 1.0392209048859513e-07} {"commit": "4b69e99c9fc52e66877a6b5112ada5b538498678", "message": "[nixio] Consistent Neo object naming\n", "proba": 5.718678721677861e-07} {"commit": "ef997293cfa058dd5709070ca1d0a82c3459bc68", "message": "Fix analyze_runner to raise NotImplementedError rather than fail. Also sneak in a bit of sqlite recognition.\n", "proba": 1.0666611416354499e-07} {"commit": "df3a4dc2c170a1b379fe555386c3ce42744c0e7e", "message": "Trying to keep idle costs lower\n", "proba": 4.937446647090837e-07} {"commit": "92e8de841f43e404f99dc93d1c66fbe55eb22fe2", "message": "\u041d\u0430\u0434\u043e \u0432\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u044b \u0441\u0442\u0440\u043e\u043a\n", "proba": 7.301303526219272e-07} {"commit": "0e04124dc0e9a07f24a684687f44aa998877a13d", "message": "cffi: strip unparseable annotation\n\nWithout this, we can't parse the zstd 1.4.8 source code.\n", "proba": 1.280652810464744e-07} {"commit": "748645c79216ad61d7daeaa042ad534af64a1e25", "message": "Added basic parsing of if statement condition\n", "proba": 5.491208980856754e-07} {"commit": "22162d1a68b86cc29898ad62d76276498bd92177", "message": "fix another conflict\n", "proba": 0.9994246959686279} {"commit": "e86a9cda37221f3f2b17739b84cc9a1305e346f1", "message": "Change os.exit to exception\n", "proba": 3.477263135209796e-06} {"commit": "3ddcc604e6707e0c14254d3015dfa0597ce0719c", "message": "* load gosubl/sh early\n", "proba": 1.3567135681569198e-07} {"commit": "05f6e3a42877c836a4ba4f43efcd8d4d372e8d74", "message": "Get rid of additional db contention on fetching VIP\n\nThis fix gets rid of fetching related record from ports table\nthat could potentially be blocked by concurrent operation\nThis is to prevent it from updating the\nvip table while a port SQL lock is in place, which\nvip entries have a reference to.\n\nPartial-Bug: 1283522\nChange-Id: Ic64cc268ff4817a31971734a44671c744047231b\n", "proba": 5.140104235579201e-07} {"commit": "4e7a5ee60c243ade9d8f831281401959f0fa6f88", "message": "DET commented globaly\n\nr20209\n", "proba": 1.3720621439006209e-07} {"commit": "4aef811b88c0a169ad1f78305591230b4d254236", "message": "Retrieve the blob-key from content_type_extra as Django 1.8 and 1.9 are passing it now\n", "proba": 1.5184114090516232e-06} {"commit": "ba4f33d6cf06568e7e8942181c467465466c7108", "message": "Clarify service name on import\n", "proba": 0.00011214562255190685} {"commit": "7a58abd2cbec6c6aef2493730d1db48c598a580d", "message": "Remove obsolete check (see #659)\n", "proba": 1.6577588723976078e-07} {"commit": "3411c9f9a7f0b889410def0d86f3d8f8c9f94a4e", "message": "Bump django.VERSION for RC 1.\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@11289 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 0.002017189050093293} {"commit": "6e05dec3c615912577afbf3df75946184e13f557", "message": "Using stable ordering for all JDKs\n", "proba": 1.8520709943459224e-07} {"commit": "17eaf6ab16475d8f9f734f4b4efb77a3d293e890", "message": "Shortcuts.\n", "proba": 1.769816776686639e-06} {"commit": "2659273fe463da81a034251ea46e672d12a90016", "message": "cosmetic fix\n", "proba": 5.044147997068649e-07} {"commit": "b07edefd4228f0c5474bec9908ab6d321b6a9f8b", "message": "Updated following unit testing\n", "proba": 4.871181999988039e-07} {"commit": "a5320dfe2f88d09653c037792a4e2c67765c22d9", "message": "Add 'most_cape' method for LFC/EL\n", "proba": 0.9989031553268433} {"commit": "3cbd88fab347dfa18bbf3423f879ec21f9f3c59b", "message": "Add max_length to storage's get_available_names\n", "proba": 6.627537459280575e-06} {"commit": "09136e11d46fb219e826b86e3cecb1716a7e4920", "message": "Assemble news item's external URL using the channel's URL prefix\n\nNot using `url_for` allows to assemble the external URL outside of a\nFlask context.\n", "proba": 1.0686568430173793e-07} {"commit": "fe34316e6b09fbda0f64a209abd2048d18cd79ce", "message": "Update import of ProxyObjects\n", "proba": 2.1199213051659171e-07} {"commit": "ed9b7b6295f311dbbd7f66f0cbcb393ab122afec", "message": "[1.6.x] Bump version number for 1.6 beta 3 security release.\n", "proba": 1.0723075405394411e-07} {"commit": "24eb4bc6fc86ab990defbb80d2be220e53e2367f", "message": "Kill only_key_update_test\n", "proba": 4.417992840899387e-06} {"commit": "db398f21eafa28206be3f39a6fde5700f088706d", "message": "Revert \"if `check` gets to have such logs, then why `bootswatch_theme` doesn\u2019t?\"\n\nThis reverts commit d600232ad6a8b5ec06530b3df4376fdb398cb98b.\n", "proba": 1.1638367425348406e-07} {"commit": "1bac54e929ebf43d5d1c35c1bd1acda9ec67b7c3", "message": "Rename e -> vapor_pressure\n", "proba": 0.00027392839547246695} {"commit": "ce0e86cf761dc182ae6fb8c0d68964955d19ec75", "message": "Fixed #20956 -- Removed useless check in django.db.utils\n", "proba": 1.2796577664175857e-07} {"commit": "c23abb19a61572693dacb1a2f1f21e7136d279c1", "message": "[nixio] Major rewrite: ChannelIndex and Unit writing\n", "proba": 1.3063086612419283e-07} {"commit": "634f4229c5cafeb3a1c03e5deb9434d7c0f74ebe", "message": "[1.7.x] Bumped version for 1.7.5 release.\n", "proba": 9.950608870212818e-08} {"commit": "f3bb3c587b9ec92e966a764a48791c9886c49dda", "message": "Add test case for getHosts (plural)\n", "proba": 3.062413895804639e-07} {"commit": "024ea272f29aaa5c41a5c892f4d13efce0953cef", "message": "Try to reconnect in syncer\n\n... 3-times, then fail.\n", "proba": 1.2631497270376713e-07} {"commit": "a824ae1cbd0ca120b93cb1e4c80027e8103ee894", "message": "#125 fix\n", "proba": 2.0347189888525463e-07} {"commit": "f04f980c5e69499ff8a1a57f0e9af65eb546a841", "message": "ENG-20445 (#306)\n\nCo-authored-by: Zeeman He ", "proba": 1.1163598401253694e-07} {"commit": "0d0581771a035c968fe356ffb167379e55a43ff8", "message": "MOD. Threshold metric now allows measured users to *not* be restricted by when registration date. That is, a flag which computes the threshold for all users irrespective of when they registered\n", "proba": 2.0503098596691416e-07} {"commit": "5ecccdd2b95e4b90ba54d604b44a68c0c512dd5e", "message": "make typing safe for pre python 3.5\n", "proba": 4.954189535055775e-06} {"commit": "091c4f8ea373bbd70b45fd4827c2e1d575ed806e", "message": "Fixed small bug\n", "proba": 3.4864638109866064e-07} {"commit": "07c1d588d5d78870a9a8d0111ef01d7ae2cca4f3", "message": "Update client.py", "proba": 6.903821372361563e-07} {"commit": "5cf97bf78700610d682f6d34a8470d9bedb86059", "message": "fix a slight !admins bug\n", "proba": 1.8082844235323137e-06} {"commit": "5b6c20f2c45b0a1a9cf7e52e3d84cf0594e109f0", "message": "Trunk is now 1.2.1 pre-alpha.\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@13286 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 7.346595793933375e-06} {"commit": "22c8baf8f31736001c59c1e33f57bc382c619892", "message": "remove os.chdir to avoid server error\n", "proba": 2.9752052910225757e-07} {"commit": "96a914119970266135b7586ed4d6ac535b162894", "message": "[testing] Increase tolerance for angles\n", "proba": 2.04024900085642e-07} {"commit": "94cef7347e5056791c61235b9ae8647974c97a02", "message": "extra robustness for processid field\n", "proba": 1.4062214859222877e-07} {"commit": "4efb05f87bb8eb3896040d16f8fe4d8e114e12da", "message": "FIX: Store history in a different place.\n", "proba": 1.4769942424663896e-07} {"commit": "615c2ee8f9bae39bcded2ebc7703bf9a879836d3", "message": "fix(sort): sort inner lists before comparing Docs\n", "proba": 5.635229740619252e-07} {"commit": "f0e9f88e5011b5a182515c9bc92088237590dad5", "message": "More tweaks of mocking to allow better coverage for futils.\n", "proba": 1.0044809073406213e-07} {"commit": "c9e60fb8da77482d1c81c9cbe70379965d543c8b", "message": "Cannot specify utf-8 this easily\n", "proba": 2.0986111337606417e-07} {"commit": "713767660ba44421ea5e0406d121ea868ad178ac", "message": "network: Fix IPv6 tests for Mac\n\nSome network tests would fail on a Mac because the IPv6 addressed returned\nwasn't an exact match due to a difference in the `socket.inet_ntop` function\nthat `netaddr` uses.\n\nOn a Mac 0 parts of the IPv6 are compressed away to '::' whereas on Linux they\nremain ':0:'.\n\nUltimately, the fix should be in the upstream `netaddr` library which already\nhas an issue logged for it: https://github.com/drkjam/netaddr/issues/82\n\nUntil that's fixed, the solution is to skip the offending tests.\n\nCo-Authored-By: Johannes Erdfelt <8398eb9892c5ab2ff439ca0b5e4b0706dd9ebef9@erdfelt.com>\nChange-Id: I7a8a49f4105079a686e553b4d002f04a26b93d0f\nCloses-Bug: 1409135\n", "proba": 0.999981164932251} {"commit": "46d1cb422ea048b5c2856ad760ea10fc5d105dd6", "message": "More empty lines\n", "proba": 1.577404691488482e-05} {"commit": "b30c713dd31c7d44c74646d62b786f21e0079945", "message": "TAGGERS is a dict\n", "proba": 0.0007704818854108453} {"commit": "34148be957e9bbaddfa159c1f0e1dfc96e9976ae", "message": "Updated test_gpg_sign assertions\n", "proba": 6.48859668217483e-07} {"commit": "bf1007039f97d8236f8bcfed873054d9c5c1317c", "message": "No plugin_context\n", "proba": 4.026318038086174e-06} {"commit": "ef71d2a8e846453064fa4d94d1a9575952f943fd", "message": "Add documentation and model version number\n", "proba": 2.686307993826631e-07} {"commit": "5e23150d5eefa6122dd345f56e735361c8017fb0", "message": "Added SgFieldColor2.linkField(), fixed validate bug \"id\",\"type\" fields\n\nExposed the ability to retrieve the link field name that a color2\nfield references. SgFieldColor2.linkField(). This will return\n\"pipeline_step\" for Task and \"project\" for Phase Entity types.\n\nThe UserFields for \"id\" and \"type\" were not updated with the new\nvalidate arg \"forReal\" which broke the ORM.\n", "proba": 1.2292565543248202e-07} {"commit": "976386e337432fbfcb815065b8da639caf631f99", "message": "Typos\n", "proba": 1.7046078937710263e-05} {"commit": "578c65b3a41fd1c1ef34aaa22db88734eb2f7aef", "message": "Fix unknown variable\n", "proba": 0.03430898115038872} {"commit": "2b4d028a69270c1c7918281a60280dd0b65963a2", "message": "- add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467\n\nChange-Id: I9836b842be01ef24138071fa022d80f5f77be14f\n", "proba": 3.0623846214439254e-07} {"commit": "d681c826d63471431e5175870ae6cff763989fb4", "message": "Added comment\n", "proba": 1.3274534182983189e-07} {"commit": "6bbffa4182d3bff3a1c76ce098c5bbb3a0d3d953", "message": "Log on creating unbound ports\n", "proba": 3.5089561833956395e-07} {"commit": "e9eb041fc6703208d96e2a4d3e638a1071ec7d2d", "message": "small changes in buffering uncropped coordinates\n", "proba": 2.563835721502983e-07} {"commit": "c339b57624114d5bf531e2e75b6105c9d71cd479", "message": "Fixed some staging issues.\n\n- If the install prefix exists on the filesystem, some packages try and link against it (e.g. gettext tries to link against libexpat in the install prefix). So we don't allow this.\n- Use '-headerpad_max_install' to fix staging errors while using install_name_tool\n", "proba": 1.0972673408105038e-05} {"commit": "e9e79ac8fe316f37ca125b56221854b661f5149b", "message": "Let documentation get version from nova/version.py as well.\n", "proba": 1.0429083374674519e-07} {"commit": "e5f804929b7e9cf30634c65ec66879ff574f2d5b", "message": "delete copylead models from model.py\n\n\nFormer-commit-id: aa909f5e76712c638dad9d5e67b5dde874ac36e4 [formerly 20fb73536e0301527ff26609dc870e0c453d34ab] [formerly 91250021999719e6098648f4d1bf278c48093084 [formerly e84c164956df766266dbe04420116938e09be21f]]\nFormer-commit-id: 7fc759111665cbd2c42f90b0d591f46c6da9e723 [formerly b1af428df0dcbd1f61d1df8afc576eb24de0d8ad]\nFormer-commit-id: c1d32232b88350400be9ef74035e004ef79557a6", "proba": 4.203563094051788e-06} {"commit": "eec8ffd16dfa19497b4d10aa185f53fd072da237", "message": "add sites to email notification\n\nref #143\n", "proba": 1.5549873921827384e-07} {"commit": "9c806a24a363d0a0eac4530c596df470d540083d", "message": "After inviting a user, clear the invite user form\n", "proba": 7.242554147524061e-06} {"commit": "35ad5b4b5a896f4ad93f5014d18a61e7b34a397d", "message": "add back deleted line\n", "proba": 8.439238285973261e-07} {"commit": "e7c3e4c5acdf9a229e13502e14a39caac332fe6c", "message": "Change error into awesome user-friendlyness\n\nHi there,\r\n\r\nI was getting a very weird error \"ODict valuelist should be lists\", when attempting to add a header.\r\n\r\nMy code was as followed:\r\n\r\n```\r\n msg.headers[\"API-Key\"] = new_headers[\"API-Key\"] \r\n 42 msg.headers[\"API-Sign\"] = new_headers[\"API-Sign\"]\r\n```\r\n\r\nIn the end, that was because there could be multiple equal headers. In order to cater to that, it you guys might enjoy the patch I attach, for it converts strings automatically into lists of multiple headers.\r\n\r\nI think it should work, but I haven't tested it :$\r\n\r\nIt'd allow me to have the above code, instead of this one below:\r\n\r\n```\r\n msg.headers[\"API-Key\"] = [new_headers[\"API-Key\"]] \r\n 42 msg.headers[\"API-Sign\"] = [new_headers[\"API-Sign\"]]\r\n```", "proba": 0.001296750851906836} {"commit": "6c1312674c4e5b72d9eb902893af2a5624e2a519", "message": "Fixed flake warning\n", "proba": 2.409275055015314e-07} {"commit": "5c1beac04e5fb46d52eb19d5968838de70be7e79", "message": "fix bug with PIL conversion from non file source in Image constructor\n", "proba": 1.6385875767355174e-07} {"commit": "b53fab5df6ad73b36a4e6d9a82facc5ef6c17be9", "message": "Strip leading and trailing newlines from our responses\n\nWithout this CSV exports look funny.\n\nPatch by: Sverre Rabbelier\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%402483\n", "proba": 1.4942021664410277e-07} {"commit": "479c8a24121465bbb9e0e193dc2da39cd08bdfe4", "message": "bitwise_left_shift and bitwise_right_shift are only defined for x2 >= 0\n", "proba": 5.070382940175477e-06} {"commit": "81cadc50db1b703a96bc4f89a30d4d8d747defc3", "message": "add crossref for lxml.etree._Element\n\nSigned-off-by: oleg.hoefling <5372a8938f37931bff856e791e71bfdb147a99f0@gmail.com>\n", "proba": 1.302312142570372e-07} {"commit": "9e48ebd881bb4b16d1cfb6d0240960ea9a425574", "message": "more comments\n", "proba": 1.1724291226755668e-07} {"commit": "2505196b2f18ed384112f4c85c4bc62476487d09", "message": "Try to turn topic word massaging on and off.\n", "proba": 1.2195694409911084e-07} {"commit": "d2dee96d90b8b376e6d37b3d49e1ea80e6420a1e", "message": "Modified chunksize 2GB -> 6 hours\n", "proba": 7.333900384765002e-07} {"commit": "0a390df2146a129b0e42fac11d0c0f2833891d51", "message": "monitor bot: removed _tick() log(), as pub() already causes log; prevent Monitor initialization log (not custom)\n", "proba": 1.82872781806509e-07} {"commit": "4b286ddc0e1c50c677ddabfc259e2577fadfb205", "message": "deconv almost working, finally\n", "proba": 1.4962613192892604e-07} {"commit": "c2ee1d2f0536f546b814aa25bdd326fb25d8baab", "message": "feat(app): add logger name to file handler format\n", "proba": 1.3648234471475007e-06} {"commit": "22c07cdbc45c3a64b1c9b56e1b03a4d34d4c2c02", "message": "Refactoring of player functions to Player class\n", "proba": 4.523765824160364e-07} {"commit": "5434cde1bb2de8d930d9ca9b497029d4a7a65967", "message": "Enable retrying on unsuccessful database connection\n", "proba": 4.6912848006286367e-07} {"commit": "eee9a5e3406fb6c1862bc7d3f59d62d0e45b3a79", "message": "Only removing ipy from cmd2 instances instead of the class when use_ipython is False\n", "proba": 0.9998668432235718} {"commit": "8394304aefc4a7eee91905d15f4017f7d88b4222", "message": "Added a few more docstrings for cleanup\n", "proba": 1.1011715628228558e-07} {"commit": "0cfd51a58b7d4888c76b8836b7cc4408449e3605", "message": "NXDRIVE-771: Set RandomBug on TestConflicts#test_real_conflict for Linux\n", "proba": 1.2886098943454272e-07} {"commit": "757c0cbe37efd9fe9f30ff57a136371e90ff3b00", "message": "Add autosummary extension\n", "proba": 3.488685536012781e-07} {"commit": "e8890f747e9396c42fea90eb18216bb99e02c303", "message": "testing metagenome\n", "proba": 5.913351515118848e-07} {"commit": "8ee66ec0872c5d2ef19b386c6dae67e2654e2df4", "message": "put setup in correct spots.", "proba": 1.2402962568103248e-07} {"commit": "3bc92404cf2e6dc605c3cc80f03402022b60b318", "message": "Provide an implementation of data processing command\n", "proba": 0.007227199152112007} {"commit": "1dc46167179a5d2da903e812426de2c4456bab1c", "message": "remove benmark.py as it's a dupe of ben.py (at least the copy I have is)\n", "proba": 1.2235396695814416e-07} {"commit": "80e8e1008bc28c8ab9ca966b89109146112d0edd", "message": "Remove some unused methods\n", "proba": 1.702817462501116e-05} {"commit": "8d882f529f564bbb03769e2454a73a01984dc11b", "message": "Renamed pyscript to run_pyscript\n", "proba": 6.528901576530188e-05} {"commit": "ae0a374369b2354626384c8dfca50ea2e0fbbea2", "message": "Changed to being a component that yields and is run using the scheduler. This\nalso means that the waitkey statements have to be removed.\n\nMichael.\n", "proba": 1.0636543379405339e-07} {"commit": "038f07fd8bcfdf6ccb6ed8cf7135d5a54dc6315d", "message": "Point roles docs bugs to openstack-ansible LP\n\nCurrently when clicking on the small bug in the roles'\ndocs, we land on openstack-manuals launchpad.\n\nThis should solve it.\n\nChange-Id: I201da22af67ecee2b4829e2c545da8a6164d4504\n", "proba": 2.3639788651053095e-06} {"commit": "c8c9fe5c0d22554f5737544dee7d6f0f7b2a4b35", "message": "Add the template directory.\n", "proba": 1.374892804051342e-07} {"commit": "b4781de7b6b22e782a56fcdeb263bceca7771917", "message": "[Chapter 04]: Side quest to play with invoke. (p76)\n", "proba": 1.0159919838770293e-07} {"commit": "76bbe6ea65aad7ab562b637c3fb3768d20473d69", "message": "Adds 2015 copyright year to the Sphinx documentation\n\nChange-Id: I10d4c1be2851b407a56493f5c85b2979b09eacdb\n", "proba": 5.521692969523428e-07} {"commit": "745815661d462cffb503b54cbfd274386f056bea", "message": "QUERIES: modified code to work with current database schema\n", "proba": 1.5243022062350065e-05} {"commit": "3d61fbe0c4ad765353c8eca467542d7773d3c95d", "message": "removing stray comment\n", "proba": 1.8501079068755644e-07} {"commit": "b1ae8cb6aebb736483c1c3efb3ce4e7471c58d8e", "message": "more fun\n", "proba": 1.9293564434974542e-07} {"commit": "a7ffb8cf84aee9c06efbe20b5040d21917c85da8", "message": "change conf back to sphinx 1.1\n", "proba": 2.032751581282355e-06} {"commit": "3ba53b7793f9aab56fcb25f922bccd87217bace1", "message": "Messing with Sphinx and ReadTheDocs files to get autogenerated API documentation.\n", "proba": 1.0137929251641253e-07} {"commit": "9847bf2f5901fdaaf95da7cca32e750e8e56e366", "message": "Switch sphinx language to en\n\nWith sphinx release of 5.0.0, they changed default for language variable\nto 'en' from None. With that current None valuable is not valid and should\nnot be used.\n\n\nChange-Id: I40b2635eafe8221218010d1c3cd5cf5717bc2800", "proba": 2.3915386918815784e-05} {"commit": "a6f4d4a478b2e265c3f3de65a579762590247cc2", "message": "remove inner timezone\n", "proba": 0.9999886751174927} {"commit": "83134d8055a0023e215826b72ef9a299534bdb11", "message": "timezone support\n", "proba": 1.3808349876853754e-06} {"commit": "11fe9a5e5403153067a443c923d4c7565f1ac7d6", "message": "Mock wand for readthedocs\n", "proba": 1.2880802557901916e-07} {"commit": "b6c74af95fc83fb8238dfc8f6af66eada14ec526", "message": "escape time.struct_time\n", "proba": 0.00014423647371586412} {"commit": "10f32be8b8036f9fc3be8cf76d312d440cb79056", "message": "decode json column as string\n", "proba": 0.9999994039535522} {"commit": "b9951d35d76aecb8ca35273d2452256f2698709d", "message": "No need to be backwards compatible to Python 3.4 as it is EOL.\n", "proba": 4.5568162931886036e-07} {"commit": "953180229f7c2ada4a4bdb7154ee3b2aff301a49", "message": "Comments out coupled_diag code\n", "proba": 1.294372822258083e-07} {"commit": "963c7b0f72581ef627dffbdb2e38e2f9e0686157", "message": "Fix variables\n", "proba": 0.0005515502416528761} {"commit": "a152d2d9bea89d0f6b6ac3d73603e2dec583c7fa", "message": "DOC: numpy doc standards\n\nThe return was not displayed in the doc, as the required section title is\n'Returns'\n", "proba": 0.00015644887753296643} {"commit": "5fbafde5b8b78d1ff99d78640df540aababf61f9", "message": "Changes main text color\n", "proba": 1.0757651125459233e-06} {"commit": "7251f006b7d8bdd24d014d217aba5fae6215f670", "message": "Fix reverted name.", "proba": 1.850552564519603e-07} {"commit": "c13eafe2dedf1da1c39300b0eeaff70c9fa5dcea", "message": "use label() method in place of node attribute", "proba": 1.9718174826266477e-06} {"commit": "ca22a59d9f9509ff01061b07d4175fc7e678b1e6", "message": "Added code to create a gameState object using json received from the server\n", "proba": 1.8119062872301583e-07} {"commit": "9dfabadb197b3b87a54876d35e777d54d67c6f7f", "message": "use https://github.com/jakeogh/logdecorator\n", "proba": 2.477860334693105e-07} {"commit": "c0f1e11684f18015acb734115f2b41fea057b818", "message": "Another simple bug fix\n", "proba": 2.0844733228386758e-07} {"commit": "db6ea8073911bf96995ab335d8c912df44ad29ec", "message": "Site for today\n", "proba": 1.1852802117573447e-07} {"commit": "66bd60e60c9cd77c8612976c35e4c222e5791316", "message": "Remove unnecessary typevar\n", "proba": 1.0940323591057677e-05} {"commit": "d865fabc6ab9de3e8c044db3ae882fbba4dbc401", "message": "bug hunting\n", "proba": 1.7718163007884868e-06} {"commit": "7fa4dae2209517fcd8b2a63198b46481503fbf4a", "message": "Cosmetics\n", "proba": 1.7208266172019648e-06} {"commit": "1b1d7c8e8161a16d48e72d461b5c6687b46dea2b", "message": "IGraphConnection extended\n", "proba": 2.73955720331287e-07} {"commit": "c64051656ded91a233735085fe4d9d53fcacdb4f", "message": "Fix eval\n", "proba": 6.7694509198190644e-06} {"commit": "4bcddabcdfcf606f321f99a361bc663d35497128", "message": "return the match from the case comparison even if not line_by_line\n", "proba": 0.9989155530929565} {"commit": "4b36927a6f8c68eee762b7a51fa1733463f76f0f", "message": "Fix a bug where msg.type was mistakenly used instead of msg.class_detail\n", "proba": 3.90072564186994e-05} {"commit": "035a08579d86ff6bd39e89d33c696bf09a3aeb03", "message": "update doc/api_example.py\n", "proba": 1.166385118267499e-06} {"commit": "9abaab660d77e3d5205c4d45e2267bd3009de896", "message": "fixed for unbound mehtods. It would always skip\n", "proba": 1.4209493315320287e-07} {"commit": "738cfa017564ac696030677aed384d12de0a262c", "message": "add copyright information\n", "proba": 3.5245011531515047e-07} {"commit": "1129edb7b6e39749470cfdbb91903ce664f5e941", "message": "server error frame in one function\n", "proba": 4.865206619797391e-07} {"commit": "9be35da5d3f375e80352b8b234a7e23b234b680a", "message": "Remove test code\n", "proba": 3.5512703107087873e-06} {"commit": "18dd0d417966cd06e24a6fa85505aaae1b51cead", "message": "Ignore non-cython modules in module list creation.\n", "proba": 1.3107874963225186e-07} {"commit": "27a1e75e0c5d6907b5f059ba88bc6caf54d40e5b", "message": "re-raise some errors after they've been logged\n", "proba": 2.9230125164758647e-07} {"commit": "671c63424f3237532551d557ae13a50f68dbfa7a", "message": "[FIX] ir_config_parameter: fix muter - openerp renamed into odoo\n", "proba": 1.585981863172492e-06} {"commit": "07ecf8df632fa07b93c511ad95ee8446eec71117", "message": "Rename variable to reduce line length\n", "proba": 2.682072044990491e-05} {"commit": "20ee48654f09bf458609dc964b2a4235eef3d453", "message": "Added docstring\n", "proba": 5.633284558825835e-07} {"commit": "d2a280e989fcb11cfed6b37261021f8f5eb8caa2", "message": "bump db schema version\n", "proba": 2.7115294187751715e-07} {"commit": "2bea60b3cbe0ed011436113258dca63b99568a93", "message": "Fix missing relations pool for new proposals\n", "proba": 0.00022302901197690517} {"commit": "004c9d4e2b7135e6cc354b87dd68f78d6292ec54", "message": "It was supposed to be election, not event.", "proba": 0.0004173372872173786} {"commit": "ab22df0cc839064095d5d21b4684a0f42e5f1844", "message": "fixed arguments to kwargs-list for more flexible calling\n", "proba": 1.4224094968540157e-07} {"commit": "a0067f0e5e41532ac1335e4293f43ec655ab2bd3", "message": "don't append http status page to the end of an image download (RBL-4222)\n", "proba": 1.0294986196868194e-07} {"commit": "546a179c4b0f95f8e46ea1297d2ddd405d2305e8", "message": "Added file-required / created checks for initialization.\n", "proba": 1.0936174987818958e-07} {"commit": "6c05903b6440848b7f29917d4082b3a3a7181c7d", "message": "Naming conventions #23\n", "proba": 1.3344692888495047e-06} {"commit": "98b7324a831f10b8a3aa9df28e40f218ce3e17fe", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "61ce8fc769a4a42b0af81ed482cf7518c6a3ce10", "message": "Fix: log message when plugin is broken\n", "proba": 6.577778322025551e-07} {"commit": "3704af17b3f88c73248b5a55de8ed0ec1e217b05", "message": "Major cleanup and re-org of get_weights\n\nThe new version is actually kind of pretty -- and easy enough to read that I\ncould simplify the docstring.\n", "proba": 1.151690298684116e-07} {"commit": "dea647e26cf9ed4d6d5766264dc67057a49988d4", "message": "\n\ntypo", "proba": 0.0007799062295816839} {"commit": "8bda98cad7b000fc441aff0d5b9530457717b736", "message": "toward loading by name\n", "proba": 1.657553383438426e-07} {"commit": "10d1102760fc48bb2cd3e983428c98117310668a", "message": "Mix Parse back in\n", "proba": 1.924530721453266e-07} {"commit": "3b4f3366b91569c9b09bb33582ee7850b7ee6d88", "message": "images url\n\n", "proba": 3.243664832552895e-05} {"commit": "c4f63802f685912f6edead9a0b8fcc37d1d67293", "message": "improved cache, read and write for OP\n", "proba": 1.5006327203082037e-07} {"commit": "67c3bb1276717d9c2c486e1cf21d43212322a2ff", "message": "add Sequence class to compat.py\n", "proba": 5.472978727993905e-07} {"commit": "f69b98198df53edc0fc9b4f8a99bcb12e2636d40", "message": "Remove debugging-code.\n", "proba": 8.926354894356336e-06} {"commit": "551bb1f09bc4bdb001e357473ba1dc5998fd8d8f", "message": "That didn't work. putting it back\n", "proba": 0.9999173879623413} {"commit": "e3a09d9903fac35a7446d3f1c05fe26e654d11e1", "message": "Make leader send heartbeat multiple times\n", "proba": 1.6377859992644517e-06} {"commit": "3eda5186a6817081b5a3a17de3cbe871c476afca", "message": "Use stream proxy on couchdb view (for debug only)\n", "proba": 1.0998889621305352e-07} {"commit": "dcfe070e5f32d214b69cc3bf7ac47dabd695f8a6", "message": "Improve the docstring for Swift pollsters\n\nCurrently, the docstring of all the Swift pollsters are really\nunclear, confused. This patch fixes it.\n\nChange-Id: I2f2879a2c8b60fad8083a175f8cb14beb87665e4\n", "proba": 7.242360879899934e-06} {"commit": "7c815f5e4feefb47e2a260cfabc2245c01ec2115", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "3f84907f60a628f2c91d8ef33bd4221a40c69616", "message": "Partial code cleanup in render_utils\n", "proba": 4.275893843441736e-07} {"commit": "7524e70efc67c68bf9cb5ff91bd181bb17bea20c", "message": "Added comment [skip CI]\n", "proba": 1.1448210557318816e-07} {"commit": "7996bb4b560079f5399689bff123ed13ea271f07", "message": "Scan list in FITS header\n\n-It adds a message in the FITS header (using the HISTORY keyword) that lists the scans used.\n", "proba": 1.0039752851298545e-07} {"commit": "a094d495439930701c4a24d9df10c64841c593d0", "message": "Env_vars to None by default\n", "proba": 4.810993345927272e-07} {"commit": "0b72b311d5f2c1d182379c9d3070ab1dfc426ab0", "message": "\n\ntry another way", "proba": 2.5241517505492084e-05} {"commit": "79cde39c98168bd21c0a7ead9c9f2c0b14eacd46", "message": "unix: XDG spec implementation\n\nuser_data_dir = ~/.local/share/komodo (or $XDG_DATA_HOME/komodo)\nsite_data_dir = /usr/local/share/komodo\nuser_cache_dir = ~/.cache/komodo (or $XDG_CACHE_HOME/komodo)\n", "proba": 7.270963578775991e-06} {"commit": "639091324ab13e078b91b215c2aecbc6ab665337", "message": "Used cmaker.get_closest in ucerf_rupture calculator\n\n\nFormer-commit-id: 23c11a87c522ebc7b5ff3d30ebb4bdff8a43f8f9 [formerly 13988e63a1b1a4be35916bd0ec6a9aabb431d74e]\nFormer-commit-id: 81842fd795f82fce08b53194ae044a6c9245de9e", "proba": 5.73849376905855e-07} {"commit": "1b5b3c5463fe94e15e28583ee32de0a00573871c", "message": "\n\nsimpler maybe?", "proba": 2.687317532945599e-07} {"commit": "64dcc059d5509460e63782efb762995bbf53ea4c", "message": "Add enum34 in the dependencies\n", "proba": 3.552313501131721e-07} {"commit": "c427ed4a8b7c941e03152219f6a20f7161ac8ede", "message": "Change wording on Public/Active\n", "proba": 4.781308007295593e-07} {"commit": "0f310eec272e7ab327035b12c2fb429efa948092", "message": "increased sample size\n", "proba": 2.601383073397301e-07} {"commit": "67532933e48e77e1dd99f676c1edcaed4baee0b9", "message": "supervising/supervisor:\n\nRevoke and terminate running tasks during the cleanup phase if a job\nfails or is aborted.\n\n\nFormer-commit-id: cf0dfded89bd3dad3d021ba9b6f573fd71da70ad", "proba": 3.598877810873091e-05} {"commit": "cf0f29c0f1181299dc34eaae52c2aee17c289f91", "message": "renamed subsetservice tests\n", "proba": 7.288294341378787e-07} {"commit": "c51a91a2919e8194e469c58baf4b39d98a0dff8f", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "ac075fd3856204d90393be0cdfea32163694895b", "message": "Added a docstring\n\n\nFormer-commit-id: 3bd0526df3c3b1010eef8efb23440715ecc82481 [formerly 3bd0526df3c3b1010eef8efb23440715ecc82481 [formerly f2609c7c80fb070c842d6bc1aa45e7b239cb8690]]\nFormer-commit-id: 5f421c3a991915659f318cf78436ebb6eb267669\nFormer-commit-id: 5fcc82595a6f82ccb1772db12b3f8971d37b877a", "proba": 0.00024166096409317106} {"commit": "00ff7d1da5a4b3fed2237aac3e63fbbd25f7c140", "message": "Fix Bug\n", "proba": 6.961977305763867e-07} {"commit": "2da586122c4a65ca796ba71ddc3c8b9eb398f7ce", "message": "#513 - '<' and '>' in visual modes should accept counts\n", "proba": 6.517055339827493e-07} {"commit": "f5fc36ee9a2f6b234c28710f76e354fcd6aa7604", "message": "More style updates and PEP stuff\n", "proba": 1.1029435142972943e-07} {"commit": "396b57338951144137e286851d8f8952ca55ed88", "message": "backend.StartMaster: fix variable name\n\nAs per comments for patch \u201cConvert node_start_master to new style\nresult\u201d, the \u2018payload\u2019 variable is renamed to \u2018err_msgs\u2019.\n\nSigned-off-by: Iustin Pop \nReviewed-by: Guido Trotter \n", "proba": 1.4299418182872614e-07} {"commit": "1068f32452526d358936ff4c03f1364774c26b33", "message": "More code cleanup\n", "proba": 1.262701658788501e-07} {"commit": "41c0185de9e6fd9d81ea029b8cfb61ac860cbc54", "message": "initial suppoer for partial files in the file handler\n", "proba": 1.3399282750015118e-07} {"commit": "f29d7d7052db847b80245f1e8a4d3695a0895b5d", "message": "Add comments and docstring\n", "proba": 2.1316878928701044e-07} {"commit": "fa7680977df020e7c9ec30d9077efe1866b67268", "message": "Stricter string casting.\n", "proba": 2.884465288843785e-07} {"commit": "6dd8c4cdc69c5e7c94e1de02f247d66084f6638e", "message": "Oops.\n", "proba": 3.4415756999806035e-07} {"commit": "7555fcdccb5bb169a4efdd5ca807c0c1cd3a0adb", "message": "Improving compatibility.\n", "proba": 3.231747882637137e-07} {"commit": "4a248c78908707f8952406b297bf7e49e3b1cd40", "message": "OWPosTagging: hide errors when Stanford option unselected\n", "proba": 5.417536158347502e-06} {"commit": "d33e3d00892b8d088c907b501df73d22431fa3d0", "message": "yaml.load accepts a file-like object, so pass the file object\n", "proba": 4.502516617321817e-07} {"commit": "19571d34374026649783ff57289dd4a9c6bdf028", "message": "Restore exception context when passed in loader's _makeFailedTest method\n\nLoader's `_makeFailedTest` now handles both the case where `exception` is an\nException instance and the case where `exception` is an exception information\ntuple (as given by `sys.exc_info()`). Rely on six.reraise to handle the latter\ncase.\n\nCloses #48.\n", "proba": 1.2428739637471153e-07} {"commit": "501f3e3eb39378aca0689dd7309250951be09659", "message": "\u6700\u540e\u4e00\u7248\u8dd1\u64cd\u5730\u5740\n", "proba": 2.44647822000843e-07} {"commit": "627d7f9acd482f41eba96fadb11e0913c1a1a6df", "message": "Small fixes in freeze.py.\n", "proba": 1.1602173799474258e-07} {"commit": "dfdec44475118f6e68179cf281d43b5e1b2cd8b5", "message": "Diminish bgm volume\n", "proba": 6.115415089880116e-07} {"commit": "705f3d8cd4080839ae3f6f6e6bbfd792c8e55dc5", "message": "Add astropy_helpers for relative import in conf.py\n\nThis assumes that astropy_helpers is in the root tree relative to the docs dir.\n", "proba": 1.240394453816407e-07} {"commit": "3b2e9a8312412b9c8d4e986510dcc30ee16c5f4c", "message": "Fixed docs\n", "proba": 4.442843817287212e-07} {"commit": "de4c7ef718b96bff5958f559cb9e866c65582a5f", "message": "Stop using intersphinx\n\nRemove intersphinx from the docs build as it triggers network calls that\noccasionally fail, and we don't really use intersphinx (links other\nsphinx documents out on the internet)\n\nThis also removes the requirement for internet access during docs build.\n\nThis can cause docs jobs to fail if the project errors out on\nwarnings.\n\nChange-Id: I71e941e2a639641a662a163c682eb86d51de42fb\nRelated-Bug: #1368910\n", "proba": 6.005333261782653e-07} {"commit": "1a77e5a358bbfa01cb493a7460038fc9948a84d0", "message": "[Trivial] Remove executable privilege of doc/source/conf.py\n\nIt is a configuration file, rather than a script.\n\nChange-Id: Ifa29b9d117ff082b063e117e54707f35a239fc50\n", "proba": 1.8444051193000632e-06} {"commit": "78f74c5126bfaf93217f7bbfb17177f59cde8ac6", "message": "Add latex_preamble (for amsfonts so far)\n", "proba": 1.1377539266277381e-07} {"commit": "244db1cd95b70b6fc0492bc7b57817a2cee7cd75", "message": "More logging and robustness\n", "proba": 1.2037986607538187e-07} {"commit": "29f89d8af75bd6190e97d41a21d2c2824eee09c7", "message": "[Serve] Doc: Mock ray.serve.generated package for doc building (#18767)\n\n", "proba": 1.0190505861373822e-07} {"commit": "69c4c8094e5c9929e54c3b6ee8b6264f7131b2f0", "message": "made ast walker able to parse contextlib.nested\n", "proba": 4.252754024491878e-07} {"commit": "da8ed114ccfb149abe324dee53eba567c7b618f5", "message": "Replace deprecated library function os.popen() with subprocess\n\nos.popen() is deprecated since version 2.6. Resolved with use of\nsubprocess module.\n\nChange-Id: I0072000a1386aaa5d3eacef4bfb9dc74edb915ec\nCloses-Bug: #1529836\n", "proba": 3.6398121210368117e-06} {"commit": "414a9c64ebcdc806f77271a621aa55c4bc37abe1", "message": "Some Modification\n", "proba": 3.1309645009969245e-07} {"commit": "f4ddc027b22f2635260d3598bcee93fd350fbdd3", "message": "Room 33 fixes.\n", "proba": 1.181456710241946e-07} {"commit": "090a6af0ec0e03a6e02360267b8e01d85d2c5845", "message": "Remove vestigate HUDSON_PUBLISH_DOCS reference\n\nThis isn't actually used and is a leftover from a thing we did\nseven years ago that survives today through copy-pasta.\n\nChange-Id: I1cd098c1f5744695d3694791750e4770f8d39dca\n", "proba": 2.216750658590172e-07} {"commit": "36f7f178e062b7d66cb6080aa22b7400e6813988", "message": "Don't crash when running git without internet connection\n", "proba": 4.832633635487582e-07} {"commit": "df96d2cd3eb8894a65ce9ebb9eecf8b0f58acc06", "message": "In the Windows JavaHL build use a different set of lint flags when compiling\nlegacy 'org/tigris' legacy code than when we compile the new code.\n\n* build/generator/gen_win.py\n (get_proj_sources): Suppress some warnings just for compat code and compat\n tests.\n\n\ngit-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285d88@1544258 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.524839707504725e-06} {"commit": "fa33702625895babde31d32ee84d78ed734bafa3", "message": "Fix typo in filesets documentation\n", "proba": 6.821021997893695e-06} {"commit": "db720f2df5e827aeb223a144fa0e7e7a6030a702", "message": "Fix a regex\n", "proba": 0.9999994039535522} {"commit": "946ead38e50fe156f43bbbafc3f210cdb0a204e0", "message": "fix documentation title\n", "proba": 1.0217261660727672e-05} {"commit": "c38ab24c8d90c531e05f7eae24e27bd88c64ddbe", "message": "Tar: Support symlinks\n", "proba": 2.820310953666194e-07} {"commit": "52a3d76ff21d53ab20eceeca693cf9d75c5c4885", "message": "Fixed variable name\n", "proba": 4.525234089669539e-06} {"commit": "55cff65c3928b365ee473978c3f31dff18f5b3b9", "message": "Remove R headers from PCH\n", "proba": 2.040795834545861e-07} {"commit": "b17a2b16b2c082126b7bba0c10014aa58cd99b23", "message": "Fixing YTQuantity __repr__ method.\n\n--HG--\nbranch : yt-3.0\n", "proba": 1.3393521840043832e-05} {"commit": "d82d2dc54d670b8a6672e2ce0ff123e100e40b26", "message": "__repr__ must return a str or ipython gets a belly ache\n", "proba": 7.077601185301319e-05} {"commit": "d05c578eb500e3dd228a69551568853d06b12373", "message": "Separate clients for continuous and event waveform data\n", "proba": 1.5797701280462206e-07} {"commit": "42834efe72ff33fcb1ba6d27e5299d170c1998c8", "message": "orange --> range, list(keys()) again, etc.\n\n--HG--\nbranch : yt\n", "proba": 2.6970890303346096e-06} {"commit": "220171d3a6ec1d4d79d08ac5b1ee8fd6b874d8ea", "message": "Prettied translation getter\n\nNow is in a class, returns None if the image has no tags and is\ngenerally more commented.\n", "proba": 1.1526253729243763e-07} {"commit": "ff25b5c97148e4073432123e9af24f8f878eb51c", "message": "meta info added\n", "proba": 1.5318566681798984e-07} {"commit": "f095649a915ec2d2d88e1e36c31640ea5266c56d", "message": "Added Windows checking for the dns-sd tool\n", "proba": 1.4719726948442258e-07} {"commit": "70dc1c7ad1ce1dc3eeca59ebced1cb1f322e16e1", "message": "fix regression with nodataseterrors\n", "proba": 5.476883870869642e-07} {"commit": "d61c17ab2edff37fcc29358be64ccb2f1d5cc6ee", "message": "Added friend subscriptions/unsubscriptions\n", "proba": 2.1124017735019152e-07} {"commit": "cb7f31678add13ad8183e30483dcfe91bf16c2ce", "message": "Bugfix\n", "proba": 8.038198870963242e-07} {"commit": "909bfc5222557f8280ac09170897e0968ce63b98", "message": "Do not call GetBrowserInfo() in testGeolocationPref\n\nGetBrowserInfo() fails after fetching geolocation. Working around until it's\nresolved.\n\nR=dennisjeffrey@chromium.org\nBUG=89000\nTEST=\n\nReview URL: https://chromiumcodereview.appspot.com/9518010\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@124066 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 7.961472874740139e-06} {"commit": "e699898210fc72eea342e37676a20237b368f208", "message": "Get rid of an obsolete test for page options pref\n\nPage options button pref has been removed. Remove the test.\n\nReview URL: http://codereview.chromium.org/2810036\n\ngit-svn-id: http://src.chromium.org/svn/trunk/src@51080 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n\nFormer-commit-id: 0ef70eb5fad457c8bb15ec50fae0fd05af08e17b", "proba": 7.358066341112135e-06} {"commit": "f05e6f3c348d247406df324f7b72c9212cc823e0", "message": "[pyauto] Use windex=None to signify automation commands that do not target a particular window\n\nUse windex=None, instead of windex=-1.\nThe former seems more intuitive. However, all uses of windex=-1 should\ncontinue to work as is, for backwards compatibility.\n\nBUG=None\nTEST=pyauto tests green\n\nR=dennisjeffrey@chromium.org\n\nReview URL: https://chromiumcodereview.appspot.com/9233052\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@119923 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.0001563249679747969} {"commit": "116c0ad119e58cefe048cf0274333d46fe67f5cf", "message": "Don't assume html/no-html by default.\n\nOnly proj using the travis module is fab2,\nwhich has now switched to pytest, whose coverage\nmodule (in here) defaults to no-html\n", "proba": 2.0885204321530182e-07} {"commit": "36d5f0e5b12c1d6505d7d72f48f5922bd10ce8d1", "message": "Update plugin.py", "proba": 6.975541850806621e-07} {"commit": "cb6ed46c4b15437034ef54169742f8b266dfa4a7", "message": "fix : for loop replaced with while\n", "proba": 1.3896213886255282e-06} {"commit": "0df5f5d344258dad9ac7d54c35671f60f936db50", "message": "remove corner cases for query\n", "proba": 0.0011545922607183456} {"commit": "75d5c2b0c0b18430d4abb637093421c4dd688cab", "message": "Allow per-instance specification of the repo_dir for CatPipe\n\nThis allows the creation of CatPipes that refer to repositories other\nthan the default, which in turn allows copying between repositories,\netc.\n\nSigned-off-by: Rob Browning <1dc5917c2adeeba13d1ef33dbb40691a1b67cc65@defaultvalue.org>\nTested-by: Rob Browning <1dc5917c2adeeba13d1ef33dbb40691a1b67cc65@defaultvalue.org>\n", "proba": 1.8209972552085674e-07} {"commit": "21c704637a7be8b8bcf8f7d9530f188b29d96141", "message": "comments\n", "proba": 5.451620381791145e-07} {"commit": "59e0c764f318cd8a7e71301069ade255b64edf63", "message": "py27 and 34 fix\n", "proba": 2.954141677946609e-07} {"commit": "4f0acea4e8cb74e4145167c9458ea4401f16a5dc", "message": "Fix \"during exception another occured\" in transaction\n", "proba": 9.268907888326794e-05} {"commit": "e7880d5486b76580e6321ec24a5f76b9395405cd", "message": "Bugfix\n", "proba": 8.038198870963242e-07} {"commit": "8c902fd8e2f371a7d96380d63fe03dec820c537d", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u043b\u0435\u043d\u0438\u0432\u043e\u0441\u0442\u044c \u0432 ModelProxy, \u043a\u0430\u043a \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u043b\u0435\u043d\u0438\u0432\u043e\u0441\u0442\u044c Django\n", "proba": 5.570368557528127e-07} {"commit": "13c2d31d135c4256b14b7eee8e6c9537b98319ab", "message": "bug fix for saving to current dir\n\ngit-svn-id: e4aa3cfa51ba591d1cd1dbbaf7e4a2c2b5d7a7ff@7399 fe389314-cf27-0410-b35b-8c050e845b92\n", "proba": 8.50528181217669e-07} {"commit": "dc78f626a74acf81771f8a020a491ddfe16ba1fd", "message": "insert into unknown table please\n", "proba": 2.1167173258618277e-07} {"commit": "09a55d20c19fed3ac9560d75051068ad5aed8027", "message": "partners: fomu-evt: fix spiflash4x pin mapping\n\nThe D3 and D4 pins were swapped around, leading to interesting issues.\n\nSigned-off-by: Sean Cross \n", "proba": 1.236015947370106e-07} {"commit": "4de6707e974aea207a1071f7e14360d0c9a0eac3", "message": "Simplify j2cl_library.bzl\n\nPiperOrigin-RevId: 212918393\n", "proba": 0.004014516249299049} {"commit": "aa8779ee9e2f0b1da3de1ea15d0db0ebd81304f3", "message": "Added support for downloading files from a specific website.\n", "proba": 1.033874994504913e-07} {"commit": "a609a088b6cd28a50748eb88d9ca7dc496d9bdf4", "message": "Fix notification regression due to sql optimistation\n", "proba": 2.2011397504684282e-06} {"commit": "5b3c9c51da12d80d672061e27f74aaefbdf8cf6d", "message": "Redirect wrong domains to www.entu.ee\n", "proba": 1.2838703469242319e-06} {"commit": "1f8b9fc00eb0496a1b50b34b52467c607045afe9", "message": "changed location back to location_id", "proba": 3.7874660847592168e-06} {"commit": "5b86bd09a6d17636f2f57141e0b4c500729768e8", "message": "Fix Flake8 warnings --autopull\n", "proba": 1.7807253982482507e-07} {"commit": "fd43e94318332134618c1a76642104b27c958c8e", "message": "If an problem was updated and had a new max score it wasn't recached. Now it is fixed.\n", "proba": 1.0560635388401352e-07} {"commit": "e7e9b8d9426d7469c10715cb81a5a3e392c53fac", "message": "Revert \"Use Mailgun EU server\"\n\nThis reverts commit 02bcd4307ef8841eb27e489baf10866a9824b30b.\n", "proba": 1.1637246188911377e-07} {"commit": "023a22ac5ee3d66222fb6b7bb69c3383d76884e1", "message": "model change\n", "proba": 1.2514201443991624e-06} {"commit": "76d92cd05b84ecfe59793a18267a861e762f529a", "message": "Request port removed\n", "proba": 3.918000288649637e-07} {"commit": "a73774d320701a460dc1e27f5ffa333f260811c8", "message": "added urlencoding\n", "proba": 5.15526380695519e-07} {"commit": "d087c5aa18844133398b4c475362763cd078dea1", "message": "multithread_crawler using Queue\n", "proba": 4.92989443046099e-07} {"commit": "1f2546034f0c63fbe7fb67682c68a63d77dfd494", "message": "replacing troublesome characters\n", "proba": 0.001725438516587019} {"commit": "eedc838b2ada3bfc1121fa9cd17de5a877d0c616", "message": "fix: IndexError exception after model weights restore - work-in-progress\n", "proba": 2.1001487482408265e-07} {"commit": "34c0fb601fb7ec72bbbb8da449fc9c698e2fafb8", "message": "Make base class abstract\n", "proba": 0.9999172687530518} {"commit": "35f311738bab87aabfa1a48b1d78f0190af9d537", "message": "Ported StackedCNN and cleanup in other encoders\n", "proba": 1.108107525737978e-07} {"commit": "02e9b046957272803cff584260c9a8f04c6d7def", "message": "Update arangodb_setup.py\n\nadded graph traversal test\n", "proba": 4.4428566070564557e-07} {"commit": "d484f90bc86cd55a4511d71f878329192e78a182", "message": "Temporarly disabling few lines\n", "proba": 2.0108105047711433e-07} {"commit": "191eaf059e9bf5b78ad2d4a8504703c522447c2e", "message": "Move uploaded source file to respective folder of odm/device\n", "proba": 1.7776135052827158e-07} {"commit": "094da00b89f440200159243794c3d91fbec10ba5", "message": "Catch the right exception when loading noexistant attributes\n", "proba": 5.048106686444953e-05} {"commit": "b96f5022943ef3fbfc5f932b1f6e06bd59546742", "message": "cosmetics\n", "proba": 1.643785367377859e-06} {"commit": "67324eb168069e779653f27c75d28a9e45b75101", "message": "two way migration (1. step: all changes until baseline 2. step all changes after baseline from stream)\n", "proba": 5.402607143878413e-07} {"commit": "97589fd0adf15931978b93dad8f4d66aaf09d78c", "message": "Method/attribute calls instead of long variable names\n", "proba": 9.633013178245164e-07} {"commit": "cb19970b273f4922d2f757eced93febc15d12dbb", "message": "Fix cwd parameter of java_popen\n", "proba": 2.531399104555021e-06} {"commit": "c41c7203cbb79cc0b8e8a86649c152e2267c0f41", "message": "Fix a typo in the mac clobber master config.\n\nSee http://codereview.chromium.org/7861027/\n\nReview URL: http://codereview.chromium.org/7780021\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@100719 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.9999439716339111} {"commit": "c3e62360ec5a808673645945d121cc033bfe1125", "message": "Added !minecraft_shutup\n", "proba": 1.3785243879738118e-07} {"commit": "30b11d8a68fe8853e292d37b55242d101cb3a608", "message": "Update link template to AppEngine Version management\n\nNew link does not require to re-authenticate each time.\n\nR=maruel@chromium.org, vadimsh@chromium.org\n\nReview-Url: https://codereview.chromium.org/2572193002\n", "proba": 1.5491141880374926e-07} {"commit": "8f88340973355201175f14cca56fce1671176218", "message": "Update docstring of World.revert\n", "proba": 7.601884135510772e-07} {"commit": "bd6d94a68768e53d9c7661b8f273a6f9e5be2199", "message": "Fix i18n problems in shell.py\n\nHelp msg and output info should support i18n.\n\nChange-Id: Ic0e0385773f0315103968bfb841c0c564530931d\n", "proba": 1.2500491720857099e-05} {"commit": "7140adaf8535295436b75afa3f47234ee978acaa", "message": "BUG: lib: ensure 'bytes' is imported in io.py\n", "proba": 6.499998903564119e-07} {"commit": "c4d162f1ab6148571159bbff409a368629386c1e", "message": "fix search only public models\n", "proba": 5.809311005577911e-07} {"commit": "92e76bcb54b71a2d69956ee786452e8cbe2bc69a", "message": "once more with feeling\n", "proba": 1.82090531097856e-07} {"commit": "735bd6377c2c7c455b17f4f6f578c0918c4557bb", "message": "Updated numpy with reshape\n", "proba": 3.300756930002535e-07} {"commit": "109c888549ba81f1312fd30a8094cd4629c4b4c6", "message": "\u66f4\u52a0\u6e05\u6670\u7684Block\u7c7b\u7684\u5b9a\u4e49\n", "proba": 2.5296057515333814e-07} {"commit": "b22e3712f2be9842a8e4999fac3cc1b4f24cd0fe", "message": "Enable overriding only specific templates\n", "proba": 3.66657900485734e-07} {"commit": "ed6f0805970a05d6f60f51e5847d24e41e029715", "message": "gemv dimension check\n", "proba": 2.43814923805985e-07} {"commit": "04e1c8d2fe1601583da11cfd534a62b3c470ebd2", "message": "fixed parse error handling to be more regular\n\ngit-svn-id: 661ee6d245bf5695db1ee0907ade40593e30796b@83 a272c314-c55f-11dd-ac03-07ed41fb8567\n", "proba": 3.973945695179282e-06} {"commit": "550d0d6b8573ddcb2b5d4e3c819c5bfb3adb8f90", "message": "mlox.py: Fixed some minor problems found by pylint\n\nMany, many more to go.\n", "proba": 9.769413367166635e-08} {"commit": "d79d21b95311ebaa56106b35ce7c21fc73790d2a", "message": "Adding possibilty of dual pol grating coupler in asserts\n", "proba": 3.931838534754206e-07} {"commit": "6642499da4dc1cf123f89a811a2d946b0865a707", "message": "prefer genotype constants\n", "proba": 1.3281452311275643e-06} {"commit": "27edf28b230f56f3f9bab02bbf3f9fa204319b69", "message": "Config update\n", "proba": 6.677133796983981e-07} {"commit": "72f6c2de3c7abc84e43948bb4b01764369dc3405", "message": "Change prints\n", "proba": 5.839389132233919e-07} {"commit": "d06a7b5b8be55346aea42d526d48938b62e2ca4e", "message": "python: fix return types for callbacks (#136)\n\n", "proba": 1.6287319226648833e-07} {"commit": "f32ee6a5877cecfd666f3f560feb97e3da897d4d", "message": "daemonize 2.4.5\n\nExit without cleanup in parent process. (Closes #46)\n", "proba": 1.061801668811313e-07} {"commit": "77f3f0d2c845d734acdbec887e361e475e230a96", "message": "Do not check outing dates when the query is already invalid\n", "proba": 3.0532293749274686e-05} {"commit": "ec21a690d83aeee684b403c6ea900aad7731cc14", "message": "Can get all user's submitted urls\n", "proba": 4.964103368365613e-07} {"commit": "569d916063f7f32c0bc05ed4724b0164da4e777e", "message": "can have weird characters in names\n", "proba": 0.00041054279427044094} {"commit": "8caaee2d55f654f007f73eb71daebe1ad3b1fe78", "message": "Small change in directory choice of the reference calculations.\n", "proba": 1.052976159598984e-07} {"commit": "445c2c21b448d4b1c8209d37dc1d11ca5f7ae448", "message": "[beeswax] Re-enable explain query tests\n", "proba": 3.667180408228887e-07} {"commit": "b90acf9e0a0ebf0ed36eb3595565eac337ce96b1", "message": "Docstring\n", "proba": 9.033978130901232e-06} {"commit": "6525ca292385e43c0ed84fa8b1266b00923d5890", "message": "Add update_title parameter\n", "proba": 1.440452251699753e-06} {"commit": "2e8428758f40ce57bcde0e6dc4b3ee09cb4ce3b5", "message": "[beeswax] Fix permissions of auto queries not linked to a design\n", "proba": 1.1524572585130954e-07} {"commit": "a5a5a5ce0820c84cda1650f4cb594862e0163a6d", "message": "Add back https://github.com/plotly/dash/pull/70\n\nThis was accidentely removed in a git merge\n", "proba": 1.4259505860536592e-06} {"commit": "2df58ea7d64679ccc5085cf3235fd15bb018b7e9", "message": "Remove dask.dataframe import in tokenization code (#5855)\n\n", "proba": 1.2393799408982886e-07} {"commit": "3ae940cb1030cfe34a7c9a3186b63f75cbe0ff5b", "message": "replaced 'none' with 'nid' for fields parameter\n", "proba": 8.448622247669846e-05} {"commit": "67e8139580b49618e2ab894f7be70a2c9352c892", "message": "Rework Yaml constructor/representer to match PyYaml's setup\n\nThey apparently should be called on class objects rather than on instances.\nI ran into thread-safety problems (eating data) before this change.\n\n/cc http://pyyaml.org/ticket/36 which mentions those methods not being\nthread-safe, but that PyYaml itself should be.\n", "proba": 1.424016602413758e-07} {"commit": "0c6ff340647aa3e93babdbf405b2bc0e423cf421", "message": "[misc][libfuzzer] Separate merge cmdline from regular cmdline for #457\n", "proba": 2.0729079608372558e-07} {"commit": "70bc4a61d27fbdb4e0cc63596649ebad9451e538", "message": "project: Don't check documentation matching exclusion list\n", "proba": 2.1269605099405453e-07} {"commit": "e54112832781504cdf669ae0dca6098b75d2204a", "message": "Updates to EventEmitter.\n\n- Array slices used so that if a listener is removed during emit() it\ndoes not break the iteration.\n", "proba": 1.0979606201999559e-07} {"commit": "0b8752f25b420e90819f3b1554989426bb6cbfcb", "message": "Use custom Django>=1.7 lookup to remove spaces from search query string\n", "proba": 8.384710667996842e-07} {"commit": "bf9854fd670dafd00c341c37655d971763897f13", "message": "Fixed issue with custom tag on update\n", "proba": 1.8128672252260003e-07} {"commit": "441daba245b6ba6cc9aa9962bab8c7cf8cd80c36", "message": "Write to a secondary file before the main.\n\nThis prevents empty files being written when saving issues occur.\n", "proba": 1.203346471356781e-07} {"commit": "fdced94eb3e12805a19dba1d0b06c6c7772fa3a2", "message": "Fix OAI server's ListRecords verb.\n", "proba": 1.1939978605823853e-07} {"commit": "06c6cea7655c8d4b0638f8e5eb72fe87dc394de1", "message": "Deprecate label_time_courses\n", "proba": 6.500391009467421e-06} {"commit": "3c5746f4381bba2d0ef98f28bc8ada725076cd5a", "message": "content type check removed when uploading resources\n", "proba": 3.460618813733163e-07} {"commit": "641ba29d215bd8c05a41c9977b010165a7813d40", "message": "best and worst members in a clan\n", "proba": 9.210892812916427e-07} {"commit": "f403449d3aa1e363301054236684e58f05a42c4f", "message": "FIX: Fix test\n", "proba": 2.8160345664218767e-06} {"commit": "44e8558d289ba1e9177726a0c29c3069dc9327ab", "message": "intersection check fixed\n", "proba": 3.5165504641554435e-07} {"commit": "5f2348b1fa807d29ce690feb3032c05dd0343a23", "message": "DOC: informative errors for missing matplotlib and descartes (#1226)\n\n", "proba": 1.024089399948025e-07} {"commit": "341904bd76f8ed65e4e3da6ad813284f3c9ac2e0", "message": "changed some of the response messages\n", "proba": 0.00010555198241490871} {"commit": "252c749d7ea2e18f67618335f715b825d92fd5db", "message": "make magic mocks work on pypy again\n", "proba": 1.5632828365141904e-07} {"commit": "6b0657a95d099a200e7ea61f1a29a7a9f63c3fa4", "message": "fix for the time being till Danny get's power again\n", "proba": 2.814348931678978e-07} {"commit": "693cf64660d750fa25355729fb0b062ec170b1ee", "message": "add retro compatibility with odt export\n", "proba": 1.3578811319803208e-07} {"commit": "ca2f8c0e6ee7ab7357df33815806b53f1fa1a1ec", "message": "Fix \u20acinfo when the bot owner is not in the server.\n", "proba": 1.0513065262784949e-07} {"commit": "3968fa3317b59c704bbb65b333b216cae0885165", "message": "final meme fix\n", "proba": 2.2369104613062518e-07} {"commit": "efe040aa9dbcf6e0f859439d5510e62f80394db7", "message": "The documentation specify that `The allow_anonymous property allows to grant access to anonymous users on some application URI. Currently, the only 'opened' URI is the \"one eye\" dashboard view.` without this patch the anonymous user gets admin access to all screens using the documentation contact definition\n", "proba": 1.2603043160197558e-06} {"commit": "7567f8054d793f40ef0480cdfe3ed209fc26cecd", "message": "Wrong use of the account name\n", "proba": 0.0005700250039808452} {"commit": "7d6329749a8c0fd31a3d45f45854536ef27b53bd", "message": ":pencil: improved detection for imagedump cmd\n", "proba": 3.144223228446208e-07} {"commit": "e3990961aa455baf801f4e7c095b271e1a67c483", "message": "If mpi4py not present, exit on mpiexec command.\n", "proba": 1.2694535200807877e-07} {"commit": "254ead653396bddab49e37d8b36d96a1640077bf", "message": "Corrected comments to be more accurate\n", "proba": 1.2501467949732614e-07} {"commit": "ac06f68299499522b2006a972a7bed10a6a96f94", "message": "dev script\n", "proba": 8.232492518800427e-07} {"commit": "82f4f3484b0462407f3886ee41b46e3a6e70c20e", "message": "fix xkcd command bug\n", "proba": 6.142506663309177e-07} {"commit": "e26f87616e6acca4ae3435b97c5aac623e6964ad", "message": "Give the traveler troop 2 tailoring.\n", "proba": 1.3940464782535855e-07} {"commit": "44772a591e4b7fc74422e2c6d53cd9a607a182f4", "message": "Store preferred for happier saving.\n\nWriting the same file name over and over does wear one out and it is so\nmuch nicer if it just remembers what one wrote the last time.\n", "proba": 1.0430058239307982e-07} {"commit": "961b03cc1d03066ec2291923eb2d61d884ed390d", "message": "Trouve le dossier de donn\u00e9es\n", "proba": 4.493479991651839e-06} {"commit": "a02141b5367ce315b7a410b9e1dbbbae207d449a", "message": "fix: remove obsolete strip of % from tax_rate and fix type conversion\n", "proba": 2.7320612616676954e-07} {"commit": "f2358423dc2b189d7e65c173d43dd2214e3464e8", "message": "What does this do\n", "proba": 0.684242844581604} {"commit": "0a0a6d02304639c6440004862f08cb3a15bbfafe", "message": "updated bed input\n", "proba": 6.000633447911241e-07} {"commit": "d361c15f81375fd3149a23f065a3df53fa153794", "message": "Capture stderr\n", "proba": 5.7714137255970854e-06} {"commit": "a7030cdf2bc9134a67cf3fff359fab75c9055d84", "message": "Use ISO 8601 for API GET /user\n", "proba": 2.4724008653720375e-06} {"commit": "a95b20794afbaeeb91acc65d945c2d98069bf36b", "message": "Comment indicating options for contact display setting\n", "proba": 1.656191415122521e-07} {"commit": "2b5dbcdab349d54e0c39e9c83f1ac37db984bdf8", "message": "Add optSharedColVgpr\n\n- optSharedColVgpr allocates one address vgpr per column\n Prep for packed dim mode\n- remove setupFirstBatch\n", "proba": 1.2271927118945314e-07} {"commit": "5127573cdab4de6f398f2d0f76c1f56a634d052f", "message": "docs: Update docstrings\n", "proba": 3.8543080904673843e-07} {"commit": "69625d05b29d69d9058e44b9927492e920c2a0e3", "message": "Fix bogus sense adding in d?define\n", "proba": 0.9988387227058411} {"commit": "436c8253aa272f4f047fa6e269f31ca34af24703", "message": "Fix bad condition in 'follow/not follow' selection for streaming logs\n", "proba": 0.000331835268298164} {"commit": "761574e27613aa5b5c6f88a0ead362313fed4dd8", "message": "remove unused imports\n", "proba": 1.1998655509160017e-06} {"commit": "6418752ae7fd29904d9f9cf4a81033ff57976f8a", "message": "Convert file endpoints\n", "proba": 3.215015021851286e-05} {"commit": "6f01818731a6acdb86a279eb99160ec543920315", "message": "Fix a minor bug\n", "proba": 3.2740335882408544e-05} {"commit": "3e3c09eb924d5ece5bed9df62fb421ee4b82988a", "message": "Update load.py to populate variable categories\n", "proba": 2.709192870042898e-07} {"commit": "ff7571ecbb3a01e9efd8043db9942526e1b33d75", "message": "turn down an ugly warn about missing geni_rspec element. ListResources log info is clearer about whether these are advertised or reserved resourcs\n", "proba": 1.2319218001266563e-07} {"commit": "8899af11f4b19132749d46972bf03a56e6b61d49", "message": "NOQA some places\n", "proba": 2.8456341283344955e-07} {"commit": "10e9afeb9413dbf72ac933ecb86894a513c2edcb", "message": "Removed already used example from drafts\n", "proba": 1.3257947273359605e-07} {"commit": "58ce11d293d19247e2765176983edc5e552bdfd5", "message": "Use a django settings module, if defined, even if it wasn't already loaded by Django (for example, when using ./celeryd directly rather than the celeryd management command.\n", "proba": 1.1993331838766608e-07} {"commit": "3b22216a681ee8f1d0364d8f57e3593bc7a46f00", "message": "Remove redundant decorators\n\n`@user_has_permissions` is overridden by @user_is_platform_admin \u2013 it\ndoesn\u2019t make sense to have them used together.\n", "proba": 1.0148415441335601e-07} {"commit": "573921df72ddd04bec92ac6f02adc2f589e511f7", "message": "Fix bug in printing log.warn\n", "proba": 3.499361582726124e-07} {"commit": "f4e66001c5aea21484030a7a07d531342ab6c4f9", "message": "fix taxon tests\n", "proba": 1.5804316717549227e-06} {"commit": "1abf466a35e04394dd82c8ae7c3fa438a38b50bc", "message": "for each main method: If API version mismatch, log WARN in dev mode, raise an error otherwise src/omnilib/amhandler.py\n\n_build_urns returns also a list of valid slivers we are requesting action on (for comparing with results)\n\nSupply options and sliver urns list in all v3 methods\n\nuse _retrieve_value (which now uses append_geni_erro_output and grabs the full error message) in most methods\n\nadd some placeholder code in Provision for looking at returns in all slivers. Very much a work in progress.\n", "proba": 1.26900332020341e-07} {"commit": "fa82103f1cdb9bb26473df3a4ee9ddc077c0541e", "message": "Ensure swift auth URL includes trailing slash\n\nFixes bug 979745\n\nImage objects in swift were previously leaked post-deletion\ndue to a silent auth failure caused by the absense of the\ntrailing forward slash on the swift connection auth URL.\n\nChange-Id: I9c73a2f75a6466e73801ababdd81db77701ccb20\n", "proba": 1.2430772358129616e-06} {"commit": "1a4b272d8d4ad5c87e1c2fbc319cd465e1c9d47f", "message": "fixed SerienjunkiesOrg error on bad formated season pages\n", "proba": 1.3360516959437518e-07} {"commit": "633da48d21c03d78ab9eca16fce24b7545165b89", "message": "added some options\n", "proba": 3.890737048095616e-07} {"commit": "958a6a1d73e1bdf759a2c3ef5b8db17db349d775", "message": "Rename cloud_admin_access_only to multi_tenancy in contrail-analytics-api\n\nChange-Id: Icf141177978df6df3f7c0b026f9134b84f2558d7\nCloses-Bug: #1461175\n", "proba": 2.0610623323591426e-06} {"commit": "0e4e0ec56d2d3970673a9177b3daef6c8eb4aa00", "message": "randomized JA3S signature\n", "proba": 3.8692903103765275e-07} {"commit": "638a147fe041724e3446f079fcfa7741acd7bfc1", "message": "driver_packager.py wasimproved to set version into datamodel.xml\n", "proba": 4.7230182076418714e-07} {"commit": "8dc871996000f8c497b42bf6aa6bd1be8f31f4c2", "message": "Fixing style errors.\n", "proba": 1.9865235856286745e-07} {"commit": "1e92bd0e6e57e5f4206c7e66f633118578ede330", "message": "return quaternion\n", "proba": 0.9999567270278931} {"commit": "dad05ed30dbf707b2744782fe8759cd2db03ab66", "message": "Fixed an isue with package handling\n\n\ngit-svn-id: 5a686552d234fe730d510dd4df126b9e41dc51f2@484 a8418922-720d-0410-834f-a69b97ada669\n", "proba": 7.453670605173102e-07} {"commit": "e5bb7dc119a42a665e938b0e3946716aa4675ec9", "message": "\u041f\u043e\u0438\u0441\u043a \u043e\u043a\u043d\u0430, \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u043e\u043a\u043e\u043d \u0447\u0435\u0440\u0435\u0437 Popen\n", "proba": 2.9201649454080325e-07} {"commit": "e6c9cffa8764b3332bae9e6bdf1d60dbf81e435f", "message": "removes list() from query in get_history(), re #5424\n", "proba": 9.084043313123402e-07} {"commit": "a98e8a1474082990f5f542c8ec7aaa0b86ef49ce", "message": "Build dependency shared\n\nContributes to CURA-9365\n", "proba": 1.238284710325388e-07} {"commit": "e811cfcb456f8883bcf995c549fadad664751e0e", "message": "imports\n", "proba": 2.234216708529857e-06} {"commit": "99a7c9514dc5eb85655d77fc60ccd2188fbeb6bd", "message": "Small updates\n", "proba": 1.7614065939142165e-07} {"commit": "03570161988dddc36663b66c0ee9e59b00a29379", "message": "CP-30167: handle changed blkback kthread notification\n\nSigned-off-by: Mark Syms <655512b2a8f1aba6e4085462b623575da824f038@citrix.com>\n", "proba": 1.1685445144848927e-07} {"commit": "22fee0029a7f8cd6fd9ac5e0fd1bcd050f9d15fe", "message": "[Conan] Wow, bad source ...\n", "proba": 1.1061879945373221e-07} {"commit": "f85feba320e4c407fb12863c720cd19ef6d2dc34", "message": "whitespace\n\ngit-svn-id: c218ddd0ead49d0ebd0ba300e318fe350cc5c9d4@413 77be9137-0722-0410-abbc-c588f5bf0654\n", "proba": 0.999259889125824} {"commit": "037b959f11a34f513573efc5ec0368b1ba175734", "message": "- fix clang-cl build\n\nSigned-off-by: SSE4 <96590f2cd2f24822a7d8bd20596928fbcb06105f@gmail.com>\n", "proba": 1.253967809589085e-07} {"commit": "119e1826f2ec86fbc0cc95384ee0fb6df17544b4", "message": "On client.\n", "proba": 1.7495337090167595e-07} {"commit": "f940bb22e65665d437d943a2fd6e870e80a0bbe8", "message": "fPIC option", "proba": 0.0001783124462235719} {"commit": "9804e12b716d308e7f5c75c8a468aec00712d592", "message": "Adding required EABase headers to include dir\n", "proba": 1.918447054549688e-07} {"commit": "a6ddaf0fda3be708f770160f58b0dc0878359f3f", "message": "allow users to put spaces in the fingerprint they use in conaryrc or on command line\n", "proba": 2.5739268494362477e-07} {"commit": "4f8eafe07e919246f54a304e60751d04d7976595", "message": "Add fetch status page for aws services\n", "proba": 1.937957279096736e-07} {"commit": "5d5afe347c964390ce728e773b467ae203c440c5", "message": "pep8 fix\n", "proba": 2.8706645593956637e-07} {"commit": "962950f7586476b3ecce0ac466f4fad014e1996d", "message": "Working on the interpreter.\n", "proba": 1.4721931052008586e-07} {"commit": "3610c1697281fbb082a992d19febc9cb59f63160", "message": "Minor doc fixes in unique_tree.\n", "proba": 1.0815879392112038e-07} {"commit": "a83c102d00be9619f34981890fc519650f1cf6ff", "message": "use urllib from six to fix build for 2.7\n", "proba": 1.5129980113215424e-07} {"commit": "c8620b8010939f28520dfc36b13df599b4bd25d6", "message": "more real space convolution\n", "proba": 1.0104799912369344e-06} {"commit": "01232260d2d414ce93ccb691a9f593c97b93608e", "message": "fg cleaning\n", "proba": 4.154255464072776e-07} {"commit": "501e13f348e2b7637a78b4c060887cf8ec561eed", "message": "Remove duplicate h5py import skipper", "proba": 0.0010338927386328578} {"commit": "b58c08994550c019db23456175574d617c1d0d25", "message": "Change sign convention for amplifier tilt\n\nAs pointed out in GitHub issue #390, the normal convention for the sign\nof amplifier tilt is to define it with regard to wavelength, i.e.\nnegative tilt means lower gain for longer wavelengths (lower\nfrequencies). Currently GNPy uses the opposite convention, which this\npatch proposes to change.\n\nSigned-off-by: Jonas M\u00e5rtensson <9c18489050b439bcd0a9df0d47735ceb99443dbb@ri.se>\nChange-Id: I8f7829a3b0b0b710f7da013c525630a60b22a2b5\n", "proba": 4.777704816660844e-05} {"commit": "8bb6784aef2b95d72f07fe42dc218ae3796f8fba", "message": "Simplify socket stream state tracking\n", "proba": 1.3337020163817215e-06} {"commit": "73577c61a22468a9ca3cf54e523ca1204faae05a", "message": "Make stop_devices call the cancel_exception method.\n", "proba": 2.2827553891602292e-07} {"commit": "fcd0e8080013c17c1d7c72bc8951a68e5e0fc996", "message": "Hotfix\n", "proba": 7.81412097694556e-07} {"commit": "d418860327d5d4211497d532f3c2c48e4914f9e0", "message": "Fix OrderedDict import\n", "proba": 2.2860733395191346e-07} {"commit": "3b58b66adb2e443866e0185a30087b749a445f05", "message": "Grammar fixes\n", "proba": 4.974287435288716e-07} {"commit": "6ce4437f824f27db3bd537c94da4e1e39f75dfc8", "message": "fetch the fasta identifier and writing to a bed format\n", "proba": 2.3944045324242325e-07} {"commit": "c40c76aab3583a246e6a05f3b71c72b7327ba3aa", "message": "add test for issue 776\n", "proba": 1.2903930723950907e-07} {"commit": "1073f3ff1093a5a370055484a509c1aee5d39235", "message": "s typo\n", "proba": 7.470738637493923e-05} {"commit": "8e5eacf138c8dd6c24547ebe6938774a4f73ce23", "message": "Fixed bug in dropbox handler\n", "proba": 3.9355788317152474e-07} {"commit": "266f4c44128d73e54f78d0666b7377979cc94781", "message": "Remove unused 'services' package\n\nThere used to be things in here but now there's not. No need to keep this empty package now.\n", "proba": 1.3297104715093155e-06} {"commit": "8de3ef53133d4ee5474242f2804cf7358e496e2a", "message": "Wired-in overriding table_store into the drs_tree API.\n", "proba": 1.1212251393999395e-07} {"commit": "6d11ae8b053626c4615fd76e7a0142e405ad4f7e", "message": "add random endpoint\n\n(also 404 properly rather than 500 if bad url)\n", "proba": 1.4554079541539977e-07} {"commit": "a13ee886395370cb57839140b973c22dd1211023", "message": "fixed the download option without breaking the regular mode\n", "proba": 5.815929853270063e-07} {"commit": "d3c2dd15aeadd1f5d3ffb91b7efa12559fad49f9", "message": "change expected docker version to 1.7\n", "proba": 1.4502609246846987e-06} {"commit": "7da710ff51915ee3ad13ce573e39ac136a192451", "message": "handle failing telnet connection, fix implicit conversion in formatting of DxSpot\n", "proba": 4.1995537003458594e-07} {"commit": "a65bebd879fd95983ac729676bb1ea961a501760", "message": "Cleanup redundancies\n", "proba": 5.594021104116109e-07} {"commit": "75ec71c40149d03200bf8ee459bebe28a91ad155", "message": "openvpn - proto tcp, comments added\n", "proba": 1.2307275198963907e-07} {"commit": "ea2e94f1fb946e6b463c135443378545c5f495bf", "message": "Make encode / decode generic and apply to mid-level functions as well.\n", "proba": 1.2398858473261498e-07} {"commit": "21097219db7752d6d9a4e09bb0ed0ebaea771494", "message": "Reducing the monolith into smaller functions.\n", "proba": 1.9330234863446094e-05} {"commit": "880d2bb0732199e72ba2b5d561e3b79e7b4ae531", "message": "update sync.py\n", "proba": 1.302755890719709e-06} {"commit": "f2a6186c4b2363a9429fb1079b07277473d19edf", "message": "Add template support for job XML\n", "proba": 2.773619485196832e-07} {"commit": "4b07d452519af22361a27fa9c14735ca72769e64", "message": "Alignment done!\n", "proba": 1.3540095267217112e-07} {"commit": "e74aa5761a550a0c4047cee134cbb751630908e9", "message": "data_prob.py now calculates the gradient\n\nReferring to class notes, wrote a function called\nneg_log_probability_with_gradient (nlpwg for short), which returns a\ntuple of the negative log probability and a gradient vector.\n", "proba": 1.3561857770127972e-07} {"commit": "745dd4fac000065a4c9667ee5e13b3b5c83cdc3a", "message": "tokenizer is at right position now!\n", "proba": 1.1561417068151059e-07} {"commit": "5d51928c12cfb768ba74fbf392779c1f853d9a06", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "fa8e9aab09cd47370749e1a03f2e90e6a7a93faf", "message": "Updated the settings_vars panel\n", "proba": 5.712399797630496e-07} {"commit": "09b7bc35bf1a4e2c0637a57012d781e995cc9723", "message": "Add 3 augmentor classes and related unittests\n", "proba": 1.0969830555040971e-07} {"commit": "429bb1182d64960e7bc6e5b972df0d84698bb786", "message": "Fix bad merge with personal feature branch on the Input Layer\n", "proba": 2.5382254875694343e-07} {"commit": "eb54c0d0ddb5ea2cc91c00f234c1d1ac9923a152", "message": "sessiony do databaze\n", "proba": 4.7562588179062004e-07} {"commit": "274500300ded42687addc3892640c90eb96d6d04", "message": "Applied ConfigObj speedup patch from Christian Heimes\n", "proba": 1.2749545419410424e-07} {"commit": "ec19c4677e59d0bf1f31535cd33fc05a3b744573", "message": "Do not add --host_copt=-march=native on Power PC. (#17161)\n\n", "proba": 1.342145878879819e-07} {"commit": "56bc0e13750644239327e7aa08fafef8044fd941", "message": "Drop unused import\n", "proba": 2.515707535621914e-07} {"commit": "f7aabd9f9be3f9023dc70053eba9622a3a82938f", "message": "Extend the cache pattern to marginal effect.\n", "proba": 1.9668168249609153e-07} {"commit": "e3dc1e69f53f93e03411f258e976d2befcf45f91", "message": "Avoid tls_tls_foo.o via ugly hack\n", "proba": 1.8033504147751955e-06} {"commit": "daac9b82d1f30ef36a4272a13bfe024cd571ac94", "message": "tweak that seems to make Character friendlier when used in a subprocess\n", "proba": 3.524285716594022e-07} {"commit": "ffdf95dee1f354038826cf39e776769e08a3b3f8", "message": "status/rest: Use utils.get_log_entries internally\n", "proba": 1.3052406302449526e-06} {"commit": "1dc3d48ecf12700c20359582505fd5a9491d0626", "message": "A quick fix to tmpl_language_selection_box() that did not produce\ncorrect footer links after the introduction of create_html_link().\n", "proba": 1.0278936457552845e-07} {"commit": "ff18072de863930c7b9710c91ec18cb952bfe488", "message": "raft: drop -fcoroutines support from configure.py\n\nWe switched to clang and it does not have this flag.\n", "proba": 1.0207391198946425e-07} {"commit": "4696d2f1ed27baf25b02c69167a22a9b15298fe8", "message": "Cleaned up code so that it works correctly for both Float32\n and Float inputs.\n\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@21 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 0.0016114870086312294} {"commit": "add57cff3b5c2b398e445c1e79c6d289466bc051", "message": "Modify for Python 3.\n", "proba": 5.936365710113023e-07} {"commit": "500d8634473112bbdcb4fa7e7803520a4df8890e", "message": "Updated test for metoffice.\n", "proba": 1.2382929526211228e-07} {"commit": "747b8127649791bfd1dcae10b55c8a194b43d2b0", "message": "Fix string formatting\n", "proba": 0.9995986819267273} {"commit": "0f08018b5f188918f157f9fbd9e6f2182324a516", "message": "Cleaned up code ready for release\n", "proba": 1.4559132921476703e-07} {"commit": "a7e2472638ae0234442cc4a29bf49005002ca32c", "message": "flake h8ing\n", "proba": 1.0204407772107515e-06} {"commit": "a1fa607b2c98ec185a6fb581bcd9a4565943f9ff", "message": "Fix db update\n", "proba": 3.7105070305187837e-07} {"commit": "4206f35cad8488f96c7236b6d07b982fd56923b1", "message": "Handle map conversion within the lexer function\n", "proba": 2.7312538009027776e-07} {"commit": "fc937b89dcb2e5f7a9d2bcbe74e49d2b7fd68ba3", "message": "configure.py: Always ensure tmp directory exists\n\nSigned-off-by: Duarte Nunes \nMessage-Id: <20170731150118.24223-1-a60e8b7496f7715d71354fe4c06dd24017025bf1@scylladb.com>\n", "proba": 1.1832540991463247e-07} {"commit": "86792202c43d91d0e40dca2e28a5ba06a78e86a3", "message": "Fix mon reginos (#798)\n\n", "proba": 3.4492786653572693e-06} {"commit": "dd9edabae49438c4389f900c5b6429695a07fbfa", "message": "Debug fps\n", "proba": 9.407020229446061e-07} {"commit": "5a8b30e0ec37eaaa5a8d1aaf696b28fcbd5cb245", "message": "Plotting changes (#470)\n\n* Update figure heights\r\n\r\n* Add missing CNLOH and GAINLOH\r\n\r\n* Add --no-rdr-logy", "proba": 1.3065864834516105e-07} {"commit": "ec451f5ab43467d7cb4ae7736f2de16331441e0b", "message": "Break up build --define =true into two steps:\n1) define bazel config\n build: --define s=true\n2) set the config\n build --config=\n\nPiperOrigin-RevId: 215951614\n", "proba": 0.9999994039535522} {"commit": "2ef4abd7790266abb9a2e17b3b0069d78444cddf", "message": "fsl image math used to calculate voxel mask\n", "proba": 3.03848622706937e-07} {"commit": "496e71d0e0cf20ecf87f0bad00e53243a1a4777e", "message": "backwards compatible get_credentials\n", "proba": 1.4073311831452884e-06} {"commit": "23cfd05cf0e75fc415955134ec5d59298cf42056", "message": "migrated test/test_FuzzyQuery.py\n\ngit-svn-id: a8e0aad7f27a8833202c25de7e8ef535881c60d1@1427279 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.951380212034564e-07} {"commit": "ac729e4cb23a700a219148ac7c4484b34f876e72", "message": "Disable LGTM false positive\n", "proba": 0.9999771118164062} {"commit": "33f8fe4a4a37d0914d184eaf3e762fb7988f23d5", "message": "Clean up vectorized motor_interface\n", "proba": 1.0734489706010208e-06} {"commit": "10fdd49944b353627e0366697c78572ce3aeacbb", "message": "TST: relax check of sample numbers\n", "proba": 1.2896069279122457e-07} {"commit": "3d268c00342aebf3e268264d2db29e244de51199", "message": "journalpump: fix pylint error on newer versions\n", "proba": 2.1048607834472932e-07} {"commit": "d4678ec07082e95c2be5fd36d6f514d638e30fdd", "message": "deleted tests.py\n", "proba": 7.594941848765302e-07} {"commit": "461735e16e43cb9f9fe816987f2529da898d1e24", "message": "Build: auto-generate header dependencies for C\n", "proba": 8.284947625725181e-07} {"commit": "944451f9c0b1929dfadd3a74a43e98598f671386", "message": "minor: windows machine needs larger timeout\n", "proba": 1.644517624299624e-06} {"commit": "8f66c6882db2b125e5ad662d6b92cb33ff7a4eba", "message": "Fixed configure.py\n", "proba": 6.836996249148797e-07} {"commit": "cca00647846eaf1f04ad6502e5c300526714b7b9", "message": "The extended_id parameter is deprecated\n\nThe extended_id parameter is deprecated and will be removed in python-can 4.0, use is_extended_id instead", "proba": 1.874002236945671e-06} {"commit": "318d25e6765ae688ee782a5925413875ecd19056", "message": "ln: verify received commitment transactions during payment\n", "proba": 1.1280120304490993e-07} {"commit": "6e5de2f043129620dcd02a3a91005ad628c3e3b4", "message": "fix test\n", "proba": 1.6747775362091488e-06} {"commit": "e42120cac51e0897354e3f4a3703b6df1bcda383", "message": "lnutil.LnFeatures: update LN_FEATURES_IMPLEMENTED\n", "proba": 2.4528091557840526e-07} {"commit": "0b76a5e93ac5e531aa13b3c9dd002b1726af4e96", "message": "Fix db unit tests\n", "proba": 1.2448899724404328e-06} {"commit": "92226b077ad9d248e0f3325f3de89b34b1778ea5", "message": "qt tx dialog: handle fiat fee for zero-fee tx\n\nfix #7166\n", "proba": 2.6108176598427235e-07} {"commit": "3840df569d088f4790fc44d36f17fdd31f373c7b", "message": "Always display warnings\n", "proba": 1.6035419037052634e-07} {"commit": "53226db81030117103546267fd450b3c4741a64f", "message": "formatting", "proba": 1.1576831639104057e-05} {"commit": "44037a89f7ebf6d8f7ee925db0cab1f305d29c84", "message": "refactored jwt session middleware\n", "proba": 3.661124594600551e-07} {"commit": "f722e3ae5b594a9009bbf435c2862b2bcea88645", "message": "admin to add trimesters\n", "proba": 2.0294554303745826e-07} {"commit": "715d6cb3b26ba04d29071c5bb65d6baacb2e0c9b", "message": "the old \"tilesize\" is now done with passing a scaled painter.\n", "proba": 1.0286487395205768e-07} {"commit": "a8b61a49d8d5d77e83c0a7e994438e60f419901a", "message": "clean pylint reports\n", "proba": 1.5426833499532222e-07} {"commit": "791382628dee8d0b303bb77da7857fce369ae281", "message": "added plotting fxn; peak near 0 bug still present\n", "proba": 1.2306900032399426e-07} {"commit": "d1ba720c847a18c4d57c40b388f28ec44c3a6fe6", "message": "\tmodified: zun_hasher.py\n", "proba": 5.856432494510955e-07} {"commit": "39e77c3917769811b637334c00ad4b5d3edaee2a", "message": "fix hardwired paths in release smoke tester\n\ngit-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1139054 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.613145266484935e-07} {"commit": "7eed49365ca6b0cba6a2c5b81256664bdb14dafa", "message": "Fixed typo that caused wrong filename\n", "proba": 1.4341251244331943e-06} {"commit": "e879f0b0f29ebadc90164250fb025907a5bb2c2d", "message": "Use turtle directly instead of converting from provn\n", "proba": 1.6410820080636768e-07} {"commit": "7b864971cc30fe7e813d533a87a27f86acaa74dc", "message": "Fix issue 30\n\ngit-svn-id: 54fea250f97f2a4e12c6f7a610b8f07cb4c107b4@258 439a9e5f-3f3e-0410-bc46-71226ad0111b\n", "proba": 5.825366997669335e-07} {"commit": "1e7d51a54f58814236f93bec36af8491c36c56a9", "message": "fix: announcement links double activity\n", "proba": 2.445974303100229e-07} {"commit": "c90eb4b41c4da1b4073960ef476b972e33a82929", "message": "Gave complete ai access to the owner of the channel and the bot.\n\nUp for debate.\n", "proba": 1.0049792109612099e-07} {"commit": "1f88ff27476e6ec4a5d191a1f423629c222f6d4b", "message": "use distinct in queryset segments\n", "proba": 2.996860757775721e-06} {"commit": "fe4611fa536cabe890cbbbd4658c43a8239f0637", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "178af9d24772a8866ac55d25eeb48bed77337031", "message": "Extends resolve_xcom_backend function level documentation (#24965)\n\n* # This is a combination of 2 commits.\r\n# This is the 1st commit message:\r\n\r\nExtends resolve_xcom_backend documentation\r\n# This is the commit message #2:\r\n\r\nproperly stylize XCom\r\n\r\n* Extends resolve_xcom_backend documentation\r\n\r\nproperly stylize XCom\r\n\r\nFinal docstring update\r\n\r\nExtends resolve_xcom_backend documentation\r\n\r\nproperly stylize XCom\r\n\r\nFinal docstring update\r\n\r\n* Stylistic changes", "proba": 2.012856839428423e-06} {"commit": "e5ff4a17fe73ceed5fd4369e95a2409238333e68", "message": "[AIRFLOW-6169] Avoid unnecessary int-to-float conversion (#6724)\n\n", "proba": 1.290729017000558e-07} {"commit": "eab45f007942b59d11ccc278d616012ed80cdab4", "message": "Fix bug with failing tests\n", "proba": 5.499820190379978e-07} {"commit": "f2650d91573434ee34a78965cf880be9f6116c52", "message": "akvo.rsr.middleware.get_domain and get_host_url now return Unicode.\n", "proba": 1.2837622875849775e-07} {"commit": "385cbf18d8836c1c4e601eb492badaa49742883c", "message": "Updating\n", "proba": 1.5482117987630772e-06} {"commit": "b942d2a32be7d1bca963499cb7b73a2f5d549799", "message": "Internal change\n\nPiperOrigin-RevId: 410071329\n", "proba": 5.904464615014149e-07} {"commit": "3877d0a683b0add36327d049a97f8c2f7ea68257", "message": "Update REMINDERS.py", "proba": 3.412553155612841e-07} {"commit": "9ed3d4e69fe4804c80e967047d6890157822f2d1", "message": "Move create_page import out of methods\n", "proba": 4.659395926864818e-07} {"commit": "ad1c8ad31b8f7ca8367d3baa45470e027fe02a7a", "message": "testing logging\n", "proba": 6.973147606004204e-07} {"commit": "233b2579ccae3394788345e3fa427894fb7312c5", "message": "raise exception if . or $ in attribute key\n", "proba": 0.0005590743385255337} {"commit": "ed5038aa623045601a94057f4644a6cc7db6f7a3", "message": "auto: format python code\n", "proba": 0.00017442504758946598} {"commit": "672536dc06c1d5f138372f4d96267a5e27b250c5", "message": "always reconnect on error\n", "proba": 3.8138099967000016e-07} {"commit": "79be17d406e5c856baf1c4a1d17671b3499aebf1", "message": "Bugfixes and stuff\n", "proba": 1.5832164024232043e-07} {"commit": "fcd644a1c4f97aee12fdf9612e91aa67b6f72c8c", "message": "Temporary fix for missing app label\n\nThere should be a new release of Django Guardian at some point\nwhich fixed this issue, but we can't wait for that just now.\n", "proba": 1.196526255853314e-07} {"commit": "a42f8ad1fff4d8c0c1a77d4c2d81594387a25303", "message": "remove debugging print statement\n", "proba": 0.00019100119243375957} {"commit": "13ec0e57b5382d2548862fad210406f538bcf20c", "message": "Extended directory class to perform manager and directReports lookups.\n", "proba": 1.0595317689876538e-07} {"commit": "870304adeaea18175ca9b239f4731fe4f90feb0c", "message": "Whitespace\n", "proba": 8.480420547130052e-06} {"commit": "12d70d07f3826ae8d46d7116993d8eebda78b552", "message": "Remove leading underscore for constant and compressed if/else\n", "proba": 3.2384350561187603e-06} {"commit": "cc23df37cd243cb7446f372435c24813cdb1bcd5", "message": "fix quoting - was totally wrong on f16\n", "proba": 1.6455061313536135e-07} {"commit": "2f407f234d88a3d3712019b5c7598f9a4ef0faa6", "message": "Inherit docstrings from BaseInterval class\n", "proba": 2.3838963159050763e-07} {"commit": "afee21c3f14887aa68cbcbd82720e1e6873fcf63", "message": "Instead of calling the queryset delete method (which only calls delete on the queryset itself, not on the proxy models) use the individual delete method on each returned proxy object - django does the cast.\n", "proba": 1.1566599766865693e-07} {"commit": "2b9c95f98dc0a70c0852cdde14d77a70c7b555b6", "message": "Start re-write of internals\n", "proba": 6.960582936699211e-07} {"commit": "bf6542d3bdb273623233f10a231bdad79b4cfb9e", "message": "Deploy from asana-api-meta v0.8.1 (3c8945d/HEAD) by asanabot", "proba": 1.5043596590658126e-07} {"commit": "abdf502b3ef2009efa232758f338c2542370c43d", "message": "Update astroquery/esa/xmm_newton/core.py\n\nCo-authored-by: Adam Ginsburg <82ace27492e7092befb61911f4482825a5468530@gmail.com>\n", "proba": 1.1140582500956953e-07} {"commit": "e0ee31d5aec3a54d2625e1b438b060ae267a5331", "message": "changes from Keflavich to support json in MockResponse\n", "proba": 1.3335922233181918e-07} {"commit": "b5e7157798a47a2ceb9b936a6ede4d9b91620ee0", "message": "flag saved images as valid\n", "proba": 1.8044049738819012e-06} {"commit": "51e55452b65f6c6a3286fdabc72ddb861ff1df8f", "message": "refactor: canvia assertEquals per assertEqual\n\nunittest.TestCase.assertEquals() est\u00e0 deprecated i genera\nwarnings en executar els tests.\n", "proba": 1.1604520011587738e-07} {"commit": "c7158ba599c98ec2d946ddbacc94703343f9c45b", "message": "commented the class hierarchy\n", "proba": 2.951736632894608e-07} {"commit": "8795d356d154b1350707e1fb20977777f97615e6", "message": "Coverage: basic delete.\n", "proba": 1.5758338633986568e-07} {"commit": "2c7842c206450d971a27dd3d5969ae13fdcf7e6c", "message": "Added class ChannelSpatialSELayer\n", "proba": 2.167184618429019e-07} {"commit": "4414b6ecea7ee33f5ea41fcfc2837d3f8a1c7ac0", "message": "Fixed wrong line breakups.\n", "proba": 3.001600816787686e-07} {"commit": "72611ef736aef845e001c2fc807c84b78308df76", "message": "Correctly display usage messages\n", "proba": 2.5585334242350655e-06} {"commit": "2ebc6a83d1d486847610c8a7d72657daa7d67a70", "message": "updated test\n", "proba": 6.868804121040739e-07} {"commit": "a72552a76f8ad25111115853b3fa48de5b344ba3", "message": "fix: https://github.com/msprev/panzer/issues/3#issuecomment-107233436\n", "proba": 3.0197296041478694e-07} {"commit": "7eeb439041575e43776a9ad33fa705b413012aba", "message": "Added extra standardisation step to account for problematic Rosetta/AF2 models\n", "proba": 1.2587196351887542e-07} {"commit": "9795e76f86b86c5b2b579e173ebcb932a9389696", "message": "OP_RETURN: Fix off-by-one in error \"message too large\"\n", "proba": 7.901888920969213e-07} {"commit": "54237c03348320d7d4869700158870a6e8bf13d7", "message": "flake8\n", "proba": 2.8183080758026335e-07} {"commit": "79f526824db541e736e24d5536efe70e47b85c53", "message": "update to use pdf-engine-opt\n", "proba": 1.3029966794420034e-07} {"commit": "d3aa118d5716fe25b97536a3e387fd4ea2826d75", "message": "migration to https, untested code for now...", "proba": 1.0724077270651833e-07} {"commit": "9da4ab148b25decafd55c0db798d4980a51d1100", "message": "NewInstructorAction: use it in TaskCreate view\n\nWe're switching to per-view use, instead of post_save signal, to have\naccess to `request` and to be able to save RQ Job ID in database. This\nwill enable us to remove the job if object gets deleted.\n", "proba": 1.1059326965323635e-07} {"commit": "9f95e90706e554eecf67b3679e08efafd225d7e4", "message": "Remove wrong code\n\nThe correct line is 3 below\n", "proba": 0.9999995231628418} {"commit": "34fa11c72120bac6ec503880bab936c71c95eb1c", "message": "temporary update of parcel_io", "proba": 2.2503476770907582e-07} {"commit": "786e98f3c37e1c3bdedc424ed6eaec86e900ec83", "message": "Mark the py.test test as not to be run in nose.\n", "proba": 4.0524068367631116e-07} {"commit": "4a69f0f0f4434140076aad02ec7567862a900298", "message": "Fix printed output.", "proba": 2.2922765765542863e-06} {"commit": "bb3de0eb63fe6770dbcd6fb059f653573c0cd91f", "message": "change_password_dialog: remove redundant check\n\nThis is guaranteed False by wallet.can_change_password()\n", "proba": 0.00799841433763504} {"commit": "1da8c6d90f4f48591ea09c7ec1ab59d564a65fc2", "message": "- Take broken mysql 4.1 column defaulting into account.\n\ngit-svn-id: 655ff90ec95d1eeadb1ee4bb9db742a3c015d499@4253 8cd8332f-0806-0410-a4b6-96f4b9520244\n", "proba": 2.4546125132474117e-05} {"commit": "3b719a44a6a7b8b4d49523e924760ad66ebceaf7", "message": "Calibration strategy update\n", "proba": 2.4782880814200325e-07} {"commit": "455097c4802b1714daa9018fbb1af2d9516695b0", "message": "fix assert to ensure it works (SyntaxWarning: assertion is always true, perhaps remove parentheses?)\n", "proba": 1.7287848663727345e-07} {"commit": "ac176db221fe6f80a76c78fe90da9354dce82f99", "message": "follow-up previous commit\n", "proba": 1.5072374992541882e-07} {"commit": "eb3d433f01e731b6db4287fbe98043ebaed68aa4", "message": "Fix typo when dumping input!\n", "proba": 2.3783970846125158e-06} {"commit": "24cabcbee93a091f1af94eee941cd8ce38aed9d3", "message": "Switch icon based on OS, OS X requires dark icon\n", "proba": 3.3296126389359415e-07} {"commit": "9c64e1a4e3f52aa1e2bf398004d051b49a2e4370", "message": "Fix API\n", "proba": 1.4644045222667046e-05} {"commit": "c86ba3654a701a636d0b1ea65ef3b1ac98091525", "message": "CA-335721: Add missing case blktap2 for cached devices.\n\nSigned-off-by: ben sims <6d86689e2aece1f4d761e66708bf95de73378cd6@citrix.com>\n", "proba": 1.2308495911383943e-07} {"commit": "00fc42cfc381f853c3da895345d86c95b4d9f514", "message": "v1.0.2\n", "proba": 1.0473718248249497e-05} {"commit": "4d89a0ac7764a0f8adc5b3cad23873d70cd577a5", "message": "modloader: add strict checking\n", "proba": 7.496278726648598e-07} {"commit": "a70c4b38f7ceff5c98cd075a33584a751fa5e929", "message": "diff: fix reply indicator\n\nThe reply indicator for individual messages was always empty, and the\nreply indicator for the cover letter showed comments for the entire\nseries. (This happened to be correct for the two cases I used for\ntesting...). Use an EXISTS subquery just like the series view does\nto fix it.\n\nSigned-off-by: Paolo Bonzini <69d3ebcf5ee4e7f05a50dc23cd96655b730804b4@redhat.com>\n", "proba": 2.8385164796418394e-07} {"commit": "17aa50ed74a67535d9468491a0ba0323ee1eaa06", "message": "Updated original rtmidi code, moved final versionns to src\n", "proba": 1.2652523651013325e-07} {"commit": "f4faf82b5ce2e310a93aad42dd1db2f66134ba7c", "message": "Making .whois spit debugs even when whois is true.\n\nWhy didn't I think of this earlier?\n\nSigned-off-by: Dimitri Molenaars <8e47bab7537e1270e5727ca8c4d96c6f67f5a234@TyRope.nl>\n", "proba": 1.754373442963697e-05} {"commit": "e8df4361b4585d1a7fa4bcd5a9e2b28e6db7d8db", "message": "Removing grid.ParticleSet method\n\nIt always was a fit circular to have a ParticleSet class that required\na grid, and at the same time a grid class that had a ParticleSet\nfunction.\n\nNow with the new constructor methods to ParticleSet, I propose removing\nthe grid.ParticleSet method so that all calls should be\nParticleSet(grid, \u2026) or ParticleSet.from_line(grid, \u2026) etc\n", "proba": 1.047273963195039e-05} {"commit": "96e699afbd21e995ba910e62c3b81e74a137a0f9", "message": "Unbreak the project...\n\n--HG--\nextra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%4083\n", "proba": 1.9050090486416593e-05} {"commit": "de32551de489dfb4e4fa377f2bb2efbedb9c41db", "message": "updated parse_sample.py\n\ngit-svn-id: 6ed3528c1be4534134272ad6dd050eeaa1f628d3@4819 f43f7eb3-cfe1-5f9d-1b5f-e45aa6702bda\n", "proba": 3.972702870669309e-06} {"commit": "c9a430b24bbeea8dbe5b32af990fcab801a57389", "message": "make str constants work (__slots__ not allowed)", "proba": 5.691106252925238e-07} {"commit": "381e127eaee1d944b55e640697331335cd61dc98", "message": "Working on handling 'one of the following'\n", "proba": 7.896676834207028e-05} {"commit": "91debcdfcd7038db342472457569c7989024f115", "message": "Cleaned up the constant code a bit\n", "proba": 5.4854474001331255e-05} {"commit": "a56297ce68d111bba9983964afb9c7a93310cbf8", "message": "And constants\n", "proba": 3.1902109185466543e-06} {"commit": "65ad5225363ddb1b224d290df3786564685ac801", "message": "Added test for instance type metadata update", "proba": 2.102497376199608e-07} {"commit": "69beb4b215d0d4f49c56931e8c43fad55468cd51", "message": "demag_gui.py: Added Documentation to the code so that it is more easily understandable for new devs, changed the wx.Panel to a wx.lib.scrolledpanel so that when the window is tiled you move around and see the whole GUI\n", "proba": 1.776335807335272e-07} {"commit": "1367399e2b1eebec04380f29ad74fc060f0fcaef", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "8703c301c837c04bc78e72b546b989c11c6c4456", "message": "advanced_numpy: Added the function dot_product_normalized. This generalize on dot_product_L2_normalized and is useful when addressing other norms. A slight variant of this will be needed in the module advanced_image_processing.\n", "proba": 1.1768495511432775e-07} {"commit": "94b230be207f2f0e2f9188fc91ce59942f1201cd", "message": "Be sensible about env vars\n", "proba": 2.686433390408638e-06} {"commit": "16bbcaa61076e56baa09158cc4df4370bdbaff64", "message": "Changed error code in test. The exception raised is a HTTP 400, not 401.\n", "proba": 9.853690244199242e-06} {"commit": "61c9e0c6fe198e9fbc0e96591f7437d4aa82c0b0", "message": "Return a response to bootstrap-ajax can handle\n", "proba": 0.0004113068280275911} {"commit": "f94fbea7a7938ac6e43b8e9f59af233dfb8a85a1", "message": "#153: use 1-based for lineno of \"-1\" option\n", "proba": 1.6179956219275482e-05} {"commit": "3fc7f552cda65f6d2cd615ea33ea8dc154817699", "message": "refactor(query): deprecate use of asc/desc\n", "proba": 0.00011848569556605071} {"commit": "4ae6be208c14f74b11f065a2274a45fa756dbdef", "message": "switch turn and strafe for wasd\n", "proba": 2.648651218351006e-07} {"commit": "6061e10a9309230c69d80d983e581d306f27dcba", "message": "Update views.py", "proba": 4.614934141500271e-07} {"commit": "f43e6feb5a51a9632192ac0b4b29f0f82a427c88", "message": "FEATURE added latitudinal offsets\n", "proba": 1.308030306290675e-07} {"commit": "0681c39cc1fb1544dafbf5ae29de89d521d5ce7a", "message": "[api-ref] Remove temporary block\n\nThe os-api-ref 1.0.0 is out. We can remove the support to older\nversion now.\nReference: https://github.com/openstack/senlin/commit/\n6d41feb58dd836d426c9b6f025846dbbf7295097\nhttps://review.openstack.org/#/c/362170/\n\nChange-Id: I6a900ecb38633ec118857fcd1c17c4d24495cab1\n", "proba": 7.418284076265991e-05} {"commit": "09f5ba7247222c8e7306243312b50dc5da8156d2", "message": "Append extension to filename for temporary files\n\nCloses #45.\n", "proba": 1.071820889819719e-07} {"commit": "23e0c6b6c5e4c9e4a47ec25091b9c619ed88c1a1", "message": "Fix Zero division error for percentage counts when cellcount was empty\n", "proba": 1.2124126442358829e-05} {"commit": "9996b1dced2fa8ff74317f87b38fa56bd890af65", "message": "add a version to ceph_installer\n\nSigned-off-by: Alfredo Deza <3f4d00ffa77e6441ab2d23c25a618925d2383b02@redhat.com>\n", "proba": 1.354205778625328e-07} {"commit": "6cc794ed5ff2fe8d4a9f0aa43172936e6d0fed60", "message": "Update NLP thingie\n", "proba": 3.827411489965016e-07} {"commit": "e06dee4554026459125d8f53b1b7b7c5e55c638a", "message": "bootstrap: redhat: Install help2man\n\nNeeded to build man files (like from libtasn1)\n", "proba": 1.142089374184252e-07} {"commit": "28b7b043d3896707a331c936a4da1105206cfa0e", "message": "bootstrap: Trim the list of packages we install on Linux\n\nTested on a Debian system with none of these packages installed, and\nthe new list of packages is all we really need. We do not need gtkdoc,\ndocbook, texlib, alsa-dev, etc. Can probably be trimmed even further.\n\nPart-of: \n", "proba": 1.3990408831432433e-07} {"commit": "6d52c83c1d18798a7ce234b879607213566ce033", "message": "debian.py: Use license.txt for debian/copyright.\n", "proba": 1.0885770507229608e-07} {"commit": "fa163f5e0b5dfe3887b398e1c6838cdf7449b065", "message": "batch mode tests refactoring\n", "proba": 4.4491699213722313e-07} {"commit": "9d2013f95da35cab4c9c13e07d759462b654c4c9", "message": "debian: add recommends and suggests to devel packages\n", "proba": 3.743041361303767e-07} {"commit": "571dcf21d4fc4cad0287c71b7ef891b2f3f820b4", "message": "Added comments [skip CI]\n\n\nFormer-commit-id: acc6b94c0cdb1839dcb714fe8b0b7ac3018a26b9", "proba": 2.119569586511716e-07} {"commit": "fa08df5854998a60a59df0d1af2e9e1937b2807d", "message": "Certify conseil constitutionnel\n", "proba": 0.9998455047607422} {"commit": "3d684704adc04554e4edf2912f677286de3f5462", "message": "Cleanup [skip CI]\n\n\nFormer-commit-id: e3d8b734e54b6f372385e1e3ccb410bb57fa60c7 [formerly e3d8b734e54b6f372385e1e3ccb410bb57fa60c7 [formerly bff3f550f25de832b14f7aacc97d554081e74f4f]]\nFormer-commit-id: 1ee140d15128b891a2fc369f9b4d856c2b9fe1db\nFormer-commit-id: 101b597df784fac76840a2bbdb585b798c813cfd", "proba": 1.1191734756721416e-06} {"commit": "eb88edf2a9f48c16a06f4b7e60ef6ae3a2a12fb7", "message": "Fixed import [skip hazardlib]\n", "proba": 1.1752512563134587e-07} {"commit": "0cdbc2d88e19a5760133906d4c4fbecb57cd79cd", "message": "Removed useless function fmt\n", "proba": 1.0116380053659668e-06} {"commit": "c1d0c00cd83c6026890a8a4fd64ae0435615b8f6", "message": "More lenient time requirements for Travis\n", "proba": 1.9316155430715298e-07} {"commit": "a8c84033ec50ac2c4efacb8f00c0ecb2974d71af", "message": "Use raw strings (r'...') for regexes\n", "proba": 2.5132923838100396e-05} {"commit": "6ddd6a93136ec86f3233db64340ac15dce7c8195", "message": "Remove objfunction value from fit report\n\nshould be another PR\n", "proba": 1.0089112947753165e-05} {"commit": "6694f39c89cd1a12e2af98508e6c2b91d5d7549a", "message": "[ADD] auto_backup: allow taking backup without having db manager publicly exposed\n\nBefore this commit there was only one solution to enable the auto_backup module: by having the database manager from Odoo exposed.\n\nAs we all know that's not the best idea, as documented at https://www.odoo.com/documentation/13.0/setup/deploy.html#db-manager-security\n\nThis commit introduces some very similar functions to take back-ups as the Odoo database manager does but without having to have the database manager exposed. Our functions will check if the user calling the function is the same user as authenticated in the cron and if the model name matches with the one we expect. This should disallow any malicious practices and allows to disable the database manager publicly.\n", "proba": 0.0005908647435717285} {"commit": "f6db24821b72ac4375018702b8b8cc01d7d41f51", "message": "remove superfluous parenthesis\n", "proba": 0.9999986886978149} {"commit": "7b6cb84fb59a995843a432ea9903ecc6ae528199", "message": "Why do I need to import sublime as well :O\n", "proba": 2.82609084933938e-06} {"commit": "d455915869c0e8e8eb11a437daea1ff24d9b1ecc", "message": "Follow links when walking through folders.\n", "proba": 1.1896877794015381e-07} {"commit": "25de8440e20c0df26dc1f73aaac2bb6e0df4b3c9", "message": "Set a minimum time index length for Hantush\n\n- Minimum index length of 3 times the timestep\n- Some PEP8\n- Some docstrings added.\n", "proba": 1.2533317317320325e-07} {"commit": "c902de8a098d2537792ec5533feb01085febd5ea", "message": "lift user_settable_fields from (old) boto (#3468)\n\n(old) `boto` is no longer being developed, and importing it raises\r\ndeprecation warnings. copy Key.base_user_settable_fields in here instead\r\nof importing boto", "proba": 2.1439900876885076e-07} {"commit": "621745009b38a7429252bba1c61064d4115e4aeb", "message": "updated version to 0.3.3\n", "proba": 1.4280041114034248e-06} {"commit": "54416cff3d229f03812e349ca2c192f583c877c8", "message": "I hate whitespace\n", "proba": 0.0013896384043619037} {"commit": "e8b0d6d0861fbbbf9eef475c59953af59c7ab413", "message": "remove fc0 (#5)\n", "proba": 1.618714463802462e-06} {"commit": "845b8abf20d657f0868ad61fae24ff08fedff5a8", "message": "pcounter/app.py: add a comments\n", "proba": 2.6491969151720696e-07} {"commit": "769f5092d9abdb29ddaf30b429517b95596d6ebd", "message": "Fixed a call to an IPv6 socket() that did not have the proper protocol type.\n", "proba": 1.1809137845375517e-07} {"commit": "5b6a4d06cecd2495d1a444e6335381b3273a1f12", "message": "Handle Matlab's h5 output for plotter.\n", "proba": 2.2153199097374454e-07} {"commit": "594190d067067f66562b29306557879f1d8036a5", "message": "Clean up some code\n", "proba": 0.00010099848441313952} {"commit": "c5527475ca2671b10216882be1a68c5c63051d9c", "message": "Remove the 'deploy' management command - this does nothing more than call appcfg update anyway.\n", "proba": 1.1664079124784621e-07} {"commit": "aa79ee535c51d74a61e63a9e6eafa859819b744a", "message": "Fixed oracle-specific test DB creation code so the test suite will run again.\n\n--HG--\nextra : convert_revision : svn%3Abcc190cf-cafb-0310-a4f2-bffc1f526a37/django/trunk%408330\n", "proba": 1.5312548384827096e-06} {"commit": "4c85a0d95fa39f33c0f5335199a2e9d58a8736a9", "message": "Made main user disconnect after creating test user/tablespaces on Oracle\n", "proba": 2.2021589529686025e-07} {"commit": "52cf468c65f4c90ea4b9df02b4d83757b171f08a", "message": "Finished cartesian product\n", "proba": 7.920826305962692e-07} {"commit": "efcb5912e467ab14435a417412754a234e436f73", "message": "Fixed #2147: file uploads within the update_object generic view now works. Thanks, parlar.\n\ngit-svn-id: 4f9f921b081c523744c7bf24d959a0db39629563@3123 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 8.393327561861952e-07} {"commit": "1ef5dad16d40edab1c24151c0796154c4e8e8ffa", "message": "Fixed #2362 -- Corrected the way we retrieve an object so that it works for\none-to-one fields.\n\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@3849 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 2.989430640809587e-06} {"commit": "2bcbdd11e8cfb970de4fa01b16137fc48b6bd53f", "message": "Fixed importlib on router.py\n", "proba": 3.756580611025129e-07} {"commit": "279854fcb8caa4c6decb47bf0bf27fdf6f57f9c4", "message": "Fix import order\n", "proba": 1.9350370621395996e-06} {"commit": "44297a17355871b837e55926801ffc373d6866c3", "message": "fix y-series not sorted alphabetically thanks @miquelcamprodon\n", "proba": 7.780769237797358e-07} {"commit": "5e20e3e22d5e267cdfa64799f5a88d2ea2acc59f", "message": "Update chainerx/_docs/backprop.py\n\nCo-Authored-By: niboshi <6ec538ad88d80aac1780d78552d1be961fd6834b@gmail.com>", "proba": 1.1502458363565893e-07} {"commit": "44fce5ff03aff969f36120fe14543123f3fb192a", "message": "linted\n", "proba": 1.5624780189682497e-06} {"commit": "88debdd1cb2bffbd0618e0510784f4380ea201f9", "message": "add back support for syslog submission\n", "proba": 2.6294182475794514e-07} {"commit": "320a3a8033f0be7a794e13bc504041531fdeb74c", "message": "Added import. FAIL.\n", "proba": 1.2331830134826305e-07} {"commit": "8588dff3abc4e0e8176e8c6eb68c2f856d353631", "message": "Now the momentum calibration supports nonequal scaling along x and y directions\n", "proba": 1.2558059836464963e-07} {"commit": "e475672240776304c61f90e102b13656decd3328", "message": "fix: window to appear always in center\n", "proba": 6.645377084169013e-07} {"commit": "3654590195efab9f765ac20cfb9e1dbfa07401d7", "message": "Add `django-simple-math-captcha` to settings.py", "proba": 1.161848786068731e-06} {"commit": "b6397b49b6975b41a64df895dc66f4de72730b19", "message": "cleanup a bit the syntax\n", "proba": 1.9344213797012344e-05} {"commit": "896ddefc442970989f4d050146dc537b3325baba", "message": "getting cluster to work\n", "proba": 1.497906083613998e-07} {"commit": "1d593448f6f623bc3c0eb779951612d9b76715e3", "message": "No main by default. Extra blank lines\n", "proba": 4.447315586730838e-05} {"commit": "6085325e449c6937fbbc05e0499c90d8c90dea6b", "message": "Fix find files issue\n", "proba": 6.905796112732787e-07} {"commit": "d6119763819c88602e6d679b7c465e6ba76e5ca6", "message": "Fixed naming convention\n", "proba": 6.572623760803253e-07} {"commit": "e262c1123e9d980888a8272af0fb1bc0d5f277ad", "message": "Removed `dpi=80` hardcode. I have no idea why it was there.\n", "proba": 1.4327770259114914e-07} {"commit": "331f893695cbfac07615de37add25bbfccfdbd22", "message": "Updaed Customer Status attribute\n", "proba": 6.243528218874417e-07} {"commit": "6c87dbe859bf88afa7e7fd659ec743b3ff84e6c9", "message": "configure documentation\n", "proba": 5.791366675111931e-07} {"commit": "1f8e8a67b10b74a6d6b12621c460da0ed9e448ae", "message": "don't allow : in dependency flags\n", "proba": 2.2933370473765535e-06} {"commit": "a8377ec094c10531d81455bf8fa6285265a95082", "message": "Print help text\n", "proba": 0.0004059273051097989} {"commit": "5a60f62cd7e9c1fbc1a5401b0752300ae1ef1944", "message": "Pep8.\n", "proba": 1.9463588785129105e-07} {"commit": "01ce9f9656ba5b6ea73e341a9a78638a16601ff2", "message": "Refactor code\n", "proba": 1.995863613046822e-06} {"commit": "0c7feadf715114eafdcef4145f08184853e7768d", "message": "Update grid weighting\n\n- Weights now always sum to 4pi^2 so volume/area calculations\nwill be accurate with symmetric grid\n- Also reduced weights for duplicated nodes (eg LinearGrid with\nendpoint=True)\n", "proba": 1.2160180062892323e-07} {"commit": "7945690a2363f1c1df86773c4c58d83bdb223144", "message": "bcl2fastq_dbupdate.py:\n- fixed bug in function deciding whether mux dir is complete\n- fied premature removal of trigger file\n", "proba": 1.8756883264359203e-06} {"commit": "95d8e58bc8e151990f5767da96bbc6107e2848ad", "message": "Fixed Andrew's silly bug\n", "proba": 3.5533366826712154e-07} {"commit": "ccb003c8196760232a82622db2f88ca3ab312a93", "message": "Fix #1220 IMM. De-activated instruments should not set off Alerts?\n", "proba": 1.183166062901364e-07} {"commit": "a18d5d343b10b06a1d7f94690fa0606b28f24a7e", "message": "Fix zip archive tests\n", "proba": 1.9059966689383145e-06} {"commit": "1f9ced49a6090b444ae04c175d526dbaef3100b5", "message": "[FIX] base: remove override create method of res.users object.", "proba": 1.0918459025788252e-07} {"commit": "6e857f0c94c30ed81f1ac10ac4afc061f68780c0", "message": "slight modifs\n", "proba": 3.656947740182659e-07} {"commit": "ce2833f2c916ddbab7c5f04e8a969c4a01345bf4", "message": "shells\n", "proba": 1.6829295418574475e-05} {"commit": "4265598038716add83d9b978d4042d47f8f64a07", "message": "update conversion\n", "proba": 6.91181867296109e-07} {"commit": "694c317f01ebdea42e72d5004129aafd91b820dd", "message": "TransferAmmountMessage -> TransferAmountMessage\n", "proba": 4.0114102262123197e-07} {"commit": "8ce509a2a3df1fcc38442e35e8733bf00bd788ad", "message": "Return resulting object from decorated function if any\n", "proba": 0.0004266926262062043} {"commit": "d597e51dc402b5b386bbb886d63e9e75db129ae9", "message": "include options to the prompt.save() function\n", "proba": 8.061690550675848e-07} {"commit": "ecdede22c1887a21bba35bae90dfce8a1fb1b8b2", "message": "Repair external STPD usage\n", "proba": 1.5243557527355733e-07} {"commit": "532c96a5821468e4d7d60a82600dd3fcf9ccd4b1", "message": "Switched to using exceptions to flag product detection failures.\nThis is much easier to debug as the original error bubbles to the surface.\n", "proba": 1.0780783554764639e-07} {"commit": "4e1d175d3d3692c5c78d7c9833c0762a41980975", "message": "code SceneLog.remain()\n", "proba": 6.955235107852786e-07} {"commit": "91e8767c9b9ee51fe6ddb3aa5e4200ab44e6427e", "message": "Fix sample code\n", "proba": 0.00015986300422810018} {"commit": "b8df1f91676b7024d4f5795e7c66aca96054abbb", "message": "again utf-8 fix for python3 in get_linewise\n", "proba": 1.5398201469452033e-07} {"commit": "f14dec2e5ac5d213ec049ea2bdabbb08b928d12b", "message": "Delete 0001.py", "proba": 0.0003096005821134895} {"commit": "572d8a8f26faa15c14bab2ff6cac0b675ec8ef7e", "message": "Make sure devices are closed by EncryptedBlockStorage when an exception occurs. Fixes test failures on Windows with Python2.7\n", "proba": 3.344831895901734e-07} {"commit": "a07d9d626872e027c238fe55b62d9c35585a3e3c", "message": "Bump version to 0.4.1\n", "proba": 5.654766255247523e-07} {"commit": "b910816cce163fd8c7e1d19ff9c00dd3d8a6295f", "message": "modificando unicode metodos\n", "proba": 6.234149623196572e-06} {"commit": "06b23af30462ffec239a20d0fa90352ed8553b62", "message": "update for Python 2.7\n", "proba": 2.330231609448674e-06} {"commit": "925d67a37ca8ccc990ae1e54a8b0830eee8d98d0", "message": "Make clean_dir option preserve directories\n\nIf other applications were using the directory and then it is removed\n and recreated, they might fail. Mate-terminal did.\n", "proba": 1.2457540776722453e-07} {"commit": "e4e330df3ff115585c886759b80c845b06bc15b4", "message": "Documentation fix only\n", "proba": 1.2619337041996914e-07} {"commit": "977f73af10b35e23116c870d5590e6b62f1cbeaa", "message": "Fix bug in formatting.\n\nTuple was missing from arg\n", "proba": 1.729459472699091e-05} {"commit": "d2cf00823dfd6510e79f161b47640cbf7039d11b", "message": "remove flask\n", "proba": 0.00019208239973522723} {"commit": "a2de48bdfbba80a7e41e96a44c67d51ff36f0810", "message": "output: use strings instead of PathInfo for performance reasons (#3663)\n\n* output: don't use PathInfo when collecting used dir cache\r\n\r\n* fix windows path handling", "proba": 6.802806183259236e-06} {"commit": "af1acf3f04ccd828cc60d8ec60ace58049888444", "message": "Hospital webapp\n", "proba": 1.130414034378191e-06} {"commit": "60f9373b3bd76c1196cab18a2eca0585cc0ca89f", "message": "generates a file if output is not specified, inside the directory that was scanned\n", "proba": 2.6298596367269056e-07} {"commit": "e084b427e3c434ca1ecc89c751ccb387d492d4d4", "message": "Update dvc/remote/http.py\n\nCo-Authored-By: Alexander Schepanovski ", "proba": 1.086078000867019e-07} {"commit": "335360009c504cd315e66b13e18cba97756c1bf1", "message": "linking help_text\n", "proba": 3.281848535152676e-07} {"commit": "2b47bfc4cdb473421e4a856f2fe96bd724703a6a", "message": "forgot an import\n", "proba": 2.7103038746645325e-07} {"commit": "f7730ce4b9927ce03bb6acca4f2302d048d17feb", "message": "fix RunTimeError camelcase", "proba": 2.1274565824569436e-06} {"commit": "57d308e93f84222f04208642e1f216485d41b1bf", "message": "run_steric_resolution.py now produces log(%) png plots of the cumulative steric conflict results after each round of analysis.\n", "proba": 9.786030119585121e-08} {"commit": "f7ceff3467746e75438f0b3474b58d62765283b1", "message": "Refactor openFileDialog to simply call openFall after choosing the file in the dialog.\n", "proba": 1.0466047939416967e-07} {"commit": "5b888c9a2465f49f5dd4b8f0b29fb8ae6b5d9544", "message": "Changing default number of ROC experiments\n", "proba": 3.570749811387941e-07} {"commit": "b9cf06834545d172a0d416afb65e3a53c3ccbba0", "message": "Update __init__.py\n\nbump version\n\nFormer-commit-id: ecdac15d88cb3b31a46195b16087d4c60225b23c [formerly 5c13d87f57f694121bcebd42889128587f934453] [formerly e640e86c305e194ad9717f3da4199499a04bc71e [formerly 29ccb004b9e8b8d82f8f811133cf0ffdaaa5b345]]\nFormer-commit-id: 697db7c9a19c590a4e2e0e757433c5fc7f3a65d7 [formerly e8a8a25ba9aae5ae7c6c0bf50ea393aaebbf2a1c]\nFormer-commit-id: 1f0e5127e77ff3cc1d25f9e4188404c602c69586", "proba": 7.443708000209881e-06} {"commit": "8b605b377539e0ba6a69826f0f596ccd8b042337", "message": "use dot commas instead of gray characters for large numbers\n", "proba": 2.39426594816905e-06} {"commit": "30a488b8b81a4f5e88329433f571c8db5d659b0d", "message": "Add default values for not initialized attributes.\n", "proba": 1.2177750363662199e-07} {"commit": "ba6e1a5b6645716691abf26371951d74f4127560", "message": "revert to old check with 20 mm\n", "proba": 1.2739093335767393e-07} {"commit": "231df9d05d4753d081d01e09a4c5b40f52610ee3", "message": "Fixed conversion mistake\n", "proba": 1.286186602555972e-06} {"commit": "3efd269a793566724af7414614f6860c90b4be33", "message": "app imports\n", "proba": 3.234502855775645e-06} {"commit": "fce4a112d10245373de80fda7aa009628e249bc3", "message": "Bump HBase to 1.0.3\n", "proba": 7.816781248948246e-07} {"commit": "6f4978a4a31549515f26a40020a9d187e0b16ffc", "message": "Renamed attribute with flags.\n", "proba": 1.1635126639930604e-07} {"commit": "42ce7cc4143b21b8da1e026f982e84727541474a", "message": "v0.1.2\n", "proba": 1.1609157809289172e-05} {"commit": "5a947a0a00a27cbb2ebe8f293996e27d702755cb", "message": "Fixed pick_db_file\n", "proba": 1.2442086472219671e-06} {"commit": "13e2ab00348097848232d0844339ea84fee1ab68", "message": "BUG: fixed condition for adding authentication to request\n", "proba": 1.483881248987018e-07} {"commit": "e2303c4e5b15d466f05de092239d5d0d28a7039e", "message": "refactor. fix bugs\n", "proba": 0.9998621940612793} {"commit": "a9a45d5b30c29addf0bb6fd4883e499391a91a3a", "message": "Dev: fix colordiff test.\n\n\t* dev/tools.py: here.\n", "proba": 1.05114210668944e-07} {"commit": "dd5f35b24c6ea1d82bb01b5fcf4220949c28e99f", "message": "minor fixes\n", "proba": 2.1220614598860266e-07} {"commit": "b63b4c8073da314278bb6da026a32a7209833c3e", "message": "Send Channel.CloseOk on remote Channel.Close\n\n- PEP8 cleanup of last applied patch\n", "proba": 1.3225808004335704e-07} {"commit": "514a646877f5c5f1635e3bf6206f1ad482f4447c", "message": "Add help entries to indico help index\n\nThe actual help is still in core for now since it's not trivial to move\nit into plugins (it's built using sphinx).\n", "proba": 1.1064939542393404e-07} {"commit": "e93a18214e67ee72cce594ee406980af7ea54d6f", "message": "Only show staff on log entry user filter\n", "proba": 1.2418610140230157e-07} {"commit": "27ed45f3997b83ccc8c73e288449a980f2dc3a80", "message": "Add scheme for pyodbc for use with django-pyodbc and django-pyodbc-azure for databases.\n", "proba": 1.1668640809148201e-07} {"commit": "607af8dff487f7f338bd42a68acaa60e1cbab0e7", "message": "Fix for previous commit\n", "proba": 1.748879725482766e-07} {"commit": "0559871e8277adad2dbb33686d962975f135257a", "message": "link to explanation", "proba": 1.5064155434174609e-07} {"commit": "b86e706209ac823a08fe37b9ddef1d96d4d34b85", "message": "ex15.py - ex17.py\n", "proba": 3.774553624680266e-05} {"commit": "5a0e76b79809527b24858b8c16c8abe94575d225", "message": "Completed authentication for Equipment\n", "proba": 1.3275560206693626e-07} {"commit": "863bdaaf7f0df047b2b0ffb76288997370f45f03", "message": "Back out previous and try to work with old SQLite.\n", "proba": 1.1375988151485217e-07} {"commit": "20838d03177d15e3378cfcff73e41396b1ab9180", "message": "Update to the script to take admin as default user\n", "proba": 2.4781320462352596e-07} {"commit": "9c80a9b05602a08ba294cc1d8b0c299997fc8c25", "message": "fix summary reports\n", "proba": 1.5131697637116304e-06} {"commit": "5e97074217d734ec954480aa7e4ba4e06937898b", "message": "remove vultr cloudinit support\n", "proba": 3.443775540290517e-07} {"commit": "0bfcb5f3528dc66cda960c0b8489805e99db8591", "message": "some code regarding filenames and paths, try for filename\n", "proba": 1.004876367005636e-06} {"commit": "e14cabe564f70374ef3d6ccf329c683080f47c80", "message": "Fix small error formatting string\n", "proba": 0.00018889596685767174} {"commit": "d8a262269321363d7f2ea463d7dab77f74b978f4", "message": "Update GetFilelist for Spring15 samples\n", "proba": 1.2994810560940095e-07} {"commit": "e4ac17064508c670b65c0f5f68bbc6d72fcea98b", "message": "Make collectd server's port configurable\n", "proba": 4.5351697508522193e-07} {"commit": "0d15df2a961d6a99ae907532dba6ab856fa6219f", "message": "provide distortion for AGIPD\n", "proba": 8.043555135373026e-05} {"commit": "7a07f5287e69c249f30710df3db3217007e4b769", "message": "for #374; added status area enhancements (see _leaveStatusMsgUntil and the showStatus() method); added the fleeOnBadVals and allowGuiChanges optional args to checkSetSaveEntries(); the latter changes are useful to clients trying to discover if gui hasUnsavedChanges()\n\ngit-svn-id: e4aa3cfa51ba591d1cd1dbbaf7e4a2c2b5d7a7ff@7844 fe389314-cf27-0410-b35b-8c050e845b92\n", "proba": 5.313967903930461e-06} {"commit": "f14bb12b3e3260f9deb1a891d8b948685c5b89fc", "message": "fetch: Fix pylint indexed-exception warning\n\nSigned-off-by: Euan Harris \n", "proba": 1.2603604204741714e-07} {"commit": "4a8d84f60ec402f0a164adebbd1c6b43b427e710", "message": "Simplify the usage of resolved_pnodes variable in Dtree\n", "proba": 0.0001626962039154023} {"commit": "4b2d16205aacb5dee8e0af33f35aba748833e9dd", "message": "Attempt to detect undefined symbols.\n\nTo do this, I needed to standardize the fields of every pass2todo item. I\ndon't want to have to do this; I wish there was a better way. I'm sure there\nis.\n\nRight now, though, I'm getting a pure int (instead one boxed up in an ExprNode)\nin the Advance instance. I do not know why. I cannot find even one place in\nthe written code where this could possibly happen.\n", "proba": 4.484236058033275e-07} {"commit": "9f21e75a7311f92c0a38d0a34831c1b3c543b69b", "message": "Add __all__ to limit visibility of geometry machinery\n", "proba": 0.0004450181149877608} {"commit": "083feaad4b80cef69403bafd7a855f43c32a3143", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "bc4f282f2167966652197a70a44a7e67b4257bde", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "d99914ff2fdcfbd4374e786af17f9c6ad2bbd8cc", "message": "Show is_active field at admin page\n", "proba": 4.227202907713945e-07} {"commit": "3dd29d1397d822a522e066517f94e116a79dc653", "message": "Fixed method name in a docstirng in the `EtherDelta` class\n", "proba": 2.1157889307232836e-07} {"commit": "0dc0b8896eda017a7e0891950e4a4c4518ffc803", "message": "V2 records missing custom field\n", "proba": 2.8997564527344366e-07} {"commit": "633f18e380f509c5deb4fe2cfdec0db9852899e7", "message": "Load gif last instead of first\n", "proba": 1.425972300239664e-06} {"commit": "0bec27322459359aeeca49c31638e95b29e62756", "message": "auto write when hdf5 not exist yet [skip ci]\n", "proba": 1.1080039996613777e-07} {"commit": "f0556349fe7dd7cd3aad9af87a795a6c72fa45d7", "message": "Fixed missing pydoc (#3689)\n\n", "proba": 1.1630179130861507e-07} {"commit": "add4bea7e302165772ab5aa5b7916dfe7c6fcbae", "message": "Update Tracking.py\n\nAdded the logic to initiate the PID values", "proba": 2.6376986284049053e-07} {"commit": "4b5ea7474fa73d064a5c3c179cbbae8e94b07f76", "message": "improve word selection\n", "proba": 0.002184180309996009} {"commit": "7a54e475fc5452f1e7ab4dadba92407d63a4fa8e", "message": "Define the constraint equation mathematically\n", "proba": 0.9986968636512756} {"commit": "ae0b17450eca321e4921447ba73c02954298d309", "message": "Add more possible vk mappings in Windows\n", "proba": 6.116453050708515e-07} {"commit": "ce3af5471436452ad2822471e692f9ef8e53ee89", "message": "Once again honor Keyring.keychain\n", "proba": 1.8903729426256177e-07} {"commit": "5230b997b20eb7d70a9c5afdd4811eb5ce5aea43", "message": "Adding multiprocessing queues.\n", "proba": 1.532436755269373e-07} {"commit": "c6019d54126a714b25bd21f1bfbbbeb721c0faf8", "message": "Fixes for loading tests\n", "proba": 2.80155148857375e-07} {"commit": "ac43995229b41a0fa15e9a2d8089964495c240f6", "message": "verschiedenes\n", "proba": 7.275180450960761e-06} {"commit": "b30b19bed830f5c12011c1099572c74d5aad08da", "message": "BUG: fix pixel register read back for TDAC (inverse bit order)\n", "proba": 1.1952191414366098e-07} {"commit": "da741392ada476a7de5aa04d72f936234727b813", "message": "Update vex.py\n\nOne confusion is that @ isn't valid VEX, but is valid in a Snippet as it is processed into valid VEX. But this is a distinction without a difference for the users. So basically @ should be legal wherever a-zA-z is.", "proba": 1.3227965212081472e-07} {"commit": "297d49ef0e4503236ef6ead39fb85ca9aee56233", "message": "avoid addition of array attrs that are not in series\n", "proba": 5.284779831526976e-07} {"commit": "8e6fd5a9f4a0118ef662397ca20f749f9ad93b01", "message": "Permanent redirect get-involved to contribute.\n", "proba": 1.057932479398005e-07} {"commit": "0dd1c8bf14d25521d7a0af1bb637fa0699dca57f", "message": "Add test to ensure capsys and capfd error out when using \"getfixturevalue\" inside a test\n", "proba": 1.4412118787276995e-07} {"commit": "73e64a2b1f2c285d95b088a535e04c16fe10dfb9", "message": "Fix the add_vert function so that it handles symmetry better.\n", "proba": 8.046680704865139e-06} {"commit": "dc69fb0fe22e3b7ad762ac4777c621218ec4dde6", "message": "functools.wrap doesn't play well with importer()\n\nAt least in python 2 -- and we don't really need it anyway\n\nSigned-off-by: Rodrigo Tobar \n", "proba": 1.9335561773914378e-07} {"commit": "520908ce8ff02b423756c6240f3fcea11e864a43", "message": "show instance details also in testing phase\n", "proba": 1.2243800995292986e-07} {"commit": "6bc70cd2f5e66c814d07e5e75f22473bee86750e", "message": "dict queue - block & thread safe\n\nSigned-off-by: gf0842wf \n", "proba": 1.2905935875551222e-07} {"commit": "410c34d23a0d779326cd2e8369f159ebd5f7e25d", "message": "Add OP Avid Primer Pack hacks\n", "proba": 1.3632737250190985e-07} {"commit": "be678317e946ab70f32a90a7d3814f3a5fdc1cb6", "message": "import logging in util.py\n", "proba": 7.335159466492769e-07} {"commit": "ac6aa8bac1475c29e64f6f06339bd0a82dfdf31b", "message": "Fixed a relative import that was breaking Python 3. Fixes #94.\n", "proba": 1.0529781491186441e-07} {"commit": "52f015a4942d90ab67291bc1b74290540f6cbc28", "message": "tracing for DelayedSignal\n", "proba": 1.9623838909410551e-07} {"commit": "86fd797c30de53d2c5fcf44445b4cba8ec07bec7", "message": "Increment prerelease version (#2341)\n\n", "proba": 1.2702298590738792e-07} {"commit": "3aa83fb51868359b135a0b85d0635bae9839faa1", "message": "Add missing comma to tuple.", "proba": 1.0737943739513867e-05} {"commit": "5e79bfd29fd11e964f8ea98fd60f2849780c04cf", "message": "Fix fall-through from HTTPError to referencing unset rsp variable.\nDisplay more information about broken links.\n", "proba": 1.0156257701510185e-07} {"commit": "7f49f616bf1d12cc9b76868d63421b1bf739f5f6", "message": "Remove early return from run_scripts\n", "proba": 1.006628735922277e-06} {"commit": "d8928f1c7421216309b6aa68f5c9202492392aae", "message": "generalized synthesis setup\n", "proba": 3.294633756922849e-07} {"commit": "44a4400d524c5da93162a172e3a516f912143b1b", "message": "chart\n", "proba": 2.23840947910503e-06} {"commit": "4f537bdf3071d26c2ff8dd5af69c39e4430f2872", "message": "Changes to logging\n", "proba": 7.29492114714958e-07} {"commit": "0be5486234d926b19bd3918d67574d32341f754a", "message": "fix for new model\n", "proba": 2.976788948672038e-07} {"commit": "5e924947f805fdb52a1eb27c7e5485b0427a9179", "message": "0.4.3\n", "proba": 0.00016361501184292138} {"commit": "3fdbc06174b631cf2519e03ece2c86c54ec8fd85", "message": "Redis: Message reject must support requeue argument\n", "proba": 3.787777131947223e-07} {"commit": "da2aca434074b85e42f9c87f7ce00fd35f12ef82", "message": "Fix unicode filenames in cache bust parameter. (#3921)\n\nCalculating the md5 of a unicode filename will fail, breaking the\r\nserializer.\r\n\r\nBB-16045 #resolve", "proba": 3.277413611613156e-07} {"commit": "8e5024f9824e831967e43a2c8198e9b9990b96f4", "message": "gscreen - fix preferece file option saving bug\n\nif you getpref an option more the once, it would error often silently\nbut use the default value. Set it up to use raw parser instead of\ninterpeter - little idea what was really wrong. on ethe second\nrun if would try to check the value for substituion\nif \"%(\" in value:\nwhich cannot be in a Float value!\n", "proba": 1.2585563524680765e-07} {"commit": "da8956adbc50ecacc0e7101e210d8e41670cceea", "message": "pylint fixes\n", "proba": 4.3989797404719866e-07} {"commit": "9f3dc9b58e3b6b7390c08968c07822a28c0fe1f3", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "0c4a3d310c1a297247296a301a6659b2ef70ab73", "message": "fix spaces\n", "proba": 0.000656462274491787} {"commit": "80cea0150711746d1b0ff13757d61fbd193cbc31", "message": "Added forgotten 'print'...\n", "proba": 1.2213281763706618e-07} {"commit": "514558b84b2457b89ab009b977b3a63523cfd3f1", "message": "ChainConversion\n", "proba": 3.899045168509474e-06} {"commit": "6385b1ffe0afea05abb24912e5f31d9259110456", "message": "Add KrakenCairoSurfaceException\n", "proba": 0.9999358654022217} {"commit": "962d94f22999c07880218b78f44f7a0285a7fa98", "message": "Simplify/remove code from coretypes.py\n", "proba": 6.123309503891505e-06} {"commit": "24083f90016caf926c354aa097c24b122c8e8903", "message": "ENH: plot_params(): allow sorting x axis by largest probability\n", "proba": 3.6156743590254337e-06} {"commit": "7fc8dd8fa60c152ada3fce2eb3af1b5b03ddf573", "message": "If it is OK re bennr01, then completing docstring update on parallel.py\n", "proba": 1.5242380868585315e-07} {"commit": "b45b0d803e16887169169a847afae01cfe95a61e", "message": "Corrected housing information display on order table page.\n", "proba": 1.1843582115034224e-07} {"commit": "739667b089520ddbea1018266e2d4c935ea5b0c5", "message": "added dropout plots\n", "proba": 5.018189881411672e-07} {"commit": "b81f9f3a08e309687513301e2d7c7fdce180d89a", "message": "fix a thing for backwards compatibility\n", "proba": 1.2345659342827275e-05} {"commit": "28514ecf13ee124af6fee43e032cbbfe6a2a50e0", "message": "Use relative imports in compiler package now that it is required. (Should this go into 2.5 or should we do compiler.XXX?)\n", "proba": 1.1167601599026966e-07} {"commit": "ab59fc3b14aca40c0083b6c2b204bf03d55dc642", "message": "WAMP is not yet part of the app\n\nSigned-off-by: Kyle Rockman \n", "proba": 1.1299576385681576e-07} {"commit": "d74791e298305bd202b7b26117daf55ee00cbcbf", "message": "Use contrasting colors on plot where possible.\n", "proba": 1.1396163301924389e-07} {"commit": "b9dee6fe68f0ad29118fd726611a9e0c27c238e8", "message": "Adding preliminary support for signal names.\n\nMore to come, this should probably be included in the simulator_objects\nconstructors, to help with debugging in general.\n", "proba": 1.0062911570685174e-07} {"commit": "7fa8ca8d118c3d8c03f003a9b23cb9857acd1f9c", "message": "add: cli.safe_eval - uses ast.literal_eval to safely eval strings\n", "proba": 8.211024464799266e-07} {"commit": "3937aaa9866e1087b3b00826cb6c0e492cc9f098", "message": "[casting] add 'Use Typo Metrics' and 'Has WWS Names' to boolean params\n", "proba": 4.443203920345695e-07} {"commit": "88a3a86c25fd185391783bfb7aaee924a427a069", "message": "Tweak cddf labels\n", "proba": 4.435139260294818e-07} {"commit": "27d3bd5ee524c07f179a377d2c0fedb80e75e978", "message": "Fixed bug regarding stored procedures recursion depth\n", "proba": 2.4586452695984917e-07} {"commit": "6426bf1e9831b0cb2fc1f8ea9ed08ebaec2be4c3", "message": "Decimate the number of tests for TestGeneralLogarithm.test_general_logarithm_conformal\n\nThis should shave about a minute off the total runtime of the tests, based on the pytest log output\n", "proba": 0.001712861587293446} {"commit": "4a75a84ef57e12b91148d2037acff6f92a7af4d0", "message": "Fix API change of h5py version 3.0\n\n'.value' was removed in favour of '[()]'\n", "proba": 1.3531075637729373e-06} {"commit": "aa52f9a7759ce3d3bd33aa552dddfea32ae14c37", "message": "Try to fix one of the bigmem tests in test_pickle\n", "proba": 7.817243954377773e-07} {"commit": "a7fca2095af777468786023d39f8ef8726110ce3", "message": "Call class instance method\n", "proba": 7.46936109408125e-07} {"commit": "67f825444e2a15704dd84ebd8223aab49056308b", "message": "Quiver and Streamline Edits\n\nclean up\n", "proba": 1.2279419081551168e-07} {"commit": "079fc9565225ce46d07a40a49224f3f71813b09d", "message": "fix all resources api thumbnail_url field\n\n", "proba": 6.01966212343541e-06} {"commit": "72fda22247efb51ae131e9709d7e78b26c501e7c", "message": "Added the http:// prefix to the server address message so as to trigger clever terminal for URL", "proba": 2.65718256287073e-07} {"commit": "845637a9c16b4aa07fabf63776150b79d019a538", "message": "Added new class for spectral dynamical cores.\n", "proba": 1.0853097620611152e-07} {"commit": "c6ad9efd6f2d4b9dcf8c3d0ef45db3a9d8c63440", "message": "Also ignore package deprecations.\n", "proba": 1.1963322776864516e-07} {"commit": "76e809dd478370f0dd1005e629658e9f3cec20c4", "message": "packaging: setup: cleanup util.escape()\n\nChange-Id: Ib3ab7f2bd37c1b22235e623ed4dab506fc5d5a57\nSigned-off-by: Alon Bar-Lev <2e3ceb4d37adc6ae3ccc00d3646e0e0a036ace03@redhat.com>\n", "proba": 1.8326561246340134e-07} {"commit": "fc95ff65db4618c580eace5619f4ecbcbb09889c", "message": "Add method to check keys in dictionary\n", "proba": 4.7243290168808016e-07} {"commit": "4f23e47eeed8e7fd503d16c876696c6d9ef2e86c", "message": "Simplify test logic for 8558.\n\nStill reproduces core behavior, now more consistently\n", "proba": 3.356213653660234e-07} {"commit": "0882521f01a306fd5038ca7c3169499ce6799f7f", "message": "Don't use os.normcase when the result we are expecting is None.\n\nThis worked fine on linux but fails on Windows. That may or may\nnot be a but in normcase.\n", "proba": 1.8540042390213785e-07} {"commit": "28fef6f1cd2346313f8231b27a38d3b7e8c9e895", "message": "make master default branch\n", "proba": 6.589619943042635e-07} {"commit": "bb4d9afe1608ee61e1018f09c490b51a65742ff0", "message": "Made more platform-neutral (ironically).\n", "proba": 1.1833014923467999e-07} {"commit": "5ad0cb2f23f09da65121289dcfca7de5ea788ac7", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "37999f9f6818f135e07aa72b0b96334259290ed8", "message": "testing...\n", "proba": 2.1901830393744603e-07} {"commit": "d81520719cd3e1c7beb80e1261ebb64304b1134a", "message": "Minor tweak of test_osx_env to\navoid failing when the framework is not\nyet installed.\n", "proba": 1.0060148269985802e-07} {"commit": "6db29f537f07fbdcd693ce172188157c4826ba06", "message": "Make sure the base sensor class calls the super with the right args\n", "proba": 1.5680176090882014e-07} {"commit": "2f2f7f135a84843365e4cb9caab812534ddcba9d", "message": "blank\n", "proba": 0.9999954700469971} {"commit": "94e39387e1081eedf3887521517b3e8bca00e458", "message": "fix unicode errors on Windows\n", "proba": 0.00014854641631245613} {"commit": "e1b0199400c5f297373f315567e79f36852d7a0f", "message": "Delete __init__.py", "proba": 0.0006957629811950028} {"commit": "69e20a36710faf722aa2ca706bbc3efc0836b4bd", "message": "Forced the CWD onto the user given input path\n", "proba": 2.216611392213963e-05} {"commit": "9bbbd0ebd7be750b63943d6ff2fabc8d38ef50fc", "message": "Change page_size to 1 in test_list_rooms_with_paging\n\nThere is no need for each \u2018page\u2019 to contain more than a single item.\nThis may help minimize the number of test rooms created, which will\nhelp minimize the number of API calls that must be made to create and\ndelete these test rooms.\n", "proba": 1.1859586379614484e-07} {"commit": "3c2809f6d87e2bacd0cf0bd9b0cb870810bf6170", "message": "Improved the merge code to do inline replace to preserve keyword order\n", "proba": 3.669097452529968e-07} {"commit": "a5d54628761cd98bdcde7aad5433da9d9872b7c6", "message": "defs: Use a name to calculate range\n", "proba": 0.0007368241786025465} {"commit": "83d1a2fdb357ed60ff58a9f2426b67ecd095879f", "message": "Apparently \"dir\" is a special word\n", "proba": 5.131100351718487e-06} {"commit": "71b15af2ef0cb82571fdbcba9b7abdcbbe753e66", "message": "Fix MUWM-3796 part 1.\n", "proba": 1.2409316241246415e-07} {"commit": "3e2d475ef8608fb6ff7e6ea8e4bd24bd562cee22", "message": "PEP 8: E231: Missing whitespace after ':'\n\n", "proba": 1.5122815057111438e-05} {"commit": "e1db0ab4b50a8ef5413ce1d8c6b89cf36a24cbd7", "message": "Remove author in source file. Remove info dup'ed in REAME.\n", "proba": 1.0698029484501603e-07} {"commit": "be7086c607cfb3134c2ef9e4d987355362d7df67", "message": "fix small bug\n", "proba": 1.6658714230288751e-06} {"commit": "042b6b2e93331b54ba96aa984aad6c15c52ef9a7", "message": "remove unused test\n", "proba": 2.2141232420835877e-06} {"commit": "4ef245a7eae6ccc0043c88243d6137d1e0f05203", "message": "Make a pref test more robust.\n\nIgnore errors when cleaning up.\n\nshutil.rmtree() works by os.listdir() followed by rm'ing each entry.\nIf a file goes missing after os.listdir(), a os.remove will be attempted for it resulting in an exception.\n\nIn this case it might happen so (in once in a blue moon) because chrome creates temp files while downloading and cleans them up.\n\nReview URL: http://codereview.chromium.org/3143017\n\ngit-svn-id: http://src.chromium.org/svn/trunk/src@56149 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n\nFormer-commit-id: 7686438f44b7d03c894747483b20260afc92fb8d", "proba": 0.002550349337980151} {"commit": "bd3393ba57064b662d31446e16b713a0cfd7b624", "message": "fix ignore-permission issue\n", "proba": 4.9854420467454474e-06} {"commit": "d2ba0ada0d957e294dfd10f0dff5cd06f04073d8", "message": "add new value data to tests\n", "proba": 7.048128622955119e-07} {"commit": "6aeadafee28b0e28d17d53311b811bdb95b1f60b", "message": "Change the view assigned to the name_search url.\n", "proba": 1.318986022624813e-07} {"commit": "c0a4a5cf0c0765da3e9b3c4faeb46f4f72f7aa08", "message": "subfields repeating required validation\n", "proba": 1.8198599036622909e-06} {"commit": "f017b1920a34664ca326d5546ed8a2c33f477b12", "message": "Use svn mirror for gsutil checkouts.\n\nBUG=chromium:233030\nTEST=trybot of x86-generic-chromium-pfq\n\nChange-Id: I042a0123a3b3577f20cf01ba7406e0b71794f0f8\nReviewed-on: https://gerrit.chromium.org/gerrit/48447\nReviewed-by: David James \nTested-by: Matt Tennant <46e612415b446ccde19638e4035892001c237942@chromium.org>\n", "proba": 1.9736110346002533e-07} {"commit": "fba6d7327367ce4b2800d00da0cbdda7b57e918f", "message": "Do not use 'pass' constant directly\n\n", "proba": 2.472374944773037e-06} {"commit": "6d489c7edebd6efe594f1bfb3368327c6f86b390", "message": "PEP8 reformatting\n", "proba": 2.3702584428519913e-07} {"commit": "b413137d2ba4fa8ae63530cee45b7bda4638ac23", "message": "[#39] Wrap API calls in try/except and update task\n\nOtherwise the task kept the 'new' value, preventing users from using the\nsame dataset name.\n", "proba": 2.1596004273760627e-07} {"commit": "3dfa8fbf88e0b8999f640b6915677a6d2e413890", "message": "wrapped getting cursor so we can unit test\n", "proba": 1.4027831696239446e-07} {"commit": "647ed30444385c3019ec7029f7d64052135ab094", "message": "start scheduler and workers\n", "proba": 4.449182711141475e-07} {"commit": "bf99fa58e5dc4811529118a1a951cfce91e93b2f", "message": "Log Error Fix\n\nThis fix ensures when there is an error, the user's log entry still goes as initially wanted, while the error goes to the error log", "proba": 5.455365226225695e-07} {"commit": "93c665967b4c123895e9d368d231b7183afadebe", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "2a837d3081d8e8bb8ccaba7fa14b0f318f214195", "message": "orginized code a bit better.\n", "proba": 1.285814619222947e-07} {"commit": "9c533e2065bfec86b427100b256b33692fd85949", "message": "Move callback boot results to lava/boot\n", "proba": 4.159329591857386e-07} {"commit": "9fcc027666bbfea97a1deb8a8050e126f23919a7", "message": "add type to param\n", "proba": 1.3587869034381583e-06} {"commit": "7e04eb5e832dca9c2224bf7e8ea3ed055ae58d38", "message": "Fixed bug\n", "proba": 5.356139354262268e-07} {"commit": "1f10625eccd30f8cea9727b090840f600f598cf8", "message": "fix version number format\n", "proba": 0.00013499379565473646} {"commit": "32a0f52e0606a4052ad8ae11241df86e0808cb9d", "message": "Add iter_existing and iter_missing to collections.\n", "proba": 1.333779238166244e-07} {"commit": "0771058e0faca4bed809d0324a6b31dfe493a0c1", "message": "CLI in py2.7 needs print_function\n", "proba": 2.9968266517244047e-06} {"commit": "172e1a1f81bec0ca5339fe44512cd32a8baa6e32", "message": "Added randomness to the weights matrix generation\n", "proba": 1.686449024873582e-07} {"commit": "c9d6ef0e6b2c5601acd9c2b749f69479fccf6b6c", "message": "Additional comments describing how the filter works with mapPartitions.\n", "proba": 1.0312339782103663e-07} {"commit": "6044d22fa8c64f755bb3ba9d41701fa79f72466b", "message": "TRAC#7014 Fixes permissions\n\nFixed #306 on github\n", "proba": 1.1823696866031241e-07} {"commit": "676b32c0888b90e4bc57ff3d6064428524d5ffb7", "message": "updated croissant.py\n", "proba": 6.061433168724761e-07} {"commit": "730dcb628bf0045a2eff396f8c033ec16fea923e", "message": "Add bias terms.\n\nadded b to wi*xi before passing to activation function.", "proba": 1.0561985419599296e-07} {"commit": "5309ce602ff1cebb3dd5a814b93bb10917c2df5b", "message": "use the new conv3d api - requires theano >=0.9\n\nThis will enable to run using CPU only\nFlip filters to stay compatible with recent Lasagne/Theano version\n", "proba": 1.1689402157344375e-07} {"commit": "2df01d2027cfbb354cfaa11ff5d30f7ecb630290", "message": "* fixed uncertain date handling\n* support for uncertain dates in tests\n", "proba": 1.330765542206791e-07} {"commit": "40af271c1240609be06fced86461120485f38469", "message": "put cites in bibliography order before sorting\n", "proba": 1.8712880489601957e-07} {"commit": "031c36a53a748e97ff1990740570a30f37ffe5e5", "message": "Extra calc sanity checks\n\n", "proba": 1.567832157434168e-07} {"commit": "079d7312247588354aa1835cffb591e6cad1c4ce", "message": "Finish evaluation and reporting\n", "proba": 1.3646057084315544e-07} {"commit": "86f72092597208d1293d65734fbc9975c4877b49", "message": "Fix fallback_fileserver\n", "proba": 0.00021101078891661018} {"commit": "a451a9ee7b840da06bb5e3c8733084892e5e5c13", "message": "comment fix for add user", "proba": 2.755390937636548e-07} {"commit": "32904fa2133820515e2556b968c33c10acc8ad97", "message": "less verbose output. fix bug re: target update freq\n", "proba": 2.459360985085368e-06} {"commit": "1f1f56dd3494cc5b05f8a7ffb75265e263f28fce", "message": "And old stuff needs to go. Last change!\n\nTypos, uh, find a way.\n", "proba": 1.1284026157909466e-07} {"commit": "e294aa485ac5995d96b89fc317bc9244d661bab1", "message": "Handle clearing the header set.\n", "proba": 1.188529950013617e-07} {"commit": "fc3c7cab4690f95d6317782bedf70cf06ae527e4", "message": "Restructured Entire code using Object Oriented Approach, Cleaning Code\n", "proba": 2.2778667130296526e-07} {"commit": "d687e810c6a59273d9774876bf56ce9fca7b95a7", "message": "return status text in json for tenant views\n", "proba": 3.95746747017256e-06} {"commit": "c26363bf2280e5d4a057f47f73842c7997e7d78e", "message": "Bump to 1.9.3\n", "proba": 2.548180600570049e-05} {"commit": "e85e112f6decd7fc7873f80a8ca8ae9bd58f6295", "message": "added catch for typeError in gsmmodem (caused by receiving an sms<160 chars)\n", "proba": 1.1002855160313629e-07} {"commit": "ce344548b8ba4a585fd88522a6a0359409901ac3", "message": "actually change debug mode to reduce outputs\n", "proba": 2.2068199712066416e-07} {"commit": "c91c792a7dc2107412e8843a1d1fbe8660859f5b", "message": "battery full\n", "proba": 2.1285727598296944e-06} {"commit": "63485566f1ee43524032c2d16c3445993a4948a0", "message": "migrate simple BTC rate queries to bitcoinaverage.com v2 API (#587)\n\n", "proba": 9.79310470938799e-07} {"commit": "2346d82ed85d3d889fae8c071811dbfa5467c9eb", "message": "PEP 8 (I'm bored): weather\n", "proba": 3.615002015067148e-06} {"commit": "42debaa3a6a2e2f68cbc206c8b019ceb31e11ef2", "message": "Update documentation\n", "proba": 4.362008496627823e-07} {"commit": "595bc06766b6c98d6bca5ea4134a9f13317166f0", "message": "Drop .keys() since iteration over dictionaries automatically uses them.\n", "proba": 1.1137736066757498e-07} {"commit": "5c3c0c60dc7047be8ad9f93d7e0b140ba243099e", "message": "Add skipped result status; future compatibilty for non-run tests\n", "proba": 1.562773093155556e-07} {"commit": "072744e5c8925855e0486f6c0f16385914c677b0", "message": "Fix a bug in SettingsForm\n", "proba": 4.106861524633132e-06} {"commit": "8311089c5c6d04cef9359a166a3b9b3d9f6b7914", "message": "Add 'allow_missing' option to m2w\n", "proba": 0.9999986886978149} {"commit": "8b9c9502fcc62f1da5507b60f27e1e99fd12d1e0", "message": "Add deleted flag\n", "proba": 1.2730630487567396e-06} {"commit": "274f2f06bad0a15cbdb7283fd19f8093f43aee65", "message": "add Connection.close method to python driver\n", "proba": 1.195706431644794e-06} {"commit": "4e3f914e9469ea964f76315aeef0490bf220c513", "message": "Checkpoint\n", "proba": 2.921250143117504e-06} {"commit": "35bc5c3031887e967113cbf1b5027503872a8efa", "message": "too cpu intensive, so back off the monitoring to 0.5 seconds\n", "proba": 1.9955314201069996e-07} {"commit": "2c05ea193d8e72394fcfaa761fdfb18da28c45be", "message": "trying stg else\n", "proba": 4.707198968390003e-07} {"commit": "68c30b90a53201471c66c089a4b2131d76ae3217", "message": "shuffle bike list results to avoid bias against first listed\n", "proba": 1.6778280098606047e-07} {"commit": "b32de39dc5a8efbb25c6af279042ead53f655dda", "message": "extra argument in xctest_run\n\nSummary: we need this temporarily even though we ignore it because it is used in the thrift version and MobileLab is sending it here https://fburl.com/ejkvfrtl. after the migration we can remove it again from both mobilelab and here\n\nDifferential Revision: D15335789\n\nfbshipit-source-id: 1f58436cf5c3ad6b9205df3d5741949734c0fa69\n", "proba": 5.965433729215874e-07} {"commit": "dd613339ff4617e1682f90bed583b4e0cd330e2e", "message": "course search change query filter\n", "proba": 1.1941805269088945e-06} {"commit": "d73f2d471b27e638b3669c1775c2db08de72d05c", "message": "* fix settings.py\n", "proba": 1.6191933127629454e-07} {"commit": "9aebd4c233bfad603a26562f3976fc1bf82079c3", "message": "CFY-5100 add warning level to logger on top of warn\n", "proba": 1.467553261136345e-07} {"commit": "b334b2f710b49986ff58ce5ce18f1f644d85825c", "message": "blocklist fields must be nullable to match legacy expectations (bug 560265)\n", "proba": 1.097883171041758e-07} {"commit": "11bac3cbacdc578223a73b941b8a7c6c3c4cbfa7", "message": "Random feed output; temporary\n", "proba": 7.795088663442584e-07} {"commit": "753372c61c637649afe11ed897221ebd2948d41a", "message": "[ietf.utility.query] Rename `query_rfc_by_id()`\n", "proba": 1.508580567133322e-07} {"commit": "a966b8e9b08ebb9487eae83db6bab4cbf3ada1cd", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "3601aea1882bfa27f8db82f6403e2d59c63da48d", "message": "Complete lc118_pascal_triangle.py\n", "proba": 0.9988378882408142} {"commit": "c4d8f9d0c4c468d7d96607b0844388bbd328141c", "message": "Add repr info dynamically\n", "proba": 1.9049521426950378e-07} {"commit": "daa50b17d8c974ac8a9cb3c0923f797c4ac99d0a", "message": "cambiando texto del mail con la nueva informacion de pago\n", "proba": 3.3811866160249338e-06} {"commit": "b020fdb2d0bae2b94de7ab3192bb1a5a959ac3f7", "message": "removed reporter filter from admin\n", "proba": 1.7302643584571342e-07} {"commit": "0c7366e53a3cd3e82698e432621d4a2dc6dfb837", "message": "set modes on server before trying to identify\n", "proba": 2.4204490500778775e-07} {"commit": "2ddb87599a2edb0f443a0110e14d1fc54bbcf1ae", "message": "Elaborates error checking and makes error messages consistent\n", "proba": 1.1029819688701537e-06} {"commit": "89d4cfc1678e1ac60deef07e0a1fa3c8da1373ca", "message": "Release 0.8.0.\n\n--HG--\nextra : convert_revision : %3A159\n", "proba": 2.4652856609463925e-06} {"commit": "0f6d6065d9d604af8edb71c22ececb1d6f6bf355", "message": "Remove old unused reminders code\n", "proba": 7.047429448903131e-07} {"commit": "c1ac9b8062d7d3c8175429606d263d2e99a91ee1", "message": "Remove commented out code\n", "proba": 2.127623872638651e-07} {"commit": "447335a39b34f641bfbb718acd52071b4f06afa1", "message": "update example\n", "proba": 7.13501947302575e-07} {"commit": "f9526d4ae9ebfb1a240af0aceea9006ee573f520", "message": "modify tempest\\lib\\api_schema\\response\\compute\\v2_1\\servers.py\n", "proba": 1.1600263860600535e-06} {"commit": "384d33ef33d2fd0e91109ec4d4b22a77cd8374bf", "message": "added TODO; i don't have time to fix the bug\n", "proba": 2.3717960573321761e-07} {"commit": "c8c9b73876ebdd9e4a47874a8c891e5bd2a3eb43", "message": "Updated account_project settings.py to include some missing bits\n", "proba": 2.514157984023768e-07} {"commit": "54055a2e718b89ea4c21bba0f2e03862e8cc8fb5", "message": "Fix gene selection in maps\n", "proba": 0.000773454608861357} {"commit": "6b747fd9b77f330761b0952b0f21ff3abb02fd6f", "message": "Corrections to error handling around server certificate.\n", "proba": 1.1207227146314835e-07} {"commit": "c2ba92cb71777fe411c8878eb6596a550b77302e", "message": "Replace __setattr__ with JSONField\n", "proba": 0.9999991655349731} {"commit": "069c86f546bd23f3cffd289f8349eae9a1f24a45", "message": "sample reports for coupons\n", "proba": 1.8229746956421877e-07} {"commit": "3d3c1b3a1924a100349992be2955f44ad395af4e", "message": "Fixing the form labels on the your money moneyfield instances\n", "proba": 2.2523100540183805e-07} {"commit": "4ed3e03aa4012905d04d62c1d34e3440f8e0dacc", "message": "Add logfile capabilities\n", "proba": 9.209039717461565e-07} {"commit": "5ca4a1d338b0c71e80ae72a29e1db13f14a2e0f1", "message": "make tests pass even if you have overridden server_environment locally\n\n(if server environment is ICDS then login always redirects)\n", "proba": 1.1067429994682243e-07} {"commit": "54791c8f4220c5d35e105a6e69e3c096b2eb333f", "message": "Extra check for duplicate journeytransfers\n", "proba": 1.307212187384721e-07} {"commit": "396e2000858b7fc9b7e96ddcf12563b5bb9b9ec0", "message": "fixed bug in HIDE_SOURCELINK/COPY_SOURCES logic\n", "proba": 2.1739141686794028e-07} {"commit": "c1a9f89a467becf8e8d0909acca32b80123ace0b", "message": "Add sitemap for segments\n", "proba": 1.2256317631909042e-06} {"commit": "b89ed15453398065e685cfe031e4531f176f7cad", "message": "Fix reauth when using invalid token in interactive mode\n\nWe use an \"optimistic\" approach to auth. This means that we make whatever\nHTTP call we want and we only ask the user for authentication details if\nit fails with 403. We depend on requests' `raise_for_status()` raising an\nHTTPError (403) to signal this failure.\n\nThis adds raise_for_status for our first API call in interactive mode.\nOtherwise you get:\n\n Traceback (most recent call last):\n File \"./stbt_rig.py\", line 695, in \n sys.exit(main(sys.argv))\n File \"./stbt_rig.py\", line 213, in main\n return cmd_run(args, node)\n File \"./stbt_rig.py\", line 246, in cmd_run\n username = node.portal._get(\"/api/v2/user\").json()[\"login\"]\n File \"/usr/lib/python2.7/dist-packages/requests/models.py\", line 894, in json\n return complexjson.loads(self.text, **kwargs)\n File \"/usr/lib/python2.7/dist-packages/simplejson/__init__.py\", line 517, in loads\n return _default_decoder.decode(s)\n File \"/usr/lib/python2.7/dist-packages/simplejson/decoder.py\", line 370, in decode\n obj, end = self.raw_decode(s)\n File \"/usr/lib/python2.7/dist-packages/simplejson/decoder.py\", line 400, in raw_decode\n return self.scan_once(s, idx=_w(s, idx).end())\n simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n\nRather than:\n\n stbt_rig.py: ERROR: Authentication failure with token \"...xxxxxxxx\"\n Enter Access Token for portal https://xxxxx.stb-tester.com:\n", "proba": 0.9999681711196899} {"commit": "939028403e834308d0cb34e764ec4dc566756d8e", "message": "Cache fullscreen quad VAO\n", "proba": 4.1752178958631703e-07} {"commit": "769c6397978c829a8a6916fd27e7ec3f7062249f", "message": "Making codacy happy (hopefully).\n", "proba": 1.9383787730475888e-07} {"commit": "1fd0c3041c72f033d7e554619cb163fb12b7fd4f", "message": "BRANCH 4.6: fixed detection of sequences of files from the buttons as well\nfrom drag and drop.\n", "proba": 9.782894494492211e-08} {"commit": "877ef17d8acec53ee41dd601881cc5643e77d362", "message": "fix documentation in train_model\n\nfor do_one_regression_at_fixed_scatter", "proba": 3.975405888922978e-07} {"commit": "46363d8e1735332baeed557b0e4e38c6eb894163", "message": "change behavior of monitor_help and update stock list\n", "proba": 2.2559947865374852e-07} {"commit": "31ca7170edd1fa3cfcfd96b283d6821491324711", "message": "TST: simplify tests for GH14346 (#14502)\n\n", "proba": 1.8928479050828173e-07} {"commit": "89f7b730bae6e83540c1f0eae4d33f9864ec0819", "message": "Remove redundant check to set defaults\n\nRelated: PSOBAT-1891\n", "proba": 1.7682229724869103e-07} {"commit": "bac0f5365d4a07c2e7bd1a90652382f6d2eb1531", "message": "Fixing \"asList\" bug.\n", "proba": 1.287287005879989e-07} {"commit": "bdc2743ad6950109670bb9847a616f169b951c5d", "message": "rf: migrate execute to base\n", "proba": 6.16481941051461e-07} {"commit": "ac08c2b18c88eeb7dc1f528010a330603eaa3c96", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "262068969335eb7cb574c0d12f88c8a489ade480", "message": "set expiration date when creating a review_approve\ntask on post-publish edits", "proba": 4.745981641463004e-05} {"commit": "5d9034c917f786389a2efac833be387abdbc3aee", "message": "Rework tests to use local wheels not require network access\n", "proba": 1.1976233338373277e-07} {"commit": "9efd65f1b0e882aa6c9ddd7396de45c3bf7f061b", "message": "Fix plugin installer import\n", "proba": 3.108896180492593e-07} {"commit": "306cb4683a7eee0135f32de29e437677622995d4", "message": "remove deprication warning\n", "proba": 3.9162483744803467e-07} {"commit": "d35cc3abd59f6bfc95c6c959c27f7c9905343c52", "message": "fix for orientation_magic with Python 3 addressing (#193)", "proba": 1.2719087294499332e-07} {"commit": "0e42edeb896cb794fe11c65f4635b8eff6cb73ba", "message": "Including size in feed title\n", "proba": 3.992038557498745e-07} {"commit": "e0e6d18b50597f0b6322a4abd3b56cb32f729a47", "message": "Fixed export method for AVClassicationsType\n", "proba": 1.530754047962546e-07} {"commit": "e6cfcd7406046a376c1d93dcf6f4575c8d47677e", "message": "[bug 662647] Don't send notifications for rejections.\n", "proba": 1.0142861128770164e-07} {"commit": "71487f0849ee064563abf40d7d762c6ec2c41161", "message": "Fix unable to download coupon report in non-english languages.\n\nfield_names list have translated values but upon removing we are using\nuntranslated strings.\n\nLEARNER-4648\n", "proba": 2.3031333284961875e-07} {"commit": "c5a1100cd3b25dc2eed37f79e0823137607a15bf", "message": "Added early stopping to built networks\n", "proba": 1.4713552332068502e-07} {"commit": "d3838b70c79c705ad9c45f253c2443842c70e67b", "message": "Turned off ssl.\n", "proba": 1.6821618942230998e-07} {"commit": "cf0c03d41cf4e04b293839bb6a74c04a3ea38c4c", "message": "remove parallel doc building\n", "proba": 4.2972453684342327e-07} {"commit": "3bd6af377a0894a0bf61f0b2ea70616fd947dee5", "message": "Significant refactor of test_featurize.py\n", "proba": 6.98275016475236e-07} {"commit": "701952d83f7cb9476b36fffcbf61c2500f0f9235", "message": "add x86 supprt to tenet reader\n", "proba": 9.75636680777825e-07} {"commit": "732469f3651ea25fd6572e16bda193ac50946e03", "message": "start_services must be run within an application context\n", "proba": 2.6300654099031817e-06} {"commit": "5134be2c44c8bcdd374de89be55bf0d879b0f0d6", "message": "Fixed find_files to take arbitrary args\n", "proba": 3.3225961715288577e-07} {"commit": "52b96389e962f6d6bc179f42e3f624a6c2bb207c", "message": "Intentional fail, to see if travis picks it up\n", "proba": 2.353913117758566e-07} {"commit": "35c17ae6b0b3e202015c760b1efc7ca9121eed03", "message": "fix partner_shipping_id in _prepare_sale_order_data method\n", "proba": 1.9086934116785415e-05} {"commit": "2784063a9bcb2e6174465ee253a48ddc14e035b5", "message": "Use common components defined by test_handshake_hybi.py in test_handshake_hybi08.py\nReview URL: http://codereview.appspot.com/6625045\n\ngit-svn-id: a751b5b3dcfba0ee4592a85c40d2fdd063ca0d53@683 4ff78f4a-9131-11de-b045-6380ec9940d4\n", "proba": 1.876380679277645e-06} {"commit": "65b914e88523f6b8c3817d94b2dcb5e5f986bff2", "message": "STYLE: Print batch size for information\n", "proba": 1.3532543619021453e-07} {"commit": "c66012aee0e2a180a9ddb1215b576b3599fcff1e", "message": "add example to ipmag.unsquish doc\n", "proba": 4.262059860593581e-07} {"commit": "c57cd228fed6f8bd460aa2d59fa99f90a24e511e", "message": "fixed up setup and run in brunel example", "proba": 1.2393408610478218e-07} {"commit": "3a31aa8a225c79bc7df91e9392625ac99e68859d", "message": "remove useless folder\n", "proba": 2.0585634956660215e-06} {"commit": "87d74b0b9b4c3177e79fbae6903569b7ab15d808", "message": "Languages can have 0 versions.", "proba": 1.9793488093000633e-07} {"commit": "fe85cb10c25821b9aa1519948575da9875f28960", "message": "simplify\n", "proba": 0.9999978542327881} {"commit": "5e68a210930de342c321a416ae6d70ae71895204", "message": "Add additional checks to be run before running migrations\n", "proba": 2.95473341793695e-07} {"commit": "b9f4232e2c2f1970edd5c86bad15222ac805cdb4", "message": "update slack settings\n", "proba": 4.2503049257902603e-07} {"commit": "bcbe119faef13208d6c919e14183585bd2632f20", "message": "Remove old form\n", "proba": 0.0004380841855891049} {"commit": "67d430ef3313e871e6dff41df340fcf9629399c4", "message": "Refactored CalibCurrency class\n", "proba": 4.453525548342441e-07} {"commit": "1d48ec67a97ab78c9645e45ee2363ee9fc4f3aca", "message": "Fixing flake8 issues\n", "proba": 1.318014000162293e-07} {"commit": "53f15b37fdb9beff4957490282e9e3f4d5fd571f", "message": "add SPC channel to this\n\n", "proba": 2.717302152177581e-07} {"commit": "6d3e0e0dcbcc1abcc0f826333c4fcb77175a8b66", "message": "bug fix\n\nbug fix\n", "proba": 1.837123363657156e-06} {"commit": "512b5846bbea9fff6aa29efb418b43e253d5ab94", "message": "Fix line length", "proba": 0.9999982118606567} {"commit": "1ed33dbd80061dff2afe3b70a432edfbb2c3a61f", "message": "added pickling data for speed\n", "proba": 1.246615681793628e-07} {"commit": "6ac0e4bc34f71ead5e07cfed3195c36485e08479", "message": "Only emit artifacts for attachments with alt equal to primary alt\n", "proba": 1.4310495544123114e-07} {"commit": "dbf509531d5c6af7c8f8c4d10276a391a1ee92a8", "message": "dle: Export NThreads via __init__\n", "proba": 1.2528370518793963e-07} {"commit": "c460e694938faffea676f1d9a77c34495f7f79e1", "message": "Update the code to use ZinniaCMSPluginBase\n", "proba": 1.9269843676283926e-07} {"commit": "f2d860fada12013500d55d317ab7348abf4f43b3", "message": "Wrap management command in a transaction.\n\nIn addition to making the invocation atomic, this dramatically reduces\nthe data loading time on databases like SQLite.\n", "proba": 1.1931896892747318e-07} {"commit": "3a17036e7a6123807d9b777cd04b0d3b73bd2b17", "message": "Use definite URL for webservice description (#2)\n\n", "proba": 2.097790741117933e-07} {"commit": "248cc91c291e77fec0707233bd6eecfe432bb6c0", "message": "fixed conditionals_results\n", "proba": 9.79372089204844e-07} {"commit": "465a0a50c6261715cffca819dafa4e7a83289f4e", "message": "Removed a dud function that had been previously left in by mistake.", "proba": 1.2345385869139136e-07} {"commit": "0e59af232b6c2ad33dd6ff35d85e68af51d22c32", "message": "Handle error messages with line breaks in confusion_matrix_test\n\nDepending on the specifics of the condition (in particular whether it\ncan be evaluated statically), the error message produced by an assertion\ncan either be shown on one line or split across multiple lines.\n\nIn the latter case, the use of a .* regex fails, because the . doesn't\nmatch the line breaks. To fix that we can just use [\\s\\S]* instead.\n", "proba": 4.5386092097032815e-05} {"commit": "46fe979fc1fb5c411bd6b91353142d7529941cb0", "message": "remove old_div() from ipmag.unsquish() and ipmag.fisher_angular_deviation(), #600\n", "proba": 0.00017739975010044873} {"commit": "a332fd5f03027c62f719a67180a59f215cb33845", "message": "Set default tokenizer\n", "proba": 1.1115341749246e-06} {"commit": "2d21a95e021a1021fe60f93de5eb3fe9766d6d7b", "message": "Made alias a mandatory parameter for add_jobstore\n", "proba": 1.945178667028813e-07} {"commit": "c94a0bb45e7e699f23aeb079808f45066d9916b9", "message": "Webuploader (emgapianns) logging settings\n", "proba": 1.703203480474258e-07} {"commit": "7a4c53299061ec49283c176b73f5246920b5f6db", "message": "Make updated files flake8 compliant\n", "proba": 1.892046554985427e-07} {"commit": "8cd0add8419fbbf85eacc97b64b1ada85507dc66", "message": "fix 500 error\n", "proba": 5.878120191482594e-06} {"commit": "741ac99098c4fb210c352d67e0d074274dc631aa", "message": "Tests the weak AND query type search. #77\n", "proba": 4.026006990898168e-06} {"commit": "1a8d3f95485d8f505ba742b68689822ae463a7ee", "message": "remove duplicated unused check_record_state from package controller\n", "proba": 6.696507171000121e-07} {"commit": "1c88b672bff82105941f09a5e4650e8010bc7dbc", "message": "Reverted background color for dark palette, closes issue #1626\n", "proba": 1.1806704947048274e-07} {"commit": "a892d3635e28182f40c3a8b199771f703e301c1a", "message": "Add all parameters to docstring of sweep_block() in ReadoutPulseScope.\n", "proba": 1.1733429516880278e-07} {"commit": "a5a3780eb2bf1b284e07608d4bd24da6e011e5ef", "message": "Think I have something working here, can see the worst agreeing samples anyway from the lowest cc's...", "proba": 1.0006068151824365e-07} {"commit": "b58730cdb58b03a4789eb555bef65b34eaf50648", "message": "Add test for unknown dimension tensors in federated_aggregate.\n\nPiperOrigin-RevId: 267231687\n", "proba": 1.9292259821668267e-05} {"commit": "3bfc9b8b36a38179e2dfee01c507b773eae98282", "message": "examples/ircbot.py: Simplified and fixed up\n", "proba": 1.3509294660707383e-07} {"commit": "3ccd0b0ef6746948b57173ad4ad401ebd3ba62fb", "message": "Change transformer id\n", "proba": 1.0757588597698486e-06} {"commit": "ba231e36f2715d19007355281384423fd7cf66cf", "message": "fix server typo bug\n", "proba": 3.940130284263432e-07} {"commit": "0ced7b24e28c95b62c13d5b39bfa5b35d15fd17e", "message": "Added number field\n", "proba": 3.667033467991132e-07} {"commit": "bbbead61187348f53b3118e4abba3229c548618b", "message": "Added message to test_run_latest's assertion (#2334)\n\nCo-authored-by: narrieta ", "proba": 1.0931962179938637e-07} {"commit": "a701c6f107052821d3f5ff3a22124de47ae97b78", "message": "added own logging messages\n", "proba": 1.7711697353206546e-07} {"commit": "e86e70b237504728615c627094dff6ae3a23f818", "message": "Fixed email address on registration email\n", "proba": 1.972222634094578e-07} {"commit": "1ef22acdbc18cf0d0c0c784270f6a4e35804715b", "message": "Fix of Blockchain.info Exception problem\n", "proba": 3.0643187187706644e-07} {"commit": "3ce7ec6670192b8dd203f26572d66ab338bd7031", "message": "change from base_link to base_footprint, this removes dependency to robot_state_publisher\n", "proba": 2.7223029519518605e-07} {"commit": "5bb4d6938403cc5b4d8968bd6ca5b6adb3328758", "message": "make plot names a little better in new aniso_magic, #424", "proba": 7.377618089776661e-07} {"commit": "2c4d76271d122ef70db8018c643324aeaa45e566", "message": "fix whitespace indentation for PEP-8 conformity\n", "proba": 0.002062153769657016} {"commit": "ce01121435ff83d0797e6241028a0bafe4feead1", "message": "report generator updated", "proba": 3.164547024425701e-07} {"commit": "65b371712762d4f62796f6e34e9b51163ceeb0c7", "message": "update slack settings\n", "proba": 4.2503049257902603e-07} {"commit": "14e86d774127f29eb88ae95c87c4a3e9b7e92fa0", "message": "Some cleanup.\n", "proba": 2.4951350496849045e-07} {"commit": "5d66db01a54e57468f9b155d7043cb2587e82d4f", "message": "BearRunning: Change succesfully -> successfully\n\nCloses https://github.com/coala-analyzer/coala/issues/2497\n", "proba": 1.6424253601599048e-07} {"commit": "c17c5bf32eb8e9e1331aae4c4873fcdd2f664cc3", "message": "Cleaned up expressions/expressions.py\n", "proba": 0.00012823335418943316} {"commit": "d5f7be1502c5caa22393311becdc6cb8eb32abf9", "message": "generic bugfix (fast message)\n", "proba": 1.250840853117552e-07} {"commit": "2d15996dc964d88b12f5f07b0d5483ed94145343", "message": "fixed linting issue\n", "proba": 2.5598120600989205e-07} {"commit": "59a87b556b1f0bf10a8cfdf028c286e26e13c914", "message": "Update code formatting\n", "proba": 6.948936857043009e-07} {"commit": "c11ce2512506602acae44c17ac93d4c5a83884c3", "message": "Revert data -> node_data rename in test\n", "proba": 1.8972431803376821e-07} {"commit": "4588e2be00ffb52df21eb809ca8686c45d4844c4", "message": "Added refresh header only\n", "proba": 1.5886114113072836e-07} {"commit": "f2a35c5ef3c9ba3a16eeb9e3b67ed213206221ef", "message": "reverting flask app server name\n", "proba": 6.180937361932592e-07} {"commit": "fc9e05b7162207221565729e6d33166335a3bdf8", "message": "Fix more docs related issues\n", "proba": 1.720359108503544e-07} {"commit": "f2663c5be5ebf930172bd5ce58770e44a12e5c75", "message": "Fix code style nits\n", "proba": 0.00018262362573295832} {"commit": "4fc85c1c28b39ae09637ab800c0429a57179de96", "message": "speed up performance for ntp animal table generation\n", "proba": 1.2361849712760886e-06} {"commit": "60dab3b552da5b94c3f17d73b603727cdcd099af", "message": "fix path to hist_stats_new.yaml\n", "proba": 5.02404054714134e-06} {"commit": "105347087353f7cf32ee57b1f3fc1a272fe4d032", "message": "Test Git\n", "proba": 7.304973905775114e-07} {"commit": "88e7e516ec70f5c234e11ab73562109bdc3291ad", "message": "\u0420\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433 - callback'\u0438 \u0434\u043b\u044f \u0440\u0430\u0437\u043d\u044b\u0445 \u0444\u0443\u043d\u043a\u0446\u0438\u0439 \u0442\u0435\u043f\u0435\u0440\u044c \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u044b\n", "proba": 1.6816774461858586e-07} {"commit": "bac27657678fa3330912a86be9e1f62bf8627b78", "message": "fix: pycryptodome only supports byte strings\n", "proba": 6.247231340239523e-06} {"commit": "f75b49580ecf0e2f1a4d8b2bd9719e024630c01b", "message": "Dont raise exception if ciudad not found\n", "proba": 8.088243248494109e-07} {"commit": "53993e4e775463e8cb61a35d8b75d99824128a51", "message": "Return poll result for all SP sockets, not first socket only. (#29)\n\n", "proba": 1.1998685067737824e-07} {"commit": "ee2d4267e9669b88be20ccef4ac996f510db940d", "message": "Melhorando a forma como os links de um objeto s\u00e3o tratados\n", "proba": 2.1212844103501993e-07} {"commit": "4d4ffac5ae515a450f56e14822ee9d49b7eaa3e9", "message": "Gate stuff that makes windows crash\n", "proba": 2.5918197366081586e-07} {"commit": "7164bec009c72691e1d9d6cc3dfa9da46da3be9d", "message": "Add list and delete commands to usage\n\nSigned-off-by: Sam Phippen \n", "proba": 1.2394035309171159e-07} {"commit": "d690ebeeaa0a45252b3f79f01f9944c7ae8e4264", "message": "complaint levels should only include major and minor\n", "proba": 1.2870816135546193e-05} {"commit": "6836aa697c6c0a60fc987bb97522e7a2560bdb23", "message": "fixes tests\n", "proba": 5.3672749800171e-07} {"commit": "e5f47e7894199279898f9ca3b89a08045172516c", "message": "Stop reusing a variable\n\nUse separate variables for separate purposes.\n", "proba": 2.4950591637207253e-07} {"commit": "a8aac21a51128c8dfefa49554df067243c25a6de", "message": "onnx: add relu/softmax/maxpool (#623)\n\n* onnx: add relu/softmax/maxpool\r\n\r\nmodified according to comments\r\n\r\nlicense added\r\n\r\nmodified according to PEP8 checks\r\n\r\n* rebase resolve conflict\r\n\r\n* fix problem\r\n\r\n* fix problem\r\n\r\n* scalastyle modification\r\n\r\n* modification according to comments\r\n\r\n* error msg modification\r\n\r\n* minor update\r\n", "proba": 1.4354891675338877e-07} {"commit": "74a9fe7e6a01b898d55daa2d5a6187353d759a65", "message": "Edited module docstring\n", "proba": 4.1890297097779694e-07} {"commit": "54cbe91e685afaece549a357c5ac7152362ec2ce", "message": "Update\n", "proba": 1.038289269672532e-06} {"commit": "4e1dd6afededcfffd042b974d0b7309f67fc9527", "message": "Add human readable seconds (#223)\n\nSigned-off-by: Scott Rushworth ", "proba": 1.0386617077529081e-06} {"commit": "92193ad872dea8fcc12e254c5e71ad6c324ea9d7", "message": "fix conflict\n", "proba": 0.0317077673971653} {"commit": "b2dd62864a523870e77ac8c30958ce1cfc3dc865", "message": "Add test for file.comment\n", "proba": 3.978265397108771e-07} {"commit": "2dff521490b85de1bf5631b1c7f7ed9c8f07aa9b", "message": "use hyphen instead of underscore for variable\n\nunderscore is removed which causes an error\n", "proba": 1.335095589638513e-06} {"commit": "604551e882024c56c4bcd21a4c3a6674679330ba", "message": "p54 add comment\n", "proba": 1.2425397244442138e-07} {"commit": "f7f9defc479db6151957a3a1d08bc2b9ab764640", "message": "problema paranteze\n\npb paranteza corect\n", "proba": 1.22392646062508e-06} {"commit": "f1b861a851b8710a976bd1ef95d0b1cc85d26a40", "message": "Uncommented search code for finding force-closure points in\nlab3_starter.py\n", "proba": 2.4600714709777094e-07} {"commit": "e621a3bb8558a6b43329218171494dae85cd3b6f", "message": "Replace instances of __smugcli_tests__ for {root} in end_to_end_test.py\n", "proba": 0.9995495676994324} {"commit": "2c0084121928d67046a4cf2c8dd0ae926371fff8", "message": "Added density test for axi_density* and energy conservation tests for axi_density* and Zeeuw potential\n", "proba": 1.1593414228627807e-07} {"commit": "5fd28e000c4db4bc8bb9e0ac1020602c7997b628", "message": "Fix paginasSugestao import to replace cdn urls for images\n", "proba": 2.418460098851938e-07} {"commit": "4e8e1eb39651c23ccc0f08ac4b877fe38e6fd158", "message": "Fix typo in getBuckets comment", "proba": 0.0027575434651225805} {"commit": "4a8133b96ad0849207cbd99cef33190e3e8803d7", "message": "Fix generated code for callbacks where argument interface doesn't match implementation class name\n\nR=mpcomplete@chromium.org, mpcomplete\n\nReview URL: https://codereview.chromium.org/1163863002\n", "proba": 1.476652869314421e-05} {"commit": "01891132828957c6ffd09d40c26136890785c8e1", "message": "added evaluation function to aa_predict.py\n", "proba": 3.6441255701902264e-07} {"commit": "fd01d54945f4611bfd2c19f20b77aecc2f8145fe", "message": "some bugs in p1ph fixed... now for removing rxpacket inpass parameter\n", "proba": 1.2011737737793737e-07} {"commit": "bb842275fc47cbbab94512164be636077c6d6c06", "message": "fix strings\n", "proba": 0.9999994039535522} {"commit": "9e8d27e81bac3c18f80e46bc77cd72da19928252", "message": "Do `assertSaltTrueReturn` on each of the salt calls.\n", "proba": 6.125028448877856e-07} {"commit": "7fe932a64cd3e67502af8c8d00b8068578ab4c5f", "message": "\ud83d\udd0a better rss feed error message\n", "proba": 1.3211626992415404e-07} {"commit": "f5fda518d8943be7846321275760a589a1e63bc0", "message": "On Windows use SIGBREAK to break client (Fixes https://github.com/miguelgrinberg/python-socketio/issues/570)\n", "proba": 1.1319615822458218e-07} {"commit": "1eed62756b0c8d21a26f3e64a575484442531fd3", "message": "revert changes to optimizer tests\n", "proba": 4.771086992150231e-07} {"commit": "487e850fb4da7bd031805f1c6174198c5b07051c", "message": "move out updating in individual classes to accommodate problem_setters\n", "proba": 1.2529206117051217e-07} {"commit": "0ca409293d1a08aed3af8cd6c67d1dd864d6d9a7", "message": "Removed a SECRET_KEY that snuck in (not used anywhere)\n", "proba": 1.1825557777456197e-07} {"commit": "b459acbe0945bc1903cdbc90ba9e14f502e608fa", "message": "libavg_avgapp: heavily refactored KeyboardManager and KeysCaptionNode\n\nsvn path=/branches/libavg_avgapp/; revision=6121\n", "proba": 1.5047269243950723e-06} {"commit": "14c6847f1be43a91a4a1db1a95482d8351dabbe4", "message": "Fix Fred's issue with colorbars not interacting with colormapped contour plots properly.\n", "proba": 1.0063641298074799e-07} {"commit": "aa03d595da2aef413841d5903379856f9bdd088a", "message": "Fixed an import bug\n", "proba": 4.6335398451446963e-07} {"commit": "7d983420d2d1bcc533f36f889ee1ecb4054e45b0", "message": "Delete add_likelihood_to_reports.py", "proba": 2.355975993850734e-05} {"commit": "c38331ddd4ed502c1b4e320753abb8cafe8fb3d8", "message": "Fix weird indentation\n", "proba": 0.018107054755091667} {"commit": "ed7b02979494b5c26bdfc51474c7bba15553d95b", "message": "Update docBuffer.py\n\nchange quoting for consistency in globals", "proba": 1.6780391831616726e-07} {"commit": "c7263a2d961a7e86a511e2cd29dfd7aebb94ada8", "message": "Add daily GMAU on the Midwest\n", "proba": 2.781910552585032e-06} {"commit": "eedd2135850c6c1f1ebd588ea8d56ced42207fac", "message": "generate templates and titles for change groups\n", "proba": 2.618043311031215e-07} {"commit": "32f7d56fbfdec393aacecfbac0b34715f14cd439", "message": "Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10\n", "proba": 2.1749468714915565e-07} {"commit": "aacb75d4f72926bdfce5c07c9578a9d04e4c6562", "message": "Added python-based backward compatibility to AVG_DISABLE_MOUSE\n\nsvn path=/trunk/libavg/; revision=8494\n", "proba": 1.1702044275807566e-06} {"commit": "ade80486251c289aaeb0bf3499e5b27396bf4272", "message": "closes #1, including ebs volume attachments\n", "proba": 1.2630461299067974e-07} {"commit": "bc04acb16d81af4072d7b41f5ead1b5c838d608a", "message": "TaskWindow open and close methods now return whether they were vetoed.\n", "proba": 1.1622683615541973e-07} {"commit": "815ca9d596597235390253c23e1e5662a79b4c6d", "message": "Just wanted to verify how operation combining worked for updates\n", "proba": 1.2111443936646538e-07} {"commit": "55944f226c29423df90173cbd1619bb08096ab5d", "message": "Using set operations\n", "proba": 8.55107355164364e-05} {"commit": "f9d068c0bbb66244fa7979eba5032a0ac9ad6b21", "message": "panel plot fixes\n", "proba": 3.413122726669826e-07} {"commit": "bae207b0a63acc3360a79761dbf8b706a104a67a", "message": "Minor cleanup.\n", "proba": 1.4735500997176132e-07} {"commit": "83afafb816a7b164ba6715406e5c95614ca27053", "message": "check if socket exists before bindmounting it\n", "proba": 6.240200605134305e-07} {"commit": "a23978068f3099ce851e063ec3568d5485713b56", "message": "Debugging code\n", "proba": 5.754437097493792e-06} {"commit": "c902623d507f361dd4359d262d07952f75c008da", "message": "[1.5.x] Fixed comment_test tests under hash randomization.\n\nThanks clelland for the patch.\n\nBackport of 789ea33 from master.\n", "proba": 9.743119733229832e-08} {"commit": "7e92aca91811c485b9558979a90169d7a283c34c", "message": "Enable specifying draining HV on the command line\n", "proba": 3.462837128154206e-07} {"commit": "56cc2d2ff147dd89e24fdc2c2134db23f7202e7b", "message": "Small edits.\n", "proba": 1.3220612515851826e-07} {"commit": "5771fea918f1ad7586b5c090d46e2b91bcc3f9bf", "message": "added nametuples for mutate\n", "proba": 4.361916978723457e-07} {"commit": "2371a557da3b91a7f38a0fe4df601450928d9adc", "message": "1. Switch the calendar creation to use a BoxSizer to make future layout rearrangements possible--though not yet tried.\n2. Make the number of months shown a customizable trait, rather than originally hard-coded to three.\n", "proba": 1.1168624070023725e-07} {"commit": "12ff4b79e48d9c4aa5660d2ec7ce52a21806d8e4", "message": "discourse: update.py: Remove native platforms in plugin lock files..\n\n...and add ruby.\n", "proba": 1.1543623656962154e-07} {"commit": "7aa061de2327ce7bc9ddd129289740a738791cf5", "message": "Add utilities for hexdump memory region\n", "proba": 2.2202605975962797e-07} {"commit": "1a187a1e3089cac12cddefa97cc40cb690f6b2d0", "message": "pylint\n", "proba": 2.1026107788202353e-06} {"commit": "49180128e754d3223539ac8a4b66d57bbbdaa646", "message": "import cleanup.\n\ngit-svn-id: f4e1a40f847802203273bde8e26df4d11611876a@7529 44470bb9-56e9-0310-a0f8-c586564d3dc6\n", "proba": 4.6804678277112544e-05} {"commit": "2fe76fc72341a899a202e7211062885f9fcc2865", "message": "Equipment duplication now sends you to the last equipment created.\n", "proba": 9.893682317851926e-08} {"commit": "532ebb5bb90ecfef3e2e038b99c63890506af1d2", "message": "Premature optimization is the root of all evil.\n", "proba": 2.6959966703543614e-07} {"commit": "302e0a50b49d7e8443fb6c33b6cdf0a68a23d19d", "message": "Add support of python 3.8 for str.capitalize()\n", "proba": 5.410075573308859e-06} {"commit": "7e748addb5275b3355c1a84ca83c8be32d7c6402", "message": "work in progress\n", "proba": 4.698109023593133e-06} {"commit": "0b1bd097c5d8aa08c2c231865b2dda34d7710471", "message": "Make _BaseTransition abstract.\n", "proba": 7.759247091598809e-05} {"commit": "42f6071ecd39fb9e93564201303f70243d1d395d", "message": "Fix lint error\n", "proba": 3.4964185033459216e-05} {"commit": "b886de4e88b7963b19c9495ddb2ac518136debad", "message": "Added upload_report\n", "proba": 3.078366432873736e-07} {"commit": "7f96227c70ac15dc308d75b0b50caf826c91b587", "message": "\"Cardboard Crack\" is no longer active\n", "proba": 5.479078026837669e-07} {"commit": "35d5dfbfd72a492bf4025e26861e5c78b30a3eb1", "message": "limit pardiso threads to config.nprocs\n", "proba": 3.573458116079564e-07} {"commit": "c69a9674199b4f058d680ba65f298f220da8d7ce", "message": "assertion style fixes\n", "proba": 4.264141466592264e-07} {"commit": "f68974be4ebaab86b37c6f9d1aa1f2ddec216b1f", "message": "Expand parser.Context tests re: .args attribute\n", "proba": 5.585108624472923e-07} {"commit": "9f27c3b2642a793fb561e1d7c8c295f94c4e39c2", "message": "more info on recommendation\n", "proba": 1.079337579312778e-07} {"commit": "b21de955e540de42c7898d064428ba33271f1233", "message": "Attempt to use an already existing LANGUAGE_CODE value for MOBILE_ID_DEFAULT_LANGUAGE\n", "proba": 0.9999523162841797} {"commit": "562e9e4750d2542ee17650337d9a219a9dbc51e9", "message": "allow for rhs=0 in solve\n", "proba": 0.0001704641617834568} {"commit": "3a46bf651a0e7473b834aeaa598219e3317cde72", "message": "Cherry-pick https://github.com/web-platform-tests/wpt/pull/15949 from upstream.\n", "proba": 1.096828228241975e-07} {"commit": "82edd8496ed69dcb1ebbbe03e6a171a9e3783237", "message": "add_static impl\n", "proba": 6.969816581658961e-07} {"commit": "8b7c3471acc3a3090b1d45d99a57944b731dbf61", "message": "removed chinks\n", "proba": 5.3577200560539495e-06} {"commit": "10e4b923ed04cb01ac60c53c0597cea9036f84f0", "message": "improve implementation of Points.hull\n", "proba": 2.391067027929239e-06} {"commit": "d84ba88eaa23b2e6901eb115f3e338a1f280f3b6", "message": "add location information to error message\n", "proba": 3.809538497989706e-07} {"commit": "70ba1207f586b0a8e45e88f8254587e34e5534f7", "message": "Update opc_ua.connector.py\n\ncf https://github.com/thingsboard/thingsboard-gateway/issues/735\r\n\r\nin my opcua.json, i have a key for both telemetry and attributes\r\n${User Registers\\.cPURE\\.Fan\\.DeltaP_100}\r\n\r\nbut, opc ua connector matches this key with both\r\n\r\nUser Registers.cPURE.Fan.DeltaP_10\r\nand\r\nUser Registers.cPURE.Fan.DeltaP_100\r\n\r\nwe should not select this node, type variable, when a partial match is done", "proba": 1.0664863111742307e-05} {"commit": "c3b86c3aa2ff35b85c5b25c5a9db03ac7598174e", "message": "Add todo note about multi-byte seqnums\n", "proba": 2.1353299928250635e-07} {"commit": "f6dfbb319e0be051edff6ad7719f69f6d16ac3fb", "message": "Changed Sphinx theme to 'bizstyle'", "proba": 1.4831030625828134e-07} {"commit": "c788e8a5e00e8001738e030b35814bd13b758936", "message": "[#2078] Fix 'calculated' actual values\n", "proba": 0.0003837566764559597} {"commit": "c8d2f798d418419bc9f61695046f8440e98bc2d4", "message": "Enable intersphinx.\n", "proba": 2.0599604511062353e-07} {"commit": "668c69968a3c41aa7777a5e6bc86d7ec2dffacc7", "message": "Ditto finder logic. (DO NOT PULL - Not finished, just testing)\n", "proba": 1.0394072802455412e-07} {"commit": "7626fc242f46cb522596463a5404ab7998c0a54b", "message": "[Fix #2342] Update actual comment with update text\n\nPrepend the text of an update to the corresponding indicator period's\n`actual_comment` field. Older comments may get stripped off, if the\nlength of all comment exceeds 2k chars.\n", "proba": 1.129108753161745e-07} {"commit": "a0099c8ccef68dcd1552a5e22b4ce9603a0d7123", "message": "Fix for a change in the signature of an internal Sphinx function.\n\nSupressing external images is now supported out of the box:\nhttps://github.com/sphinx-doc/sphinx/issues/2466\n", "proba": 2.2148509515318437e-07} {"commit": "0772ad2fdb6fb0a76634d457fe48257b5b3b687a", "message": "Increment noitems status count on captcha.\n", "proba": 1.285248316662546e-07} {"commit": "d5101326beb1e6121d01706a24cbc27cb6f24056", "message": "Set docs version\n", "proba": 4.992584763385821e-07} {"commit": "29693a82c82ee6c6fea959bfe23fa3ee02ae4d4e", "message": "Bolded data types\n", "proba": 3.030811228654784e-07} {"commit": "0552f9863d90f254d8573fa763094a5069d302ff", "message": "return persons as a list\n", "proba": 0.002012494020164013} {"commit": "7691445685b46e08a11cbff702625993a0dca075", "message": "Corrected typo in search.py (#39)\n\nChanged \"retyring\" to \"retrying\".", "proba": 1.1038421376952101e-07} {"commit": "91ebcdddcdaff7b276f7664fd465c0c9db1641e2", "message": "Resume where the parser left off\n\nThere is no reason to think that existing documents are ever updated.\nIt looks like only new ones are added. So make this resumable, using\nthe most recent filename. Always start at 2000, because there are none\nwith lower identifiers. Toward #1.\n", "proba": 2.2556247358807013e-07} {"commit": "5b5ddab30772c75c5df2894500820ff9d0b456fa", "message": "Update doc version\n", "proba": 2.993693328789959e-07} {"commit": "5e33c2231bd0176e0c9d437d1e35571382109e9c", "message": "Add checkpoint to slow query log job\n", "proba": 6.130919132374402e-07} {"commit": "f3444d2d1e780fb766629d9e768492d1dbf715ad", "message": "Default to \"monitoring\" for mongodb name\n", "proba": 2.676353233255213e-06} {"commit": "03bc639f4446257a1ee8fe38234824efcea327e5", "message": "slightly cleaner failure detection/killing\n", "proba": 2.3504047419464769e-07} {"commit": "892af7d37c865abc2613538bd64467fed7739bde", "message": "add outlier number check\n", "proba": 9.423578148926026e-07} {"commit": "68f509966b9dedc8236c5b902da357afc98a4568", "message": "Cleanup in pytest_profile.py\n", "proba": 7.217871598186321e-07} {"commit": "6993d78f75ea7b60bfa06a2f0a18ee945ef70f72", "message": "Factors identify_input_output_files()\n", "proba": 7.488614301109919e-06} {"commit": "8efb4d6e60b068e6cd64f3142469400597e864c3", "message": "Removed todo_include, commented out html_theme alabaster(???) in conf.py\n", "proba": 2.2064095617224666e-07} {"commit": "e6ed986cdebdf1137bd9067838a10a346fea7358", "message": "Added autocomplete field and added fields that reflected Place Autocomplete's location scheme\n", "proba": 1.7493768211807037e-07} {"commit": "0440484cd14af77b29dfb123e8083635ac241072", "message": "Simplified code in Queue.get and Queue.put\n", "proba": 8.855944179231301e-05} {"commit": "a2465f772c2bc1f44810c0a952c1185c1390595a", "message": "Add some timing logging\n", "proba": 6.723736305502825e-07} {"commit": "3eba0d2bb8ba314607a8b4afc886c6c26350c552", "message": "Garch layer test\n", "proba": 3.458500543729315e-07} {"commit": "28cc04784fddc94b8bd8ca0629515e4067af6c1a", "message": "Fix import sort [skip ci]\n", "proba": 1.5194979141597287e-07} {"commit": "fc8234abaf59f4f9f4256b1a4bd4a04db59dc3a0", "message": "KeyError fix - send the message as a PM even when requested in group\n", "proba": 1.2228525747559615e-07} {"commit": "f032fa0c61e9679444390a140eff90cf10bda2e3", "message": "snarky messages in cutscenes.\n", "proba": 1.2314602315655065e-07} {"commit": "db0f5a25483defd187d8befd3ffae27cfcbe5e97", "message": "Remove linear model example\n", "proba": 3.951151666115038e-05} {"commit": "dbaeea1b49d62cf6b56b50bf0f31b58bf8168269", "message": "Remove excessive newlines in the changelog gen\n", "proba": 1.5289696193576674e-06} {"commit": "5c39fd44c4e075f08ae9dc00b1522b85b648b873", "message": "Enh: Pylint - C0103 in itemgroup.py\n", "proba": 3.3834561463663704e-07} {"commit": "c4a2c8bc9eb96c3f7d5540326d0854bb1bef60ce", "message": "Faster with multiple ports\n", "proba": 3.955875911287876e-07} {"commit": "b166cff7ab531872bbb59546d30636fac53e3e90", "message": "changed wording of ORF plots\n", "proba": 1.2909509905512095e-06} {"commit": "685622130eddcd94e1a71a52f33a4d530d1fc493", "message": "Move check for updated and fix count error.\n", "proba": 1.1185423431925301e-07} {"commit": "4b0a32d66e7d5f4fe012d1c21d45335d0571d629", "message": "Tweak docs configuration\n", "proba": 5.143541557117715e-07} {"commit": "d5e56baa37cf4efeffe05fc92dc5168357da04ef", "message": "Update amalgamation.py", "proba": 6.564549721588264e-07} {"commit": "d9fae1ad844b2a5daf88dced02a92cf12d4085d4", "message": "Update __init__.py\n", "proba": 7.178883242886513e-05} {"commit": "84fb0351e845800ddbff7e355363cc8a2b197aaf", "message": "pull self.renderer out of _add_url so we only do it once!\n", "proba": 1.0325192079108092e-07} {"commit": "969a7e626e49b4aa7e00d28fc1ce258626d44971", "message": "hard coded sphinx version for rtd\n", "proba": 3.940483566111652e-07} {"commit": "fcfb4397805677456905383b10673d8c2ce0a29b", "message": "Also ignore id field\n\nThis is now part of the export and doesn't need to be included.\n", "proba": 1.0011318352098897e-07} {"commit": "f6373a1436c6c4273da29c174b36b239e776e53c", "message": "pull ca from url\n", "proba": 2.6613670911501686e-07} {"commit": "c6d577fc271b2176718fa9871e53b849df43c85f", "message": "Updated from Brython Server: 6/7/2016 4:35:11 PM", "proba": 1.1223891505096617e-07} {"commit": "83f66bce47c34e6a8984afb5d5cb3d45fa5eb366", "message": "Use a raw_id_field for TeamVideo projects in the admin.\n", "proba": 1.0302332498213218e-07} {"commit": "1b1027516ac28bfed97a9e140524d97bb88fbb2a", "message": "bugfix", "proba": 8.478961035507382e-07} {"commit": "ccfba590dd5e135930ac66efed6e02831cf08353", "message": "Small fix D->Plnu\n", "proba": 8.829547937239113e-07} {"commit": "e610fe2920b3651ac7b3be3c32ccae296a691044", "message": "iupdater\n", "proba": 1.7174754702864448e-06} {"commit": "83037034859ec9ea846e134cb8cc3664fca1b515", "message": "Removed flake8 test, as this is in tox now\n", "proba": 1.1179024994589781e-07} {"commit": "7cc5e8c60e9e16a18f5e58f85d0bdd4ca2fa5dee", "message": "Show the variable when encountering a ShellSyntaxError in new_value\n\nSigned-off-by: Chris Larson <4c8c411260e601995081b113a5ef94a26eff2b25@mentor.com>\n", "proba": 3.809811062183144e-07} {"commit": "23d7c949b711dda7c5cb7bcc68192512c7dc68c5", "message": "changes to use the readthedocs html theme\n", "proba": 1.9362798298061534e-07} {"commit": "c8f38c386f7e8bb14da9922caa703e840d8213bf", "message": "Move task check and task assignment for upload-draft into clean_task()\n\nFor: https://unisubs.sifterapp.com/projects/12298/issues/625473/comments\n", "proba": 2.4778674401204626e-07} {"commit": "c82c0387eac13a494375dec269aa3b913065de36", "message": "Fix plotting script to be faster\n\nDon't use plt.ion(), only plt.show() at the end.\n", "proba": 1.2715013042452483e-07} {"commit": "4cccfa87b00456bfa9576b25dd41f6ccad8fad66", "message": "Tweak color for docs warning directive bg/border\n", "proba": 2.032872430390853e-07} {"commit": "ae69f6cd217e44740869a8d33bb18229afd24b70", "message": "Oops, fixed the teams tests for real this time\n", "proba": 1.1271345812247091e-07} {"commit": "1c9e478cc9235195d831508e13b7169dda2303ac", "message": "Add SECRET_KEY to the test settings.\n\nRunning without a SECRET_KEY becomes a DeprecationWarning in Django 1.4,\nand will start raising an ImproperlyConfigured error in Django 1.5.\n\nDetails: https://docs.djangoproject.com/en/1.4/releases/1.4/#secret-key-setting-is-required\n", "proba": 1.4223649031919194e-06} {"commit": "2c8c08f488a4ea55173808aed8782d13ef696157", "message": "Addresses deprecation warning for `app.add_stylesheet()`\n", "proba": 1.5321940338708373e-07} {"commit": "95fb8ffb564f9a79af92f751147ff4edb82036ef", "message": "add stop feature for the analysis for auxiliary modules\n\nWithin an auxiliary module one can now stop the analysis by calling:\nself.analyzer.stop()\n", "proba": 2.7055054943048162e-06} {"commit": "027cd0ebce0a09479fcff886f5b9abd6aae36370", "message": "singleserv garmin import\n", "proba": 1.9500970438457443e-07} {"commit": "b8e30f4c9f699655f29f6d80136644a3ac5ccb0d", "message": "Bumped copyright year.\n", "proba": 1.2736494170439983e-07} {"commit": "08c59b6758093878454cc58e63d6c62ef01d25c2", "message": "Fixes #286: Changed misp client certificate validation config check\n", "proba": 1.235134448052122e-07} {"commit": "a86db159309371c5a6a8803d283d1b4e5c2afc48", "message": "Add last_edit for translations to json\n", "proba": 2.8167869459139183e-07} {"commit": "d60a9458711c3d44a7d4e92fca8584140051c56d", "message": "Simplify some of the tests setting needlogin=False.\n\ngit-svn-id: 5b1347ddac5aba1438c637217dfe0bb137609099@832 8efdbd46-c5fb-49ab-9956-99f62928ec21\n", "proba": 0.9999994039535522} {"commit": "257c8cdf997ef64f8071d3edf1b12ca5bcdc402d", "message": "fix: reverse tinkering of sys.path in conf.py\n", "proba": 1.352297431367333e-06} {"commit": "3fbd7154957ab9e8ea7caa6cc25c889a739be26e", "message": "make cidr configurable\n", "proba": 2.876772668969352e-06} {"commit": "01ebdc9d4448bc973c9aae42d73c3c4d2c0cb71e", "message": "Fix %% register prefix (#1331)\n\nWhen register names start with %, split_op_string() replaces % with %%,\r\nwhich then leaks into the UI. I could not find a place where this is\r\nused as a format string, so it appears superfluous.", "proba": 1.246440888280631e-07} {"commit": "96a85473893a844d00e086b77b0272eaa5267ab4", "message": "multiprocess version of string extractor for programs, has uses pooling and tries to deal with multiline strings a bit nicer\n", "proba": 1.2610819055680622e-07} {"commit": "187b581ae6a631124866458b552abe0e16157bcf", "message": "Added CSS properties used by our live examples", "proba": 1.2051967246407003e-07} {"commit": "1aeba6ac07f6e3068f410130f68b21df9675d5ce", "message": "Add /nick handling\n", "proba": 5.415049031398667e-07} {"commit": "d6785c13514c01260a0a7b25665f24178bb84e6e", "message": "Mod example\n", "proba": 5.120777473166527e-07} {"commit": "c4b0ec4104f7983da18566d545824a6200c9b535", "message": "Assert bufr_message\n", "proba": 0.0029029520228505135} {"commit": "29e0e85434d04b75bde3b896d4bdc036dc0a1357", "message": "Remove autogenerated stuff from conf.py\n", "proba": 4.728669864562107e-07} {"commit": "402695aafe03e86f528bf4c3a2ea808eeb8d9c0f", "message": "Additional ideas.\n", "proba": 1.2269001103959454e-07} {"commit": "390974941dae30f236a208aecb5f94e36761e3dc", "message": "Add POST request API\n", "proba": 7.696966690673435e-07} {"commit": "7c80dabcfc885808f1b3177a7a915687a5218544", "message": "Removing tags field from WklejAdmin.search_fields\n\nSigned-off-by: Artur Czepiel <4315cfa1f6b74d9841a97f2121028e5eb6d595b9@gmail.com>\n", "proba": 1.0887120538427553e-07} {"commit": "a8b6ddd197c623ebe37bc42cffc272e870bd7e38", "message": "Added testing to increase coverage\n", "proba": 1.1674451627641247e-07} {"commit": "7a457d531d5fabe915f637c47884d21f53dfcc55", "message": "Add tests to autodoc\n", "proba": 3.456581509908574e-07} {"commit": "3506b7ce57d8103df3d536d7ef9003d33349888a", "message": "Display only public posts\n", "proba": 1.3149191602224164e-07} {"commit": "bac4f815c8d06a80b2cc4e968f98363062099fac", "message": "remove html markup\n", "proba": 0.0005362408701330423} {"commit": "ec5318ec882e84fa240ef73217e7180adfae9d11", "message": "TST: Fixed up test result comparison\n", "proba": 1.5265116815044166e-07} {"commit": "220bc8566595fe43d1de7761bd08a92551e8e12a", "message": "mock pydicom\n", "proba": 6.259798510654946e-07} {"commit": "7d106e5b6833d89538e4f9e498f98afaec1bd1e2", "message": "* [Maya] Moving the ``AssetMigrationTool`` to a state where it is able to handle more than one asset.\n", "proba": 9.861692262802535e-08} {"commit": "b91501bef7835325d4d62f56faa1c76fb093525a", "message": "Add test for tokeninfo filter for GET /token/\n\nThe GET /token/ call now also provides a paramter\nto only find tokens with a specific tokeninfo.\nThis adds the test to find hardware tokens.\n\nWorking on #2177\n", "proba": 1.249529475444433e-07} {"commit": "458c1380e0ef98eccda4d0591a31d549a127864a", "message": "* [Houdini] Updated the wrong copyright statement from the Toolbox script.\n", "proba": 9.809501477775484e-08} {"commit": "59e49b00238bb2ade3751182000541c5cf8f55e4", "message": "Add partial_path property explicitly to the Work model.\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%40652\n", "proba": 6.614811809413368e-07} {"commit": "98df02aafb9af8801de04afa2fb1105992859810", "message": "fix tests to align with new behavior of API for getting terms on empty project\n", "proba": 1.639342599446536e-07} {"commit": "e78ca907f07d4c5e627640a7c2284170af57ace3", "message": "(Hopefully) reset theme to default.\n", "proba": 1.057024832107345e-07} {"commit": "10a6957968f93e48dced8783653437586caaa443", "message": "Fix: Fixed publish script that checks scene number\n", "proba": 1.6474358233153907e-07} {"commit": "87ffbe89d0c15163417896e24f973459f0e942da", "message": "Fixed test view so it looks up objects like a real view would.\n", "proba": 1.081843805650351e-07} {"commit": "54ed3663b5272afd210b305574ca345729034af0", "message": "update docs version to latest\n", "proba": 1.9335249135110644e-07} {"commit": "24a673fedb25bbee1322176caa42c09d86dd6e69", "message": "* **Update:** Now under Maya, instead of warning the user for old style display smoothing on publish, the publisher now unsmooths the objects and sets their Arnold subdivision attributes accordingly.\n", "proba": 9.922899835146382e-08} {"commit": "05e7fab24bb481bc9ad7fa5c3d55faf49bb92e01", "message": "refactor\n", "proba": 0.9999991655349731} {"commit": "128bad13c32e75f2078726526c907174bc24f79f", "message": "fix chinese display issues", "proba": 9.343887086288305e-07} {"commit": "628912519448d799e5df8c829bb859cecb9c4aee", "message": "multiple assignment\n", "proba": 1.504797296547622e-06} {"commit": "de54fa433901a61e164f9a223d0854f4dba5713f", "message": "Changed sphinx theme (for docs generation)\n", "proba": 1.0844344444649323e-07} {"commit": "0b7202704714b64ffb537d339c8af7df086acfe7", "message": "Add keyword argument options.\n", "proba": 3.951253404466115e-07} {"commit": "6b0e95836dfb867fae835c898fbf429428127edb", "message": "refactor\n", "proba": 0.9999991655349731} {"commit": "5425713c3271a2445c632fdbbe8c9e3f565f0f6d", "message": "updated documentation\n", "proba": 3.37184388854439e-07} {"commit": "36ba09f190c4ecb924d205b42f7bb5809d44eaa0", "message": "Cache index arrays for repeated access\n", "proba": 2.1675813854926673e-07} {"commit": "5742f9184ecac842ce080b0ca945e4d54ef5bba0", "message": "tests for parse_address() stripped parameter added\n", "proba": 3.7910007222308195e-07} {"commit": "a0de57ddef4da69bc68f5ae2e4accc0910a6c4d2", "message": "Trying out default RTD theme.\n\n* Looks like they've improved it considerably since the last time I\n checked (which was admittidely a very long time ago).\n", "proba": 9.999905614677118e-08} {"commit": "96b1bda16287840cd2096ee74bb1546072c74715", "message": "Yield results as their done\n", "proba": 4.0465135953127174e-07} {"commit": "6082c38279018382425db80debcf8b27f50872c0", "message": "Fix the test_basic_api.\n", "proba": 0.0010421863989904523} {"commit": "4381b922e40aa8f94d239d64171a7b4ad4e07b1b", "message": "Update docs theme.\n", "proba": 1.3108349605772673e-07} {"commit": "071255b6ed191cc10e4c5aec8d8b49aeb0f16c4b", "message": "profil AssetDeclarations: backend to return source URL\n", "proba": 3.2909406399994623e-07} {"commit": "62eabc34732b8ed9a2cd99089dab229623e6e494", "message": "run benchmarks on orderedbidict as well as bidict\n", "proba": 2.8562732268255786e-07} {"commit": "cb629e92d8fe9072b84d93cf0738a2b98475452d", "message": "rename 'pyqt5' to 'PyQt5'\n", "proba": 0.9999792575836182} {"commit": "e17585f3889f056be53f3d0cea3a313cae9ceca8", "message": "Parametrize benchmarks <3\n", "proba": 1.5279157139502786e-07} {"commit": "4987ea80acbe414db5c30e83a0dd45f2fb3ff322", "message": "Fixed #15196 -- Bumped version up a bit in Sphinx configuration. Thanks, Eric Holscher.\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@15374 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 4.2517726228652464e-07} {"commit": "086f563889269612b12ea576e70096e7ecd7434c", "message": "Correct xdist test.\n", "proba": 1.0776174121929216e-06} {"commit": "070322215af84e5b7dccdf462d172de6eaa53d80", "message": "Showing 'Unknown transaction type:'\n", "proba": 4.823305062018335e-07} {"commit": "b73687d36d2fb0a6d4a9ca4a8325fdebb71764a6", "message": "docs/conf.py: import local mechanicalsoup, not the installed one\n", "proba": 1.371086426615875e-07} {"commit": "100b2125388948a2594bceadf9e9df60927680b5", "message": "Added support for new version of Cray libsci. (#27435)\n\n", "proba": 1.0463932653692609e-07} {"commit": "e7dc9f089b5fc69dd1c105389b8564318a9e728f", "message": "Fix: Prevent QApplcation from being constructed multiple times, since this\n crashes Qt.\n", "proba": 1.0861236177106548e-07} {"commit": "d59bd362b7fd77d844e79bc6a7e05a0e474788ab", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "af5a98f705ecff90d663f4f4a3a012dca23583c5", "message": "Use pipeline to find len(self) in RedisList.pop() (#343)\n\n", "proba": 2.4450360797345638e-05} {"commit": "64f8f2bf2dd24c40c0be9048a772aa9e33e2951a", "message": "Set thread_pool to 1\nSet explicit listen port\nEnable gzip compression\n", "proba": 3.208115231245756e-07} {"commit": "62f92b74b998098f1448283d31725c94ae4713cc", "message": "docs additions\n", "proba": 7.703869755459891e-07} {"commit": "1af36f0cdc3580c49ea044c5240ef3e618c4d68a", "message": "flatbuffers: add 1.11.0 (#14663)\n\n", "proba": 3.9128249795794545e-07} {"commit": "a85b1583e16144771c466db5f1f3ea9e27dd952b", "message": "Removes print\n", "proba": 5.137240350450156e-06} {"commit": "66da6202059b92d7973310eee40498462df69479", "message": "with new landing page, arbeitsplan's home should also only accept logged in users\n", "proba": 1.2964581230789918e-07} {"commit": "c1bdf8dbd6becfd16af24046d24be93039856062", "message": "Music player fixes.\n", "proba": 1.3753884786638082e-07} {"commit": "8368e9462eced6bb70431f80b8f4f18d5295d8b9", "message": "Added start at boot to script\n", "proba": 3.0347069923664094e-07} {"commit": "8dcc3fd0fc5be62d816ab5fe0be41e546b28d0c8", "message": "avoid condor/condor/particle/particle_map.py:123: DeprecationWarning: invalid escape sequence \\c\n", "proba": 7.611483397340635e-06} {"commit": "25b6584b7ad4961bf9fa0288c0ea92c1740866e5", "message": "version bump\n", "proba": 7.394332897092681e-07} {"commit": "40f84a758c4bfc8a34882a43207ad5c7f1aa0946", "message": "Fix RTD build?\n", "proba": 1.3414113197995903e-07} {"commit": "49aed4584be35ecb6dc724d06f8d9216f7552bab", "message": "py-markdown: fix url and hashes (#9235)\n\n", "proba": 2.2057552939713787e-07} {"commit": "7a8ae76ff39058066105905b157d704a95669650", "message": "Also apply rule 'not codable' in annotator.\n", "proba": 9.866289474302903e-07} {"commit": "27aad0e3ed95cb43b28eb3c02fa96b3a9b74de5b", "message": "Disable unicode filename test on Windows with Python 3.0 - 3.5\n\nBefore PEP 529 landed in Python 3.6, unicode filename handling on\nWindows is hit-and-miss, so don't break CI.\n", "proba": 4.220938762955484e-07} {"commit": "1c92014fe8c4d35a676a9dbf31f6d881c84616e7", "message": "Fix path-expanding bug\n", "proba": 1.4878141882945783e-05} {"commit": "a3128153cc6a517c98644afc328afa8a989ed025", "message": "docs(conf): Add autodoc settings\n", "proba": 5.735665240536036e-07} {"commit": "5668c1e80b3fe149e0636d147416414e9e91395b", "message": "liver_segmentation automaticky test\n\nVyzaduje instalaci nove knihovny, dilci casti uspesne testovany, test\njako celek nikoliv\n", "proba": 2.0047482962581853e-07} {"commit": "3ade1b225b52d084b665aab3ed936501da93003d", "message": "pw_presubmit: Update todo_check exclude type\n\nUpdate todo_check exclude type to match the type used by filter_paths().\n\nChange-Id: Ic7eee6049d54f64ca6cebd63e55cedf3ec191dd2\nReviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/120212\nCommit-Queue: Auto-Submit <14637eda5603879df170705285bf30f5996692f0@pigweed.google.com.iam.gserviceaccount.com>\nReviewed-by: Ted Pudlik \nPigweed-Auto-Submit: Rob Mohr \n", "proba": 2.4836688226059778e-06} {"commit": "7dfc130e2ea5de10882327b7281555c112cb6073", "message": "Packaging survey_prepare and adding survey argument to parser\n", "proba": 1.8896554365710472e-07} {"commit": "40e26d6b40898729001ccce52d5b63c177e0fb88", "message": "Fixed use of dict.keys\n", "proba": 4.3756995182775427e-07} {"commit": "0076e129c88392e22db7e6ce3260a92f687fa748", "message": "another fix\n", "proba": 1.9980012666565017e-07} {"commit": "ec6baf7f8963a3071c8046c3134505c9264f3247", "message": "REFACTOR: Changed warnFlag to an optional argument\n", "proba": 1.5883371418112802e-07} {"commit": "490d8aad853326f91240d4b5cb3e3723324069f9", "message": "add intersphinx\n", "proba": 0.9990012049674988} {"commit": "878f7cbf14678022289400073dd1fae491788240", "message": "package py-psycopg2: add new version, specify python versions (#18877)\n\nCo-authored-by: sbulut <9280aab2631b4770353ee14ee11f1222e4443253@3vgeomatics.com>", "proba": 1.242030407411221e-07} {"commit": "ca91c85b4872e78ec09cbc1d7547601ee8be5b0a", "message": "fix broken test, re #1806\n", "proba": 1.2524165526883735e-07} {"commit": "a58b6170695db834b2a52a9befdb5619c890d6df", "message": "Allow to specify system volume type when node is created [WAL-2815]\n", "proba": 1.0427989138861449e-07} {"commit": "40a5d80e995071fb85f86e70e15e4b96cc692d11", "message": "enable log path setting from firefox webdriver (#2700)\n\n", "proba": 1.158625124730861e-07} {"commit": "278833d866728272bf5fec976ac5893cd56a3889", "message": "Modify title in motorcycle_accidents_vs_all_accidents\n", "proba": 0.9999991655349731} {"commit": "a6cf9088a1dbddd143e4fbe58e7fce547b76d690", "message": "Add endpoints tests (without unique IDs in URI)\n", "proba": 1.5094656191649847e-07} {"commit": "dfe51a0fe68f2d5182da0cd195d5458161f6e4de", "message": "Remove old apps from urls\n", "proba": 4.020029791718116e-06} {"commit": "ccbcbb8984e79a3605c4128461bab5666edec5a9", "message": "Fixed flipping issues with Jensen version, removed Chu and Gharamani\n", "proba": 1.2739518240323378e-07} {"commit": "b7b2b726ca11344175e8020fcc20b6c5dfc77f8f", "message": "update docs version\n", "proba": 3.9242976868081314e-07} {"commit": "3301a1480c35095d15d8613b4fe281dea6fb9903", "message": "Expose extra cluster data in standard format for import dialog [WAL-2697]\n", "proba": 1.0687261209341159e-07} {"commit": "ec9bdebbd9cfdaed967388b2419922d66c5d5a79", "message": "added failing test - git model missing image field\n", "proba": 1.3816634236718528e-07} {"commit": "807818720f2551fcc5c6a49cbde0dc5f9339e75f", "message": "Add possibility for single wifi cards\n", "proba": 4.227388217259431e-07} {"commit": "f200c99f46ed26be4cf128a05b8b96b1757373ed", "message": "Move conversion from microsec to bit to pca9685_interface\n", "proba": 2.2977582148087095e-07} {"commit": "383925f4b18e9974c356d45514153f677aa03ae0", "message": "Prop commit\n", "proba": 5.023150606575655e-07} {"commit": "0314e9240205d73216eb96d649989c7d44b45c86", "message": "perf_conrete_execution: Call claripy.set_debug(False) if possible.\n", "proba": 1.5236348360758711e-07} {"commit": "15fbbdea7dceb5593c551521914db543ca271b6a", "message": "soapdenovo2: add 242 (#19849)\n\n", "proba": 2.7586117994360393e-06} {"commit": "3395766eb9ec3a8e072146bde878db73b1151c58", "message": "py: test for existence of marionette key in capabilities\n\nThe existing key checked for strict boolean equivalence, but using\nsurprising Python syntax (foo is True, rather than foo == True).\nThis changes it to be a loose truthyness check as suggested by\n@Dude-X.\n", "proba": 5.153551228431752e-06} {"commit": "ab079408eb5ebe6d72dbe1347a196476fbfdc657", "message": "pep8 on upnp.py\n", "proba": 1.1404169981688028e-06} {"commit": "4f265a4201ca0dc5d4d838278ad29b2375d8a1e3", "message": "Parametrize test\n", "proba": 5.679080459231045e-07} {"commit": "2ab0fd8d80d78e13b528470fa7cd77d6ccaa1e2f", "message": "added 3 routes for int,float and dynamic\n", "proba": 1.2422708550730022e-07} {"commit": "dc176231f4a884210d0dd28d48173efa28c7b929", "message": "add test for get_model_field on django 1.8\n", "proba": 4.948788614456134e-07} {"commit": "1e563ee2572abb55e5c3c708aec2e88e7e749417", "message": "Move writer.close() after writer_coro is done\n", "proba": 6.832401027168089e-07} {"commit": "c8ecff7ba132e5bb852924fd0825325279be74a8", "message": "reduce tolerance of cairo test on linux - closes #2302\n", "proba": 1.3916130114921543e-07} {"commit": "ae6633eac558c13f8f4331f2b9c328b598f99c08", "message": "lambda syntax change for python2 -> 3\n", "proba": 3.79796874767635e-05} {"commit": "0a4c9244cdf7c0b286fce4408cfa79c9f9b7facb", "message": "Add test to trigger the bug\n", "proba": 5.125854158904986e-07} {"commit": "4f3a47c8475ffb717d9772b6da5deb21284032a3", "message": "Adjust doc copyright (#311)\n\n* Replaced depricated module sklearn.cross_validation by sklearn.model_selection\r\n\r\n* Simplify generation of DataFrame.\r\n\r\n* Automate statement concerning the number of extracted features.\r\n\r\n* The number of relevant classes should not be hard coded.\r\n\r\n* Removed another hard coded sample number\r\n\r\n* Year of copyright is automatically inserted.\r\n\r\n* Indicated co-authors in copyright notice by 'et. al.'\r\n", "proba": 1.1028173219074233e-07} {"commit": "7f4bead7a4a0f1f1a54d291b9c262ff4d51ad5e4", "message": "testing for omega\n", "proba": 5.107472702547966e-07} {"commit": "0b1143fc9044ecb31c174089682750dacfcdfa9e", "message": "Isolate temporary test\n", "proba": 2.16814510167751e-06} {"commit": "f871ec75d018eb7d690d9a30c73f7ff12bee3d44", "message": "Actually add the -rtsopts flag to Haskell compiling\n", "proba": 1.6434343308446842e-07} {"commit": "7faad7521f36d3da38efec5a3e548cb81f06a223", "message": "fixed identifier testcase\n", "proba": 1.8889145394496154e-06} {"commit": "744dd1f6bd3c23a466d31c91be9bcf836c1e8e9e", "message": "First run at color changes based on TEAM.\n", "proba": 1.0411216067041096e-07} {"commit": "c5becce5264e10dfbcb6883ef21b2c47c4b56f6c", "message": "add DescribeCrossingAtAlight event\n", "proba": 4.47316494955885e-07} {"commit": "3fa2b7b55eb6cf1dbe4b43dd93dbed9a42d36fd9", "message": "Fix documentation version\n", "proba": 4.068946566349041e-07} {"commit": "98a6a454e5dd70c83e11a734f9da78260a1a76b0", "message": "Theoretical comment support\n", "proba": 2.446632265673543e-07} {"commit": "42917e7221614533cfd9ae43c2c06256f9cb904b", "message": "rf train and test on different datasets\n", "proba": 1.4052884012016875e-07} {"commit": "8a16da6a8e8abc7ae5ea67d6955fb5c22472f5a5", "message": "make rendering test a little less restrictive as there appears to be some flux recently\n", "proba": 1.811284278119274e-07} {"commit": "e545bb9401517b0a3202f916315e40938324d093", "message": "Update test_inference.py\n\nNot six min", "proba": 8.101250728032028e-07} {"commit": "04245aa0a6b772243c7a5e02fb2811c567ef5ea3", "message": "Geocompletion is now more reactive\n", "proba": 1.3990356251269986e-07} {"commit": "7b2186be3b4ceba38a0afee6c743e8d4e498f62a", "message": "add example for JSON-RPC 1.0 request\n", "proba": 2.803991776545445e-07} {"commit": "5bdf43b594c4843d2cfae13db570aabf878fe985", "message": "reinstated intersphinx\n", "proba": 6.855623837509484e-07} {"commit": "115497b89567e16f7c138cb21e9b171cc2b680c6", "message": "fixed testcases\n", "proba": 8.15973010048765e-07} {"commit": "8f6cbf4e56457aa7eb5be1567944d0da5c530b01", "message": "Import functools in westpa.analysis.decorators.\n", "proba": 1.1197077753877238e-07} {"commit": "7e2a2228f1f37a97e34ea1fc1143b11d617eb9b1", "message": "base hybrid/bronze distinction on license explicitly\n", "proba": 1.2683064198881766e-07} {"commit": "28bbec8310cc1fa3c505e2efb024251655a8b01f", "message": "Spark methods now works with contact oscillator\n", "proba": 1.2347435074389068e-07} {"commit": "187395b25c8b3d9d65b6a1bd9ac33783afd14a31", "message": "part 2 of major refactor of BTAnalyzer\n", "proba": 1.2438296437267127e-07} {"commit": "38d7ab87f60cdfb06198c5f1bf7af6c4747d674b", "message": "add an option for boltztrap to process results from computations with spin-orbit coupling\n\n\nFormer-commit-id: fb467d64b65db1d1a35bad47b7a3db1bbb25ca9e [formerly 77985dd6a23b118a78d4dca2aaae7ccc3c0d4136]\nFormer-commit-id: 6d44f8c5227c5d4d2fbdd97f2c59d137f6cac60a", "proba": 1.571422762935981e-05} {"commit": "48fc77edc00b40c114f07de13c312e9c0cb06f6a", "message": "Change Sphinx theme to 'nature'\n", "proba": 1.856587186921388e-05} {"commit": "4721e4eec4f4fc842bdde47eb69e1b591f4e58d8", "message": "Fixed and simplified base impl\n", "proba": 2.7198456109545077e-07} {"commit": "84f7a71580e55f3d18eee45272a8cc9450a8ba47", "message": "Add comments to confirm return types\n", "proba": 1.9391849548355822e-07} {"commit": "fdbc2ba3e89e85905cf906ec25f3f3339df0c9f3", "message": "Removed the plotting, because I think that might have only worked for one feature\n", "proba": 6.238754508558486e-07} {"commit": "051b2a8f0beadbc9cc2c16fbcad3ee28667a4595", "message": "jsanitize dict before returning\n", "proba": 2.6231066385662416e-07} {"commit": "77ece4f1baf8162dc02f6fb55206332629b92d48", "message": "sklearn\n", "proba": 1.6769287185525172e-06} {"commit": "b70a91a7e89f2d82292eb2b602b2c718cb13cac5", "message": "Deleting old code.\n\ngit-svn-id: 85696d106266b6d060c615e9cd4fc3a3fcc590a5@121 1fda6f16-4416-0410-bfd6-867a04880151\n", "proba": 0.99901282787323} {"commit": "5ec00b957855068669b9e50a3db55b937940653c", "message": "[project @ Fix response key name when there is a ProtocolError on a post]\n", "proba": 1.2079490829819406e-07} {"commit": "12859c041526dacf0e3e6ee95e88172647e1354f", "message": "Commented url structure\n", "proba": 2.9092296927046846e-07} {"commit": "965a3b3ebb39be51119b0041a0bb2ad1fe53fe25", "message": "fix gtk clipboard paste\n", "proba": 6.615455276914872e-07} {"commit": "f138fb6b6d11e1965dd11b6f9d05905122773152", "message": "Interspinx\n", "proba": 9.788360557649867e-07} {"commit": "bdaf6a1de8d840785df6584f147f87881e007141", "message": "Fix outdated generate function for Actions\n\n(refs #8329)\n", "proba": 6.830094889664906e-07} {"commit": "0ed8bfa79274a8c1858ec725ea5d8a32da31425c", "message": "Fix get_pandas_dataframe for non-3D mesh surface\n", "proba": 4.145779712416697e-06} {"commit": "997372f6ba4ce60ae3b3c63e01f7248b17dc5100", "message": "added pussy*whipped to list of music-shows\n", "proba": 1.0934027017128756e-07} {"commit": "6cc0f5e33da62805cf7864aa7a34e3a27e51c157", "message": "fixed the Pen None property.\n\n- https://groups.google.com/forum/#!topic/pyqtgraph/t6cl1CevlB0\n\nSigned-off-by: Nicholas Tan Jerome \n", "proba": 1.290394209263468e-07} {"commit": "3b3f81becf01a16aa6d90d8ae6b6a077c6cb2f83", "message": "Use a better sys.path appending when building docs\n", "proba": 1.8328183841731516e-06} {"commit": "427627aa76f4f93e32559c8d7cf2e1574fe8c075", "message": "Varied music specifier illustrations.\n", "proba": 1.202316326498476e-07} {"commit": "f48dacf6b703e296e8bee13384a4f22b3cfabeaf", "message": "handle missing prices list gracefully\n", "proba": 2.5475965230725706e-06} {"commit": "5ea9e000ffc8f222af25ffe55d19d8b238c9d277", "message": "switch FLAGS.* = in tests to self.flags(...)\nremove unused cases of FLAGS from tests\nmodified test.TestCase's flags() to allow multiple overrides\nadded missing license to test_rpc_amqp.py\n", "proba": 3.7677099840038863e-07} {"commit": "ea8079334fb3b013f3330c78375e1c6f168a8cde", "message": "Correct ViewBox.translate to use setRange(x, y) when possible rather than making two calls.\n", "proba": 1.9315658050800266e-07} {"commit": "4476234fb57dd594ffacb257282175d73e7e1622", "message": "bug in conf.py\n", "proba": 6.940684329492797e-07} {"commit": "e40853b4b4681394ed1f99614d31a44cda82d95f", "message": "add internal nrm error class to error code table\n", "proba": 2.4408802801190177e-07} {"commit": "4981091e7fdd89d5531e9d4a58127f661c6953df", "message": "remove set_flags_verbosity.. it's not needed", "proba": 0.0007667515310458839} {"commit": "6cbfd680c40c4cd0c2d9ee11cdbba6962ecdd2e8", "message": "more doc testing again\n", "proba": 1.1362391205693712e-07} {"commit": "cee585d2dfb47838828305a86ecdaf08ac12fffd", "message": "feat: handle single value and same value together\n", "proba": 8.780676239439344e-07} {"commit": "9515c41b286cfdc8790f7d67aa71969e2f858017", "message": "Move TimeOverride to the general reusable-test-helper place.\n\nChange-Id: Ife5355252813f9b14d5b3f8b543649b88a92acb9\n", "proba": 0.00015041300503071398} {"commit": "ae24059d7113b3dc1cc5e351e0811ead0d93fbb1", "message": "Docs: Nicer PDFs\n", "proba": 2.144202682075047e-07} {"commit": "b35aca65e7086c5eaaac3347eb27b00f5ac200d5", "message": "perf(dense): load a single depth at a time when starting merging\n\nThe merger still keeps a copy of each depthmap but at least we no longer maintain a copy outside the merger.\n", "proba": 2.80392214335734e-07} {"commit": "deac609ceb1cd6e081445bfc4d8f8c3222b97774", "message": "Make time.sleep() non-blocking", "proba": 0.998890221118927} {"commit": "c1f52e4e038d1d227413cb025bb50c65a0d9e924", "message": "use original napoelon ext name\n", "proba": 2.8288573048484977e-06} {"commit": "821f597228ed206564931b6693b134d04ef29e42", "message": "Monkey patching 'os' kills multiprocessing's .join() functionality. Also, messed up the name of the eventlet WSGI logger.", "proba": 1.0662340343969845e-07} {"commit": "a1806370a4e84efdeddfbe69d9aa2fa582d0dda0", "message": "remove _static path\n", "proba": 3.7884524317632895e-06} {"commit": "9ceb667b8ffdd405769df789555b571519c0501d", "message": "ThemeTheDocs\n", "proba": 5.58992041987949e-07} {"commit": "f908b770b562396bef7cfd214611ed8b48ca9d0e", "message": "CLN: docs/conf.py: exclude_patterns += ['tools/**']\n", "proba": 4.4494160533758986e-07} {"commit": "42f2c724a492a1e69603d6b7f6a253822abc4d34", "message": "Docs: configure latex output\n", "proba": 1.4373592875926988e-06} {"commit": "ff9451d3215fade44f79cb42e5ebdc1e59a99e35", "message": "Suppress nitpicky warnings for classes that are obviously there. Fixes #316.\n", "proba": 1.0532252758821414e-07} {"commit": "37db39bd990e091353401dd4cccde8f4600ef973", "message": "don't show __init__ docs for classes\n", "proba": 1.5318477380787954e-05} {"commit": "482cfa9535e51b6af63b72cd0cea3181b95aef85", "message": "Require newer sphinx\n\nNeeded on RTD for imgmath support\n", "proba": 1.285763175928878e-07} {"commit": "b9093d097bfc3cef8890d50fbcbe0fe7d7959562", "message": "Update version to 2.0.0b0 in doc conf\n.. to redeem myself of the unlucky #777 minimess", "proba": 1.1121899490262876e-07} {"commit": "80e143c97aa7fee377accfec3094850fa6378f6b", "message": "mailing list and chat\n", "proba": 2.084837120719385e-07} {"commit": "e3f231464aabcec34187fe48034fe48354cc11e7", "message": "Added license link in the footer\n", "proba": 1.6147043879755074e-07} {"commit": "aa4f5ed700615ece0cde0dfe6e48202376eece3f", "message": "cleanup sphinx conf\n", "proba": 4.451258064364083e-07} {"commit": "0409c3c00af640a0e80e42c0ae3f2e0d133e13c0", "message": "preliminary port to funbot 2.0\n", "proba": 1.8007951041454362e-07} {"commit": "1f746043cc8e6eb989bd72c2787811110e19934e", "message": "Bump docs version number to reflect current status.\n", "proba": 1.0628796331957346e-07} {"commit": "1af64ee73e1a386c6cd8f8073a1f452f226c1aad", "message": "fixed one of the three travis build errors (docs)\n", "proba": 1.0524942695155914e-07} {"commit": "3e08faf23d32d4f9b098eeeeaba4da4c3d4db0d1", "message": "Try to fix sphinx\n", "proba": 0.00016156859055627137} {"commit": "098bc6769de0e35e18cf0ef3b294b2ffa0970323", "message": "remove space between imports\n", "proba": 0.999984622001648} {"commit": "fb5aa29c139ff501e043298a31340cb6154c8c4f", "message": "move the skip into setup\n", "proba": 4.975758542968833e-07} {"commit": "c8552b916e035688fcb2ad711fc40166110c4ee8", "message": "* contrib/client-side/svnmerge.py\n (format_merge_props): Add doc string, and a little whitespace to\n improve comprehensibility.\n\n\ngit-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285d88@858298 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2241142940183636e-05} {"commit": "98c496fa02e7adf62c4791f6a5657312b876dcc8", "message": "conf: sys.path.insert(0, os.path.abspath(\"../src/\"))\n", "proba": 1.8647069737198763e-06} {"commit": "abe1714cc76a4aa1a86724b2c6f3b642c5ead597", "message": "BUG: fix None object\n", "proba": 0.0006283398251980543} {"commit": "f7058f83b6d6a8aa9966e923393715a34d5bacdc", "message": "Further svn2rss.py refactoring.\n\n* contrib/hook-scripts/svn2rss.py (Svn2RSS): Remove unnecessary specific \n naming of a general parameter.\n (main): Add first hints of abstraction to come.\n", "proba": 1.0081662082939147e-07} {"commit": "5f622641d478164661ee1a58cb1e7db98c88998d", "message": "Update demo_dubinswind\n\nFix virt. target arrow origin to \"end\"\n", "proba": 1.2454582076770748e-07} {"commit": "953bc071d8e54ea506b1c22d72a9cfd8000ccb38", "message": "change html_theme to classic.", "proba": 2.5920570578819024e-07} {"commit": "0ffc423c4d592681950e2e6b43e8b2686c2b372b", "message": "Update demo_dubinswind\n\nFix virt. target arrow origin to \"end\"\n", "proba": 1.2454582076770748e-07} {"commit": "8991a347115758b141ab1091d60bcc57de25b7ee", "message": "Send SMS only if defendant mobile number specified\n", "proba": 1.3693039591089473e-07} {"commit": "39767ee09756acf2e907b5af6dbf7dafb20064d0", "message": "sets default wavelength unit to Angstrom\n", "proba": 2.6975035893883614e-07} {"commit": "7831403d3f65b3d7b594af5225a132f2af814f7d", "message": "moved Types class to types module\n", "proba": 2.991729957102507e-07} {"commit": "a366354ecd654e697278d01577c1b2b81d5dfd6d", "message": "Minor refactoring\n", "proba": 5.079600100543757e-07} {"commit": "888c1699e27397b3d109c7db761076d430de03c2", "message": "fix builder pattern\n", "proba": 3.3687646805447e-07} {"commit": "2b64f2538fd82beaa290737c394927a0da7952b2", "message": "improve motion example\n", "proba": 1.7245478147742688e-06} {"commit": "4375c485277eae13ae219110c9584a7bc3a50a91", "message": "Improvements\n", "proba": 6.904367069182626e-07} {"commit": "59fe07dfb84ae1df5818a4080059f070b418f26b", "message": "moving chmod/chown to appropriate location\n", "proba": 3.0978745257925766e-07} {"commit": "cc15307892a2d8af757d87e167a1a07bd31ce55e", "message": "PY-18952: accept metainfo (after tc-messages sync)\n", "proba": 1.0839505648618797e-07} {"commit": "59d892349f020a0af00675cdf6b07e28e5792e56", "message": "Add flash msg when deleating a post, fix error and reorder of imports\n", "proba": 1.763023220746618e-07} {"commit": "c3d75dc574976dd992ca2dc3f75b5517a3dc7ac8", "message": "Generation of batches of MIDI pitches to send to synthesizer\n", "proba": 1.3812575616611866e-07} {"commit": "09b0ea5d50a5fd678c4d567c55088c8d888d6ba2", "message": "Improves list command when no boxes are found\n", "proba": 2.5527351681375876e-06} {"commit": "bb2636585734d8f42a8bce09ddb8b08d3a256ec2", "message": "Use cast_bytes_py2\n", "proba": 1.5253302990458906e-05} {"commit": "f51e4c4b7b5127d5d16f3b8e9f77cb41020abf0e", "message": "iRadio: replaced prints by proper logs and other small fixes\n", "proba": 2.488747270490421e-07} {"commit": "99942891ac08812274f44c6fed05d2a74441d656", "message": "Small Changes in Visualization\n", "proba": 2.50563431336559e-07} {"commit": "42a8f6dfb0a0ebe61302edca828d3f23d9cf952d", "message": "quick clean up\n", "proba": 1.88808101597715e-07} {"commit": "b8ad4abfdb42f18df8827328894de86644f2bd71", "message": "transpose f\n", "proba": 8.422382234130055e-05} {"commit": "af9ebf28e3760fd6de44c807bda33f6a819c0f9c", "message": "don;t allow STDOUT or STDERR with daemonize\n", "proba": 3.946862250359118e-07} {"commit": "5db36c0e1be318f62455cbf169c90e5a0d4e3d00", "message": "fix migration\n", "proba": 1.397109144818387e-06} {"commit": "4ee0bbf301db217c35b829b2bf7dc0757f76507d", "message": "Improve nyuki xmpp asynchronous registration.\n", "proba": 1.1751370010415485e-07} {"commit": "5dec26822ea756c144bfbdf0dea1abe26c5e77c0", "message": "zenodo override\n", "proba": 2.6080701900355052e-06} {"commit": "d441b93b32028b23abbd6249da95adc4ac4b6d5b", "message": "Adding more informative logging of errors\n", "proba": 1.2364191093183763e-07} {"commit": "58b3a1428427bd6bcaa76a0de12e7c7dc4f0e8c7", "message": "Fix urls build by CatalogueResource.get_processed_info\n", "proba": 2.5284941784775583e-06} {"commit": "bbed1c9e8c33257705074b06cadc149f326053a3", "message": "Update slides.py", "proba": 5.088419356980012e-07} {"commit": "64618bcb644fd288f5e7fcc8d9a64ce7fd3fa849", "message": "manager: tidy up repr, leave out keys and some other fields\n", "proba": 1.5506824979638623e-07} {"commit": "3b1c18ce93fe145a7952d1d1e35a4ceba70eaf93", "message": "-> Unique entries only in allowed_hosts\n", "proba": 1.3849059143922204e-07} {"commit": "c3867f0d09439ab8b28af022abcfeacb62e29f81", "message": "Test serialize/deserialize\n", "proba": 7.029360062915657e-07} {"commit": "035c8d2610a983556ef30345a007254fa1a009c9", "message": "Update rules_swift (#1646)\n\n", "proba": 1.2247467395809508e-07} {"commit": "ee3f8253581d899ec7c3db503a563d198a0db2c3", "message": "prevent agent operations by failed recognizers\n", "proba": 3.1086173635230807e-07} {"commit": "39bfcafe2e2d3a26b00828f8f51de0de1e8060dd", "message": "Celery scheduler alliance list with mor\n", "proba": 1.723403642017729e-07} {"commit": "01f7319229e771b8c938647b06840b1f6ddeaa3c", "message": "tried to add tests for validation.py\n", "proba": 5.076471438769659e-07} {"commit": "52d7fc9a0784900dfa28162d510eda64242f474f", "message": "wrap_slice_indices() - Add docstring\n", "proba": 3.5139021292707184e-07} {"commit": "78f66f212552a6e7021dfd98ed7678bee433bef4", "message": "shoing the same batch to the model 4 times.\n", "proba": 1.0533055672112823e-07} {"commit": "433e324734551b5ab81c0dd0f3991d6f287b5287", "message": "align.\n", "proba": 7.111106242518872e-06} {"commit": "cdc39dc2f366d4db2d3f19bd5e98259838d4be05", "message": "refactored deprecated `has_key` useage\n", "proba": 2.194991338910768e-06} {"commit": "435e777cdb488b3766f122d13f458a904d43b970", "message": "Add tests for some operators\n", "proba": 5.340012307897268e-07} {"commit": "b40df320f02c50c39eb15e92563923913eace515", "message": "Application model updated to support 3 application types\n", "proba": 1.2229027390731062e-07} {"commit": "d4bc28434dfddf138758b6a1246232cdf3855df3", "message": "fix check for autoscaling groups.\n", "proba": 1.1896991480853103e-07} {"commit": "04ad7f205269af64cbf389983b01286142964a4c", "message": "removed unnecessary stripe initiation", "proba": 6.368450158333872e-07} {"commit": "7937b6c9b3ec149c4bd22411c12c310a4687b708", "message": "fixed to allow duplicates\n", "proba": 3.757949400551297e-07} {"commit": "d9de923a4cb108246a512d75f0440d322ea849b3", "message": "Change nonlocal for python 2.6 compat\n", "proba": 7.222235126391752e-06} {"commit": "9dac9f51bb580f06b0fbb3550b084101ca1238ee", "message": "fix tests\n", "proba": 1.2553598480735673e-06} {"commit": "7a51aab397b7a17eef8e388e84ec2e4c37c6d292", "message": "x86: gen_mmu: add address translation if needed\n\nThere is an assumption made in the page table generation code\nthat the kernel would occupy the same physical and virtual\naddresses. However, we may want to map the kernel into\na virtual address space which differs from kernel's physical\naddress space. For example, with demand paging enabled on\nkernel code and data, we can accommodate kernel that is\nlarger than physical memory size, and may want to utilize\na bigger virtual address space. So add address translation\nin the gen_mmu.py script for this.\n\nSigned-off-by: Daniel Leung \n", "proba": 3.256018317188136e-05} {"commit": "834c5f5798a754b85d57722fc122838385b58425", "message": "Handle modules with no build system\n", "proba": 3.1894700214252225e-07} {"commit": "e21599a6b9877233cea96dd3342f8d66dcb581ce", "message": "Remove old TODO.\n", "proba": 2.7769092980634014e-07} {"commit": "cc480ca9a4869fdeaa44447eb87fd6735f28758e", "message": "Attempt to make code a bit easier to read...\n", "proba": 1.573806400756439e-07} {"commit": "0783d66035cdbc7986e3a560bdb4bb034616c18e", "message": "Fix to the pipeline so that providing a value with the verbose parameter is not required. --verbose is all that is required\n", "proba": 8.583478120272048e-06} {"commit": "f3c069a91ce1af29bf02acf7cfe342a7be6a6605", "message": "landscape warning have been fixed\n", "proba": 1.6134221425545547e-07} {"commit": "35a94684428a00d5218c9798cba414c3e4decab8", "message": "Now conforms to pep8", "proba": 1.4139119741685136e-07} {"commit": "5696346111cdb80dc39d70374c85479e36fcd5ab", "message": "fix comment\n", "proba": 3.8236646560108056e-07} {"commit": "55be519134de871ac0fbd5e995d1953a1a182078", "message": "Fix command name\n", "proba": 0.9999699592590332} {"commit": "b53ad1c412062209530f4e5272fc08c4408a9231", "message": "Fix regexp in tests/test_internet.py (#128)\n\nFixes #126", "proba": 5.729488293582108e-06} {"commit": "8502fa5cc3aa608a546fd93483f113a826b02332", "message": "config.py: update function exclude_blacklisted(links)\n", "proba": 2.4457176550640725e-07} {"commit": "81611ad7f7296156448921006682a955d00ee960", "message": "Correctly report mkdocs theme name\n", "proba": 3.9647895277994394e-07} {"commit": "90aab60bff154127189b0204599ab2b781c4e64b", "message": "adjust because using scalar for tau_bq\n", "proba": 5.976987722533522e-06} {"commit": "ead52014e7eb394b2af360ff715b5f973fef57ca", "message": "Fix prepare_auction_worker_cmd usage in core.py\n", "proba": 1.5365561694125063e-06} {"commit": "6bb2ce7d09287ba459fd715e884fa0d612e6a6ef", "message": "Changes toward #651.\n", "proba": 1.187583933415226e-07} {"commit": "46352d4594d17b72a7f99cf51439d523388fc1f9", "message": "Run test for 412 response bodies, which where empty because of a werkzeug issue\n", "proba": 1.5387733753868815e-07} {"commit": "f4c9e77513206e36150d0f0d952c51565eea75e0", "message": "Fix docstrings\n", "proba": 8.026041177799925e-05} {"commit": "0b08170b26ecd2d1d8b92b21f840f6237158d47e", "message": "BUGFIX: converting k to a list in test_evaluation_metrics\n", "proba": 1.5743356925668195e-05} {"commit": "3d03afc2ce64f533efdd34f863477583d735efd7", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "8b4b6e0762ec00853e50302293f23d957f0cf3a3", "message": "MBH: go home TravisCI i'm drunk\n", "proba": 0.00018229307897854596} {"commit": "446b95655437dbe75375024dbc3aa7db48b6041c", "message": "Docstring improvements [skip CI]\n\n\nFormer-commit-id: 83604d8c1d0c6cf5e202fbacba8bbf915df09d6f", "proba": 2.1475805169757223e-06} {"commit": "f1109297ba7c3806f9490eb392c7d3dc4f8057e1", "message": "message: Introduce Message.get_status_by_prefix\n\nThis filters status with a prefix.\n\nSigned-off-by: Fam Zheng \n", "proba": 1.4380336210706446e-07} {"commit": "0b540b132e18ba175db841510255a68482764279", "message": "adds some unit tests for provider tasks\n", "proba": 1.5247745466240303e-07} {"commit": "92a6bb5c2fcdd19226393a050bb2d628e1f58ea9", "message": "hide some functions", "proba": 3.545710342223174e-06} {"commit": "3c702e527bd95708dddac6d7bf369877ccd951b6", "message": "Remove skip of fourier transform\n", "proba": 5.914846497034887e-07} {"commit": "2b08fc804c8691cccc32ab90302cc6060abaa170", "message": "Make footer tests reusable\n\nThis is needed to reuse these tests for the proxied footer html\n\n- All calls to get are replaced for .render() so it can be overridden\n(`HTTP_HOST=self.host`).\n- The url isn't hardcoded\n- For some reason if the class is inherited, the fixtures don't work.\n So I just used django_dynamic_fixture.\n\nRef https://github.com/readthedocs/readthedocs.org/pull/6630\n", "proba": 0.9999958276748657} {"commit": "fad7ffbb38e4017f760862e364c6c3589a00ecf7", "message": "try building a dynamic binary, in case this helps\n", "proba": 1.223102685798949e-06} {"commit": "12953d6b39b77c0d4df0b22d517e86a48828ae8d", "message": "Creating related_name relations to tags from article\n", "proba": 1.5840184630633303e-07} {"commit": "fc523b71d34292351e9d4ebbf377a47bb0610737", "message": "Add test for adi-2d\n", "proba": 2.393067688899464e-06} {"commit": "e7e23efdec6c227b28ce11cb39b98952bfcc7aaf", "message": "Removed unused test code.\n", "proba": 1.6408191072514455e-07} {"commit": "8494785d46827a563095a43d64ee13864ea7b071", "message": "DatePicker: Fix selector position on linux and android\n", "proba": 1.6686557557932247e-07} {"commit": "5fd15ca1e289426f7b75953977226ae60781c1cd", "message": "fast git\n", "proba": 4.093681695849227e-07} {"commit": "7d296fec2597b77b00cd5a6c63846bee892dcc51", "message": "Introducing new problem to fix in \"per_arreglar()\"\n", "proba": 1.6662799851019372e-07} {"commit": "3a48cc4eb97dd1470905117f7f0a18243be6b9eb", "message": "updated tests\n", "proba": 4.204522952022671e-07} {"commit": "79725080761b297bb3413cabe0ba9357b9503a90", "message": "fixed msgprint error\n", "proba": 6.941359629308863e-07} {"commit": "3c49afa5507192575e1de66a7494e8187965edd6", "message": "Use entry's window and add comments", "proba": 1.5451496437890455e-07} {"commit": "02abbbf79f921349389f0d6e0a296f2ae3db278b", "message": "Ensures settings are refreshed from the db when a tile is deleted\n", "proba": 2.1944900652215438e-07} {"commit": "a510554af1f8b2d3406f26651d7ec5b7490c6b82", "message": "library constants\n", "proba": 2.2259605430008378e-06} {"commit": "2cbcd478edf2a0397cfe09055c127fa4e4f7f511", "message": "fast git\n", "proba": 4.093681695849227e-07} {"commit": "be7da66effe9c4e5bc4566654e81580141d04102", "message": "Document Dispatch{Status,Result} better\n", "proba": 3.7867575883865356e-05} {"commit": "82555f90434491c63239161a15eb36962905bcbf", "message": "Add a couple of method to make it easier to extract data from an objectlist", "proba": 1.45801541293622e-05} {"commit": "c8d76bb02a5ad3a6c79759f4bc9b7322a3e3cf29", "message": "ARELLE-173: 6.15.04, fix check for dup calc networks was not indented right\nso was only checking one of, not each, calc network in an ELR\n", "proba": 1.1820878142998481e-07} {"commit": "b17f983de64dfdc7cd7c525000d6343a6f1edf1a", "message": "tests for option_factory\n", "proba": 6.664880629614345e-07} {"commit": "f3d9b1e8e767766eeed0e5d63e277158a420c857", "message": "updated to dev.8\n", "proba": 1.2165283180820552e-07} {"commit": "d75cc18f6b971e653ed3bf5c900fc273c213c6e4", "message": "In FakeStatsd, use select() rather than poll()\n\nThe poll() system call is not available on all systems (like OS X, for\nexample), causing the test suite to fail. This change replaces poll()\nwith select(), which is more portable. With this change the test suite passes\nunder OS X.\n\nChange-Id: I3ad716b127c8781d8dbf870b0f0c0e1162f264d1\nReviewed-on: https://review.openstack.org/28126\nReviewed-by: Clark Boylan <635fc31d01fa593720982fa0568e87170cedbe2c@gmail.com>\nApproved: James E. Blair \nReviewed-by: James E. Blair \nTested-by: Jenkins\n", "proba": 0.0016684526344761252} {"commit": "ec00379b5cfd8b23001d9c2ef1a1a92937005c2b", "message": "remove whitespaces from strain and isolate names when parsed from GBK file\n", "proba": 2.6957908971780853e-07} {"commit": "301160e746a262be7a12992fb461153a50e3a3cb", "message": "Adding primary key parsing support.\nAdding timestamp parsing support.\nAdding restrict_to_tables argument to get_sqlalchemy_schema for partial printouts.\n\nTodo: foreign key support\nBug: ENUM strings with parentheses currently break the parsing.\n", "proba": 1.0753429080523347e-07} {"commit": "cfd7e13d23fa688c3a4c93d771a9311d23678cbe", "message": "Fixing author name join as it no longer needs the extra join.\n", "proba": 1.2032752749746578e-07} {"commit": "8e24e72edb809fa9377301fbcebb3a244eaf4c74", "message": "ARELLE-212 (loop in EFM 6.14.4 directed cycles testing)\n", "proba": 9.669326317407467e-08} {"commit": "d49ae38903656e61012fc7c2a60a121a485ac547", "message": "User filter wildcard match\n", "proba": 5.195053063289379e-07} {"commit": "dbf38e522a8a3de5318b053ba6aa1796286c348b", "message": "edit thcos\n", "proba": 3.6397668168319797e-07} {"commit": "16a97559b47ec3a6486bdd30af13b66f9ba5c0f0", "message": "patch rrule.tz\n", "proba": 8.870989631759585e-07} {"commit": "e40ba8cf5b11096c7a3f26c07bbf336c1a820585", "message": "added try...except guards around netaddr import\n", "proba": 1.2836521534609346e-07} {"commit": "9982a4a0401cf93fb45a912e41634da74a40c119", "message": "Changement have to go to branch\n", "proba": 1.6310993089518888e-07} {"commit": "3b22a4c8038cfd5f98ad586936e4751fb8a5c586", "message": "Added x509.DistributionPoint.url\n", "proba": 1.3779184371287556e-07} {"commit": "b6130906d166552a283d12f7f397f9741c68096c", "message": "add custom bounds to L-BFGS-B\n", "proba": 3.0515542448483757e-07} {"commit": "aa01ebc95b815afbff5944caf2afbb2916099a7b", "message": "Test boolean type template variable\n", "proba": 1.1736769920389634e-06} {"commit": "2dcf4a2205b551979bc787b2f70461d5c6fd88bc", "message": "simplify distance calculation in assembly.allmaps\n", "proba": 6.753142224624753e-05} {"commit": "8e1e904914c057d4b6aa7b70e6e0eb2a26eeac2c", "message": "started adding exception handling test\n", "proba": 2.873269124847866e-07} {"commit": "bfdc08873807933ec6959cb64d244417a0b33475", "message": "#86 forgot to commit this file\n", "proba": 1.4241796009173413e-07} {"commit": "3f00629f440d406b3e82d92270c0e0b172cf9322", "message": "updates the eos_config module\n\nThis commit changes the functionality of the eos_config module to be inline\nwith the other eos_* modules using the state argument. Also, the function\nargument was removed and the expression argument removed in lieu of the regexp\n", "proba": 3.9168943999357e-07} {"commit": "42c01a25b4c2d94d2c8beeadf2b5478a8a2e6d7a", "message": "tst: passing ic13\n", "proba": 1.7250415112357587e-05} {"commit": "c3b2f023affe22a4c85f163aa737290af950b9a5", "message": "go faster\n", "proba": 3.378407200216316e-05} {"commit": "cba199c57fdb3a2d1e3ab7b5a542378e0bfd01ed", "message": "forward version response from server\n", "proba": 2.720533132105629e-07} {"commit": "1d1e2f5d078241154222eae467301c71be6cfcef", "message": "Removed extra text\n", "proba": 3.996322448074352e-06} {"commit": "b072b27d0abfff114af8407b74954441b32002ac", "message": "starting to work on freqdist tests\n", "proba": 1.7815169428558875e-07} {"commit": "e6e4130a44e5ea1f464f84ed7eb2a60244a3189f", "message": "Fix default validator settings\n", "proba": 1.2202389143567416e-06} {"commit": "b9ffb0c4980aeec6dedda1c3f75a24e000e0da85", "message": "fix subtitle test for newer versions of ffmpeg\n", "proba": 2.5088169763876067e-07} {"commit": "37c7baa8af1b3495954f97302e0b6d612375167c", "message": "socket: Remove dangling sockets from hash and poll lists\n\nSigned-off-by: Pavel Emelyanov \n", "proba": 1.1973024527378584e-07} {"commit": "92295e1c4ff7dc1dcae44775d9571e681e14afde", "message": "sprites are walls now, yay\n", "proba": 1.1566368129933835e-07} {"commit": "2c3a7b66cd11dfb0175217abe4b6d4e5accc3434", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "679ce51adc5f1d11ec5508a4027902fb8cc2545f", "message": "Added 'limit' and 'offset' unit tests, one of which fails in MySQL 3 (refs #350)\n\ngit-svn-id: 554f83ef17aa7291f84efa897c1acfc5d0035373@540 bcc190cf-cafb-0310-a4f2-bffc1f526a37\n", "proba": 4.760824140248587e-06} {"commit": "2761df232ed6939cf57c0af09b97384ae7ba3240", "message": "Small tweak to 7551b75 to correct the ordering of tests\n", "proba": 1.25345010815181e-07} {"commit": "6734f4dee19ef432d9462b5a342e6785c2c21b1a", "message": "shorten up code a little\n", "proba": 0.0002550017961766571} {"commit": "a6e815a404b19a6645f308dec6ac95d6c5be10a2", "message": "test-tube.py: disable test for now\n", "proba": 1.6225166632466426e-07} {"commit": "944a7aa48aefdcafddcc75a5bfff68eeb6d4e343", "message": "pywizards: adapt listener to python3.3\n\nChange-Id: I887ad72ce6ee4001ea2ac8731ffadaf196c0b5d7\n", "proba": 6.516311987070367e-05} {"commit": "d73d363c6ad04d1cd251bc9a68e70aa5b4986367", "message": "[IMP] sale_custom: A\u00f1adido que al modificar cantidades cuando el pedido est\u00e1 tramitado, se compruebe si se pasa de peso si es DHL a\u00e9reo\n", "proba": 2.394017201368115e-06} {"commit": "1838cf2a4b39c0fad1fa2f39708497fe43afe1bd", "message": "Getting tests to work in CCI\n", "proba": 1.3437492896173353e-07} {"commit": "9b2ddb62e85d54ee09da153e7c684bb70c31c435", "message": "Use NSPanel subclass for WINDOW_STYLE_TOOL.\n", "proba": 1.0896282276462443e-07} {"commit": "8945dc1fe53a372eeb124f72a433a6e107ed4cfd", "message": "Remove futile call\n", "proba": 5.477011654875241e-06} {"commit": "edfcbb2d3930e385b3ff7ea8c915ed1e386b23fa", "message": "Bug Fixing\n", "proba": 4.2512007780715066e-07} {"commit": "d298df361276164c9ace897f4c4978ef1bc33952", "message": "Make t_now configurable\n", "proba": 3.977085270889802e-06} {"commit": "8121d32fa6c24c66e9706708227ee9b3f9e90c49", "message": "Fix issues caused by importing unicode_literals\n", "proba": 1.620493776499643e-06} {"commit": "bd91bc8850670f2c470b90b21c0caf0cbcae2bdc", "message": "add split object to standalone.\nSigned-off-by: dylan-fan <47a35c714a3a0bddf679668182d042b75ae709ca@qq.com>\n", "proba": 1.6773704203387751e-07} {"commit": "1b4bdbc845b3c8b68516b7b481e8034c5333fd1e", "message": "Hide meta info and settings in cli\n", "proba": 1.424799052074377e-07} {"commit": "0065afad113f695a9c0734252e01ad1f698ff3cf", "message": "downgrade error to info for notification not found for callback\n\nWhen we get a callback from SES, we identify the notification by the\nSES reference that we set on the notification after sending. When we\nwrote the log message, we assumed that we'd always have a notification\nfor every callback, so if one couldn't be found we would raise an error\nlog. This isn't the case for a few reasons:\n\n* We might receive a callback before the sender worker has persisted\n the reference to the database.\n* We might have deleted the notification, especially if the service has\n a short data retention period\n* We sometimes receive callbacks for references that we have no record\n of whatsoever (this is quite alarming but we have no way of knowing\n why this happens)\n\nThe error logs were happening pretty frequently, and we don't have a\nreal way to solve them at the moment, so lets cut down on noise and\ndowngrade them to info level for now.\n", "proba": 0.0008166455081664026} {"commit": "8c9a1e43c634d9af197c7d5b40b3b6c77b9a7ab6", "message": "Fix test to assert we redirect to the right page\n", "proba": 1.3126063436175173e-07} {"commit": "ac3782701cd3b59b1e9a9d55bc0c9ea8495bc7db", "message": "Enable gzip on estimator cache\n", "proba": 2.7195940788260486e-07} {"commit": "ba63900b29e2c766b749beebc400aced317090e5", "message": "tests: repro: unit: migrate to dir helpers\n", "proba": 6.13503630120249e-07} {"commit": "b4ea5543e57ad1e4d1244b17ea5375b203fbf11d", "message": "remove unnecessary imports from tests/__init__.py\n", "proba": 2.2760044885217212e-05} {"commit": "ec8d6a53fc26baf03e80a51949bfa3187035b2df", "message": "refactor for _nextstate\n", "proba": 0.9986149072647095} {"commit": "d1f38301dfbafb00fe222023db2af69539e967be", "message": "Simplified\n", "proba": 0.9999910593032837} {"commit": "ce1353e594772502d9933c0b303cdb47d1df9049", "message": "Added get_or_create for external version creation\n", "proba": 2.1572229513822094e-07} {"commit": "1ff8498c75b708d0ef02b5b24ec2c05c45be31f8", "message": "Add unit test for cases where the number of input/output dimensions differs.", "proba": 2.653004571584461e-07} {"commit": "fd7d7fd07dfc6ccf00885d45d4845acc72d4ab78", "message": "Additional Newton iteration output\n", "proba": 5.796030109195272e-07} {"commit": "49f386e7c5c0d866bc2b35a1e6c47dacf14a895c", "message": "Refactored to put notifications update last\n", "proba": 1.260169426586799e-07} {"commit": "f7aa99cc518b2220485688c585f52f5966a72bf8", "message": "Add arg for yscale\n", "proba": 2.455532376188785e-05} {"commit": "0fa29a5719daa4780ea05b5a2e1013e84d733d5c", "message": "Single to double quotes\n", "proba": 1.5033040767775674e-07} {"commit": "11740853090dc5bd4e02ad36bce81b3c463b808a", "message": "Added setup.py\n", "proba": 3.305365225969581e-07} {"commit": "97ec7e47645965ef3b6c32d0cad30b9686386b26", "message": "speed up text extractor\n", "proba": 0.0001201326958835125} {"commit": "37f8b82885894f9b64c5fabdd6c3b6ffa630412f", "message": "Add RSS incon to builds page title.\n", "proba": 1.0607288203345888e-07} {"commit": "1d97ce050fff9d806dcad608a8014affe019ef70", "message": "[Cmd] fix kpm exec\n", "proba": 2.8476260922616348e-06} {"commit": "c19f06f0a80158a94d2331985ebefa1890bb6808", "message": "Add --use_lastemissiontype option\n", "proba": 1.0060673503176076e-06} {"commit": "fb8f6933e5d418cdd0580f9b12e9329265b0c1a4", "message": "Delete operalist.py", "proba": 1.0979161970681162e-06} {"commit": "cc2f0436571faa8c926d6e41ae7f63b554d716df", "message": "LOCO.FIX: Fix corrector weights when is set as int or float\n", "proba": 2.9474946927621204e-07} {"commit": "543f7fe83b7e108d1b78a0f0bbb0131094abfbea", "message": "attempt III\n", "proba": 7.260278835019562e-06} {"commit": "424ea795899efe5472cf09feedcf56741dd02b04", "message": "Nonexistent bundles should report a 404.\n", "proba": 1.2136885061408975e-06} {"commit": "bcf1a38a1f4b088c08e6541c92e64ef2a9cb34af", "message": "ezconf lazy load\n", "proba": 9.09375160063064e-07} {"commit": "fdb021371487955318fdec7b94cb48f483c90f76", "message": "[youtube] don't fail the whole playlist\n", "proba": 3.528473371261498e-06} {"commit": "f1dd32725195d52d10ed2d3ba2159cbaff3d34fe", "message": "fix log level import\n", "proba": 4.324716940118378e-07} {"commit": "7b322c8ec0d016476398acfccba232d0eea1a68a", "message": "Xfail filter search tests. (#10152)\n\nFixes #10150", "proba": 2.689340590222855e-07} {"commit": "3ca129325a403f3de4efa8a82f7ec372fe01156a", "message": "Label non-thermal spectrum\n", "proba": 2.663318082340993e-05} {"commit": "779fce4e9e4609f84ef74099582fe85479d82b34", "message": "wxpython warning when needed\n", "proba": 3.8355048559424176e-07} {"commit": "472c0d2f2aa2fc678b3a3e6bc5c3d9877e726d6c", "message": "ENH: Add weights to constraint delta KL in dipoles and sextupoles\n", "proba": 1.2886467004591395e-07} {"commit": "135a4585c329e231a494fb5fde5b064660098129", "message": "changes to return a list\n", "proba": 5.044800491305068e-05} {"commit": "7adbcdbc77f102365644ae038130d7996ccd7833", "message": "Removed stale unit test\n", "proba": 2.983543936352362e-07} {"commit": "c01e425648125c6920afbe10b03b05cb56e44876", "message": "Fixed pylint too-many-branches\n", "proba": 3.625742408530641e-07} {"commit": "01ac27ffb28b44254dbaad7ed0bdfc668ee51939", "message": "Solucion problema en review systems\n", "proba": 2.3639104540507105e-07} {"commit": "0a4f5a8d96bbd71a77cbfa7ab8bc49c3dd9e0215", "message": "pass ending_date\n", "proba": 0.0008636999991722405} {"commit": "05480c8ea5b5f122bd1fe036e95ed49053b7e0d6", "message": "Update _highstock.py", "proba": 2.0697277136605408e-07} {"commit": "bce1ad59bc70de169051c8f7d625e514c9fba922", "message": "Re #5277:\n\n - Remove unneccesary `type` attribute.\n", "proba": 1.4872162523715815e-07} {"commit": "f44c2c2e4c9b27a1c208b9b4323cc9e49fd85692", "message": "requests-style repr\n", "proba": 3.1386926480081456e-07} {"commit": "a75e5fbc0b48f44ad0b9987af9cf4a47724481c9", "message": "fix save tests for python3\n", "proba": 5.398280791268917e-07} {"commit": "5de9ff0f64ff7073e044c24016059575a2f6a089", "message": "Migration settings\n", "proba": 7.4148749718006e-07} {"commit": "1e0775b06111b9d552e20a1d5b545b85b49862fc", "message": "Changed test for stac metadata to be default.\n", "proba": 1.0750619594546151e-07} {"commit": "709eeb5ae14bc4a78c926680b3ca8cdbf13fb835", "message": "update xrootd install method; disable gfal\n", "proba": 2.0006362433377944e-07} {"commit": "b76797d076a07fc347e6a9e2282a849af387f350", "message": "lvm support in kvm provider\n", "proba": 1.876674531331446e-07} {"commit": "f2394c63e38a7c9e84b37449a54fd9f064229297", "message": "_write_single_chunk out-of-stack cagrilir oldu\n", "proba": 0.00024869272601790726} {"commit": "20b82de8ac2640fb1ae6c19f8f4ab81c29cbceea", "message": "add utils for quantizing accounting related dollar amounds\n", "proba": 5.039944994678081e-07} {"commit": "1fb44d12b8670edd02edfd9c59615a8970fcf554", "message": "allow other branches in fabcast\n", "proba": 1.4059533270938118e-07} {"commit": "8163848e7debae0a950c990a9320b15119107dbf", "message": "Avoid opening (and not closing!) the website file twice\n\nWe still try to display a meaningful error (while not disclosing the\nreal file path).\n", "proba": 1.0851296394776e-07} {"commit": "5a66c1865bea804f7f4f7d59fb6f5a6dcc779af3", "message": "Increase coverage for annex 2 forcing\n", "proba": 1.2524331793883903e-07} {"commit": "403987d228a76e01a9ce1e7872628172d6d81ff9", "message": "agregando cambios al create de revision por sistema, y antecedentes familiares para que no guarde sino se lleno observacion\n", "proba": 6.482084131675947e-07} {"commit": "545400e006c72469538ee7d1531b6bad9ffc4cc0", "message": "Pylint cleanup\n", "proba": 2.8292089382375707e-07} {"commit": "8e43a01c5249999bcdcc6b495bf7f2d40d8c0f93", "message": "Add comment", "proba": 1.5774051576045167e-07} {"commit": "eb5bd34e2ed97377dc89b894cd5d0fb6290b1140", "message": "Remove old test code from preassembler\n", "proba": 9.52510845309007e-07} {"commit": "a73b6be0809836cb764ad7d38143b101405c31ca", "message": "adapted host models to these changes\n", "proba": 1.2883026556664845e-07} {"commit": "deb3845a1279c8c169360947662d59d818b57acf", "message": "Release v0.0.5\n", "proba": 3.087321829298162e-07} {"commit": "42ce0149627b607f0b4822d6048cfe4770f0930d", "message": "show different text the first time a subscription is canceled and for subsequent page visits\n", "proba": 5.474312274600379e-06} {"commit": "6af8ae5cf2f9cb803f76e039ac5dd3e79f144f7f", "message": "Fix typo with connection closing\n", "proba": 9.134823631029576e-05} {"commit": "3865fabf09da0b2359e188a40eb95740d74b0e8a", "message": "Adapt doctest of tests.utils.http to work on Python 3.10 as well (#1075)\n\nhttps://docs.python.org/3.10/whatsnew/3.10.html#enum\r\n\r\nPython 3.10 changed the repr of enum members, and the doctest of tests.utils.http failed.\r\nExact reprs are unfortunately not considered stable API between Python releases:\r\n\r\n =================================== FAILURES ===================================\r\n __________________________ [doctest] tests.utils.http __________________________\r\n 209\r\n 210 Example:\r\n 211\r\n 212 $ http --auth=user:password GET pie.dev/basic-auth/user/password\r\n 213\r\n 214 >>> httpbin = getfixture('httpbin')\r\n 215 >>> r = http('-a', 'user:pw', httpbin.url + '/basic-auth/user/pw')\r\n 216 >>> type(r) == StrCLIResponse\r\n 217 True\r\n 218 >>> r.exit_status\r\n Expected:\r\n \r\n Got:\r\n ExitStatus.SUCCESS\r\n\r\nA simple replacement of the expected output however breaks the doctest on Python 3.9.\r\n\r\nThis is the best solution I could think of\r\nthat keeps the docstring readable and doctest working in Pythons both old and new.", "proba": 0.0019657304510474205} {"commit": "55487c175c0b9fb5175277c2a4818e01252c2b8d", "message": "Fix mock_open call to use new multifile syntax\n", "proba": 2.412674120932934e-06} {"commit": "4eea2605aeb59642800a44fce2fd380f7456c4c1", "message": "Added /attendance/alter/hm/uid/mid route\n", "proba": 1.9612221535680874e-07} {"commit": "f106e64557a295a3a58da1d4fdb7ccffa81aaa95", "message": "Fix Pep8\n", "proba": 1.0977445299431565e-06} {"commit": "f2522d3d0fccc3d8977d2024676ad8b750639c25", "message": "Fixed data types\n", "proba": 5.22823370374681e-07} {"commit": "541574b8f4a99cd1983101e19fba139891018b3c", "message": "Update views.py", "proba": 4.614934141500271e-07} {"commit": "545431596b955128ce66de9b58e095861611e3d1", "message": "use new metric name\n", "proba": 0.02414204180240631} {"commit": "bb219e7e6323693bcc41bad099818ff88e22d593", "message": "openstack: use OpenStackInstance in TeuthologyOpenStack\n\nThe setup() function of TeuthologyOpenStack creates an OpenStackInstance\ndatamember to cache results and avoid running numerous duplicate\ncommands.\n\nSigned-off-by: Loic Dachary \n", "proba": 1.733711627593948e-07} {"commit": "87b7a63ff2ca86b7f57af9376cd52c12672b6e08", "message": ":fire: Remove unused regex in routing.py (#314)\n\n", "proba": 1.2569898899528198e-07} {"commit": "c7db6453bd85b7e60d04d9047e867022fd4d14b8", "message": "Updated caching to clear based on source domain, not domain being moved\n\nIt's the users in the source domain who are affected by the feature.\n", "proba": 1.0549160833761562e-07} {"commit": "2ac0128f80905b243b90ecad1750bdeb00bf2b59", "message": "Rerranged classes alphabetically\n", "proba": 1.2736581993522123e-06} {"commit": "d30d5c8d91a22c9747eb9750c12e4754e8391432", "message": "unset any location on deletion\n", "proba": 1.6420133306382922e-06} {"commit": "47b36e905a1df42396b0750f2a149e949857a74e", "message": "try setting _tree_manager\n", "proba": 1.2181077181594446e-05} {"commit": "11dddd9864b97ed381eac59eeb788baff2f20624", "message": "fly e043c4d, set cache to tmp dir\n", "proba": 1.913480645043819e-07} {"commit": "073f72dc8286a96e508210db4cb4e2fda7134328", "message": "don't require reason\n", "proba": 0.0003138213651254773} {"commit": "7d245b6c04581884746487a3143606c12e588233", "message": "continuing work on model_grid.py, gt jun 2013\n\n", "proba": 1.1705633795600079e-07} {"commit": "2c517d66b377e2c5d2147d56f4fa9c20d5027558", "message": "Change order on sql archive to match couch archive\n", "proba": 1.7116497019742383e-07} {"commit": "d58a744513d910e8664699537ba69c0fa5a6e658", "message": "Minor fix.\n", "proba": 1.6329171614870575e-07} {"commit": "2307550c70409d8fe7264f2e72d6604d42e1602b", "message": "modified some test cases insignificantly\n", "proba": 5.152848643774632e-06} {"commit": "9e8417412565c2c3347fa58bd7e1b2e64f4dfe1c", "message": "return values unnecessary after raise_exc()\n", "proba": 1.2034685141770751e-06} {"commit": "b6962e7dd0ac966e141de5f94ab0a0bfa9f81c71", "message": "Pass lang to solve function..\n", "proba": 1.3284615363318153e-07} {"commit": "4aad4c96a093916cb211eed8f19b74ff60d74fc7", "message": "Fix docstring syntax\n", "proba": 8.702750346856192e-05} {"commit": "d359ee49a07c6692c171ad2ccd02199d1e01ad59", "message": "Refuse to import if the wcslib is a known broken version.\n", "proba": 1.1323081849923256e-07} {"commit": "a9850936e58c303a8c54ef636ebea2bdecbb9028", "message": "Remove old from_formats and to_formats\n\nThey were commented out and causing flake8 error because of line too\nlong. Can always look at them through git history.\n", "proba": 1.0903828950858951e-07} {"commit": "37a7c15ca18aede4b715faab6d0564de1aee6fe5", "message": "Update tinymce test theme config.\n", "proba": 1.1415765044375803e-07} {"commit": "91751a4f6e291431f291a8bb8ac79a3029676dcc", "message": "Added internal function '_move_column' to stream.\n", "proba": 1.138632086394864e-07} {"commit": "c3d025afa9af9d4719cbddda4aaf043c10c06c12", "message": "Reduce size of static mapobjects for intersection queries\n", "proba": 5.759619057243981e-07} {"commit": "52af8ffe90be4a4d78df7efd448441a3353c77fb", "message": "Include WCSBase in __all__ so that it is accessible in the same place as its name (astropy.wcs.WCSBase)\n", "proba": 2.690225642254518e-07} {"commit": "6aca76ffe3a88e26aa2309783843a2a3da480a8b", "message": "Fix variable name in dogstatsd\n", "proba": 0.9999825954437256} {"commit": "016c4d491f21e37d73b6ba32ab572671ecf972b0", "message": "close shelve file\n", "proba": 5.789014494439471e-07} {"commit": "60b8755174d2debfd6af194e10547287a2e95de4", "message": "fix edge cases of display names, add English names as a fallback\n", "proba": 4.947453362547094e-07} {"commit": "e075cd5ea90b11c8bbbd2d4a9c140907e0919717", "message": "if we cant read a site file, just skip the update and note it\n", "proba": 1.2622827227914968e-07} {"commit": "bb3edc23a1822b3e78ff731b61b100af1315753d", "message": "Changed convergence criteria of variational compress\n\nNow looks at relative change in norm, rather than absolute change.\n", "proba": 1.0363547175984422e-07} {"commit": "56faada84f89deba20134f2bbc7ac0ecc06c612c", "message": "_meta including dlink\n", "proba": 2.741310822784726e-07} {"commit": "5f40e2a155c9e9e923c241bdecf07f1a33060a88", "message": "added ax parameter\n", "proba": 1.2918869742861716e-06} {"commit": "e357e37fc300cf14dc53cbd2e837cb55ce37f3b2", "message": "debug (Y_prob's first dimension can be 1 when batch_size is 1)\n", "proba": 8.319103699250263e-07} {"commit": "7a9c8d4666d7867f45d12130194bb7c9a90c5988", "message": "Add support for access multiple channels in external pipeline\n\nSigned-off-by: Chris Harris \n", "proba": 1.0989725751642254e-07} {"commit": "b356fbfef3021e1d68d4edaf8df929d68f4e6650", "message": "Typo fixed.\n", "proba": 2.4334335080311575e-07} {"commit": "648ac9cfe7b6b66f1fa2c7da39c2317c012b74b4", "message": "The parrot_info timestamp now shows the last time parrot.py was modified, not the current time\n", "proba": 5.556877567869378e-06} {"commit": "0d6ce424054a89ccaa785eb0ab4a16507debe7c3", "message": "Fixed the code to pass 'yes' during mkfs\n\nSigned-off-by: tamil <9e0c939d8bdea528e60fdb7c5b28595eb7c90423@inktank.com>\n", "proba": 4.436581662048411e-07} {"commit": "a371b37810e3b07e200fe9f3ee82478bb5343bd1", "message": "Quick fix for the sgml parser\n", "proba": 2.5106453449552646e-07} {"commit": "b32a8a46c43808e9aeee6009644be704b8fe619b", "message": "Add missing shutil import\n", "proba": 6.204594228620408e-06} {"commit": "3db6c962300a4c1c92f6810c4d7da88419da3898", "message": "Flask changed the way it handles file objects\n", "proba": 7.139709055081767e-07} {"commit": "2a1538994784a17e2e3fd448641b61e7720740b0", "message": "refactor property change event\n", "proba": 1.177164335786074e-06} {"commit": "01aad679c28f4f06739511cfcf29d498fa2b70ae", "message": "Concurrent.\n", "proba": 6.835829253759584e-07} {"commit": "561c923d6cb0c7287ef92934545437f6b53df415", "message": "Add newline to config.\n\nSigned-off-by: Michael Markert <5eb998b7ac86da375651a4cd767b88c9dad25896@googlemail.com>\n", "proba": 2.75442431529882e-07} {"commit": "9e1a796351971564fe888a213ff9dfa2a1e463bd", "message": "improved exception handler for keyboard interrupt\n", "proba": 3.900001956935739e-07} {"commit": "d0b2f6e4b4c5090039edf84691447558e2d7bf76", "message": "Fix: missing round bracket & misleading variable\n", "proba": 3.830873083643382e-06} {"commit": "58f8f6dc75886e8bf85a020d3addfc5a89503358", "message": "I have no idea what I am doing...\n\n...but this seems to fix 'git fgerrit 67e60e' on the Swift repo.\n", "proba": 1.0474136047378124e-07} {"commit": "356e1e173d2238cc4323dd3a7595b9d4462db6ac", "message": "Update Regressor and Classifier to use superclass setup_vars().\n", "proba": 1.0320545129616221e-07} {"commit": "d4d99325b68af7960cb67e9d05fd84c49e2f67a4", "message": "Expose layer preactivations via the .preacts attribute.\n", "proba": 1.09384906465948e-07} {"commit": "853cd722e94b5370edc98e1ef19b48e8be3ecc0a", "message": "added ability to output gate activation separately\n", "proba": 1.4069847509290412e-07} {"commit": "aaf3ceb471a8cdf67dce53a31aef7c71d576eabe", "message": "turn off gender and race fields\n", "proba": 5.177425350666454e-07} {"commit": "150f6b937ce01c15728a9b275b7d4b5ebf3bd89c", "message": "Added noun phrase tokenization courtesy of spacy\n", "proba": 2.2787293119108654e-07} {"commit": "ba5926908b31b22ddf596f63d6e8dfdb7125428f", "message": "new: filter and API to describe DataFrame\n", "proba": 2.0692618818429764e-07} {"commit": "261cf2e2c984e9df158affa1edc4e162bf24bc7b", "message": "ex2 - fixing indents in q1, solution in q2\n", "proba": 1.125741732721508e-06} {"commit": "f96cc238384aebba8564ec2ac38a2efd84f7a8c1", "message": "Removed format param that I believe was hanging capture process, and moved resize to just set resolution\n", "proba": 2.3269419102689426e-07} {"commit": "4bfc236bf072996a7678383860ea1c5f072ec2f9", "message": "Fix BLS-12 381 G1 derivation\n", "proba": 0.9987462759017944} {"commit": "0e85640eb0b911fb2c145ab4140cf42c7cfb1991", "message": "adapt for android 5\n", "proba": 3.274220716775744e-07} {"commit": "45cadb6bbebb4f4e592bec610e684fa52b0f5e82", "message": "Fix: unbound method ConnectDevice() must be called with AdbCommands instance as first argument (got nothing instead)\n", "proba": 1.233112527643243e-07} {"commit": "0202fd4f5fb0253f94f24b5543afa43bdeef4f7a", "message": "Rest of the API implemented.\n", "proba": 1.0850179421595385e-07} {"commit": "717e83f45427c4a244550b400bd6d20aa539296f", "message": "more mc_simple type hints\n", "proba": 1.353578369389652e-07} {"commit": "7e7c8b42f2bd186733f881f377c40ec501c22f7a", "message": "A bit of styling\n", "proba": 6.117077191447606e-07} {"commit": "595bddcde33bd047ad03aa8318b6ce9c7c51d6d0", "message": "Modifying close_db to execute on teardown versus after\n", "proba": 1.3707334289847495e-07} {"commit": "6a2d11761f1421530707cd830e488a9bcd2da51a", "message": "Create app as early as possible to allow commands that depend on the app to glean options from it\n", "proba": 2.87423944200782e-07} {"commit": "cf3f450e4a563b64b1bc86cd10354d677815278d", "message": "try en 0.0.0.0\n", "proba": 4.494298536883434e-06} {"commit": "b4de85d72e9d35d18dfbd2078c6875f220d3633a", "message": "Refactor 2013 downgrade; remove another attr\nConflicts:\n\t3d/maya/python/camcache/exporter.py\n", "proba": 1.6849217843173392e-07} {"commit": "0074695ef7742213d3f14ef62213167e1fe408b4", "message": "Ability to turn configuration pre-check off with comment.\n\ngit-svn-id: ad91b9aa7ba7638d69f912c9f5d012e3326e9f74@3252 3942dd89-8c5d-46d7-aeed-044bccf3e60c\n", "proba": 3.1443480565940263e-06} {"commit": "7cd21de3ae74152954ce19051b5e408ee7dd46f3", "message": "Add a warning when locale declares filesystem encoding as ascii.\nrefs #2719, #2704, #2643, #2631, #2623\n", "proba": 0.9994944334030151} {"commit": "eef989acbecdfa72957150d89fae22b1afe505ef", "message": "re-worked the iter_graph algorithm\n", "proba": 0.0005333831650204957} {"commit": "e87363d11591c4f80db3ed8673446f9d37b1ae74", "message": "added lock file to prevent simultaneous runs\n", "proba": 3.7215497172837786e-07} {"commit": "46418c36aad247a1f3c61f1b3820a8fa9756ae14", "message": "bugfix: empty line when reach end of file\n", "proba": 1.3672699878952699e-06} {"commit": "9be273644c375bd3f9503ff4f6dcbaa50cff8cde", "message": "New figures\n", "proba": 3.5975267564936075e-07} {"commit": "1ab22569661bc552be448b7c99dbca07bc5a0f2c", "message": "fix beansdb version type, should be signed int\n", "proba": 4.41882150425954e-07} {"commit": "c0ea1d17b7915261a0e672cf4a47c618959a8ac7", "message": "removed some unneeded code\n", "proba": 6.079488684918033e-06} {"commit": "56115866ff980d8b06c43177dfd40dbd27b7cb61", "message": "Fixed determination of render_step and display_step.\n", "proba": 1.2933054449604242e-07} {"commit": "3e668693a9aafc6b73aded8190adf177c1cd8052", "message": "fix variable names\n", "proba": 0.9988217949867249} {"commit": "668495136ecd2f667a04e230803bed44b230b7b6", "message": "added model_setup\n", "proba": 4.555734278710588e-07} {"commit": "e51d81ba49890af28073d1b420086b24d32e71b5", "message": "changing function that auto detects the fill color to get_median_color, which makes more sense\n", "proba": 2.7209895847590815e-07} {"commit": "0374f331376ec37cd616e55bf9e367745d0044ae", "message": "When retrieving the users in a group we're only interested in their username\n\nOtherwise this fails down the path.\n", "proba": 1.2993966436170012e-07} {"commit": "deaebc494208d6947e837d4d0e16b2894842b435", "message": "downloadboob: code factorization\n", "proba": 1.8625084976520156e-06} {"commit": "ec55d924c9e5bd0e979bb80ee9c5f02b631f09c8", "message": "Switch to error dict from list\n", "proba": 3.7230051930237096e-07} {"commit": "98fac5d435f51695b387e8fc619f83cdf3bc57d2", "message": "Moved permission assignment\n", "proba": 2.6418803145134007e-07} {"commit": "6b83217f422b46ef9cc4ef5aa124350eee825fe1", "message": "Fix - TaxedProductMixin is abstract model\n", "proba": 1.9913500182155985e-06} {"commit": "5e51b11c8726d30434b6798eafa1eb31a0a04f00", "message": "Ignore invalid codes for multi-coded elements.\n", "proba": 3.2474054023623466e-07} {"commit": "5d6fdda11b3a37c225c0f98d59247f7243c3a9f2", "message": "Use ujson for the psql json column type\n", "proba": 1.2520717973529827e-06} {"commit": "7250f985d3db3b4816d0c0fdc514b23c8c834eee", "message": "aws creds can be taken from env\n", "proba": 2.550471833728807e-07} {"commit": "eff4ef992476a69dbd67c274c2deb579737a8376", "message": "[server] add custom infos to openapi schema overiding default SchemaGenerator\n", "proba": 1.5058525093536446e-07} {"commit": "a34738301fc8672e40566481bb3c167a3906ccf5", "message": "removing extraneous logging entry\n", "proba": 1.0192766239924822e-06} {"commit": "3d7ea8f0b88e2ea3e3d54ff6eb77565ec9d42dae", "message": "class-based visualization view\n", "proba": 3.826400188700063e-06} {"commit": "273a5bbc9d78401df2dca647e93a6580e336cf03", "message": "Remove test file\n\nSigned-off-by: Chris Harris \n", "proba": 1.1686748990769047e-07} {"commit": "d6e99b7ed858196d13169d94b7010cee01a039cc", "message": "fix calculating of URL names\n", "proba": 0.0001105968258343637} {"commit": "903cae040cfeff4fb4ad17a371a982e699c23e64", "message": "BUG: sparse/arpack: fix off-by-two in check for ncv\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@6854 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 4.235632786731003e-07} {"commit": "532166f4bba359f02eb5ec4593c3b95a4debff45", "message": "corrections to tests, add loc and scale test for continuous rv stats\n", "proba": 1.2681624639299116e-07} {"commit": "f05e7934689edda36a08de2d28142bb5aab08e03", "message": "Changed the parameter from ancestor to ancestors to accommodate a list of ancestors.\n", "proba": 1.4003144599428197e-07} {"commit": "813a52840c1e53fd94e32889c39ecf42fc0a1ad3", "message": "Add argument validation to base.Logic\n\nPatch by: Sverre Rabbelier\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%402147\n", "proba": 2.3470248322610132e-07} {"commit": "edb06d0a5e209ca2801affd265d479ac0ec40e1d", "message": "Fixed a bug in _oncreate in soc/logic/models/club.py.\n\nNon-existing fields were set.\n\nPatch by: Lennard de Rijk\nReviewed by: to-be-reviewed\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%401560\n", "proba": 7.069637035783671e-07} {"commit": "01f75c45f05622ac5f1af42c586c75479123a5fb", "message": "Add getSingleton() method to return the Site settings entity.\n\nThere is always only one Site entity, referred to by DEF_SITE_LINK_ID.\n\nPatch by: Todd Larsen\nReview by: to-be-reviewed\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%401439\n", "proba": 6.800405003559717e-07} {"commit": "064bc25e1e488b609ecec1dbfb35f098b6d93f32", "message": "Always check if a user filled in a user profile\n\nAlso, if there is no checks defined, still do the general\nchecks.\n", "proba": 1.0883217527180022e-07} {"commit": "8564b92ab0bfa48e5dc0878a73999b36686facaa", "message": "Pass the seed to _constructResponse\n\nThis way _editContext has access to it; this will be used by the\ncommenting system.\n\nPatch by: Sverre Rabbelier\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%402131\n", "proba": 9.617724572308362e-06} {"commit": "b18067f7f510f884efed4e562773ced522c7b39d", "message": "Lists now use plural_name instead of name in the description.\n\nPatch by: Lennard de Rijk\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%401169\n", "proba": 2.7344125896888727e-07} {"commit": "208b49c5077c8d9171656bed76b34b48dfd26af0", "message": "Check for needed modules for RavenPython tests.\n\nr26432\n", "proba": 1.1131656947327428e-06} {"commit": "d7691efa316e1b968c6583f33be23b7409c60f5a", "message": "Fix wrong usage of helper requests module in soc.views.models.base after recent unused imports cleanup.\n\nPatch by: Pawel Solyga\nReviewed by: to-be-reviewed\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%402820\n", "proba": 8.775929813964467e-07} {"commit": "64354e597fc33b00c2942badb522b929385b5c38", "message": "Remove unused decorators import from soc.views.models.role module.\n\nPatch by: Pawel Solyga\nReview by: to-be-reviewed\n\n--HG--\nextra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%401500\n", "proba": 1.9796961225893028e-07} {"commit": "41bb46a4b170144ac0e33d35c877a72143374d2e", "message": "Save the choice for currently active program into the corresponding property.\n", "proba": 1.2043808794715005e-07} {"commit": "42e144470d124428eacc1fffd94dc953f283d394", "message": "[WIP] print best Event (least Particles)\n", "proba": 2.068560888801585e-06} {"commit": "3c8b877c52d080cd71603a6f862ed58a9f247562", "message": "Version update\n", "proba": 4.663579318275879e-07} {"commit": "1e25af7f0d5bef200c81c0737aae2e0b1afc52b4", "message": "fix https://github.com/spesmilo/electrum/issues/2204\n", "proba": 2.2514296915687737e-07} {"commit": "c9c371b9f3864d95554c2e304f3cb61581b0fcd1", "message": "Removed password field\n", "proba": 7.157373147492763e-07} {"commit": "0a8b474d4a235422a1ab513f90769c4cbfeea3be", "message": "Change gerrit.chromium.org url's over to git.chromium.org.\n\nBUG=None\nTEST=manual master restart locally.\n\nReview URL: http://codereview.chromium.org/8400006\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@107460 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.4611616734327981e-06} {"commit": "0c03c27fb99e631f749aee5cf6f8c72d0d747525", "message": "Add TODOs to snapshot.\n\nThere are variables called \"path\" which are intact strings. \nThe prior work to check the order of snaps is incorrect as it is really\ndoing string comparisons.", "proba": 2.2204639549272542e-07} {"commit": "1fbb93d041080c21ef1a41bca2846fe314758f8a", "message": "rename nonatomic to reader\n", "proba": 0.9999896287918091} {"commit": "f7c8f153b6340d03686a942665649933d0af677f", "message": "Fix OpSetInstanceParams.disk_template check\n\nWhen moving the opcode parameters I moved two or three checks from an\nopcode's CheckArguments function to the type checks. This was one of\nthem and unfortunately I didn't notice the parameter can be None.\n\nSigned-off-by: Michael Hanselmann <68b67885ff74281219b4a4be33cc20fd45078d7c@google.com>\nReviewed-by: Iustin Pop \n", "proba": 0.017971711233258247} {"commit": "463bbe6504fb3ee91020dee58e03ccb4bf0733b0", "message": "Adding a new control test to the Chrome Endure bot that runs control tests.\n\nThe new control test is called\nperf_endure.ChromeEndureControlTest.testControlAttachDetachDOMTreeWebDriver.\nThis control test is different from the original control test\n(perf_endure.ChromeEndureControlTest.testControlAttachDetachDOMTree)\nin that this new test uses WebDriver to drive the repeated action of\nattaching and detaching a large DOM tree to a basic document. The original\ncontrol test drives the repeated action using calls to setTimeout in the\nJavascript.\n\nBUG=chromium-os:27590\nTEST=Verified that the new test runs successfully using a local master/slave\nbuildbot setup.\n\nReview URL: http://codereview.chromium.org/9662030\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@126192 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.090879686671542e-05} {"commit": "8e51c681bc548c7ad0a8b0a2fd6cc0fefe2c0328", "message": "hot fix import error on python 3.7\n", "proba": 4.958558292855741e-07} {"commit": "15a7cb88b997493e22c55a99080e8adfcab9dc8b", "message": "More optimization of box_finder (still too slow)\n", "proba": 1.029420104714518e-07} {"commit": "f520fd82ca5118bf8d467d6596fb9e6cf0b764dc", "message": "Dont iter\n", "proba": 1.281238269257301e-06} {"commit": "2d3c3bc5d2bbaf78f39acc617d01e69b8b9352c4", "message": "Colored graphs\n", "proba": 1.3128508271620376e-06} {"commit": "2842c13d751825e8a116c7ab62854c05d2472d60", "message": "minor update\n", "proba": 4.0402281342721835e-07} {"commit": "8aea86799bec6b508bdce5cd73d1ec24c47c2266", "message": "(images) Fix signal handling equipment change for legacy equipment\n", "proba": 1.2131013704674842e-07} {"commit": "8d7280029d72cb804262cf18eed68dc840e9fd0d", "message": "pw_presubmit: Remove bazel_lint from presubmit.py\n\nIt's still in build.py. The function in presubmit.py is no longer\nreferenced anywhere.\n\nChange-Id: I9921ab5a8039d273a7652454cf6bfc33cba632b9\nReviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/74180\nPigweed-Auto-Submit: Rob Mohr \nReviewed-by: Ewout van Bekkum <638f134dbc68778d6b859fb04a64baea2b00b021@google.com>\nCommit-Queue: Auto-Submit <14637eda5603879df170705285bf30f5996692f0@pigweed.google.com.iam.gserviceaccount.com>\n", "proba": 2.3859985958551988e-05} {"commit": "5a2e7d0f6ababbcdcfdd8fd31f474618ae72665b", "message": "Implement new algorithm for package_newer().\n\nThis patch should bring more robustness to package version detection and\navoid false positives and false negatives that have been appearing.\n", "proba": 1.5633499117484462e-07} {"commit": "e42e5f6dec08214ff15888dffa8ff954fbaf85a5", "message": "sys.real_prefix doesn't exist anymore with recent version of venv. Use base_prefix instead\n", "proba": 1.2353005729437427e-07} {"commit": "893cbdabb503e07570ccb33f82c269e1f3aef7b1", "message": "DanielWagnerHall: Un-setting spurious property\n\ngit-svn-id: aa1aa1384423cb28c2b1e29129bb3a91de1d9196@16040 07704840-8298-11de-bf8c-fd130f914ac9\n", "proba": 6.649187298535253e-07} {"commit": "5f73d5de76772d35e7e2562181286e90d5081418", "message": "fixed the i_gpu, but now the rendering code is pretty slow\n", "proba": 1.3134541632098262e-07} {"commit": "61f5fc5135972101e347cdbd4501bf32d1bcedab", "message": "Fix some NameErrors in modutils.\n", "proba": 2.2287422041245009e-07} {"commit": "d15acfd472f7ec967334d8df3691c9011f11fd7a", "message": "fix(sdk) orig_params being overwritten in custom-tasks (#742)\n\n", "proba": 1.0805817396430939e-07} {"commit": "c9db2642221e876e1265f6df06f9ac287fcbf9e5", "message": "LukeIS: calling SET_SCREEN_ORIENTATION when setting (instead of GET)\n\ngit-svn-id: aa1aa1384423cb28c2b1e29129bb3a91de1d9196@14973 07704840-8298-11de-bf8c-fd130f914ac9\n", "proba": 3.7620404782501282e-06} {"commit": "b05d552fbaa4c8d7f9f0ec9492a3f16440db4249", "message": "Deal with network error too in agent to host communication\n", "proba": 1.379879108753812e-07} {"commit": "ea8a3968c5a375d2846d015ddcacfd3e2a62d589", "message": "Fixed instructions (swapped source and destination)\n", "proba": 1.32388066731437e-07} {"commit": "3683b358771badc9b886931b816b87632c7efa99", "message": "[fix] plugin description\n", "proba": 3.8905551491552615e-07} {"commit": "01ac0cce04ae4607ca3dc63f7df75fce2e183839", "message": "Update capabilities properly instead of assuming dict structure. Fixes #3927\n\nWe were previously assuming, incorrectly, the shape of the dict. We then\nuse the key that we wanted originally... *sigh* I should have been more\ncareful.\n", "proba": 1.0399585903542174e-07} {"commit": "7f8e2b5b4978dd5a56489c52df4107276f5a55e1", "message": "Fix reversed geojson coordinates\n\nThis issue relates to a change in coordinate ordering with recent versions of PostGIS\n", "proba": 3.1710601433587726e-07} {"commit": "f1c33f0989db29922057c53e0285afff288d53cc", "message": "undo steps.py changes\n", "proba": 9.798186511034146e-07} {"commit": "0836492072388bdc6835fd510ff62b4763d6fc08", "message": "fix: GMMUBMClassification really inherits from GMMClassification\n", "proba": 2.5319784526800504e-06} {"commit": "bd87d61d370ce85fd3b54c7a8427ebfdbf928c55", "message": "Fixed bug where username didn't show on stream\n\nProfile wasn't being passed to stream, because we weren't using it\nbefore.\n", "proba": 1.0607531208961518e-07} {"commit": "5cea4862fa578a011cb326d0c7658d1b485b0e8c", "message": "Plugins: Fix to @hook / @run_hook mechanism (#1669)\n\n* Fix to plugin run_hook mechanism\r\n\r\nThe @hook decorator was registering functions globally for all plugins,\r\neven ones not decorated with @hook would get picked up.\r\n\r\nThis change fixes it so that only functions decorated with @hook get\r\npicked up.\r\n\r\nThis commit is not 100% ready for merge to mainline. I still have to do\r\nsome due diligence and verify no extant plugins DEPENDED on the old\r\nbehavior for correct operation!\r\n\r\n* Follow-up to @hook fix: Deal with @property attributes properly\r\n\r\nWhat we were doing before could trigger an @property instance property\r\nto execute a function as part of our getattr() check in _is_hook.\r\n\r\nThis commit handles the property situation correctly.\r\n\r\n* @hook fix follow-up: Check for _is_ec_plugin_hook on class-level\r\n\r\nThis may be faster, and was suggested by Mark.\r\n\r\n* Nit: Allow run_hook hooks to return more than 1 result\r\n\r\nWe just pick the first one and print a warning to the console.\r\n\r\n* plugins.py nit: Alphabeticized the imports\r\n\r\nMy OCD is satisfied.\r\n", "proba": 0.006629288662225008} {"commit": "8506dc32480856e8f26bb8f4d8078f89760b76db", "message": "fix: .matrix() counts confusion twice (for ref and hip)\n", "proba": 1.8530832335272862e-07} {"commit": "6ab1e72ff781faa6348f48a27b72265f58eed247", "message": "bumped to version 12.0.4", "proba": 1.3511537133581442e-07} {"commit": "121ef4caef88fe9ced6eecded725bb7d450757a3", "message": "Reformat too long line\n", "proba": 3.1094771202333504e-07} {"commit": "b3914d000960e18975e83bf466092546357f6e43", "message": "pr/107: python 3, syntax, typo, upstream issue ref\n", "proba": 1.6931981861034728e-07} {"commit": "834ad34334216d0d521e53d42de1955206d5a6b6", "message": "Use internal function _write_json()\n", "proba": 3.364802978467196e-05} {"commit": "cfdb8cbb973efddeca249d19a21ee1012f72b73c", "message": "Restore span records on failed reports (#15)\n\n* Restore spans\r\n\r\n* Simplify restore logic\r\n", "proba": 1.2567201679303253e-07} {"commit": "2ac7d4ac7eac64a8d151873a5d93684a39b57725", "message": "[fix] [versioning]\n", "proba": 2.6338275915804843e-07} {"commit": "f2cdb8c7e1780f2aad8f5bbb2187285beb8e53f9", "message": "fixed ideogram\n", "proba": 1.2675654943450354e-06} {"commit": "b08dec1320a5c2c4bcb5ccadd6ca53c0c2a49865", "message": "models: cleanup\n", "proba": 0.0017931798938661814} {"commit": "48e4f56ccd4eb494b7830cf19b693b441320eb47", "message": "Fix some pylint warnings\n\nPiperOrigin-RevId: 479674243\n", "proba": 0.9989450573921204} {"commit": "254043171e6c605e8e79eda2e4f49d58a4ac4424", "message": "Add no_letterhead to form_dict (#4444)\n\nno_letterhead in form_dict was missing", "proba": 0.0002514369261916727} {"commit": "2fdab01db08b95264127e5b7ad605f9e190e073e", "message": "email notification for speaker profile update\n", "proba": 2.5461434915996506e-07} {"commit": "74125f5cf9fdc1b2b9e20687be83c5d11ec3e580", "message": "augur/translate: add seqid and type fields to annotation compilation in translate. It might be more sensible to move this into export in case no translations are done.\n", "proba": 1.0796587446293415e-07} {"commit": "db8688d3f528d9430fa2fe4bb1316e7624590165", "message": "add bookserver/__init__.py to list of modules to test.\n", "proba": 1.2126017168156977e-07} {"commit": "7cc71890779663d777c25eea9e1819998aa8b40c", "message": "Only apply softmax layer clip during training as it is redundant at runtime.\n\nPiperOrigin-RevId: 212334076\n", "proba": 1.2005885707822017e-07} {"commit": "f1a5c0708afb091c79e40de628beb9c7795b79da", "message": "Ordering now works\n", "proba": 1.2663629433973256e-07} {"commit": "46efcf14e25829069c973559d39aa4ac6f3d0907", "message": "bumped to version 8.0.65", "proba": 1.3801357567899686e-07} {"commit": "ebd3e8863bf15b0c1efd161f1d638726edbfb5da", "message": "FluxlineCrosstalkAnalysis: new vfc method\n", "proba": 2.180718752242683e-07} {"commit": "cedfad87f702539bc29fa38dbe72177cb0576ba3", "message": "tweak benchtimes tool\n", "proba": 5.620593128696783e-07} {"commit": "1ec3fabeae4640486858b870c2c81b3342086641", "message": "Revert of core.renderer.action_button\n\n", "proba": 2.2317475156796718e-07} {"commit": "3ce3f57fee2d7044e4a3060ab8923d007bfcfade", "message": "randomize dbname if restoring as new site from database dump\n", "proba": 4.4814657940150937e-07} {"commit": "8bb88a1735a0b9a90a4a381e6f1cd08d35bc603a", "message": "Check the version number we use to generate the release announcements,\nto prevent further fat finger mistakes, such as this one:\nhttp://svn.haxx.se/dev/archive-2008-06/0171.shtml\n\nFound by: Marcel Gosselin \n\n* tools/dist/write-announcement.py\n (main): Double check the version number before producing the\n announcement.\n", "proba": 1.3402068077539298e-07} {"commit": "d3fcf710e8daf844437ef72c93bff392fb241c4a", "message": "Update share registrations migration script\n", "proba": 2.744669700405211e-07} {"commit": "5ef1c80832b611e1a76b7569e2d05229d83b6d32", "message": "pep 8\n", "proba": 3.5980482948616554e-07} {"commit": "299be27a20c0236a233216727324ed8718c5671e", "message": "rimosso un argomento inutile\n", "proba": 1.1717925190168899e-06} {"commit": "f37ab9431b963a065751c8d4e0f487e3b3a6cae4", "message": "perf: stop on first changed thing in Stage.changed()\n", "proba": 3.3791255305004597e-07} {"commit": "7d2e947f312acba0fad056b5ff80a77e8fdcb577", "message": "Fixed the tasks messages processing rules, updated splitting rules to properly treat commas\n", "proba": 2.186518344160504e-07} {"commit": "af2fa5fc2125f9147779e31a08b7b93ecd78c08a", "message": "The default behavior should be the same one as django\n", "proba": 0.0030997765716165304} {"commit": "95f4cb853c73a71ce50fc70ea437b63aa4f14128", "message": "pressure untis\n", "proba": 4.233664185449015e-06} {"commit": "72b8c168578cc63235268bdb90a914adb2cff4d3", "message": "Set ECSV schema keyword to astropy-2.0 [skip ci]\n", "proba": 1.1645917652458593e-07} {"commit": "4ead056c5af7a8ead63acc34b34b6b6437c24863", "message": "Fixes bug introduced from the last few merges: in MultiQubit_TimeDomain_Analysis rotate_data\n it was calling a normalized_data_v3 which was renamed to rotate_and_normalize_data_1ch.\n", "proba": 1.1779375341802734e-07} {"commit": "ddd226c1a1f5eaf7e49a555e3ad28c42badd2d5c", "message": "fix in case doctype not found\n", "proba": 4.901929059997201e-06} {"commit": "b85eac8502d73413bebd04c3270246e415c996ed", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "f0fbbc99dd72074daf7b17410f0712d3501a18a0", "message": "added selector for DDPG policy creation\n", "proba": 1.2593200438004715e-07} {"commit": "8ae1b482b20ca53542ee69229c186360ba094ce0", "message": "More tests\n", "proba": 1.287004636196798e-07} {"commit": "808e8087bdc38a8811025a30e20ea8bf3cace6d4", "message": "fix test\n", "proba": 1.6747775362091488e-06} {"commit": "ce49cfa67ce6dcdfd5b56f71ede792e7db9f698a", "message": "add support for configurable build dir when building nuget packages (#5352)\n\n* add support for configurable build dir when building nuget packages\r\n\r\n* rename vars", "proba": 2.0103426834339189e-07} {"commit": "a24f64834ad4e963de27369e10b29bfb89f562da", "message": "Fix alignment between line and code columns.\n\nWe stop stripping empty lines in multi-line regions,\nespecially prevent in Python docstrings.", "proba": 1.3075239735371724e-07} {"commit": "d427a207e2ef563bb52e6bff3c086c4455b106e3", "message": "Removed legacy asserts for the debugger. These may get\nadded back in at a later point in time, but right now they're\nclutter.\n\nMichael.\n", "proba": 1.0451465470850962e-07} {"commit": "8ffb6b00109c838b4a1dad01e6d13f599829d446", "message": "made a test richer\n", "proba": 3.953152372559998e-06} {"commit": "e182a4a49fb96ac5ca9a83ea15c9887bc9350051", "message": "Bug fix\n", "proba": 5.465154799821903e-07} {"commit": "4304964a4b0fcbb1fbf732bc3a8821c03cc39714", "message": "Don't add \",boot=on\" to disks on kvm >= 0.14\n\nUnder newer kvm this prevents the vm from starting.\nAh, change!\n\nSigned-off-by: Guido Trotter \nReviewed-by: Michael Hanselmann <68b67885ff74281219b4a4be33cc20fd45078d7c@google.com>\n", "proba": 1.7051701206582948e-07} {"commit": "c020a6c51632cbcdf520ae6b7717bef0f4910b0f", "message": "fixed spreadsheet names\n", "proba": 1.9072348322879407e-06} {"commit": "b669c965b9654b8d695283effccf6c09ba76b00a", "message": "AMD64: add esp and ebp to registers.\n", "proba": 1.4404108128474036e-07} {"commit": "d7eb87bf0176a50db940c565be02ce4959bf070a", "message": "Starting loop mode coding\n", "proba": 4.1961587271543976e-07} {"commit": "235bd7fab2f2d26fdd3e8fefb754bce3b00c9c8a", "message": "Added in more unit tests.\n", "proba": 1.085322196558991e-07} {"commit": "da63d0a02b677b012c4e3c70c097367361fbe802", "message": "Eliminated booleans from indices.\n", "proba": 5.154780410521198e-06} {"commit": "b314cc3391baf186dd6b3fb353e47bbda707402e", "message": "FIX : removing duplicated example\n", "proba": 7.897609748397372e-07} {"commit": "3df1fdd76356418b2bb8412fd4fa1f2e0248f960", "message": "analysis_V2, FluxPulseScopeAnalysis: improvements + docstring\n\n- adds dosctring\n- renames freq/delay_ranges_exclude to freq/delay_ranges_remove and fixes bug where only one range was being removed even when the used provided more ranges\n- adds freq/delay_ranges_for_fit parameters to specify freq/delay ranges that should be included in the fit (opposite to rectangles_to_exclude).\n- adds errorbars and marker to fitted frequency line and plot\n", "proba": 1.2164847476014984e-06} {"commit": "3562aa5aae7009fea6e5b6b972230ca8c3ad7d16", "message": "fix tpu transfer bug 2\n", "proba": 2.1602122046715522e-07} {"commit": "f6babeb91540839ae4316ec58b07b75eddfc06b2", "message": "Remove unused imports\n", "proba": 8.691937409821548e-07} {"commit": "e0a1b84c046fc674e3a23595c0b6d45a773fb9da", "message": "Added app_id, app_name, and device_name in credentials with backward compatibility\n", "proba": 2.695456657875184e-07} {"commit": "2c0a46cb9a18e7d3dde4f2073001fbafdb8cfbf2", "message": "Modifications models\n", "proba": 4.4745985405825195e-07} {"commit": "a83ab4c3dde7a531dbc586dfaa3f514163c7cab1", "message": "Revert \"add testsql\"\n\nThis reverts commit 6f8ce90e6684b692722eeade74c8f495ee78def5.\n", "proba": 1.3716814351028006e-07} {"commit": "90d3d60a78dc25c0f113fe908cb36f6acd584bf3", "message": "Use a name and add an assert\n", "proba": 2.5834735879470827e-06} {"commit": "78f860bcb68a38877c663b756bdf174ef23b8198", "message": "allow to use either HTTP/POST or HTTP/PUT in the REST bridge\n", "proba": 4.0218293406724115e-07} {"commit": "5959ea2d27236a40274ec2f33aa49d86b6d40a4f", "message": "fix Matrix-Vector operations\n", "proba": 0.5892691612243652} {"commit": "645e6874d72cf1f0af6d87591a58df13070059c0", "message": "Stop &explain=true from corrupting all future queries.\n\nThis was using global variables and was broken since the conversion\nto Flask. Move this data to the flask.request object so it doesn't\naffect other requests.\n", "proba": 1.1568762658953347e-07} {"commit": "73d9be0c65024070d26386f3e04ecb72dedc949c", "message": "xds testing: add a test case with multiple routes referring to same cluster\n", "proba": 3.754442161607585e-07} {"commit": "fb7f697ef6acb6b5cd3c5d24c698ac4abaa8fa8f", "message": "minor change\n", "proba": 5.548630497287377e-07} {"commit": "421fae37da3dc35249a60350e73adab04178739d", "message": "update web server help for Google App Engine\n", "proba": 2.1291970142556238e-07} {"commit": "8bbe478b5740e1a9b3b9bf5f6f125d66b20e15e9", "message": "removed manual deleting\n", "proba": 2.3675022475799778e-07} {"commit": "837a8196dd38c1f120e71814c6f29ee426776ae8", "message": "extract _check_user_location_query for query-json test", "proba": 1.0574725820333697e-05} {"commit": "2fb2432e4f0383d5a4be1e7202d9654b7039cc3d", "message": "Added test audio handler.\n\nAdded audio handler that logs message.\n", "proba": 1.0929189642183701e-07} {"commit": "818c671a670e049d45d8560344f2b02271bd8b0d", "message": "Clean up commented out code and other PEP-8 things.\n", "proba": 1.0354537494094984e-07} {"commit": "e200f215801de567e007f64cd6af13ff78e520f3", "message": "Cosmetics\n", "proba": 1.7208266172019648e-06} {"commit": "87219135affcfd51c4c44d5a0a0ad650d2a286fe", "message": "Removed unneeded import\n", "proba": 3.970021964505577e-07} {"commit": "b11679aa3445ec296ae7e6fd73f57843dac2b6f3", "message": "tapdisk: correct another syntax error\n\nSigned-off-by: David Scott <63c9eb0ea83039690fefa11afe17873ba8278a56@eu.citrix.com>\n", "proba": 3.231590710583987e-07} {"commit": "f1bd2959b69b1dccc8012fc642a31900406acb14", "message": "Nested formatting works, actual forms not yet\n", "proba": 1.255425274848676e-07} {"commit": "ae274d1159feb6ec350aab9add177ac70363f314", "message": "Improve docstring\n", "proba": 3.173729055561125e-05} {"commit": "7d48b4234f3f35f74bee3a5df9602e872a7b0691", "message": "Update with format specifier", "proba": 2.940139154361532e-07} {"commit": "a9c131dc0a8ddcaa3d89cfebf219fa17126ea96a", "message": "path change\n", "proba": 1.6517792573722545e-06} {"commit": "9e9f4d635993d794c33da83f80c6d33e58404a45", "message": "corrections sur avg timebyframe\n", "proba": 3.1200312378132367e-07} {"commit": "62be2521c948ae30c1dc05c72a03517bcc813c50", "message": "Nicer error when cwd is not playbook dir\n\nInstead of:\n\n $ arm freeze\n Traceback (most recent call last):\n File \"/Users/marca/python/virtualenvs/smstack/bin/arm\", line 6, in \n exec(compile(open(__file__).read(), __file__, 'exec'))\n File \"/Users/marca/dev/git-repos/ansible-role-manager/bin/arm\", line 5, in \n main()\n File \"/Users/marca/dev/git-repos/ansible-role-manager/arm/main.py\", line 48, in main\n args.func(args)\n File \"/Users/marca/dev/git-repos/ansible-role-manager/arm/commands/freeze.py\", line 19, in run\n _roles_directory = os.path.join(_root, 'roles')\n File \"/Users/marca/python/virtualenvs/smstack/bin/../lib/python2.7/posixpath.py\", line 77, in join\n elif path == '' or path.endswith('/'):\n AttributeError: 'bool' object has no attribute 'endswith'\n\nwe get:\n\n $ arm freeze\n can't find playbook.\n use `arm init` to create recommended structure.\n", "proba": 0.9984343647956848} {"commit": "e80b6afb9de14d742c95967f8fc0926416d749e3", "message": "add missing parameter in pptx parameter_map\n", "proba": 5.769987865278381e-07} {"commit": "2367f38fdcc60401cb21f0679a11255bf0d5277c", "message": "sources for capacity data in metadata\n", "proba": 3.925888449884951e-07} {"commit": "8aa248aceaacc666db5c4d5f5e98bc1abeb1ebfd", "message": "Added basic template creation\n", "proba": 2.0094148567295633e-07} {"commit": "ab0cb97260c97961c83ce314301ba7b701161778", "message": "removed unnecessary fix for user-defined attributes not appearing in output file\n", "proba": 4.896112955066201e-07} {"commit": "2b0db7222cb1028b701b12749bc511a476a528df", "message": "more tox fixes\n", "proba": 1.2234160351454193e-07} {"commit": "c14d155799de1fbc37543546639119ee255bed28", "message": "Refactor testbuiltins to reduce repetitive code and re-arrange into the same order as builtins.\n", "proba": 1.565567089301112e-07} {"commit": "d88671212e8e98b6090e595f5c4786aa81a6f6d3", "message": "[xilinxc]: Fixed minor issue\n", "proba": 3.277579025962041e-07} {"commit": "de8f770534f4759172258423141eb1ca0f56ba3d", "message": "Require absolute imports in the compat.collections module.\n\nFixes #3975.", "proba": 9.997102523584545e-08} {"commit": "efed5ed858ea36602b0f3d40137bd059c83a83fb", "message": "no_project_dir_install update\n", "proba": 5.6324211072933394e-06} {"commit": "fe11e5f6458c3ddd52d6c84d76296fe5559cc5d9", "message": "asking user permission to communicate data\n", "proba": 2.289071744598914e-06} {"commit": "e63c46257632ff9c9434c6063659dc0534303dda", "message": "Retry on JSONDecodeError\n", "proba": 8.775804190008785e-07} {"commit": "e9847eddd5a999eb97b28b549e7a4c7541ba6504", "message": "Fix bug with handling fixed length card numbers.\n\nAlso add ID length option.", "proba": 1.045300095370294e-07} {"commit": "a94892cdc3ce451319cdff08a405f6fba3409a42", "message": "Use tuple for dispatcher params - slightly easier to read\n", "proba": 1.6191299323509156e-07} {"commit": "9e596276f59cd04bc8e529eb09e4408d950bf6f6", "message": "reset original training at [0] file\n", "proba": 1.5029800692900608e-07} {"commit": "19febee573cda0a1a8bffdc1ff5feef2257d6750", "message": "Processing also attributes of python classes\n", "proba": 2.1994766541411082e-07} {"commit": "4784930f8b69313881cb43939c70887c54fbf582", "message": "hw friendly correction bounce\n", "proba": 2.9005005330873246e-07} {"commit": "1e4153a55289c693054fa9837e09e8c32f23e794", "message": "better error reporting if user's slices are not found\n", "proba": 9.150908226729371e-07} {"commit": "74439d3c6d63d91d945a9f5c219829bf192fdff6", "message": "fix progress\n", "proba": 9.002423553283734e-07} {"commit": "9a08d3751aac8451cef3e93b834c8863f45d2c92", "message": "Update device.py\n\nBlack tool related formatting", "proba": 1.8909011600953818e-07} {"commit": "8290a0f60af150a0595273cc71b253b3ade83159", "message": "Remove keyname from cloud tests\n", "proba": 9.641818223826704e-07} {"commit": "2b303eea88236bb61269ba8fa267766bb8caf550", "message": "Fix test.\n", "proba": 8.550564984943776e-07} {"commit": "6955275cacd342807ef83642549335abb3788776", "message": "Install latest released Ur/Web version\n", "proba": 1.931156816681323e-07} {"commit": "1b386fc4c8a5c075a7e06b7a0a71bac934024da5", "message": "Replace genfromtext with read_csv\n", "proba": 0.999992847442627} {"commit": "dd481a6dac52d1ea9797a25e3aae802507be6989", "message": "make metric id not required (#3223)\n\n", "proba": 6.213205665517307e-07} {"commit": "e1cfe237b74241ee4f15d8f6c10e209442bbccf5", "message": "simplify _raw_data to only what its called with\n", "proba": 0.00015171746781561524} {"commit": "609d99b2cafb3b06bbff4f85a587a9e6ef5964fb", "message": "adding config variables into checks\n", "proba": 1.404678869221243e-06} {"commit": "c4a336f71bb48f644edb265ef7af248c16c613fd", "message": "Update constants.py", "proba": 1.054229642249993e-06} {"commit": "400d34adbbe0f50111c263f3eaf3c6047283c0e3", "message": "Wrap socket exceptions in an InterfaceError\n", "proba": 7.397372883133357e-07} {"commit": "9d049cf20f6ca0aae91035c8fd5e4f91d12a83d6", "message": "Added expiresIn parameter\n", "proba": 3.310147747015435e-07} {"commit": "821e41686a72a47d4d8a57d9880db236025b0365", "message": "Make scene viewers use a white background\n\nThis is a better default (than white on black) for an application aimed to produce images for publications.\n", "proba": 1.1084626549973109e-07} {"commit": "05716f845744fb83c517d88a55eb3c545a335b4b", "message": "Refactor plotting code\n - Update theme\n - Add the possibility to use a use-supplied theme\n - Plot multichannel audio\n - Optionally scale the signal before plotting\n - Add arguments for figure size and resolution\n", "proba": 4.254676753134845e-07} {"commit": "0c74b4d1089bf38c107f939678ee3bacc46a8cf0", "message": "Don't create extruder tabs for \"inactive\" extruders\n\nIf a printer definition defines more extruders than machine_extruder_count, these are no longer shown as tabs in the sidebar.\n", "proba": 1.3447851188175264e-07} {"commit": "f491718028a72b812045c2e50ff4857bcd93599a", "message": "Added missing field in a group query\n", "proba": 3.366751002431556e-07} {"commit": "30d8af7325b8c0abfbfc395b68b597358daaaae1", "message": "Implement disk-based function cache\n", "proba": 0.00012704278924502432} {"commit": "1b1e112e74571fba5f46475700ce3bb7128f9801", "message": "updated\n", "proba": 4.958747581440548e-07} {"commit": "e6e3a220beec1b00b3aed7cd812b868d5b7be508", "message": "Check if the dialect supports checkpoints before trying to create them.\n\nSigned-off-by: Laura <07c342be6e560e7f43842e2e21b774e61d85f047@veriny.tf>\n", "proba": 2.6162086896874825e-07} {"commit": "11dafba5fc8356324c2a6e165b55d2da52ebc63d", "message": "MC: allow overwriting live_plot_enabled with a property of the detector function\n", "proba": 1.316706175202853e-07} {"commit": "5ef8821f380fa737271f8aaf5b1c441f2678dc03", "message": "Catch non-existent batch file\n", "proba": 2.0239695004420355e-06} {"commit": "b4d23a2bf14fef2e60307a6163bfecf2b35af4ee", "message": "Start creating basic elastic scheduling animation\n", "proba": 1.7094131976591598e-07} {"commit": "563c418670727f2e4c652d1697e37504e097c83a", "message": "Testing for exceptions - assertRaises\n", "proba": 1.752081573158648e-07} {"commit": "0540a643440bfe6c0b1ec8226ee7683f652a21bc", "message": "Fixed tests\n", "proba": 5.21611696058244e-07} {"commit": "14890b75189422c7c259d2aae6ca4572d00e8907", "message": "backend spawner; should use flask for it instead.\n", "proba": 1.1506396901950211e-07} {"commit": "568d30d17b85dc1fd5bd4ab784e750ac237cdb39", "message": "Commented out 2 lines of code that caused issues with reset\n\nThe documentation doesn't mention why the code is there, so i've commented them out for the time beeing\n\nCURA-1758\n", "proba": 2.819162716605206e-07} {"commit": "61c322c34b256b890a7f7b6500ec160e7db02016", "message": "fixing missing metadata view\n", "proba": 1.7584537772563635e-06} {"commit": "9b282c35fa62a9b578decbcc3c57534c25b9e65c", "message": "Fix bad reference", "proba": 0.00037685068673454225} {"commit": "66f82370106ff782fa6947aa7bbfa79ae23f60bf", "message": "Also accept .so as an extension for module files.\n", "proba": 1.0264047034524992e-07} {"commit": "392defc2bfa99508d969f5d5966be875d6760c5f", "message": "Fix previous commit\n", "proba": 1.2695986697508488e-05} {"commit": "1d5872409e46468cfbb5ed404efd5574e880608a", "message": "Made monster spawns more forgiving, item spawns less forgiving\n", "proba": 1.9891585623099672e-07} {"commit": "f59b65aab2af280206898a72185ddab308202dd1", "message": "Lack of smooth fields (#1203)\n\n* Create FUNDING.yml (#1173)\r\n\r\n* Lack of smooth fields\r\n", "proba": 1.447872790549809e-07} {"commit": "26c04d347b6bb456d98c051e75afe52b50a7c6b7", "message": "fixup file handles\n", "proba": 5.982491302347626e-07} {"commit": "85b6fedc973c20081c7a329bfb385592ffbf29d3", "message": "Slight tweak to the fix for bgo#624243 - When editing in eclipse by pressing the tab key the orca sometimes reads the contents of the line\n", "proba": 1.2169437013653805e-07} {"commit": "bac1173d64e7d929cde562a70fd90809d0b0b2a1", "message": "Create test_pytest.py", "proba": 3.1669052987126634e-05} {"commit": "196eb68ea643dfb4126fa53df53b7d02d0a4e9ef", "message": "Added temporary function for getting access to a parameter without changing its value\n\n", "proba": 3.0324562771966157e-07} {"commit": "f98bc0aacc2465c04996477a39484bd3b92f8a53", "message": "fix delete docs method\n", "proba": 1.3886239003113587e-06} {"commit": "fc2673b5933468d5a6fab233775b6273754cbba7", "message": "Fix Issue 3\n", "proba": 2.6515729700804513e-07} {"commit": "1a96ed421b0bd1d6a4ae2df9de503b958933e91d", "message": "use imp.new_module(), not new.module(); and /usr/local\n", "proba": 4.560643901641015e-06} {"commit": "81070ccc1214cbaec8be21587f648c3b121ea062", "message": "Comment out unused imports\n", "proba": 1.503609468045397e-07} {"commit": "afbaf160fe2baf3a769c3d1f9cfb4338ee6300be", "message": "improve code\n\nsearch group by xmlid\nsmarter search partners without a user\n", "proba": 1.5332348368701787e-07} {"commit": "c78c8ceb697fbdc2c7b198fa8f6ead8480c6767d", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "187e96983f4e70f8eded784b7cd3f71b1adcb54d", "message": "Fixed critical bug where clicking outside of the map crashes the game\n", "proba": 1.6206824682285514e-07} {"commit": "0469561ed332b735e9059349302df309c5c41c00", "message": "Improve attr shares between screens and panel\n", "proba": 1.3337576376670768e-07} {"commit": "d6bb41e3678624d7fee79671e9fadbab5fb0987e", "message": "Add test for making sure collections view is blocked in robots.txt (bug 1210603)\n", "proba": 1.1005143107922777e-07} {"commit": "62325d3bd0f76019bc322cf3890d69ad668c4427", "message": "Added public method to verify if there are changes on the editor\nOnly save if there are changes\n", "proba": 3.1418551316164667e-07} {"commit": "3183c42b008451f09d365913aaad766d86e39170", "message": "Make the DYLD_INSERT_LIBRARIES workaround for SIP more robut for the various configurations that bots are running\n\ngit-svn-id: 4c4cc70b1ef44ba2b7963015e681894188cea27e@340792 91177308-0d34-0410-b5e6-96231b3b80d8\n(cherry picked from commit 893b1d2ba711d99d708c8a569304c09fa470a47c)\n", "proba": 1.5428820461238502e-06} {"commit": "1833e8af3abcc7167ba4f5f7ac1d02d1ea25ecfa", "message": "Add admin mails\n", "proba": 3.761692539683281e-07} {"commit": "110e62fea918fdee50ce9cdf8f7806fb7388ecd0", "message": "Export volume,mass,weight,centroids to .csv file", "proba": 3.465694931037433e-07} {"commit": "55938bb19804315b10227a8bf9830031725b8a70", "message": "Remove old fixtures for ddf fixtures\n", "proba": 3.6712955875373154e-07} {"commit": "83b9be5da3fbbeaab1bf7f484b2d143599afa029", "message": "Bumping version number.\n", "proba": 1.515086012204847e-07} {"commit": "e07a7d7ea528654e28360a3e4fa004aa0745cf2d", "message": "change names and add parallax\n", "proba": 3.7828172594345233e-07} {"commit": "7468ddbda4709b55312f4e8b342fd9c6f6c7a67f", "message": "fix typos\n", "proba": 0.9999740123748779} {"commit": "c551779d0067131558d02d313aefb77c1f0dfc6b", "message": "Minor PEP8 change\n", "proba": 2.2634404217569681e-07} {"commit": "6b2b263de2502ff53672d23f2f2f295055ecfff9", "message": "Fix typo", "proba": 0.9999992847442627} {"commit": "f216d97ca3f0062b2b17edd56c6feda28ffd26d2", "message": "Improve prepareTerm code\n\n- use isinstance() instead of type(_\n- print the type of and the term itself when the exception\n- Update comment for binding case\n", "proba": 1.6693828683855827e-06} {"commit": "ad564d697c674160185de914d5343a971893f31a", "message": "fixing mongrel request parsing\n", "proba": 5.324923790794855e-07} {"commit": "5e48f677885b550b08cc287f38b67122a1da8f3a", "message": "entropy loss computation invalid syntax fix\n", "proba": 1.8766509128909092e-06} {"commit": "d62b4746e6a1a3e114227b3013107d85e81c5f8d", "message": "minor PEP8\n", "proba": 4.1487837165732344e-07} {"commit": "ee9133c424e70c1a5cf149a8166d59ed1a0f36b4", "message": "Add fields for admin view\n", "proba": 2.789615507481358e-07} {"commit": "ce077489792ea0ec2545514987b35a0912618fa2", "message": "Add water_heater checks to pylint plugin (#76911)\n\n", "proba": 1.0883071865919192e-07} {"commit": "463151ca016386d12aee21448978271aa4dc6c24", "message": "jormun: update bragi test to use shape from coverage\n\nhttps://github.com/CanalTP/navitia/pull/2902 required to update most of\nbragi tests, but this PR hasn't been rebased after https://github.com/CanalTP/navitia/pull/2894\nso new test where failing.\n", "proba": 1.1782802289417305e-07} {"commit": "1e9b9e0d14fc6062461a945e7c5baa8b193f2207", "message": "Add market to lessor profile\n", "proba": 2.4754771743573656e-07} {"commit": "9370e203e46023b24b5fb69d7057d826ef4b9deb", "message": "Remove test that was testing deleted code\n", "proba": 1.7328698049823288e-06} {"commit": "f956c1053b87ebeaaf5b52877cb0e2c3126cb274", "message": "Used log_level_from_string from carcara.\n\nFixes: #362\n", "proba": 3.3393308740414795e-07} {"commit": "4cc0f1d167aa855c6ed4add76e00a968c42b28db", "message": "Move fixes to new branch since master branch has another draft PR linked (3)\n", "proba": 1.0352049173434352e-07} {"commit": "f471427d7786ce2d5f1eeb2dae0e67d19e46e085", "message": "Fix #202 - ensure labels are unicode text\n", "proba": 4.046782578370767e-06} {"commit": "67272949f8d49689b052fff0af2dc83442db8273", "message": "fixed cds reference\n", "proba": 3.1718406034997315e-07} {"commit": "57de6fddbe9822e0d3e5cbd4197eef3669b76ebb", "message": "Electrode now knows if its parameters have changed.\n", "proba": 1.2064835175351618e-07} {"commit": "8e7e5d78e629e0a06153dab48d15463c447eee26", "message": "Django drops thread_support in later releases... Updating Playdoh\n", "proba": 1.1698480051336446e-07} {"commit": "11156505f62cb1937d388f42a611ddfde3dfc1af", "message": "tiny fix\n", "proba": 3.4039658203255385e-07} {"commit": "a6d37acdaee0ceb9a86faf353e7ecca28a2f7e0b", "message": "ptrace: attach to the running processes\n\nusing ptrace://[pid], e.g.:\n\tqueue = ip.connect('ptrace://31456')", "proba": 4.3000554796890356e-06} {"commit": "3250b3234bc3f85da56fe69b62ea171e34e66731", "message": "Update tests\n", "proba": 5.530768589778745e-07} {"commit": "96b986bff37a49f156bf4da7b3fca6df8bc0d0cf", "message": "Introduced get_class_from_module and def get_class_from_name.\n\nRefatored get_class_from config to use get_class_from_module.\n\nRefs: #251\n", "proba": 1.0854645324798184e-06} {"commit": "ace2677ec46ad2ac44342ee6024948195a11f350", "message": "removed inheritance from LocalQueueTest to remove collisions with completion_service tests\n", "proba": 1.5901741790003143e-07} {"commit": "bd47d07d8983d140cad7504f7c27067e6e8d2324", "message": "added a RAISE_ON_SIGNAL_ERROR flag so we catch signals errors (Bug 793999)\n", "proba": 1.1690773504824392e-07} {"commit": "01c38272c2d3315e0afe8a9064d6b3c4fa784ad7", "message": "what was this, even? It was screwing up the new claripy, at any rate\n", "proba": 3.349151938891737e-06} {"commit": "1496093bfbe7b892fa94ccc4d13cb33ce3bb3e1f", "message": "Catch all exceptions when syncing\n\nThe gdata.youtube module uses exceptions that don't derive from\nStandardError (for example RequestError). So we need to catch them\nall.\n", "proba": 1.4727773134382005e-07} {"commit": "88c48b4184e16d75b6a25fbae3f4c293c0549979", "message": "factoring\n", "proba": 7.630562322447076e-06} {"commit": "80f9c49b221396769b0bd91bd7314245242dcb67", "message": "extract detailed hardware info on Linux\n", "proba": 2.5484905563644134e-06} {"commit": "55dcae9d103cdb81985aedcda9a5485ab8a24541", "message": "Potential Python 3 support with mutagenx library vs mutagen\n", "proba": 8.547027050553879e-07} {"commit": "8e43c7290a5cca3acf2a7484ec47eeea62546ab3", "message": "adds replacement for 'S and outputs when executed. closes #2\n", "proba": 2.940375816251617e-05} {"commit": "6b83ec9e9b7dbc6fbe154260364a914b59454e6a", "message": "./sircel/utils/Evaluate_cell_errors.py\n", "proba": 9.30086628159188e-07} {"commit": "f126811459ef2cc0c62aa3819b65f08c32e8eb76", "message": "fix crash when Font has no associated file\n", "proba": 6.049560283827304e-07} {"commit": "5a5afcf8bcdf5582f715433670e1639caaa4bda2", "message": "ImageReaderTest : Improve clarity of coordinate system conversion test.\n\nExtending the exr windows by one gives a window neither in Gaffer's space (they're still upside down) nor in EXR's space (they're too big). Keeping them in EXR space allows the subsequent tests to use the Format conversion methods, providing further clarity.\n", "proba": 1.242398752765439e-07} {"commit": "f30a00e5db0197391d5ee4e8364b458a37d75e26", "message": "getting telnet ports\n", "proba": 9.213370049110381e-07} {"commit": "c6abc3542bc66cce951564775ec9f7726224e05a", "message": "wordcount done\n", "proba": 4.08422747568693e-05} {"commit": "f038af14a0f7d9ee4acbdfc720e0f27755ce5bbb", "message": "Fix for invalid subjectAltName in cis.porezna-uprava.hr certificate.\n", "proba": 1.0927626448165029e-07} {"commit": "865b20e6c458f2ccfe3689d3dc98511b99693182", "message": "also use tangential approximation for non-smooth segments\n", "proba": 4.1300324937765254e-07} {"commit": "89badd04dcc3178a0a886c74fa987b97d66d3871", "message": "fix attribute acccess\n", "proba": 3.163950850648689e-06} {"commit": "0b26186dc9f0383d0dc084ff12b99c7d528445d0", "message": "fix UniqueName.Test\n", "proba": 8.524904842488468e-06} {"commit": "b4a0a30bffb87eb763a9db7cd935d02e829eefc4", "message": "Attempted optimisation\n", "proba": 6.489908628282137e-07} {"commit": "02b4278c1211914dc6b973d62e345301f853a158", "message": "tests finished\n", "proba": 4.1699738062561664e-07} {"commit": "18dfd0ca92d390ca61b46ec47b1071301082abca", "message": "Remove unused get_user().\n", "proba": 2.662181941559538e-07} {"commit": "c146092bbeb0a1826998bcbc9682abda95a8217c", "message": "prevent deleted releases/packages from being displayed\n", "proba": 3.7592789681184513e-07} {"commit": "1c53dc6f90edffba9bb48dc07d79a7b0fa03cd11", "message": "Indentation error fix\n", "proba": 3.1478714390686946e-07} {"commit": "51792022c9f7963321d77d7dac4143e566af9fdc", "message": "refine code and add debug info\n", "proba": 3.9288588027375226e-07} {"commit": "2d38b38a7dcfc8cec00a17ebb59376475d3ecae3", "message": "Google Spreadsheets: handle distant future dates.\n", "proba": 1.457442976970924e-06} {"commit": "d95d9a6584f175f066e35cbe0e5c7758143a73a4", "message": "Update all fields with before_put.\n", "proba": 1.1586384118800197e-07} {"commit": "8b9a152953794d800c819dc49a58c185413f0674", "message": "Implement more rigorous rules for weighted avg\n\nThis includes rules for automatic scaling of errors\nand determination of unknown additive errors.\nGeneral function weighted_mean is also added.\n", "proba": 1.0426239072103272e-07} {"commit": "57d2d8b2c4e545173ecbb03c445d8dbd89ba214c", "message": "Convert youtube sub import to new model\n\nStill needs new unilangs library plugged in\n", "proba": 0.0011056863004341722} {"commit": "a52fd386fc9c7bf6dc1822bfb863c19025da209a", "message": "Don't include python modules twice in package iteration.\n\nThis can be seen in the ports list, for example.\n\nBUG=none\nR=sbc@chromium.org\n\nReview URL: https://codereview.chromium.org/565463002\n", "proba": 7.70040287534357e-07} {"commit": "9224a1b6d9cc60af7643e110ecc08cf7fc8cb90c", "message": "bump 0.1.2\n", "proba": 1.3538222447095904e-05} {"commit": "eebe853e789b55448b608feea85729dcc0f220c1", "message": "show empty row if requested path is empty. refactor.\n", "proba": 1.4624815491970367e-07} {"commit": "43753f9a916a81f354a01ae90b64b4652148e648", "message": "add domain on contact\n", "proba": 1.946941807773328e-07} {"commit": "d939d6fd0205431f53fc8696543258c82ccc5366", "message": "fix hidden-state extraction\n", "proba": 1.883127879409585e-05} {"commit": "9344a24d8ef4b30c2d09f387761e9f95bb438e89", "message": "add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in open\n", "proba": 4.005227765446762e-06} {"commit": "8b2e48d23090c9436ee03945ea874d40696884b8", "message": "Modifying to match teardown handler signature and behavior\n", "proba": 1.4865383946016664e-07} {"commit": "162df4ae5d339007a4f39ae33cd1dc974ff6b42f", "message": "Make urlconf arg of app_reverse a kwarg, so that one can curry the app_reverse into a reverse instead of dribbling changes all over the external application.\n\nThis should make it possible to do\n\n reverse = functool.partial(app_reverse, urlconf='foo')\n\nat the top of the app once instead of changing all reverses into app_reverses.\n", "proba": 1.8022081349045038e-05} {"commit": "c4812fd6af591968fae46156bdd9fedf4155a57f", "message": "Removed referneces to PyPoint. Reintroduced module doc string contents.\n", "proba": 1.015112545132979e-07} {"commit": "07ba1480e610f2d6814e80bd8b9d735e8c2ac30e", "message": "Daylight saving is a mess", "proba": 3.2845396162883844e-06} {"commit": "debb435b089b9cb7ee628f8f8173340c4e8a39e0", "message": "polish tests for the changes\n", "proba": 2.0747195605963498e-07} {"commit": "1eca3dcb7311d875f45085b6c44c41bcd3c1bb12", "message": "BUG: summarize - sync updates (#234)\n\n", "proba": 3.6360023614179227e-07} {"commit": "f36b7a49a4c76f7f6a332af66652ef3f15f8d3a4", "message": "No longer deletes items from the numpy array\n\nPlus got rid of enumerate and standard min for finding\nthe smallest distance.\n", "proba": 1.0561058871871865e-07} {"commit": "98722b09958ff88c278f2e856a6fe8283a4f5001", "message": "Fixed import error.\n", "proba": 1.402359117719243e-07} {"commit": "0ad783c5543a93ddc62f2cdaa1ee516d30cf1422", "message": "Manually specify SingletonThreadPool for sqlalchemy engine, to fix database locked errors caused by using NullPool. refs #1102\n\ngit-svn-id: ad91b9aa7ba7638d69f912c9f5d012e3326e9f74@2237 3942dd89-8c5d-46d7-aeed-044bccf3e60c\n", "proba": 2.468466391292168e-06} {"commit": "6aaaadbfb8398b9aea1edc429853bc45599b15fd", "message": "added uuid reference to location\n", "proba": 1.3900718442982907e-07} {"commit": "ed95599772e5136fc3062f28f6f957ac8655151f", "message": "Add liveness probe handler\n", "proba": 3.2539247740714927e-07} {"commit": "fa9eb385bb5cff7fe533192012d3654e4235a891", "message": "[FIX quality_control]\n", "proba": 1.5920906548672065e-07} {"commit": "e07aa617e14d3812985be9649d0bea9d7a8fd5e1", "message": "Fixes #70\n", "proba": 1.9500338055422617e-07} {"commit": "a397b9c52ab0ad94dcc32e7e56eb57e18a41bce6", "message": "Minor change to comment.\n\n", "proba": 1.1199598048960979e-07} {"commit": "ac789d8c1a3bc20c94144f7347cafc00e4181b07", "message": "Add DHCP RPC API support to Ryu plugin\n\nIt is necessary to add DHCP RPC API support to Ryu plugin to use\nDHCP with Ryu plugin.\n\nFixes bug 1040398\n\nChange-Id: I00caf6f36025a21d10b8a96c5f7272d12393c277\nSigned-off-by: Yoshihiro Kaneko \n", "proba": 6.895858746247541e-07} {"commit": "effd9310314ec17ab6607ebb798cb9287e252186", "message": "dim fetch dest after templating\n", "proba": 3.645602930646419e-07} {"commit": "81d98ba8ba52dc787a8d1b8664d38795084d4a56", "message": "added stop_updating and restore_updating functions to AttributeTrackingOF and ActivityAveragingOF to allow freezing if their state during e.g. pattern_present\n\n", "proba": 1.435245451375522e-07} {"commit": "59dcd7cb0536593f9499dd69ac3dc5ac3e84f288", "message": "Fix for Issue #6 where the new C extension added to OS X 10.6+ (blocks) breaks\nour C parser. The fix was to just turn of blocks support, since it shouldn't\neven be useful via ctypes, via a gcc undefine option.\n\n* ctypesgencore/parser/preprocessor.py\n (parse): Add \"-U __BLOCKS__\" to the gcc call for all Darwin systems.\n\n\ngit-svn-id: 397be6d5b34b040010577acc149a81bea378be26@85 1754e6c4-832e-0410-bb55-0fb906f63d99\n", "proba": 6.3469174165220466e-06} {"commit": "fa9bfbba137a6d151e5b2d4cdfe0c5948ae4c0c9", "message": "Fix for sudo to another non-root user (issue #353)\n\nmktemp creates the temp directory 700 only. If the sudo-user is not\nroot, the other user will not be able to run the command (Permission\ndenied error). This adds the executable bit for all on the temp\ndirectory.\n", "proba": 1.1618649864431063e-07} {"commit": "fc652596184efd5cd6801f8b3e5f69438a63349b", "message": "- Adds send_to_device method to GMatrixHttpApi.\n- Adds to_device_message loop to\nGMatrixClient._handle_response.\n", "proba": 1.27250316950267e-07} {"commit": "e5a25e21278407492f9b938253022ae2d185c740", "message": "Made a_init and b_init into Parameters, not Numbers, to fix errors.\n", "proba": 1.2411861405325908e-07} {"commit": "29b355c3001eabe54e07ba28959058bb4e273568", "message": "Add tests for valid and invalid v values in a signature\n", "proba": 5.246889713816927e-07} {"commit": "e9b0b0f8d8fa02596102b236635d44cfd26cb50b", "message": "missing sys import\n", "proba": 5.715588486054912e-06} {"commit": "030c299f019e066849a774ba9ce3ca26573929a9", "message": "adds summary event linkingobjectidentifiers\n", "proba": 2.350978718368424e-07} {"commit": "cccaafeffa85152adeb3a51a0e02fa2dc9f4a3f6", "message": "mild cleanup\n\nlittle cleaner", "proba": 2.2075965944168274e-07} {"commit": "906a32ed5b05f3883e6e2966882eb7549a2ccab2", "message": "remove u' prefix\n", "proba": 0.9997938275337219} {"commit": "1778079f6f7acd4d6d1cbfe055a08b984b074d12", "message": "stuff for wv\n", "proba": 2.0374821474433702e-07} {"commit": "63f7775208d0949e8f3cfed4e88a1c62b99a1d63", "message": "version add\n", "proba": 3.044269760721363e-07} {"commit": "757f2652444063d8f3ffeb9165189ea748a48600", "message": "Added logs\n", "proba": 4.4170099045004463e-07} {"commit": "e2c92a41f3c1a81627bc8659767a50910a6b72d4", "message": "deprecated for now\n", "proba": 1.2569802265716135e-07} {"commit": "f0e147bdbd5102fcac9df5b704b30d0590959226", "message": "Remove stray debug print\n", "proba": 3.4324741591262864e-06} {"commit": "42f9643e8504559b25c79efa658ef9249df4634c", "message": "Update utils.py", "proba": 6.909024250489892e-07} {"commit": "e3a976f83c7c56f4584b12e2db41a2fdaa967a87", "message": "Avoid operations on frontend when there are no credentials\n", "proba": 5.199164206715068e-06} {"commit": "6e669e53b980b6cdece5bfcb3187862e3a917c14", "message": "1.2.2dev: merge [16035] from 1.0-stable\n\n\ngit-svn-id: 68cfa85dc440743b03ced815f1f2f5f2381a3d7a@16036 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.4586694305762649e-06} {"commit": "79f6056c92bae451d395d2c73f6b83540806a280", "message": "test random_order tag\n", "proba": 2.4266441869258415e-06} {"commit": "f73d8b19a60dbb92f0de071a9f79e7af528ba2f4", "message": "Fixed ipdb import\n", "proba": 2.416661857296276e-07} {"commit": "d1deb097fe4ad29e51c3f43203223e48f2d89ca5", "message": "Refactor the code a bit and improve the documentation.\n", "proba": 1.9297355891012558e-07} {"commit": "16048425f1424b3f7ea7250fbc325dcfa2fbae49", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "1f949cdc1e6247fbf20f442e3990576bedc4e3f8", "message": "Add wod ids for raids.\n", "proba": 1.1267734123521223e-07} {"commit": "65b8524289b20ed64d78010c5a251a027ab522e7", "message": "return None instead of raising UserNotFoundError\n", "proba": 0.00593156460672617} {"commit": "d9a9bf6892e2b621188532bfccb01817d612112b", "message": "Split supplied name too\n", "proba": 1.813379100212842e-07} {"commit": "ad4b0e3111c9182733578e7df862e1698eaebe08", "message": "Remove any silly notion of using tuples.\n", "proba": 2.1992551410221495e-05} {"commit": "b1061b78b4dd690d043e4a5f09e9345c3038dfb1", "message": "fix for python < 3.5\n", "proba": 1.0724819503593608e-06} {"commit": "91fc18b2d40068030491d35530e4d2824a9a3205", "message": "Make a note about getting a .S file into distutils\n", "proba": 2.24764960421453e-07} {"commit": "8154fa5bc668acb242bf55a6e22b630e0a954427", "message": "consolidated key and id3desc into StorageStyle\n\n--HG--\nextra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%4083\n\nOriginal: 2e23e8204135353f00917f17b08a8f5344fd9e8a@605343f\n", "proba": 7.226047387121071e-07} {"commit": "261059881b696fbfd4eeca4d52c9ccfdaa4d4ab8", "message": "Set album art type attribute to front cover for FLAC\nOriginal: 2e23e8204135353f00917f17b08a8f5344fd9e8a@c0f97bd\n", "proba": 3.80057912252596e-07} {"commit": "2396e3bb439f968b58ac630f58d56f77959a93ec", "message": "- changes to mediafile.py. Provides a delete method which allows the user\n to remove all audio metadata from the mutagen call \"delete\"\n\n example : mediafileobject.delete()\n", "proba": 3.377137716142897e-07} {"commit": "b4dea32cbb8054da93dbc5c6d21bdbe3b51acfcc", "message": "boost_thread lib: add dependency to boost_system\n", "proba": 1.474546820645628e-06} {"commit": "015c8523feecdda39c683bd7014c42ac5e3d1f79", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "0f9d3025f848300c6b407ae02b5a303c234f3317", "message": "[TRAX] Test Ref2(LSH) decoding quality for different lengths(8, 16, 32) and different inputs(3 random inputs).\n\nPiperOrigin-RevId: 337301121\n", "proba": 1.1862452993227635e-06} {"commit": "f9edb929a04193a7168c9201487bd5461fbdaf01", "message": "ENCH: Major enchancement - providing the graph based composite transformation generator for the sequential alignment script.\n", "proba": 9.785059518208072e-08} {"commit": "ecf14df03004dee8e76867f0ff51369c9289c65f", "message": "Fix error in merging of exec's\n", "proba": 1.2167330396550824e-06} {"commit": "2bb904750b8fa2a6a68e3cf6524be49197b3e723", "message": "Fixed syntax error in previous commit.\n", "proba": 1.0955653806377086e-07} {"commit": "7fac700c24f12d034f6a73c0c69d5375ace3c607", "message": "Fix user display in admin\n", "proba": 1.3443610669128248e-06} {"commit": "57b65d13bc0415c873d8cee167a1ebdc3ae6f882", "message": "TLC in datastore\n", "proba": 1.6613167019841057e-07} {"commit": "541b2293c66fd70a8539198e74d182c9fdf137ed", "message": "Add more info in init (#4015)\n\n", "proba": 1.040557791043284e-07} {"commit": "40097a90c7e377503e1c15bfe67fe84be0c02431", "message": "Added comments.\n", "proba": 1.264286169089246e-07} {"commit": "27e4d81abca5a70511553b04431dfe349224e5d9", "message": "Handle tie situations\n", "proba": 1.1214855248908862e-06} {"commit": "13b3fbcba006892370ea8095b2a09ea0458c85ec", "message": "refs #44, rebind views to urls\n", "proba": 1.204182211722582e-07} {"commit": "44ad519f9e150f6794949c5c57a8216065044be6", "message": "Add braces, just for readability\n", "proba": 4.151886798808846e-07} {"commit": "88c7493a8d3ed66ddd8185e905d68e8094e060d2", "message": "Don't blow up if we don't have data to look for analyses in.\n", "proba": 1.1414556411182275e-07} {"commit": "39e69f65fc10992c8c4b539e6cb8871f428a7819", "message": "Add method to homogenize data.\n\n(from different instruments)\n", "proba": 3.3262313081650063e-05} {"commit": "87796cb84ba7f4fc2fbb026974620b729bdb488b", "message": "Fixed script-searching using the obj= keyword. Also made the search more efficient using Q-objects. Resolves Issue 385.\n", "proba": 1.0186968779635208e-07} {"commit": "d9ffb583017c173b5fbfeb3a04a32cc937942ec0", "message": "RF: Upon file input, return a squeezed array with time as the last dimension.\n\nThis breaks some of the other functions, continuing to RF those as well.\n", "proba": 1.234663358218313e-07} {"commit": "3917af5887f43c2e761e449208dbb802b0c879a5", "message": "fix sort order in tree view and left panel, re #2018\n", "proba": 1.091962573696037e-07} {"commit": "e1e1c2fec9d6fcac348497203cd25459c46721da", "message": "Fix up a small issue: `plugins_dir` option was ignored. ", "proba": 4.210097904433496e-05} {"commit": "f93f72dc8408b9cb14edcc4d1c07f3ed6145b012", "message": "csharp test\n", "proba": 1.680119112279499e-06} {"commit": "b57d1b9111f024807e5f0dc7786ce6d917a07a88", "message": "chore: Bump version to 13.0.0-beta.7", "proba": 4.384237399790436e-07} {"commit": "392e2724a763284541acbe07a73a29faa2108d14", "message": "Fix typo #18\n", "proba": 0.9999828338623047} {"commit": "2f5f2c9495ef8e1ff5be847a08e013aaa4841dd8", "message": "Test piazza bra finished\n", "proba": 1.9920024385555735e-07} {"commit": "08640eeae782a741775bb23011dabec5e831ea26", "message": "1.0dev: Show an explicit message when an upgrade fails, in addition to the exception. Also, show a different message when the failure is due to the pre-upgrade backup failing.\n\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@11168 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 2.919707412729622e-06} {"commit": "ce9d3de2f8ea7a5087e903164c099033ebf32884", "message": "[fix] [hot]\n", "proba": 8.747210813453421e-07} {"commit": "4e310e3160354e9c99cff72f26be3f4c7070952d", "message": "art_touch_driver: device number\n", "proba": 0.0001266656327061355} {"commit": "0cfdaa2d4ec8131b582b810390e426feac767c76", "message": "Fixed a LogViewer syntax error.\n", "proba": 1.1861701665338842e-07} {"commit": "179c9f117c7ecf8c9c2882ecf192031331294bbf", "message": "perf: exists is already called in delete_doc\n", "proba": 4.012213707937917e-07} {"commit": "eb1a8767b74605051a60afdfd23c5032161e774c", "message": "trying to fix broken\n", "proba": 2.3346903617493808e-05} {"commit": "d69d1894b74a57cf150d40fce0a08970d6f93dfa", "message": "Kamaelia'd version.\n", "proba": 1.2228770174260717e-07} {"commit": "4b6c56ea8ba22ad51758204e3cf5d62f78f6506e", "message": "Fix retrieving buying price.\n", "proba": 8.547951438231394e-06} {"commit": "a866d7bceb75a134ccd6a9c22f5a6a6313ea4aeb", "message": "Fixed line length\n", "proba": 1.1443529729149304e-05} {"commit": "f6a9c089ebe3efac7b7290572f5b701aca37844c", "message": "rest-sample-api.py now working\n", "proba": 1.3110125962612074e-07} {"commit": "2eb8ebda5ffe87a7c9926deadde768525f224068", "message": "Change default Heroku Postmark request email address", "proba": 3.2053935683507007e-07} {"commit": "e30af2d87c8c999c8e4a6e09a6f1e1dfc799f608", "message": "Remove double Q(Q(...)) objects when comparing in Profile unit tests.\n\nA fix is in for Djblets to avoid an annoying quirk with Django where a\n`filter()` operation can create a nested `Q(Q(...))`. This was annoying\nto compare, and Djblets now normalizes that.\n\nThis updates the `Profile` unit tests to do the same.\n\nTesting Done:\nUnit tests pass.\n\nReviewed at https://reviews.reviewboard.org/r/12358/\n", "proba": 2.419851341528556e-07} {"commit": "c67806d7ec7093111c4da18cd1cb4691d277c780", "message": "Remove hasattr for 'check_hostname' as should always exist in Python 3.6+\n\n", "proba": 3.9678153029854e-07} {"commit": "2afa5a66661978eb3d59e08e215a4443e1c2cbec", "message": "Compare computed state to current state.\n", "proba": 3.7254951621434884e-06} {"commit": "d18c7f5075f142f3bac081f5e6b67c65ae8b0088", "message": "Add bug_tracker to available GET fields for a repository.\n\nThis can be useful for e.g. the hook review in request\nhttps://reviews.reviewboard.org/r/7100/, which (for now) has to configure the\nbug tracker URL in the Mercurial config (hgrc) in addition to the Review Board\nconfiguration.\n\nTesting Done:\nTested that the `bug_tracker` can be read by the RBTools Python interface to\nthe web API.\n\nReviewed at https://reviews.reviewboard.org/r/7255/\n", "proba": 3.7304545230654185e-07} {"commit": "14c0f17a4acfc4db8bda0b644d4180d30c1d27d6", "message": "scratch for generating names list\n", "proba": 1.559786255711515e-06} {"commit": "3d8a4c56e04303a812128efaa1acb395af245fa0", "message": "fixed whitespace\n", "proba": 1.7383139493176714e-05} {"commit": "56d80d492c92a9d850d4876de973b7c39e1f1bb7", "message": "Use unique --device-id when running bmv2, so it can run in multiple threads on Ubuntu 16.04\n", "proba": 2.648267241056601e-07} {"commit": "c48bce4c2c5352077474a528ebd32badfb84be62", "message": "Small fixes to line drawing", "proba": 1.2691812401044444e-07} {"commit": "9165d96d7b9866fbe36d5ae0b605ef755f8966e6", "message": "feedback widget with cursor offset/column info\n", "proba": 1.913754346105634e-07} {"commit": "e4a24c34562ccdfb40e25e080569fa8fcc2b9591", "message": "Massively speedup ContainerRegistry.findContainers()\n\nOnly use regular expressions when we need to. This cuts the loading time of Cura by ~35% for me (from 43 to 34 seconds on my machine). CURA-2187\n", "proba": 1.2734112431189715e-07} {"commit": "d6068191bc57c98b2f0ccf3206f9fb8f93686b91", "message": "[Build Script Helper] Pass Foundation and Dispatch build directories to Yams CMake Linux build\n", "proba": 1.206674511422534e-07} {"commit": "4306790bdca48a16e59d17b5b6be0d304df92e93", "message": "add check for UNIX-like compatibility in osCheck function\n", "proba": 2.5141892479041417e-07} {"commit": "9160b2e08d1531638308811744962cf8c91f73e9", "message": "Output stats to an ascii file\n", "proba": 2.5746730898390524e-06} {"commit": "53aa98abe2f8e30a148e88d99e54f82af05d8a2e", "message": "py3 compatibility\n\n* clean up some old stuff\n* file opening only if needed\n", "proba": 1.2401957860674884e-07} {"commit": "9c638d2e8c2cb428120845ad5869e47da69de69a", "message": "parse request parameters into a dictionary object\n", "proba": 1.0020934269050485e-06} {"commit": "7902bccf5cc4d30b76e2070adbf1abeda9c84936", "message": "Minor changes required for the calling of the aligner\n", "proba": 1.3215078809025727e-07} {"commit": "d826365fec5344dad1024a4d32b4097024922223", "message": "add column for SO impacts\n", "proba": 2.0393035526922176e-07} {"commit": "c71d50ecb2a90d8be825f0993bea2b2355aaa1a6", "message": "Refactored the code to match previous changes for source assembly file\n", "proba": 6.376119472406572e-07} {"commit": "05f4cf03244be83cd5bf0df308f7fff2268f75c8", "message": "added correct file for linked list\n", "proba": 3.1936644973029615e-07} {"commit": "34a0fc38a798c71691fd01381340d2a1fa8a7900", "message": "Server\n", "proba": 2.2474791876447853e-06} {"commit": "d8dfa013c22d380f57b5930dbfb0d73816813392", "message": "change to correct file\n", "proba": 2.2346257537719794e-06} {"commit": "8d15d0b7e01ee1cdaf77cc53ccdbb04e329a664f", "message": "\"reverted\" is internal, it doesn't belong in the admin.\n", "proba": 2.1953189843770815e-07} {"commit": "d91906bc47e60371815e996d5b122100def09392", "message": "Include logging message when we can't find file\n", "proba": 2.0233989062035107e-07} {"commit": "606de5bb94c6fd72e62becf318fb2514af0c3506", "message": "new function to do a random walk forever\n", "proba": 2.2013118723407388e-06} {"commit": "28fff902b27698b77df76bd4355cf1b9837a6fd0", "message": "update last_reply on all types of messages (fixes sorting in inbox)\n", "proba": 1.0799367800018445e-07} {"commit": "76f16b7f26ebeed81bdf7ae23d096ded3caf44ab", "message": "prevent FileNotFoundError from os.getcwd\n", "proba": 1.0194447668254725e-06} {"commit": "6d2271ae2b288dfc29e0aee4163bef8544da4cac", "message": "Set the countdown-timer as an instance variable\n", "proba": 1.0031969395640772e-05} {"commit": "c787d9081a5dee452c98875a35fa3dab81cf078b", "message": "checksum now takes a fp as parameter\n", "proba": 2.1722749465880042e-07} {"commit": "a7722b2e5ad4636c9f13d85f0bbef3e2148a9de6", "message": "Change init log message level to debug\n", "proba": 1.278743070542987e-06} {"commit": "8ac22b2708858cd780cac1e54f34d9a362790f10", "message": "Allow `context_sensitive_executable_path` even if `cmd` is a method\n\nAlso simplifies `get_cmd`. *Very risky* change.\n", "proba": 1.2599157628301327e-07} {"commit": "65175831d3a258b10a687fd9ea1c0cfd662a27d0", "message": "update to work with django 1.6\n", "proba": 1.5472745928946097e-07} {"commit": "58daf7e6d71e598511b84c921054918b8f2b1f20", "message": "Fix bug that kills ccode\n", "proba": 7.113508786460443e-07} {"commit": "8252ca53f24a5b95bde35ff68bec387086f7e5d0", "message": "No more serial problems...\n", "proba": 1.339556376933615e-07} {"commit": "8fdd301bf1bc0ea435613f7a9c7f8f789713946c", "message": "Added movement with keypad\n", "proba": 2.116872792612412e-07} {"commit": "ba0f0d5a4af25fee126a1a43248443a84f3b6d99", "message": "remove run_wrapper\n", "proba": 5.8963673836842645e-06} {"commit": "0196334ed52223d437ed64451e956454ddfc9c6c", "message": "Made the presubmit script accept license headers back to 2003\n\nBUG=N/A\nR=andrew@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/19499004\n\ngit-svn-id: 03ae4fbe531b1eefc9d815f31e49022782c42458@6176 4adac7df-926f-26a2-2b94-8c16560cd09d\n", "proba": 2.7754820166592253e-06} {"commit": "7d59d08499c72643ba75981d750dcdb3ae5dca13", "message": "Put pathing logic back for now.\n", "proba": 1.612176276921673e-07} {"commit": "d93c1252b87a1878db429bebe32ecf4740ef76a7", "message": "more env_setup.setup changes\n", "proba": 1.8876237106724147e-07} {"commit": "27f46e7708bc92853a956fe3554f4da1d2bfe2ee", "message": "1 large lstm\n", "proba": 1.3174874879950949e-07} {"commit": "1488e7827fcaf046aadce9177c15df4821c6dc20", "message": "Test by float time and string date\n", "proba": 1.1376675956853433e-06} {"commit": "e7ab3d578826c3c4c60c9a2613b1b0031da488b8", "message": "Turn on OWNERS checking in chromium/src\n\nReview URL: http://codereview.chromium.org/6597065\n\ngit-svn-id: dd90618784b6a4b323ea0c23a071cb1c9e6f2ac7@78699 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n", "proba": 5.489873728947714e-07} {"commit": "349918b20dcd2a7c58e5384000e01337536fb9eb", "message": "correctly set env,sys mode actions when merging\n", "proba": 4.5155505290495057e-07} {"commit": "f47e99a9bbc67733f7ca58894214799f474f4514", "message": "added SCDF as valid term type of related concepts returned by get_related()\n", "proba": 1.1777331110351952e-07} {"commit": "705f4830b6a03dfe543506dacca6e02bb3674b07", "message": "more hmm layers", "proba": 1.6494858812166058e-07} {"commit": "34c0cd5043e5f58ab111b81cfa696ae8ab7ccf55", "message": "clean up condor host object attribute accesses in csmachines\n", "proba": 3.866910844863014e-07} {"commit": "0c387445793e3f502b7d57d7de2f7b69cf2c9143", "message": "Keep cl trybots in sync with cq.\n\nTBR=bmeurer@chromium.org\nBUG=chromium:353487\nLOG=n\nNOTRY=true\n\nReview URL: https://codereview.chromium.org/930203003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#26750}\n", "proba": 2.829673064752569e-07} {"commit": "145dd44898fd5be09e4b783c445b30792dfa38e9", "message": "improvements to nonconservative discretization\n", "proba": 1.4419614444705076e-06} {"commit": "50b376137c8b033c0b0ef9f15d0ba72e7d9f9634", "message": "document more requirements to script command line interfaces.\n", "proba": 1.0957472085237896e-07} {"commit": "3148fe888b82678c4cc1e2433da27f2e0c7dff70", "message": "docstrings and style\n", "proba": 2.3113847191780224e-07} {"commit": "2aefa8627e19ede126281162e4376639085e9ab0", "message": "Make whitelist for files starting with test_ or mock_ treat path\nbefore filename correctly.\n\nBUG=none\nTEST=none\n\nReview URL: http://codereview.chromium.org/8341004\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@106008 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.00011866297427332029} {"commit": "7ba1a096176a5577b9fb916f7267a47893d8f3d2", "message": "one query less\n", "proba": 2.4332844986929558e-05} {"commit": "769e9ecf83726f61dc200cf0e9a3fc79b23b6fb6", "message": "cleaner go.py\n", "proba": 1.8535353092374862e-06} {"commit": "0a8c038b61d9248474c832fd457925a573c83525", "message": "rm subsystems arg from PPP instantiations\n", "proba": 2.2390918275050353e-07} {"commit": "1ccac3e10d46aa2ed63cd756d19fd07c2d333106", "message": "fix campaign cache issues\n", "proba": 8.101598609755456e-07} {"commit": "754e0c24877326d8529792608f121ab38fde90f3", "message": "Changing to more-descriptive quoted retweet\n\nAdding more verbosity including the \"source\" to the retweet.\r\nMade the retweets Quoted.", "proba": 2.7317798867443344e-07} {"commit": "94cc0948849b3124de4c0b905363e429ec1072e9", "message": "[inferencer] Fix apostrophes in unknown words\n\nIf we tried to pronounce a word with an apostrophe (like in \"she's\"),\nthis would cause an error in _pronouncePartial(). For now, just strip\neverything that isn't a letter.\n", "proba": 9.795806545298547e-05} {"commit": "fd6e8aa071f7e3f5cbf5325f5f83fa6296ad86c7", "message": "fixed bug in process conflicts\n", "proba": 6.621388592975563e-07} {"commit": "de4e1061c7831fcc74b6d252a1e622bf7adcf73e", "message": "refactor to reduce nesting\n", "proba": 2.3118984245229512e-05} {"commit": "5bea788e0d9bc2d641947edafba9cc2146050ffb", "message": "reddit 48\n\nFixed selfpost checker on NSAL\n", "proba": 1.1268046051782221e-07} {"commit": "e6e8fb12b1b72b243d2b86e259cb3c6bb6d23d48", "message": "added twitt_new_users and corrected misspellings\n", "proba": 3.8775351640651934e-07} {"commit": "b8ca57e2c74350afb4261e0914ba0a3fb889287b", "message": "improve PropPreservingPartition docstring\n", "proba": 0.00011618825374171138} {"commit": "60e34ed2861a765c4fccb83aae22e4ee006e121b", "message": "Implemented throttling for pushover to cover feature #3\n\nNeeds rafactoring, this is getting messy\n", "proba": 1.0920625470589584e-07} {"commit": "d4932fd920601e002be17d8f626087f1ec11a3ab", "message": "Updated ALLOWED_FIELDS to include cd115 and corrected cd113", "proba": 1.3733294679241226e-07} {"commit": "1a43ebacf991b245fb7d1829ee9c37b30feb6ec7", "message": "Fix exception class in integration tests traceback\n", "proba": 7.645536470590741e-07} {"commit": "5e3e91bcab50d492bb887f298fbf59ba345439a6", "message": "Add clear method, update documentation, remove pika.log, general cleanup.\n\n- Add Alexey Myasnikov's clear method which will make it into use in the Connection class.\n- Replace pika.log with logging and getLogger\n- Cleanup doctoring comments.\n", "proba": 1.0455114818341826e-07} {"commit": "29fb1515006d370c37dc6c1d63bdd617fd37eec3", "message": "More cleanup\n\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@12058 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 2.1686069828774635e-07} {"commit": "cd24d64c8589dc2ea702caa9423820f0a16de722", "message": "Use correct value for OSTREE_REF macro\n", "proba": 1.026994709718565e-06} {"commit": "bfbd6d085bc22a02d5eeb874b9c827cc103f9229", "message": "Tweaks to parse_pot\n", "proba": 5.127805025040288e-07} {"commit": "80e580ae92d1170a4ac2f6afb2fa70f5f8e7b4ac", "message": "Make sure that is_verified is a boolean when processing room keys\n", "proba": 4.8896263251663186e-06} {"commit": "c2a8fab275d51e5abc8746ab9fed7b503f9b9952", "message": "New release\n", "proba": 1.8942094470730808e-07} {"commit": "0b67861d26c4efe08e78ec62e25c715e66d802f6", "message": "ratelimit: Don't process messages after disconnecting the sender for flooding\n", "proba": 6.435622026401688e-07} {"commit": "a34572e242642706b8cb724583a76422d6bc1d87", "message": "using a exception class (py2/py3)\n", "proba": 1.7716828324410017e-06} {"commit": "08d62138422966baa014fb1a51fca8b8d3bf2566", "message": "Added stacked rag from serialization to python init\n", "proba": 2.3534687443316216e-07} {"commit": "9384fbca86495f89ff3253f997d7d1d2ceabf40f", "message": "Update HashSet tests to reflect removal of 'guid' from digests\n", "proba": 1.3578993218743562e-07} {"commit": "f64209733fdc787717acc078a703ad475d53cad8", "message": "add required import back in\n", "proba": 1.3912681140482164e-07} {"commit": "9477e06d4a8e26e219ca7448e4cf74d14002a239", "message": "no extra logging\n", "proba": 1.928227106873237e-07} {"commit": "feab9b884dc1095599da32072a286d56af411b84", "message": "Add vis property to the volume\n", "proba": 2.626425725793524e-07} {"commit": "c749d7ac16a9120f5078fb5a03b37117438b0bd4", "message": "Minor fixup\n\nRemove code only used for testing purposes\n", "proba": 1.246782090902343e-07} {"commit": "ab512a692be0814dfdd7b744cfb410dccc9d8ffc", "message": "BDKD-35: Removed extraneous statements.\n", "proba": 6.425123046938097e-07} {"commit": "d14b2345dca8e70c616e8032db6f2d23ec12f120", "message": "removed test prints\n", "proba": 5.91943944527884e-07} {"commit": "8b876f7584b224468ba0392317cc37e7590c11e1", "message": "Oops, didn't import time module\n", "proba": 1.9135062245823065e-07} {"commit": "12553a93739616cc63dcc48b41624289ed745fc1", "message": "Make manage.py executable\n", "proba": 1.5172567145782523e-05} {"commit": "d0bbb902767f1611033e47e3e4f773881be7b622", "message": "fix import bug\n", "proba": 5.049904530096683e-07} {"commit": "f8464bc3466f3e629809e4839417f52572f7ac30", "message": "Fixed a little type bug.\n", "proba": 1.1641709107834686e-07} {"commit": "b012ccc80dab7e4a7227eee85117a7d891e733c5", "message": "Ignore build status not found exception\n", "proba": 5.592847855950822e-07} {"commit": "0833ea04a637d3fad88070637c7b6a5f56da5e59", "message": "Squashed 'appmock/' changes from e9e9fe2..f49ac5a\n\nf49ac5a Merge commit '0a37b6256e583822cc34d5a8a961c58efdd58f4c' into feature/VFS-1188-appmock-allows-to-check-history\n0a37b62 Squashed 'bamboos/' changes from e8250b3..caac3db\n\ngit-subtree-dir: appmock\ngit-subtree-split: f49ac5ae7f4c15ecb6eae6fcadd5c29af00da805\n", "proba": 5.9220533330517355e-06} {"commit": "ed0f86d883bf5dbcf7b30692327a6f8d4b5a676c", "message": "Fixes keys access in LMTPD configuration dict\n", "proba": 2.0258084987290204e-07} {"commit": "84fadee26448fb513e31a416ddc0a59050ebde88", "message": "Fix archive url for devel releases.", "proba": 1.1530937626957893e-07} {"commit": "f35757877d40b8d7d1d45e56c8dab5d7f86618cb", "message": "Fix the list of slow slaves.\n\nTEST=none\nBUG=none\nReview URL: http://codereview.chromium.org/568022\n\ngit-svn-id: http://src.chromium.org/svn/trunk/src@37882 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n\nFormer-commit-id: 42d62f87f47764bd06d81f818ff12d5b669c2f74", "proba": 0.9999994039535522} {"commit": "d2fba763e27b1b169856f5eff7135584426967c4", "message": "Stop running a ton of tests on upload\n\nIt's slow, and it's run on the CQ anyway.\n\nChange-Id: I9a873408fe629174688dc5806d87a6d3bdb0bae5\nReviewed-on: https://chromium-review.googlesource.com/c/infra/luci/recipes-py/+/1977962\nReviewed-by: Robbie Iannucci <40f3d43a28ebae3cb819288542e1c84d73d962d5@chromium.org>\nCommit-Queue: Marc-Antoine Ruel \n", "proba": 2.557747848186409e-06} {"commit": "11a7e115ade99d215aab8b98a6b93978b7bfed72", "message": "working on save state\n", "proba": 3.2649879244672775e-07} {"commit": "26af07d7c154f30b5fc7d861988a093d459bde6e", "message": "fixing urls\n", "proba": 3.7774527754663723e-06} {"commit": "34170ba6c9d252c166eb020d307caeacd2bd3310", "message": "Display a warning prompt in presubmit if the tree status is in 'Caution'.\n\nExample presubmit output:\n\n\nRunning presubmit upload checks ...\n\n** Presubmit Warnings **\nTree state is: caution\n\n***************\nPlease use caution in checkins\nhttp://skia-tree-status-staging.appspot.com/banner-status?format=json\n***************\n\nThere were presubmit warnings. Are you sure you wish to continue? (y/N):\nReview URL: https://codereview.appspot.com/7200043\n\ngit-svn-id: e8541e15acce502a64c929015570ad1648e548cd@7337 2bbb7eff-a529-9590-31e7-b0007b416f81\n", "proba": 0.009028740227222443} {"commit": "00d10bb471af1ae657b8ca7e940380bc94ab2dba", "message": "Soften warning about FITS handling\n", "proba": 1.1688532453035805e-07} {"commit": "f3b4c1df89e7703cb48c82c583f24104b4881716", "message": "Version bump\n", "proba": 5.605834303423762e-07} {"commit": "cb584b1126e2a5d4d590918bdbfb13c94ecab0c0", "message": "also record local device ip in knowledge base\n", "proba": 1.2409505245614127e-07} {"commit": "45b2946e266835c5c470a70e9613ba15246ee984", "message": "add URL to project to requests base_headers User-Agent\n", "proba": 4.832080549022066e-07} {"commit": "e9ffcbd1c01e70fe475b2c8dc994333dbb157f67", "message": "Ensure that Google Cloud Custom metadata values are properly quoted\n", "proba": 2.612346747810079e-07} {"commit": "a05d47e3448229af2f72870337aa9b854ff3a0ed", "message": "Adding a way to disable public_deps presubmit check.\n\nThis is useful when someone is just moving code around or when there is\na good reason to use public_deps.\n\nExample of the error message:\n** Presubmit ERRORS **\npublic_deps is discouraged in WebRTC BUILD.gn files because it doesn't\nmap well to downstream build systems.\nUsed in: BUILD.gn (line 31).\nIf you are not adding this code (e.g. you are just moving existing code)\nor you have a good reason, you can add a comment on the line that causes\nthe problem:\n\npublic_deps = [ # no-presubmit-check TODO(webrtc:8603)\n\nBug: webrtc:8603\nChange-Id: If2645b6ba60c7cbf5416450cf6e5a8c08bf4934e\nReviewed-on: https://webrtc-review.googlesource.com/75508\nReviewed-by: Patrik H\u00f6glund \nCommit-Queue: Mirko Bonadei \nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#23186}", "proba": 0.00028339578420855105} {"commit": "57be9b47914d09d45073393a55012508990256fb", "message": "\u4fee\u590d\u5220\u9664\u9519\u8bef\n", "proba": 1.4706942238262855e-05} {"commit": "7f867c78e43e68074f36e0868a5ea6cc7ca5c4b8", "message": "Update test_ldamallet_wrapper.py", "proba": 8.334477570315357e-07} {"commit": "e3d1d2d7e7b4c238eca149a20d1894523480ae48", "message": "Improved tests to run properly on Django 1.9\n", "proba": 2.2604440630402678e-07} {"commit": "f7ed0ba12024145980b180a802076624ba877173", "message": "Fix test mock head\n", "proba": 1.926998720591655e-06} {"commit": "321ab09c380c666ea67640fff4f64603eb0ab2d8", "message": "Pick up the ViewSet only if its model matches\n", "proba": 2.0082923413156095e-07} {"commit": "6a4e036b3ccbe6849927eae01e875babfc3b2c0d", "message": "add extension to document url\n", "proba": 4.338100438872061e-07} {"commit": "468425aedbee8969a58e3b271db424f9d057972c", "message": "Replace pattern by list\n", "proba": 0.0011425812263041735} {"commit": "fb42e8a6d6c09352a4f6070654d610f7f90f8e17", "message": "implemented django widget class for google map widget\n", "proba": 3.367666181475215e-07} {"commit": "240a4aaac1d02efcfada0cc22a2f8bc8f97cb291", "message": "fixed a bug in rowCount: i was assuming parent_index was an int when it was actually a QModelIndex instance\n", "proba": 1.109935737986234e-06} {"commit": "cd26eb8e7c3b6062c0c52888fcee0e25d3573728", "message": "[FIX] l10n_fr_fec: EcritureLib should not be empty\n\nMake an account move with two move lines.\nIn those lines' label, just hit the space bar, and post your entry.\n\nNow, get the FEC report.\n\nBefore this commit, the EcritureLib field was empty\n\nAfter, it has the value '/'\n\ncloses #24734\n", "proba": 0.00031866965582594275} {"commit": "7969b68250bdeb0a94818ac70f8c246db5b82786", "message": "[IMP]:Improve in wizard of schedular\n\nbzr revid: ksa@tinyerp.co.in-20101206053421-fr6j4hvo056xm5fv", "proba": 1.2870538057541125e-07} {"commit": "7445ab6c638c1345feef2f63cbbcfbc7b804eb8d", "message": "Move cloudformation attribute setting to __setattr__\n\nMove the cloudformation attribute setting into __setattr__ so the\nattributes (like Metadata) can be set after object initialization.\n", "proba": 1.24881708529756e-07} {"commit": "427e8d76a36916a5329df5a51233f12715b64e40", "message": "[FIX] website: avoid to instanciate `env` in request\n\n - The module `website` instanciate the environment bound to\n request before `_dispatch` is called.\n This causes issues with with routes that create their own\n psycopg2 cursor.\n\n To be more precise, the issue that allowed us to discover this\n instanciation is linked to the module `auth_oauth`.\n\n The route `/auth_oauth/signin` is a `none` route that receives\n a database name. It uses the db name to create a cursor and\n an environment manually to process the OAuth signin, log-in the user\n then assume it is safe to now use `request.env` to process the rest\n of the code.\n\n But here, since a cursor has already been created in `request` before the\n route had the chance to commit its changes to `res.users`, the\n changes made in the route `/auth_oauth/signin` are not available.\n\n And this causes issues with the computation of the session token\n done in the method `_compute_session_token` in the model `res.users`.\n\n It uses the field `oauth_access_token` to compute the session token.\n But since, the cursor in `request` is in a transaction that is not\n yet aware of the changes made on this field, it will compute a\n session token using the old `oauth_access_token` and store this\n outdated token in the client's session.\n\n Then here depending if you are using a multi-worker or a multi-thread\n Odoo, you either are never signed in or your session is expired\n after a cache cleaning (the method `_compute_session_token` is cached).\n\ncloses odoo/odoo#42808\n\nX-original-commit: ceec103826ae2a18c63b48c17850d035e352fa3b\nSigned-off-by: Toufik Benjaa (tbe) \n", "proba": 2.7849053367390297e-05} {"commit": "15a66bf16da3b9b5725f595d7d2b42c6795545e3", "message": "BUG: update `of_site` docs to fixed timezone name\n", "proba": 2.2613798478232638e-07} {"commit": "96296d2b9e934753d60cd65dbd0a30400da393a5", "message": "refactoring irf plots, cum effects plots working", "proba": 1.3118092567765416e-07} {"commit": "8a99c7b14360526bf26ceb8bf0f7a86c5db463d7", "message": "[IMP] ir_http: remove _geoip_resolver on ir_http\n\nIt is no more used, it was just there for retrocompatibility.\nNo we share the resolver between thread\n", "proba": 3.7499228255910566e-07} {"commit": "7fb58f18f7e862e5c6015d6685acba780509a5d0", "message": "fixed ending vs contained for ttl files\n", "proba": 1.8755795849756396e-07} {"commit": "b3bf41230e1d19db8e2264c700c54239bc88ace2", "message": "Adjustments suggested/inspired by @embray\n", "proba": 1.1084182460763259e-07} {"commit": "a31a6a66cd93d5177efb2646e6446e8c366fb800", "message": "added Wall time and added better repr/message output\n", "proba": 4.0209243934441474e-07} {"commit": "27c1eb2f346931212cfd9ad40585d8c678048141", "message": "Don't bother printing the objective value in the step table.", "proba": 2.053524923439909e-07} {"commit": "ca94e8536e2764f4f1fce5ac7212c823ce557157", "message": "fixes function signature for partials\n", "proba": 1.9131083206502808e-07} {"commit": "72045dbfa65a3c5c4204344261ba5658d7325d8c", "message": "Better output JSON formatting\n", "proba": 0.0009330146131105721} {"commit": "9a672d1ebfa340acb0b368f69f11e6fdda191ee3", "message": "hide mock drafts from the index\n", "proba": 1.8510996824261383e-07} {"commit": "9a107b8f1ac84f42e33a4970f2d63a000f5b8304", "message": "Switch to Jinja\n", "proba": 4.5820999616807967e-07} {"commit": "55b92021352475aca39b0a4b22a2b258e13a543b", "message": "use einsum optimize=False to avoid upstream numpy bug\nhttps://github.com/numpy/numpy/issues/10343\n", "proba": 1.3224160966274212e-06} {"commit": "c74f475ab8443455995a5eb45d992eadc52302b3", "message": "reformatting\n", "proba": 0.00014366493269335479} {"commit": "1b61d2d34949ce9ac7fa0426f5999bc9ee368103", "message": "Corrected JSON manipulation of host volume location\n", "proba": 7.49171192637732e-07} {"commit": "2bbefb5cc5d0b8f30f63d29be060fd68bc2aab5e", "message": "Add warnings in docs for QuerySelect and QuerySelectList\n\nsee #227\n", "proba": 1.2297830664920184e-07} {"commit": "09df7fac47dd5745c2df68e40979dad7cd5e4def", "message": "Remove unused **kwargs argument from BaseSchema.dump()\n\nCloses #729\n", "proba": 2.0891140195544722e-07} {"commit": "45d0ed8e2d4fdd7f197236d44407619b447db0aa", "message": "Test updated for pre 1.7\n", "proba": 1.3343301930035523e-07} {"commit": "ef38294aa630696948cd12c2fa241716a5b245f0", "message": "Change InputHandler to new style class.\n", "proba": 1.1300815572212741e-07} {"commit": "0826961d97eecf93bba9fb7d0455430e37b12c81", "message": "implement list and get_recursive\n", "proba": 1.271459154850163e-06} {"commit": "c3ad25f6133a26ae1aea91e993e92296db25c0e4", "message": "v0.3.2\n", "proba": 1.300688018091023e-05} {"commit": "402a1e9ce053a931a97ebd71e60e838c3b9ba496", "message": "Animation: Overwrite _add_self_as_attribute()\n", "proba": 1.3656339433509856e-05} {"commit": "bac608cb3fa5ab1800e01c74885e3f441ca21e3d", "message": "MBusFrameData: Correct 'str' representation\n", "proba": 0.0033069706987589598} {"commit": "cb3fa79ee247bc4edba87143f1712ccd0c0c3a2a", "message": "Adjust `microservice.redeploy` module to new volumes_from handling\n", "proba": 4.5320868480303034e-07} {"commit": "85175c873d82f9943da6ab8f7512a16e5767d273", "message": "using 'TEST_PASSWORD' (see 'login.tests.factories')\n", "proba": 1.5706232261436526e-06} {"commit": "75cd5ffbfbbb3c76db2c971af6a18b821f5d2ae5", "message": "unnecessary bit\n", "proba": 3.965858923038468e-06} {"commit": "14f21810463245f0350c328fa2d91cdeb2e472b2", "message": "Minor update\n", "proba": 4.4757166506315116e-07} {"commit": "e70e39a55d00a63606b3768fb6b10e27655443c8", "message": "take out debug line\n", "proba": 3.4780779969878495e-05} {"commit": "ad6790679389bcc59c3875732aaf4b88d47e18a6", "message": "Encode positions with integers in all messages.\n", "proba": 2.22217586269835e-05} {"commit": "edb737dffa77476df8675f265c5fe818ea275034", "message": "take out debug line\n", "proba": 3.4780779969878495e-05} {"commit": "1f2638a7d32e98180c6a459a012ea7c47821b73a", "message": "Error around thang\n", "proba": 3.869172076065297e-07} {"commit": "6f4bf747cf0b7d74cd2c3a16279960692c9c657e", "message": "Add prefetch related users relationship\n", "proba": 2.0716511528462433e-07} {"commit": "d431cf56fa4fb9306102678d6c0fa028fc1924a6", "message": "DOC: Bad documentation of k in sparse.linalg.eigs See #6990\n", "proba": 1.0830164853814495e-07} {"commit": "56f51a343fe8a204c0656c4e1895f751f5e3e6bf", "message": "-Fix script tags", "proba": 1.4685893745536305e-07} {"commit": "ad0e7941befcc11e5309ad241a59a10e5a4c942c", "message": "call filter.refresh whenever app gets refreshed\n", "proba": 1.2821647032978944e-06} {"commit": "f8efb08faa2c5c8f942e971d5a9d5ec8419079b4", "message": "Bump version to 0.5.0.dev0\n", "proba": 6.508385013148654e-07} {"commit": "1960f24737a3ff599e598535e6792516f0af59b1", "message": "BUG: sparse/arpack: fix ARPACK overwriting the initial vector (#1313)\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@6852 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 1.7789648154575843e-06} {"commit": "ba9be8d939fce946dd38f2e6493ef4e11192e5c8", "message": "add redirect to index page\n\ngit-svn-id: 1940fb81eac38ef6ef058c79705648ed98d10eaf@402 981887c0-d8ae-4743-aaa6-7abdade54d40\n", "proba": 6.393973421836563e-07} {"commit": "51175e8fb2748b1760fdc58ff778a7e71850e3d7", "message": "[FIX]Login with the activation code\n", "proba": 1.627016388283664e-07} {"commit": "f37e8de3d1c729e2197aa82eea5b1b1d1e66ab0a", "message": "PEP-8 fix.\n", "proba": 1.4142342763534543e-07} {"commit": "cf1cb5ba177568bfe699d9e0b2d67a78a9800101", "message": "pkg_resources.Environment.__getitem__() code cleanup\n\nBetter commented the code, especially the result caching & lazy distribution\nlist sorting strategies implemented there. Added several TODO comments\nindicating things to look into there in the future.\n\nGeneral code cleanup:\n - stopped reusing the project_name variable for different purposes\n - added an assertion to detect corrupt distribution list caches\n\n--HG--\nextra : source : 86ef8f59ef4e1fc253c155b9ca0856497455372d\n", "proba": 3.771412593778223e-06} {"commit": "a0279ddef83bf73b7901098eee331ba909c18984", "message": "Added comments and fixed small bug\n\ngit-svn-id: 42ad62ba9e2e9b70a1463076fc28ddb0d0c9fb87@531 15d7aa0b-6f1a-0410-991a-d59f85d14984\n", "proba": 2.7276772129880555e-07} {"commit": "027c376109d66d12735831e0a7f62159e44631dc", "message": "fixed cache clear\n", "proba": 6.174198006192455e-07} {"commit": "274824f4d0769cce1934b2f9503da81857e8a739", "message": "Remove local reference to WSDL file\n", "proba": 3.568860336145008e-07} {"commit": "959a653330a3d2fa73a50f4dfebd643800d10e8c", "message": "push_gitlab: use GitLab client interface; don't use code from PushAction\n", "proba": 1.2891435972051113e-06} {"commit": "a0c76531d55721008a0014f0a88297d1a095833c", "message": "Adding documentation\n", "proba": 3.017979111064051e-07} {"commit": "0a8be12d524eda4d600e2acbf1c04cc09f344173", "message": "log_to_json: working online/offline counter\n", "proba": 2.5766390535864048e-05} {"commit": "cd40f4a949d4444c1b452806ad20916147e5c15b", "message": "Add RPCError for MESSAGE_NOT_MODIFIED (#231)\n\n", "proba": 1.9166328968367452e-07} {"commit": "fce1c5bf5937d126cac016e16104e6ebe1d1d34a", "message": "Add -b to sort by best diff\n", "proba": 4.0651414678904985e-07} {"commit": "f8dfdd7743dfb3bcd78421a695e4023d7234baee", "message": "Adding a function as a complement to the parse_version function from pkg_resources that will compose a single version string from the tuple output of the parse_version function.\n", "proba": 1.1844372949099125e-07} {"commit": "35e30b56eca293f582561541b1dda87c79722ae9", "message": "Fixed warning.\n", "proba": 1.414835963942096e-07} {"commit": "8104fec308e333cb57ce62177f92c447c7c1acef", "message": "Update dockerrun.py", "proba": 1.1409032367737382e-06} {"commit": "60b04cda9903640b8a4b9d463fd5110a56a74c11", "message": "Backwards compatible episodename -> episodeName remap\n", "proba": 5.546016836888157e-07} {"commit": "092208b095a77ca061e2c4c49d6fbb5d3aa8fb18", "message": "add password prompt when user is specified and password is blank\n", "proba": 4.860731223743642e-06} {"commit": "5c917fb425c048b87492512cbc3df0b669485bd2", "message": "Except timeout error and retry\n", "proba": 3.413093736526207e-07} {"commit": "db80dc8e45862b283a6d57bd3e69aa382361d3c1", "message": "Io time incorrectly calculated\n", "proba": 1.580480602569878e-05} {"commit": "0e553914572424e5e7dd7b58310c9db7a873aa25", "message": "SHA384 is silly here, just use SHA256.\n", "proba": 4.3922892700720695e-07} {"commit": "a5e5dbeccfa0c9f78ae4eb6d1db065daa308d172", "message": "Rewrote show __getitem__\n", "proba": 4.081729230165365e-07} {"commit": "fbbba67bb3d750155071caa6e07e96e42659889e", "message": "fix redirect path for logout and update profile\n", "proba": 1.898263946031875e-07} {"commit": "542d1ad27eb1cd7c5dbc19e85f546c927aab37b4", "message": "Add a presubmit check that catches |const NSString*| and friends.\n\nBUG=TEST=none\n\nReview URL: http://codereview.chromium.org/3082016\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@54925 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 2.939709020211012e-06} {"commit": "dc2e489812a45cfa437616475b47756e9771306f", "message": "bug-fixed in models.Counter.get_counter_objs_cur(): passing second arg for get_counter_obj() call\n", "proba": 6.6301859078521375e-06} {"commit": "cc02c9f0a40d3d633fa7c2d59278b537b1057233", "message": "Everything Twitter v3.3\n\nUntil it hits something like v4.0 you can safely ignore these commits.\n", "proba": 1.0147118700842839e-07} {"commit": "4fcd7b7a7c026bdd3120697168f119e2c32b9794", "message": "Testing.\n", "proba": 7.396357091238315e-07} {"commit": "1eec99cf9434f1361c0c355ea0e26e86729df199", "message": "AUTHORS check: Allow service accounts from skia-swarming-bots\n\nBug: skia:7833, skia:7050\nChange-Id: Id5b3fdd1b0a4ae50fce7a5d1212c744a85274012\nReviewed-on: https://skia-review.googlesource.com/123936\nReviewed-by: Ravi Mistry <9fa2e7438b8cb730f96b74865492597170561628@google.com>\nCommit-Queue: Eric Boren <0e499112533c8544f0505ea0d08394fb5ad7d8fa@google.com>\n", "proba": 1.6201802566229162e-07} {"commit": "998436af9eb4bc7434e5776a8e76784a1be723ea", "message": "Avoid duplicate route documentation\n\nIf plugins extended existing rest resource classes to add new\nroutes, they would end up duplicating all of the existing routes\nin the docs. This prevents that from happening, and therefore\nallows normal class extension for rest resources.\n", "proba": 5.142369445820805e-07} {"commit": "d56192b7fcad7035ddf64280ac501b02ddac4858", "message": "removing timeout. otherwise blows up task queues init method. unnecessary?\n", "proba": 1.6314072581735672e-07} {"commit": "3f6e81a711ef0d5430084d6f30bf4ccc8e053da2", "message": "Fixes ImportError custom messages for Python 3.\n\nPiperOrigin-RevId: 179702789\n", "proba": 1.4982447282818612e-06} {"commit": "f541770ec625e14a1e874a4399f1ea392f0c02b9", "message": "patch-check: shfmt\n\nshfmt is expected to be installed along with go.\nGO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest\n\nChange-Id: Iad569d20ef7452f579f50bfed7f1b22c6e99a227\nBug: b:185520494\n", "proba": 3.6260371416574344e-06} {"commit": "587e002e0b52fa37ad681221eb173c6062ec120f", "message": "PRESUBMIT: reject changes that add wstrings\n\nWe are trying to get rid of wstrings, but new code keeps getting\nchecked in that adds more. This will help prevent future mistakes.\n\nReview URL: http://codereview.chromium.org/7886019\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@100974 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.0008977759862318635} {"commit": "15b0c37710986efc0f26de6a40736a00c7aee802", "message": "Prevent JSONDecoderError from crashing thread", "proba": 1.4950632021282217e-06} {"commit": "cd7860138957fad20e630957d3352d31166c42b6", "message": "MediaServer API\n- A tab spacing caused the GET request not to be executed when not in DEBUG mode\n", "proba": 1.3060657977348455e-07} {"commit": "e2dd7c4d547f613882b451e3ae1bd8bceee0cb7e", "message": "Added 404 response in json view for bad bibids. Fixes #235\n", "proba": 1.2503018353982043e-07} {"commit": "c3810cd7b7abb802190f82e90e094007a669b79c", "message": "Check for none paths\n", "proba": 3.113417790245876e-07} {"commit": "e044a70c72b874e79b5f3b916b00bf3fc2c1408c", "message": "Fix test\n", "proba": 4.372618604975287e-06} {"commit": "bf1531d2c524f219b042e6ba938c59fb1141df62", "message": "Find usage added method to TestPlan\n", "proba": 2.50636333021248e-07} {"commit": "7c13ecd608538c9f956990505c2d4452eae6f75b", "message": "Apriori: Rule generation\n", "proba": 2.325464265595656e-05} {"commit": "581dcffe085f0cca17d13c18ac835bdede848b84", "message": "Update wall_ball.py", "proba": 1.5999704601199483e-06} {"commit": "47d537dd6ff07d71e5e0626e339c3492cd912b23", "message": "Try to fix duplicity problem\n", "proba": 0.00097416911739856} {"commit": "f7114adad0953c1c376574566842f559d4ee2009", "message": "Added hidden layer\nPEP 8 fixes\n", "proba": 1.6014070070013986e-07} {"commit": "0fd013a2cbbf8577b38f2cbf6102a56c82787eeb", "message": "Fixed formatting of timer printout\n", "proba": 3.8195318552425306e-07} {"commit": "278d87f25aec3e59a197b6d1d5f8325707edab8e", "message": "Make more requested changes for PR 3236\n\n- Moved several variable assignments outside of try blocks\n- Added and clarified various comments and docstrings\n- Modified the command loop in `get_im_version()` to a slightly more\nreadable approach\n- `get_im_version()` now returns None when ImageMagick is unavailable\n- Updated `ArtResizer._check_method` to handle our new returns in a way\nthat is more readable\n- Fixed an issue where `get_im_version()` could crash if the regex\nsearch failed to find a match\n", "proba": 1.125799713008746e-06} {"commit": "7467ebaacad85d96b4153d319b423961b5d23f1b", "message": "check for imagemagick in command_output with b\\'\n", "proba": 1.228858081958606e-07} {"commit": "a8c724c53c8b35ea7d9426f2d30cd1ce820cb023", "message": "improve singleton check\n", "proba": 9.780055734154303e-07} {"commit": "5365ca2bade988be5487cf474c8a7753986db8e8", "message": "FIX issue #32: Ensure that multiple level of dirs can be created.\n", "proba": 1.0026414543062856e-07} {"commit": "1744d99c05e0d5cf28cfa0f9184193cc3edc0136", "message": "ext: fix linter warnings\n\nFormer-commit-id: 45872ac857809a5b6197491086a81dc5d916e4b5\nFormer-commit-id: e40475f77a565546dead617d68213a4c713a0127 [formerly 6c7862bbf07dff500ce4f6f7ccde9b0d55b9c3cd] [formerly d1f9d5781253982b88eb56634b6724f422982a91 [formerly 959a83dd28b6eed3c03b0ce691140721e1c18dd0]]\nFormer-commit-id: b7d76b7afeb11a4ca0b8dcf1f5fc459a68ea20b2 [formerly e295551310f4724e5acf5d9267ed2a91038f426c]\nFormer-commit-id: b55c61337837faa3b300449dd910c500ffb5b2c9", "proba": 1.3657499039254617e-05} {"commit": "8368712f6341fea8ffc4ee2695bc855b3ce9046d", "message": "Update SetMDProperties.py\n\nEnhancements: Dynamic Invocation support plus server publishing tools support.", "proba": 9.966488079271585e-08} {"commit": "0acbe9017d5e510c61fb8856a117a1ffa751ee78", "message": "Create parent directories for output file of runexec if necessary\n\nThis is relevant if --output is used to specify a nonexistent directory.\nbenchexec already did create such directories, so lets do the same for\nrunexec.\n", "proba": 1.3008573773731769e-07} {"commit": "6eb0996641072b32e157528a3dab7978fb3cdceb", "message": "Universe.load_class has to set the global to ensure that classes are loaded only once [TODO: ensure in all SOMs!]\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1336695848740419e-07} {"commit": "f6997e89adb59a5edbab3853894db663fc9dabb8", "message": "Modified script that compares clip metadata CSV files.\n\nThe script now counts unacceptable cell value differences rather than\nquitting on the first one.", "proba": 1.0239722314508981e-07} {"commit": "79e26d587e43ae73209575071ef01965a74f4453", "message": "Changed median_filter => uniform_filter in benchmark\n", "proba": 3.6760638977284543e-07} {"commit": "c7ff38c9b76d0536eb9b1ce606c71a828d6dda60", "message": "Last failing Flake8 issue from pep 1.6.x\n", "proba": 1.242442664306509e-07} {"commit": "76b54395702584f4b1bc3553145bcd545fea22ef", "message": "lugmeetings: print more usefully\n", "proba": 8.55935184063128e-07} {"commit": "4e9f9e89571e0f840920e1d474e6faf631fc47a1", "message": "[openaddresses] Replace multiple spaces with single space\n", "proba": 0.0027262866497039795} {"commit": "002c1cb83cf1e062507798d73c38e50feef476be", "message": "implemented Playlists interface.\n", "proba": 1.1835497559786745e-07} {"commit": "3ba8c09b7e0e2e5cbb4d5da89482369c9a1fafda", "message": "Updated string formatting and added params to docstring\n", "proba": 2.4066019932433846e-07} {"commit": "32ad1d7bd0ae4fceffa2935a0612dd343723833f", "message": "[fix] var name\n", "proba": 0.00015620024350937456} {"commit": "9a7e896952d1e11b2b8d8809a1e36340555e46ce", "message": "Add an __all__ to mechanize's __init__.py\n", "proba": 0.9998593330383301} {"commit": "370c4abc6a02e02d05a674d32f45f5ed7194f859", "message": "feat: Default to suppressed HTTPError exceptions\n\nSee also: #193\n", "proba": 1.236863766962415e-07} {"commit": "8e6c62d608094dfa9a63c94f087527334032d863", "message": "Add missing sandbox tests\nReview URL: http://codereview.chromium.org/4649001\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@65342 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 8.718813660379965e-06} {"commit": "f6eaaa5ca0e85f173dbc2bb025c34b5f2770abbd", "message": "Resetting version in gittip/__init__.py.\n", "proba": 1.3227473516508326e-07} {"commit": "d262c1bcb61dfc512ab91395fe5f787ea8d34f01", "message": "bgp: make bgpspeaker RyuApp\n\nSigned-off-by: ISHIDA Wataru <15703620d0b11e835ab4f34ebf88f2f40cce783e@lab.ntt.co.jp>\nSigned-off-by: FUJITA Tomonori <93dac1fe9c4b2a3957982200319981492ad4976e@lab.ntt.co.jp>\n", "proba": 1.2526530213108344e-07} {"commit": "3acd13b5c2d241d0b7c6129f7e8d38575b58510b", "message": "BUG: corrected many bugs as the function had not been tested yet with the nurbs code\n", "proba": 9.142272574536037e-07} {"commit": "d2e5f424652e65dc63df0e3543cb2f827b5545c1", "message": "Resetting version in gittip/__init__.py.\n", "proba": 1.3227473516508326e-07} {"commit": "9b221f1eaaf56ce4f56b5a2b8b5e06d7cb7f8195", "message": "test_parser_v12: update after \"len\" changes\n\nSigned-off-by: YAMAMOTO Takashi <458bba2e4a8704776b33478100c98529b639cd9e@valinux.co.jp>\nSigned-off-by: FUJITA Tomonori <93dac1fe9c4b2a3957982200319981492ad4976e@lab.ntt.co.jp>\n", "proba": 1.2976308028100902e-07} {"commit": "a030e5f297ca7eeff77907f90efd5111399d2a9e", "message": "Method to push all branches from specified repo to remotes.\n", "proba": 1.0492031776720978e-07} {"commit": "5a2c5eb37ae703f397cecd1c8e952c7f0f9cebe7", "message": "Bugfix in Learning, Test added\n\nFound quite a big bug in Learnpropagate, where only the error of the last board was measured.\n\nAlso added a comparison test (test5) in speed and accuracy between batchlearning and Learnpropagate.\n", "proba": 9.894663577370011e-08} {"commit": "0d1e1d9e150c58816fc021d89a209b0d9d63cb5a", "message": "added methods for adding/removing clients, other minor code cleanups\n", "proba": 1.1726706361514516e-07} {"commit": "1016aa1d4c431e78adff87f725976211f1cd119b", "message": "astro/fits/fitscube.py: Fix a astropy.io.fits write warning\n", "proba": 0.01207447238266468} {"commit": "92c47fddaa2ad17763e8199af600172644b7be88", "message": "spotify: session: Fixed wrong call to set_cache_size().\n", "proba": 1.6315829043378471e-06} {"commit": "4216e5e08eabf7af44a116a95e78ffa6cba5fc51", "message": "[FIX] Typo\n", "proba": 0.0005509300390258431} {"commit": "b6fd8f09412f0770cf3c1041c5a8af6152b89d1f", "message": "refact huber loss\n", "proba": 3.048255621251883e-07} {"commit": "553de62d5868c9bcd217ed27e3bd19c969804322", "message": "comment\n", "proba": 3.196174986896949e-07} {"commit": "3423547fec8d1bd03358264f2be60c10461199aa", "message": "checkplot: now aware of flux time series, added zoomed-in view\n\ncheckplot functions now can deal with flux time series by using\nthe global sigclip_magseries and spline_fit_magseries functions.\n\ncheckplot functions now have a xliminsetmode kwarg, which if set\nto True, turns the main phased light curve plot into a zoomed-in\nview using the plotxlim kwarg for the limit values, and shows an\ninset view of the full phased light curve.\n\nthis should fix GH PR#11.\n", "proba": 1.1090188678508639e-07} {"commit": "9b307405fb6d4248e1a1dd7c6c10fa02b3c347f0", "message": "Top PyPI Packages: Use 30-days data, 365 is no longer available (#2995)\n\n", "proba": 1.0920021509264188e-07} {"commit": "d26186c4208f2a4091272b0c277326b97fd061ca", "message": "\n\ngit-svn-id: http://svn.sqlalchemy.org/sqlalchemy/trunk@170 8cd8332f-0806-0410-a4b6-96f4b9520244\n", "proba": 2.665964871084725e-07} {"commit": "e78fc4f2458d5c2c4c4a80f67296e28fdac99458", "message": "[IMP] sale_order_create_event: cleaned code\n", "proba": 2.3176380636869e-05} {"commit": "e5804e4263b31f6203483f0d5a93b64bf96e57ec", "message": "Add log_cosh and logcosh to metrics export\n", "proba": 2.922911903624481e-07} {"commit": "04fee45d3f5af42d0c99f417b0a04017726b34c0", "message": "checkplot: add in extra BLS info if available\n", "proba": 1.3738035420374217e-07} {"commit": "d076bf96d21dc037e1d1a5addae65152f1a44f3b", "message": "\n\ngit-svn-id: http://svn.sqlalchemy.org/sqlalchemy/trunk@335 8cd8332f-0806-0410-a4b6-96f4b9520244\n", "proba": 2.765727060705103e-07} {"commit": "8f112b8dda40f86eae66f396045df9db6b99512d", "message": "Small bugfixes\n", "proba": 2.6723134283201944e-07} {"commit": "266d85e610d2be38f48b0c61a4c590163cc10b49", "message": "Fix issue of tf.math.real with numeric input\n\nThis fix tries to address the issue raised in 30029 where\nnumeric input does not work with tf.math.real:\n```\n>>> import tensorflow as tf\n>>> tf.math.real(1.)\nTraceback (most recent call last):\n File \"\", line 1, in \n File \"/usr/local/lib/python2.7/dist-packages/tensorflow_core/python/util/dispatch.py\", line 180, in wrapper\n return target(*args, **kwargs)\n File \"/usr/local/lib/python2.7/dist-packages/tensorflow_core/python/ops/math_ops.py\", line 525, in real\n if input.dtype.is_complex:\nAttributeError: 'float' object has no attribute 'dtype'\n```\n\nThe reason was that unlike other functions in math_ops.py,\ntf.math.real does not try to call ops.convert_to_tensor before processing.\nThis fix fixes the issue.\n\nThis fix fixes 30029.\n\nSigned-off-by: Yong Tang <765086fe2e0c1f980161f127fec596800f327f62@outlook.com>\n", "proba": 0.0018542998004704714} {"commit": "0c3cca8c0a30ae81e05908497377d721efc95ea1", "message": "Fix bug in biweight_midcovariance\n", "proba": 4.042327418574132e-06} {"commit": "505fc5e82dae6524236eb093191332b542175e4f", "message": "Be a bit more discreet on wrong commands\n", "proba": 2.099405037370161e-06} {"commit": "6e402d0d2c50a372d6731dafffcac9df25847bb1", "message": "Make TODO a bit more specific.\n\nPiperOrigin-RevId: 168051381\n", "proba": 0.002554651815444231} {"commit": "9e1234fd5652bfcb333a7491d19ac5d8a12299c3", "message": "At least fix the property\nI can't figure out SQLAlchemy tonight, but hopefully I won't need to.\n", "proba": 1.3991477487707016e-07} {"commit": "9f1a5ec94cbb33184d273121bec85b1f7b0c279d", "message": "Add initial version of table pretty-printing methods\n", "proba": 3.7545461850641004e-07} {"commit": "23aa823b8c8e76e4139ca6ff83e8cb84cccd3482", "message": "lighter conn rate, no need for that much\n", "proba": 8.387502248297096e-07} {"commit": "8a29f1d9d7f63d99187d395dd0bafcab71450f79", "message": "Fixing \"line too long error\"", "proba": 3.16234309138963e-06} {"commit": "41146607d5eec67bb4af2d7d8e4f772b171173b9", "message": "add_row_index -> show_row_index\n", "proba": 1.677553700574208e-05} {"commit": "0f2dc939877f8afb10de307e9e8ef2517c5747a6", "message": "hotfix in transformations\n", "proba": 4.442479450972314e-07} {"commit": "c7a002c3c0f86db931fdc0a3240ff38ffab03ff8", "message": "Use the new settings loading method.\n", "proba": 1.2483859279655007e-07} {"commit": "35364359534fe20c79d9413d2b1d0890ee57c0bd", "message": "fix the APEX query tool: allow queries on other parameters\n", "proba": 4.9449045036453754e-05} {"commit": "c05e49aa705a55761e00577feb9167b5c7f613c9", "message": "fix wrong method names used in oval.py\n", "proba": 0.00043208617717027664} {"commit": "a14db4291a6336a0e0768398351cd22640c16eab", "message": "basic listing #4\n", "proba": 2.161803109856919e-07} {"commit": "8e6105faddf49fe621c17c73a4d2f40a82481786", "message": "Ajout de noms verbeux pour l'affichage des champs\n", "proba": 2.453384695400018e-07} {"commit": "56134e37c720d89d2d2d6e88549a02d7e7b49483", "message": "More robust __unicode__\n", "proba": 2.5726508283696603e-06} {"commit": "94712ec528a62643d0baa33ad22d4ccd34ce91e8", "message": "nginx url config generation\n", "proba": 4.491444542509271e-06} {"commit": "d8517d9d4588c206bf4fcb0f5f906169e7d386a4", "message": "Remove global variable `writer`\n", "proba": 8.803378295851871e-05} {"commit": "ff83da291535dc91fb493f97cd8ac745af73b113", "message": "fix connection manager not raising URLError for invalid scheme\n", "proba": 5.888932719244622e-07} {"commit": "37f09825431972e49202f1126ee2712427f320e4", "message": "no need for __future__ print_function anymore\n", "proba": 0.0001643539872020483} {"commit": "69d90f316bd43ffeddd9f781874e97a9e5e4850a", "message": "just use str to create python version string instead of checker version\n", "proba": 1.9937718320761633e-07} {"commit": "fbd09088698518c5630ea0599d8a31f9693e4ddb", "message": "generate random session id, closes #6\n", "proba": 8.908096788218245e-06} {"commit": "c049ba5828bf67dfd34fa8c7772aa041657a3e0e", "message": "add session (ugly)\n", "proba": 2.0012392099033605e-07} {"commit": "b178627349698e14b0487ef6d11e1a48cb4eca4c", "message": "Increase version for data serialization", "proba": 4.925054781779181e-07} {"commit": "54749d7962e45265c15e00ea3b8d1d819d114695", "message": "all titles listed\n", "proba": 2.3459350018129044e-07} {"commit": "db031c66e372e462ed671283e04b5d64ecf04b8b", "message": "Change pitch to use tomato on makam player\n", "proba": 1.5739669834147207e-07} {"commit": "ecce4ae95205f9a17d64139d6133278f72839e25", "message": "Update InMoov3.minimalHead.py", "proba": 2.0602355732535216e-07} {"commit": "9a54dbab43cb485162bb526857210eea7c5cd3f4", "message": "Remove unused functions\n\nGiven that everything else just uses these constants as imported from\nnumpy, there's no point keeping these wrappers around.\n\nChange-Id: I0e19e05f40dc79d8005e915cf3ffb5e36328421a\n", "proba": 0.9999910593032837} {"commit": "9c730527bd1561eed8c594273b71cfd0fa8430f1", "message": "rm debug print\n", "proba": 8.914206773624755e-06} {"commit": "a94ec7cce000d8c752dc63743f10f3eef2840c9e", "message": "monkey patched the __repr__ method for cinderclient.v2.services.Service\n", "proba": 3.6355593238113215e-06} {"commit": "22d7b532f0f83f1aefb0dbba329bcff61c5e5d8b", "message": "GOLD-706: Bug, Keystoneclient.services.find no longer accepts 'name=glance' as a qualifier, so get_client raises a NoUniqueMatch exception when looking for the glance service. This is even though there's in fact only one glance service. Working around this new feature or bug is easy: Use 'type=image' instead.\n", "proba": 1.1621475692891181e-07} {"commit": "88844a56ef8e35f96c2840f32c429168e4502c67", "message": "Entity: use declared_attr for __mapper_args__\n\nthis allows to return proper mapper args for subclasses without relying\non _EntityInherit mixin, this is mostly invisible for subclasses. This\nmakes it simpler to customize mapper_args for subclasses\n", "proba": 2.0098252207390033e-05} {"commit": "98a14ff0acc3c8f5c9a99b3c64cf071ddea5a579", "message": "Added PhaseEnable motor board support, as per Pololu DRV8835\n", "proba": 1.1243003683603092e-07} {"commit": "c03a27c4d3477a678b20e81761d3b4aae2e6d18c", "message": "depend: Remove comment clutter from deps\n\nSigned-off-by: Euan Harris \n", "proba": 1.1220295448310935e-07} {"commit": "0bc7ad27ec36832f7309af476efdabd25a677328", "message": "Allow render_fields to override the default template.\n", "proba": 1.1021464985105922e-07} {"commit": "40abe5e8e5745447d2c02fcce09fe7981f6beed1", "message": "adds new lists because i somehow forgot", "proba": 2.0647338772050716e-07} {"commit": "eb90268a3baf8ba7d87733223afc5bcbe0e6314f", "message": "rss_create script now creates rss feeds for teachers as well\nfix a few bugs here and there too\n", "proba": 1.071448849643275e-07} {"commit": "51a5098bf2ca1451782ecca8b3fbb7b437987084", "message": "dataset_id is unique enough in observations collection\n", "proba": 1.1167682032464654e-06} {"commit": "54bf3d08f139622a6d7e4af766fcfe6e985171dc", "message": "Improved print cosmetic\n", "proba": 3.7553016341007606e-07} {"commit": "0a4d6aedfc245efcc23e7fc840a3ee2579caed37", "message": "Global bug-fix.\n", "proba": 1.2651486258619116e-07} {"commit": "1d2e829b0aa51b9a8ff2155de06979b88cbe019d", "message": "Addeed NoneObj class, fixed Namespace.\n", "proba": 1.1277947464805038e-07} {"commit": "e6a6ac20607d10a9237797c3e5907e9cbd924e85", "message": "[Mangler Utils] Don't print the full path in the comments of auto generated files.\n\nDon't print the full path in the comments of auto generated files. We don't want to see full path like \"/Users/myname/strings_from_my_app.txt\" in the comments of the auto generated files, just the filename.\n", "proba": 1.1199982452581025e-07} {"commit": "75838f2a1ad79c10910357217963d4a2a90dea22", "message": "Fixed hashcode implementation for Strings\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.3351970551411796e-07} {"commit": "c0acdab545c7e5dabfd2e2f7284fc313c5c225d3", "message": "Description is unneeded in list\n", "proba": 0.0005869321175850928} {"commit": "7f475f31414f70636c4fceb5c38b620bfe3b2646", "message": "Migrate tests for Affine to unittest\n", "proba": 1.378304830268462e-07} {"commit": "0e98a787476c27516f455f20b0725d51b92ef8ae", "message": "More LaTeX commands rendered\n", "proba": 1.4034897333203844e-07} {"commit": "096143274f5a3a820fd1d53908bfd57bdd91f67f", "message": "CLOUDIFY-2222 continue bootstrap integration\n", "proba": 1.7371988292325113e-07} {"commit": "2bec23b84f023878b2288683608312b99d65840f", "message": "Added GhostWalker71's convex hull fixes.", "proba": 1.0486469648185448e-07} {"commit": "a86ad184bf2b8343de1cc1c06382c0cc04719bfa", "message": "Node opts update\n", "proba": 2.46766092004691e-07} {"commit": "3eefadd102296f65d6b9ea5736c2ece91475ffae", "message": "GATK: better identify incomplete GenomicsDB runs\n\nIdentify more partially finished runs for removal on bcbio re-runs.\nFixes #2232\n", "proba": 1.3075015203867224e-07} {"commit": "4a2a24007344ef77faa6da463cc47bd514381182", "message": "connection draining info exposed\n", "proba": 1.3501643536528718e-07} {"commit": "b50c9d44971b916b6be25662958a2f7289e847a1", "message": "fix: Update musicology.py\n", "proba": 4.7084381549211685e-07} {"commit": "eb1a675e01e6e351be9024a12c7bd03221410cd9", "message": "util.py: run_command_output_file() using io.open and setting utf-8 encoding\n\nChange-Id: I360b0626c4a51ad86e8a3da356c586b71dfa633c\n(cherry picked from commit 2124bcacd9d18e4b669ba7de06e2bc6ebc28475d)\n", "proba": 9.417244086762366e-07} {"commit": "79ce46731bc0137e43e1376e0c4a9804b153974e", "message": "remove unused import\n", "proba": 7.364135399257066e-07} {"commit": "1726c80f652a3e9aef2d2f915dcf2cee0c4dd143", "message": "Added more documentation to Python clitn.\n", "proba": 1.0929522886726772e-07} {"commit": "01c455606d9f8877a4fe6d35312504760f30e6cf", "message": "Fix for grib_set_string_array\n", "proba": 0.00015518363215960562} {"commit": "b4a369b81c2660f88470aecb90223bf17d190edb", "message": "Reflowing some of the code. Still fiddling with how to filter correctly.\n", "proba": 1.0429938868128374e-07} {"commit": "c7a5fe929c65e8076b29d2321d4808dc2a536e81", "message": "JuliaLintBear: Add CAN_DETECT\n", "proba": 0.003756885649636388} {"commit": "5714e416bb0a642d40179a6d2e8b5470c20f2c87", "message": "Adding and standardizing documentation continued\n", "proba": 1.1514168818393955e-07} {"commit": "752ea6a280ae32c92d3fd0675af99c397f47ddf0", "message": "cloud removal positional\n", "proba": 6.951720479264623e-07} {"commit": "310e72e7fef0be4215863f096a87d2a16d87ac27", "message": "arrays of primitive types get treated as minidom text nodes\n", "proba": 3.631784863955545e-07} {"commit": "1d617789564e080201bcf200cccb7048e53dcbb9", "message": "Quiet down, fits.write\n", "proba": 4.278600499674212e-06} {"commit": "7706412199b326c5f7a3c0d816627d2f81013cd0", "message": "Don't double commit\n", "proba": 9.441632187190407e-07} {"commit": "94636d71f30ca3719d2fca127754b32059d802ce", "message": "Log date parsing errors\n", "proba": 1.1875379186676582e-06} {"commit": "962703d75dc1fdc43ca0a00916e64d06eb02387f", "message": "refactor tournament.py to include some best practices\n", "proba": 3.4453128705536074e-07} {"commit": "00b3a5670889f0637444d9eccf760692c69a172f", "message": "add groups_id to following objects \n* report\n* wizard\n", "proba": 6.424681942007737e-07} {"commit": "c92f8c66f783e9a9008df8788a0700bef84b5d84", "message": "flake8: F812\n\nF812 list comprehension redefines '...' from line ...\n", "proba": 1.1562475066284605e-07} {"commit": "c4e594dbfacb2bf6cad6cfc1578473139b389d4e", "message": "fix kullback_leibler doc\n\nthe return value range should in <0,+\u221e>", "proba": 7.941634407870879e-07} {"commit": "63741eb933b0b3ed93dcfa4f23caf4a877d22c5c", "message": "added sleep at thebeginning of mctrl\n", "proba": 2.352351202716818e-07} {"commit": "cc62f5093c30b26b0faeadd4e8acb3fca5f6f529", "message": "Add originalTitle attribute to show\n\n\n", "proba": 2.7934169111176743e-07} {"commit": "e9ae6e56e42123ab09ed437ca6b22dba9df0a258", "message": "Fixes config file lookup\n", "proba": 3.6848351214757713e-07} {"commit": "73c89d184634e2f5c8d04fa020f97336f19a46c2", "message": "Fix addic7ed -v (without command) error message\n", "proba": 4.4794060727326723e-07} {"commit": "b584f8edf16f3ce6ea61ea7f5be6b5afb4b7ccd4", "message": "raise permission denied as a regular error\n", "proba": 8.991337949737499e-07} {"commit": "b4be7379bae3eba71b2cf184d4c029ff8ebf0850", "message": "Add missing import\n", "proba": 0.00046551317791454494} {"commit": "a6ffd258eca7f41f9f7260a65dc2f6a7b3fe8ce3", "message": "Version bump to v3.0.13\n", "proba": 2.3729407416794857e-07} {"commit": "fcab54bdaef94d7717610efaa466f6e56bf9c9d0", "message": "Fixed menu-lp\n", "proba": 1.1006702607119223e-06} {"commit": "d9e3b9fba59962fcc777a64179d91c8ae297b519", "message": "dropping quote_via for backwards compatibility\nseems unneeded now after testing\n", "proba": 1.2129811466365936e-07} {"commit": "1b328de3e19756b9bf27661f0abca3292307d19e", "message": "added function for posting images to channels\n", "proba": 1.431457690159732e-07} {"commit": "4b15b0188777e6b573d97aad7806bcf425b42644", "message": "fix send email\n", "proba": 8.757571777096018e-06} {"commit": "9d6c9f5f6b80bd4787434eee6dac23dd587d8bfd", "message": "Update benchexec/tools/cmaesfuzz.py\n\nCo-authored-by: Philipp Wendler <5865954e95201a0251172801b9e1a28ced071491@users.noreply.github.com>", "proba": 1.190394840477893e-07} {"commit": "5ea1061243ea84a7afb11f6e91fe20dc447ef8ac", "message": "fixed type\n", "proba": 1.4822506955169956e-06} {"commit": "ba8c16f1d2ac6b7c380a746a23a436a7cc0f6e88", "message": "FIX incorrect initialization in fmin_l_bfgs_b\n", "proba": 1.559000702400226e-05} {"commit": "0c8edd1ea6480b51019bb553f3f3f91a6f829a35", "message": "added intro paragraph parsing\n", "proba": 2.2032051560927357e-07} {"commit": "1510650f33bc13756f588d32f7c41bbf603c4ce7", "message": "Call createSamePts.\n", "proba": 1.2427507556367345e-07} {"commit": "cb78571aebcb274a2341293fd57b6391b5bfb916", "message": "Initial commit of the VTK exporter\n\nUses legacy VTK format\n", "proba": 1.5628118887889286e-07} {"commit": "692273f3d1bbd49624fcfee65633c4d313054172", "message": "Improved menu-lp2016 subject name 20161123-1122\n", "proba": 3.3847632607830747e-07} {"commit": "945f14fe3ae67186c86dce2d19977a77ce0f2514", "message": "is instead of == None\ncorrection found in Flake test\n", "proba": 0.00030166833312250674} {"commit": "80c3d771ae546b32e4b4066c39d0fd08c01c9cb0", "message": "[mod] use reverse for gettings meps of a building instead of custom query\n", "proba": 1.649866590014426e-07} {"commit": "aa5c016a11b4c66e26e5fde813bb15f540260ffa", "message": "Moving obstacle\n\n", "proba": 6.168475010781549e-06} {"commit": "bc9986f82cf68e31c584ab29bcf2277f6a2e4290", "message": "Add test for #407\n\ngit-svn-id: f4e1a40f847802203273bde8e26df4d11611876a@9012 44470bb9-56e9-0310-a0f8-c586564d3dc6\n", "proba": 5.421497348834237e-07} {"commit": "37a3ecd3887db8e3a62f258cadf07e58dcd4fbc5", "message": "Release\n", "proba": 7.347208565988694e-07} {"commit": "73a78dd49d5b3d6ba8a330e73767a90fa0a406aa", "message": "Add custom messages for permission errors\n", "proba": 2.773320488813624e-07} {"commit": "c5164c6d5934caa49b357b619b8a1c4614b482e7", "message": "better protection for rfile in apache (RDST-409)\n", "proba": 1.057274872096059e-07} {"commit": "3da1014f131822b73714fcdbb7754e226d147f9b", "message": "remove accidental semicolon\n", "proba": 0.9999983310699463} {"commit": "3eaafbbdf72f5819ba270b3dac524f073e15543b", "message": "test/cql-pytest: mark a test failing on Cassandra with cassandra_bug\n\nWe have a test for the LIKE restriction with ALLOW FILTERING.\n\nCassandra does not yet support this combination (it only supports LIKE\nwith SASI indexes), so this test fails on Cassandra, suggesting either\nthe test is wrong, or Cassandra is wrong. In this case, Cassandra is\nwrong - they have an issue requesting this to be fixed -\nhttps://issues.apache.org/jira/browse/CASSANDRA-17198, and even an\nimplementation which is being reviewed.\n\nSo let's mark this test with \"cassandra_bug\", meaning it is expected\nto fail (xfail) when running against Cassandra. When CASSANDRA-17198\nis fixed, we can remove the cassandra_bug mark.\n\nSigned-off-by: Nadav Har'El <625169824b719df98706d88646d0aae6f368ae4d@scylladb.com>\nMessage-Id: <20220330211734.4103691-1-625169824b719df98706d88646d0aae6f368ae4d@scylladb.com>\n", "proba": 0.9999033212661743} {"commit": "8666d5f5f8d0af8ae5d6400716faa8ecec63c1e6", "message": "included fix by @i223t for 417 Expectation failed error when going through older Squid proxies\n", "proba": 1.272864977863719e-07} {"commit": "491cf22bc32fabbacacf80b98c8ec437b507dc48", "message": "fix indentation error in train\n", "proba": 9.031652552948799e-06} {"commit": "d2f894eed75147145ac69e918f39052b409e21ce", "message": "bump version to 4.5.0\n", "proba": 4.335623202678107e-07} {"commit": "95fd51df38bd68e06128f235f59357a641dae308", "message": "version bump\n", "proba": 7.394332897092681e-07} {"commit": "85d1ae2a820a95aebe9e0767d0ea718fddcb438d", "message": "Tests when input file is not a vcf file\n", "proba": 1.1665207466649008e-06} {"commit": "eb3edd1240ad490971c70cbe47a5243dbb5498ca", "message": "Remove unused code\n", "proba": 5.7894176279660314e-06} {"commit": "feb860b7c16fb581105a2cb69f1ad5d3fe95d727", "message": "es 6.3 allow single mapping type only\n", "proba": 1.1737011362811245e-07} {"commit": "eb083f0982e7d88097258cbad45fef8012ad59d6", "message": "ENH: update yaku build to use node instead of filenames.\n", "proba": 1.0227756774838781e-07} {"commit": "9f3adcf4ba2d8e1a98f84b3b1dc5580781e76e3f", "message": "added holga 120 camera", "proba": 1.2906650681543397e-07} {"commit": "17bd9f8c6dad043e4a1175fe78277e8a7cf3b708", "message": "Fix typing error\n", "proba": 0.00014949504111427814} {"commit": "16b9d6ce24159ac38508736d507ad5014c4d19cc", "message": "Fix huge bug where prompt wasn't shown in subdirectory of a VCSed directory.\n", "proba": 1.0786172310872644e-07} {"commit": "c98b60ea6cbe9da2f6f65b3af47962d43ca8fa0e", "message": "Add TODO for later widespread refactor of the admin\n", "proba": 1.2995305098684184e-07} {"commit": "2888f8f7dd41cd25ed903b26c15a4bd884277566", "message": "removed headers and cookies from request_hash generation\n", "proba": 2.7647300271382846e-07} {"commit": "342cc648eacde26eff95f3107dcae30f62b45110", "message": "Added the exception 'InvalidColorError' invalid RGB inputs are now handled by throwing and catching exceptions of this class\n", "proba": 1.360155721386036e-07} {"commit": "f05193ca07108568e5fa182914b85d86e2ca6f48", "message": "Fix an argument name in pvsc-dev-ext.py", "proba": 0.9998600482940674} {"commit": "fcc0ba8ab38fe6c1d4c99456c1cfe52076b818ed", "message": "ENH: fix confusing error message when WAFDIR is not defined.\n", "proba": 1.1807763655724557e-07} {"commit": "4be3a50a1c41f9119f36da1b819ed44947b287e4", "message": "conditional autoscale+relim on correct place\n", "proba": 9.847865840129089e-06} {"commit": "484991de5d205e6a5e5f8319c550a8cc89f1cca9", "message": "Enrich string representation of characteristics.\n", "proba": 0.0001960029621841386} {"commit": "0e744515cd6f5972bfb24781f3cf8b8116640054", "message": "added uck_timeout\n", "proba": 2.779794670004776e-07} {"commit": "cd199c9d16ff28f906bbd23abe91cda8ec96a88b", "message": "keep full path when __enclose_io_memfs__\n", "proba": 3.141843194498506e-07} {"commit": "3c76683843f48863c74378cdaf450510aadafae8", "message": "only something trying, nothing changes\n", "proba": 3.8494445675496536e-07} {"commit": "395561becfa612fedec74fd841cb4f28afdc23d7", "message": "[tests] disconnectban test - only use two nodes\n", "proba": 1.9469602818844578e-07} {"commit": "43bbc022e026de1c26962d2c41497694c173b92e", "message": "remove the main poll in brick polls for global orgs\n", "proba": 2.5604936126910616e-06} {"commit": "aa1ace353e26d78129994f791ccbe1330f8f7bcb", "message": "fixed logging config path debug message\n", "proba": 4.5504847889787925e-07} {"commit": "b19fe8fd8a80bf3065e8f5808ae513128c0975e7", "message": "trying multicolumn detection\n", "proba": 3.0848789833726187e-07} {"commit": "8a8230839ffb5330bfaf6343ead54471c863abb8", "message": "get_product_id returns string rather than bytes\n\nTo make this consistent with the other calls, return a string\nrather than a bytes object.\n", "proba": 5.217614216235233e-07} {"commit": "1ca8827eb964c610818513fcc30cfc197a3f74c7", "message": "optional input processing\n", "proba": 4.745937189909455e-07} {"commit": "9cca433839d361083193ed378d3dd3f822e06993", "message": "Bubfix for dates\n", "proba": 3.895920315244439e-07} {"commit": "3cc460fd131668a8e135f1c90c4402b187fbef35", "message": "xml prefixes (partial)\n", "proba": 2.863473582692677e-07} {"commit": "37fbaafb31a92a1a24af7755cfe0c8c0af1211e7", "message": "fix test\n", "proba": 1.6747775362091488e-06} {"commit": "e4a96f0b408b5c024283861206523bb530bf66a6", "message": "instead hdrs.METH_OPTIONS of \"OPTIONS\"\n", "proba": 3.81540331773067e-07} {"commit": "1da719a7f4c97b9183d0075d0ac7c1767ba12148", "message": "simplification of command line argument handling\n", "proba": 4.718741365650203e-06} {"commit": "ec4e4012c63f13674347b3d2e2e11a8a5a6ef2c0", "message": "[FIX] report_sxw: workaround to prevent crash of reports launched from wizards that pass invalid IDs", "proba": 1.4186217356382258e-07} {"commit": "c171525afb5a0a6d4093321642cd41a4a0e86f7d", "message": "Fixed bug in document_converter.py\n", "proba": 2.817560869061708e-07} {"commit": "5e4472e00e5c3962d687ccc0cc6b763e95289f00", "message": "fixed file output name\n", "proba": 5.195575795369223e-06} {"commit": "2bc6f085ca5492e16760a5d95868e0728a6b846d", "message": "RPS: Fix the log_prefix.\n\nWas broke here too; only noticed when I copied it for my next game.\n", "proba": 1.0344786005589413e-07} {"commit": "91466fc0d102b1754d39d0e9e2cffdb48e7671d0", "message": "Updated `rules_rust` version to `0.6.0`. (#1397)\n\n", "proba": 1.3385219688188954e-07} {"commit": "0b326f962a7fbcc51bafcccf1eea8fa062404594", "message": "Make sure both the numbers are integers.\n\n\ngit-svn-id: 353d90d4d8d13dcb4e0402680a9155a727f61a5a@1090579 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522} {"commit": "79e35747af2fe4660aba0aeec02daf292bd3372c", "message": "Fix: remove port in url", "proba": 9.758564374351408e-06} {"commit": "a6c397c445fec56d42f81a720b35aeee3f9831c3", "message": "allow state to be set if passed\n", "proba": 1.9318472368468065e-06} {"commit": "76f0f00bc7365cc02e90516e6f0b27f7cba00224", "message": "String fixes\n", "proba": 8.003211746654415e-07} {"commit": "ce23caea7dd803d091168a24958531bcd4760d6a", "message": "Add a failing test case.\n", "proba": 0.0001229445042554289} {"commit": "c4fc65eb350888f679defa80a678af7d86d6fa2d", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "2a4bd99d09d7ac4f45451b79024555451ef67421", "message": "tidying up\n", "proba": 1.8515989950174117e-06} {"commit": "0adda9f1e2dc9777edda3b44bd9ff4383644ff98", "message": "Fix __missing__ logic to fetch unknown rooms\n", "proba": 0.9982333183288574} {"commit": "87048431090d9b06920f33315b5f36e85e466dec", "message": "Fixed HMAC comparing to prevent timing attack vulnerability.\n\nFixed #1.\n", "proba": 1.0297186037178108e-07} {"commit": "aa652f6f50e005dbc559d427558379900fc0bb06", "message": "Looking for airflow.cfg in your home first\n", "proba": 1.2351014788691828e-07} {"commit": "f3b90e0294506fb3bf89ee16201ef540c8ce22af", "message": "[FIX] report: fix for currupt sxw", "proba": 1.1093462717326474e-06} {"commit": "41fcd2f05d644626499fff81d4c834049acf2aac", "message": "searcher stem for key\n", "proba": 1.9798359573997004e-07} {"commit": "436e50d10938bb22974c5fcd56a7d5fb8685c3e7", "message": "Updates version number to 0.4.358038614.20210217.\n\nPiperOrigin-RevId: 358043182\n(cherry picked from commit b27d76fa1cc4af7110f5a716d2f202f0e6ed69a1)\n", "proba": 1.7583504074991652e-07} {"commit": "22b205b95c961c6d359ca7d5b34e91f118533d2d", "message": "Added tests for the registration process\n", "proba": 1.2508861857440934e-07} {"commit": "4e47dd2d6479140a8350a42792856225f962a630", "message": "some more (small) ascii arts\n", "proba": 4.269594171546487e-07} {"commit": "8e565602adf61d17c4bb5d35d711ee86b449ed13", "message": "Remove print\n\nbzr revid: ced-f9dd2af45152161043c5c3bc148be9c197214871", "proba": 0.9999876022338867} {"commit": "dfbc0f42c7555b7145768774b861029c4283178c", "message": "Fix traverse_trees_recursive() again\n", "proba": 1.2104508641641587e-05} {"commit": "07795fa8792812b4f5faafa8e1f9c03bd26d4544", "message": "Removed useless comment in index function.\n", "proba": 1.1165194990780947e-07} {"commit": "030175f6329468c2e0d7f831b94d888139ac0937", "message": "Reuse ColumnOption\n", "proba": 4.435096911947767e-07} {"commit": "359f175cb340d67305c07e7ed5ce637a470ed0e1", "message": "fixes bug 1168445 - Missing slash in URLs in iCal\n", "proba": 1.2016766959277447e-07} {"commit": "d362c9efd3228b34adfa5c9d11342ba8a47a99bf", "message": "Tracking tags remaining", "proba": 2.3802888904356223e-07} {"commit": "edb7c438c3695a61a62549b7b754948a475abfcc", "message": "[FIX] report_sxw: workaround to prevent crash of reports launched from wizards that pass invalid IDs", "proba": 1.4186217356382258e-07} {"commit": "49a3352e5225a29db29c8d135765a4f557fc405e", "message": "Bump version number.\n", "proba": 2.152537348365513e-07} {"commit": "74d7a2cd4e4bdf17c01be4aef294b79b716e09ac", "message": "Critical bug fix for bruker class. Scale was wrong!\n", "proba": 1.0885916168490439e-07} {"commit": "d7c194d418fc56b03534d5ba5e843e2c0311c771", "message": "swarming: enable test_get_dimensions in python3\n\nI forgot to enable this in https://crrev.com/c/2282680\n\nBug: 1010816\nChange-Id: Icf65fd641045239ff9b9e7402e68e0ed6c63f13e\nReviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2284743\nCommit-Queue: Junji Watanabe \nReviewed-by: Junji Watanabe \nAuto-Submit: Takuto Ikuta <71927f930fca81015e0f496c65cd126ab1a692e3@chromium.org>\n", "proba": 0.0009460147120989859} {"commit": "f671708ee793d2d06b925ed4522f3af22d5d796a", "message": "ir: Speedup Toposort\n", "proba": 3.161916311000823e-07} {"commit": "f37ea498f6c0dc5a5286cf67c4af91a451646074", "message": "add basic docstrings for facade methods\n", "proba": 3.3929268283827696e-07} {"commit": "93009ed75f4e771c1349619a246e108c58fe2d4a", "message": "Prevent double checkpointing.\n", "proba": 2.917684582826041e-07} {"commit": "d73a371b2d010b833e29b36cae89af107d6b8e99", "message": "Fix import of voice transport in tests.\n", "proba": 1.5361239036337793e-07} {"commit": "1f1cbf8a2a2b7b40259f89009d251adaeecdca90", "message": "V2 of improved !greater command.\n", "proba": 1.2351816280897765e-07} {"commit": "5d3efb7f208cc47cdd43246f90170d418fd29538", "message": "update env\n", "proba": 7.616324637638172e-07} {"commit": "9e8aec971a82d85412decfe0fa9fb0cb12f4c98e", "message": "Debug mode, for now.\n", "proba": 1.1035937319547884e-07} {"commit": "6fa365881986b57693d2bce3aa4268f14c10714f", "message": "Added anonymous cloning over http.\n", "proba": 1.0618867207767835e-07} {"commit": "f2b84b522810055d906b4474ad06b3b556696e93", "message": "Tell the user that the function's been removed, not deprecated.\n", "proba": 2.4557303390793095e-07} {"commit": "0e599ac2de2d1f552ad909d02846aa17df3e5d68", "message": "Version number updated\n", "proba": 1.084928499039961e-06} {"commit": "e184aa617168c028837510722846031e72918f5c", "message": "Bump to version 0.3.0\n", "proba": 2.3663238835069933e-07} {"commit": "fbcbb2a7a62e87f96a67bf4dbb8e61b7d5eaa43c", "message": "added ip address getter function\n", "proba": 3.646541699708905e-07} {"commit": "f8c8fbdb239a4284c78333b0ac7c4cb412a7661f", "message": "implemented standard methods as available\n", "proba": 2.3172378860181198e-07} {"commit": "bedea0f3db3f596888904d53827a3bc3794abdc8", "message": "walle 2.1 - \u652f\u6301\u591a\u4e2a\u9489\u9489hooks\uff0c\u517c\u5bb9tag\u5728\u9489\u9489\u4e0a\u663e\u793a\n", "proba": 1.1369892405355131e-07} {"commit": "73ac2b044cda0176f1998479aecb36852bf58960", "message": "input_6\n", "proba": 0.9999995231628418} {"commit": "e274df19ba1346547b33f0ae945367d09b89eb6c", "message": "specify precision variable for frequencies export\n\n", "proba": 2.0781810405878787e-07} {"commit": "44706875bf6961798c5922f0e8a70b17d8950585", "message": "jiwon \ud50c\ub7ec\uadf8\uc778, \uc785\ub825\uac12 \ubc94\uc704 \uccb4\ud06c\n", "proba": 4.397071222683735e-07} {"commit": "c6082c0c669a15fc36f087917249c2ee23786db6", "message": "Create DataStores added.\n", "proba": 1.2552600026083383e-07} {"commit": "c56c0669ebcf66da4ff0750a549261778ef9c0a9", "message": "util: Remove DRAMPower trace script\n\nThis script is deprecated and DRAMPower is now properly integrated\nwith the controller model.\n", "proba": 9.879313722649385e-08} {"commit": "2f481fbba7f3cf5fa9043464fb67688186e54ce1", "message": "Make app id as env var\n", "proba": 0.00041978011722676456} {"commit": "6822b5e970387776f3b60ebd33d10fc5498f2bec", "message": "Extract reading/writing config.\n", "proba": 1.7835195365023537e-07} {"commit": "82b980ab47911edbe38a99cbfd85a11fc1161fac", "message": "[rcon] add single_packet_mode option for servers that do not support\nmulti packet responses (factorio)\n", "proba": 1.0813734263592778e-07} {"commit": "0836f26d7c575507a72d4b94f814aebf23b7a8cd", "message": "Filter by spam.\n", "proba": 1.5864948466060014e-07} {"commit": "46b85292ce0dd65a581c2200e0c2dab75e8c0125", "message": "fix 2.6 compat\n", "proba": 4.4418439415494504e-07} {"commit": "35d54b1226548145baf829637ed11419d3d41a89", "message": "Workflow: optimize out one SQL command.\n", "proba": 4.411122063174844e-06} {"commit": "1a388725c83353736ee8ba4c2ec53ecbcba664d8", "message": "add stubs for more problems which get solved by means of backtracking\n", "proba": 2.4038769197431975e-07} {"commit": "cb3c6bc8b77731b201a016f4fe2eb6bc7e0a4c07", "message": "Resetting version in gittip/__init__.py.\n", "proba": 1.3227473516508326e-07} {"commit": "dafea6d166f8ce9309cc401aeb54b0cc7eb97e3e", "message": "Adding first category and first subject to document.\n", "proba": 1.0858149579462406e-07} {"commit": "e350d50ab90878b2ceb662d8fbef2492d23b2315", "message": "Fix lint warnings in uploader\n", "proba": 9.55922473622195e-07} {"commit": "d1cf824a23fd9cec6914895e7a90feaa43152122", "message": "Remove method as we use now Flask-Cors.\n", "proba": 1.0374820647029992e-07} {"commit": "cb44ec3606d1e41c2604dd72952d3704a668c10e", "message": "Resetting version in gittip/__init__.py.\n", "proba": 1.3227473516508326e-07} {"commit": "5c200fdae4ee627cd7eac42262cab225f033197b", "message": "Modifies the user_creation script to include BoundaryUser mapping\n", "proba": 0.0004064634267706424} {"commit": "749dafe792975eca8182413e73c734817977c1ba", "message": "Bump version 0.1.1\n", "proba": 9.97116330836434e-07} {"commit": "f855bb56d8ab59a17147790384b3f7218798bbef", "message": "Increase coverage\n\nAvoid to cover this function, because the atomic one (writerow) is fully tested\n", "proba": 3.7132967918296345e-06} {"commit": "5025ea5d1a38abd174405c02255ff81b17317ca2", "message": "Setting version to 5.2.31 in gittip/__init__.py.\n", "proba": 1.1988562675924186e-07} {"commit": "487d5a25aa48510a6b8e207654ad5e8eb56c5c3d", "message": "util: reformat fight translations to look like js\n", "proba": 2.057588659454268e-07} {"commit": "b54e63752e90a56f7b039d215ec3fb16828d2c43", "message": "Move conn transport check to ConnectionPool.put()\n\nConnection.return_to_pool() also goes through this method\n", "proba": 6.334952331599197e-07} {"commit": "db815463ff414f650eaf74d0deda7dad71ce7193", "message": "Add label to email2\n\nCloses #1467\n", "proba": 6.868947934890457e-07} {"commit": "8933383249e405b2d36c3e918676b55c8e5546c4", "message": "Made setColour() more clear, colour change loop to main()\n", "proba": 1.2058831089234445e-07} {"commit": "e17705c05bd6f1723a1744aba1d654ca4df68044", "message": "Another round at re-factoring this.\n", "proba": 2.800117044898798e-07} {"commit": "26ed997e10b599d911f18512606fcf501479fa85", "message": "Fix a typo.\n", "proba": 0.9999574422836304} {"commit": "fb5781804df029c1ff345e02371306e05700d98c", "message": "Updated driver to include all submitted players\n", "proba": 1.2372636604141007e-07} {"commit": "fe626580720986a28e966ea95c378c4eac47fafd", "message": "Corrected documentation (#2229)\n\nSome default values were wrong or not present in the documentation.", "proba": 9.914273135791518e-08} {"commit": "89186e6cd7fe600e3f256abaac458379246e8ca8", "message": "Forgot about unsafe vector operations for chaperones\n", "proba": 1.2211616251533997e-07} {"commit": "c4c13f7d57509dc96b53af38040af7e62f7223f8", "message": "Small bug fix\n", "proba": 2.999574917339487e-07} {"commit": "bf0afdb25a1bde7326171c25662bed5cc6837204", "message": "Reduced redundancy in code.\n", "proba": 7.258031473611481e-07} {"commit": "426e8763cb68ee32a4b20bf8e932b2ee99a2e171", "message": "Use class level defaults.\n", "proba": 1.3327989734079893e-07} {"commit": "430b13b8b286ea6950bb47770e883f728cfc1238", "message": "snap-aligner: handle additional complex cases\n\n- handle paired end reads without /1 and /2 ends\n- Use mbuffer to avoid buffering issues passing to SNAP which\n works cleaner than sponge writing to disk. Need to add mbuffer\n conda package\n", "proba": 1.628155672506182e-07} {"commit": "08b998d63808b99cf96635bd50b7d33238cda633", "message": "Create folder if not exist\n", "proba": 1.1890168707395787e-06} {"commit": "03290e143a405e3a148724a39ccaf3589c95e235", "message": "dbf: Implement Float type\n", "proba": 7.538030217801861e-07} {"commit": "7140bea65ade435ef3cc30aa725b5881f07ec519", "message": "Added parsing of metadata and tx_rx_pairs for PROCEMA link\n", "proba": 1.402955689400187e-07} {"commit": "61840f83d951f2a8ce3eb1f823ea16b98885bbbd", "message": "Fix indentation of comment\n", "proba": 0.9992687106132507} {"commit": "d705e0cd33ad0b8ebab7fa91291cc7e3193871e4", "message": "interim commit\n", "proba": 6.685685320917401e-07} {"commit": "dfaf1c7d54287300f16e186cb5d6ee9e3c5b95f1", "message": "casting type\n", "proba": 6.456178311964322e-07} {"commit": "db2af17cf923d2decdd91184b37926a4ce44abef", "message": "add gatk to QC resources\n", "proba": 1.7697075804790074e-07} {"commit": "2015e0b26a311014f8f47fe54e04cc8d5834bdbf", "message": "fixes #97\n", "proba": 1.3189445269290445e-07} {"commit": "8095d30e8e64dd499dd3f4e407caf5dcdab74aad", "message": "Remove unknown reference to priority.\n", "proba": 1.9447742261036183e-07} {"commit": "516fe9087a6744c0c01e949d018f3efcced41024", "message": "Add non-log prior.\n", "proba": 1.474749410590448e-06} {"commit": "c13e9473e66308b09c68a7e488527257f5f77cd1", "message": "remove useless custom_vjp\n", "proba": 4.825554924536846e-07} {"commit": "473d3879eeabef1be6ada4d5cf9247055e38b908", "message": "Generatize RapMap index creation.\n", "proba": 1.505058406792159e-07} {"commit": "71ba4a1ae26be7674d93883dd79752ea9a1ef646", "message": "Allow passing a base_url to BaseClient objects\n", "proba": 6.055967674001295e-07} {"commit": "8cbea4dce3a3b55e9af70fdd6c77975db7802fde", "message": "Initial version of dimacs CNF parser\n", "proba": 2.075113343380508e-07} {"commit": "2ed0aeea44865c51dbfee26103db8f16169aef64", "message": "start chat added.\n", "proba": 1.2394295367812447e-07} {"commit": "46ead21ce4168373bb39f6cefe45ff14fa1c3b77", "message": "Add relationship backref info to Location\n", "proba": 1.659340682635957e-07} {"commit": "f4bf5f00acacb6534599f2247f3d8f865af100e1", "message": "Disable pylint no-self-use for bcbiovm.client.base module\n", "proba": 4.7477794851147337e-07} {"commit": "d60257e767a8cc47054504c1e862196a19fda864", "message": "Do not send Proxy-Agent in CONNECT responses\n\nSending any headers at all in response to a CONNECT request breaks\nproxying Android emulators on all non-80 ports.\n\nIssue: #783\n", "proba": 1.2367669910418044e-07} {"commit": "fcda6201794834f59b4b37ceeafb53a24e6072f1", "message": "add recent option to snapshot\n", "proba": 8.318103823512502e-07} {"commit": "6e2e51e1798b334efd64334b3b06e3b5ccaa0148", "message": "add double space\n", "proba": 0.9982522130012512} {"commit": "94d472cc9a1854702c76569e87e6942a2c087c38", "message": "Add string representation to AgentWithCoordinates\n", "proba": 0.9999985694885254} {"commit": "5efafccc90bf86d5298b8a8a64a217c0ae69764e", "message": "Updated Maya and Blender sections to make use of new macros.\n", "proba": 1.0148260543019205e-07} {"commit": "0b0d676d688f99b2025dc6644943ead2a7bcb25b", "message": "Clock implementation for Windows. The MIN_SLEEP and SLEEP_UNDERSHOT\nparameters may need to be tweaked separately on each platform, I haven't\ntouched them yet.\n\nRefactored Clock so that time and usleep are instance variables instead\nof function parameters. I'm still not convinced that set_fps is a good\nname for the method, but it's unchanged for now.\n\n(Writing sleep functions while insomnic, look! the irony!)\n\n--HG--\nextra : convert_revision : svn%3A14d46d22-621c-0410-bb3d-6f67920f7d95/trunk%4043\n", "proba": 2.0206232420605375e-06} {"commit": "134c1d8b1ee959999af9ed198ec3b19905c502c1", "message": "Issue #5: correction for determining which review comments are obsolete.\n", "proba": 1.5671894004753995e-07} {"commit": "0ef8769db0d95c8c682bda48a60609dc2c25b735", "message": "Remove 2.3 test\n", "proba": 1.0949592251563445e-05} {"commit": "acc2fcd53f10d5633431823c660f0df5b4f9f750", "message": "combined some nested if/else checks to simplify code a little\n", "proba": 1.482936227148457e-07} {"commit": "16505b88d864501f3c084ae8ac3be196e70e195d", "message": "update __init__.py\n", "proba": 7.82253046054393e-05} {"commit": "bd988604d8f7efdfbb5560a5d5a4a18c5f9587be", "message": "remove unused variable\n\nHooray travis-ci catching lint errors :)\n", "proba": 1.2505141455676494e-07} {"commit": "71c0b958054048a0b7aca6da715d094afa9a574c", "message": "FormatRBear: Modify ``REQUIREMENTS``\n\nAdd ``DistributionRequirement`` to provide package names\nfor some distribution package managers and add\n``AnyOneOfRequirements`` to combine multiple requirements\nand return ``true`` if any one of them is installed, both being\nsupported by ``dependency_management`` 0.4.0\n", "proba": 1.0299312407369143e-06} {"commit": "ceb1c1dce7585a1ddd9fc5b08278eac3265af6fd", "message": "Issue 319: unschedule leaving dummy funcs in schedule list behind\n", "proba": 1.326008458590877e-07} {"commit": "148fb0b2e07f8d724b184809d9cb276177295220", "message": "autocreate virtualenvs directory from --make if nonexistent\n", "proba": 5.239399456513638e-07} {"commit": "cd0b34daea5e63a415ca21cc36af6635eb9d696f", "message": "Testing waypoints and serializers.\n", "proba": 1.1988139192453673e-07} {"commit": "392935842f1bd80dece8c08430926df64f832b17", "message": "Vectorized invlogit\n\ngit-svn-id: 1df7fcefc24ce524793a7474bd98e66739d04a42@328 15d7aa0b-6f1a-0410-991a-d59f85d14984\n", "proba": 1.0604800991131924e-05} {"commit": "9fbdd06fc8bdbd0ea9b9ab975ff0e9e68eca15f6", "message": "Adjusted path to a valid mount point, and amended the help accordingly.\n", "proba": 1.1414110190344218e-07} {"commit": "0c1c376c1e67834dc3693a89a238cd3f10176e8c", "message": "Proper Outerjoin also for items the user doesn't have any activity yet\n", "proba": 1.3330786430287844e-07} {"commit": "b3705b82e2bd4afbeeaab5f56d4164d674dbbc4f", "message": "Some more optimisation in graphs.\n", "proba": 1.274896135328163e-07} {"commit": "d95e2dbe9c06221522beebd4ff9cee1e8ee06bc1", "message": "updating websockets to v2\n", "proba": 1.3800885199088953e-06} {"commit": "e5bd99299d2175ddc0c41843dcab9bca30258ce5", "message": "[#382] Fix test plan\n", "proba": 5.337777224667661e-07} {"commit": "9f36c7c517409f98d6beeecb37adbfdce98615ab", "message": "Code review fix: convert list into variables.\n", "proba": 4.4272874788475747e-07} {"commit": "f838dea08bbdd5024c7b9783eb401e8822f659bd", "message": "Fixed line too long.\n", "proba": 4.4067056137464533e-07} {"commit": "552ad5c96722d08dba6d1c2965010dd85e871e6b", "message": "futures: Fix variable name in docstring\n", "proba": 5.209405208006501e-05} {"commit": "fc47bb5d206f447a5189d04f8d18d34a12bc6e34", "message": "Fixes bug where handlers are lists.\n", "proba": 1.1323923843065131e-07} {"commit": "5c93cf09e5b5aa9973c861a1eb2c49f740f5d9b4", "message": "Disable middleware on Ajax requests.\n\nAjax requests don't have urlconf.\n", "proba": 1.4386138502686663e-07} {"commit": "63df7cf3edf9fc45fad4186d4332f30afe66a952", "message": "forgot to decode all tracks of an album\n", "proba": 6.271262918744469e-06} {"commit": "e7be26e9a6bb31f5d81f6bc36f07c1262e5d3c5f", "message": "Adding tests for the Cython version\n", "proba": 1.9736449985430227e-07} {"commit": "2596407adac098dd7fe5b1defe29a2745e2f22c7", "message": "change maxaccepts to 500 and fix utax file parsing bug\n", "proba": 1.8417810565551918e-07} {"commit": "97b4c5d6c4659521558b802441e42b7a87e0149d", "message": "Remove pylearn1 dependency from pylearn2/pca.py\n\nPcaOnlineEstimator was already included in pylearn2\n", "proba": 4.94588675792329e-07} {"commit": "7abd6791dd12230e69802d088c6617a5f6d0352d", "message": "3-way forms: stop browser validation of institution URL, add tags to addn. contact\n", "proba": 2.2761403783988499e-07} {"commit": "4ddcc6e95f3429e651bcc7c3ab7ad834d59b4ff2", "message": "change xpath to parse results\n", "proba": 5.571861265707412e-07} {"commit": "3ced1f5fc89504ebe4e30716c9599ec628a27698", "message": "Add private key parameter to eth_sign function. Some exchanges (as Paradex) provide API calls to create such key and require payloads to be signed with\n", "proba": 1.3876346827146335e-07} {"commit": "b99ce636d8d1767b1b2c212f8545f7f8895b7a91", "message": "Wrapped access to filter_regex into a hasattr if clause\n", "proba": 3.490575863906997e-07} {"commit": "0e7653d4c691f760ea832209a15ad44a843f943d", "message": "Bring back widgets to Workshop Staff filter - turns out they're required\n\nWithout specified widgets, the filter is unable to determine 'on' input\nas `True`, and it breaks tests.\n", "proba": 2.8962602982574026e-07} {"commit": "de58561f8f3f18358debcb13e035fcc09b32724c", "message": "change time for wait element adv search\n", "proba": 3.4555068850750104e-07} {"commit": "7cb0a07d58abe73f3e14a07edee0039dd497cdf2", "message": "Two more tenets.\n\n\nFormer-commit-id: dffa80f34d712ba2020ec514168fac284ccc3765 [formerly 28d7dae6c7a3823c1f64c68c388a70d946230de2]\nFormer-commit-id: ef2c2ee3f4454bea8ddbb6f59d59e4f16698cd6f", "proba": 0.002341225743293762} {"commit": "1b5623e5d68a0501a22f2d8f2780651482bfab0d", "message": "more efficient feeds sync data ingress\n\nSigned-off-by: Daniel Nurmi \n", "proba": 1.5756204163608345e-07} {"commit": "15222e31e2b7ed30b7ecca1e85f9b6f032f1cbf2", "message": "Improved binning options for histograms.\n", "proba": 1.2251463488155423e-07} {"commit": "751fb47570fe6e049eb22ae90f6da21bf469104e", "message": "clear pending calls on server disconnect...", "proba": 1.1747447814514089e-07} {"commit": "a4bccc63250115b760df99019d068203ae05370a", "message": "config: improve docstring\n", "proba": 3.708542135427706e-05} {"commit": "94bd2579c1ef45d8bc60ec5ce982e2429c82f9ef", "message": " - add the pkginstall builder\n - allow custom installers to be specified (i.e. either install_builder or pkginstall_builder)\n", "proba": 1.5094383343239315e-07} {"commit": "b499d1c64ee9b151f42a422d5f722757f4662d95", "message": "requires and provides implemented as classes because\nof the way decorators pass function\n", "proba": 2.719588678701257e-07} {"commit": "a7273d330f1a67f9fd6e2ab6fa827d913e40bef9", "message": "Update deck.py", "proba": 4.7502703637292143e-07} {"commit": "230659a4dbc29f451745b1f635ae0e5a991c648e", "message": "Allow Qt lib selection from environment variable for testing\nCover up some QtTest differences between PyQt4 / PyQt5\n", "proba": 1.9225862502025848e-07} {"commit": "79f544370e19c60dceec6a76cf20794f3a83b03a", "message": "memorydebugging\n", "proba": 2.231239932370954e-06} {"commit": "e2e1c96ab6a9c4d0c07b0a0c665bf09b81fcdd9c", "message": "STY: binary logic ops -> and/or\n", "proba": 2.3674525095884746e-07} {"commit": "1c0dcebc4add7f9d4003f526796f5334a50e78f0", "message": "Documentation fixes\n", "proba": 5.007042318538879e-07} {"commit": "30f02ef228d912995551509cfaadfe2e99f65653", "message": "encgen: streamline vex c5 test for reg-only ops\n\nChange-Id: I8a92bbbc714fafe5b43d7b5026e6c5522620cc88\n(cherry picked from commit f8c272453a3e90542e6c7d07d0a341de27bfbcd6)\n", "proba": 2.461803489950398e-07} {"commit": "758fff4bd08185fe46f98e50a2574c7e5da22386", "message": "Added --debug description\n", "proba": 1.1577890290936921e-07} {"commit": "0c2756ae107cb7a52c8a8e1c8ab514c404379cba", "message": "Fixed minor warning\n", "proba": 2.6243776574119693e-07} {"commit": "38f40190ce3d0f11ce082238317ac8b3d72d5894", "message": "Don't use that function I just removed\n", "proba": 4.215519879835483e-07} {"commit": "cbb3db796157b2f5ad3f7fde8a403646b6629d6f", "message": "* corrected spelling of /usr/\n", "proba": 5.244443741503346e-07} {"commit": "ae4126714f8ad818433cd0567aab242b3e352a17", "message": "remove static path in python setup\n\nmake the path in library_dirs for swig relative to the\ndefault build directory (in which libxcfun.a resides).\n", "proba": 1.0817117868100468e-07} {"commit": "cf1578a8d7f492e6a954b7216b7c75c4a62ba139", "message": "bump version\n", "proba": 4.770564032696711e-07} {"commit": "772bc6ea6e5d452ccff1df8d5e83299e434c0d04", "message": "ARROW-349: Add six as a requirement\n\nfixes https://issues.apache.org/jira/browse/ARROW-349\n\nAuthor: Peter Hoffmann \n\nCloses #184 from hoffmann/patch-1 and squashes the following commits:\n\n1bffc69 [Peter Hoffmann] Add six as a requirement\n", "proba": 1.4645572719018674e-06} {"commit": "ec6631ae589d97142c18b6782ede43dfd1ed29e2", "message": "Pin redis-py version (#8290)\n\n", "proba": 1.0994568810929195e-07} {"commit": "6a09577408a13fda5c707944c46f888344b2f458", "message": "clean-up unused imports from setup.py (#111)\n\n", "proba": 1.0975062991747109e-07} {"commit": "a33074cc0658c534597f8e21fd0457c4f07596a5", "message": "Fix setup path and descriptions\n", "proba": 3.5475093795866997e-07} {"commit": "757cd4fe2c314647bf1dfec2746e6deb4b437a78", "message": "version bump\n", "proba": 7.394332897092681e-07} {"commit": "c6421e70b5cbfbdd31ef7fa98929a4c051d9ea3b", "message": "build_training working, build_test being tested\n", "proba": 9.255050485990068e-07} {"commit": "f9f0ce7fbdf4546fb28f4cd1e7037e2a6526fcf9", "message": "qa: shutdown instance before trying disk convert\n\nBecause we have to. :)\n\nSigned-off-by: Guido Trotter \nReviewed-by: Iustin Pop \n", "proba": 2.6893252424997627e-07} {"commit": "756b426a563845f5b13df6ab292a2bc694266610", "message": "Back off abc for Python 3.5\n", "proba": 0.9989330172538757} {"commit": "aae9a315b371d0f31531a1488220e4fdd84609c9", "message": "put send command back\n", "proba": 4.155452018039796e-07} {"commit": "e7586f1b5c203d7b5f391fc4fd8af2c12b9912ce", "message": "loading in instructions in class\n", "proba": 4.0546333934798895e-07} {"commit": "00337fa7833150ab664b19d0597b778fe77135dd", "message": "relay: delay ENDBURST in spawnServer by 3 seconds (Closes #128)\n", "proba": 1.0471040212678417e-07} {"commit": "2cbffb2dac93155f5cf468a3b0f9abd5d9766248", "message": "queue_handle now does all seeds for a config before continuing\n", "proba": 1.508845315356666e-07} {"commit": "72885748d975f5061561725f9ef4def4a8785abb", "message": "Adjusted !listrole display\n", "proba": 2.72404292900319e-07} {"commit": "022c239e8301096bc59f23df45c08565972a3c6b", "message": "Some config improvements\n", "proba": 4.4918633079760184e-07} {"commit": "ac9a72aed59c88c3fe9e664665a3222953cf8504", "message": "Remove daily no-op Android task.\n\nBecause `find_or_create` is used, it never actually runs!\nThe corresponding pre-merge task is always found.\n", "proba": 1.5499151118092414e-07} {"commit": "c242770be24ec173bd0bd92d64d258b5cff2550f", "message": "Remove redundant type cast\n", "proba": 9.509889787295833e-05} {"commit": "c336b36c527fcbf51b4a42a1264ea6b35020583b", "message": "Let newer versions of tbf use given property files\n\nThis is currently the case for all versions tagged with 'testcomp',\nso use this to differentiate whether parameter '--spec' is viable.\n", "proba": 1.206110766815982e-07} {"commit": "ddc25ac97728f24f53d5370b78a83015cc26703e", "message": "voigtfit: Convert the b parameter code to multiprocessing as well\n", "proba": 4.174870628048666e-05} {"commit": "82a8be0d94b6186d7f13ca0131adf2a331554587", "message": "docs: Update cli.py docstrings\n", "proba": 7.06298521890858e-07} {"commit": "fbb9b615a90db07c21d1ae6474b1035c980fbbb3", "message": "Changed the User model name variable from User to UserModel.\n", "proba": 1.890791168079886e-07} {"commit": "c256df2814793c543154237438ac66f576e80fbd", "message": "some adjustments toward more appropriate way to set the platform configuration\n", "proba": 2.560222185366001e-07} {"commit": "6ff76d4789005e2cb5d183c62ef290f85e7b353f", "message": "Rewrote to comply with the new version of the main module and changed the tests structure.\n", "proba": 9.913081555623648e-08} {"commit": "3c1cadce810f8e4926a91694699c545f8c4f3c4e", "message": "Update LD_PyWrapper.py\n\nThe output path is fixed to avoid repeated calculation", "proba": 2.7520188723428873e-06} {"commit": "15a74106cc1cf8f9381a7aa790e06d017b89d1dc", "message": "More reasonable default for num_retries (now 1)\n", "proba": 1.226963348699428e-07} {"commit": "bbdf6cb45be00887adc67ddda663283e598b1bc7", "message": "removed flatten.py, so that we use pyflatten instead\n", "proba": 2.2036968516658817e-07} {"commit": "418d37c88f83b5b1eaabbcc69ab1f1bc36532f03", "message": "refactor: update keyword options to reduce keyword options passed to .backend.xml.{_attrs_to_container,_process_children}\n", "proba": 0.000111656918306835} {"commit": "90dc83e32ea336c0a39fa473f016ea0673eafde1", "message": "refactor: s/items/subdics/g in .backend.xml.elem_to_container\n", "proba": 0.007607824169099331} {"commit": "7b3aaf16ebc2d76aab9e9488ac00415257e97b0a", "message": "Correct spelling\n", "proba": 0.0009769436437636614} {"commit": "554648cc872315661347c254c36ccb7d570bab85", "message": "Dictionary class now exists and is arousing.\n", "proba": 1.071152553322463e-07} {"commit": "03b14af78347568b4622d5b197979ee163d3dc42", "message": "Fix regression in envvar checks\n\nCloses #4446.\n", "proba": 1.0854981269403652e-07} {"commit": "96c66f526981028de2274a5fabb7746bbf99097e", "message": "whoops, meant 1.10.1+\n", "proba": 1.9770482140302192e-06} {"commit": "9baf19fef1366edf4111f89157c966e67721bb02", "message": "Add comments link to FileSerializer\n\nAdd comments as a relationship field\nto the file serializer. Link goes\nto all top-level comments on the\nfile.\n", "proba": 1.0379531545368081e-07} {"commit": "02567d2593816dbffd378c0c69b93bd54017c34c", "message": "Check for pointers or node rather than just node so adding a pointer works properly\n", "proba": 1.3580120139522478e-07} {"commit": "3dfadcfc1febb9e1c0e8573d4a38fcf51ac38c05", "message": "Update __init__.py", "proba": 7.178883242886513e-05} {"commit": "9f7899d7def848f038d4af9c570a87eb927efb41", "message": "remove path traversal feature from podaci\n", "proba": 4.6878903958713636e-07} {"commit": "e143e46703293c350be743015a82ac32fa5e0561", "message": "Removed show image from feed\n", "proba": 1.2854590636379726e-07} {"commit": "703e10e95626d765f68f6373e56e1b74729158d2", "message": "formatting\n", "proba": 1.1576831639104057e-05} {"commit": "fa9b54c084358899daafb7f8bf9f7e3297faba49", "message": "use QUAY_OAUTH_TOKEN if available", "proba": 2.695333307656256e-07} {"commit": "748fc98289e2ede0559d792aad6c8d3b11dcc4bd", "message": "Add new signals to Revert class\n\nAdd signals file_reverted and file_unchanged to Revert class\n", "proba": 2.471594200414984e-07} {"commit": "189884f8f01b51dbd0c410c69c2fb3dd85d8fa0d", "message": "Fixed Euclidean norm\n", "proba": 6.296216270129662e-06} {"commit": "bba4108191ef2321699e7a8ae5ed12d40449b7aa", "message": "When storing notes to the database, process qvnotebook only\n", "proba": 1.6824971282858314e-07} {"commit": "29ea4a8de8cae7cc8847c9763b3f18a49dca39cd", "message": "updated __init__\n", "proba": 6.822362138336757e-06} {"commit": "a774066d1ce3481996879998b630992158dc16ca", "message": "diagnose\n", "proba": 2.750974317677901e-06} {"commit": "89f5f7a560d9280a0d413c338e15580e0a6f0cb9", "message": "[hexview] file formats c.d.\n", "proba": 1.1687618695077617e-07} {"commit": "ae9b25e997de94e21ed3bbe69564a3c15565d61c", "message": "Extracted function that performs the calculation, in order to allow overriding.\n", "proba": 2.1419667461941572e-07} {"commit": "6366374eb3ecd7f289eb0e218d0dc6b9c7442410", "message": "update UCB\n", "proba": 6.665262048954901e-07} {"commit": "f904d2e30b62f3834c7b9aaa3efaa87b3dc11b33", "message": "added merge_partitions to sort.py\n", "proba": 4.875852823715832e-07} {"commit": "150f7b62c83bf42aaf5b5dfc6f3422f24a1fd789", "message": "Changing startswith logic\n", "proba": 6.262498004616646e-07} {"commit": "94140e9a5ca1cd341d82b68a48e0386d44239864", "message": "_unwrap_the_path_relative_to_working_dir()\n", "proba": 6.515671702800319e-05} {"commit": "e52ccb826dfa7741d1f36ea04e233b05dfcff935", "message": "Adding scipy.root fallback for projection and more general handling of constraint Jacobian.\n", "proba": 1.0346009560180391e-07} {"commit": "c759e3065c833b50dcaf1d6574b003bcd670f2ea", "message": "release 0.10.12\n", "proba": 2.2317475156796718e-07} {"commit": "5a0044e59453d0ece5508fe5b40f56dbc42dec61", "message": "Make profile_image_url appear on local/staging only\n\n...pending discussion of whether it should be an attribute or\na link.\n\nh/t @brianjgeiger\n", "proba": 2.2361938079029642e-07} {"commit": "e5a1011690b78a86ce808599a7f21d7daa5a4f14", "message": "Changed database path and removed table-create.\n", "proba": 1.1688064205372939e-07} {"commit": "08d1e99735b42e30611291967343be2521e973f1", "message": "externalized write timestamps function\n", "proba": 4.8556253204878885e-06} {"commit": "07ae7357892d73beba164a6357b5f0daac6d95e8", "message": "http://luc.lino-framework.org/blog/2017/0929.html\n", "proba": 1.25723687460777e-07} {"commit": "bf08f65f6281ddb8969e75f1145a644e6b4bba71", "message": "Add array size setting\n", "proba": 1.856684434642375e-06} {"commit": "20e41649f41f292f3ddc0836c2b71e4c2a8268ed", "message": "Ignore pylint warning about missing inspect.getargspec\n\nWe use this in the Python 2 branch of the code where the method\nwas not removed, the Python 3 branch uses inspect.signature which\nis still available.\n", "proba": 1.1461406757007353e-07} {"commit": "02df289828a46c5d1f5715e83f8ed3091cf16262", "message": "Using scrypt for dash (not accurate but same handling)\n", "proba": 1.1591545501232758e-07} {"commit": "5e9c133ec905e3dca625dbdc873010a5acd94016", "message": "Fixup 180fe44efb34501922b5d5ed718b97161ed277c9\n", "proba": 1.7015489675031858e-06} {"commit": "2f09798f22ab7224af6c02f387e21b944e316f63", "message": "Check uncertainties in MBAR tests, add new water particle datasets\n", "proba": 1.1448865677721187e-07} {"commit": "1fbd27f37bbcceaa785d2dd1c37e4dc7f7d5d99a", "message": "- Updated settings.py for production.\n", "proba": 1.026999996156519e-07} {"commit": "5a75ea3fc65d08c802b4d5fea73e1494ce90aa7d", "message": "Fix test failures\n", "proba": 0.0012606274103745818} {"commit": "02be33a60a7a0c37f85d4ab20aa4e8be09d0fab4", "message": "point interval bounding box queries\n", "proba": 4.770968757839e-07} {"commit": "bb795600611a9e95bfb43565d7279cb74c22d69e", "message": "Fix NickServ authentication\n", "proba": 1.4340130292112008e-06} {"commit": "cd7054cfe4d1475f80511dde802351506ce75885", "message": "Bump version: 0.2.2 \u2192 0.2.3\n", "proba": 5.922070727137907e-07} {"commit": "b76c174e28ec39a2220176e66ba75c91a99c35da", "message": "Method for tweet analysis\n", "proba": 1.2230430911586154e-05} {"commit": "3a1bd2a0b856a3e01a381bd731b6ee51bc11c763", "message": "trim out obvious comments\n", "proba": 1.6679780401318567e-07} {"commit": "d5a3951d52841c40b25d353f1b460590415e7a0a", "message": "break up test into 2, isolating context\n", "proba": 0.0001245571329491213} {"commit": "814cd0bdd4d95dd9daca7b462e2457e5ae22ba0c", "message": "[UpdateDoc]Update Doc for container_name\n\nhttps://github.com/Azure/azure-storage-python/issues/618\n", "proba": 3.5874131754098926e-07} {"commit": "e3c21cf74f30129e2aeda0ff1112af4f2edf6b92", "message": "Modified the questions recommendation part:\n- Recommend questions based on all the data, not just the predictions made\n- Recommend questions based on the actual full data and based on the\n predictions to be able to see the difference\n- Extracting for specifically one user that is found in the predictions to\n more easily view the differences\n- Removed some unused code\n", "proba": 0.9999985694885254} {"commit": "9d3eb71e04d8bd16befd6297e42f2fa2a981f3ae", "message": "close stdout and sderr\n", "proba": 8.357216643162246e-07} {"commit": "351fe9c3b474c9cd1277bfe8d4376b48afd0ad86", "message": "https://github.com/zalando/lizzy-client/issues/12 Fix typos\n", "proba": 0.9999324083328247} {"commit": "8d1d700f74a68d73534d0bbb116cfc65bf4d64bc", "message": "modify to handle max_examples and random_seed\n", "proba": 3.833530115571193e-07} {"commit": "5fbe6bfa637491a2653a634eaa22edb2ec5a7b7a", "message": "Updated functions toApStarGrid, toAspcapGrid, pix2wv, wv2pix to use data release dependent pixel bounds\n", "proba": 2.4584835500718327e-07} {"commit": "791beb1ccd2dd9b3270d3704c83150fd5051b9f6", "message": "Fix sp url reverse.\n", "proba": 0.003887149039655924} {"commit": "b24f63a9cac7bd36d988c50abc0837c647370af6", "message": "Fix for unnecessary tab blit in game loop\n", "proba": 2.0282287493955664e-07} {"commit": "c4b17326766be27ac438aa7e79634fb4cc25e139", "message": "Expose auto_linebreaks in i2c CharLCD constructor\n", "proba": 5.457956717691559e-07} {"commit": "ebc709c434916934807e26798ce701d6156de086", "message": "Changed Reference\n", "proba": 3.4352274269622285e-07} {"commit": "305a56b9a217fbde9b963721e77159a5e544a748", "message": "Fix rendering of BRAM/DSP segment masks in htmlgen.py\n\nSigned-off-by: Clifford Wolf \n", "proba": 1.600301544613103e-07} {"commit": "ddb0b2f9d3c95567d9dd67035a36ea1aff03bdf0", "message": "Update plot.py\n\nFix typo on debug line...", "proba": 1.3196905968015926e-07} {"commit": "d33731fa2e21c45276c5bf277b78a0efb11aaa37", "message": "fixes #6\n", "proba": 1.6291217264097213e-07} {"commit": "144289a0a2569fe8886fd06f5fcaa76eacc8a817", "message": "Save more stats in the encounter doc\n", "proba": 1.1647694719840729e-07} {"commit": "cd8cb006b227693c6bdf17f466985742b97a0fba", "message": "Append inputs for custom commands\n\nFixes #579.\n", "proba": 1.0526769500529554e-07} {"commit": "17a564bd9e84d0e934a325e7293574fff8b07a3a", "message": "Ouch, finally get gzip unfucked with Python 2.\n", "proba": 1.0794075677722503e-07} {"commit": "98a3d7ebed8237246b78aaf4f95c19748fbb47e0", "message": "Undo accidentally removed ReStructuredText syntax in comment\n", "proba": 1.3534491927202907e-07} {"commit": "0b521148b6eb9b767f4914c40cb3daa3d82f6168", "message": "made log_exception decorator importable from logdecorator\n", "proba": 2.474183702361188e-07} {"commit": "c6173f811210981d3256b42357d8a97cf221d981", "message": "Remove blanks and markdown comments before inspecting PR's body for solved issues\n", "proba": 1.4820597016296233e-07} {"commit": "81aaa7245a5fde54ca52a9b9d8c3df42c7124f52", "message": "Test with live server\n", "proba": 2.8640059213103086e-07} {"commit": "932257689108000fc83ae7edc30a9e44e2c5e71c", "message": "Refactored routes into object model.\n", "proba": 1.4956592053749773e-07} {"commit": "d4d2e01e1e18fd57827e25fd1e9fbf8a3bbfb293", "message": "Install error_handler for Sanic\n", "proba": 2.6406209485685395e-07} {"commit": "f391effc50b93fce3bf0fc4517484d2fa3e33180", "message": "delete 8000 param\n", "proba": 7.711072953497933e-07} {"commit": "53f50e18d3e7d7b79590cf385f4150cce6e424a5", "message": "fixed undefined variable\n", "proba": 3.149383928757743e-06} {"commit": "3037de834aa1a99d69f00a7defee5253f081c648", "message": "use literal eval for better security\n", "proba": 6.822258001193404e-06} {"commit": "a779e454084e205fea9180449c236c61f49237b7", "message": "fix: ratio times 100\n", "proba": 0.9994912147521973} {"commit": "7e32e49052356484ddf62da1f23f5ed19f696942", "message": "fixed for micromanager\n\nfixed to work with multiple .ome.tif files.\n", "proba": 1.0350785828450171e-07} {"commit": "e24fad07ae21819f06edf02626c37b9421c46f08", "message": "convert iterator to list\n", "proba": 0.9999909400939941} {"commit": "d8e9cc63fe32b9aea6f5b9294566a4dafe0fd9ab", "message": "Fix runner test\n\nThe Test Monster AI was attacking and moving at the same time\n", "proba": 5.321909611666342e-06} {"commit": "1e537d507b28812138df6c87eeb6c2a921f26cf4", "message": "Make lambda_name abstract property\n\nAs we require all instances to have it\n", "proba": 6.445572466873273e-07} {"commit": "93f9038156d120b08e08dc246855aa75d24610b8", "message": "Added libtest for mutable functioin/method defaults\n\n", "proba": 1.4517704016725475e-07} {"commit": "47236357ff70d525863867d507b8a04d7dbeb55e", "message": "small polish of pyglet sprites example\n", "proba": 1.4163993000693154e-07} {"commit": "de07b7cb3b649ea5bf039a01e037fcf2609e0753", "message": "improve logging\n", "proba": 5.339316430763574e-06} {"commit": "f6f5a1eea30ec4a20f7aee51bd3a250c148de3fd", "message": "Added purchase and sales unit of measurements to product form.\n", "proba": 9.667186873230094e-08} {"commit": "51dfc84347ecc9bed3590f19ad0e57126fd04fd5", "message": "Update comment\n", "proba": 2.0291690816520713e-07} {"commit": "81ff7bfad67383a9d8aba2e2e0bd5a7457b0f8b9", "message": "{Core} Add storage sync endpoint suffix (#13900)\n\n* add storage_sync_endpoint\r\n\r\n* add arm cloud discovery\r\n\r\n* rectify the storage_sync_endpoint\r\n\r\n* add a function to get storage_sync_endpoint", "proba": 3.1518177365796873e-06} {"commit": "87924b1d34524cfa4a44a3bbf15b04115fff9aa4", "message": "Alternative function for faster file creation\n", "proba": 3.904787888586725e-07} {"commit": "fb3cb354a1ab4550a8e5ac4de1536d05a536a288", "message": "Add: direct_message handler if receive dm then convert that format into reply plugin's stream\n", "proba": 6.411559070329531e-07} {"commit": "950ee089c722539a58f386b7ff75f84a04aa0cb0", "message": "Improve: class variable\n", "proba": 0.9984812140464783} {"commit": "5d2cb56c08134238ee66c345b0e9c1e4059d9ac0", "message": "Better solution to try catch of IOError in server log.\n", "proba": 1.0804209438219914e-07} {"commit": "c030c95506f3e7ed6bf33398957872a3c8add5ce", "message": "Improving\n\n", "proba": 3.4910360682260944e-06} {"commit": "7eada68b4c3c8584d5fba486482343de06095a4e", "message": "Basic workboard diff implemented\n", "proba": 2.042815054892344e-07} {"commit": "341b891394ee171ed2164b4e4f22240829e68f25", "message": "Fixed description of readfmriprepconfounds\n", "proba": 1.5922348950425658e-07} {"commit": "0967ee763ca8269f53c698a7ef68d131c9ba7fe0", "message": "Add 'silent_popen' wrapper function to subprocess.Popen.\n", "proba": 3.5379986229600036e-07} {"commit": "724c71a50ba43a110e446467b20cd3e81cd76165", "message": "Updated indentation\n", "proba": 7.715310061939817e-07} {"commit": "e923b40a020ac690129914fcacb3871c22a01bec", "message": "Mesh.vao gets created on its first draw() call, ensuring that the OpenGL context is already active.\n", "proba": 1.0254067461801242e-07} {"commit": "79f074a17cb9199659d72fdd7b226eb47a418b41", "message": "E305/E302 expected 2 blank lines...\n", "proba": 1.268600300363687e-07} {"commit": "d185a02826a92c56b34e6fe2775402aa94e9e8d6", "message": "make Segmenter in audiofileIO.py\n", "proba": 2.4740402295719832e-06} {"commit": "fafb0a4a8a0de762a254c5a0e76e1aaf300cd15f", "message": "Skip calls that don't exist\n\nSometimes tempest logs accidentally concatenate multiple lines. This\nmay prevent some lines from being parsed.\n", "proba": 1.389870334378429e-07} {"commit": "09cf2496efa73b76fc6e189353756f18b63a7fa7", "message": "Rename a variable to prevent a potential issue with name collision.\n", "proba": 1.251622450126888e-07} {"commit": "e5f46554b92b755db31821948b040b81e9e73a89", "message": "wdbc/wdb: Clean up and document WDBFile.update_dynfields()\n", "proba": 4.502198862610385e-07} {"commit": "129f18480737608c133e389ade9b445481a99d86", "message": "Import Role - github_branch in meta/main.yml\n", "proba": 2.4095416506497713e-07} {"commit": "b65ee66e98ebd8520ef7afc28b6169e548381da9", "message": "scrollbar: ignore invalid\n", "proba": 0.00038845400558784604} {"commit": "0d38d8d860c603148c715bb2049080f3d27bd33c", "message": "Fix bug where searching digit-only serials failed\n\nBug was caused by the code path for searching rack units also matching\ndigit-only serials. Assuming that no serial is ever going to be 4\ndigits long and providing a code path for that fixes the problem\n", "proba": 1.634641762393585e-06} {"commit": "a0d043f5a6c57cf0728e5caf246e9b21eb8c172c", "message": "Version 0.2.10\n", "proba": 5.687937232323748e-07} {"commit": "694c6a311b55a6895575951d00e6e574f7056c57", "message": "Remove unused field from BlockedRoom schema\n", "proba": 2.7104798050459067e-07} {"commit": "17230590bde8a45d43769be8ae16f08b5ef79de4", "message": "Version 0.4.15\n", "proba": 3.329327000756166e-07} {"commit": "7a6de577cfeb29ea8ec4cf854823a6af0bf599d4", "message": "fixed redirect URL to login page after creating an account\n", "proba": 1.7230618709618284e-07} {"commit": "5125169379b89557d4901fdebcbce373636131aa", "message": "\uc77c\uc694\uc77c \ud30c\uc2f1 \uc815\ubcf4 \uc218\uc815\n\nSigned-off-by: HeeRyun, Jin <6efd9704be0370c49ed33cdf886412398291eee3@gmail.com>\n", "proba": 1.0529500826805815e-07} {"commit": "40a9f6d1535307a046ea327f6eed7d1dffcca200", "message": "Refresh task when sending reminder email\n", "proba": 3.5312705222168006e-06} {"commit": "30b693a9bc8a65a1950bbe5c6a517ac27f9e1098", "message": "clean Builder class\n", "proba": 2.4065951720331213e-07} {"commit": "3bf4b47f8ede16fb3d5b9cdcd39777c4ff665828", "message": "moved the https / http section\n", "proba": 3.414288585190661e-07} {"commit": "7ff40fdc71fe2692b2c40a63f86089bd97b9b076", "message": "Patch for faster NCX lookup, from \n\n--HG--\nextra : convert_revision : svn%3Ae08d0fb5-4147-0410-a205-bba44f1f51a3/trunk%40562\n", "proba": 2.8439467314456124e-07} {"commit": "61598fb80e6643aaca4c50fdb9d80f45527dd4f8", "message": "Consider an Inactive order as open\n", "proba": 0.9999858140945435} {"commit": "e6916861a33f32bdb586033ab0b44feef0766136", "message": "Deterministic training accuracy\n", "proba": 6.797901619393087e-07} {"commit": "a8cd71776be209002b9b2ddf3c227ede1e59fe99", "message": "min_len parameter for chunk_data function addded\n", "proba": 7.196770184236811e-07} {"commit": "188e6e2b26e1c7ce424a6a094e37ebd7b3d62c7d", "message": "use urljoin\n", "proba": 2.4140067580447067e-06} {"commit": "aa61008c64bde0885d1e9bc64effc862f5497c62", "message": "Changed form prefix from csv to filter--more descriptive.\n", "proba": 1.025477160965238e-07} {"commit": "39f38088bca4e3dd5807cdcbc2e89c9a79d44a71", "message": "Debugging visualization.\n", "proba": 2.541665082844702e-07} {"commit": "4dbbd3c11a088884a72b9f8b922fcdd9f77180cf", "message": "Get file name when determining module name\n\nWhole path may be passed as sys.argv[1].\n", "proba": 1.1116046039205685e-07} {"commit": "94eff5af4f182e2fc849abc4cc25dd1b15887e2c", "message": "add temporary note about segment creation issue\n", "proba": 1.4998443020886043e-07} {"commit": "763596d0b8088f6a6f04b33a75f8550f8853d72f", "message": "Woah there, slow down.", "proba": 1.7427909426714905e-07} {"commit": "7b0e6a635a6d148ce5d83ccbc8ecec274f5e51db", "message": "Selenium: Wait to ensure the conf param dialog is visible after opening.\n\nChange-Id: I935bbe893b30f2428734bdf533cebc3c02fe089c\n", "proba": 9.7932379503618e-06} {"commit": "18f36d0cfb0179aedbceee05eb231686539c2c91", "message": "code cleanup\n", "proba": 7.806218036421342e-07} {"commit": "1d8f18e48287342fc0b7c8a1648275014e9e3bcd", "message": "fixed inline lists in the admin site;\n", "proba": 1.1117700182694534e-07} {"commit": "d5c6b923bfbaf8a14a5ca6acc794019f6461450c", "message": "Renamed PersonInline PostAssertionInline class\n\n--HG--\nbranch : status_assertion\n", "proba": 3.483336286080885e-07} {"commit": "748fb79d05f35710d49e0e65e10b81ff3111bb0a", "message": "make top the default\n", "proba": 2.6086770958499983e-05} {"commit": "8113907fc21d2a5ba42363bbf0544061da27d74e", "message": "Finalized version\n", "proba": 7.782527973176911e-07} {"commit": "5d7f1c3f5fb2cf29002144918cc3baf1f3e7f813", "message": "v2.1.0.dev1\n", "proba": 9.957753718481399e-06} {"commit": "bafaf28f368250ab70d4ca1fc5322c0a7d7d2a84", "message": "comment update\n", "proba": 2.1191654298036156e-07} {"commit": "1438f9e566a8f1778a448fd3fb3d1fc9da90a26b", "message": "p10: also acknowledge our own kicks with a PART\n", "proba": 1.1190587656528805e-07} {"commit": "ed0d6b90d2822c94af30f549f57011c8bff6872b", "message": "kwargs for query.parse\n", "proba": 1.3816721548209898e-05} {"commit": "2fc894509935340ca8730569e302087d88190a65", "message": "Add post_save signal handler\n", "proba": 4.112832527880528e-07} {"commit": "7e7482c7b276e3954aecd331a94e0be6e4f5f284", "message": "bootloader: add basic timeout handling\n\nThis allows to set a timeout for a group of commands.\n\nFor instance, to not attempt to synchronize more than 3s:\n\n try:\n with client.timeout(3):\n client.synchronize()\n except TimeoutError:\n print \"timeout\"\n", "proba": 3.7645454540324863e-06} {"commit": "315386e2597dd1aea8ad2fb99e05be4bbcceacc4", "message": "pyflakes\n", "proba": 1.7359694766128086e-06} {"commit": "6f021c72bd41f81962e0de0b426578bca916de7b", "message": "openbsd / cmdline(): return [] instead of None on PID 0\n", "proba": 8.752644498599693e-05} {"commit": "dd64c28980868993e1c3f54b3dea227ee508103d", "message": "added argument for directory\n\nfixes deleting of messages in a subfolder, which returned the error:\r\n```ERROR:imap-cli:Can't select directory True```", "proba": 2.447215479151055e-07} {"commit": "ca22bde1eb9cc4a534c4f6dcfe48e23a0e0be5a4", "message": "get_process_list() now swallows (only!) NoSuchProcess exceptions during\ncreation of the Process objects from PIDs, since a PID may go away while\ngenerating the objects. Other exceptions are still raised e.g. WindowsError\nexceptions from OpenProcess() failures or MemoryError from mem allocation\nfailures on OS X etc.\n", "proba": 1.11438559713406e-07} {"commit": "643ec86620f537035a9e44b9c92e9d3fc08c1dc1", "message": "flake8\n", "proba": 2.8183080758026335e-07} {"commit": "7c5eec1d3ecaded9f3f2e95db5faa75d5f1bd911", "message": "Default fwer method for plot_erp is now None\n", "proba": 6.51037316856673e-06} {"commit": "d9ec609e213d96e6f90f851f7907e781c9ed9131", "message": "Define functions to extract all comments and children comments from a given list of Imgur Comment objects\n", "proba": 3.857937554130331e-05} {"commit": "f154e07daeee9736adee0f43ef2635e81e001e38", "message": "Logic/Format fixes.\n", "proba": 1.3417196953469102e-07} {"commit": "6e925a47255e5a9695997c1e51adf5524367d61a", "message": "increasing Openstack floating IP sleeping time\n", "proba": 2.6103296590918035e-07} {"commit": "5ffa91e2e3621bdb8c2d0be289ce8872be2d0fa0", "message": "Remove cpu_restrictions()\n", "proba": 3.543576951869909e-07} {"commit": "18333054f9b791f58467bda4579e335862ecfad9", "message": "Add shebang line\n\nhttp://stackoverflow.com/questions/6908143/should-i-put-shebang-in-pytho\nn-scripts-and-what-form-should-it-take\n", "proba": 0.00046575505984947085} {"commit": "02fd9121718c56ac31857d18da977b28b85c144d", "message": "Minor bugfix in my quick IR hack\n", "proba": 1.3309673363437469e-07} {"commit": "363b86e4258828a57b91ca99838ac0d5baf349ea", "message": "tweaks\n", "proba": 9.085585475077096e-07} {"commit": "6b1daa37a320b826746859e4613078583ac638ee", "message": "better logging\n", "proba": 1.0282756193191744e-06} {"commit": "19999f571e75105245b02cab339e7d7fad3a0433", "message": "Add datetime helper functions.\n", "proba": 2.513321248898137e-07} {"commit": "b58df9b4f2d95dbad7a15915e406804aec523361", "message": "Add ap-southeast-2 region to Glacier\n", "proba": 0.9999916553497314} {"commit": "2fffb54a28c7b09d37518efa79a179736d7c60f4", "message": "Fixed typo\n", "proba": 1.2940510032422026e-06} {"commit": "280e7aaad870836a284ee30d49bea83175b165a8", "message": "Extract a method 'shrink_to_node' for easy maintenance\n", "proba": 0.0026605112943798304} {"commit": "348f12ccdf422de297decaaa1aa51e23c9c64a0f", "message": "Forgot that I unrolled that tuple.\n", "proba": 2.192053329963528e-07} {"commit": "a34130b73b14990457512dabd4eac0250ce016b2", "message": "Base64-encode attachments and wrap to 76 characters.\n", "proba": 1.131735984927218e-07} {"commit": "c951633d130ecf53bcb07aaba29b8d2dd4a3e609", "message": "Pass the model class to the put_request method\n", "proba": 7.730594006716274e-06} {"commit": "a66974db0d09f1946b28db1306438cb3d1649cc3", "message": "Bump version 2.0.1\n", "proba": 3.907470045305672e-07} {"commit": "60650edecd3663e2c5c0bcefc1f6c05317fe51a8", "message": "Releasing 0.4.8\n", "proba": 8.657695502733986e-07} {"commit": "f8a2a190fbfe3fb180655869a9b634465c802382", "message": "doc fix\n", "proba": 5.12189103574201e-07} {"commit": "88780a08c4d04487af52837129acac8f81a3704c", "message": "weird characters showing up in dream sequence\n", "proba": 5.224316055318923e-07} {"commit": "e0dcb6f42e131d4bb61fdb87685c447b576515d3", "message": "added Action::passed and ::failed\n", "proba": 3.570007436337619e-07} {"commit": "15123dc36c2ab8fc5f991b8de4fe63e82fd7cb08", "message": "fixed maxphrase length checking\n", "proba": 2.7903388399863616e-06} {"commit": "9f9dfe026e80b8853d0a9ff571debf0525b3bb75", "message": "fix import error\n", "proba": 1.2652659506784403e-06} {"commit": "62f037b3d58a6625cdb9bbb383ea85067f019ea6", "message": "Draft a new release, 0.5.1\n", "proba": 9.318640650235466e-07} {"commit": "ee42a1f1bfa16786329b6f447b03e24c59ff46b7", "message": "draw_image: origin was ignored\n", "proba": 0.003795633325353265} {"commit": "bb4d4762c2d49886eb70dc6120dd75debf106916", "message": "Change default state.\n", "proba": 2.0605243378213345e-07} {"commit": "5e4bbb25997d73c2a9723f3ff24e4f1eb028e5ca", "message": "Use binary for files\n", "proba": 2.064353338937508e-06} {"commit": "d549ce26413bc9a02cf9bf9265850164da88d376", "message": "Exclude static and media folders from proxy catchall\n", "proba": 2.5696985517242865e-07} {"commit": "26d971fc80b2297633f74b465e299be5e1676676", "message": "fixing bug reading filename\n\nhandle the case when a input file is not specified\n", "proba": 4.88243244944897e-07} {"commit": "71263bf84a32d683dbc7625a4fcf245b3db26611", "message": "Gravatar change\n", "proba": 4.4470405669017055e-07} {"commit": "a7316c7275eeb5fbef2d6257d3e8129d1668b741", "message": "Add steam.user.profile.vanity convenience attr\n\nReturns the vanity URL part if it exists\n", "proba": 2.06488564913343e-07} {"commit": "4ae12a16207359a3bc5be70553bfda0e84688ca7", "message": "https\n", "proba": 1.265824721485842e-06} {"commit": "cc4b7f955007d5bcd7fe3624fbbdc0f11ce42079", "message": "[post] re-added meta helper\n", "proba": 1.2949210770329955e-07} {"commit": "47de50daff915ea214b05a23d662c95724e8d9a7", "message": "Updated from Brython Server: 3/1/2016 2:44:32 PM", "proba": 1.1440308611554428e-07} {"commit": "f864ad3e8f344d5c56a1d59a490a0205ee8c9058", "message": "Fixed file pointers skip and limit", "proba": 2.6180680379184196e-07} {"commit": "34d7d601ba12ad354d8700cdbd1fe153aaeb5fbb", "message": " r239@gir: baron | 2008-12-01 20:53:04 -0700\n A little help clean up before diving into XSD parsing\n", "proba": 1.7236025939837418e-07} {"commit": "9b43b0db916644222c4aa03978dc3241ad29e2dc", "message": "yass sort now stores main channel information\n", "proba": 1.1076341621674146e-07} {"commit": "304bce0dcd61afb2e61c705928dcd58cbffe26e8", "message": "fixed threshold and musig tests\n", "proba": 1.9037589993331494e-07} {"commit": "d8928b429bd5c1eb1fc1ae8020da5da15c13eecf", "message": "visibility for mapInfo arg\n", "proba": 2.1953398743335129e-07} {"commit": "7d1823daa9fa6ffe48660ca342051f5dbe02ad4f", "message": "alterados os limites\n", "proba": 1.1596216609177645e-06} {"commit": "7935c3e0f0436534fa9b3abb4c54d78cff627a75", "message": "interactive handles keyboard interupt better\n", "proba": 2.5854404839265044e-07} {"commit": "4a56a358d5aca428bf2763f355d49abaf4572e81", "message": "Because I said so\n\nBecause I said so", "proba": 0.9989570379257202} {"commit": "f98a2c04a9a7f1c7a7a343d34f6edabba4b70056", "message": "dont misuse _ prefix convention\n", "proba": 7.321712473640218e-05} {"commit": "b748e218dac8baef69514f142e52a71fe3495cd4", "message": "Add ignore scene_reloaded event\n", "proba": 1.139811274697422e-06} {"commit": "521f3db4f0af652dc7b3c1c4111668741b6a023c", "message": "Tweaked colour values\n", "proba": 4.4698049350699876e-07} {"commit": "0aef3253107150e18f7f9b0a8c07098d68e016b9", "message": "Fixed leading space in header value\n", "proba": 2.568130526015011e-07} {"commit": "ea2c320c6921764a29acd2d8b89addbf3a6e1f50", "message": "Allow stitching of irregular image shapes\n", "proba": 6.075937335481285e-07} {"commit": "e5813eb7c319626f4998be1439659ca929c04707", "message": "Don't use WISKI internal station_id use station_no\n", "proba": 2.228462562925415e-06} {"commit": "e4ba011ead6f38b3f3ec0061574a444a414dabeb", "message": "REFACTOR: indicluster.app\n", "proba": 5.73649685975397e-07} {"commit": "4ae0665769ebb197a52b347111708e0c6ab487e4", "message": "added index for authtoken\n", "proba": 6.725320531586476e-07} {"commit": "cd99bd3384db3e34a4dd66d7d16a5b233a0cdf10", "message": "removed print \n\n", "proba": 1.9256820451118983e-05} {"commit": "3a6a7cbd68bf746227a856d72f1d045ad695d080", "message": "On second thought, default values for date/times should be None.\n", "proba": 0.9999923706054688} {"commit": "44ec440c1b4e87322a662a3a66880640d093f666", "message": "Add resources form resources_rc", "proba": 3.8736689589313755e-07} {"commit": "ef3b72a86c0fb720791c186208f8dc307892d30f", "message": "simplify\n", "proba": 0.9999978542327881} {"commit": "2d9a19f0a5a4fd7a9ac3641e1fa6c87a9ea9b9b9", "message": "catch errors in read_file\n", "proba": 9.231479793925246e-07} {"commit": "cd048c8a785f2d39dc685b881179d91f2f471e23", "message": "Added a check for wildcards equals to 0 (too permissive)\n", "proba": 1.472356103704442e-07} {"commit": "a7a77c81721a64e6b633582ae88733d16454b68b", "message": "Auto-post for html wrapper\n", "proba": 2.9164576176299306e-07} {"commit": "91114bf79dbb09e1807ed94bda264859c745ecd6", "message": "fixed null upload in sanction table\n", "proba": 2.2839029156784818e-07} {"commit": "8c613d5452a57e8c6a6a9c2f4ba89c3077d23682", "message": "[usps] Search engine date formatting changed\n\nPR #210 pays immediate dividends\n", "proba": 2.9021327918599127e-07} {"commit": "34645155b09cfe741989edbb243ff2d8b44f01d8", "message": "set type\n", "proba": 2.224461240984965e-05} {"commit": "99762bf0d9cef894f82cb62a2237eba4329bcba3", "message": "Remove 12480 annotation\n", "proba": 3.6410826851351885e-06} {"commit": "25e5451c67a16be043a6455c7edb8834721776f6", "message": "Fix a typo on Match value\n", "proba": 0.9983545541763306} {"commit": "2579fadefddf6258dcbd722b9eb12eacd43cadf8", "message": "Fixed Issues\n", "proba": 2.09996045441585e-07} {"commit": "32485bfcd9cd787d9a8ecac8afdbd0563d1fbd8f", "message": "Removed IPersistenceService, this is a feature of the storage facility.\nMoved implementation of backend services to their own class, matching the\ninterfaces.\n\n--HG--\nextra : convert_revision : svn%3Ae60b0d31-0b1b-0410-851a-a02d0c527677/trunk%4045\n", "proba": 3.2642719816067256e-07} {"commit": "99c3063ba6b6bfacb9632c9896a5212115bcc4ed", "message": "ColormatchMultipleStarPopulation works for starfield\n", "proba": 1.2772521529313963e-07} {"commit": "0f4da550f6c085748e937294dcd2789f786a7bcb", "message": "Add files via upload\n\nThis program offers a heuristic solution to the Vehicle Routng Problem problem. The algorithm is based on two steps.\r\nThe first step uses an improved adaptive Simulated Annealing meta-heuristic to minimize the number of routes. \r\nThe basic SA is modified to adaptively adjust its search span based on the quality of previous solutions obtained, \r\ni.e. if significant improvements do not occur repetitively, search span and depth are increased (and vice versa).\r\nThis adaptive feature significant improves the speed of algorithm.\r\nThe second part, inport the solution found via SA and minimizes the total transportation cost via a Large Neighborhood Search heuristic. \r\nThe algorith is designed to handle very large distribution networks with multiple stores and dates. \r\nThe algorithm also offers a simple solution to the shortcoming of many VRP solutions in optimizing fleet size. \r\nBy adding a mechanism to assign routes to trucks the algorithm is capable of optimizing the fleet size as part of its objective function.", "proba": 1.569070633422598e-07} {"commit": "4ab4e3c27ca95e3194b8ae650bf7d879d00a5b34", "message": "idiokit.sockets: Fix a race condition, the _callback attribute could be != None even when there was not an active listener.\n", "proba": 2.340203479889169e-07} {"commit": "9f8a38a131c9b8aec90f8c14dcc01335e93f9dfd", "message": "put in color tests; just first step\n", "proba": 1.423089344143591e-07} {"commit": "529b7bdef50d188e17e7bbf149b3c9dfc685ca7c", "message": "Add logging for issues\n", "proba": 5.802334612781124e-07} {"commit": "6733e224f81204f73f5782fd234d98e8dd1fd1ab", "message": "Fixed a bug where jobs wouldnt start after transfering files\n", "proba": 2.0781395448921103e-07} {"commit": "45a85c110ffd632e535e7a55cdbbe6c84537cc5e", "message": "Add SIGINT signal\n", "proba": 2.4610653781564906e-05} {"commit": "33286dc295b41349fc8cadc1067d0ab5b225914f", "message": "cached -> stored\n", "proba": 2.2388184106603148e-07} {"commit": "a4889998ab167f59de8226a4413604049329472d", "message": "Removes cols local variable\n", "proba": 2.1626374291372485e-06} {"commit": "a4c1c1f4f33efad0eea929e76bc6850d88ca1147", "message": "Testing some quick voice hacks", "proba": 2.0908362330374075e-07} {"commit": "adba4389f3572c98c33f57c269a2a79684078bcf", "message": "Seeing failures on info builders -- reverting again for now\n\nRevert \"Start enabling hw test artifacts for all chromium_info builders.\"\n\nThis reverts commit 73bf49bbec4a9ef9ba0b24bc6896a757ed5700d0\n\nChange-Id: I534ae96c4323c87cd0447411eb9d1f9ac6bf6be6\nReviewed-on: https://gerrit.chromium.org/gerrit/39461\nReviewed-by: Chris Sosa <959d3d631fb6f17f1b07f751372041a1edb210d1@chromium.org>\nTested-by: Chris Sosa <959d3d631fb6f17f1b07f751372041a1edb210d1@chromium.org>\n", "proba": 1.929949036139078e-07} {"commit": "8a401be3abefdd5ea082524ccd2d1e806450d547", "message": "Adjust level on vary status mismatch.\n", "proba": 1.2868426324530446e-07} {"commit": "5e6e3569ec378809cbc9fae42b79b422e3317c74", "message": "offset added\n", "proba": 6.119691420281015e-07} {"commit": "2c6699e510739394a90630eb14a87da536413305", "message": "Temporary mark Link PFQ as unimportant until crosbug.com/25277 is resolved.\n\nBUG=chromium-os:25277\nTEST=unittests\n\nChange-Id: I3e1a0e039002f5588b7c79e6a4173e9a0f47520f\nReviewed-on: https://gerrit.chromium.org/gerrit/14439\nReviewed-by: Chris Sosa <959d3d631fb6f17f1b07f751372041a1edb210d1@chromium.org>\nTested-by: Chris Sosa <959d3d631fb6f17f1b07f751372041a1edb210d1@chromium.org>\n", "proba": 2.1922770088167454e-07} {"commit": "8b66772f20cfa3f4762645d52690bc5b4cbb719c", "message": " ----------------------------------------------------------------------\n Modified Files:\n \tXMLSchema.py -- added a try clause to catch xml.dom.ext ImportError,\n and added a SplitQName function that matches xml.dom.ext.SplitQName\n output.\n\n ----------------------------------------------------------------------\n\n", "proba": 1.9696411982295103e-05} {"commit": "27ebfc46b35f228fb030b6d807d30b9c0cefac83", "message": "Fix typo: occured \u2192 occurred (#1315)\n\n", "proba": 0.00022383556643035263} {"commit": "2422f9a5972727835ef3f999c1fd732a0b9617e4", "message": "Actually do what the list_tables fn advertises: get the tables in a schema (in addition to views and foreign tables)\n", "proba": 1.1283068346301661e-07} {"commit": "fab173d218bb88d138d301a79cbf3d75ebe26749", "message": "Set sync_chrome=False for sonic\n\nBUG=none\nTEST=trybot run of build\n\nChange-Id: Ie6f905dad80db4eda60aa4ef7985f1c40c6b2160\nReviewed-on: https://chromium-review.googlesource.com/185259\nReviewed-by: Gaurav Shah <2987db6a10bcfe664554a372d01e80df7fd325a3@chromium.org>\nCommit-Queue: Gaurav Shah <2987db6a10bcfe664554a372d01e80df7fd325a3@chromium.org>\nTested-by: Gaurav Shah <2987db6a10bcfe664554a372d01e80df7fd325a3@chromium.org>\nReviewed-by: Mike Frysinger <8f3f75c74bd5184edcfa6534cab3c13a00a2f794@chromium.org>\n", "proba": 5.386447696764662e-07} {"commit": "b0349f0e8c7d4ceb7589560af39f23fbb0aab0c1", "message": "Try to guess if we need to change the formatter\n", "proba": 1.868990329967346e-05} {"commit": "cec2f67c635974c4df7dba2b3706af4ff4b3f80e", "message": "Use size 2x for linux\n\n", "proba": 1.9324539607623592e-05} {"commit": "c67f361f150e10a999b3ef73728c7d5d5a87ddf2", "message": "Add image filename normalization.\n", "proba": 3.131015375856805e-07} {"commit": "4d0f37e09a7492c24b47e92b1e977b5c71a2e033", "message": "Remove the local git mirror from manifest checkout.\n\nBUG=chromium-os:15386\nTEST=unitests\n\nChange-Id: I2b4ecb32ae00cc2e6b79b2b972521208f49bd7e0\nReviewed-on: http://gerrit.chromium.org/gerrit/973\nReviewed-by: Chris Sosa <959d3d631fb6f17f1b07f751372041a1edb210d1@chromium.org>\nTested-by: Chris Sosa <959d3d631fb6f17f1b07f751372041a1edb210d1@chromium.org>\n", "proba": 2.387805295711587e-07} {"commit": "0c941eb3e814579f1b4bccf911b8f8a332dc8fdf", "message": "Make browser.browser_versions read-only\n\nUntil we can restrict in Browsable API, and it is ordered\n", "proba": 1.2294700013626425e-07} {"commit": "dc53a37b5609a4b81b55d6de52720ee1ee6a4648", "message": "Execute strip_package from /usr/bin\n\nBUG=chromium-os:32214\nTEST=remote trybot\nCQ-DEPEND=I708b5667bd96fbf56ec705e743cfa8a7d26052ae, I5e3f5ec0e4d81294d4701c297bcd23a8cb766761\n\nChange-Id: Iadb750ce98c9cca77c506a33e4f7b64f476d473a\nReviewed-on: https://gerrit.chromium.org/gerrit/26479\nCommit-Ready: Ryan Cui <5ce1592d53754a87a44fc2eb7b63d5f77cf50fdb@chromium.org>\nReviewed-by: Ryan Cui <5ce1592d53754a87a44fc2eb7b63d5f77cf50fdb@chromium.org>\nTested-by: Ryan Cui <5ce1592d53754a87a44fc2eb7b63d5f77cf50fdb@chromium.org>\n", "proba": 6.680382398371876e-07} {"commit": "d95850770f2bc01aa64dfd3605bbda46f892305c", "message": "Fixed settings issues\n", "proba": 7.598129627695016e-07} {"commit": "b30ad0d35050ac4f3bcf3680fcab1bc6d47631ef", "message": "manifest_version.py: Use None message on unpickle error\n\nThis CL fixes a bug in which errors unpickling a status file were being\nsaved to BuilderStatus as a string rather than as a\nValidationFailedMessage. Instead unpickle errors will be reported as a\nNone message.\n\nIt also adds a docstring clarifying the expected type of BuilderStatus\nmessage.\n\nBUG=chromium:354576\nTEST=Unit tests pass.\n\nChange-Id: Ic131f5e07bf28e21780fd928901ef5522e37fb8c\nReviewed-on: https://chromium-review.googlesource.com/191267\nReviewed-by: David James \nTested-by: Aviv Keshet <178e8ae417efbe404feca7ab4cb8f0ba8c109369@chromium.org>\nCommit-Queue: Aviv Keshet <178e8ae417efbe404feca7ab4cb8f0ba8c109369@chromium.org>\n", "proba": 3.0512126159010222e-06} {"commit": "ccc9b7e36dc1eaf61593dd2a47801d8b4e813649", "message": "Don't say 'nothing to build' if last build was stopped mid-way.\n\nIf a particular version of the code has not been completely built yet (e.g.\nbecause someone hit 'stop build'), there is not really 'nothing to build',\nso we should go ahead and build it when someone hits 'force build'.\n\nBUG=chromium-os:25449\nTEST=unit tests, pylint\n\nChange-Id: I24503ecec013ae684a96d591285dfd1febc319a7\nReviewed-on: https://gerrit.chromium.org/gerrit/14766\nTested-by: David James \nReviewed-by: Chris Sosa <959d3d631fb6f17f1b07f751372041a1edb210d1@chromium.org>\nCommit-Ready: David James \n", "proba": 3.539241515682079e-05} {"commit": "eb6a0c7d3174d13bee6227de94b808f16133ee69", "message": "project view text using initial DB\n", "proba": 3.5509856388671324e-07} {"commit": "2cb8b4ea7f410c9ec7b293257a024fbebf5368a6", "message": "fix ResourceManager.deallocate\n* delete the correct numbered attrs when no specific resource is specified\n", "proba": 2.190036809679441e-07} {"commit": "cc55d8d3114e732df48c41d0621f0def58f3fe83", "message": "Fixed another bug :X\n\nSigned-off-by: Tres Walsh <6d279684697be182a0e83229177fc126bcf5026c@mnmlstc.com>\n", "proba": 1.1052895132479534e-07} {"commit": "307adcbfd3ff30a1e5ef64d51e998027713d4ed4", "message": "Added get_qif_file tests.\n", "proba": 1.1343130523755462e-07} {"commit": "25661a66bfbb41eed20eb547a1fb26f55d3916dc", "message": "registry: rename import_subparser to create_subparser\n\nCommandline switch and the function is called create, so stick with that.\n\nSigned-off-by: Peter Hutterer \n", "proba": 1.8691191883135616e-07} {"commit": "807bfb0b3635992dd8f2f9c30fbd4c9ca74b4d6f", "message": "fix: better vss header detection for #68\n", "proba": 1.8733378226443165e-07} {"commit": "206a14ec017fd8e504f64bfd4fe8907ddfd5f519", "message": "Update the poller logic and check for all running states before shutting down\n", "proba": 1.4452585617164004e-07} {"commit": "6a7c30752ec0b025f6de63436aa98caedce540da", "message": "add: custom timeout for agents\n", "proba": 7.143039510992821e-07} {"commit": "743695c75617df1a4efb090bd65313d6a911c122", "message": "Allow compressed streams to be sent via ssh.\n", "proba": 1.1577294145581618e-07} {"commit": "72c5955815968305eb1ea89cf70ce920f3de8afd", "message": "add float\n", "proba": 8.246705874626059e-06} {"commit": "b6575ea8c7df8ef4b8d8cfcdd6aa18a062cfc49d", "message": "Clear code\n", "proba": 2.741687012530747e-06} {"commit": "6cdc137154a55ea25a8ba3627ea25572b0b7b433", "message": "The layout didn't work with glacier (and I have no idea why), so\nchange it a bit to have the prefix at the top level. Testing\ntakes 24 hours minimum, so this is slow.\n", "proba": 1.1763075491444397e-07} {"commit": "4964324b88901edb8353c797d55210fa010b1a2b", "message": "Completed docstrings for TextManager\n", "proba": 1.7457702483625326e-07} {"commit": "b7dfba44c1e685ac2bb210cf7c177fd913f10b43", "message": "env for db_url\n", "proba": 7.724196393610328e-07} {"commit": "84aebbd57106d3e719688b7991af07853c7e76d5", "message": "fix(appellate docket): Block another type of non-docket from parsing\n", "proba": 9.608488653611857e-07} {"commit": "46973f23b01d8d1ec803838737777a0b88220494", "message": "allowed multiple subscriptions\n", "proba": 2.717493998716236e-07} {"commit": "47695ae2be39220f26fd9ffe692178638cbb76c3", "message": "Allow restore only when checkpoint is available\n\nChange-Id: Iab4a87f52595c203af490ba248df2164802da625\n", "proba": 3.874141839332879e-06} {"commit": "195044089438b7128ae622036c27d804fe0cbdda", "message": "ENH : get back original colorbar visibility after save_montage\n", "proba": 1.1625166962403455e-07} {"commit": "66444a240e7997ba57f916f62c808183d13c6a58", "message": "Add exception unit tests with different message types\n\nThere were no unit tests that showed what happened when the custom\nmessage to an UnexpectedError is an exception or a binary string.\nThere's plenty of places in keystone where the custom message is\nset to an exception.\n\nChange-Id: Ib2c51ff41a8b720c7fd0486c2cf90ddc0c54d065\n", "proba": 0.00020394552848301828} {"commit": "0928b15663f94619058304eda92bdb0c1c46dbe1", "message": "t command\n", "proba": 1.7452141037210822e-05} {"commit": "643c1a5018f49fb771a321fa030aa8152a9a02f2", "message": "Put author OCA in the same string\n", "proba": 0.9999994039535522} {"commit": "8050d855d5ecfab7b39de46db33b131e7da5b10a", "message": "very minor syntax change\n", "proba": 3.15460340516438e-07} {"commit": "f7181e015748f032d5134a7a1408d3de6d681eb2", "message": "Updates for sum_channels\n\nMake the default sum, with all channels, faster by not performing\nthe indexing (roughly twice as fast).\n\nMake adding the channels reshape free.\n", "proba": 3.7125175822438905e-07} {"commit": "c61649037611e1424d4f667f2a5ac45fe16238a3", "message": "fix for flac3d\n", "proba": 3.660611298528238e-07} {"commit": "baf0a32c3ec11a63fc2ea73807f3f616768b155a", "message": "remove f-strings\n", "proba": 0.9999979734420776} {"commit": "5da98ecef5afa6d443da4a82b0e59274b52a7fe0", "message": "Change False to None\n", "proba": 0.9999966621398926} {"commit": "5f8c13d4e8aeaa113ca06aecb95b1ebfc9970083", "message": "Forgot to put an : on if-condition...\n", "proba": 1.1995561521871423e-07} {"commit": "7b43bb8420814d7b0e9ba452f9e097900125c0da", "message": "urplay: use rtmp instead of hds\n", "proba": 7.840919238333299e-07} {"commit": "0a6bbfba870799ca47087fbe394f46c1cb6073cb", "message": "download_rtmp: add a dot before extention and after filename\n", "proba": 3.0682664942105475e-07} {"commit": "0baac7e5779b6c97e4d6124256c5dd9c56be05c4", "message": "search with casestudies and products (#512)\n\n* search with casestudies and products\r\n\r\n* fix missing approach field scenario\r\n\r\n* remove unwanted conditional\r\n", "proba": 2.641532717007067e-07} {"commit": "ca7e83a204d7e8a4899a1b502ef8c4e15327148b", "message": "Add proper test of typing from configuratino files.\n\nThe test for type checking was not accurately reflecting the case that\ncauses problems. I have udpated it so that it reads the string value\nfrom the configuration file and correctly returns and int.\n", "proba": 1.2458075104859745e-07} {"commit": "3c87b749ad165e5f7f5507b2e4d8e5682573bef5", "message": "use only one code to handle photo creation\n", "proba": 1.6822693282847467e-07} {"commit": "2853ff3bf55c2ecda93374cb02a65cdffcd6b07c", "message": "Update swtinstall.py\n", "proba": 6.97475002198189e-07} {"commit": "9213a00067d1424975353be3216bd20735bff7ba", "message": "remove singleton test that was making the script fail...\n", "proba": 1.1673605371242957e-07} {"commit": "e36af59b564e0d0df0ba29121dfa629d2fc97a96", "message": "don\u2019t split license into words", "proba": 2.443567427690141e-05} {"commit": "03367410464ac515cf96ad2349fe17c111f84631", "message": "Bump version to 1.9.11.dev10\n", "proba": 2.1122889393154765e-07} {"commit": "f8bcb1d1f3ded82f16fc3035303687b4497f8de7", "message": "Influx exproter supports cpus synchronously.\n", "proba": 1.1565474977714985e-07} {"commit": "d8dc1daf5e7bb4ab3b78f6ff322fded34dc3393b", "message": "remove colors and add crontab\n", "proba": 3.0886528179507877e-07} {"commit": "a46254e93ec2bce8f593bccdedf9a5f0f7c884a6", "message": "Override $OUT in gcb build. (#456)\n\nThis prevents a copy from the builder container's /out to /workspace/out/sanitizer. Should hopefully fix ffmpeg's disk space issues.", "proba": 1.097625599300045e-07} {"commit": "2484fdee12f33e4812ef3c75488a599fd7906139", "message": "supressing output for twilio\n", "proba": 0.998881995677948} {"commit": "759da2ab05bd0236cc5b12d2049a48920aaabdab", "message": "Add test for value winning over resolve in instances\n\nIn instance containers, if there's both a resolve and a value, it should take the value.\n\nContributes to issue CURA-3497.\n", "proba": 1.7828087095494993e-07} {"commit": "e77a3efa7efcaa3304e9d93bf46983e3af3a217f", "message": "bump to 0.6.4\n", "proba": 1.1178603017469868e-05} {"commit": "9fbb31083223351dbc95e932c538bafe7c867630", "message": "Made api key an environment variable (DROPIO_API_KEY). Could not make it a command line argument without messing with unittest.TestProgram's arguments. Get your own key at http://api.drop.io/api_accounts\n", "proba": 6.521277100546286e-07} {"commit": "0f769eac545f70b94be3eab80065ef754d7d614a", "message": "ENH: Attach yname to wrapped Series.\n", "proba": 1.0566156305458207e-07} {"commit": "b7ce45baf17c0652afaf536415a3781021000f49", "message": "quick fix for logging\n", "proba": 1.8248759658945346e-07} {"commit": "9a02755ff8396116883425015218294fd97e786c", "message": "Better handling of CR/LF endings\n", "proba": 5.783981578133535e-07} {"commit": "7da1562a17d7e3479b836cbc6a4dd278f821b16b", "message": "catch connect timeout error.\n", "proba": 1.951931665189477e-07} {"commit": "f1c834a993121ca37319613c3258dd84d0d61471", "message": "Add tc for controller interface.\n", "proba": 1.182854703074554e-07} {"commit": "954f7b464d4b129bb1331f71537e03c9ead58843", "message": "Greater order.\n", "proba": 5.160141427040799e-06} {"commit": "d0ef850f6d316596f9a03b5ef57a412a3f67f7eb", "message": "refactors\n", "proba": 0.00014043298142496496} {"commit": "7b93adeaec6569174356c83dcabba6cf9bb461dc", "message": "Check for Remote Settings config\n", "proba": 2.918555708220083e-07} {"commit": "36586fac1c0ee82c9df205a3f3931772ecd5f8e4", "message": "Removed unused code", "proba": 1.3536109690903686e-06} {"commit": "6cf0629a2c4b273d1be41c46824f2679d0f0dec7", "message": "Trying to fix file read on travis filesystem\n", "proba": 4.4094718987253145e-07} {"commit": "c001a99170ddefba952c957e662813817284e46f", "message": "Minor flake8 fixes\n", "proba": 1.4658104419140727e-07} {"commit": "344cd45158d5a1a56671a7a41f3351d39faee1cf", "message": "bugfix\n\n", "proba": 8.478961035507382e-07} {"commit": "2aea60d54eabe0577cca12979c42d3d78835a87f", "message": "Improve namespace test by cloning the project\n\nChange-Id: Ideda888852f3599cc7781e3d8edb2510782791d2\n", "proba": 5.8580244512995705e-06} {"commit": "a197d7fc42a9b56e1905a572133c5d95b8abde57", "message": "feat(dirname): specify directory of table.xls\n", "proba": 2.975936240545707e-06} {"commit": "bf783c2b275bbdfed17dc4242af1220263860566", "message": "clean up\n", "proba": 1.0365005209678202e-06} {"commit": "754d458683411a101e1a269bc6ebceeb50982531", "message": "improved testing - works on run_test.sh\n", "proba": 1.8848463412268757e-07} {"commit": "d7ef36ea075a4c064bcdc41f52fbaa10218e9d40", "message": "fix(quote): deceleration\n", "proba": 0.998796820640564} {"commit": "70f8bd8e554be729f1ee51b4a005a64e453e075c", "message": "nosetests attributes added\n", "proba": 3.0752090651731123e-07} {"commit": "791f9044fe5fa0b672c14d1b163666e573aae01e", "message": "Adds the maintain-heart-rate to quarantine. (#10922)\n\nThe test occasionally fails, moving it to quarantine for now.", "proba": 3.498180376482196e-07} {"commit": "849312554de6e57e508bbcc02cfd758001a996a7", "message": "fix(PacerParseTestCase): Sort and process response to compare data\n", "proba": 1.419731603391483e-07} {"commit": "60e3a4e03712b07351d9eff11f6957ab6ae5adf0", "message": "adjusted boto response and generate message functions.\n", "proba": 1.7582983957709075e-07} {"commit": "ec80738eed505c550e90ba1f75de4fcb7512f6f8", "message": "Add more codeblock tests\n", "proba": 1.8680357527500746e-07} {"commit": "707493b4f5d5d117385268295a58b931c0affe32", "message": "Removed redundant imports\n", "proba": 1.4395032849279232e-05} {"commit": "49b8486f449a3b079223a7a053f41fba0ff12555", "message": "Use simple quotes\n", "proba": 1.99380792764714e-07} {"commit": "00dbd02f7ecbd369eddcb00ef138e452f84b4ae3", "message": "Made MakeMigrationsTests call proper parent method\n", "proba": 1.276127221672141e-07} {"commit": "e50bf00eb3c1e7b4603cbbb02d6d06c031245a60", "message": "enhanced help message thx to @lasers #1555\n", "proba": 1.3433060530587682e-07} {"commit": "afce801f8081becd820929456c2f9b9835ffc2b7", "message": "Cleaned up some goofy spacing. Removed unnecessary extra class and made\nit so Map will actually call.\n", "proba": 9.982659321394749e-08} {"commit": "d41a80bdbf7f8ba8944b6ef4278be6ef4755ff36", "message": "Fix errorExit string\n", "proba": 0.0022626928985118866} {"commit": "2e40c99e6f7a93302e2c0c8b293459c1c6b7cb03", "message": "allow time_in(CACHE_FOREVER)\n", "proba": 0.00012830943160224706} {"commit": "1b2e3da1b97812e744ef7396eae366345680276b", "message": "[skip ci] Fix pep8 issues\n", "proba": 1.3003314336401672e-07} {"commit": "afdc7c6fdd12aa27a136dba5d9f10be3ab2e8c55", "message": "fix __init__.py\n", "proba": 0.0006588819669559598} {"commit": "af7bf9a5b7824c852f0bc3435fa684e1eda0eca9", "message": "Do not split shell commands into sequences\n\nThe modules like `xrandr_rotate` are totally broken, because since `cmd` is a string, py3.command_output() will `shlex.split` it, and the command becomes invalid. The solution is to not split shell commands.\n", "proba": 3.268717773607932e-05} {"commit": "c17b283685b720fd56b5320ad3b1ee93a8f579de", "message": "[#904] merge all existing pydevtest unit tests into resource base class\n", "proba": 2.1393944393821585e-07} {"commit": "7e063415692704306c7399dfe61605a63f6aec80", "message": "Adds MGMSG_MOT_MOVE_{STOP,STOPPED} to message.py\n", "proba": 5.091550292490865e-07} {"commit": "da2ea6af43419f920d2baca5ff233b2cbd26c0aa", "message": "Update py_calculator.py\n\ncompleted all the major calculator functionality", "proba": 4.797834094460995e-07} {"commit": "b3999b2e4e527bbd9e9f7213794ab13d730ab6a5", "message": "run_sge.py: Fixed import syntax\n", "proba": 5.56365762349742e-07} {"commit": "7747d9967a43387aafa5b32218e6a8c88269aa83", "message": "Minor changes to SGE code\n", "proba": 1.3857541603101708e-07} {"commit": "9a3ad87a69b36e8fa0d181fa8585e039f3fbda7c", "message": "run_sge.py: Reports number of job dependencies to logger\n", "proba": 2.408085038041463e-07} {"commit": "5a5f50e93765ae2c82b5f64144bdb90313ec1b84", "message": "Melhora documentacao do modulo pyboleto.data\n", "proba": 3.620094048528699e-06} {"commit": "85011b2a405e7e044e44e493b2789eda5cba9f3c", "message": "Write MessagePacket docs\n\n", "proba": 3.115372351203405e-07} {"commit": "0f483a5a9e532923fbf0c8bdd176acb3abf116bf", "message": "Removed unused variable\n", "proba": 1.7531758658151375e-06} {"commit": "4696b8271b734da202187165764018c883e842d6", "message": "personnes: rename template personnel_edit.html to worker_update.html\n", "proba": 2.471151447025477e-06} {"commit": "fe9543f25f6470f2e2fd603c9c16393546ad2a0e", "message": "updating validate_output function\n", "proba": 4.720775450550718e-06} {"commit": "0454ce1ad44671c6383da815c5f3c9d1e616922f", "message": "make `extra` optional in LazyDict\n", "proba": 7.320672739297152e-05} {"commit": "caca05218b5f42c17d8d15450c60305b180395ec", "message": "Make sure conformal factors are Grid objects\n", "proba": 6.423691957024857e-06} {"commit": "db074db23a6e3bbdfd02530dd59dfd83d8c4af01", "message": "settings: change default debug level for the console to INFO\n", "proba": 6.654921662629931e-07} {"commit": "0353e1d01e75072d61502948d90e4185928b5c2f", "message": "Fix PY26 compat error in pycompat module\n\nNamed parameters for the version_info object didn't appear until\nPY27 so a backfill has been added.\n\nSigned-off-by: Kevin Conway <3473c1f185ca03eadc40ad288d84425b54fd7d57@gmail.com>\n", "proba": 1.3388782349466055e-07} {"commit": "945f6c93c9a62db90ad191b306418d5c1cdd9d24", "message": "improving codecov w.r.t mock\n", "proba": 1.9186227007139678e-07} {"commit": "f089578a35cf2aa2ffad67c9bb83494c7bee2431", "message": "Add missing glue function.\n", "proba": 1.2595461384989903e-06} {"commit": "bed4d6899ecca52fb55638f85ee319c6b8332f4a", "message": "Added test for 0 result on straight line activity\n", "proba": 1.3804056209210103e-07} {"commit": "1d6f75dbbdce07501e07ccd3deb0728a26392195", "message": "Fix for rich text pages translation\n", "proba": 6.34239995633834e-07} {"commit": "1bf9729ded9fa0cc0af69cc99ddff0af39f73bd6", "message": "remove duplicate test\n", "proba": 0.00040857814019545913} {"commit": "1635c58a4ef85461047f181c2bd976e9c240822c", "message": "Formatting minutes (#50)\n", "proba": 3.31884024262763e-07} {"commit": "e8c9622443d336ffce26661ec228cdda4a2ac3eb", "message": "`symbol-interned?` should be #f for unreadable symbols.\n", "proba": 1.530881036160281e-06} {"commit": "b419d59a1b8247c7d6badba0a725253c90ee10a5", "message": "fix bug for not having namespace in root\n", "proba": 4.048119137678441e-07} {"commit": "743192a675111ce2ee5ce8ffc96260724ce4bd62", "message": "Scheduled sampling testing bug re-fix.\n", "proba": 1.1410540423639759e-07} {"commit": "67e4f41f935082f9e497bf7edbe9b933f6acec48", "message": "pep fix\n", "proba": 7.130230414986727e-07} {"commit": "5a2ba5bc1b05d9abf71da41ed9474729f949f41a", "message": "tests: Fix case of having multiple points that have the max intensity.\n", "proba": 4.996775714971591e-06} {"commit": "49d765f27690b110c0f5200aec9576117aa76e22", "message": "Remove debug prints.\n", "proba": 2.42095239855189e-07} {"commit": "daef69794bd48df7ecf12b681418b8bc836347ca", "message": "Reduce size of df\n", "proba": 0.9985148310661316} {"commit": "7f8f3705750acb48b83f0693b2be4ff30ab9c092", "message": "Use regex not strings.\n", "proba": 0.000274255609838292} {"commit": "e95a4e373148816163d44b2dad49f93747f3a658", "message": "minor cleanup\n", "proba": 1.7840027055626706e-07} {"commit": "9c32b5065914dc7c3f95c16a80511210e289382b", "message": "improve coding style", "proba": 0.0014146481407806277} {"commit": "c004e0b0685067bf288a983ce0f0b21bec9dd0f4", "message": "resolve typos\n", "proba": 0.9999994039535522} {"commit": "80fb231ac5df925b6976ad0f0e6f7dfb1e41da2e", "message": "limit git history scanning to .yaml files\n\nOnly look for *.yaml files in the release notes directory.\n\nChange-Id: I6702d531d683d81e77d7ff269f4e5b9ac19bdf6a\n", "proba": 1.1383784794816165e-06} {"commit": "2f4e7de4fe9016585bdf83076b79dd2d78b5a800", "message": "update comment\n", "proba": 1.72829359712523e-07} {"commit": "b3a794d8883989f565c37d973684fce3f78f6ec2", "message": "Added abstract base model for collection stats for time based averages\n", "proba": 1.1923548015602137e-07} {"commit": "d9bc6d1d180140d1617cb34e403cd8e64db75453", "message": "Use wheelcms_project settings\n", "proba": 2.0484296214817732e-07} {"commit": "4c9c63b3cab51ea8594e23960bed9d32ec58a0ab", "message": "check the number of tags created by consume_fasta_and_tag\n", "proba": 5.818382078359718e-07} {"commit": "3d2b274b8e3df26f65943e904e08387c818a29cf", "message": "Now uses more efficient export method\n", "proba": 1.4778029822082317e-07} {"commit": "76dfcd5ee0cd9a775607fda910a2a2b72ddf911c", "message": "Resize tests\n", "proba": 5.151823643245734e-07} {"commit": "77d96c7222b6cceb995aa1f75e04e5070484b37e", "message": "enable keepalive\n", "proba": 1.050953187586856e-06} {"commit": "215c631fcd116d6aed8310b4fdf2be1261ad8c44", "message": "Changed module and class.\n", "proba": 1.1712132419461341e-07} {"commit": "7f848e2a71971dc197d7f903d4f5d5dc6b4bfd60", "message": "improve ContentProxyMixin and provide new JsonContentProxy\n", "proba": 1.2784977343471837e-07} {"commit": "2d7f93af0e821ee0addcd5f0954933943621f1d1", "message": "add get_passed_build_jobs(), issue #17\n", "proba": 6.18650460637582e-07} {"commit": "4a8ec81af3d6a3de1313335d5d126a7b2fd0b89b", "message": "change default config path\n", "proba": 7.809732665009506e-07} {"commit": "47a4c88038f2533daffee9f05e9621949eab11eb", "message": "Move code out of the IRC bot class\n", "proba": 8.079886129053193e-07} {"commit": "4d6c06340fde52aee3519f59dfbf4b0e57d383cb", "message": "Add a complementary set of tests on the N and M values\n\n- if specified, they must be used except:\n - if N and M are not consistant (eg M smaller than the required\n spectrum for the demand)\n - if N value and M value lead to occupation outside of the band\n - if spectrum is occupied\n- if any of them is None, the program uses the first fit strategy for M and\nthe path_bandwidth value to compute minimum required M\n\nSigned-off-by: EstherLerouzic <9136e9bbec0a09a1685b8ebbe677b6c9b26e8f18@orange.com>\nChange-Id: I9160ffb116dd9d7d53ad80638826b609a1367446\n", "proba": 0.999756395816803} {"commit": "4ae2f0c6dbd4bb3ca1a37968f13c8a9cc89fd7c0", "message": "Make the ordering of the parameters in the docstring the same as in __init__ in the Earth class\n", "proba": 0.990515947341919} {"commit": "703a40de5389bd7175c79114ee5dd9763ec97da2", "message": "made TIMESERIES ordered to support reporting and diagnostic expressions like tp in m.TS_TPS[m.TIMESERIES.first()]\n", "proba": 1.1438890368253851e-07} {"commit": "c097468027ea2734580ed466bc64f5461a4d8275", "message": "fix inaccuracies introduced from use of bbox instead of within and loss of precision in low density areas. assert generate_tile_summary results are usable\n", "proba": 0.0005220294697210193} {"commit": "c523e97162f102161df4e5a5afc22b708231dbcb", "message": "Switching out that KeyError handling for checking the dictionary,\ndespite ftobia's inline comment assuring asheesh that he knew what he\nwas doing\n", "proba": 1.582422441970266e-07} {"commit": "96f17eeeef959447fa2c48fd5e151a7ad47a17ad", "message": "decode url response to str before parsing as json\n", "proba": 0.000525023031514138} {"commit": "d131858a94b18a74f36c3152875a0dba9927a7a9", "message": "Fix other markings", "proba": 0.002576118800789118} {"commit": "71bf5f605fb8e53b8fe6e407ae6a24b1a9b62e2d", "message": "Remove closure in __initmetattr__\n", "proba": 1.2762528740495327e-06} {"commit": "27271af06b9774887f46026a1261af6bf8c34034", "message": "Make arguments with specific choices reject invalid choices\n", "proba": 0.9999994039535522} {"commit": "2e4d12e014db0d74f5c691c3ad98618b7de87104", "message": "Changed Reg architecture\n", "proba": 3.184151466939511e-07} {"commit": "0f5bb58ef951bd60af07815dee308924eb8c013a", "message": "Remove unnecessary \"+\"\n", "proba": 0.0004101158119738102} {"commit": "c0a476ed68c061e9306b96f159862796f64b70f2", "message": "LineParser class\n", "proba": 5.554480821956531e-07} {"commit": "b476646048aac45c95fa75af6b69239a7639d12d", "message": "Force to string in several places in all_possible_versions\n", "proba": 5.265161962597631e-05} {"commit": "1070fbccb193a833c220ffaab7a5d84317165c9c", "message": "Added test for Independence day\n", "proba": 1.402119806925839e-07} {"commit": "8db3435ddcd757c00995668b6f1130f43719a36a", "message": "[modules/nic] Add log for missing modules\n\nWhen modules cannot be imported, add a warning line to the log.\n\nsee #367\n", "proba": 3.4266645343450364e-07} {"commit": "27d719258d35d0048cbee4fffc4fa1916001de25", "message": "sending params cause request to stuck\n", "proba": 2.6601134095471934e-07} {"commit": "f86dc592dd4fe39ecf637dde5b130a8d6f8057e8", "message": "fixed bug in disconnect\n", "proba": 6.342992833197059e-07} {"commit": "2eb8f52d319500cc8583c2d49c04c07f1c37ae9d", "message": "Merging from yt tip\n\n--HG--\nbranch : yt-3.0\n", "proba": 2.050787060170478e-07} {"commit": "e1b4caa6275703aa2ecd5552e4dcc1d341d5e481", "message": "Update doc\n", "proba": 3.206176302228414e-07} {"commit": "810137394833b3e24915031ebb545fc3898316ff", "message": "updated _cc_description in ncei_point.py\n\n_cc_description now contains more descriptive text for the point check.", "proba": 1.0414493090138421e-07} {"commit": "5cf4029b023dae58c6d59b4dea271df5451d1e08", "message": "The format argument, despite being a keyword argument, is *not* optional\n", "proba": 0.9999614953994751} {"commit": "d08d52caa4296b331eff9a3bb6875f6514a790f8", "message": "Add test\n", "proba": 5.080644768895581e-06} {"commit": "2057d15f4e9d728054831eb02585869492c004b0", "message": "Fix items topping in 1.17\n", "proba": 7.828262482689752e-07} {"commit": "afb331dcff18a22f54b61e44bba61b6b2c824a8b", "message": "Fixing arguments\n", "proba": 1.129555244006042e-06} {"commit": "a4d562edb80e18d0ee0ad28db6403cb1aa8c3846", "message": "Add integer_powers() function to integrals/risch.py\n\nThis is used as a heuristic to gather the lowest common exponential\nterms to avoid back-tracing. Note that only the structure theorems\nhandle the general case, so it may still be possible to try adding an\nalgebraic extension where it is not necessary.\n", "proba": 3.3874113114507054e-07} {"commit": "4b05fc3a3fbdcbf2ff1880dcf03212e362a46351", "message": "Better handling of None sample\n", "proba": 6.518429245261359e-07} {"commit": "99ade38cd2202077e8f025db564540b79303e32c", "message": "[MAINT] Fixed Flake8 issues\n", "proba": 1.3800699605326372e-07} {"commit": "12b66999d9d7a628e2126a6781e06055a3719d49", "message": "Fix merge breakage\n", "proba": 9.261802915716544e-06} {"commit": "f73b39fd3c8e1237dea1597fa2573831e9ce2e59", "message": "Add UT for matching all versions\n", "proba": 1.5621353099959379e-07} {"commit": "c0d4c36b5f262bd0292ba681cfe90f738c693aef", "message": "Fixed the way the member type is determined in the pecoff.Archive library module since dynamic blocksizes were deprecated a really long time ago.\n", "proba": 1.0097711822254496e-07} {"commit": "a9220c9ec4defad818cceb8af85d14e7c2767416", "message": "added clean for the redis tracker\n", "proba": 1.2849933739289554e-07} {"commit": "156093f3b4872d68663897b8525f4706ec5a555c", "message": "Enhance the dotted name lookup functionality.\n", "proba": 2.054514141036634e-07} {"commit": "3cc6b6c3af274a8bb23fe518ec20f7523698f931", "message": "Finish documentation and clean up\n", "proba": 1.2150373152053362e-07} {"commit": "1541191090a92ef23b8e3747933c95f7233aa2de", "message": "Release version 0.19.1\n", "proba": 3.3346782402077224e-07} {"commit": "eebcb114e0941ad0ecd4f86eec26d8449fd1b1d0", "message": "Add missing comma", "proba": 0.9999980926513672} {"commit": "c6de25e5bd09db34d81a8a322d8193a22294b186", "message": "fix Linux scrolling, Thanks Thematic!\n", "proba": 1.0754044410532515e-07} {"commit": "a80980cc20c7776ccce7f790c5d5802ae4082680", "message": "Cherry picking update for TWMS GTS output\n", "proba": 1.8138685220492334e-07} {"commit": "ae48601e6d88410626c7d28572f969ab57b33598", "message": "Skipped test_archive tests when bz2/lzma module is not installed.\n\n", "proba": 1.0502563441150414e-07} {"commit": "9fce682554bbe39e362526c8dfececd21f79e924", "message": "change takeRow to removeRow\n\nQStandardItemModel's takeRow only removes ownership from the model\n", "proba": 1.3457473357902927e-07} {"commit": "d6d5a0bcd932255080bf55d443deb1acc5a8dc67", "message": "Remove circular import when is_epydoc.\n", "proba": 1.7542500074796408e-07} {"commit": "0b83dccf9ca03e529bc3c43c4c2b801a78107f38", "message": "implementing caching for hourly_loads\n", "proba": 4.005561606845731e-07} {"commit": "6e229f2714c8aff6555dfee2bdff34bda980a0c3", "message": "Handle select errors when closing Zeroconf\n\nBased on a pull request by someposer[1] (code adapted to work on\nPython 3).\n\nFixes two pychromecast issues[2][3].\n\n[1] https://github.com/jstasiak/python-zeroconf/pull/88\n[2] https://github.com/balloob/pychromecast/issues/59\n[3] https://github.com/balloob/pychromecast/issues/120\n", "proba": 0.9999723434448242} {"commit": "bb931d8a0ba714a6e15d6f7dc3e319a2f435da57", "message": "Fix 'Unknown setting: local_cache_path'\n\n- slight refactor in how prefs are checked from aamporter.plist\n", "proba": 6.173373776618973e-07} {"commit": "d860f7b6295b8426df44842e85e16481dfdccad8", "message": "correct color implementation attribute\n\ngit-svn-id: d4fdfcd4de20a449196f78acc655f735742cd30d@1935 14d46d22-621c-0410-bb3d-6f67920f7d95\n", "proba": 3.04225204672548e-06} {"commit": "99a51012f0726064714a564d34d6db2e1f49edaf", "message": "[util] trim title length <= 80 (follow-up of ed12df2)\n", "proba": 1.3884103111649893e-07} {"commit": "18dc6f47d472cdfbf5c569207a24077cfcac0e8a", "message": "Add support for publishing multiple addresses.\n", "proba": 1.1046256531699328e-07} {"commit": "0107f7a4a7c25ff54e17e3b856599455021bf6e8", "message": "Making StringEvent more extensible\n", "proba": 5.676688306266442e-05} {"commit": "8d37b616e453263b48e603db92ff130a6a8975ec", "message": "defaults for mysql\n", "proba": 1.4229428870748961e-06} {"commit": "f2cc86517e6c5585938bae8b07beb05888493724", "message": "adding a few helper functions \nvalidIp, validMac, createDir\n\nadd and removing some config options\n\n\ngit-svn-id: bf82309ee31681273af20a825c7064ea7c5af838@1023112 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.801280973268149e-06} {"commit": "f7557b6fa149ecefa3d49999991d080f7cabef21", "message": "Adding a test case to test the broadcast when big messages are involved.\n", "proba": 1.137877632118034e-07} {"commit": "0f46a0609931e6dc299c0473312e434e84abe7b0", "message": "Fix multicast TTL and LOOP options on OpenBSD\n\nIP_MULTICAST_TTL and IP_MULTICAST_LOOP socket options on OpenBSD don't\naccept int, only unsigned char. Otherwise you will get an error:\n[Errno 22] Invalid argument.\n", "proba": 1.2900423485007195e-07} {"commit": "9cd5b9a802f4c38f716a507a40188557103993f3", "message": "Hacky attempt at catching SIGHUP and rotating the logfile around\n", "proba": 1.21201779279545e-07} {"commit": "ea6a572f8fad0561dc16c9f5655ad0d711e45ba6", "message": "added missing weights in 3 freq connectivity\n", "proba": 3.8081111597421113e-07} {"commit": "973929a3bd65793a8bba8999e556647a6f48cc01", "message": "add backref from items to channels\n\n\ngit-svn-id: 98eea730e22c7fb5f8b38c49248ce5c7e9bb5936@1025 be7adf91-e322-0410-8f47-e6edb61c52aa\n", "proba": 4.2763505803122825e-07} {"commit": "8f2ea7a27ba22c5b9f96dd993255273728351d87", "message": "Fixes structure service check for moon extraction\n", "proba": 1.475195148259445e-07} {"commit": "c161a840274ae12ccd34ce5c7fc696c5ec28cf3c", "message": "unchange the initial guess scale\n", "proba": 0.00014675167039968073} {"commit": "8b38096a897bc142378d8a1f01fc28c459decc7e", "message": "Fix error handling on dns lookup\n\npass the right arguments to the errback handler\n\nFixes \"TypeError('eb() takes exactly 2 arguments (1 given)',)\"\n", "proba": 1.554462585318106e-07} {"commit": "63282babf8cbaff7f9ad55f2ba0e2dde4fcadb8d", "message": "bug em print\n", "proba": 2.319993882338167e-06} {"commit": "5e41650d50f63f1ef5e653a82661f37b8ffb78c4", "message": "Don't generate clientId twice\n\nWe already generate and store the client ID in self.client_id, so\nno need to re-generate it in refresh_validate().\n", "proba": 1.0754700952020357e-07} {"commit": "8c2d6fc2b0202304885d5d6c3cba57eb2a1b3262", "message": "Fix git configuration on Windows (#15814)\n\n", "proba": 1.713433164240996e-07} {"commit": "90b976c6c3b97c92231e8285fbef0a2aac5e1d79", "message": "Correct mad formula\n", "proba": 0.003259593155235052} {"commit": "6ad71cc29d8e0f8f5cc7976a84fa0b953edf0f82", "message": "Remove spurious SQL logging (#1972)\n\nlooks like the upsert function was accidentally sending sql logging to the\r\ngeneral logger. We already log the sql in `txn.execute`.\r\n", "proba": 1.0840250297405873e-07} {"commit": "be3d447c002a149da1f29e71ae55f03ee9ed224a", "message": "Handle HTTP errors before trying to parse JSON (#138)\n\n", "proba": 2.4190759972952947e-07} {"commit": "1c00dfc34ea2d6dfeab5d0d27933d3844ec123d2", "message": "Disable warnings in harfbuzz/ for Android when not using clang.\n\nThe Android NDK compilers, both on GCC 4.2 and on GCC 4.6, throw a warning about\nincompatible pointer signedness in one of harfbuzz' APIs. That's where the fun\ncomes in: no flag is currently able to disable the warning when using Android's GCCs.\nWe therefore have to disable all warnings.\n\nThis is unfortunate, but we should still be getting sufficient coverage\nfor other warnings from Linux and Android-clang builds.\n\nBUG=\n\nReview URL: https://chromiumcodereview.appspot.com/10829354\n\ngit-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@151944 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.2364239410089795e-05} {"commit": "ff44964f745d8b627397f19474c2f69c125100ea", "message": "network/name were referenced in closed tracker tickets", "proba": 1.843559402914252e-07} {"commit": "2d2f2b7d2dbcea46cfbeaf42bc79cab18fb2f2fc", "message": "Fix tcmalloc.gyp for scons generator.\nHad errors like (note, I added an exception handler to print the error):\n________ running '/usr/bin/python src/build/gyp_chromium' in '/usr/local/google/chromium1'\nUpdating projects from gyp files...\nTraceback (most recent call last):\n File \"src/build/gyp_chromium\", line 79, in \n sys.exit(gyp.main(args))\n File \"src/tools/gyp/pylib/gyp/__init__.py\", line 432, in main\n generator.GenerateOutput(flat_list, targets, data, params)\n File \"src/tools/gyp/pylib/gyp/generator/scons.py\", line 995, in GenerateOutput\n GenerateSConscript(output_file, spec, build_file, data[build_file])\n File \"src/tools/gyp/pylib/gyp/generator/scons.py\", line 328, in GenerateSConscript\n GenerateConfig(fp, config, indent, src_subdir)\n File \"src/tools/gyp/pylib/gyp/generator/scons.py\", line 207, in GenerateConfig\n value = [escape_quotes(v) for v in value]\n File \"src/tools/gyp/pylib/gyp/generator/scons.py\", line 172, in escape_quotes\n foo = escape_quotes_re.sub('\\\\1\\\\\"\\\\2\\\\\"', s)\nTypeError: expected string or buffer Input: ['NO_TCMALLOC_SAMPLES', ''].\nfailed to run command: /usr/bin/python src/build/gyp_chromium\n\nReview URL: http://codereview.chromium.org/399075\n\ngit-svn-id: http://src.chromium.org/svn/trunk/src@32361 4ff67af0-8c30-449e-8e8b-ad334ec8d88c\n\nFormer-commit-id: c5017fa347a11ea58c8b66bb1e157959d82cef51", "proba": 0.9999991655349731} {"commit": "13c90a8202ddd1e584bf97cfb4a1efc7a92cfa81", "message": "Remove faulty dot product shortcut\n\nDot product should be sesquilinear.\n", "proba": 8.475666618323885e-06} {"commit": "668fca872401c85fc5791defab2150c047cc3b33", "message": "just changing comments to restart the tests\n", "proba": 1.2923820236210304e-07} {"commit": "2d2bf8370d2a717168421dbd1e69793b7bbbd02c", "message": "Added tests for correct Gamestate return when game is won\n", "proba": 1.4647092427821917e-07} {"commit": "0cf824be80e476f052956a211f09d796284d2054", "message": "Fixes #36.\n", "proba": 1.2354760769994755e-07} {"commit": "64fe2925790754ba79d59727e265d5a192e51032", "message": "Added condition to ensure command-line script checks if omod exists before accessing.\n", "proba": 1.0544151507474453e-07} {"commit": "09b2f9ae63b2fce599e51a201636a848b2903f25", "message": "version changed to be under development\n", "proba": 2.2844692182388826e-07} {"commit": "cf5c12b2220c3a1387286818e87b6f33a9be0702", "message": "Remove irrelevent tests on rfld_nomvar rfls_nomvar\n", "proba": 3.7354529922595248e-06} {"commit": "ede4243adb906b88e38c0e570d549e303561a3b8", "message": "Remove \"inject_restricted\" method in DI that never worked\n", "proba": 1.1365701766408165e-06} {"commit": "5cbf180a4fd2f82a80f030ffed540d799a246d2a", "message": "encoding for Py3\n", "proba": 0.0003176649915985763} {"commit": "50ae48d766e59994efc8a74deaf24cfd20736ab4", "message": "Fix #274 use format strings with pkfail\n", "proba": 3.6036017263541e-06} {"commit": "fd9838f1a0b2cef54b9ba84df6db03248e7d5c58", "message": "Add BSD license information to the ZIPLOADER_TEMPLATE string since it\nmay be combined with module code.\n", "proba": 1.0622777324442723e-07} {"commit": "a6607cbfe0a0877711c690738b38f3e4df47c541", "message": "Staff grading can work with a legacy rubric\n", "proba": 1.7664936535766174e-07} {"commit": "5de9560537378e6be854a9cf2b3c0c675bcb9e9e", "message": "Make COLUMN_LETTERS a set so columns are not counted multiple times\n", "proba": 6.635099998675287e-05} {"commit": "dbff3a6bbc3732cb7f2f4e7ed1e3f4e91661cd5d", "message": "Fix blind override in failed_when\n\ncaused all task failures to be success\n", "proba": 2.6731986508821137e-05} {"commit": "0637b5c1b17f37789853d316605ae7de91d5f643", "message": "Show setup dialog if no players found\n", "proba": 2.179839100335812e-07} {"commit": "46ee62e84204c33b208cc1b7cff154070c89cc0f", "message": "new add stats in user\n", "proba": 3.415398737161013e-07} {"commit": "13f99b6170865c4fbad5c7c9ea827c37daed67ca", "message": "support code block\n", "proba": 7.193353326329088e-07} {"commit": "e99395f0c00a3c2efb6e6b1a1ef275c2518d600d", "message": "Don't create a VaultLib in each method; do it in __init__ instead\n", "proba": 7.493648013223719e-07} {"commit": "cd1114184b1bfcd824e2a399d4924b0f4b5e09fb", "message": "Added a default parameter to the _Nothing class.\n\nThe parameter is just available for testing purposes since users\ngenerally don't have direct access to the '_Nothing' class but only the\n'Nothing' object.\n", "proba": 1.361228925134128e-07} {"commit": "36cdb1e4ca99e18b73f4aa9260084f20d040045a", "message": "[NEW] Add name attr to async_url_open\n", "proba": 2.0957971003099374e-07} {"commit": "8e3213a91eb25a4415c1743df933fe07c1e3a334", "message": "updated copyright as MPD does not deserve the blame for this one\n", "proba": 1.4206322873633326e-07} {"commit": "1d88565bfd4ae11395e4f439f15fd7fdf06586b7", "message": "Fix for #52\n", "proba": 2.2757474482659745e-07} {"commit": "dc420fc5fa3fac34f149978b37aa5c40fba3105e", "message": "Allow non-inclusion of setup task in junit report\n\nThe JUnit callback pushes every tasks in the report. Even the setup\ntasks that - sometime - might clutter the report rather than being\nuseful, based on one needs.\n\nThis PR allows one to specify whether or not the setup tasks should be\npart of the final report, defaulting to True to be backward compatible\nto what is already in place today.\n", "proba": 2.67857984681541e-07} {"commit": "530ee0d7e11bcb55f42d47eb9ef9819421617ee6", "message": "cli: aesthetics\n", "proba": 1.008653498502099e-06} {"commit": "a4a68850d7512f3c46ee1cd95037ad04acc86a82", "message": "Clean up.\n\nSigned-off-by: Gora Khargosh \n", "proba": 1.7055799617082812e-07} {"commit": "c4832c911eabb4416754e8f10fb2491ceb8c3770", "message": "Quote non-section run arguments\n", "proba": 2.973026766994735e-07} {"commit": "8f5e4dae91bce09e9e78762e447992ae7f92f1e0", "message": "Removed use of singular media_type and extension on Serializer objects\n", "proba": 1.5842449840874906e-07} {"commit": "6a3916fdc6ec319916eec17333e7e4463407f7d1", "message": "fixed version to post1\n", "proba": 1.371495699231673e-07} {"commit": "1b1b50bf41f4d6e05b0ae82ca5fb81f86a87619b", "message": "ipython kernel based autocomplete\n", "proba": 1.9471215182420565e-06} {"commit": "af350d4c2f01feefe588b352b92dec8616665e40", "message": "added graceful exit on keyboard interrupt\n", "proba": 3.1181008353087236e-07} {"commit": "33ab6c0cf0e6db2e9b15c0702083a0267b86227b", "message": "Leave locale set to 'C' if restoring the previous one fails\n\n\r\nMerges https://github.com/fedora-python/pyp2rpm/pull/190", "proba": 6.8576778176066e-06} {"commit": "2acd6a4bbb217e471dafcf276160b0a49f04274c", "message": "Cleanup shell scripts.\n", "proba": 2.125338340874805e-07} {"commit": "2b08650315eab7a7e780772132fc8a690fd5a339", "message": "FakeAWS implementation of upload\n", "proba": 1.8045221850115922e-07} {"commit": "caae6bce758e9f00d2100dcb5460ef06aa08ff14", "message": "lib.web: Import wsgi as a module. Import tools too. Removed import of Application, Middleware, Filter from wsgi.\n", "proba": 1.0032211150701187e-07} {"commit": "d7cb01b0c2dc59424bc96549a45d8ff1e78ae90c", "message": "ensuring variable length target strings do not get truncated\n", "proba": 2.6018893549917266e-05} {"commit": "56c30c449714e50413db4460b176c360d1982688", "message": "Test more upload logic\n", "proba": 1.2594568943313789e-07} {"commit": "5d454f9a368c2fc127c740b239baa95a7de0da3b", "message": "Move to dictionaries earlier because of python protos.\n\n", "proba": 2.1649597670148069e-07} {"commit": "bb5636e6dc0dd56361d5c2cc669275e7d8cd3929", "message": "fix bug with url.url\n", "proba": 5.236260767560452e-05} {"commit": "d3208cc52501787ea63679622102a5f7d2fafe10", "message": "pylint fixes\n", "proba": 4.3989797404719866e-07} {"commit": "b1011e8f080bad5d0a7cec65559e3c160787d17f", "message": "Remove region from url when computing url prefix\n", "proba": 2.1740170268458314e-05} {"commit": "0095cf01203e6f8b6470bb8227e745de39844f2a", "message": "Comment why urlparse is used\n", "proba": 9.567341976435273e-07} {"commit": "8acae8865eae6967abcc5f0c418ecabdb178323a", "message": "Add Docs And Rename Methods\n", "proba": 1.8908849597210065e-07} {"commit": "5bfa7a0eff1e2605cf40048bdbb7af99a5c0e9a6", "message": "Normalize paths when adding them to the tarball.\n\nPiperOrigin-RevId: 162742684\n", "proba": 0.0007933714077807963} {"commit": "b9afb794e726a0eff768b0256065cc9d2f6e086a", "message": "fixed dumb thing I did a moment ago where Player with the lead goes first. Now, as is appropriate based on the rules, Player with the lead goes SECOND.\n", "proba": 2.5732003905432066e-07} {"commit": "bcde5944837c3bbb382fc44703dff8f569561802", "message": "TST Fix test_model to avoid warnings\n\nThe tests in `test_model.py` were sending warnings in a few places. Modify the tests so that where we expect a warning, we actually test for it, and where we don't expect a warning, we use a mock metadata object which contains the expected keys.\n", "proba": 2.0689658697392588e-07} {"commit": "83e9def5af3d8f8d6355e6c0faeffa010d04960c", "message": " fixed flake8 errors\n", "proba": 1.6670858826728363e-07} {"commit": "dc9f6f94f841b354050ba0d419137200ee811074", "message": "Forgot one place the site_url_internally needs to be used.\n", "proba": 1.0206495915099367e-07} {"commit": "3b3409fb209535e66618cadad318c715d2f91e3f", "message": "idf.py: Fixed gdb target to exit cleanly when no openocd watch task\n\nWhen idf.py gdb starts, it expects openocd was started in the background\nand creates a thread to watch for openocd errors. when gdb target exits,\nthe debug_ext.py aims to cleanup all threads and processes, but fails\nwith traceback if openocd-watch thread not available, which could happen\nif openocd started separately.\n", "proba": 1.6113017409224994e-07} {"commit": "6d470e83f7f14b92f977bd9b1b0a8f8caa38390e", "message": "Accept lang values like de_CH\n", "proba": 0.9989250302314758} {"commit": "02563f8166dbcc4c6b856ebd077a81f48e307c33", "message": "updated psds.py to be more compatible with the package without requiring a complete install. Also fixed up units\n", "proba": 1.0923312743216229e-07} {"commit": "c7fd0449d38362c295e88a612f5cfb024e06bd61", "message": "STY: logger message\n", "proba": 9.524481470180035e-07} {"commit": "015eee3ba6f3f46960d49f49b5b6f6dbc3b1fcaa", "message": "support delete for indexing\n", "proba": 2.3682383698542253e-07} {"commit": "5fd5e9444171e7b99cbecf7b01c81060a33e2a47", "message": "Wrong stacking\n", "proba": 5.79509060116834e-06} {"commit": "d6b655659160a4a375d620e30b72e835d3578dc3", "message": "The bug of incorrect visualization of attention windows in TensorBoard image summary has been fixed.\n", "proba": 1.0368015779249617e-07} {"commit": "e31a1356d6467ce00860356adbcb987e6fbfb04c", "message": "BUG: Moved user_modules to defaults. Added type check on setitem. Improved robustness.\n", "proba": 1.0341471323727092e-07} {"commit": "59b64e6610a5717126c0715fd132840e4384c8bc", "message": "Slight cleanup\n", "proba": 2.0535387079689826e-07} {"commit": "1f75b8f8658e30faabaca00283d31a0741d7994d", "message": "fix: [internal] Better exception logging\n", "proba": 8.839093652568408e-07} {"commit": "4a9a52389a6f0b6309d3beee258cc7f06450de21", "message": "ROPE: CppStub: parse insertion files and support struct insertion points\n", "proba": 1.881136313386378e-07} {"commit": "11966fb6bdde94fee791a83c2c735e7fb28b2343", "message": "tcp_and_proxy/sammael.py - added more check and make the code more\nreadable\n", "proba": 1.280022701166672e-07} {"commit": "7691f62e59e0753690660062ab3cbd5cba7735f2", "message": "Impose minimum cutout size; use fftconvolve for Sersic fits; be more informative about some flag=1 cases.\n", "proba": 9.651748200667498e-08} {"commit": "f2b5b5afa9379d3c1fa2546de6bc778d8fd70b2e", "message": "encgen: filter ops based on EASZ restrictions. Fix JrCXZ encoding to be ASZ-modulated\n\nChange-Id: Ifc0a796a4d94eeb93851c05912e2a8994688c3c9\n(cherry picked from commit a558ff85f772019a98ffc9ece903a2bd6201b9a6)\n", "proba": 1.8209712493444385e-07} {"commit": "e042e2036393484be3e02cf7b0eafba0fdeca663", "message": "Fix user retrieval\n", "proba": 0.0008930438780225813} {"commit": "5cb1746ef667ff4a4c1426c959d6ce6a34d74540", "message": "used getattr to select exit\n", "proba": 3.640016643657873e-07} {"commit": "eb7d0d36a42c70fd7d44a6ccac22d12bad966f7e", "message": "Make run_swarm_tests_on_swarm.py run everything in parallel.\n\nUse output similar to run_test_cases.py. It gives numbers against which we can\noptimize. Some tests take over 2m30s so there is room for optimization (or\nincrease the Swarm slave pool). Note that running the presubmit checks locally\ntake less than 60s total so there is room for improvement.\n\nR=csharp@chromium.org\nBUG=\n\n\nReview URL: https://chromiumcodereview.appspot.com/13587003\n\ngit-svn-id: d5a9b8648c52d490875de6588c8ee7ca688f9ed1@192166 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.00012538388546090573} {"commit": "2aba2fc44b131d74aa716527ff0eb7ba23e466c1", "message": "python3 support\n", "proba": 5.189749572309665e-07} {"commit": "1f5ba21a47dd24af4c06435598ec5e65c41d7caf", "message": "ENH: Add UnobservedComponents to tsa.api\n", "proba": 2.6496644522921997e-07} {"commit": "db9b092f0e371ce09e478b08843f1d08f0ed5f17", "message": "Tor: Ignore noisy \"not an HTTP proxy\" messages from TorDetector\n\nWhen the network dialog is open on the proxy tab, the TorDetector\nwill run in an interval, which will cause the log to be spammed\nwith messages saying \"This port is not an HTTP proxy\". Those can\nbe ignored.\n", "proba": 5.185872851143358e-06} {"commit": "42c60ee4178381d2a9d7d0c18622cca811630b8f", "message": "no payments in US\n", "proba": 2.058233803836629e-06} {"commit": "0ce64431a723ab82c6cb66d801203aa1fa0e8824", "message": "added restart method to AbstractDockerClass; cleaned up ElasticsearchDockerContainer a tiny bit\n", "proba": 1.9207499235562864e-07} {"commit": "8365cf7f78504745f572e07ae9d8b616963dfc6f", "message": "Fixed bug in featureresponses where 'Time' dimensions wasn't capitalized\n", "proba": 5.116691568218812e-07} {"commit": "e8ec1cc70b0ce62db1589bd7c427183559ccb4ea", "message": "#9620: Non-Code-Metrics: allow providing the count value from outside\n", "proba": 5.154944346941193e-07} {"commit": "c9eca663fdac6fcc983edd4176b59605d8bae858", "message": "tweak expected test outputs due to code changes\n", "proba": 3.962260564094322e-07} {"commit": "4cf294e2b1867a2c60ce99f466b9552156919514", "message": "Fixed off-by-one bug in measurement ProgressBar\n", "proba": 3.035830218323099e-07} {"commit": "b9039725edd2cf843246cdefec7ff3891a040454", "message": "simplify and fix error for diagonal decoding\n", "proba": 7.572300091851503e-06} {"commit": "a299104064caea0e618e9f1ff5e6a451b9ef10d4", "message": "more debug\n", "proba": 1.390716164451078e-07} {"commit": "4caed0228d19159f8dc21fee5e411729f69741b5", "message": "Fix bug in matrix flip\n", "proba": 6.985840741435823e-07} {"commit": "b9c792a5297ebd157b5c0a8525c321cbe0df691d", "message": "Bug fixes\n", "proba": 6.413791311388195e-07} {"commit": "b065e9e7c564db270ce33b32e3ab9c4ca618c496", "message": "FIX: ctf / bti support if comps in info\n\ncc @agramfort", "proba": 1.2652233749577135e-07} {"commit": "ddffe46771dfaf5962de75d2ed55cf96f473b93b", "message": "Statistics collector: fix parsing of the *.data benchmark results\n", "proba": 2.5580621354492905e-07} {"commit": "785d13a08cae559a0d0604a3778034209528790a", "message": "cleanup prints\n", "proba": 5.539076823879441e-07} {"commit": "6068a9dadd87694193d505308888f7a2df395eb4", "message": "Do not allow chunks of greater than 65535 bytes\n", "proba": 4.151817847741768e-06} {"commit": "f574866c6e68da1d1e6db331963d5f7f0f13b021", "message": "CLEANUP -- removing absolute imports for debuggging.\n", "proba": 1.0918000725723687e-07} {"commit": "d3151bb14aac18fd4187b21e6a682549812b0001", "message": "When -photos specified, check for new photo when team photo is set AND photo is empty.\n", "proba": 1.011155035257616e-07} {"commit": "7c9fc0f752e62f3c81f6c7c6baaeafbde059b19a", "message": "Fix ticket notification tests (`new` is now added to the ticket fields by `TicketNotifyEmail.notify`).\n\nAll unit-tests pass again.\n\ngit-svn-id: 0d96b0c1a6983ccc08b3732614f4d6bfcf9cbb42@3835 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 2.9954178444313584e-06} {"commit": "a46efc5d931b8376c2e8dc2235c55942c4698a3f", "message": "WIP: neater internals for run_ica + support for additional rejection\nnodes\n\n- reduced redundand code by emplyong a named tuple\n- added support for more flexible deteciton critera. Now target as well\nas non-target scroes take indices or thershold. The kind of detection\nis inferred from type\n- additional nodes can be added vie a list of tuples\n", "proba": 1.4893394961745798e-07} {"commit": "2b543972a0b74bb71156a00335ba1e9f5e6e4134", "message": "Fixed bug that lexer don't recognize <= and >=.", "proba": 1.0697499419620726e-07} {"commit": "72265a1ee5bb77957eab3d6fb3a9983f8f2679a8", "message": "add Parameter helper classes\n", "proba": 4.846193064622639e-07} {"commit": "8136f92b010b3d8979821dc4d12716113177cf00", "message": "1.0.2dev: Refactored assert statements. Refs #2311.\n\nThis is a continuation of the work started in #11284, in which deprecated unit test aliases were replaced.\n\n\ngit-svn-id: 50cd48c816abc7a9f40e8e03a4277466cb30a3e4@12385 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 3.0307382985483855e-06} {"commit": "fea97b02a680ef1b8760e08772efb8ad9247e1a5", "message": "handles can be longs as well as ints\n\n\n20061010145228-b59df-76ad37c430d527f040670ed042af1239105a32ee.gz\n", "proba": 1.740392326610163e-05} {"commit": "100813c4961d8d4baedc94cb434329cf2a821286", "message": "Improve Surface scaling performance\n\nIn previous builds, the current Game State's Surface was resized and\nthen blitted during each game cycle. Whenever it was resized, the\nresized version would be used to create a new Surface. However,\ncontinually creating new Surfaces is a very expensive action as\nfar as performance goes.\n\nNow, the resized Surface is sent to one of three possible Surfaces\n(each with dimensions pertaining to the possible screen dimensions),\nwhich are only created once when the game starts up. This way,\nno new Surfaces need to made during resizing.\n\nThe performance increase is very apparent: changing the window size\nin-game occurs with almost no lag!\n\nThe documentation in game_state_manager.py has been overhauled to\nreflect these changes, and also to better conform to the Google Python\nStyle Guide.\n", "proba": 6.072380074328976e-07} {"commit": "572f0d9502ec509a836b089eca684be6b3d38a7b", "message": "Debug fix change get_switches to get_oper_switches", "proba": 5.774204510089476e-07} {"commit": "edd055cbd52a17b8dc44738d11812ad5c7f74961", "message": "Fix other unit test\n", "proba": 9.31227896217024e-06} {"commit": "c488cfdc78ce00e2d47002c3ed1b18c79b7ed959", "message": "wip: allow arrays to be printed on a single line\n", "proba": 5.502369617715885e-07} {"commit": "4c1e4b47747428b4d288259a8f0c57c8d2b10efb", "message": "send_vumi_message with USSD option\n", "proba": 1.6899682577786734e-06} {"commit": "89da0409814121056e412194749cca30b81e5526", "message": "visual tests: fix build\n", "proba": 6.132712769613136e-06} {"commit": "0d31ab1868b91bd771ca68d61a87a040b9353273", "message": "[4.0] remove Python 2 related code in bot.py\n\nChange-Id: I3897473016bff61a7be5ef1a1c0231f31837f854\n", "proba": 0.9985802173614502} {"commit": "eebb1158bc8f531aa449bf7188b8d760c121218d", "message": "main: more gracefully handles build errors\n", "proba": 1.2005122016489622e-06} {"commit": "d3c4819b936b06e38a5f1f1f2684030167b640a4", "message": "fedora: Fix URL\n", "proba": 0.0005728735704906285} {"commit": "4dab46cdd878f327c319a722ed55b36e66e0600b", "message": "Bug-fix LineDate Accessor in set_value\n", "proba": 2.635408122841909e-07} {"commit": "010dbccac0c325c09d518ec3b5661ab7e1264767", "message": "Use inclusive from time in contact timeline fetching\n", "proba": 1.4234299783311144e-07} {"commit": "dbaa960e3795bba6163ba8b7e6220c2dc4749d20", "message": "Update build.py\n\nMake sure CI shows fail when build fails", "proba": 4.3328370225026447e-07} {"commit": "ff29c82de56c04cb0d88c336d7aed350430fccc4", "message": "minor docu change, important info into docstring instead of comment\n\nhttps://mediawiki.org/wiki/Special:Code/pywikipedia/11402\n", "proba": 1.6837508098888065e-07} {"commit": "ff3806e52b8d2a9e300f0a1a901b4da6f04babb6", "message": "changed get to set for md5\n", "proba": 4.0747053731138294e-07} {"commit": "03010d912bd2a162dc9543964208abb44dcb0c03", "message": "set default for allowed hosts", "proba": 5.397241125137953e-07} {"commit": "7c7bedb8a049eb7aac75cad5ce1a63dbe5a33f54", "message": "VR-4525: Retry part uploads on ConnectionErrors (#729)\n\n* Try again on ConnectionError\r\n\r\n* Add a sleep\r\n\r\n* Add comment\r\n\r\n* Decrease backoff for connection errors", "proba": 1.1939785338199727e-07} {"commit": "04b53afa2da3fbd5a00dbc5a054bc2ee05fad5a6", "message": "(Bug 56531): Ignore Version ID for SVN repository\n\nSVN repository does not replace ID keyword and searching for\nthe keyword ID does raise an exception.\nThus we ignore that part of code.\n\nMaybe we could get this information from version.py but because\nthat code does not work properly yet, this could be a second\npart.\n\nChange-Id: Icd7384908ebc6409aee17c435f659681bd530f71\n", "proba": 1.04630498753977e-06} {"commit": "05586ac8f4b0e58ee359c9c9d6937ba3d2b2d98f", "message": "fedora: Upload live images to master\n", "proba": 1.34760966830072e-07} {"commit": "a2a879bd8bee44c28353aef1d7d965947fb52dc8", "message": "Typos in config\n", "proba": 4.230266313243192e-06} {"commit": "d3a3a4d105e6b3446ab3d005f525b6b69c427193", "message": "Added support for Language in Request class\n", "proba": 1.3915493468630302e-07} {"commit": "00ec924c01a6ff7a6af32e90d6e157619b20fff9", "message": "Remove unused domains\n", "proba": 1.291171315642714e-06} {"commit": "7abf99bcb46e89247621f2ecb294f9c21be3b1cc", "message": "Fixed a type-o in the protocol.ber template when emitting an UnknownConstruct's classname.\n", "proba": 1.0222081670008265e-07} {"commit": "68a4d267dd54cf7ca14b3335c6052f9e4d8b125f", "message": "Style fixes.\n", "proba": 1.441966759330171e-07} {"commit": "2714f2321f89bece09f0b339909ebe37e133858d", "message": "Bump version to 0.9.3\n", "proba": 4.047439858823054e-07} {"commit": "3d5efcaf9cf3e2150f2870c4460d420760a98a7a", "message": "actually pass new defaults to run, oops\n", "proba": 1.5126865093861852e-07} {"commit": "f551af1f22229c5eaebb549fe2c9a4fd78cad2e0", "message": "STY rename mean returns by quantile func\n", "proba": 3.84548184229061e-06} {"commit": "43f338d893619302e24a27cc961b254189810547", "message": "added push, pull, sync and reboot commands\n", "proba": 3.373091885805479e-07} {"commit": "3997795bed5052fbfd169dd27d978aefe86da59a", "message": "Skip Voting when signing XMSS None\n", "proba": 3.9566495502185717e-07} {"commit": "4d336c93cfd59ff95fe9329de863cba6a9758ebf", "message": "something\n", "proba": 1.2402385436871555e-05} {"commit": "a3014b5d0f5d910cae3b5b1daf0d41686ac800dc", "message": "Release 1.7.0\n", "proba": 1.7396939711034065e-07} {"commit": "a983a18391718a514502d929f80366577e09cd93", "message": "added version range check to \"ck install package\"\n", "proba": 1.0522433768755945e-07} {"commit": "6d7b2677e9daf1ca87b0001bd87cfc761b9934d7", "message": "Sort ECR images by date\n", "proba": 9.099615567720321e-07} {"commit": "c48ad934e9dde883bd4d5dd7590b5ee4d61f33f2", "message": "Speed tweaks to route.match\n\n--HG--\nbranch : trunk\n", "proba": 2.978245561280346e-07} {"commit": "af8416cc8beb95817a61486a1139dbd425a49bdd", "message": "Delete questionspage.py", "proba": 7.397443368972745e-07} {"commit": "f5b03ff8c3a5a7b47b43d51dfd5428001f507ab7", "message": "improving program result table generation\n", "proba": 6.096478273320827e-07} {"commit": "aa2c2af9732cf457767897b1b0f1f2cd98e19cf8", "message": "Added text to scalebar.\n", "proba": 1.1087777096463469e-07} {"commit": "59c60ee5d83b39698ffd14c60fe94eb69cde6f22", "message": "Invalid file name quick fix\n\nRemoves characters not allowed to be in a file's name in Windows", "proba": 3.327025694943586e-07} {"commit": "219ec83c539925a74b5fd2aa3e0d7d94eb637dd3", "message": "Fixup\n", "proba": 3.4217864595120773e-06} {"commit": "66a37f0517aafe83e8f04bb60a0e370c83012bd9", "message": "fix python script key for windows\n", "proba": 6.275007763179019e-06} {"commit": "f4d8a821f87982abbabed23aaba2175dbf7106a3", "message": "req-res\n", "proba": 0.00023568437609355897} {"commit": "d2d1ba2967490814c9747902249eae9ad66a8d69", "message": "Some changes to command-handling and output\n", "proba": 2.2654162989965698e-07} {"commit": "fc205b5c3e3d1efde96a0b4b39f4e30f40eab7b2", "message": "bin/set-cm_mongo-password.py updates mongodb password\n", "proba": 1.050727405527141e-05} {"commit": "7e0c4dd829932e608dcd935463b056ca783c7800", "message": "stream item support\n", "proba": 3.4269686466359417e-07} {"commit": "128237e105d8976477d935c273abe73b1395c7fa", "message": "anado comentarios\n", "proba": 2.2751224548756e-07} {"commit": "4bc5f73ccc3687033fd61f2f81d12c7423ef97b4", "message": "[modules/dunst] Single quotes\n", "proba": 1.8352953645717207e-07} {"commit": "df3d94b53631ef66b5dfd0a99710b50b40f3dffb", "message": "set implicit context variable C\n", "proba": 0.0003006450133398175} {"commit": "c243414ec230cfdcceeb838b8f6a674a285cfad5", "message": "Remove vim references from rpmlint config\n", "proba": 3.8849677252983383e-07} {"commit": "a1e225a87032235316d07344701351f550a2a70b", "message": "Support ttl=None to turn off CC max-age\n", "proba": 2.3793083414602734e-07} {"commit": "8d475d703980c81fc585fa4a881c91442fb59026", "message": "grub2: Ignore lint warnings in the src rpm.\n", "proba": 1.0784135895391955e-07} {"commit": "d744067552d57aa5ef505e8f93492d8ae4d8c1db", "message": "Small improvements in object\n", "proba": 1.8847673288746591e-07} {"commit": "7b02f06ce1f7adaf68209e8ba2cc5c499a154656", "message": "perl: Ignore more unversioned-explicit-provides lint warnings.\n", "proba": 1.1527716026193957e-07} {"commit": "ba1b1c05be265a18d864c3a393cbdccbeb1813c1", "message": "Put in bugfixes\n", "proba": 5.74132400288363e-07} {"commit": "7b309ee33fef135965f1d123ee975b929508ce06", "message": "add missing import\n", "proba": 4.194788562017493e-05} {"commit": "24164e7a549fd27ef730253f4a773055e148f277", "message": "Clean up a cross-reference in the API docs\n", "proba": 1.4599341739085503e-05} {"commit": "2f7f0460083cd83c68f61d7741dcb0ebf7a9d064", "message": "Fixed bug related to feature handling in alignment\n\nIf CDR3-IMGT wasn't the last feature of the germline V region, then there\ncould be a mixup in the _feature dict and this could cause some unexpected\nbehavior. Now, I re-update the _feature dict after popping out the unwanted\nfeature.\n", "proba": 1.1585500203636911e-07} {"commit": "4acf55012885c557944a4530289763113f341fd8", "message": "Added alignment annotation functionality\n", "proba": 2.053671863677664e-07} {"commit": "928657b602f2116ee21a73bf08fa4a76072b2125", "message": "Added function to use current time in the conversion as well\n", "proba": 1.1087037421475543e-07} {"commit": "96f3a89a2a03bac73a65df8267cf9c9b3f559a84", "message": "Add method for print allocations\n", "proba": 9.70004293776583e-07} {"commit": "a81bddaf3d8bbc85ac92216ca32975cdd10e2a00", "message": "Check log_file is not None.\n", "proba": 0.9999861717224121} {"commit": "bbd73c9b64e47d882a0aa2658133d680df6ef616", "message": "make sure tasks on non sanic loop are completed\n", "proba": 9.78651314653689e-07} {"commit": "5ae56c631d9adcb40057bc7e53cdef43c041ad2c", "message": "Debugged raster tile creation to properly aligning tiles; Map algebra expression\n", "proba": 1.2616736455584032e-07} {"commit": "a18d6d9e69d94dec1fcb85b0260a6d635b8c408a", "message": "Removed explicit cmap parameter in show function\n\nThis optional parameter will now get passed as part\nof **kwargs so that current default cmap gets used.\n", "proba": 9.880481854906975e-08} {"commit": "2aba9151e1c8618b69d40997cfc1ffa937c7e164", "message": "(rawdata) Adds unit tests for PrivateSharedFolder (create, update, add data)\n", "proba": 1.1533609978187087e-07} {"commit": "cd2c607ed36ae9cbc7e1e8e3e34efe4e8d079b14", "message": "[TB] add game event queue\n", "proba": 3.73843562329057e-07} {"commit": "86c18a630ca8b8af1c3fd5e3d3b404b8b3683667", "message": "trivial whitespace\n", "proba": 6.87342180754058e-05} {"commit": "69edd3ab3f03fe477d7bc78a69df33dcea57258d", "message": "Remove intermediate method `_get_ratings`\n", "proba": 3.3730768791429e-06} {"commit": "bb2a59f5a79b3fd92ae170b33fff6b830bb87060", "message": "fixbug\n", "proba": 2.048376245511463e-06} {"commit": "61d0315b748be0c76dd7b1bb16f4503218e18a72", "message": "Fixed search_metadata\n", "proba": 1.2178649058114388e-06} {"commit": "4f7e6bbbd04f82c903d91d1828fbad52e7900488", "message": "Added unicode formatting for the queue\n", "proba": 2.1079101486520813e-07} {"commit": "fc08ae3737221f070a2315c71d34354ec4861634", "message": "same bug here\n", "proba": 1.3254420139219292e-07} {"commit": "6ec2c95bd962515575ce8fe283d29ff8df01dc82", "message": "Bump version to 0.0.12.\n", "proba": 1.1398793731132173e-07} {"commit": "4bb38f93be34c0ce2a137051d91b98e113f4e653", "message": "Clean up match code\n", "proba": 1.3020508049521595e-05} {"commit": "fb24d0b56b8b72afb76006448dbcbdfaa31ef946", "message": "Stop using `self._tmp` variables to pass data across functions (#3203)\n\n", "proba": 1.3929860642747371e-07} {"commit": "ba6603a8ef43a1cde8c70c970c9269fac6b3b823", "message": "Check for non-Basic args elsewhere in count_ops\n\nThere was already one check, but another was needed. The need for this comes\nfrom a test failure (from a future commit) after setting iterable(MatrixExpr)\nto False.\n", "proba": 1.5320436830279505e-07} {"commit": "9c8c885e934bc2f4c3df5b89c6504a490d998ffa", "message": "REF: vectorize_to delete old code\n", "proba": 5.345586373550759e-07} {"commit": "bfbcdc0e7efd0e81a5a9836ae97c28591184267a", "message": "Switch to the latest version of Eigen that supports OpenCL\n", "proba": 1.453614402180392e-07} {"commit": "549c572cbeda352fbc33093f1a6e3a886f3fa9ff", "message": "Rectified error in Not code\n", "proba": 9.743840928422287e-05} {"commit": "75a8a724da48be27a132d203a383c71529710316", "message": "return 'unknown' for unknown power states\n", "proba": 0.9999991655349731} {"commit": "f3b83417b1bdaf903c18a20a8e00719a14096492", "message": "Updated to the latest revision of LIBXSMM/master.\n", "proba": 1.0102508696263612e-07} {"commit": "2d42e2d8be4f09e5dc0fe6da6759d8a5bcb62925", "message": "create API updated with shell\n", "proba": 4.4755120143236127e-07} {"commit": "5d29864f36d54e9c637bec49339506da4362483c", "message": "Added angular mil to units.py\n", "proba": 1.7374721039686847e-07} {"commit": "58b2be6b5690b07c4d74d66cccbe2062715d24d1", "message": "Minimum working hits by data visuzalization\n", "proba": 1.254417583140821e-07} {"commit": "ff81c67a45f8133fabb3da789d2ab77c926c9249", "message": "Integrate LLVM at llvm/llvm-project@50df5f24dc33\n\nUpdates LLVM usage to match\n[50df5f24dc33](https://github.com/llvm/llvm-project/commit/50df5f24dc33)\n\nPiperOrigin-RevId: 337292894\nChange-Id: Ib6930783d09c986d1f1d342ac909b600a1a1fdd0\n", "proba": 3.326693786220858e-06} {"commit": "88f3ec4416fee755bcd8761b21e2171f1b8a42f9", "message": "Wrapped the docstrings\n", "proba": 1.1910869943676516e-06} {"commit": "1da2764bf9a679f85b2d21973c1c8466f079ac00", "message": "Attach expression position to intermediate variable names\n", "proba": 0.001544650411233306} {"commit": "eecd4663fd5a860e15ab9489e44ec60e34eda7f9", "message": "Fixed playcount order\n", "proba": 3.5095283124064736e-07} {"commit": "40a443b85b2ac836204ebbbad9aa046c375ab443", "message": "Integrate LLVM at llvm/llvm-project@fb92f863f684\n\nUpdates LLVM usage to match\n[fb92f863f684](https://github.com/llvm/llvm-project/commit/fb92f863f684)\n\nPiperOrigin-RevId: 332397518\nChange-Id: I1778d6e9e61e98dbb35ebd722c2836db7dfdb827\n", "proba": 2.019055273194681e-06} {"commit": "05c98c3a5b2cf61259c8677086dce8babeca1461", "message": "use more private attributes\n", "proba": 1.6762638210821024e-07} {"commit": "42dec2304a34d389cd92aa4c1aad5c5f4c2b216a", "message": "Avoid error in plys_to_dsm when there are no points in cloud.ply\n", "proba": 4.396296844788594e-06} {"commit": "ed53ee4b7e2f8940434c0b9f3b85a9e637232c42", "message": "Updated Eigen, LIBXSMM, and MKL-DNN.\n", "proba": 1.0589620558221213e-07} {"commit": "b3a317c21033b5451b4d5e2269c518b46d7376a1", "message": "Do not attempt to overwrite existing symlink on installation\n", "proba": 4.796681309926498e-07} {"commit": "6f89198ee3206431ec6836e1e3df54455b89ebcf", "message": "Integrate LLVM at llvm/llvm-project@1983acce7c4d\n\nUpdates LLVM usage to match\n[1983acce7c4d](https://github.com/llvm/llvm-project/commit/1983acce7c4d)\n\nPiperOrigin-RevId: 343260267\nChange-Id: I6bb4ac037e9002c05a658a0a68792b2b4acc7430\n", "proba": 3.982839189120568e-06} {"commit": "fa52d059311ce8963b7c0d52f6d98e6e9ee36915", "message": "fix typo\n", "proba": 0.9999909400939941} {"commit": "60737b9d1de1a8bf62d541b6ad4384729c5224a7", "message": "tests update\n", "proba": 4.372320745460456e-07} {"commit": "267c9e75fb05667840905323d68670ee9ef9f4f6", "message": "formatting\n", "proba": 1.1576831639104057e-05} {"commit": "b878f01662d7dccf7cfee664202afd4aa0fe47e4", "message": "use finally instead of catching baseexception\n", "proba": 2.5481719490016985e-07} {"commit": "a41b19a3d7fbe4581830ea09d74825d8637f193e", "message": "some comments for default test\n", "proba": 1.7335561608433636e-07} {"commit": "e25759bcfe0d8a6a60df492d0ef77f57b54e6d90", "message": "jitter gt boxes before adding to training\n", "proba": 1.462629484194622e-07} {"commit": "8314965f64d6155da0ced2d7e699e988d1eb3fec", "message": "admin monitor: don't check that backup nodes up, since can't.\n", "proba": 1.232345994139905e-07} {"commit": "f6cb74aaa9a542d7467874ae309b63acc8331f85", "message": "completing work on the vlan module\n", "proba": 1.697803213573934e-07} {"commit": "219ea98f33a6426a816a8fbbe99e82ac99157dda", "message": "Set description of default table visualization to \"\".\n", "proba": 2.714882896270865e-07} {"commit": "a7647e01f368d69aec1004ac25ff59d20783b99c", "message": "support wait option for python_c, maybe (not clear it works or not)\n", "proba": 1.1915874864598663e-07} {"commit": "eb5b5a312f2a04aa98eecc5b2821c6cadff8cc18", "message": "fix parsing youtube URL\n", "proba": 0.0010679932311177254} {"commit": "6d3a7dfe8d36e5053057d12ed97378fe82f49d88", "message": "Fixes Typo\n", "proba": 1.304893316955713e-06} {"commit": "54c6d350e9271b96a630c917c4bdacbb4c3ab0a7", "message": "admin: make better at catching certain exceptions so monitor doesn't stop\n", "proba": 1.9464459910523146e-07} {"commit": "c9741ba5e4ee04f780433aafb7b28f6d86e1a465", "message": "Stop sending 301 on the js_catalog\nThis can be served from http and https\n", "proba": 1.3574590695952793e-07} {"commit": "ca2a2a64e0bfc8e9354ff231f280bb6065ab7508", "message": "Revert \"Ajout des modeles pour les groupes de dashboard\"\n\nThis reverts commit 64cbba38879b725c267e998baae0684e18e17799.\n", "proba": 1.4148184845907963e-07} {"commit": "75843400632cdac1428293ac4f6be38d01b1c678", "message": "added fields to models\n", "proba": 3.773758692204865e-07} {"commit": "53f8f1de3b994a7d12a54f8a488758fae2bd6550", "message": "Fix typo\n", "proba": 0.9999992847442627} {"commit": "db24e8fb83d1e4e8efd6a27ea7210ae4c8868161", "message": "Modification des modeles pour avoir on delete cascade et double primary keys\n", "proba": 1.8285011549323826e-07} {"commit": "144ed30ffd72db1e4b095f9af5384ba705f30835", "message": "Fix a bug introduced in the 'vectorise error function' commit.\n", "proba": 1.5976254985616833e-07} {"commit": "1a001e706e4616b341140dc578b74f70b4f207a2", "message": "Added `maxmemory` to redis memory info\n\nThis will enable users to produce % memory used and thus create monitors and alerts on approaching max memory.", "proba": 9.974094439257897e-08} {"commit": "61abc29759a34a8bd1e362442a69b9300d30d265", "message": "Made get_language_code_list accessible via top-level multilingual module.\n\ngit-svn-id: b61b89230210c4240cfd4016a33c5113241506cc@48 7f4da543-ba27-0410-bf1f-6504834a333d\n", "proba": 3.761043217309634e-06} {"commit": "e5323573a008e54611d648325d8a3bd390927386", "message": "changed default aggr to empty string\n", "proba": 1.1366134913259884e-06} {"commit": "12e01e905b4b09d7dd71e5d0dcf147c16f7f109e", "message": "Skipping IAM system tests when running in emulator.\n", "proba": 1.2205968857870175e-07} {"commit": "389ee3c7257ea23048987d0ca0f3df1ab1de4d41", "message": "add show plot in example code", "proba": 3.84380626883285e-07} {"commit": "73ff1fb2733b27b37675e023fb70d266a92a8357", "message": "fix test: pass np array instead of tf array to make sure the dtype doesnt matter\n", "proba": 6.493130513263168e-06} {"commit": "ce062f16ac37aed7646654c0f4b9a48d1e419521", "message": "Give up if we skip too many images in the cache.\n\nOtherwise, if all the testing data is concentrated in one place\nin the file, it tries to read and process an obscenely large\namount of data.\n", "proba": 1.2419438633060054e-07} {"commit": "b8e21f2d0506f03587a5fc3a6c3ce9942d3dd019", "message": "Simplify schemas\n", "proba": 0.0008554489468224347} {"commit": "ada79c4c009d802d88895d10ee173f3a180c2006", "message": "Multiples bug fixes with authentication in OTA uploads\n", "proba": 1.6317542872457125e-07} {"commit": "0b0ea165d2771b17b7e1cd81bb4576f21884706e", "message": "fixed too-long regex\n", "proba": 6.1545661083073355e-06} {"commit": "32921f3ef669793d44c97c8b77fff4975742ed03", "message": "removed redundant constructor from VisitForm\n", "proba": 3.579768019790208e-07} {"commit": "5b9e7e711f18ca1f613b16231c31ac9085070e86", "message": "add round\n", "proba": 0.9999351501464844} {"commit": "be487f58e2113fff25ac24725f9eb97df18280ff", "message": "simplify\n", "proba": 0.9999978542327881} {"commit": "053b4f04233a5493413717c250775ea869de3483", "message": "Changed Cypher to pre-2.0 compat.\n", "proba": 1.079790550306825e-07} {"commit": "cd06daa672c30c23d8bb6da11202676716df5d61", "message": "Misc work on cal views\n", "proba": 1.1778173814036563e-07} {"commit": "856b1aef1ac218da5b9fd71185acf62b4e8430d5", "message": "release to pypi\n", "proba": 1.8271971669037157e-07} {"commit": "9a4b4cc077eeea78cce2b232a9fb69cafd699d87", "message": "move to astropy\n\ngit-svn-id: 40b96386cbba86590ff9370e0ea614b5cc88fc13@31472 fe389314-cf27-0410-b35b-8c050e845b92\n", "proba": 1.9789724774454953e-06} {"commit": "03eb60c43626caaa1713fc28c61227e9a9872b91", "message": "Run the web activity outside containers\n", "proba": 2.4941263632172195e-07} {"commit": "388c39f86c48fb63e371218cd7135b4163f71656", "message": "Update docs\n", "proba": 5.778236413789273e-07} {"commit": "40b36f1d06f88f94c092ff2df3aca24c33c69c7f", "message": "Avoid crashing when finding \"special variables\" for CF\n\nAvoids unhandled exceptions previously caused by attempting to call\nlower() on various attributes when said attributes were not a string\ntype. For the sake of finding variables, this code attempts to coerce the non\nstring attributes to string warning the user. If it fails, another\nwarning is raised to indicate that the variable will be ignored because\nit is not castable. (not sure if this is reachable with supported NetCDF\n dataset types, as most {all?} can cast to string)\n", "proba": 4.31047155871056e-05} {"commit": "cca3a1d6b7c777fd1d19c4e3116dd4db4c6ce008", "message": "Center loss almost working", "proba": 1.2939457860738912e-07} {"commit": "fa0769440657878f4fc50a8b98f7e2ad9b9f39f0", "message": "Test for using remove_listener in an event\n", "proba": 3.850839789265592e-07} {"commit": "6141f7da69e9756b2410d857f0628b3e0de7ec87", "message": "Make unique versioned test domain\n", "proba": 2.086474978568731e-06} {"commit": "80d92f4c3ebdbb947b8003a4c82642678f2c5455", "message": "Fix pep8 error.\n", "proba": 5.742868438574078e-07} {"commit": "9eae7246ebf037548c16d1cf7571fec86d26d059", "message": "Don't call iter on value to many serialiser field -- it may destroy pre-cached queryset data\n", "proba": 1.2207377153572452e-07} {"commit": "9b46df012240a3ea59a926390e22bed7a64091bc", "message": "Remove unused import.\n", "proba": 1.433858187738224e-07} {"commit": "9678370dcef6e77d0e4f9ebed40c2cab0bd33054", "message": "Add a bunch of subtitle function unittests\n", "proba": 1.797708023332234e-06} {"commit": "15604fea94d9dd94c38000c18179f316fb0d0825", "message": "luns create/delete now accept lunX syntax\n\n[from original cset e872b64]\n* Normally, the lun is referenced by its index which is a numebr greater than\n 0, and this is supported by tab completion. Howver, it seems that for some,\n typing 'lunX' instead of just 'X' is more intuitive, so the alternative\n syntax is now allowed.\n[end]\n\nfb changes:\n- we already did this for delete, but zap an extraneous int() conversion\n- allow capital \"LUN\" by using lower()\n\nSigned-off-by: Andy Grover \n", "proba": 2.615136054373579e-06} {"commit": "88ef937c66e6221382ee269c0e63378bd4e20087", "message": "changed variable names in test_get_optics\n", "proba": 1.8557179828349035e-06} {"commit": "776bea70eaced25954dfe58505567461b863977f", "message": "Fix typo in main() docstring\n", "proba": 0.0034154802560806274} {"commit": "645a7c9a6cabebcb07e0f841b9c217efd01acea5", "message": "lookup bug fix in release branch\n", "proba": 3.8157017456796893e-07} {"commit": "ca1d56f89a4f8cbd5289d303a55c4fb0aabaa31a", "message": "Update parser.py\n\nAdding MIT LL Header", "proba": 6.874006999169069e-07} {"commit": "a3a0721f1eaa117b6a8fd3b659098199d763c203", "message": "More refactoring for easier readability.\n", "proba": 1.1862007198715219e-07} {"commit": "aa23aff3bfd32153b9f16dbe4a52925e178c10b6", "message": "zip in only the fileObjects that correspond to the file/path ids we are iterating over\n\n", "proba": 1.247485101885104e-07} {"commit": "6fabe09a463cddd4073a64ef2f4ab39004102f5e", "message": "raise DatabaseLocked if we run into a locked database while in execute()\n", "proba": 1.387250989637323e-07} {"commit": "5aec971b09d4d902b5cec48e2b4ca6887b032178", "message": "upgrade testParser.py to use the new base module for tests\n", "proba": 1.7650656047862867e-07} {"commit": "92a7f11ba3f42f45de935a6e13c8f2ee78b728b0", "message": "fixed typos (spelling) in doc comments\n", "proba": 4.696293842698651e-07} {"commit": "094fd0fd4fd8265c2b76f639ded4057b8c497458", "message": "made adjustmet to expected correct guesses and probability, now acuity isn't adjustable; it is set to a value that yields sensical expected correct guesses\n", "proba": 2.1470359570230357e-06} {"commit": "a43448870ee7dec4dff98d950ed572ac0b21a203", "message": "Fix bug in timezone access for back,forward\n", "proba": 4.555156465357868e-07} {"commit": "c74157463d72911b8d8c90add9228975d8b075e5", "message": "Index fix\n", "proba": 3.578242342427984e-07} {"commit": "df5a86bb2487cf2c0ab4b107845b665eea5c3f13", "message": "tweak FAST segs\n", "proba": 3.6192685115565837e-07} {"commit": "790e7d059959116b66f73bf67744fc02ee791383", "message": "Try alternate VHD image names instead of failing when there is a VHD blob name\nconflict.\n", "proba": 1.1036842550993242e-07} {"commit": "a8378b4f7251fb2aae727a18df0b256853063200", "message": "add non-default entity to PageBodyComparator (may crash witout it)\n", "proba": 1.0603222477811869e-07} {"commit": "5b4812dc5d1fd52e1b6ca5948fbc9ce70bed3b0b", "message": "Remove a too large byte unit\n", "proba": 0.00032576953526586294} {"commit": "c6fa36e742312e0aadf9bbdf1a95fc6767758cee", "message": "Renamed: collector.log -> data-collector.log\n", "proba": 1.6290503481286578e-05} {"commit": "9a443adc89e9a15f2c94a0914e12919c7df2ef7c", "message": "openstack: fix API doc for delete_floating_ip()\n\nPrior to this change, Sphinx would not render the \"ip\" parameter type\nproperly.\n\nAdd a space so Sphinx will interpret the type properly.\n", "proba": 1.3062863502000255e-07} {"commit": "5188d127bec190897e83128c35ee1211691a3980", "message": "Modify to support IPv6\n", "proba": 4.093762527190847e-06} {"commit": "140c1f2fa4aa56808d88224afe78b86b53ea14fe", "message": "Clustering coefficient works lol\n", "proba": 3.532348102908145e-07} {"commit": "585bdcee2dae90d4022fd65673e75414c48647f9", "message": "Fix a problem with oauth-authenticated POST requests in the unit tests\n\nAll the BadMethods unit tests now pass\n", "proba": 1.5392901104860357e-06} {"commit": "45f10593f34434aac681ac5250b7c218b451c0b7", "message": "No longer need to make irrelevant api call to get congress number\n", "proba": 1.5128971142530645e-07} {"commit": "3c3cca8ec1bcbee8acdc14bca9813a98bf11bfca", "message": "Enable widget usage (APISelect, APIMultipleSelect, StaticSelect2, etc) in scripts\n", "proba": 3.2367324820370413e-07} {"commit": "8ecef03b582accb120665972c7686fa6931692b5", "message": "+ Updated indicator_body to support missing hashes.\n+ Added false_positive endpoint for indicators.\n", "proba": 1.1431735913447483e-07} {"commit": "477c6ba6590c6904c1644efebc2da0f8fc2e3315", "message": "Added tests for the PUT method.\n", "proba": 1.1229158758396807e-07} {"commit": "8fbc037d0b068347ab9ee3640c8c11e3fad22da7", "message": "created test runner class and base docker tests class - to separate duties in a cleaner way\n", "proba": 1.1345132122642099e-07} {"commit": "a1f5cc963a87eddb8e10d5b11d0cade3958de646", "message": "Fix test for download function\n", "proba": 3.6585103657671425e-07} {"commit": "4eb987888ca3255e609d52b9e985b0c50f13a08d", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "9a467c33969494c4943e70f109ba463542f0adce", "message": "Forcibly fail if the retry count is exceeded\n", "proba": 9.610371307644527e-06} {"commit": "1c490d23cfcd3dc8b8f710359fa91588dc2238a7", "message": "fix waveform grapher name change\n", "proba": 2.1417311018012697e-06} {"commit": "a4f1e972f379037d2607527e0e01219fe5ad877c", "message": "Configuring artifacts to pull syslog/messages and cloud-init logs\n", "proba": 1.8256436362662498e-07} {"commit": "3daccd786acb66c20425582b277c1d2682fce8e8", "message": "Change data types in the NumberProperty class.\n", "proba": 1.1949832412483374e-07} {"commit": "97662a8612549660c8393a1333fc2bbda3469f27", "message": "Fix X-TOKEN-XSRF header requirement\n", "proba": 2.0873785615549423e-06} {"commit": "bc980b4cb4b47bf856e522d16c5cd8dc0d6dc985", "message": "3rd edit\n", "proba": 1.3999311931911507e-07} {"commit": "a79151a32aa146f8c5297a8f61afa4d8472c9cf9", "message": "config: minor fix to probe filter index setting\n", "proba": 3.5932853847953083e-07} {"commit": "30a9bda3d1ae69a32ace57326a30978b8b3d97c1", "message": "Update tellurium.py\n\nAdded RunTool", "proba": 1.8313387784019142e-07} {"commit": "e00762ef872c9e4d5b95abc4190c1b0e28a545bd", "message": "Made configurator failure optionally quiet\n", "proba": 1.6596777641098015e-07} {"commit": "ad3a42597f1d7345820cf1e94f71ec9d0a8fa212", "message": "Recording the scale ref to see if any difference is present.\n", "proba": 1.1141900557731788e-07} {"commit": "ee20a33b9fd180fc402c610667d3c74db3c54ba6", "message": "Log actual data for LXDParseError (#1473)\n\nWhen trying to debug LXDParseErrors (e.g., #1470) the user may get a different result when manually running `lxc query` due to environment issues. It is better for us to log the actual result that we saw.", "proba": 1.2482836098115513e-07} {"commit": "239c24d4d94901d8f8ac1bd58b06f9bfcbbd6af6", "message": "quick revert\n", "proba": 3.094086196142598e-07} {"commit": "d83f73751a40e3bb74a03f24f59fe69294c98c35", "message": "Use new index to query by tagName\n", "proba": 6.44916326564271e-07} {"commit": "e62998651ae75af5d58003f59823c90d6369aeee", "message": "Add more draw_header tests.\n", "proba": 1.1715584236071663e-07} {"commit": "7e871605c3c17ab4c506ffcd20d9dd911108d2b7", "message": "Plotting\n", "proba": 1.5496358400923782e-06} {"commit": "985275c6e1aaefd63b65f735eefc0f688a0e2c20", "message": "commenting part of req_parse\n", "proba": 1.9101513260011416e-07} {"commit": "cd937eb5e2c3623756903e85ca88abc55b0545e2", "message": "format pep8\n", "proba": 2.9320349312911276e-06} {"commit": "ace48a49026a69d201d9ee028be7c04dba757b2b", "message": "Test coverage\n", "proba": 6.675936674582772e-07} {"commit": "09c3dc9f83b79e712ef123ffed1c188cd18eff3f", "message": "Learning func-26-1-8 ./test/criticalpracticalreason.c2-3200\n", "proba": 1.2441336366464384e-05} {"commit": "3fae31d84dfd90d288c54cf6492afa717eee128e", "message": "look through more nyc tweets for Manhattan\n", "proba": 1.781894098940029e-07} {"commit": "eca9c8147b735442496e3712533fe1296ad4f3e6", "message": "Refactor arguments for package command\n", "proba": 4.085545981524774e-07} {"commit": "3a93e4aea6cae1c8b28d2282c74e5a3e8d9ad29f", "message": "Fix broken call to flush() in LZ4FrameCompressor.finalize()\n", "proba": 1.3210471479396801e-05} {"commit": "fb1131bccc76475a674bc81961cfbaeb6f013a71", "message": "Correct return value of read_htm in tests\n", "proba": 1.1887730124726659e-06} {"commit": "2e562f9c3088008d1c57e4183a142678e1ac9dd2", "message": "Call public API in test fs before\n", "proba": 1.3000449428091088e-07} {"commit": "82cc85bdf966e632a6700107a163f8a3ce2a716e", "message": "* Added variable last_distances to allow retrieval of language\n distances calculated. This helps determine if no match was found.\n", "proba": 1.076915125963751e-07} {"commit": "e680a5f07c5fd9fd48d86535514a07e04461099d", "message": "added Player.eliminated field\n", "proba": 5.493980097526219e-07} {"commit": "4b945b9c40e37bcd2b7cb381ebac72128dc94a68", "message": "Corrected some \\xe4 error", "proba": 3.6212197755958186e-06} {"commit": "9bcb9a613614bf8de7281bc4b0cd6d84ed64d075", "message": "fixed bug: first whisper in a game gets order number 1\n", "proba": 2.535686689952854e-05} {"commit": "7d21098464feebe558c218703377b06841d4ee6b", "message": "pdata_folder can now be created while writing the file even if procs files are not to be written\n", "proba": 3.127875629616028e-07} {"commit": "27212a3a3e1ca694862a2bb8b95a03c84ec160a7", "message": "bug fix: exit 1 non MailmergeError\n", "proba": 0.0003642799856606871} {"commit": "700861dee785774c841cfc945d23fed421513f23", "message": "Remove unneeded boilerplate\n", "proba": 0.0017444661352783442} {"commit": "180921c03dcf94433d766173d3fc99753e4c5247", "message": "Change editing_string to structured data\n", "proba": 2.171515916415956e-06} {"commit": "70262fcc493c6007eecac996425459749af9f8a1", "message": "added controller timestamp drift correction for updating multiple sequences\n", "proba": 2.6260576646564004e-07} {"commit": "9e38f4d9a98562cfb039240cd64f980ce3486043", "message": "Table numbers test for Table class\n", "proba": 1.364662011837936e-06} {"commit": "255173a2d04cc8a777a3f9010e5114ec322eda0b", "message": "convert unicode to regular string when saving resource via API\n", "proba": 0.0011506978189572692} {"commit": "2320c1535bd02374f552d2fbc50a02b3845e2164", "message": "Fix test_abstraction failure\n", "proba": 2.1195739464019425e-05} {"commit": "f34fa9074110936c2fa9f23deae80a5e1ad0db87", "message": "tests: Add Client Agent test for altering an existing interest.\n", "proba": 1.0928689420097726e-07} {"commit": "79c69b8081ca9c9ba2ce0ae380b641ba8cae1300", "message": "Update testing.\n", "proba": 1.6311459205553547e-07} {"commit": "b4ce54b7e87bf340894f21dc1a341a775569be79", "message": "Update forms.py", "proba": 5.932799922447884e-07} {"commit": "384c9c8855a1b4e53058d8da3a738bedfb95c731", "message": "increased timeout for wait for locator to 90 sec\n", "proba": 3.7229909821689944e-07} {"commit": "7f660fd0ccc943f74a21b5c3c521cc5ee1dc7652", "message": "Update hello.py", "proba": 2.9378450562944636e-05} {"commit": "a482f79d4e801bf7e331051774bb996bdb00200d", "message": ":hocho: Remove test_store_null_values\n", "proba": 3.6629967326007318e-06} {"commit": "8394559f79997d427ad9f18f6f4132b8214377e9", "message": "feat: list serial ports\n\n", "proba": 3.898321097040025e-07} {"commit": "a58ab8bdd8485d3750919481016e6658ec2038ac", "message": "fixed failing test of authentication\n\nUsed mock object for template manager\n", "proba": 1.5958636367940926e-07} {"commit": "6096d46845cc6a50b1722089db80318940ef7692", "message": "handle missing attributes on entities. ", "proba": 2.7457954843157495e-07} {"commit": "64492fbeee7d56d5ac27dcdd8ba30475bb66098f", "message": "Add a test case for that occurs packet loss\n", "proba": 0.0027395044453442097} {"commit": "4244acea87835974cbe13587391d15d6f01d8424", "message": "fix test of AutoFit warning\n", "proba": 1.4701363681979274e-07} {"commit": "5b4e32d93debfae4cd0d5674121111ba08921b3a", "message": "Support running unittests under python2.6\n", "proba": 2.415988831216964e-07} {"commit": "0347a078c42edc6f000eaf30289e8ac4c0b5cf45", "message": "Test thumbnail with JPEG\n", "proba": 3.9356200431939214e-07} {"commit": "7d34f6112d4d475284343135d4fb0b09a7ad32e3", "message": "Move external deps before the app we want to test.\n", "proba": 1.0614068202130511e-07} {"commit": "c73a6dd1bb203415d5c6d46107646c2155289a15", "message": "Clean test cases, no JSON encoder needed.\n", "proba": 1.349157798813394e-07} {"commit": "964e6338eaf1262426dde137a54a4d49f1c84848", "message": "fix one bug\n", "proba": 2.8158194709249074e-06} {"commit": "920c3b02c2b8245d00157b0aab0edacf2ca13d6e", "message": "Fix incorrect assert function\n\ncloses #169\n", "proba": 1.0639781066856813e-05} {"commit": "0993d5ab0a6121cb8da0a48de02fdab3aabe0e64", "message": "fix help text inconsistency\n", "proba": 0.9999923706054688} {"commit": "b385b7ca7075894d0d3a399c73c1b4d58c92cd3c", "message": "Make testing on hive conditional\n", "proba": 6.304934686340857e-06} {"commit": "f23178fdf3105e95d6ed9df9c7bce3441b2875a4", "message": "fixed mandatory fields on user\n", "proba": 2.788750919080485e-07} {"commit": "0a013f829e9eb20fb037a2ac06c230d9074fbe90", "message": "Remove comparison between int and str\n\nThe code had been doing 'n < self.__in_buffer' when it\nwanted to be doing 'n < len(self.__in_buffer)'\n\nIn Python 2.x, this comparison (int < str) is always True.\nI found this while porting to Python 3 where it raises\nan error.\n\nThe code has been working without complaints because always\ntaking the true branch of this conditional is actually fine.\nWe don't need the false branch, so drop the check entirely.\n", "proba": 0.0017059905221685767} {"commit": "b880ee7cc7ab06bfc10f92248fb87ce1fb4bbaed", "message": "bug fix\n", "proba": 8.047648520914663e-07} {"commit": "263e41adf97ad722a796bfa4937dcae9eb060b0b", "message": "Better perf test formatting\n", "proba": 3.0271743867160694e-07} {"commit": "bc9cfa5d6d3a2dcadca88ebc9afccd1e4f57bcb1", "message": "clean prefs\n", "proba": 4.660475951823173e-07} {"commit": "bd9c5b3520cefcaa914927c31f43cb3f74f2c394", "message": "Added test_uptime in snmp.AirOS\n", "proba": 1.688860038484563e-07} {"commit": "052d8d886974cad30ea1c1ca23f6f29fc9474a51", "message": "import reorganization for test_common\n", "proba": 2.4988500513245526e-07} {"commit": "b3619d19cd9d975a325075cf6a9c20eb51aff238", "message": "Update updater.py\n\nResetting branch to master", "proba": 1.488259044890583e-07} {"commit": "1a74d34d358940175c9e5ac50a11ac3f0f40729b", "message": "Work without the Gyro sensor for retail set compatibility.\n", "proba": 1.010617083352372e-07} {"commit": "2222bf5989b4a4717d1cc1f217add774282bc658", "message": "Add tests for Directory argument objects\n", "proba": 4.895963456874597e-07} {"commit": "c635ee549b297c7f1defb189c9b64fba2b3d9b0e", "message": "Oops, typo\n", "proba": 0.00023965029686223716} {"commit": "6f898e43515d108e8d7df805a251e2b8a1ad199e", "message": "Addressing #28\n", "proba": 7.839722684366279e-07} {"commit": "7f42ca82ea6ff2039c9e100959091c643f688728", "message": "add test on getattr class\n\n--HG--\nbranch : _ast_compat\n", "proba": 1.0226054882878088e-06} {"commit": "ece95908dad94b31eb907a2240100507b4c1ca09", "message": "code review refactor\n", "proba": 9.486558155913372e-06} {"commit": "f3646c387e3ee3ec205049ac15f6819132327124", "message": "Explicit e.args references.\n", "proba": 1.3621470884572773e-07} {"commit": "9672629e05e7b356f32d4781cf37d8eef94388e5", "message": "Add test for sitemap\n", "proba": 6.771838911845407e-07} {"commit": "ed8fb245b28cd0bbf06925f69d6fb2a9b9dee5c3", "message": "fix: don't break if some identifiers are removed\n", "proba": 3.482432657619938e-05} {"commit": "91ddc08422cb8d3e32b6e0732deb14b705529320", "message": "Tests corrections\n", "proba": 7.580136980323005e-07} {"commit": "556b257ce7a408953fc9a77849ece2febbc2c915", "message": "inputs does not go, trying states\n", "proba": 0.0005262781050987542} {"commit": "0d20b6eb09e1f1f8f4c6ac1ae5a959964fded3b7", "message": "Add package directory to sys.path in testing. Should prevent errors in\nfinding tests.regression and with testing the wrong instance of pyglet.\n", "proba": 1.2372896662782296e-07} {"commit": "75f50de8e850212d34669901f8040557aab8e476", "message": "fix tests\n", "proba": 1.2553598480735673e-06} {"commit": "e6b070c62b4ef9d6ed53cf9fd129740f063c6bf6", "message": "Improve test for CoarseDropout\n", "proba": 2.71274501528751e-07} {"commit": "50fddd835a156b4b99fa596e9a0d01cdf2940488", "message": "doc string fixes\n", "proba": 7.343572860918357e-07} {"commit": "442f179deffa92292e6f83ab99eeea9a3d00ab4d", "message": "commented out troublesome print statement\n", "proba": 4.6016091914680146e-07} {"commit": "bed2b688ee6a1682993beb46b0c79a92a96d7d8b", "message": "add GWTCanvas demo\n\ngit-svn-id: 6db40d0534cac73ba019dccfebee869402ecad0c@1639 7a2bd370-bda8-463c-979e-2900ccfb811e\n", "proba": 2.8756815595443186e-07} {"commit": "05254b84dfc14648ed23f968272596817781d5db", "message": "Remove generated *_out.c and *_out.exe\n", "proba": 3.280967348473496e-06} {"commit": "c4112817dca114796894065c9260811eacf55657", "message": "Add basic test case\n", "proba": 0.0003292342880740762} {"commit": "7dc4b4f3d0bd0bc345c50667d0bb9aab645e24ce", "message": "refactored process_handler to get the a and b paths from git_handler\n\nchanged signature of cloned_repo to include repo, a, and b paths\nmade fields for repo, a, and b paths\n", "proba": 7.238869557113503e-07} {"commit": "8ec923049f65feb51d11fb4def39dcdb747872cc", "message": "Add set_user_profile to modify the member event for a user.\n", "proba": 1.1747694372843398e-07} {"commit": "440f2b598f64427c1ed5e91013f5ca91ebd87dfe", "message": "Redirect to the correct file\n", "proba": 5.850035449839197e-06} {"commit": "ef6836afdeeb70c8fe9e6f863e922bdb94f5c6dd", "message": "fix download\n", "proba": 1.664020317093673e-07} {"commit": "b99333b37462bdfeb668858e8bc5be6cedc7531b", "message": "Uses an inline HTML template\n", "proba": 1.1573523579500034e-06} {"commit": "9b9a62633247edbb7cfdd4faed71f45420bdbfa7", "message": "Fix unit testing fixture\n", "proba": 3.18034580004678e-07} {"commit": "8f9a372033c3e610aff6564e84f1a32e7b9b699f", "message": "Fix checkip.html route not working when not behind a proxy. Fixes #62", "proba": 1.836032339497251e-07} {"commit": "f1c91a336c4b27adf06f5d2a9301ef622e448429", "message": "Get EPSG from API service if not found in spatial reference.\n", "proba": 1.029985696732183e-07} {"commit": "ac743dea53dcc7795cd77b0098c47b436cf6d7db", "message": "removed Dmitriy Sintsov's lovingly crafted django 1.11-2.2 compat code.\n", "proba": 9.844815451742761e-08} {"commit": "1af62a7c9b36e4c534b826bb138b9071707d16fc", "message": "add openid providers\n", "proba": 2.6945056674776424e-07} {"commit": "8618d05babce9080ebdee70af6ffbcd07831311d", "message": "Comment taskprogress global variable\n", "proba": 1.0935962109215325e-06} {"commit": "329f8f23119731caa4173c8631cbfcc7530f5ec5", "message": "Deleting a superfluous file.\n", "proba": 2.850806026799546e-07} {"commit": "2db74328ec09cc963aa324fd7d9ab6825d6c0160", "message": "fix delsvg\n", "proba": 8.856982276483905e-07} {"commit": "eba6603d72ee97c13186fc0822e84b1892e4ce15", "message": "Documentation.\n", "proba": 1.830360929488961e-07} {"commit": "761acc0485ea82ba60ffb9a8cc7ad38c9d6946c5", "message": "refs #155 Optimizing rule resolution.\n\nDon't descent if abstract rule hasn't been changed.\n", "proba": 1.1787320630674003e-07} {"commit": "088918b18d90a1155d5f30b549ba94789c5331a4", "message": "Added scoreboard aliases and hid team picks.\n", "proba": 1.0932566851806769e-07} {"commit": "4f12f1a31c2fef6c8e5cc97a0c47938fd7d5e5c0", "message": "Documentation\n", "proba": 6.194427442096639e-07} {"commit": "54e52cf3e385abb32985f6f41c7658769cbc914c", "message": "removed debug\n", "proba": 3.875272795994533e-07} {"commit": "6193bd6e7c0c0e0c4235e1f748f586ac868a6c8f", "message": "ApplySSHbitbucket.__init__() : refactored get_pattern_string()\n", "proba": 0.000122473415103741} {"commit": "2efb5d12c022cf4e590cf4fcfecbd013057908bb", "message": "Fixed django 1.6+ tests, sliced on 3 symbols\n", "proba": 1.8209330221452547e-07} {"commit": "ba14d117ca3833e63bd8970d5a3bee31fa80caa1", "message": "Uncomment some tests!\n", "proba": 1.2197020282656013e-07} {"commit": "f7f7833dcc3321c3230913eb38b23e2863fb184c", "message": "changes to group handling\n", "proba": 9.121876018980402e-07} {"commit": "91a119257c41e704f03b57d2b91e0fb2b34533e1", "message": "Add tests for `in` test\n\nThe idiom `if key in cache:` should work correctly. Test for success\nand failure.\n", "proba": 0.9999978542327881} {"commit": "6a9fe330ec2f1bb7812290fe0bfcfc22fc49f9a4", "message": "add some number checking\n", "proba": 2.4060604118858464e-05} {"commit": "d15f0ee66d9f33d95ff22749b85c406d0c0e9f4c", "message": "added another test for get_outputs\n\n\nFormer-commit-id: bb6a29266219f2d28437c8c41d63a607c00f401d", "proba": 2.095508307320415e-06} {"commit": "dc587a362351ae8d56baf16a91d13d75c5cd62a4", "message": "test/float2int: Make test output clearer.\n", "proba": 1.512621452093299e-06} {"commit": "303d52e4acdc33dea6e3e89ffd2213cbbc8a4505", "message": "tests: fix mkdirs permissions test to cleanup after failure\n", "proba": 5.326234031599597e-07} {"commit": "dec70b2840453abf5e818118a46e16085feb7af2", "message": "Print some more in the ORIGEN stuff\n", "proba": 1.363265909049005e-07} {"commit": "ef2a84d7b78088643316f5f247fc5c2d197f2ad8", "message": "Add tz_hour and tz_minute fields to Value struct\n", "proba": 9.39937990551698e-07} {"commit": "beca5d60861e3978820affb63ff09bb6903dc3b9", "message": "Mistyped logging thing\n", "proba": 1.5849704482207017e-07} {"commit": "6648b2f907bcbb8404b0110bf88d9446785032bb", "message": "targets/trenz_tec0117: Switch SPI Flash to QSPI mode.\n", "proba": 1.0418207807560975e-07} {"commit": "7d6867d90526600430da4eddfac05283fc43f6c3", "message": "ref payment: redirected non-verified student to the payment edera form.\n", "proba": 1.0183744336700329e-07} {"commit": "b905b5d578c39a742ec1aca7c7d45108962236a0", "message": "Arreglo momentaneo\n", "proba": 1.2909509905512095e-06} {"commit": "e466d5426cd6cdcc1d250f44b6f16c215b3affc9", "message": "fix endless loop?\n", "proba": 9.075401408153994e-07} {"commit": "cd1bf6e70f8b5b948572b198ac6a70de81a5357d", "message": "write stub for retrieve_subtitles.\n", "proba": 1.328471626038663e-07} {"commit": "42898f11b98cc0d91ba8af6fdafc563d173c708e", "message": "remove comment\n", "proba": 2.1478579981248913e-07} {"commit": "fd8461b83222fd7d097d18f1b6a650d118978dc9", "message": "Algorithm finally does something\n", "proba": 2.5814615582930855e-06} {"commit": "bef19d8447d254d0f6cf8b3884349ae5c640ba08", "message": "tests: rename variables for consistency\n\nexpect/actual is a common idiom.\n\"pickle\" reads better than \"pickled\".\n\nSigned-off-by: David Aguilar <9de348c050f7cd1ca590883733c4e531ce610bf4@gmail.com>\n", "proba": 4.201929471037147e-07} {"commit": "c1b70639254d33209c0bf810666feee3609ea811", "message": "Making the file url and embedded stuff hidden, yet making both one or the other required\n", "proba": 1.586594606806102e-07} {"commit": "4567c1c85d87c40eeeca406d87d28c85bde908fb", "message": "removing erroneous block, must've been a copy and paste fat finger", "proba": 2.686518314476416e-07} {"commit": "5bee3d306d37748182a8b3fe125d53e8b3086fc7", "message": "Added application/x-javascript as js mime-type\n", "proba": 2.595153603124345e-07} {"commit": "c95fa347082fc74b79b9a68c00d398c97d29ff6e", "message": "don't provide default subst_probs in make_sequencing_fixture\n", "proba": 5.970334200355865e-07} {"commit": "a30deb5826de19d25d058cb4a5ebe73f4461604e", "message": "changed extras to a dict\n", "proba": 1.5974426332832081e-06} {"commit": "9fa06467cdbb39a1bd2e68e1addb0701d5498ed8", "message": "Fixes describe_instances to filter by a list of instance_ids.\n\nAlso adds a test to verify that we don't break this again.", "proba": 9.995157768116769e-08} {"commit": "cc9ab45bc36373d3c1e27fba02f1484770bf2d01", "message": "fix: tests missing lambda_subnet_count\n", "proba": 0.00017049291636794806} {"commit": "006630fe3b237b058532d6bb676f89021b8a8e88", "message": "Stub out the rpc call in a unit test to avoid a race condition", "proba": 1.4503174838864652e-07} {"commit": "38f3d344691450e04b1808a5cb38925e91b6be5d", "message": "Changed elif to if (#240)\n\n", "proba": 2.4688756639079656e-07} {"commit": "b94a67c4d08a41c4c03478a7647d61b5d37188da", "message": "Raise ansible forks to 25\n\nThis patch raises the value of ansible forks to 25 from the default of\n5 so we can deploy faster when deploying more than 5 nodes.\n\nChange-Id: I76b7d76f5eab50ae1908834a0234bca57f3f19c3\n", "proba": 2.9832847303623566e-06} {"commit": "93151de6c5cd3b0575051d9f590d55d954dc0d34", "message": "unpack data in for #289\n", "proba": 0.0001536448544356972} {"commit": "a8e92239c88211ba64bf658d7c33b5a34808e792", "message": "amlib/log.py: log to stdout, too\n", "proba": 7.227797595987795e-07} {"commit": "9686fdb3b386a0411787b74015df7d675eac890c", "message": "Fix False FK\n\n", "proba": 0.9999991655349731} {"commit": "c661974c04921573e46e7257fdf6e453cbcc4186", "message": "simplify\n", "proba": 0.9999978542327881} {"commit": "9753b7098b69d0a5d1fd46e350049e2da253094b", "message": "improve deployment tool\n", "proba": 2.78889137916849e-06} {"commit": "6f38bea2aff08307a808acb52121ebf2a23f8598", "message": "Update Dropbox path_prefix to /temp/moogletest\n", "proba": 7.952176588332804e-07} {"commit": "47fe84ac29b8b0129a9c85e8591926f45f905244", "message": "Add call to `tf.disable_eager_execution` to `train.py`, as the meta-dataset training pipeline is not eager-compatible.\n\nPiperOrigin-RevId: 312356717\n", "proba": 7.729081517027225e-07} {"commit": "02b865b19cfa941e787af072b4d3c1d49bd01c38", "message": "Add tests for setting device's parent list directly\n\n(test for the fix 5ccfa39ab1dc917d85d76aadcb0cf08e60fde31c)\n", "proba": 2.785558592677262e-07} {"commit": "a6afd776818c1f6e90663b8b0d89d62475a41035", "message": "Modified notify to not use os.getlogin() since it don't work so good\n", "proba": 1.897672063932987e-07} {"commit": "8b29cffae99497628dadbc59d7712c241274491f", "message": "trying to fix column count\n\n", "proba": 4.665651067625731e-05} {"commit": "9187d2b271389d6b9d25bcf990abdeb06599d0a9", "message": "Handle hidden toc and group sizes\n", "proba": 1.414881865002826e-07} {"commit": "232f99e00c88146a0b6ca8b77c0e4ee8e317fe36", "message": "Update processes module tests\n", "proba": 4.210790791603358e-07} {"commit": "ce0b1278262ecec77e7b0075abad0b23f034bf57", "message": "Fix SVML tests with LLVM 10 and AVX512\n", "proba": 9.021881851367652e-06} {"commit": "40a0e207f5bcf5ec1e3a6e7c8a3e0d3c32aad745", "message": "ENH: port list -> array code from v0.3.x branch\n\n - do not need to move the array -> list code over as this\n is being done by the RunEngine currently\n", "proba": 1.4403160264464532e-07} {"commit": "e8de9b062c943edd526ed921de0c2dc69ed88f6f", "message": "Use parametrized test functions instead of classes\n", "proba": 2.4870388415365596e-07} {"commit": "9810b2ab894a4a6299cc02e0705d72429c482273", "message": "turn off graphviz warnings when using tikz\n\nbecause graphviz cannot parse the tikz label formatting options\n", "proba": 2.833464520790585e-07} {"commit": "f453e7a5b86cf7496336df67fa152155a331d0f3", "message": "oops. had a reversion due to merge\n", "proba": 0.9984490871429443} {"commit": "4ed3bf85f2a961d2483ceb6b45f9515374c115b8", "message": "Added another TODO note about generate_field_definition needing to support model inheritance\n\n--HG--\nextra : convert_revision : svn%3A69d324d9-c39d-4fdc-8679-7745eae9e2c8/trunk%4030\n", "proba": 2.4830146116983087e-07} {"commit": "390a502b8761b16b67910a86609a7bc591ebb16b", "message": "Remove old class, add new class alias\n", "proba": 6.247385954338824e-06} {"commit": "fe7220b9de8ee09f380a8f53883d7cf1954a0090", "message": "Fix tests\n", "proba": 2.8394715627655387e-06} {"commit": "d863d0ac70671f40695322041f0b0cea1e5ee9f2", "message": "defaults if _state_dot_label_format missing from LabeledDiGraph", "proba": 1.6947997210081667e-05} {"commit": "b3cbd97738c03975f89cc0264cfd47ea44b9728e", "message": "ac: Print stats on in/out byte count and increase in percent.\n", "proba": 1.2363436496798386e-07} {"commit": "373d80aac317f2ebea03d2570b368485f90f2f55", "message": "Initial approach to linking voting documents to Votings\n", "proba": 1.2556323270018765e-07} {"commit": "01af84a0ca90e94705c22be966c3197ba934b67a", "message": "depends.py: Add script documentation\n\nSigned-off-by: Andrzej Kurek \n", "proba": 1.1500802088448836e-07} {"commit": "ddfa61af0312933d1bce057c15e9b5dae6628300", "message": "Truncated tokens on admin to fit unreasonably small screens\n", "proba": 1.4694354888433736e-07} {"commit": "b2029a615191a7277ae34c55a63fd28267e04998", "message": "Version bump.\n", "proba": 1.5057217694902647e-07} {"commit": "54d9e64a366a71bc393adff2ce4390dfe1916979", "message": "Fix name of time_window attribute in declarative tutorial\n", "proba": 1.2109981980756857e-05} {"commit": "4cf60cb2d1c66dd8a78a7c3242b691eee122ece1", "message": "correct file closing\n", "proba": 3.7408931348181795e-06} {"commit": "bd320b672914aa0dad90905fe4f98bc884fc1b9e", "message": "Tests - Remove commented code\n", "proba": 1.2435829432888568e-07} {"commit": "d960fdbacf513ea3ab5e8e403552854a31a1c770", "message": "shapes.Curve.abscissa_for test\n\n\nFormer-commit-id: 91d319847027b0b58d4bdc77cce8b9bea8358bc0 [formerly fcdc4f61874b4c88c917e32ba8fcedd571b002d0]\nFormer-commit-id: 5bc59c2bdee1c98d21e29be5c3f93227983a20ec", "proba": 1.3228398529463448e-05} {"commit": "1d4b677ecb3ac5aefde5f2ce8d9a61afcb525ad8", "message": "tornado mixing settings\n", "proba": 3.098110710197943e-07} {"commit": "038cb5d07fe94d15969b9165d8ce128c0f8e0107", "message": "Implemented Fitter unit test for face model light fitting\n", "proba": 1.1866396931736745e-07} {"commit": "c11af372d6c1a028df143062768cf0a55dbf9fd5", "message": "Update loss.py", "proba": 9.135509344559978e-07} {"commit": "922fee698c42b368e0cc23d9692cccd275661fe1", "message": "docstring added", "proba": 2.4099736606331135e-07} {"commit": "84384d4417dde4031c6a868f2d34ad55a8d38f14", "message": "Tweak exception handling and validation\n", "proba": 2.864809118818812e-07} {"commit": "17e02e59912ea4f5aeae0e432669c7fb55c2344e", "message": "Add explicit table names\n", "proba": 0.007550441659986973} {"commit": "04bd13c4a757ea9fcd26de4e41c1fa4c1e6ce68f", "message": "CLIMATE-731 - Update ocw.dataset_processor.temperature_unit_conversion\n\n- ocw.dataset_processor.temperature_unit_conversion has been updated to accept different naming conventions\n", "proba": 2.664328064838628e-07} {"commit": "e341dba86edc7ceae7abe71dfda39f4e6f065079", "message": "Fix output method calls, ep. III\n", "proba": 0.9999971389770508} {"commit": "9e99612720511aae1acf2c62ef66f1deb74816cf", "message": "testlib: Whitelist variant of React warning\n\nWith react-dom 16.6.1 this warning looks a bit different, so adjust the\npattern.\n\nCloses #10528\n", "proba": 1.2374961499972414e-07} {"commit": "81d9a28a4f56bbf55238e8da1613f4234c6e9085", "message": "ENH: add inverse where missing to some operators, closes #164\n", "proba": 1.6102292192954337e-06} {"commit": "44bc918458481d60b08d5566f0f31a79e39b85d7", "message": "Use optparse in js2c.py for python compatibility\n\nWithout this change, V8 won't build on RHEL/CentOS 6 because the distro\npython is too old to know about the argparse module.\n\nCan this commit be cherry-picked to the 4.4 branch? It should apply\ncleanly.\n\nBUG=\n\nReview URL: https://codereview.chromium.org/1192973004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#29186}\n", "proba": 0.0026131183840334415} {"commit": "a8c5f1a2e8b8237e8b6acd73d3dba501ce599b2a", "message": "test: Add environment variable to disable check for unexpected SELinux messages\n\nUnexpected SELinux messages often get in the way for testing external\nmodules and also older downstream versions on newer images, so provide a\nknob to skip this part.\n\nCloses #8642\n", "proba": 1.4342343490625353e-07} {"commit": "121c12c5bab534f4c4605423645ae3ccf4d76831", "message": "Clean up the fetch() code so as not to raise IOError when used with the\nwerkzeug dev server.\n", "proba": 1.0913878867313542e-07} {"commit": "64c22f4b7c2f8745b7be85a62740f301365340a3", "message": "Strip off the leading URI prefix\n", "proba": 0.9985093474388123} {"commit": "25812fca81113e23973dcc6dcef61f8abece77aa", "message": "tests: subprocess.communicate block on Python 2.7\n\nhttps://github.com/eventlet/eventlet/pull/24\n+ PEP8 fix tabs\n", "proba": 8.653180429973872e-07} {"commit": "107ab4ea9d09837e18c6dca21e5439a95152e91f", "message": "style enhaced\n", "proba": 1.0146958402401651e-06} {"commit": "bf4375861c0acd56ec135b992192b935b2f971e9", "message": "We reuse tableNames so it needs to be a list\n", "proba": 2.3210794097394682e-05} {"commit": "c60cbd34c4274767e76a34328278fa9279edac81", "message": "tests/supervisor_test:\n\nFixed a broken test.\n\n\nFormer-commit-id: 1e09cbab9d1c49a8c34715c9213eafb4bafbdd78", "proba": 1.3208858945290558e-05} {"commit": "e1f1602ba0ebdb92b643aaefee176a22acea3be3", "message": "Also pass file related kwargs in RandomMassBalance model (#387)\n\n", "proba": 1.0327575239443831e-07} {"commit": "d55c434d0fdbf115eec77490532e6c170ac710ca", "message": "Use random namespace on test client to minimize datastore errors on system tests. (#65)\n\n", "proba": 1.193860157400195e-07} {"commit": "04bb38501ebdc8d3739846d63eec35cde71fb341", "message": "DROP temporary table if exists before CREATE\n", "proba": 7.494691658394004e-07} {"commit": "5b37ea4487e4e067015e9f2344207050b5724cea", "message": "Fix puf path\n", "proba": 4.346705827629194e-05} {"commit": "b2a73f99b1ec26d38f63fb946d53ed132a4384bd", "message": "Test more error conditions.\n", "proba": 1.423956774715407e-07} {"commit": "5dfd1f4817a09bb59f21b39f3a078567a4136110", "message": "Add docstring to blockmodel test\n", "proba": 3.244149127112905e-07} {"commit": "ff63a7055a1d88787b1fd38fc141b1da58601743", "message": "Trying to fix Windows unit test when running on AppVeyor\n", "proba": 2.2424853796110256e-07} {"commit": "26359fcd004d98ef9f94fea72f56838555fb6339", "message": "new test_epbcs() in tests/test_conditions.py\n", "proba": 4.5438412143994356e-07} {"commit": "9aaefd78aa79a1c96a2a86742e06377caf36b8af", "message": "disable some tests\n", "proba": 1.025058168124815e-06} {"commit": "fb461e7a33ac0770c4c588c479d8b2104e7b0606", "message": "Add test to ensure hug auto wsgi load is correctly labeled\n", "proba": 1.4051208552245953e-07} {"commit": "c0ecbed3e15e505e35bf77d39eb5fdd13437b82e", "message": "Monkey patch pkg_resources to make the test pass\n", "proba": 2.4080117100311327e-07} {"commit": "d011f8fac310fc6ae3ec8275f12245246a909bef", "message": "Switch to mocking warn because the simplefilter doesn't work properly on py27 apparently\n", "proba": 1.3740053361743776e-07} {"commit": "626bc4b5e2217333f37fc95f9948a9b074f3503b", "message": "Run garbage collection at start of destructor test\n", "proba": 2.7977947070212394e-07} {"commit": "00688e8794de2adf45e827a96af3f4ef89d6568d", "message": "test_dictionary.py edited online with Bitbucket\n", "proba": 3.5560691458158544e-07} {"commit": "083219288db71d44fc14040eb43f5c89a8b03e8b", "message": "omggg\n", "proba": 7.444568473147228e-05} {"commit": "917dd0e969aa49c3b3c95ff800e0cfb5623469f4", "message": "Updated tidy to no longer include TODO -> FIXEME", "proba": 1.1610718786414509e-07} {"commit": "8d814c3767c187469c895993843651de8e70315d", "message": "Test that tau_ext = tau_abs + tau_sca\n", "proba": 0.999139666557312} {"commit": "deeb308d14af260e5e3894ac78a427505384c917", "message": "Add QtCore prefixes to QIODevice constants\n", "proba": 3.082917316987732e-07} {"commit": "98ddab8099bb94ae1d8e23c1ea1e27ee90790716", "message": "Add filesystem tests for FileData objects and find_files\n", "proba": 2.1395658222900238e-07} {"commit": "a34a2b7c29a40ce8d5324e4eb653a0a1d755a5c4", "message": "fix model\n", "proba": 6.16481941051461e-07} {"commit": "9bd8c190f5cad46c3d3e066ae00f4d0ef2410bd4", "message": "modify custom admin site\n", "proba": 2.3079000754933077e-07} {"commit": "41c1c3a4de0f69691117653d7c69e0c7d223fec2", "message": "sliding_window expanded with computation of dispersion data", "proba": 2.1318709286788362e-07} {"commit": "49c6b2986660939ab30f472ca1a7ae1ddd0b72a1", "message": "[FIX] don't just print a warning if an @eval fails in an XML file", "proba": 4.450167239156144e-07} {"commit": "624757e7a65c70c2701640d9c2e2a93dc7e84a6d", "message": "Improve support for JSON formatted HTTP errors.\n", "proba": 2.4378539364988683e-07} {"commit": "b44816fd802dc26c65b976cfeac3e78b82537617", "message": "[hdf5] extend tests to cover grouped data (#1163)\n\n", "proba": 1.0338710865198664e-07} {"commit": "3f4883ddb3aba507d2443c32803207f8b8763fb5", "message": "Modified test_houseprint for new houseprint api\n", "proba": 1.3392575226589543e-07} {"commit": "e612169907ede49ca6c95225261932671b7af798", "message": "add logging\n", "proba": 1.2036430234729778e-06} {"commit": "82404790caf8505fa75d407ae46663414556d94b", "message": "LensAgent has a prototoypes class variable this needs to be part of the reset fixture\n", "proba": 1.2923857184432563e-07} {"commit": "7af5ec9d58a6e2283d6c234f82697d49a5b19a8e", "message": "added a special case fix for the loss db serialization for the scenario risk calc\n", "proba": 1.4603172360239114e-07} {"commit": "213a3ba173142c171399bddf2b067b083f48b7dc", "message": "Fix failing tests\n\nPython 2.7 needs the `mock` module and `unittest.mock` from Python 3.5 does\nnot know the `assert_called()` function.\n", "proba": 2.1417372408905067e-06} {"commit": "3da34283d3f38ce8da0074b4d213463113dd8687", "message": "Add try except to tsdb sendall to handle broken pipe exception.\n", "proba": 1.0599744371120323e-07} {"commit": "9d3ba7dacba7591ca29cd1b4bbdf16537803d1b9", "message": "new radar vie mqtt\n", "proba": 2.491252359959617e-07} {"commit": "4247dc26bebbcc3dbdb9ca29ef50436049dec8b5", "message": "Update tests for direct interaction with minimizers\n", "proba": 1.451305280397719e-07} {"commit": "f324372f9eaeeb05ffedb8557408ef75caf18d68", "message": "bug fixes to that\n", "proba": 2.473711901984643e-07} {"commit": "98f14fe0be99bef0d0ec3f6dbbb59dfcb938b6d6", "message": "proper indentation\n\n", "proba": 0.0019048686372116208} {"commit": "e429d0ca6ed0927b0cd2fb62cb8a5d191fe67208", "message": "Test show cmd\n", "proba": 4.867671350439196e-07} {"commit": "3520b6749d0e6b065eb59f510dca861c3e59bcb2", "message": "Fix tests for render_json_tree\n\nPackages such as 'pip', 'pipdeptree', 'setuptools' and 'wheel' are\nimplicitly installed during test setup and hence ignored when\ncomparing output.\n", "proba": 1.1389666099148599e-07} {"commit": "9f2a5ecd65320dd402533a7899cc58a6426a2f7d", "message": "print\n", "proba": 7.684111187700182e-05} {"commit": "7262acdd40be5a0802d8ee578ff8dcafb8b13f7f", "message": "tests erweitert\n", "proba": 1.308211494688294e-06} {"commit": "b18f0fb4b12093206e380fd30c01e9f7c912c50b", "message": "updated unittest to use get_bus_from instead of get_bus_by\n", "proba": 5.155367261977517e-07} {"commit": "b730a5c1df103e39ab89aea4789754db7d8e585f", "message": "Revert \"Pyro registering\"\n\nThis reverts commit bc42f774613ef1931702c1aa62d7019164e9cf27.\n", "proba": 1.1698323731934579e-07} {"commit": "2304fadc742fba8b01897606385b91e62b9c4807", "message": "run: compile the regexps\n\nIt provides a slight performance improvement, ~3%.\n", "proba": 5.593295782091445e-07} {"commit": "47b9b229fc24a1308d861c0225de1bb3f66e03dc", "message": "Fix instahelp intersection filtering\n", "proba": 2.983210606544162e-06} {"commit": "f56b440bde2d9d6f33ea937a2c3c122e812f449c", "message": "extra test\n", "proba": 2.4255166408693185e-07} {"commit": "e4259094a6f483223dfe801726f591f096c19ef4", "message": "ENH: Adding test\n", "proba": 2.8721760259031726e-07} {"commit": "0e527aa109ff81bfa80e16e1f7a24f2542a852f9", "message": "api: Don't append None into updated_series list\n\nSigned-off-by: Fam Zheng \nMessage-Id: <20180307084609.8515-7-df9fd617995bad07eac70e27aa3fe5069270e3bd@redhat.com>\nSigned-off-by: Fam Zheng \n", "proba": 7.61144519856316e-07} {"commit": "70873e9611c7540f714a48676e58f39e0f35b85c", "message": "Delete test_properties.py", "proba": 6.899345407873625e-06} {"commit": "158350601631270d22ef93683e7a09614e45422b", "message": "Add docs to button channel, button.\n", "proba": 1.2493221390741382e-07} {"commit": "debe199ece1b0a8a8a6bc4c5be760227b93fabc6", "message": "added referrals to pending list of patient on Coordinator home page\n", "proba": 1.292349907089374e-07} {"commit": "9df63b00499ff48997cd41f04e8ae049b158d043", "message": "Fix whitespace\n", "proba": 0.9999994039535522} {"commit": "69cf4cb647c7849c192596a59101eff04c39c795", "message": "Fix PersonViewSet queryset to include only distinct results\n\nThe addition of `distinct()` prevents API from showing more than one\nresult for people who match a number of criteria simultaneously.\nThis fixes #1395.\n", "proba": 1.0948175344083211e-07} {"commit": "b3d39280ef3c9649671c90b60acc399307c799bb", "message": "fix model path\n", "proba": 1.9397339201532304e-06} {"commit": "293cbb60b69ba2c77e818faf1a7de9f8a65efa7c", "message": "Add logout while not logged in test\n", "proba": 4.271736600003351e-07} {"commit": "4d836a42d1c5ed55d794b1ae72bd15cccd30af23", "message": "travis poke\n", "proba": 2.5252311388612725e-06} {"commit": "3886edaa48d6485305a169d5a28fc33c88b5bcdc", "message": "Fix test on py3\n", "proba": 3.5372668207855895e-06} {"commit": "f3ac68f1c26a6b9b40203be2637d3700983e9ba6", "message": "More test cases for structurer.\n", "proba": 1.2185068953840528e-07} {"commit": "a830994d3049b69078f6719981da7a6c779637ed", "message": "Adding test for timedelta function\n", "proba": 4.1032654962691595e-07} {"commit": "b4a9a1b9a30c42d55150e8f75b6eba38b34cbc11", "message": "Throttle tests (#4807)\n\n", "proba": 1.4275681792241812e-07} {"commit": "9c3aeda091a8c71f2d88aec1e5ce05cfe45467a7", "message": "Old client testing ongoing.\n", "proba": 1.1556731749351457e-07} {"commit": "7a6dfcb6cfcc1eb539056ac0a7f00da3806f96b9", "message": "Update flake8.\n", "proba": 1.300046221786033e-07} {"commit": "12b1a665f9cab9ff42a4c83dacbfaa3a370afbb0", "message": "Make a deep copy of the DocumentSnapshot data to prevent downstream apps from accidentally mutating it\n", "proba": 1.548272337004164e-07} {"commit": "7a530a0c231e35f918836cdf27cb4499e5b020e7", "message": "Fixed timelib test so it won't break near midnight\n", "proba": 2.1861262666789116e-07} {"commit": "3460db1cd3d638a118d4ef0955a65156347ce3d3", "message": "Updated test to match new consistency\n", "proba": 1.751015901163555e-07} {"commit": "af1f077f24cc950911ed8e373dd5b185f611c998", "message": "Updated tmp file regex\n", "proba": 6.968234629312064e-07} {"commit": "cdc45591a6a71d2d439a9da12d1293d364861488", "message": "OVS-1667 - fixed division by zero when no directory only mounpoints are chosen while adding a vpool\n", "proba": 1.2105877544854593e-07} {"commit": "2729ab12b4317e22cb9aee4bed36923d098d600c", "message": "Added test for invalid HLine constructor call\n", "proba": 1.4489155830688105e-07} {"commit": "1e0684c5e088282d23d4cca1ab7ada4108fc7a03", "message": "Use a mock to unbreak the test case accessing server on port 80\n", "proba": 4.2046832504638587e-07} {"commit": "dde6d13cec151a559573016a4a84ec9207896a8b", "message": "Pass encoded_request as parameter to urlopen to make proper url.\n", "proba": 1.2231150492425513e-07} {"commit": "ce4b8699750d9e5a2b4534ccc20815d6a41ca6c5", "message": "Docstring for accents\n", "proba": 4.856658506469103e-07} {"commit": "4f80d8e0aa86a0b8759c29f0e9e91aaeb909e76e", "message": "mucutil: return event from try_to_join_muc\n", "proba": 0.9987651109695435} {"commit": "65cdd7583189097713f1e417b9e6b37a454ddc5d", "message": "finish question 461\n", "proba": 0.9999806880950928} {"commit": "1928185633129ca61a3526d631ba13323e33edfc", "message": "Adding in print with correl/error also making it so the app/kernel estimates are accurate when we are missing stats\n", "proba": 2.1981345810218045e-07} {"commit": "f7d2b0d84b23a6b6046d5820850f7ae62cbd382e", "message": "[2018-03-16 16:47:18] add Sort-By-N-Top-Direction and Sort-By-Grid-Unit parts\n", "proba": 1.6466002250581369e-07} {"commit": "468c4f0c4b212a124bb82ab6f58fe3e20247a739", "message": "add julien\n", "proba": 0.00016579324437770993} {"commit": "02427c1987ace0e0548685658f8969a8fe42601d", "message": "Use JSON file to get message to send on Mock\n\nThis patch modifies mock-connector to send update and request messages\nfrom a JSON file passed as argument.\n", "proba": 1.0096960778582798e-07} {"commit": "5e0c6b6f778b94cf7751cff0dddacc951f0673ee", "message": "Add leading and trailing spacing for `SpacedBinaryOperator`\n", "proba": 1.6982242811991455e-07} {"commit": "19f647b100501a201529904242a75452e9f2915d", "message": "Change default value of max_results to integer\n", "proba": 0.000316906109219417} {"commit": "72a494369c5c69ca2ef2a64b478059fe3c1061f5", "message": "Fixed cleanup of output directories\n", "proba": 4.4609174665311e-07} {"commit": "1c8cae23339e0bfee57a20030cf0898b8171b026", "message": "Pep8 fixes\n", "proba": 1.3241962903975946e-07} {"commit": "2ebf123fbee4137285bce765ecee643bd136bbce", "message": "Add comment to tests/unit/test_utils.py\n", "proba": 2.3714409280728432e-07} {"commit": "809ec12cd32fd3fc69d8ebbb208e417cfab8d90f", "message": "Run setup for simple users too.\n\nsee #34\n", "proba": 1.2357259038253687e-07} {"commit": "6cca7586a321a48651b2184a01e36b6782104121", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "f2cd2bd19b94d3191757801d5c881c86b63f52e0", "message": "Update unittest_octave to use sdpt3glue package.\n", "proba": 1.0420036744562822e-07} {"commit": "8feaefadcfcae04ccaa204b93502e23158f7a7d4", "message": "updating lua package to install in correct order\n", "proba": 1.4088954003455e-07} {"commit": "ab865841531ae095337f0622541f473188f2cca0", "message": "ModInfoWindow\n", "proba": 5.594010872300714e-07} {"commit": "a1a61570034b793ef5b7bb67f78c6abdb833b82b", "message": "Fix a typo.\n\n\ngit-svn-id: b33bab8abb5b18c12ee100cd7761ab452d00b2b0@125322 91177308-0d34-0410-b5e6-96231b3b80d8\n", "proba": 0.9999994039535522} {"commit": "99c593b03f0c18b65f446d525f94c3498d102845", "message": "Double quotes.\n", "proba": 1.6387048162869178e-07} {"commit": "1de3e437ab0d0dbce83360afc253627a2120d1e7", "message": "Update and improve documentation for API.create_friendship\n\n", "proba": 2.3562152762224287e-07} {"commit": "0ee14e456eb6509fe54a4d7cba5c81a828677893", "message": "Test variable args and kargs in the same function\n", "proba": 9.080942504624545e-07} {"commit": "1aaf0a19f05662a3643cb40537da788960552234", "message": "Update and improve documentation for API.create_media_metadata\n\n", "proba": 3.6057772945241595e-07} {"commit": "d0b490fd389b7bc4f8cd85e72bca27a7a2f39032", "message": "fix even more broken code/tests\n\n\nFormer-commit-id: 5e82a54e525213a8ee2afc3ed3387962005b45ef", "proba": 3.21377297041181e-06} {"commit": "f084da868ec9680a71e5d23bd28aa76758a4a88e", "message": "Remove extraneous newline in api.py\n\n", "proba": 0.00238563260063529} {"commit": "df29f19a25ea35da985dfe03415202b0d4e9de4d", "message": "spacing in test_attacks.py\n", "proba": 6.061900421627797e-06} {"commit": "4adddabce6cb3f11e9742f9490197b4530795cbf", "message": "Stop allowing positional arguments for API.simple_upload\n\nStop allowing positional arguments besides filename for API.simple_upload\n", "proba": 2.4101398139464436e-06} {"commit": "9cc1d50fd805a653d7a1f580492a5b3baff47f9c", "message": "Write out clusters in population file format\n", "proba": 6.908444902364863e-06} {"commit": "cb01e975ffc1dc611f92b66824e4cf4cb09d3ea9", "message": "Add media_category parameter to API.simple_upload\n\n", "proba": 2.5284361981903203e-06} {"commit": "768852e310479037ad05ffe1925c7b0d8496477a", "message": "add scoped session too\n", "proba": 1.49574489682891e-07} {"commit": "8703c9f9427b94c3732f50f058b75def53b005dc", "message": "Nothing\n", "proba": 0.9993736147880554} {"commit": "2d886f83dd0359c70162e926880a0306fce4b429", "message": "Some fixes to the new API image methods.\n", "proba": 1.0884566847835231e-07} {"commit": "bf22a4fb921557b2f4c5fce086be4dfefbd22af4", "message": "task/rados: use new usage for radosmodel tool\n", "proba": 0.9999444484710693} {"commit": "1686b15f861b0b3f19d5ae8e6be7a75befef5926", "message": "[db] moves asciiplot calculations into a single class\n", "proba": 4.733308003324055e-07} {"commit": "4ba6955372f1fff4438e51c60f7141126d65d050", "message": "Minor\n", "proba": 3.334548864586395e-06} {"commit": "c89008182a036bc0ba0f63049c153b7c52d2b221", "message": "Modified assassino.py\n", "proba": 5.676416776623228e-07} {"commit": "71d828d36f547244c78a1674de90f1f9733db161", "message": "disable a2c pong test for CI stability\n", "proba": 1.9977363763246103e-07} {"commit": "427e9349388f4c9abb0542b99b97d9068d1e948f", "message": "better models\n", "proba": 1.668679487920599e-06} {"commit": "d4369aa5e0bda36231aee6a6bb47b65c59c1fc57", "message": "Cleanup old exit calls.\n", "proba": 1.3825253120103298e-07} {"commit": "4c635a97b22c36e9f5aa38286731c7f82c1242b2", "message": "Adding command-line 'buy' capability\n", "proba": 0.003865878563374281} {"commit": "c654b06be0519279dff14d4e475d94a9dddc5db4", "message": "added self referential test\n\n\ngit-svn-id: 655ff90ec95d1eeadb1ee4bb9db742a3c015d499@3763 8cd8332f-0806-0410-a4b6-96f4b9520244\n", "proba": 4.1537325046192564e-07} {"commit": "8e97619f0b3c88e30e5dea71cbc6875e5bb7afbd", "message": "whats up with the native_unicode test on jython\n\n\ngit-svn-id: 655ff90ec95d1eeadb1ee4bb9db742a3c015d499@6445 8cd8332f-0806-0410-a4b6-96f4b9520244\n", "proba": 8.158061245921999e-05} {"commit": "dbf11af47662a913b25d6958528795c5e1a4a6c3", "message": "Add App.public_key_string property\n", "proba": 9.105849130719434e-06} {"commit": "3707b9b9ad1141ddd791d58d6e3662d61892b5c7", "message": "fix header update\n", "proba": 4.941860538565379e-07} {"commit": "0a7155e57cbf2349a1b5f27c9c64774ea656b26a", "message": "fix broken host status updates\n", "proba": 4.822284154215595e-07} {"commit": "9eeed1053808606a0ecdfd1b1e42ff9ebe9c0aa7", "message": "Added the remaining basic tests.\n", "proba": 1.0744101075488288e-07} {"commit": "8b6a7175ec92b7ea4245fca03de1013a75019bf7", "message": "fix again\n", "proba": 3.3815109645729535e-07} {"commit": "81e92f4f131ee6ba45183625297e05f81cb6af50", "message": "Remove debug login\n", "proba": 9.344974500891112e-07} {"commit": "384b09be25f6fe75fb2d1406e7c7776c7c4e40f9", "message": "flake8 fixes\n", "proba": 1.2929318415899616e-07} {"commit": "fd018f3a9bb536756ac051f9101fcbbc16f72337", "message": "fix logging.warn() deprecate logging library for python3.\n", "proba": 1.583948971983773e-07} {"commit": "c07ed7cdf9ade85c9259e2a9da3f7ac1c6ea5973", "message": "Fix lint error", "proba": 3.4964185033459216e-05} {"commit": "a46475464e92296062b613b35d658ba8235affb1", "message": "Filter out TDS catalogs that error in a 404 and don't return XML\n", "proba": 3.4600444109855744e-07} {"commit": "aeefaac28aff5008d1c35fb00c2eca64c5a441b3", "message": "More metadata fixes\n", "proba": 1.2854616215918213e-07} {"commit": "4cde8949ca90bcc49271f82bbe0148e46e1dc376", "message": "periodically check that no forms or cases are missing a domain\n", "proba": 1.6807844360755553e-07} {"commit": "4dce11c2d81ae005c8bf90318804e74b35ede70e", "message": "fix syntax\n", "proba": 2.335806129849516e-05} {"commit": "c4e663e6bfd3018407c0afdbab27a3147e5fe4b3", "message": "Release version 0.0.2\n\nSigned-off-by: Raul Gutierrez S \n", "proba": 1.0667751126902658e-07} {"commit": "9b5ecbfb8f2d17e1ffdb2e496e07e6689a286962", "message": "add billing related flags\n", "proba": 2.8830572773586027e-07} {"commit": "7f25ec4c724f2842ee64ac0bb9de5dc743c096c2", "message": "Remove unused import\n", "proba": 5.658957888954319e-07} {"commit": "cb230a42cc697bd97cad41d7eb4eb60848c3a527", "message": "refactored pl\n", "proba": 0.0004000870685558766} {"commit": "642c71d6332819b110c0113805351f5496b75ff9", "message": "Make permissions_caching_test more resilient against delays\n", "proba": 2.418141593807377e-05} {"commit": "8ee50e5b4af73f03d3f1f695c8d4e1127aa0cc20", "message": "Wrap CouchUser correctly\n", "proba": 9.398178804076451e-07} {"commit": "7a5c2d9786b2aaeeb1fd9bccfaec1fc12debb8c4", "message": "Separate curl and w3m functions to use it from others modules\n", "proba": 1.392518527154607e-07} {"commit": "238856b48f566972a9b68a71aafb7600903b9627", "message": "Handle month/year date checks properly\n", "proba": 8.701832143742649e-07} {"commit": "58f24a60019d842c7302e3f0dbdf4e2d7bca96e0", "message": "debug yangre\n", "proba": 8.510174893672229e-07} {"commit": "7ec9d224ba2d080686e3d99134d29359b51e8715", "message": "Append number on same id\n", "proba": 4.255662497598678e-05} {"commit": "2bc70138ff207c353c076b3f44bc47a67cd30a9c", "message": "workspace update\n", "proba": 7.512259685427125e-07} {"commit": "a858ee411c1e7283df944818a4cee0a990b0112d", "message": "fix pep8\n", "proba": 5.926127641942003e-07} {"commit": "74387d8bd7e4c74d98834037582902b1874d0ce1", "message": "small cleanup\n", "proba": 3.856771684240812e-07} {"commit": "72613ee1fb1d9262db94dc16bd70f13d82ff0431", "message": "Removing total as that double counts the stats when using stacked area\n", "proba": 3.220474980025756e-07} {"commit": "673340ff497bfbfdfd4a67876328b73fffbdc5c1", "message": "Make redis pipeline helper more robust\n", "proba": 7.638884198968299e-06} {"commit": "f0ef0edac0c9ab9c54aed3c9e47f5bfb779187d9", "message": "Fall back onto PySide if availible", "proba": 4.5491481159842806e-07} {"commit": "e0f7ea72bd11344b277d7d26ca16725bc225da9e", "message": "fix broken histogram tests\n", "proba": 2.3857528503867798e-06} {"commit": "17bc2911b559a78cbb0f7241782bcd2d66ca2704", "message": "added comment back in\n", "proba": 1.269212646093365e-07} {"commit": "0c9a38309f795a9ae0d7767ce4776b8a224bf5e8", "message": "Fix deny user.\n", "proba": 2.511316097297822e-07} {"commit": "1183d8946ea0d7dfe4e5130465ea565b326c03a2", "message": "Fixed mixing of tabs and spaces in file\n\ncore/vistrail/action.py\n In class Action:\n _get_date()\n _set_date()\n replaced tabs with spaces\n", "proba": 5.357362169888802e-06} {"commit": "7915e13eb54a7cfd6e59fc7e3e79d44f5c2f835c", "message": "Fix initialisation of nn-descent (should resolve issues #10 and #11)\n", "proba": 1.595093692685623e-07} {"commit": "abacc971e113788d98fe2ae4af7b37eac6c438da", "message": "sometimes guess_type returns None\n", "proba": 0.9990015625953674} {"commit": "b529bc715ff133147576aa9026fd281226b7f3b7", "message": "Fix queries and path to templates\n", "proba": 2.2427803969549132e-07} {"commit": "d855e6188ac68f17f5db5349aeb57098d1abfc0e", "message": "kind kwarg to argsort only supported in some numba versions\n", "proba": 1.3081425720429252e-07} {"commit": "8e81febf2d1aaf9a88c3de57fe9911d46c82b63b", "message": "Don't break import if fields have unicode\n", "proba": 8.714042451174464e-06} {"commit": "9f1fdab67663b918a1c7cacbb9d3eaf31e9284d5", "message": "fixed issue with calendar views\n", "proba": 2.2151402845338453e-07} {"commit": "0a938be5f20692db761f8851e3cc84dd2285cb55", "message": "Added DSF to test_mediafile\n", "proba": 1.2632256130018504e-07} {"commit": "92554582bd3e148b545e1c975b6d8d00e65ddee7", "message": "New print possibilities for JIT.\n\nFor example, we can now do such prints in a kernel:\n\ndef UpdateP(particle, fieldset, time, dt):\n particle.p = fieldset.P[time, particle.lon, particle.lat, particle.depth]\n print(particle.p)\n b = particle.p\n xi = particle.xi\n print(\"I will print my Particle data\")\n print(\"particle.p %f %d\" % (b, xi))\n", "proba": 0.9998892545700073} {"commit": "c8092bab6748f25409be6328fac1338a157a3d08", "message": "use 403 instead of 400\n", "proba": 0.0005147683550603688} {"commit": "5cafed44e1dae642e0033f481e47a5b1970ca3a8", "message": "Fix variable name for print statement\n", "proba": 0.998629093170166} {"commit": "d25f2eff239acf01f6a1f23718377d0eee58c2af", "message": "fix the test\n", "proba": 0.999997615814209} {"commit": "0651fe885de09eb7ab8f4353d77020ac17e9e74d", "message": "Adding setting to enable / disable analytics\n", "proba": 3.5266461395622173e-07} {"commit": "648ae9d2e3c9f1bc36b4521c1069b7ca42a0d79a", "message": "Change Period required -> False\n", "proba": 0.9994844198226929} {"commit": "644acad216f4942c7659d3b76267a5f3ca7fe7ab", "message": "Complete goaltender in game parsing\n", "proba": 0.00020386425603646785} {"commit": "90e4cace06b33586f77694918c9b61446cccd824", "message": "target/descriptor: Add 'to false' to load_default_modules description\n", "proba": 1.949072247953154e-05} {"commit": "5719b8ae8fb37e9f7550c0a4f539071dd8305337", "message": "added check in flask for almlogic.py running\n", "proba": 2.1090986024319136e-07} {"commit": "63750ba068d27ac4268a8b05730475fcdc39dd84", "message": "test cases to check the value after saving\n", "proba": 2.0331904693193792e-07} {"commit": "b124a7515d93e62719e475f2601df07f91fe1870", "message": "Update our moksha.widgets.all to handle some new widgets\n", "proba": 1.117947263651331e-07} {"commit": "b157eb53e21b04ceccf24ea2f3493277a772df08", "message": "Syntax issue.\n", "proba": 3.647640767212579e-07} {"commit": "4a4525a11431b1359e7c9bf767844b90b9074aea", "message": "added two types.\n", "proba": 2.0089493091290933e-07} {"commit": "6e8fb14b5440ad47bf57a1187191062c7d756543", "message": "Reduce number of greedy excepts\n", "proba": 0.9984549283981323} {"commit": "42975341819bb88f300b02af1ae39a297522b90f", "message": "timeside/decoder/file.py: fill in mime_type with 'audio/x-raw-int' for now\n", "proba": 1.9748368629279867e-07} {"commit": "a4ddcbc0f3f9334a83238503d47e686194a4f713", "message": "Dont crash when element/target-collector is None\n", "proba": 0.002382120583206415} {"commit": "5f2fbb0f89040cb6db4e50c3c8b48ef55f6d6674", "message": "removed MOLLIE_BANKS_FILE logic\n\nif we can't connect to Mollie.nl early on then Houston, we have a problem\n", "proba": 1.225579921992903e-07} {"commit": "1e8eae9f41c4bb35a50e559196fbe6bd2d47a52c", "message": "Additional comments, slight code reordering.\n", "proba": 1.0292787067101017e-07} {"commit": "e6cded1cf64164ca20640b78e69bb4bce4362c44", "message": "Server: Add more models in Admin - fix\n", "proba": 1.2098594481813052e-07} {"commit": "1e3a0d28c471591c88d1ad98985e2a2f77c1a8b3", "message": "Move an import at the top of the module\n\nIt was in a function, even if it wasn\u2019t a circular import. As this function was\ncalled a lot of times, it was actually really slow.\n", "proba": 1.0505548431183342e-07} {"commit": "e6b9aa741db5714e4653f82c4a9846d044917f97", "message": "refactored and DRYd up functions in utils.py\n", "proba": 6.171542850097467e-07} {"commit": "7fe1ddf845bdf46c0e0122bceee16f26cfafe4ca", "message": "Modify an import\n", "proba": 2.3192675143945962e-05} {"commit": "03496adce211e4f48b746f2e22d4e5e35038d91d", "message": "updated ettree.py version/date\n", "proba": 2.5166073669424804e-07} {"commit": "d4e7bf9117ead9873f9d4ae4b4f131f7a7253daf", "message": "Use assertRaisesRegex instead of assertRaisesRegexp for Python 3.11 compatibility.\n", "proba": 1.0339815048610035e-07} {"commit": "56b69c3275ab1f96c7e4346e97f1b490eb45dd5a", "message": "Python3 support\n", "proba": 3.1124528732107137e-07} {"commit": "b905989a990bb8b23fd5a0349f8a262888f4c408", "message": "removal of a development testing leftover in the auto discovery.\n\nSigned-off-by: Mateusz Susik <2a50fd99dda6d1785941232cf82ccb090d94ec8e@sigmoidal.io>\n", "proba": 1.107864520122348e-07} {"commit": "7566dc6356e2ab1d17688f912210df58afca5bde", "message": "we only try to kill\n", "proba": 1.260446964579387e-07} {"commit": "3e89a6b3efc4eba5d43d5c6a64d64d9a64a6895c", "message": "test_ffmpeg_memleak.py: run all tests\n", "proba": 1.8027434407485998e-06} {"commit": "684957c69dd0fa3e6fe1ecbae6c9959c28b3f574", "message": "test for worker register_heartbeat\n", "proba": 1.2186386584289721e-06} {"commit": "8c2fa1c043faf257ba56357efd8fbbc0612b0581", "message": "report XDCR lags in seconds\n", "proba": 1.6121732926421828e-07} {"commit": "a26011e8abe18dacaebeaae9ef8e0f1167d655e1", "message": "Added references\n", "proba": 1.3987381919378095e-07} {"commit": "e993e2ab2c7c623d3b83e02d581e66e11ff2bd22", "message": "add warning if solution not found\n", "proba": 5.943446694800514e-07} {"commit": "361a3db6bf5f195b47a44d430979afbe765d7340", "message": "leftover print\n", "proba": 9.402975251759926e-07} {"commit": "94486783ad3667f713f6ea86b104793a79d3d801", "message": "Modify to read natoms_primitive and elements from band.hdf5\n", "proba": 1.4804845704929903e-07} {"commit": "19edddb0b5dd7278da3180d95e5dd8f3dbdec6f4", "message": "All packets except cfg3 should use version 1\n", "proba": 8.553455700166523e-06} {"commit": "f1371f938b8c2392e76e99cea0be188c0d381392", "message": "bugfix\n", "proba": 8.478961035507382e-07} {"commit": "729e7292a5f8067799fdc9989ec1d26d3e26ea36", "message": "cleaned up job logging\n", "proba": 3.0067405987210805e-07} {"commit": "8e1226b21da0ace814424a4cd6214b1eb01ec536", "message": "Special handling for getting create date of MPEG files that have companion THM file containing EXIF tags\n", "proba": 1.1604309690937953e-07} {"commit": "eadf20706d37e06be1695460ea09b7bdc6413d30", "message": "Bugfix: subprocess.CalledProcessError replaced with local error class\n", "proba": 4.6515509666278376e-07} {"commit": "d44c2c77b9e1fb35bbce354682054af3ba7671d0", "message": "cardiff: Renaming \"global perf\" to \"mean perf\"\n\nIn fact the deviance is compared againt the mean perf. The word\n\"global\" wasn't precise enough\n", "proba": 7.140913112380076e-06} {"commit": "281b2f134da7073e80de43c38873015fa15e64d3", "message": "MODIF: rem fcut from filtering\n", "proba": 3.065867986151716e-07} {"commit": "21e4b8eb1c3114dd8e80e76189e6a86c97393d0f", "message": "* tools/cvs2svn/cvs2svn.py: Add $LastChangedRevision$ keyword.\n\nSuggested by: Jean-Baptiste Quenot \n", "proba": 1.0743834621962378e-07} {"commit": "5f9ebcd95d76431c512846ee4d211f3c9146f826", "message": "Typo\n\n", "proba": 1.7928996385307983e-05} {"commit": "947a1539c3ced45a2523087f0d6d3af67530cc8c", "message": "Modification of Supported OS\n", "proba": 2.391780071775429e-07} {"commit": "7af9fdf44e215d3f432f0affc17168b4914c3eed", "message": "removed regex statement on search functionality\n", "proba": 4.854861685998912e-07} {"commit": "e66e5b7d2a172a2e5e42f9afb8aab1fb7329d2aa", "message": "AcidBase: refactoring\n", "proba": 1.6409269392170245e-06} {"commit": "792b643858cafc72e41cc130d4ea3ce7f60b92e6", "message": "skip global finder tests on python < 2.6 again\n", "proba": 1.329237164782171e-07} {"commit": "49119e31bf603ed3d2e1f4e82dfcc6b94c3cc29b", "message": "fix py25 compat\n", "proba": 4.796580697075115e-07} {"commit": "a79fd559f13aacd21e51209a8233636788803252", "message": "Refactor torsions cache.\n", "proba": 1.226135140086626e-07} {"commit": "a544a4339aec33cf910a93c4f98e97501d985848", "message": "rds - modify_db_instance does not support tags (#5024)\n\n", "proba": 1.034776602182319e-07} {"commit": "4a5ddd43c4acdac398aa2f9e039d0bb8332bf70f", "message": "tests/tests.py\n", "proba": 2.5670972263469594e-06} {"commit": "179dfc8fc19d0443c04eea9674c303eab7562bf7", "message": "refactored to make views easier to read\n", "proba": 1.757832279736249e-07} {"commit": "9edf7d8be5e7dbfb46b6edd04508973b923f6ec4", "message": "Cryptsy trade tests with get markets\n", "proba": 1.1991512849363062e-07} {"commit": "873ca1f2f71e325921ec8f57987835fdaf950c1c", "message": "Changed serializer to reflect model\n", "proba": 1.6996598617424752e-07} {"commit": "d19731afead9754d039fdebcf7e81a00891d2566", "message": "Control the timezone to make sure machine setup differences don't break the testsuite\n", "proba": 2.540036803111434e-07} {"commit": "1bd44cf5362e27867420aec5d071ba205c451e66", "message": "Add create_documents_folder\n", "proba": 2.9236163754831068e-05} {"commit": "95a213e5265045349b155c861985bd2977d7465a", "message": "Corrected fallback mechanism in get_maximum_input_sizes() to properly return an int fron config file (only used if infosys.queuedata.maxwdir is not set), and if maxwdir is not an int\n", "proba": 1.6592661040704115e-06} {"commit": "31b6a6f8427e27a9005e281dcea7bc1898d1fc76", "message": "amplitude neuron implemented, w errors\n", "proba": 1.3636902167490916e-06} {"commit": "6040616214c69a53d2155c2378b31a0d65e37567", "message": "clar: lolpython\n", "proba": 2.9158365578041412e-05} {"commit": "0dd5dd5894a6d34b2a7f839c00fc8636804acea5", "message": "walltime\n", "proba": 1.1048622354792315e-06} {"commit": "b357e60b4173a8dea99f5358d226056db8191074", "message": "Use is_localizable() \u2013 reflect attribute changes in model\n", "proba": 1.343564832723132e-07} {"commit": "56d1a0221d7a981309f396fcf1538663890b539f", "message": "... I spelt guild wrong...\n", "proba": 1.9549570140497963e-07} {"commit": "cf49f085f521ff33704976f62224024ad0ae32e2", "message": "Implemented attachment code\n", "proba": 3.784361410907877e-07} {"commit": "a112ab98436d92b930fb8af85a2ed5d2323c9df0", "message": "Remove unused exceptions and adjust some subclasses", "proba": 3.29606677951233e-07} {"commit": "13f26005d095a08b0c982ffb7d83baa77b3b6e02", "message": "fix tests\n", "proba": 1.2553598480735673e-06} {"commit": "b92f524fc29336b9284a621e91e109662d07a419", "message": "adding Regex - Regexp try statement\n", "proba": 1.96644734273832e-07} {"commit": "ee408041912da376de4d1ed739f2c487078815f5", "message": "Remove unused import.\n", "proba": 1.433858187738224e-07} {"commit": "319fdb0576df2f78feacde5cdef1772e6788fb1d", "message": "fix confirm page pattern\n", "proba": 2.7955596237916325e-07} {"commit": "dc0c666a54336873ccb7dee9c976b9504773b5a0", "message": "Disable add/insert/remove container\n\nSince we want to have a fixed list of containers in the stack.\n\nContributes to CURA-3497\n", "proba": 1.2532420612387796e-07} {"commit": "4e757326f282363cc7d324e87981eab7ec614da9", "message": "Stop words removed from the property linker\n", "proba": 2.875626705645118e-07} {"commit": "0496642801365e3c9543228ecc774c83921efa3b", "message": "participant1: Another fix to new bias field correction\n", "proba": 3.73017002175402e-07} {"commit": "162a67b87d3ac2b0b991ac6cdf6e3794c1bc1a44", "message": "remove while loop from datelinker and add for loop\n", "proba": 2.1687083062715828e-07} {"commit": "65b60c8dba17a03229203d6739931f7b1cc60150", "message": "Warning on absent JSON file in fmap/\n", "proba": 1.241994880274433e-07} {"commit": "bc8438d9a6f6c60e57162a0ee4dcd29a9bb76ef8", "message": "The quick hack solution using an alias is problematic when inheritance is in play, fixed this issue\n", "proba": 2.0339739137398283e-07} {"commit": "8274c181d13692bf1ed8446295b6a22c95ee0d90", "message": "style: Make the style hook work in directories other than the root.\n", "proba": 1.0923270821194819e-07} {"commit": "7be984af9288d17ec52266198272a1aa96d7380b", "message": "back to pipe in bash\n", "proba": 3.345262484799605e-07} {"commit": "779d86059dbf8f55d4357fbd22b83f39f4dfcb5c", "message": "store db in DB instance\n", "proba": 6.054766572560766e-07} {"commit": "f9f4df98cdb5ffdcef8d6da9902d114f23375c2e", "message": "add some query options to fetching all tasks\n", "proba": 5.249825335340574e-06} {"commit": "1f47d2cfff200287553f51934f6d9299ae1829ae", "message": "Add bash-completion subparser to shell client\n\nFixes previously non-functional bash-completion commmand\n\nChange-Id: I550a8f7f9fa348070f7e9777832943d451fd789f\nCloses-Bug: #1439702\n", "proba": 3.0479969836960663e-07} {"commit": "cdb7bd49179c8d9a1cd3ea736a2129c5b664b985", "message": "Mention #191 around where the work needs to be done\n", "proba": 2.4565548528698855e-07} {"commit": "ba7914f4f0fac1553fbf20e8b86b4e774370af97", "message": "Don't fail if no label info; Show catalog number if present.\n", "proba": 1.0410897743895475e-07} {"commit": "30e796db05e6d8d43576eaeaefbc9e126d8c584e", "message": "Small tweaks in citeproc-test --help", "proba": 1.177263726503952e-07} {"commit": "0195f85af05b87bb38a7a74dd7b2a086692ed7ee", "message": "Stylefix\n", "proba": 5.849839794791478e-07} {"commit": "e55f80575ce12d4ca9b207962affc7c7571cdd61", "message": ":clock1: 10m | tests for entities #33\n", "proba": 1.0279921980327344e-06} {"commit": "5713de896674110c73f90d0a2016d4410a79d6e3", "message": "Use the objectid in the test\n", "proba": 7.723976523266174e-06} {"commit": "33538eddd17d2c3edb02a17bf26660f4cd71b475", "message": "implement User.__ne__\n\nseems it is not inferred from User.__eq__\n", "proba": 7.080607247189619e-06} {"commit": "75601f660d009cd2e68554351b6ac7047df5656a", "message": "droplets: Always rebase instead of merge during git pull.\n", "proba": 1.0885853640729692e-07} {"commit": "1148821ccf63eebfd8f2cafd7640ddd659f5dd54", "message": "lint changes\n", "proba": 1.7058839603123488e-06} {"commit": "ac9f87ce646d074689e0d27afb51a78ccdfcda85", "message": "Keep beta categories in the nav if they are asked for explicitly by url", "proba": 1.8172569582475262e-07} {"commit": "cd9063e471cb63045f0451a667b46de764c5f446", "message": "Fixed typo\n", "proba": 1.2940510032422026e-06} {"commit": "2b9980cc3b45ebfead632c7b2f39229a64d7bed5", "message": "Fix aggreagation for QA domain\n", "proba": 7.180823899943789e-07} {"commit": "b566769af168c8311e20287a47c8947487f6ffb4", "message": "Better name for variable in table-generator example.\n", "proba": 1.1719919967845271e-07} {"commit": "3c1fa1d4d900693302485af7bcceeb893b089e55", "message": "compact list IDs, discard 'full name'\n", "proba": 1.7055723219527863e-05} {"commit": "cc744239a4da250a442920d68280beec7897a824", "message": "added month to performance filter and added check for missing aggreagte awc_ids\n", "proba": 1.3416851629699522e-07} {"commit": "15da22affb5391108681e1a910fddc212712efdb", "message": "#test commit\n", "proba": 2.5128804281848716e-07} {"commit": "cfe2a3848501cfd1dd94f4f5ec02f82a010278bb", "message": "[build]: added the availing services to the tasks\n\n- Github Issue:\n", "proba": 1.1030991942106994e-07} {"commit": "e6b849ebabb41e9bfa123047690059e64a2f01c5", "message": "nanshe/imp/segment.py: Add a summary and brief description of the module.\n", "proba": 1.0645351977700557e-07} {"commit": "8ff68f9fed46f70c1c0db989bfceaa41f6cf19b2", "message": "refactor the code\n", "proba": 0.9999992847442627} {"commit": "e58fe1a5f2bd7d099ab595d5fd081d6bcc5590a4", "message": "Split page for model access and data/metadata access.\n", "proba": 1.1784724307517536e-07} {"commit": "3492e27baee31c8f11073f28b1bf69d9aec66d74", "message": "Fix capitilization\n", "proba": 9.925300901159062e-07} {"commit": "ae2502df6363936f5f5a160867934908ecc4e905", "message": "Add wildcard for set matches on junos\n", "proba": 2.3231281431890238e-07} {"commit": "11928e2ff8d72182f2e1899e6e849cad98f56b6d", "message": "schedprof: User vcversioner instead of handwritten code\n", "proba": 1.9737203160730132e-07} {"commit": "2b76680cd4cf2f62f1866a102d4d9b52415dbc66", "message": "add a trimmed_outfile parameter to the main() function\n", "proba": 9.112833367908024e-07} {"commit": "7daaf59d848cbe80aa2b3b2f0b9fa9c76fd68c0c", "message": "Wired down grizzled-python.\n", "proba": 1.3684868349628232e-07} {"commit": "820fd242a04c503fa57df247d30403356b0b5a1d", "message": "Support diffing other arguments.\n", "proba": 1.1843649616594121e-07} {"commit": "1ab9a5ce2e68874a02e7e8e2cd660c446b0239f4", "message": "fixed a bug with 404 pages\n", "proba": 3.1625737051399483e-07} {"commit": "99f5ace3be3cf89b6986f1fd1800374131a95164", "message": "Added a add_mapping method\n", "proba": 6.676337989119929e-07} {"commit": "29cb312a98867ca6f42f05432f40dcaeeb095c4f", "message": "added option to bench_run to avoid saving provers output\n", "proba": 2.8553009201459645e-07} {"commit": "66c827f7dd6b41923275589a06e7ff07e28d3875", "message": "[svn] types of lists\n\n--HG--\nbranch : trunk\n", "proba": 2.524164131045836e-07} {"commit": "8bfef55708364869578cc282f286459e219fd5a4", "message": "Fix keyword argument in call to BenchmarkConfig.from_flags. (#141)\n\nThe argument is called collect_profile, not collect_json_profiles.", "proba": 0.0002605630434118211} {"commit": "dc924aae80a2ae72acfff1472baac64fbc64b7df", "message": "Updated custom metrics to use new v3 api.\n\nDetails: https://cloud.google.com/monitoring/api/v3/migration\n\nBUG=catapult:#2148\n\nReview URL: https://codereview.chromium.org/1867493004\n", "proba": 2.2082620887431403e-07} {"commit": "7a340ad5dbd8fbb0f580597ea8b30d4d592b189d", "message": "prettier xtick legend, better rotation of xtick labels\n", "proba": 1.250183743195521e-07} {"commit": "e4dac22373483634e4ea648394e3986225f14a72", "message": "Account for multiple columns in `_parse_header`\n", "proba": 2.6815754949893744e-07} {"commit": "493ac5442a9a420ba4a2d98eb31e41513f3ca229", "message": "Update main.py", "proba": 7.280797831299424e-07} {"commit": "7f2347d204c2ebb6fb935b51971f7f9a9453285f", "message": "Send a unique message with all the stations\n", "proba": 1.224976955427337e-07} {"commit": "2531366a1043dd99b6382146262555bb398ab684", "message": "Use device identifier instead of name\n", "proba": 2.4918658709793817e-06} {"commit": "0bf17894644be2440ee401b9efb0e021a3d6bb47", "message": "Fix template context for API token views\n", "proba": 8.868908594195091e-07} {"commit": "424968b45ae6746cd32882a3b8d45c2adee487c4", "message": "- removed the old zip archive support.", "proba": 1.0207936185224753e-07} {"commit": "25ead22aa1b3b68720e35629201c3291302945eb", "message": "Try and make the selenium nose tests less flakey\n", "proba": 7.13176063982246e-07} {"commit": "66feb16512f574ba1bcaf1c2272a07734f060a34", "message": "Test an empty request\n", "proba": 2.3084219719748944e-05} {"commit": "ac309310ecb975e37ff1be1a991b77680079baa8", "message": "Added -s (--set-parameters) option.\n", "proba": 1.2089275003290822e-07} {"commit": "9f7e420cf2437f69286b91295122ab5e960d9bf7", "message": "Cleaned up and simplified\n\n", "proba": 2.77703361462045e-06} {"commit": "6cc542f59df10b9d8e1d09bd04b3e9ab41a0e705", "message": "Added notes\n", "proba": 1.4654624180820974e-07} {"commit": "734ef37cccb6d7cb5884b79b3525fe45cd8a92a8", "message": "Fixed SharedWeightCFProjection.n_bytes(): count input_sheet_slice, not weights_slice.\n", "proba": 1.5345763415552938e-07} {"commit": "79372c4707dfa0bafb7440d9a284b59c33459043", "message": "Removed incorrect ALERT (copy.copy() works for all input types, and the overhead is presumably small).\n", "proba": 1.1802179500364218e-07} {"commit": "70db6b496de736c9273f02d99823abea17fae7fc", "message": "Add missing space in the message produced by @log\n\nFixes bug: #1211275\n\nChange-Id: I06140058cd4e0819cc9e8879516e54f67f54836d\n", "proba": 9.306619904236868e-05} {"commit": "d3c64aa4e1bdae2373ebd97353baf76da55a3e62", "message": "Adapted Code of document retrieval to changes in WS\n", "proba": 1.198479111508277e-07} {"commit": "5341fa4e8f5c6cc2b4737df12b7126fc463865e8", "message": "developing\n", "proba": 1.0944079349428648e-06} {"commit": "1e76c78da0636ad8a80b0421728a0972f483dc7d", "message": "source/rupture: holds rupture length and width\n", "proba": 0.00010277426918037236} {"commit": "8f3ad00bc5b9efcb40f7c5786d7e5cf936c2bd79", "message": "cleanup\n", "proba": 3.1109298106457572e-06} {"commit": "e1df66c24331a0a13e452ed5799479059d446085", "message": "Added cluster, node, disconnect, connect, decommission, and debug mode\n", "proba": 2.1770780733731954e-07} {"commit": "b259c01ce619db7a324b3439fdfc53b6e5b8a561", "message": "replaced by argparse\n", "proba": 0.9982602000236511} {"commit": "f8cdb0d2cd74a4bf2911a6d25d7b2f1ec49f08ca", "message": "Sanitise make_package_npdrm arguments.\n", "proba": 1.934367759304223e-07} {"commit": "70cf2d1bc36a38279d1a626a7c46565c54a34c49", "message": "Bring back network hitting prevention\n", "proba": 1.30717481283682e-07} {"commit": "572334b41e512ac5ac94e4e3016806e6763c1605", "message": "Add the ability to iterate multiple times over the data\n", "proba": 0.9978911280632019} {"commit": "b60e36470975d19a6262b57ac9cd4c933fbfd31a", "message": "Clarified reverse complementing, added new -z\n\nBy default, passing -r will reverse complement all reads prior to\nfeeding them into the aligner. This is beneficial for two reasons: it is\nslightly faster, and it prevents spurious alignments where all marker\ngenes are oriented the same direction.\n\nNew flag -z (--both_strands) forces consideration of both orientations,\nbut its usage is not generally recommended on the above grounds\n", "proba": 2.995395107063814e-06} {"commit": "f8ea3e2a7802e80237d8b7767d3f4b2ee06fc062", "message": "Better family detection\n", "proba": 2.70204537855534e-07} {"commit": "009a9f401fd0c1dba6702c1114a73b77f38b9ce3", "message": "Fix name parsing for roads\n", "proba": 0.021248165518045425} {"commit": "a9a7883df9dc7cdd0a40fd5320e91d38e7fdddb3", "message": "Model.py", "proba": 2.5072145035665017e-06} {"commit": "d6e16292de9fe11663626ac8b09e065fe5f87fea", "message": "Revised structure\n", "proba": 9.503558544565749e-07} {"commit": "6436a1a9ef5b6d1ce40ebd737608e1fbaeac8eb6", "message": "updated \\'--help\\' to print out list of commands\n", "proba": 1.0782799108710606e-05} {"commit": "aa0adcf0c514cd8f2c803466220df9652a1c7abf", "message": "Unconditionally reschedule current activity switch timeout\n", "proba": 1.935652136353383e-07} {"commit": "3ede91d6412e64d9dca5aeb80d51f49d383b3cac", "message": "Fill in all felixConfiguration field names for CRUD test.\n", "proba": 1.093690542575132e-07} {"commit": "57a79f2052f2a06256565dae20b24c7626ce6bae", "message": "delete associate.py\n", "proba": 1.0100618510477943e-06} {"commit": "15e87f9e5f1c5cc5c1db9fd66b96c28c9b6741d6", "message": "Limit dost\u0159elu\n", "proba": 1.0487065082998015e-06} {"commit": "3b60cfaaee6aea45d0d084b2232008d0324e3b28", "message": "test-si-tubes.py: test joiner side of 1-1 D-Bus tubes\n\n\n20071219134845-7fe3f-2dde2a72655feec2e8975c76dddc8f53ee449eeb.gz\n", "proba": 2.1079543444102455e-07} {"commit": "9410cb9ffdd04e13484a6fc2c123d7d8bb56a0d9", "message": "change sort in project-pulldown. (use Project.sortkey)\n", "proba": 1.5463938041193614e-07} {"commit": "2809bdc2d1c4a37d79ec324c789ff2f1484adb42", "message": "remove obsolete test\n", "proba": 0.002318604849278927} {"commit": "afdb2f96e83f3f26d541d7ef2267f66fe6e9c7db", "message": "add test for select item by data/label", "proba": 2.1517841730656073e-07} {"commit": "2e09477dccca77501d0f780e55549357687b7011", "message": "Set system type in test looking for error that's hidden in dev/test/staging.\n", "proba": 1.0829111118937362e-07} {"commit": "8347fadc70eb0c751745762856c038503f45ab44", "message": "bug 1415649: KeyError when a rule doesn't match an updateQuery that doesn't contain the SYSTEM_CAPABILITIES fields (#451). r=rail\n\n", "proba": 1.4454130905505735e-06} {"commit": "f21bba0621c1f1336d5999378939d02bb957c383", "message": "Fix ignoring non-Cyrillic in RussianStemmer\n", "proba": 2.4040835342020728e-05} {"commit": "84b67015d222baed7b4bf8720b06454b1dcfee7c", "message": "Passing the pytest fixture into each of the testing functions\n", "proba": 3.0250964755396126e-07} {"commit": "1b69f60d267ddc810120237783cea0fda50ccd8b", "message": "Use namedtuples for global roles in auth_test\n\nDone under duress at Jim's request\n", "proba": 1.5249577245413093e-07} {"commit": "1c0f9e855492d2a944274a3a74780a8cb6e39f18", "message": "Fix bug with file creation\n\n", "proba": 3.911026738023793e-07} {"commit": "d415e97935dbcf8b5132d54a4f072ed948ffabd5", "message": "Renamed some stuff test functions\n", "proba": 7.43281532322726e-07} {"commit": "899529a63774ee930c7b5744f229d8e04bd3b1aa", "message": "fix compiler tests that use multi assignments\n", "proba": 4.574123408929154e-07} {"commit": "4af859f51ca3077e8376fd161cf6fb9321cbac1f", "message": "update test verification\n", "proba": 3.369076466697152e-07} {"commit": "46a3b9c376b8c263c2c69c0d41fce85a3a6dee6b", "message": "final delete user test PASSED\n", "proba": 1.0524202480155509e-05} {"commit": "dab0ae8513ff604950efe72a4e33e1b1075cf0e3", "message": "Corrigindo testes\n", "proba": 1.1498865433168248e-06} {"commit": "15006c26b8702218e8d9dbf48313c7893da7c32f", "message": "add repr tests", "proba": 2.474634470672754e-07} {"commit": "e27553fe800bd0d6ffd41b6c69d3c0ce8aec61cd", "message": "needed to make a variable global.\n", "proba": 1.7162425365313538e-06} {"commit": "c7773491e42cc329670945ff6281468b635bf23f", "message": "Further test for stdout/err of evaluate function\n", "proba": 2.0061578709373862e-07} {"commit": "bed943052a7216d44cb96f34464d109d50491669", "message": "Porting test to Python3\n\nFixed StringIO import\n", "proba": 2.6993126311936066e-07} {"commit": "01ecfc3ff1561a9f69bc36899fb3e081d85854fd", "message": "Added shortcut for sharp turning bot.\n", "proba": 1.1389861498400933e-07} {"commit": "63e1c92d93aa28ff34f47acf85b2e4957ade92d4", "message": "Simplify CoulombMatrix test case data\n", "proba": 4.7703662858111784e-05} {"commit": "378cf149a84972b64a07008a03cdb6b89df3f1b9", "message": "TW2 Date validator crashes if no data is provided\n\n--HG--\nbranch : tw2\n", "proba": 1.4740210190211656e-06} {"commit": "b83c118824b0f04e35f69fe558338f51e397c5df", "message": "Added unit test for relative paths.\n", "proba": 1.0831920604914558e-07} {"commit": "58f22b04cae1ee19ab3c88aa096c5f4e3507cf3b", "message": "Use CodeCollector.\n", "proba": 1.4892570732172317e-07} {"commit": "012fde1caf35b17ac1eb1fe3f61cc5ea2b19cdbd", "message": "Refine and streamline startup log. The new output is on one line and\nlooks like this:\n\nAXES: BEGIN version 5.32.1.dev14+g038dc7c.d20220507, blocking by IP only\n\nResolves #884.\n", "proba": 1.2017019912491378e-07} {"commit": "cce896e56c6b4a300c0fcbd14ccbd3d2178cb609", "message": "fix atom number in lmp test\n", "proba": 2.2319964045891538e-05} {"commit": "be4be74a0242e499cd10a8a9b96c9ec76fa04f88", "message": "Type RTSP (#93)\n\n* Add typing to RTSP\r\n\r\n* Remove unnecessary (object)", "proba": 1.1178192949046206e-07} {"commit": "5a23170715e7dd2aa67aa7548105a5a41050bb06", "message": "Remove tests of PyMongo.\n\nPyMongo tests using MockupDB are in\nhttps://github.com/ajdavis/pymongo-mockup-tests and will eventually\nbe in PyMongo. MockupDB's tests should only be self-tests.\n", "proba": 2.0325487071204407e-07} {"commit": "5cf7b7784c9e24c76d8f0a3c50840a1a00117e1d", "message": "score > 0.7 is somewhere near\n", "proba": 1.614678012629156e-06} {"commit": "115cac11928979be009d98aa2471414069d7af0d", "message": "Simplify test\n", "proba": 0.0001872979773906991} {"commit": "efe892360d0426f182e925d0a5b0823004eebd8c", "message": "Delete test_payments.py", "proba": 5.6866683735279366e-05} {"commit": "6a71666c46f601cce3d28705f3e59e8826408592", "message": "fixed tests\n", "proba": 7.448433620993455e-07} {"commit": "809896a5089d958f33357c5621f9a85bddca81ba", "message": "\u66f4\u6b63\u6570\u636e\u5e93\u540d\u79f0\n", "proba": 3.344139827277104e-07} {"commit": "d002254c3d8228d18c7187d78921bfed0e9c1554", "message": "Add test for start_session negative case without task.\n", "proba": 2.3266629796125926e-06} {"commit": "a1a1c025df1b031ba720da62a5f0f8de567f60e1", "message": "Clean up test_load_string\n", "proba": 0.0002889759198296815} {"commit": "055c4f7db26fd1285e8a01420568a6da2e68bca1", "message": "prepared to write try-except in transcode\n", "proba": 2.2316176284675748e-07} {"commit": "1958cd7b3c1650cb7f934d349a84407c3fddcff6", "message": "Test mass-edit with numeric data\n", "proba": 5.844698307555518e-07} {"commit": "21778c1c0b396a878d47f61a0d4fcacbb3a46178", "message": "moved hparser inside unquote\n", "proba": 2.7089603804597573e-07} {"commit": "fafdc4b11a56e98bcc36715082552b6465d3a225", "message": "Fixed pyscript unit tests\n", "proba": 1.977254697749231e-07} {"commit": "cf0741af9b7f17813c04af3c152cae0d5a80a7e6", "message": "additional test to make sure locking works on all platforms\n", "proba": 1.1909137498378186e-07} {"commit": "b1c107e40ea862e7b610c94f18e6ac4ffdac6f91", "message": "Cartesian product of match and set test, disabled beacuse it takes a while\n", "proba": 1.4957333860365907e-07} {"commit": "238c78a73e32bfc3e41382ef30bef5751e1beb79", "message": "Simplify attribute asserts in tests\n", "proba": 6.511874062198331e-07} {"commit": "17cc62ef2ecd586b2529c643ae6b0c9d90ef5146", "message": "patch test-services if admin does not yet exsit\n", "proba": 2.2758972306746728e-07} {"commit": "b3388cfef9b647d18d2a03f86011726aac070c00", "message": "Update unittests\n", "proba": 3.511530337618751e-07} {"commit": "0a3a177fec8de57e138af3565e7c0a8c38b3b49a", "message": "More test fixes\n", "proba": 1.2708404995009914e-07} {"commit": "8a50a606b8b9803a63fe8fe14d11bb13e48b4c67", "message": "Update tests/test_tifffile.py\n", "proba": 4.389366381474247e-07} {"commit": "1d15d599da9728ce260c1a72f3213288ad84c038", "message": "actually just remove printfs\n", "proba": 6.776916734452243e-07} {"commit": "4a04275acc932ad91bb102d1e8515ccb2ff38d46", "message": "fix test\n", "proba": 1.6747775362091488e-06} {"commit": "76b28fc0c2b1e4dd3a674b57e45c20d4b2d147dc", "message": "Verkkokauppa finally removed the object :o -> updated test\n", "proba": 1.237480802274149e-07} {"commit": "88b7d624718de472fede7ae8056df3607f99450e", "message": "Update rm_none tests\n", "proba": 5.874863973076572e-07} {"commit": "2898dbc4d240c405a617b4717df0550b08891c04", "message": "Remove 2.7ism\n", "proba": 0.004588790237903595} {"commit": "fdf4f6774d18209b2e4297c802623416b167d8ee", "message": "Make test_remove() use _test_search().\n", "proba": 7.213685421447735e-06} {"commit": "660afd193a1f498461620800ef3536c7d767a5a9", "message": "test_workflow: some refactoring\n\n- added support for None entries in data (these fields are ignored)\n- a bit of renaming\n", "proba": 5.868592438673659e-07} {"commit": "281bf23dcb4568695bf15032b03a9f4d7f661d86", "message": "CFY-1662 truncate debug error\n", "proba": 5.497004167409614e-07} {"commit": "3e0ae5f86fd5583b99e89496f172cd10ae818206", "message": "0.13dev: Allow parameters in the database connection string for the MySQL backend.\n\nPatch by Thijs Triemstra. Closes #5120 and #9949.\n\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@10407 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 1.604190401849337e-06} {"commit": "f12bfe9d63aeab85d9e3ab1e57d9dcd74be734a2", "message": "Fix custom table names in revisions\n", "proba": 1.3784535894956207e-06} {"commit": "841dae4cf7a724ac0cfb72ee56edb006da46588a", "message": "1.1.4dev: `required` is a class attribute after [12820]. Refs #11587.\n\n\ngit-svn-id: eda3d06fcef731589ace1b284159cead3416df9b@13858 af82e41b-90c4-0310-8c96-b1721e28e2e2\n", "proba": 2.574633981566876e-06} {"commit": "7a6ff79614ff602bd73d125ed796492276725fde", "message": "add AsyncSolrIndexer to query the solr server asynchronously\n", "proba": 1.9580319587930717e-07} {"commit": "fa65b2d2500692d7d3ff97a9805d0ee56b917a50", "message": "Another go at fixing the Windows tests.\n", "proba": 1.1759194507021675e-07} {"commit": "ae5580c8f965368f90bea151947c62fdfd260e37", "message": "style changes in test_vcr.py\n", "proba": 1.0157057204196462e-06} {"commit": "7ef28400894ad7a53fe8043279f95aa26e99a477", "message": "mudando caracteres de passaro amarelo para \"A\" e vermelho para \"V\"\n", "proba": 3.528213596837304e-07} {"commit": "3e3f455f67c5ce4ff46b27684555d6f41ebf6d8a", "message": "remove newlines from messages\n", "proba": 1.0278785111950128e-06} {"commit": "42d754825786c60b67638cdcc2bc2edb3fec00b9", "message": "Test unit for checking update active images\n\nThis test unit pretends to cover attempts to upload images with active\nstatus.\n\nChange-Id: Id557157b30d78af474973a9d385c34aeb8afd0c3\nCloses-Bug: #1434306\n", "proba": 3.00824353871576e-07} {"commit": "9316349b5d30523edf62b8f2ed6fd77c697dc4bd", "message": "update to new error message\n", "proba": 2.6914958084489626e-07} {"commit": "c12cd0aea551687b6e30915e2e7c14ed3b698deb", "message": "Removed the byte lookup (using struct.pack instead).", "proba": 1.2228724699525628e-07} {"commit": "283c46b4882c51f94f638429f2b43b77de6bc51f", "message": "Minor tidying up.", "proba": 1.282152197745745e-07} {"commit": "38cf13c8862274d4662226a653b968b407148f8e", "message": "String.base64() is now a thing\n", "proba": 6.942630534467753e-06} {"commit": "cfb804d9858f52f179c3b39b40cb078ddd567acc", "message": "Refactor emulate method\n", "proba": 1.5092899730007048e-06} {"commit": "08ed3b28c16178955aafdac0938e426e9c7a519e", "message": "Re-ordered rules so that new post url is picked up\n", "proba": 1.318447715448201e-07} {"commit": "c9fa4b927e1d324e13ad57b479dd8ebcad9fd412", "message": "Fix next address computation after hook\n", "proba": 1.3045316336501855e-05} {"commit": "9b9fa68c103d97b0bb543daab676071dc91be5a1", "message": "optimized by remove deepcopy\n", "proba": 2.756331980435789e-07} {"commit": "280fb2ccec7cf0473a48235b14fb60d92617c553", "message": "defines samples; adds option to not perform any cleanup\n", "proba": 1.4960886574044707e-07} {"commit": "9f6a78819337ff84d153072869377252f47fe1dd", "message": "changed MediaFile.tags to MediaFile.mgfile to avoid self.tags.tags confusion\n\n--HG--\nextra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%4043\n", "proba": 5.809255867461616e-07} {"commit": "cb55d59e676ec8b95aa75b317be7c3d73f42bca0", "message": "use nquad, specify default limit and epsrel\n", "proba": 1.392035215985743e-07} {"commit": "757fc7e0b8092a6115d9fa76487ccbc40bf20053", "message": "Update bootstrap to check for expected LLVM\n\nOnly reconfigure/recompile if necessary.\n\n\nFormer-commit-id: a9e667b4821b6884b323bd74b4decc149c3427d8", "proba": 1.212604502143222e-06} {"commit": "0dd5e155b38402260b7f4ee6ca4ccaa4aa5205c4", "message": "Adding file size to file metadata\n", "proba": 7.595419901917921e-07} {"commit": "ecbd4c3e0e3f5dc8cae9a1968e44853b86eb2379", "message": "Adding basic tags support\n", "proba": 2.719407348195091e-07} {"commit": "388e95128570c69777d8938410185942bf4c72a4", "message": "update to new zc.buildout bootstrap script, requires new setuptools\n", "proba": 1.3178845392758376e-07} {"commit": "2c4f983e21d42c665161cb7780866ca1105a0fc4", "message": "bootstrap is executable\n", "proba": 0.002668621251359582} {"commit": "5d33fae20c1f59c7f0865cdec65d62095f8f1a58", "message": "Update bootstrap script with current Homebrew Python 3 formula\n", "proba": 2.2413820488509373e-07} {"commit": "7a05e06dc9fa871fb1192df58c02e0959359afcb", "message": "Fix breakage in ctest.py.\n\nSpotted the following error on the bots:\n\nTraceback (most recent call last):\n File \"bin/ctest\", line 318, in \n main()\n File \"bin/ctest\", line 314, in main\n options.remote, not options.cache)\nTypeError: RunAUTestHarness() takes exactly 9 arguments (8 given)\n\nhttp://chromeos-botmaster.mtv.corp.google.com:8026/builders/x86%20AGZ%20Full/builds/545/steps/cbuild/logs/stdio ( http://bit.ly/fdwOq1 )\n\nThis change fixes the error introduced in b54301bb9a284302d0f82c12a8753c3302a86d88.\n\nTEST=Verify that new argument is passed through.\nBUG=chromium-os:12211\n\nChange-Id: Ibe8ee2f1fd0001525a5699a9dc107730f9c181de\n\nReview URL: http://codereview.chromium.org/6625035\n", "proba": 0.010371220298111439} {"commit": "f3caa738122481f1090192e643b1122a6894465d", "message": "Refine logic\n", "proba": 4.029587216791697e-06} {"commit": "d28f573a90e44b12d2e55951bbb104fa472ba542", "message": "poser from the cmd line is done\n", "proba": 3.428374100167275e-07} {"commit": "99554f7e99b8e8b8f00298346d99a97abe06ba61", "message": "minor: icone\n", "proba": 4.574809281621128e-06} {"commit": "1767c64f852150f1fcee62e7adba08f149170900", "message": "Fixed typo\n", "proba": 1.2940510032422026e-06} {"commit": "cfb7f31e7724cbf817160df93c7d4290dc9bff77", "message": "Fix mhd.py style\n", "proba": 8.34988441056339e-06} {"commit": "21a42cd0e2de7e1b1f0ece6329da06ac6e021bae", "message": "working charts\n", "proba": 5.647652301377093e-07} {"commit": "8fb57e895689b03adddb20d04de75bb82892f9c4", "message": "Automatically grab the latest copy of breakable.py\n\nUpdate from master\n\nAvoid urllib2\n", "proba": 1.5085605298281735e-07} {"commit": "a0c17aff1a53f2c23cc0fe47dbd98877bdadcbee", "message": "Remove fabtools references and custom paths\n", "proba": 1.2807370808332053e-07} {"commit": "d2499d75f409566079e9a39979311c66a3cd09c1", "message": "Bumped the version\n", "proba": 5.136654408488539e-07} {"commit": "1ad1e03691a580a38773315ef150814bc35c5ead", "message": "Added a comment\n", "proba": 1.1853570924813539e-07} {"commit": "90ce7062c0445a60639627975898647f1f623cbe", "message": "Fix the --degrees option\n", "proba": 0.9999994039535522} {"commit": "b39dbce6db7e71e525df09d21c27f5199b45fba6", "message": "Add DATABASE_URL as acceptable config value for Flask helper. Fixes #1009\n", "proba": 2.545706365708611e-07} {"commit": "af9e6e6fa3fd2ceaedd5df951cae81d0e34d2af1", "message": "Flake8 fix\n\nSigned-off-by: ArtObr <24870ba6726087be7be3af8a7040487294fd73a9@gmail.com>\n", "proba": 1.0836529185098698e-07} {"commit": "47686b74aa4ca4f1dee5c7174b4f4dc54b1a1de8", "message": "Replace get_allowable_sampledata_headers with get_case_attributes\n\n* wqflask/wqflask/metadata_edits.py: Remove\n\"get_allowable_sampledata_headers\" import.\n(display_phenotype_metadata): Use\n\"get_case_attributes\" to fetch all the allowable\ncase attributes.\n", "proba": 1.3446377522541297e-07} {"commit": "58fe70c41bb278dffc263354fa9e2e21b4723c8b", "message": "fix flake8\n", "proba": 3.947170910123532e-07} {"commit": "5e2d22f1efc91fcf8ca3b1bc17e65201c3295705", "message": "INDY-1955: flake8\n\nSigned-off-by: toktar <693efcc3eefc70dd401303f85580b26042b61007@dsr-corporation.com>\n", "proba": 1.1074313732706287e-07} {"commit": "7bf3dbfc228facb3c6975bc07a2d993a2e700f65", "message": "Add various codebuild properties, per Dec 6 2018 update (#1249)\n\n", "proba": 1.0067788025480695e-07} {"commit": "9c2d9ea8dafcbb46ad821375e6f28afe558531d1", "message": "Remove unsed import\n", "proba": 2.58885023640687e-07} {"commit": "cfc3b41852a1fafccbfe93a457522165743fbb32", "message": "SageMaker: Mark tags props as optional, per AWS documentation.\n", "proba": 1.0038488795771627e-07} {"commit": "7521eb5dc28ad32419c56b8b15b5c5eacc619cc7", "message": "LCOGTingest.py adds images to photlco when run as a script\n", "proba": 1.329926959670047e-07} {"commit": "9017a9d3af12415d54d7909e8fa8f7294aea172e", "message": "Add listener uuids (and removal by)\n", "proba": 1.1911784270068893e-07} {"commit": "9a93503e4501bc120f08c1610ef1d99a11f539c9", "message": "[hb_input] Minor optimization\n", "proba": 1.2682147598752636e-06} {"commit": "15c8df29754fcaf8a920955e9f6efb4510f2a912", "message": "Types and defaults handled better\n", "proba": 1.4233756928661023e-07} {"commit": "0004f6bc6c772458f45027a76b1aa4fb31247264", "message": "Catch DBError for duplicate projects.", "proba": 1.144589560908571e-07} {"commit": "30bbe9c205e6b916410ddce0d168a3119b608570", "message": "Made better imports, just importing objects and glyphs at the beginning.\n", "proba": 9.904916709047029e-08} {"commit": "974ecad2092502cc6825ed5c4c7daa1b362f8a41", "message": "More Comments, cleanup, and reformatting\n", "proba": 1.2598582088685362e-07} {"commit": "0f5341d38c1ab8c70f76098a26b98b738597f89e", "message": "xirvik/commands/move_erroneous: make some progress\n", "proba": 7.42698375688633e-07} {"commit": "f201f562fe79d09b0bbad42c4630ec8e4c76bf06", "message": "more error handling in volume driver code", "proba": 1.318323228360896e-07} {"commit": "6b6e1ef1963a20327a8e7d41c0c2e8bc23c0eed5", "message": "add identity and related dicts to subscriber\n", "proba": 1.5661613872453017e-07} {"commit": "7317a702b83bd3f1b961dd448277f633e820d88e", "message": "Fix, there is no point for \"--run\" to have different sys.argv[0] than shell.\n", "proba": 2.552498870045383e-07} {"commit": "327d8a1328222761650b9f0d5dc536ead82a5875", "message": "Convert implementations using generated_jit to overload\n\nMixing `generated_jit()` and `overload()` causes fallbacks to object\nmode - this should not be happening in Numba internal implementations.\nThis commit converts all uses of `generated_jit()` into `overload()` for\nfunction implementations in Numba.\n", "proba": 1.2138917782067438e-07} {"commit": "e3090d1775587eedcf1ca65df62ba4bb67cc79c8", "message": "Don't show signature help if user has continued typing\n\nWhen opened after server reply, the hover fights with the completion menu.\n", "proba": 1.0342792933215605e-07} {"commit": "0ad2741e9d440829779c2493e698d4c6309d0420", "message": "fixed missing underscore in cmdname\n", "proba": 8.199052672352991e-07} {"commit": "9129e6d8478119b6b97840d5e352709656348452", "message": "DOC: Double backticks for inline code example.\n\nSingle backticks are supposed to be use for reference to other object,\nIn this context double backticks (verbatim) appear to be better suited.\n", "proba": 1.1925639853416214e-07} {"commit": "847563869cad7e410dc447e523a67498ef3df47b", "message": "Use a real inexistent domain for DNS fail testing\n", "proba": 2.9980191129652667e-07} {"commit": "da745ff5ded5790ca9b2cbd198a1f0fe830a9efd", "message": "Fixed spelling of extra", "proba": 6.960052360227564e-06} {"commit": "8ca9e401cafe2dd0ae869be0c12ecfa4a4fb96d4", "message": "Change recarray attribute getting to return a view using the class instead of pure recarray when fields are present.\n\ngit-svn-id: 77a43f9646713b91fea7788fad5dfbf67e151ece@3737 94b884b6-d6fd-0310-90d3-974f1d3f35e1\n", "proba": 8.093844371614978e-06} {"commit": "546fecda3758950ff31bd654719064da171cb69f", "message": "Update callback_data.py", "proba": 2.434313728372217e-06} {"commit": "2a569c4d98c9d1b34c7737edc4e040282d146589", "message": "Do not use mingw workaround for msvc runtime 7.1.\n", "proba": 1.0567849528797524e-07} {"commit": "15136ca3264a0a5495c503a5b14d4d0d228b8b62", "message": "update admin spacingi issue\n", "proba": 2.0817734025513346e-07} {"commit": "7c4d7dc3272eb8d0c3458862049bb37c8c07607f", "message": "fix conversion in exchange rate plugin\n", "proba": 3.0872158163219865e-07} {"commit": "7bce511b24b13ba1b73b9fb8464082d23bc641a5", "message": "some small fixes\n", "proba": 2.2186900139331556e-07} {"commit": "5f39ebaa96416b71921ad9a7a3aabf7af416c20c", "message": "Improve formatter\n", "proba": 1.5255759535648394e-06} {"commit": "b59f3a42234ed1c4e0bed072de4b22fd7f208e96", "message": "When using \"0store copy\", make copied directories read-only even by the owner\n", "proba": 3.539490194270911e-07} {"commit": "4755bde28d05a8dcafe979e95bf2da937d180c16", "message": "adding for loop on list to to handle the return of none when the list is empty. With the previous method if the list was empty the script died. See http://stackoverflow.com/questions/18852324/typeerror-sequence-item-0-expected-string-nonetype-found\n", "proba": 5.703956958313938e-06} {"commit": "0e5e6d0890e9e002817b2bee12d561828affb470", "message": "email_notifications: Convert list() of generator to comprehensions.\n\nSuggested by the flake8-comprehensions plugin.\n\nSigned-off-by: Anders Kaseorg \n", "proba": 3.864171844725206e-07} {"commit": "2e0b3ada57853a27d74bff73673cb498ff0a12d2", "message": "additional check\n", "proba": 1.416164394640873e-07} {"commit": "a52015d23019dc2ad816c119dba2cbf2e26387ea", "message": "ledger: don't throw exception if user cancels signing\n\nUsed to show \"Exception : Invalid status 6985\", which is not really user-friendly. This now mimics the behaviour with Trezor where we silently ignore cancellation (not showing any popup).\n", "proba": 1.0446105136452388e-07} {"commit": "08ffc95bfe8bceee62daf3e3609a3ff8d63720b1", "message": "Minor refactor\n", "proba": 6.828961431892822e-07} {"commit": "b0804f436d58e78b01ca1c0856a1f28f2e2bb3d5", "message": "Fixed typo in library\n", "proba": 4.205132313472859e-07} {"commit": "d2a5f3df5cd0ab11ffb1df3d44fb4437cee56305", "message": "Deactivate obsolete code.\n", "proba": 3.813371586147696e-05} {"commit": "fba60ca6051321982facfab13bb74a2840bccccb", "message": "Fix test\n", "proba": 4.372618604975287e-06} {"commit": "5320e64cedb9b4c9848e9cd20957885c33bd19d7", "message": "\ud83d\udc55\ud83d\udd27 fix lint warning, change URL\n", "proba": 1.147345827234858e-07} {"commit": "3f0028db71b2036636a99a64d3f94d2e9ff11ab4", "message": "for deploy#3\n", "proba": 3.093623206495977e-07} {"commit": "9915ca4bc8a0a6d7f341a3c12481078c9ba5390b", "message": "\u041a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0435 \u043e\u0431\u0440\u0435\u0437\u0430\u043d\u0438\u0435 \u0430\u0434\u0440\u0435\u0441\u043e\u0432 \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043f\u0440\u0438 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0438 \u0438\u0437 \u0444\u0430\u0439\u043b\u0430", "proba": 3.333495328661229e-07} {"commit": "b77c14388be0df54dc396c92c96d369034140537", "message": "\u713c\u304d\u9bd6\u6a5f\u80fd\u5b9f\u88c5\n", "proba": 3.13441518073887e-07} {"commit": "eccffbd659a64c122c49995f39d4fc84731338f9", "message": "Removed debug messages in microblogging plugin\n", "proba": 2.855883565189288e-07} {"commit": "ec140edc3b319455e2506d3cd5cc7932ae3cd87a", "message": "Missed out including models.py in the previous commit.", "proba": 1.1007809064267349e-07} {"commit": "b3903614242aa0015b702483c1d1bb5fc56e28cc", "message": "filenames for baking processed results\n", "proba": 2.566169428064313e-07} {"commit": "fa5c1d2a6544609448da3b52aa7a56a1067b07f1", "message": "[FIX] openerp.tools.misc.file_open: Very little fix to display coherent error message when file not found occurs.\n", "proba": 1.0812290440753713e-07} {"commit": "4e372be92d88977d2d02a0338d808d8b2b800eb8", "message": "[FIX] tools.email_send: never close the request's cursor\n\nbzr revid: odo@openerp.com-20120725162039-3gjf30hgh2hxhmk2", "proba": 9.437644052923133e-07} {"commit": "0d8e5784968fad02a4c93cc715933a746268a8b0", "message": "Added an off state\n", "proba": 1.8669792325454182e-06} {"commit": "198ab7d72cc782d482e46f3680f8920694568c3a", "message": "mhd.py: Fix raw file 3D reshaping\n", "proba": 4.838010454477626e-07} {"commit": "64dfa085366018910ea6bede7b7706a370fab63a", "message": "force wxAgg environment for pmagpy_tests", "proba": 3.4539684179435426e-07} {"commit": "3ed3ab892b025c0e1c8bb3c4f89bc667dd022a0a", "message": "[project @ Documentation change]\n", "proba": 1.1644995367987576e-07} {"commit": "88f087388efc6aad3db5d73a4840ed3e811ef34d", "message": "[entities] Fix full name for episodes\n", "proba": 4.8787016567075625e-05} {"commit": "a3aa08d6777c952b7af4d67af9836d8f7db6e9f0", "message": "removing old base class, it's time has come\n", "proba": 3.5563607525546104e-07} {"commit": "d23e07d61d8a02b151cac9cb021f1e9c52c8149b", "message": "removing docstring examples from base\n", "proba": 2.6151235488214297e-07} {"commit": "546353d9b38b2bb9e30cf74c29a8c34a5f460f14", "message": "change completion message\n", "proba": 3.429155412959517e-07} {"commit": "db71c14a6a2d83ad9cae34acac79d2b7ecf302b7", "message": "removed unnecessary 'installed app'\n\n\nFormer-commit-id: f7814f8a9087a30d2dcb1a03a1b1ccf79f5fb00d [formerly f7814f8a9087a30d2dcb1a03a1b1ccf79f5fb00d [formerly 1cdbe84c193554e9cfdbe8ba048484b21fe724de]]\nFormer-commit-id: a666f74fb4ade700342f5e57a3e7b09b6d07b5bd\nFormer-commit-id: f77d86eca5ced35e80aa3a1fb9ec3a32b46b3fdc", "proba": 7.512756383221131e-06} {"commit": "1605a54a2ec7d4c8887bc6748e6194e37a50bdd4", "message": "Fix typo.\n", "proba": 0.0016038167523220181} {"commit": "51377182dcb05af49be431d244b9199443e9c252", "message": "CLN: Remove rogue print.\n", "proba": 1.3951796518085757e-07} {"commit": "5af6ed38846d7667a9a10edd5f6f1d1648bca410", "message": "Better tinymce toolbar\n", "proba": 3.2263281468658533e-07} {"commit": "801381d5cfec58edd6808c65e7dd960f4352ca03", "message": "Fix ID match errors showing up in log with traceback\n", "proba": 5.026217309023195e-07} {"commit": "5a3f007fb0d77ef15f2aeb35170a6b3c73c5a045", "message": "Code reduction for if statements, Make Python Great Again\n", "proba": 4.1727818711478903e-07} {"commit": "0b863b381b1d82bd616eb62036cfbc55fea3957c", "message": "posterior comp codes\n", "proba": 7.461835593858268e-07} {"commit": "ce0d237593a4cf9168216af50005d6c87d3647ad", "message": "posterior comp codes\n", "proba": 7.461835593858268e-07} {"commit": "f058cddeec4c0276e3b35dc5dda8e14d32a3b1e8", "message": "why not?\n", "proba": 1.3420883078651968e-05} {"commit": "140fca939d4a1e073c9914c2be697244fb17950e", "message": "postprocessing changes\n", "proba": 5.194646632844524e-07} {"commit": "f846ed27094295917936231f1c352fddfa5cf443", "message": "found the bug: missing int conversion\n", "proba": 1.91592589544598e-05} {"commit": "151b1775a33450e43f0456fac37bdaa165862977", "message": "Whee, green\n", "proba": 4.348430593381636e-05} {"commit": "933f143c8037850033f5ad89e7509161d3ab4c2e", "message": "recoco: Add simple Timer\n\nThis makes it easy to just have a callback called at some future time. It\nsupports one-shot and recurring timers.\nIt currently creates a new Task for each timer. It'd be possible to have\nit share a single task to dispatch many timers, but it'd be way more complex.\n", "proba": 1.2414393779636157e-07} {"commit": "a3a632d8f8b1cf1e2583b29f890714471d18f81f", "message": "topology: making Entitiy.id safer (ensure uniqueness)\n\n--HG--\nextra : transplant_source : %F4%07%40%E0B%DF%0A%3C%B7%3F%BA%8F%C9%D3O%F8%C1%CF%89%F1\n", "proba": 7.391258805000689e-07} {"commit": "7da72563dd3c9c0c73292c9a3ab5cc10061132f6", "message": "require healthy() after installation\n", "proba": 7.000833761594549e-07} {"commit": "0eee9f7dd63ca4987d6c35d1d2a4e5872c4b56c3", "message": "try to add [toc] table\n", "proba": 2.6973798412655015e-06} {"commit": "fdf344bc313b461b51498800f8bbcfebf0f1ea67", "message": "Fixed comment\n", "proba": 1.3289785272263543e-07} {"commit": "5b983c94bc11f92ca3deb18ab5772a312609cbe5", "message": "Normalize data while pre-seeding (closes #17)\n", "proba": 9.145900321527733e-07} {"commit": "5e825de4c6c24f5870760c31b2a4279e19cdca83", "message": "Add in missing Python3 types in util.py\n", "proba": 0.00035139467217959464} {"commit": "377218de99f69cb91ece5a0c9337c97e6e4e1d8f", "message": "Fix append to list\n\nCloses #1138\n", "proba": 6.408021818060661e-06} {"commit": "d7615b984300559fade3d6d1361fa0c515f466df", "message": "Fix in ordlookup\\__init__.py for installation issue\n", "proba": 7.34129685042717e-07} {"commit": "38be3199f99a477b9e0ea2d49068c264ea486329", "message": "Fix removal operation during iteration over a list\n", "proba": 1.542181735203485e-06} {"commit": "b7ac3cfad05d2fd464314a93f0d087732c8f1ca1", "message": "fix xpath index\n", "proba": 5.0045350690197665e-06} {"commit": "538a8cb030aa06c7745916e78e7a56c13eb9e00d", "message": "s5jchksum: remove unusing imported\n\nChange-Id: I70df4aae5dc672d156ed725140010825f531ac1f\nSigned-off-by: Junhwan Park <7fee488b6f78fc50b291ffc7d10428788977e877@samsung.com>\n", "proba": 1.237620068650358e-07} {"commit": "0406071d74cbcdde065f621e0ae01c0287524910", "message": "Continue the implementation of the Prim-like algorithm, it now halts and produces feasible solutions\n", "proba": 3.5279782650832203e-07} {"commit": "4f9d45f34b0950878e884859f7ec11d2e70c9c14", "message": "Interpolates through x, y, and z\n", "proba": 0.001228180481120944} {"commit": "517dd42ed070ed41beba80b0c3255bed8063801c", "message": "Fixed revision_build key.", "proba": 1.1977705582921772e-07} {"commit": "92de88ccce099e0d6954676a04cf708be94f940f", "message": "Enums don't have empty default values\n", "proba": 1.9966785202996107e-06} {"commit": "487e99f23ab95321ca259001da51e9c80424239f", "message": "Replace raise with return in buck_package.py\n\nSummary: Another bug.\n\nTest Plan: `buck kill`\n\nReviewed By: ttsugriy\n\nfbshipit-source-id: 9d5797f\n", "proba": 1.4892458466420067e-07} {"commit": "c398b0be86925b7a1df1a84de83a2491fed8f1f5", "message": "Fixed download link bug\n", "proba": 1.8437317805819475e-07} {"commit": "54b281ffc99704b3809039977312483592317848", "message": "prevent error in thellier gui is measurement data lacks intensity columns", "proba": 3.685526826302521e-05} {"commit": "b3d5fa15cc49a03707b919f2c84843a5a4079f40", "message": "switch to nxtree\n\nChange-Id: I719f3ad93b6e517049e60bdd2afb093e6ed286d3\n", "proba": 6.018594376655528e-06} {"commit": "e9f037d20822a50ec38a3b27f6c50db78af08fc4", "message": "Add certificate to databases\n", "proba": 4.347746482835646e-07} {"commit": "3a3b268771313141ba4799c6008b227a0bc8730f", "message": "Stop to play on 4 dan with rate for now\n", "proba": 1.1358339691014407e-07} {"commit": "0ba21f52adcd6ab31a7349780e6a9fe54a68a298", "message": "fix form data acquisition\n", "proba": 9.68576955528988e-07} {"commit": "fe93cd6e68947e5a59e280ffcec51201bcf849b6", "message": "Use the cached template loader in production.\n", "proba": 1.1273387912069666e-07} {"commit": "6e8489e42a8c33a9f4d938d6c69557639a99ab34", "message": "docstring\n", "proba": 5.97681209910661e-05} {"commit": "061068c0055f9ee996e542bfcefdabfb41818153", "message": "Disable six.moves import error\n", "proba": 4.4660637854576635e-07} {"commit": "7ef94499c9496fb2f3acd64ce9129ff8fe1e608e", "message": "Revert previous commit and set pfeedback to output to standard output instead of error\n", "proba": 1.4470349185558007e-07} {"commit": "eb9454cd8072ed0cda36473535ed72bdabceed1b", "message": "get current DB config\n", "proba": 2.534398788611725e-07} {"commit": "359ba8c36cf2ec0de5759a6ffec35cd1a2f407ba", "message": "included deconv2DBatchNormRelu and deconv2DBatchNorm\n", "proba": 2.9336945317481877e-07} {"commit": "0249b2710d79a544ef76860ed883f2a2100b6df6", "message": "retry infrequent server 502 errors\n", "proba": 3.884930777076079e-07} {"commit": "6811d7432c34f9a702babce5a78962f33c06506b", "message": "Method to check data source online status\n", "proba": 1.4564409411832457e-07} {"commit": "f8a342aa0860cc743b423c72d04e13a82767afe8", "message": "pwkit/cli/latexdriver.py: more Py3 unicode/bytes fixage\n", "proba": 2.063212463099262e-07} {"commit": "35d365d41c9efbb6c862fe4252d2e2591f32d654", "message": "make each test unique by keeping found pairs\n", "proba": 0.0005827033892273903} {"commit": "e5468a301886f455a8a8ec6cfc992e3e9cf317a7", "message": "add DUP to catalog.py (reverse) type map\n", "proba": 2.446697635605233e-07} {"commit": "91a3d8f064db6e7120de1a546099f2b52dcb7fa1", "message": "moc: new state\n", "proba": 0.0015667411498725414} {"commit": "626486eeaa737eb13a023c0ee4548ff7d1a9a538", "message": "fix: fix typo\n", "proba": 0.998806357383728} {"commit": "cb4a6b386304986f4518eda0331d125cc45e0351", "message": "also outliers \u00d7 5\n", "proba": 3.3327145501971245e-05} {"commit": "2da844927681fbab0a811209e0d61e091c1e8fd4", "message": "Add sanity checks to url and filepath\n", "proba": 2.391935254308919e-07} {"commit": "3739b627aabea210ac43899eb12b54c5955de42e", "message": "Clean up original directories after all files in them are removed\n", "proba": 8.328041758431937e-07} {"commit": "4278fb6927a1afbdd7dbbbec16686bc62f4c349e", "message": "Missed some logs\n", "proba": 1.55268750745563e-07} {"commit": "bedb1c7328822ed12f2b7c904ceadbf473437459", "message": "change not to exit\n", "proba": 1.6873769936864846e-06} {"commit": "532db70c7b2b27e24a45eef859ac53cc485c61fb", "message": "fixed #1\n", "proba": 6.028550387782161e-07} {"commit": "2515601e3e2f49401c882c0e0d74914868bf9919", "message": "Fix column name.\n", "proba": 1.1160494750583894e-06} {"commit": "59e61f667ba82e6558d36be4c77823f348ed9867", "message": "Move template.together doctest to the function itself.\n", "proba": 1.061990033690563e-07} {"commit": "0e764c64050a7fa9d10f1f6ade2f6eb4e6c8f1b6", "message": "remove debugger\n", "proba": 0.0001330543600488454} {"commit": "cbdead041916973319e5cd09a0b00b8dc2d72cf2", "message": "fix typo\n\nSigned-off-by: Akira Hayakawa <4e4688318b48ded9892634f64b2ffe50a6dee1f6@gmail.com>\n", "proba": 0.0008179016294889152} {"commit": "c06c18294e40104e0a5cb539fc8fc6950a106077", "message": "Translate and move comment to amount field\n", "proba": 2.327743095520418e-05} {"commit": "e27e6539e264aba8227f696a529b572d2561bbaa", "message": "fix error when getting activities of bank account which hasn't any activities\n", "proba": 1.3905295190852485e-06} {"commit": "d0e0c1630208eab9887d1dd2791196c0a553c2bd", "message": "added BasicStorage2\n", "proba": 1.7643149874402297e-07} {"commit": "23513ed385b8ccb15d0853fe78c879f4c30bc51a", "message": "fix en un docstring\n", "proba": 1.3796996427117847e-05} {"commit": "30e3263de162a9971b6ef51d0e01da31248a53c1", "message": "Adjunto todas las keys del ValidationError durante el desarrollo\n", "proba": 1.5637331785001152e-07} {"commit": "69fa4f911e4483bd2cbca68200f9d239a6072c08", "message": "Update xmi.py", "proba": 1.9996855371573474e-06} {"commit": "9e903eef813c5c0923e31dfe3a251121325ffc9f", "message": "Fixup issue with Function slice type\n", "proba": 1.8008758218002185e-07} {"commit": "1189041a8c47c305f25052b1afe6203796750d86", "message": "[plots/networks] show warning if more than 50 states are being plotted.\n", "proba": 1.0545679884899073e-07} {"commit": "f501aadcb0111389e307a1a665b928fa7fa6747e", "message": "added better error msg for zero var error\n", "proba": 4.1145861473523837e-07} {"commit": "94bfd43d2f5fa50af30993ce9aea9ecbd359aa47", "message": "unordered load\n", "proba": 7.209465024970996e-07} {"commit": "aef8c1aa603d733b1cca9bfc5d855549b1ebd760", "message": "base tests should tear down the config\n", "proba": 1.2535772384580923e-06} {"commit": "0a73697606f24b15de2a83cbbe226e399a4a9fb7", "message": "fix signage in assertGreaterEqual\n", "proba": 1.2857517504016869e-05} {"commit": "b83881623f1af52dbe4f54d1a40e0dcc2345ad39", "message": "No name error possible here, only attribute error.\n", "proba": 1.2756648004597082e-07} {"commit": "e4310eaeba672ff7855fd521c5185e245b119ef2", "message": "Begin audio driver refactor; add base AudioPlayer class.\n\n\n\ngit-svn-id: d4fdfcd4de20a449196f78acc655f735742cd30d@1272 14d46d22-621c-0410-bb3d-6f67920f7d95\n", "proba": 7.057907350827008e-05} {"commit": "6e330a3ccad5dba9466979072d6c7a6017bf9392", "message": "[svn] added namespace keyword to minid lexer\n", "proba": 1.414443460134862e-07} {"commit": "17a9b6b1acb5d0cb597c4bf757c424f2fa633f90", "message": "Fix chains of bareword hash accesses\n", "proba": 1.3191976904636249e-05} {"commit": "7f03052103c1eec908bb5c37f66f894a2aa904a4", "message": "#517: \"type\" is not a builtin in ruby.\n", "proba": 2.920262431871379e-07} {"commit": "6415ad9ad3171ec3ff7b4017ccd41f0ec0793bab", "message": "More comment cleanup.\n", "proba": 1.1562386958985371e-07} {"commit": "7b40bb27c74a79552e4d22b9c1b767c7540d12ae", "message": "backout 9a2e03376741\n", "proba": 1.6208631450354005e-06} {"commit": "a5ad4970049b9fe4336d20fd2308fa988276706e", "message": "Fix #400 (perl lexer mishighlights $x=shift)\n", "proba": 1.397163629235365e-07} {"commit": "6fee2d6f2b3fc0cd0622104c8579fbdce2ee18ce", "message": "r'' is better than r'(?:)'\n\n--HG--\nbranch : trunk\n", "proba": 2.9944359994260594e-05} {"commit": "030c350917f773d937a9e9aa6c001f9da51ad8f1", "message": "other: fix typo in raw string continuation\n\nIntroduced in 50cee44f8cff.\nStrangely enough no traceback with python 2.7, but with python 2.5.\n", "proba": 2.71392508466306e-07} {"commit": "b65ac01d1cd06e15a9213bd8e22f0b077e0253a1", "message": "Update to the Logtalk lexer (#640).\n", "proba": 1.036332974990728e-07} {"commit": "ee9cafc23b7d5a2c08dd5f738cef82ffc67e4933", "message": "Fix 2.3 compatibility.\n", "proba": 1.1833116531079213e-07} {"commit": "1d6aa719360e7ef30b8ef94afab429fa51eb51cc", "message": "Minor fixes for RPMSpec and NSIS lexers\n\n- Replace greedy by lazy matching for single quoted strings\n- Add RPM keyword 'Suggests'\n", "proba": 1.0572022546284643e-07} {"commit": "a3ed9da271e6f7b24057e6c9d0c3c3eca56603d8", "message": "improving code\n", "proba": 2.9127434117981466e-06} {"commit": "f55afa47255c114b86bca90193ae29b1597ea74e", "message": "added bounds as options in fitting command\n", "proba": 3.9128659068410343e-07} {"commit": "85692fb0084fbc0cef7fde6e4024f40467a0f67f", "message": "run win_local_groups thru ps and cmd\n", "proba": 2.386371136253729e-07} {"commit": "c3189639f09723500f6597917369e601a44c68cb", "message": "Fixes and stuff\n", "proba": 1.3616235605695692e-07} {"commit": "e16a1c60a9b894d69cb7940939062782d5be760f", "message": "fixed relative import in pywrap module\n", "proba": 1.9304607690173725e-07} {"commit": "1c5e20eb6bd15d8a80ffd52d690a713058414572", "message": "fix R and D on AIR\n", "proba": 7.553682053185184e-07} {"commit": "067d0d6a030a5c3d7f0e8347e9b09175bd209f59", "message": "Updating ignore list, minor fixes.", "proba": 1.1340794259240283e-07} {"commit": "001a7ff9cceeaeeb1269f3b053888f0d7ec37e29", "message": "update project.py\nnow, new projects are correctly created\n", "proba": 1.300224710121256e-07} {"commit": "6f3e3691fbf7bda6e7d514e78a925570fbb6404a", "message": "Added new io>=1 features (plots and warnings for IMF stuff, lifetime/mass distribution)\n", "proba": 1.0302844088982965e-07} {"commit": "169db5f60c07a3701e8b0afb6da77a020a61199a", "message": "CR: updated chem evol wiersma interp routines\n", "proba": 1.3463584025430464e-07} {"commit": "762d8fdf5309d5b2b70f513c21a9bfdd912c6eb9", "message": "Fix indent.\n", "proba": 2.8126098641223507e-06} {"commit": "fce3d433364adc0e71a1667069ee1869ee08d3d3", "message": "More cleanup.\n\n\nFormer-commit-id: 6408c50a9d41544ebff20ce547305791f175db3a [formerly 3de79b6e613945dc2a2d433b74e311284944ac3e]\nFormer-commit-id: 5606a6d482bf6dadcc3eded7355dfedb5ec4b662", "proba": 1.935642558237305e-06} {"commit": "904736419f651f5b7ee2e28d76800aa4baaf8f02", "message": "Fix for defaults.write\n\nThe key_type dictionary was iterated over with no order. This causes a\nboolean and possibly other values to be identified as other types such as `int`\nshould python match it first within the `isinstance()` return check.\n\nTo correct this, the `sorted()` function was added to respect the order.\n\nThis also should fix #34.\n", "proba": 3.150778979943425e-07} {"commit": "2f0bd1a9da23dc68611e7a97d677b0a883c7442f", "message": "minor refactoring\n", "proba": 5.747284603785374e-07} {"commit": "7e5c347d939b2f8577c3ce2393ebf94dfda67f91", "message": "some changes in tests.\n", "proba": 1.289685656047368e-07} {"commit": "51af6c1754feba39f76312738ba93de93e48ad3d", "message": "improved warning when CK default repo is not found (usually happens when CK is installed as user and other tools as root)\n", "proba": 1.1341724359681393e-07} {"commit": "a303ab77f2a82a8e8d1a0095d2eaa1fb7bc975c3", "message": "Another desperate attempt to exorcise MPL errors\n", "proba": 1.6794288626442722e-07} {"commit": "7c8cfbf70498639ac4ff2089afe5ed6e936ff4be", "message": "jl_poly_fit robust\n\nAdd robust fitting option to jl_poly_fit()\n", "proba": 0.00011876623466378078} {"commit": "3512b5b54c7f822f45d7ac2f15799ad1e95b9dd2", "message": "comment\n", "proba": 3.196174986896949e-07} {"commit": "f73264248146ae6e16ca8ca43a6a0a7f07be084f", "message": "rename consider_sign_axes to sign_axes\n", "proba": 0.9994086027145386} {"commit": "9ede0bc799ef652e0421b4661eba692a3f517960", "message": "some line lengths\n", "proba": 2.2865471692057326e-05} {"commit": "49d5eed1f9e7d470233089b7890b182e67316f77", "message": "fixed bug in mapping to build name of membrane voltage", "proba": 1.5548984322322212e-07} {"commit": "99337d9f18bb5377df8eae0562ee7cc49d5184ef", "message": "fix for derived init\n", "proba": 9.954535471479176e-07} {"commit": "2325b346fc006e4c4ea65688f22a1dc22da063be", "message": "query -> net_query.\n", "proba": 1.5354955849034013e-06} {"commit": "6a2e37a3ba155aa31d7b81f9779d166a52546e08", "message": "some pp cleanup\n", "proba": 1.8915739019575994e-07} {"commit": "18b5fec92289fdbd04d2bad4d99afd70acdf69c3", "message": "polished testing\n", "proba": 4.4887372041557683e-07} {"commit": "15c1237a154dbeff2f0c28ee93e1e3a64ab41fc8", "message": "Incrementing versionn number\n", "proba": 4.4344793423078954e-05} {"commit": "47246c28c8a1f1cda139f0e21a2babadcbe44afa", "message": "Remove user-specific state from ok.py. Change protocol interface based on examples.\n", "proba": 1.1682514866606653e-07} {"commit": "909c0bee7858f5c1bee93c80f4ff8a8dbeccfb0e", "message": "fixed bricks app creation api\n\ncreate_app no longer appends dependencies to the main_component,\nrather it just adds them to the bricks app.\n", "proba": 1.1463505700248788e-07} {"commit": "83b1eedd16ad63fdf5c0b563839b5c2af084c7fe", "message": "Utility classmethod to find order by id\n", "proba": 3.6679918480331253e-07} {"commit": "4f017253e0e7cdb10b7acf717a77beeff4eae05c", "message": "[datacube_util.Product] make use of method __validate\n", "proba": 0.0001215633237734437} {"commit": "dfb21f851f7374f0d57e3d4ddb076f77f6caf783", "message": "add _disk() function for noise filters\n", "proba": 1.512621452093299e-06} {"commit": "488dec3d27e21eb4f87edb48424d27432d485ad7", "message": "removedListSpinBox\n", "proba": 3.982737268870551e-07} {"commit": "1da0a56f85647ca00cb456e85ef6f33db054c55c", "message": "- some pruning of cruft to work on\n http://code.google.com/p/pysal/issues/detail?id=11\n\n nothing broke yet.\n\n", "proba": 9.807200740397093e-08} {"commit": "9e472a7bc94d81ab3ec9b164134e86aaf9f5f3ad", "message": "Fix lan_sc2_env for ipv6 connections.\n\nsocket.accept() returns a 4-tuple when using ipv6 (host, port, flowinfo, scopeid). We don't really care about the two extra args, so we can drop them in the logging for simplicity.\n\nPiperOrigin-RevId: 220624640\n", "proba": 5.87645581617835e-06} {"commit": "79c54deb8067fa88cd8d542556b18e7d1c186e4d", "message": "version\n", "proba": 1.0191783985646907e-06} {"commit": "1028c8082e3b2101fac485f47fd7fd63461b302b", "message": "Debugging\n", "proba": 2.1159132757020416e-06} {"commit": "125e8424755052df7630ffce4c9a86d2af6bba97", "message": "Append a counter value to existing directory names\n", "proba": 1.0269094445902738e-06} {"commit": "5223761ecb5d1475c427ddbdf5d35194f233f650", "message": "DOC : generated last missing DOCSTRINGs\n", "proba": 2.8435587751118874e-07} {"commit": "ea9fa4365f51c3e4400e92d73a0ae5cf7509a4aa", "message": "minor fix to error handling.", "proba": 1.1535755106706347e-07} {"commit": "c7355b028e672944d4a03a506d271f9e4f724fe0", "message": "added origin param update to PubNub Python Tornado Cloud-Hosted Real-time Messaging Service API.\n", "proba": 1.0300132657903305e-07} {"commit": "1874e0162ec34e682cc600602fa04ed5a8dad487", "message": "BoxUI : Use BoxIO for promotion\n\nAlso add NodeEditor tool menu item for upgrading old boxes.\n", "proba": 1.0106690950806296e-07} {"commit": "5c03db53505d53ddc3c65bd603bd919dd90b95fe", "message": "Change order of statments to make logic clearer\n", "proba": 6.573341124749277e-06} {"commit": "9d4d899f234362eb7e04676c231938ec2f82848f", "message": "Integrate new core from theseus routine\n", "proba": 1.063986701410613e-06} {"commit": "00972305dcbd5ae3f50788d805de62babe46e5c6", "message": "Fix unitttest\n", "proba": 2.3150889319367707e-05} {"commit": "640b4b7ec7ae8fa0f5bb97f149bb02b7b07e2a5c", "message": "Support multiple URLs in example Python client\n", "proba": 8.59376200423867e-07} {"commit": "aa9887711a9230d45c4e8a0e6c310df1376a7fba", "message": "* spectral clustering\n", "proba": 2.7682943937179516e-07} {"commit": "68bbb9ecd8a981ee24cf31d52dd91bf6e06df044", "message": "ipython: reduce lag when switching vi modes\n", "proba": 7.533771622547647e-06} {"commit": "8563795fee9a8b865c7e67cc0fd19dc4c5593e13", "message": "Renamed argument from color to name for fg.get_value() and bg.get_value()\n", "proba": 3.0054272883717204e-06} {"commit": "e68087850496e3769b98ba84775037da28f670ac", "message": "Routing sys.stdout to piped processes to catch print() type statements\n", "proba": 3.099694936281594e-07} {"commit": "da0e211d40f89c36f81752ac0de3a971a86d8642", "message": "Fix merge error\n", "proba": 5.745175258198287e-06} {"commit": "43850aa9be454fe55bf2185098682dceb65c3ba5", "message": "cmd_queue.py: Laugh track button for emergencies\n", "proba": 3.835922086636856e-07} {"commit": "799c41db0bbb9aebe55850996e1b6b9a12e4de40", "message": "In nMigen Cfu, tie implicit \"rst\" to explicit \"reset\".\n\nSigned-off-by: Tim Callahan \n", "proba": 0.0024673105217516422} {"commit": "c58ae9de8a0effb402a3a98489df5e6680b23782", "message": "qibuild.config : fix the two failing tests\n", "proba": 1.2869400052295532e-06} {"commit": "43c6bd60530b54ab272ca32a6540eda3429d50de", "message": "SINGA-410 Add two function, set_params() and get_params(), for Autograd Layer class\n\n- add those two functions for other subclass of Layer.\n- add some comments and reformat the codes.\n", "proba": 1.0730973087902385e-07} {"commit": "61dfc832fa358a3833d3bd40fd9ad6aca283afd0", "message": "* convert to millisecond timestamps\n\n\ngit-svn-id: e708176fa5849e93621a462fffec999e77d999e6@503 511b6515-856b-012f-224d-303ca1f27614\n", "proba": 1.936386979650706e-07} {"commit": "a21723e19ac49fefcfc6f16608b477d519659fc7", "message": "Debug dummy python wrapper.\n", "proba": 1.616203491039414e-07} {"commit": "019356f810f7de27ba5f9f346f051d5b89a88c3e", "message": "Fixed subprocess creation under windows (#4820)\n\n* fixed subprocess creation under windows \r\n\r\nthis addresses the issue #4819\r\n\r\n* Update server.py\r\n", "proba": 1.3708380208754534e-07} {"commit": "09c15d158703a5465a034a7e8bd86dedc7aaeac3", "message": "increase sleep time to handle large file better\n", "proba": 2.76680850674893e-07} {"commit": "173c2b994fa8de485f16224a9b2c863992681e3f", "message": "import fix\n", "proba": 8.290037385449978e-07} {"commit": "2c3d8b4766f4f534eb2271754897ab2cd96da154", "message": "Ensure namespace instances in bindings are unique\n\nFirst step to addressing trac/198.\n", "proba": 1.0751152501597971e-07} {"commit": "91608e469143c31c11c171c5cead3571323b27b5", "message": "still hacking on deep.py\n", "proba": 1.8575119042907318e-07} {"commit": "fd7a3772b1e763db6f8db3f9a49d8ced4d9ae7bb", "message": "Use thread-local serializer for serialize()\n", "proba": 1.427624027883212e-07} {"commit": "f4cd63d5d8fbc5f6f1b0bd38c814ee9edec6ae5c", "message": "Added support for datasets organized in the form of UCF-101. e.g. HMDB-51\n", "proba": 1.2641186231121537e-07} {"commit": "7a8fbb2d649a0e216c7ea2d6328df56a01526b35", "message": "add view for last question and list question\n", "proba": 2.2226577129913494e-06} {"commit": "e090450f8f8b9794c968d38f76d823d5fc1a79e8", "message": "fixed a bug in prior\n", "proba": 1.532198439235799e-07} {"commit": "315ca99716699977b48fe9694a9df1f9d8191f5c", "message": "[QSD] Avoid repeating seeds\n", "proba": 6.192824457684765e-06} {"commit": "560afd871371574837ef5fa27255c52168fff93c", "message": "make test faster.\n", "proba": 2.3303625766857294e-06} {"commit": "5ed5f31033c6b865979aebc7a83b982ad9090d05", "message": "bugfix in dataset code_from_label\n", "proba": 6.786229391764209e-07} {"commit": "95fed1eb713987a0bf33b69aaeaa8ec2034fad1a", "message": "qubes.linux.kernel use new storage api\n", "proba": 9.216771559295012e-07} {"commit": "1fe2aff643ec8285cf8560cd7e93d0c7e5d78a05", "message": "storage/reflink: _fsync_path(path_from) in _commit()\n\nDuring regular VM shutdown, the VM should sync() anyway. (And\nadmin.vm.volume.Import does fdatasync(), which is also fine.) But let's\nbe extra careful.\n", "proba": 4.846386900680955e-07} {"commit": "a77ec8b9d5a2c4508be0f39dbd76fbef5416419c", "message": "added startswith\n", "proba": 2.3826486028610816e-07} {"commit": "52822b75682dfed22e82b55f8f8f881ec6d99175", "message": "[FIX] mapping of children works\n", "proba": 1.8324638517697167e-07} {"commit": "82d0ec72b8653a999ba538c923eb41552904d18d", "message": "add direct mapping for export\n", "proba": 1.6335432917458093e-07} {"commit": "77d4899179f27e0dd92b7dd7dbc12c1e8c7eee83", "message": "Avoid 'None' as redundant 2nd argument to dict.get()\n", "proba": 8.18559929030016e-05} {"commit": "316d9c0a47e5c42c15704a05df716616ccd27c1a", "message": "[svn r786] bugfix\n", "proba": 1.612908278048053e-07} {"commit": "cf8fbcf296fba5a28b408408aac67161990cf00b", "message": "Add code to read pacc_*.dat.\n", "proba": 1.2463684129215835e-07} {"commit": "abfb81495cd6e96f59dcda9d7d2be1230a152d59", "message": "Updated documentation for kill\n", "proba": 2.296925742939493e-07} {"commit": "da51c052c16ec0051ef7ad10cfe5e1318a1ee09b", "message": "New Status Command\n", "proba": 1.533356225991156e-06} {"commit": "fbdff4a8463c75214e4f5f2d70352fffff66da77", "message": "Add colour to ?about embeds.\n", "proba": 1.0639059411232665e-07} {"commit": "8a134b1fc6d7b24ee7808d8bfda5235136c18399", "message": "use top_role instead of roles[-1]\n", "proba": 2.825218530233542e-07} {"commit": "9e331668e21ce8e135c6dcec336a7c57614122f8", "message": "Fix constructors\n", "proba": 8.072775926848408e-06} {"commit": "acd017dca556b63998285c8a09c263e0f9b19837", "message": ":zap: fixing react command\n", "proba": 8.73635656262195e-07} {"commit": "6eacfd66fc3b486e2390fa364224115755ed52dd", "message": "trim the output a bit\n", "proba": 0.0007991403108462691} {"commit": "dbcd33a917fd397a6a46ce88ad10961007d0878e", "message": "Add energy_led, lock_mode, and simple_mode. Move night_light to CT80 Rev B.\n", "proba": 1.0719332976805163e-07} {"commit": "7d6c9d99cb71fb6fa2c5fe13ac8bc9c80cb21df8", "message": "Fix showsettings\n", "proba": 1.3398047258306178e-06} {"commit": "0c87eb2f3019bc74f04713966434c64b266fe4ac", "message": "Strip tag names when creating a tag.\n", "proba": 1.3374973661939293e-07} {"commit": "69d99e5ed8891d35823f756c5d62d2e4502f02d5", "message": "use correct docs url for rules\n", "proba": 1.6142699905685731e-06} {"commit": "20fff7e5ad9a5d0718504914c5d706e24f3c0887", "message": "Collector: Added connection timeout\n", "proba": 1.6295693683332502e-07} {"commit": "a5057c9f3860d03377797a19364d9e37cae7b185", "message": "`gradient()` now uses a known rainbow offset, or black and white.\n", "proba": 1.0385075910335217e-07} {"commit": "5cd186de3636baa8c24d71c8991e55b364e863b3", "message": "Use Option's config_key for customizable dest branches in rbt land.\n\nrbt land had some custom code for allowing the destination branch to be\nspecified in .reviewboardrc, but it was just re-implementing the logic\nthat already lives in Option. Now we use Option's native support for\nthis, simplifying rbt land.\n\nReviewed at https://reviews.reviewboard.org/r/6717/\n", "proba": 1.2655927150717616e-07} {"commit": "fb8a806ef05ad71fc5e43d24be528fe4819d11c5", "message": "Revert trying to arrange vertically - it's a little more complicated. This time, for sure\\!\n\n\ngit-svn-id: 5148c5e87fa3f36c89d225c909dee2949cef3a4a@8 220420d0-c99f-11dd-87b6-9d1a99559f42\n", "proba": 7.445398659911007e-05} {"commit": "bc6249cf680815cc94388b881b25305322f1371a", "message": "fixed the logo\n", "proba": 1.1207221177755855e-06} {"commit": "547925e9d276aebb2c930592c52c6117df549a3e", "message": "Docstrings and several small cosmetic changes\n", "proba": 1.2474909283355373e-07} {"commit": "a7723ab0ad5dfacefb21997614bdfa3150cd884a", "message": "Missed empty uris when matching type during munging\n", "proba": 2.0493597219228832e-07} {"commit": "d5fc1db84eb47fc6fbcbd7666ac17b4ee775892c", "message": "ported triples to yield s,p,o,context_generator (to match new interface)\nremoved yieldConjunctiveQuads field\n", "proba": 1.7779559868813521e-07} {"commit": "e6ab000539aa4b6581a9313c98c17c5abbbadc81", "message": "RDR-880 Add link to Explorer on admin page\n", "proba": 1.1660642940114485e-07} {"commit": "3addb02816fd9897408e7ae4141f7b591de77dd3", "message": "lint blank line contains whitespace\n", "proba": 0.9980704188346863} {"commit": "3e4ada425701dbb986762bb3b44dd243443c7eb9", "message": "controller can use 1segment pipeine\n", "proba": 2.1056156640497647e-07} {"commit": "db7e84402ec055b086e70bac26467c23c1e89e2c", "message": "miscellaneous typo fixes and such\n", "proba": 1.6749982023611665e-07} {"commit": "d5377daad5ffe850afa1d16b3da401094c63a94c", "message": "use 1.10\n", "proba": 0.9992696642875671} {"commit": "7ec32703e26d87fed866057b5ab12b8f89e10341", "message": "#250 Fix library order for Conan package\n\nSigned-off-by: Uilian Ries \n", "proba": 1.0662624561064149e-07} {"commit": "b35a1fee164eab635d5a8fc6e0c484d848864aad", "message": "added url\n", "proba": 2.0192466365642758e-07} {"commit": "711dd0d6259814db7fe86af0e3b9d02a63bce703", "message": "Simplified Conan exports (#138)\n\nTrimmed export file from 32MB to 98KB.", "proba": 9.778118936765168e-08} {"commit": "bc0059248109f1dcebacc108c991a8a07d819ab6", "message": "Bump version: 0.0.2 -> 0.0.3\n\n[ci skip]\n", "proba": 1.1885855144555535e-07} {"commit": "b8113a066dcddc1fbe2d1fb9ae0985579deff730", "message": "Bump version: 0.0.1 -> 0.0.2\n\n[ci skip]\n", "proba": 1.1970044511144806e-07} {"commit": "5e3a5e97a57c6ef2a2c670b42c95b2c0774b78f1", "message": "Reset, clear, setup, run, and kill in concierge\n", "proba": 1.3907944662605587e-07} {"commit": "520c596b69f0276413f8e060a4f87fa34b2958ac", "message": "remove unused methods\n", "proba": 6.501345524156932e-06} {"commit": "887ca44b26347af9d198dfa4d997d569b1f411c5", "message": "Fix setting of tab titles in file view accordions\n\nCloses #123 (at least for now)\n", "proba": 1.0054758092792326e-07} {"commit": "c519857beb3c860a36c96591a636b4b5d90fe942", "message": "build: rearrange -O3 and -f options\n\nIt turns out that -O3 enabled -fslp-vectorize even if it is\ndisabled before -O3 on the command line. Rearrange the code\nso that -O3 is before the more specific optimization options.\n", "proba": 6.073948497942183e-06} {"commit": "3d79bd25b2cd8929911abfb8d3346985eb321f92", "message": "build: Fix link order for DPDK\n\nWithout this change, DPDK libraries will not be linked to Scylla\ncorrectly when we switch to the new pkg-config support in Seastar.\n", "proba": 1.0119383375695179e-07} {"commit": "c03fbef1ada3e1c87edba7ca725ad3592d185b25", "message": "A couple of simple optimizations\n\nWeirdly, copy.deepcopy of a set of str is much slower than just\ncreating a new set - maybe because it is also copying the strings?\nBut there is no need for that because while we edit the set we don't\nedit any members. Saves about 1.5 seconds on Pi2.\n", "proba": 1.0986686760361408e-07} {"commit": "3a39536532df93f62d26b1f4728a213d3693f1c5", "message": "Use same cc flag gen func\n", "proba": 1.3011814417041023e-06} {"commit": "b2403427146826fcd10d7235f31cbb42b6f94656", "message": "CaseFilter is applied to various models, so can't order them by 'name' (and don't need to worry about ordering here anyway, I don't think)\n", "proba": 1.6041889239204465e-07} {"commit": "e94e7c41aaf556753b583c9819ba0bd1a39b8cf4", "message": "configure: remove internal sorting of ModuleInfo object\n\nbefore, python3 configure.py --amalgamation failed with \"TypeError:\nunorderable types: ModuleInfo() < ModuleInfo()\" as __cmp__ is not state\nof the art anymore\n(https://docs.python.org/release/3.0.1/whatsnew/3.0.html#ordering-\ncomparisons)\n", "proba": 4.6778868068031443e-07} {"commit": "d3ed26301ba20821706f468c07493f8188d33fef", "message": "Refactoring configure. (#1083)\n\n", "proba": 1.2464683152302314e-07} {"commit": "ba95d09288d695ea8875ca294b2519110f2d56d0", "message": "MPI libraries maybe located under lib64 or lib32\n", "proba": 1.472426305326735e-07} {"commit": "20780bdd9f4818f74072bf2f91fa99179478d41b", "message": "added version for cppprogutils\n", "proba": 2.767346813925542e-07} {"commit": "f93793da7e77a0f99e38be38d70934f43c502cee", "message": "configure.py: remove $builddir/release/{scylla_product}-python3-{arch}-package.tar.gz from dist-python3 target\n\n'$builddir/release/{scylla_product}-python3-package.tar.gz' on\ndist-python3 target is for compat-python3, we forgot to remove at 35a14ab.\n\nFixes #9333\n\nCloses #9334\n", "proba": 3.608462429838255e-05} {"commit": "8eb730a3deaaf523938d0e4dbaa2f8f11e15a639", "message": "configure.py: support for pkg-config before release 0.28\n\nOlder versions of pkg-config, before release 0.28 (see\nhttp://lists.freedesktop.org/archives/pkg-config/2013-January/000912.html)\nhad a bug where duplicate compilation flags were deleted. This included\nour use of -Wl,--whole-archive, which can apprear twice on our \"Libs\" list,\nand one was removed. But one set of these flags surrounds the Seastar\nlibraries and one surrounds the DPDK libraries, and with these flags dropped\nor reordered, compilation of a Seastar app using pkg-config will not work.\n\nSo this patch replaces the construct\n\n -Wl,--whole-archive -lseastar -Wl,--no-whole-archive\n\nWith the equivalent but space-free one:\n\n -Wl,--whole-archive,-lseastar,--no-whole-archive\n\npkg-config will now treat this whole thing as one single parameter, so it\nwill not remove any part of it as \"duplicate\" of anything else.\n\nSigned-off-by: Nadav Har'El <625169824b719df98706d88646d0aae6f368ae4d@scylladb.com>\n", "proba": 5.335926289262716e-06} {"commit": "b15500be31f29850c73804b8694e4f0f01b82305", "message": "Remove outdated CUDA SDK string (the text is now consistent with other version choices, and the '9.0' format is already present in the default).\n\nPiperOrigin-RevId: 195855416\n", "proba": 5.774832061433699e-07} {"commit": "2ce9d4421daa7e6f254c265bd754b503fdfc7570", "message": "Fix issue of branch switching not working with bazel\n\nThis fix tries to address the issue raised in 15957 where\nbazel stops working after switching git branch, and\nreconfigure with `./configure` will not work as well.\n\nThis fix adds a quick fix as was suggested, by having\nexport TF_CONFIG_TIME=\"$(date)\" in configure.py and add\nit to the environ list in git_configure.bzl.\n\nThis fix fixes 15957.\n\nSigned-off-by: Yong Tang <765086fe2e0c1f980161f127fec596800f327f62@outlook.com>\n", "proba": 1.6521875068065128e-07} {"commit": "5b28d5455b9a118287a881a062df927e124b70ef", "message": "build: add libm to the library list\n\nNeeded for static compilation with clang.\n", "proba": 1.0505287661999319e-07} {"commit": "7e90862762716ca673768e5933518937b38ca70e", "message": "packaging\n\ngit-svn-id: eb1f1cc1c85a2360c7c4a73c360b88a184bcc8ce@874 afeded8d-2dbf-ebe2-555a-a28d15d75c70\n", "proba": 2.2382346287486143e-06} {"commit": "8bae59aa450669259a1952c5a8ab3aba94218bda", "message": "settings file updated with unique variables, disabled prefix function temporarily\n", "proba": 1.9990304167549766e-07} {"commit": "7d066a9f4d66d96ab3e888a870cd3cb4dc46efa8", "message": "Template file option is now a flag: --template-file\n", "proba": 2.709588216021075e-07} {"commit": "688c2faaa43cb2ebf7c24af704873eada4eb15db", "message": "Use dispatcher if app root is set\n", "proba": 2.1494452084880322e-06} {"commit": "214f0cc847465d2f5aaedda065014d0e87c26766", "message": "Bump version to 17.0.0a3\n", "proba": 2.63666748878677e-07} {"commit": "153a907da99c4828be1a54021217d689fc3faa78", "message": "refactoring of the parse method.\n", "proba": 2.0657246579958155e-07} {"commit": "2a25f907e926224bb9454deca674463385febb78", "message": "Fixing api auth urls\n", "proba": 1.6205045767492265e-06} {"commit": "009c28608381077f3c9c4c7fb266739dcfca94d6", "message": "compose: implicitly close build list file handle\n\nCPython closes this immediately, but there's nothing in the Python\nlanguage definition that says that the filehandle must be\nclosed/garbage-collected. Might as well close it here using the \"with\"\nstatement.\n", "proba": 1.2923561598654487e-07} {"commit": "e5f696102beace04d1d924cbcac9d81034626fcc", "message": "Implemented the CoerceTo extractor.\n", "proba": 1.1895721030441564e-07} {"commit": "5d901852900754981c03184fb5ad387b845edd6f", "message": "rl_addons: move utf8 branch to trunk\n", "proba": 5.088045895718096e-07} {"commit": "4bf69155bf8baac6cd2aa26495ca6127ef6c304a", "message": "Import content of submodules when importing rmgpy.thermo package.\n\nThis makes the heat capacity models available via rmgpy.thermo.Wilhoit,\nrmgpy.thermo.NASA, and rmgpy.thermo.ThermoData. This is the recommended\nway of referring to these classes.\n", "proba": 1.02968520820923e-07} {"commit": "dcf41f921ba1ef9e8ebad5e3e0b4d4f0d301401a", "message": "Uncommented failing unit-test to check Jenkinsfile.\n", "proba": 1.1269711563954843e-07} {"commit": "5068802d028f9808dcbbccc767ae9f513539a6d4", "message": "new jop gadgets added\n", "proba": 1.2945950800258288e-07} {"commit": "0e456209160dd42a16352bd3e2787d13c0efb1c4", "message": "Switch argument positions\n", "proba": 7.507181862820289e-07} {"commit": "38b6f96eb7ef8a62e6efd33fce2b8fc5249299de", "message": "[stats] track overall member count\n\n(cherry picked from commit 8ca5821624e81180cbff74657c78a04cf6ef642a)\n", "proba": 1.2507919677773316e-07} {"commit": "037e54373b1d5ee2f0a6716ac224eb74b0fe63cb", "message": "added specific get_random_params to ABC-model to fullfil constraints\n\n", "proba": 2.3361205592209444e-07} {"commit": "857be4952a78da0f25b7ce5a5289aeae5518bd3f", "message": "Reordered methods in Beam2D class\n", "proba": 1.9395695005641755e-07} {"commit": "83ba7878894068ad53f93f85184592361bc13f81", "message": "new customer group name\n", "proba": 0.0013245100853964686} {"commit": "40b35b78c6a013991dd2c7229c63fae165aaea23", "message": "clouds/ec2.py: fix _get_node's ability to retry\n\nPrevious version of this code used [name] instead of .values()[0]\nthis would have given a KeyError if no instance info was returned\nNow we get an IndexError instead\n", "proba": 2.1987635534514993e-07} {"commit": "cb56c1976242d29b4deb337fee7989adfe0e1a53", "message": "Cleaning up debugs\n", "proba": 4.647826699510915e-06} {"commit": "48089e3e8024d450005f496c2bbf31bb5d51996d", "message": "Allow setting of tags with value None\n", "proba": 0.0001345088821835816} {"commit": "780e8526491c7b1dee59439e32d1a5d58414baef", "message": "Further optimize _get_node()\n", "proba": 8.860420734890795e-07} {"commit": "bbb54bf64f69490e554198ebac2a7c4fd8cc7e1a", "message": "add versionadded directive\n", "proba": 1.3548300330512575e-06} {"commit": "16bf7aabc9a9bc0fda9b7c90b4c7a93f72a61404", "message": "Set the no refresh value in another catch point\n", "proba": 6.898450806147594e-07} {"commit": "90e1db01690ba1b575699d064157007873cb7167", "message": "Fix PyLint C0103 on `salt.fileserver.gitfs`. Refs #1775.\n", "proba": 1.0821203488831088e-07} {"commit": "6073a89c02036189342224aa09c5fdec4418a289", "message": "Ensure values are lists before checking their length\n", "proba": 1.4858015902063926e-06} {"commit": "e938fdae67a7c841c96f7ac43a0d82d11607cadf", "message": "Lint helper function\n\nRefs #28235\n", "proba": 1.608128599173142e-07} {"commit": "8cddbb15c47d842086ad4bb761bcbff679dc2e36", "message": "prevent potential error while reporting mismatch versions to user.\n", "proba": 1.1611095374064462e-07} {"commit": "3c1ddc9bde546fdad3564ef6dddf41dc2ffee34e", "message": "modules: iptables: correctly parse `--nfmask`/`--ctmask`\n\n`iptables-save` can return rules like this one:\n\n```\n-A PREROUTING -m connmark ! --mark 0x0/0xffff0000 -j CONNMARK \\\n--restore-mark --nfmask 0xffff0000 --ctmask 0xffff0000\n```\n\nwhich leads to the following behavior:\n\n```\n$ salt '*' iptables.get_rules\nminion:\n Minion did not return. [No response]\n```\n\nThis commit fixes the behavior of `iptables.get_rules` in this case,\nwhich also fixes the `iptables.append` state when such a rule already\nexists on the minion.\n", "proba": 0.00021131600078660995} {"commit": "4910822280c3ca5c8beac628f60dea1324a67e32", "message": "fix regex issue\n", "proba": 5.173996032681316e-05} {"commit": "d6e28ebed19203c2eba673795c5e06161fb8d5bf", "message": "Add handling for FreeBSD in method zone_compare to avoid exception when /etc/localtime file does is absent. This is valid configuration on FreeBSD and represents UTC.\n", "proba": 1.0949470663490501e-07} {"commit": "b61b44efc7fd796371f3a8ef3829b59f6e086a20", "message": "Add function to compare timezones\n", "proba": 2.219349198639975e-06} {"commit": "f4b93f9d9a3cc5433b2c181b06bb0ff92e363eaa", "message": "properly convert packed string to decimal values\n", "proba": 0.9999994039535522} {"commit": "944b022f3398d0177cb4935a289e80c0d6512108", "message": "Fix regex string for **Del and **DelVals\n\nThe regex string that updates the Registry.pol file wasn't properly\nmatching instances where the reg_key was prepended with **Del or\n**DelVals due to the utf-16-le encoding of the Registry.pol file.\n\nThis adds the null byte characters to the regex portion that searches\nfor those values.\n", "proba": 5.813667485199403e-07} {"commit": "4b851278dc92ebc39fc7f9066b56efc31df7873d", "message": "no message\n", "proba": 2.1470650608534925e-05} {"commit": "0559ca2d934438aebb1767485f365ea2fe457d4f", "message": "adding lookup for 'expand' that is defined outside of the logic of a net.\n", "proba": 1.1207163197468617e-07} {"commit": "067abb138667e15c83204ce4a46814fb5e7b1993", "message": "fix bug in name lookup of memory reservation\n", "proba": 2.806490613238566e-07} {"commit": "b88bcc91a69bd7158441e6d9dfbce862badb2cdf", "message": "Adding rate_of_change in Anomaly Detection and Fuzzy Logic.\n\nTemporary solution.\n", "proba": 1.183804911875086e-07} {"commit": "54d6fcf4c7435155a3b5abdf240c72a78f0186bc", "message": "Fix 'dict' object has no attribute split\n\nRemove trailing whitespace\n", "proba": 0.0020158973056823015} {"commit": "45cfccc4bbe7f6c5caab1538d4cb751c0437eb44", "message": "countries: regenerate file\n", "proba": 0.0004828646779060364} {"commit": "b6494950e616f324ce4aee7219874c64ac5ee368", "message": "Honor 80 character line limit\n", "proba": 2.6038702571895556e-07} {"commit": "884d43e91ee4af92dfd553fb04d6e76a65653da8", "message": "fixed syntax error\n", "proba": 1.101358066080138e-06} {"commit": "e41b677450ee742ec369179fbfc19c55013cd4cd", "message": "Make SSH connection 'persistent'. Note that right now this requires 'multiprocessing: False' in /etc/salt/proxy.\n", "proba": 3.736913640750572e-07} {"commit": "e11a914cb2b34c0b1d5f68032229965933cdba0d", "message": "Add support for un-registering the on_recv\n", "proba": 2.1486732748599024e-07} {"commit": "994314ed3d48179334b40f6e5af5727a37819aa3", "message": "Fix more docs\n", "proba": 6.928753464308102e-07} {"commit": "2e847ea200455ae64987c61565143f2e933dd2e2", "message": "power: normalize the title in plot_load()\n", "proba": 0.0004975370247848332} {"commit": "057db2759f2584d9cb827016ad48824bc66269cc", "message": "Comment cleanup\n", "proba": 1.8777326715735398e-07} {"commit": "de52bb13fcfdad4f7351ba741c908b90d1a423c0", "message": "gives creatures chance for 100% beam via holo\n", "proba": 1.1991238579867058e-07} {"commit": "7cd9fb5eea73157af6eb326e4fa32e95c59dcb79", "message": "added support for when the names label is in front of name\n", "proba": 5.45664534001844e-07} {"commit": "7500ba83016a7d595c0bfe95ba5098dfad9cd229", "message": "executing invalid course test\n", "proba": 3.8331318137352355e-06} {"commit": "293365d56341e1c4fdf3c74f8c14fc1fed159d74", "message": "fixing bug where custom products without options would bomb out on view\n\n--HG--\nextra : convert_revision : svn%3Aa38d40e9-c014-0410-b785-c606c0c8e7de/satchmo/trunk%401748\n", "proba": 4.6407836862272234e-07} {"commit": "21a96c727ac5a00665a2a14d3ab391baee71334a", "message": "log_dir from yaml\n", "proba": 7.228370009215723e-07} {"commit": "321984df453e3ceefadf2ab78e1479856a9e3a95", "message": "Whoops, fixed obsm/varm test\n", "proba": 1.3721852099024545e-07} {"commit": "962fba1e58cb73e1cd80a351662cc4339d745ca0", "message": "Fixed more instances of 1-normcdf to use norm.sf() when appropriate.\n\ngit-svn-id: 003f22d385e25de9cff933a5ea4efd77cb5e7b28@5926 d6536bca-fef9-0310-8506-e4c0a848fbcf\n", "proba": 2.3283766950044082e-06} {"commit": "b8a2a7381a22ea0959e1312e3abce0ca6ea88abf", "message": "Orthogonal polynomial fixes and nan_to_num fixes for hanging linalg routines when nans in matrix\n\n\ngit-svn-id: 77a43f9646713b91fea7788fad5dfbf67e151ece@537 94b884b6-d6fd-0310-90d3-974f1d3f35e1\n", "proba": 1.4415049918170553e-06} {"commit": "55eceab17e51eb81eaf11f239f5e58b237c26bc2", "message": "bench_cpython: call python with -u\n", "proba": 0.00017735185974743217} {"commit": "91474bd6788c6c3124edba1a09fa20860200c92a", "message": "fix check_sources: we dont have an encoding decl anymore\n\nand a few other things\n", "proba": 1.2470461285829515e-07} {"commit": "1db7fc7ee58f88c9b5e000d5280ae743227bdebe", "message": "add jobname modification\n", "proba": 5.08340917804162e-07} {"commit": "6962379dfba544370f07dbca703e5f8a62c3ce3e", "message": "adding notify new flag to get data script\n", "proba": 2.768563831523352e-07} {"commit": "ef4af46f3836224c9a270ccf061245a4bc866cca", "message": "fix msg name\n\ngit-svn-id: 9a050473c2aca1e14f53d73349e19b938c2cf203@9805 6a7f98fc-eeb0-4dc1-a6e2-c2c589a08aa6\n", "proba": 0.99962317943573} {"commit": "6703788e6e48925513bef4fe97545a8a858e01d3", "message": "Generate xunit report on test run\n", "proba": 0.0005693678976967931} {"commit": "867942941fedd2ee11a9e90c68ecb1cb020a48eb", "message": "launch_slaves: fix new-style buildbot gclient config\n\nBUG=skia:2999\n\nReview URL: https://codereview.chromium.org/633363003\n", "proba": 2.0442318771074497e-07} {"commit": "1a0976afdf31e41f36457c9d74031b9ff4042e9c", "message": "OPT: register_multimodal: fixed bug related to masking\n\nFormer-commit-id: 258878899b69a7ef255d7ef9ee8c54e46624ec3f [formerly a12af5522f87a92f45fa90a6dc56fff578fa0889]\nFormer-commit-id: 3afe94f5964aa819232827819013e8f4d274d850\nFormer-commit-id: a1df8a0bd29dc6fb934c36e48e099f9b22ef6801", "proba": 1.8952624714074773e-06} {"commit": "327516c91c9508fa18b7c6a1bfa618c19c5945f1", "message": "add garage to notifications\n", "proba": 2.555884748289827e-07} {"commit": "4e6eb4d53db8a155ea3ca580ff663cdd8fb88895", "message": "This is long dead.\n", "proba": 1.406920546287438e-06} {"commit": "8afd66c6fc081e82ad6c70f82ebc1726bfed5eb9", "message": "Diverging cmap for mock test difference histograms\n", "proba": 3.896786040513689e-07} {"commit": "2991c15521bd555b87ffc67af5609eb13f88b31c", "message": "Automated Swig Python file repair.\n\n\ngit-svn-id: 28d9401aa571d5108e51b194aae6f24ca5964c06@20474 8cc4aa7f-3514-0410-904f-f2cc9021211c\n", "proba": 2.343259984627366e-05} {"commit": "e11495db6be1a33bdd7952ca7ebb7cfc10d8f275", "message": "STY: pep8 and comment\n", "proba": 1.1847671288478523e-07} {"commit": "f2a2ece1e043163d5520c708cc6598ad382262ac", "message": "rm ghost methods from FTS\n\nWill be implemented if and when needed as functions.\nOtherwise the class becomes a god object with implicit semantics buried in methods.", "proba": 1.0905971237207268e-07} {"commit": "eedd783f71ec81177ac80ad356e2693e54db73ad", "message": "verified strict non-increasing move\n", "proba": 5.569401650973305e-07} {"commit": "d4e186f637d7385b8edc2aa40e02f9dce8dd453f", "message": "DOC: added comments\n\nFormer-commit-id: 5dabda05fc0da0a020869fc5b6eb61a178735db2\nFormer-commit-id: 81b6fccce4797a3f50e5848439bdf3ad9d082861", "proba": 1.7747102276644e-07} {"commit": "5dee73eb140c8b45f846bd0831ee551c18fb0e9a", "message": "Added FloatArgument.fromBinary\n", "proba": 1.543413219451395e-07} {"commit": "fef05e7482f85021e71a867af8b546429f9491ad", "message": "Suppress the clang/ccache warning from the webkit prefix header.\n\nBUG=none\nTEST=none\nTBR=mark@chromium.org\nReview URL: http://codereview.chromium.org/7800041\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@99732 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 0.0046302080154418945} {"commit": "ed80e17d5b8b65008a6829f9f533a0a42e7455f8", "message": "Cache directory UUIDs that fail so we can short circuit them if they appear again.\n\ngit-svn-id: 81e381228600e5752b80483efd2b45b26c451ea2@8478 e27351fd-9f3e-4f54-a53b-843176b1656c\n", "proba": 0.000414228648878634} {"commit": "eb09e5e21327ae93c1998a40eeb82ccb2e549977", "message": "Enable fast stack trace unwinder on LSan bots.\n\nAlso fix a few minor issues in runtest.py.\n\nBUG=NONE\nR=glider@chromium.org,timurrrr@chromium.org\nNOTRY=true\n\nReview URL: https://chromiumcodereview.appspot.com/18459006\n\ngit-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@210291 0039d316-1c4b-4281-b951-d872f2087c98\n", "proba": 1.2859221897087991e-05} {"commit": "60bfb02f752e6d7383f077e892b8c10096c40824", "message": "remove temp file\n", "proba": 2.0356324057502206e-06} {"commit": "a24c1d370438994dd41612e5ad17ed336bc3ca52", "message": "don't make image if there's no data there!\n", "proba": 1.3100118394504534e-06} {"commit": "91869874139b9414c60a8f9ee3ccbb2c86367ff4", "message": "trigger-build.py: choose job per current hour\n\nCan't figure out how to send static parameter values via a \"Scheduled\nEvent\" on AWS, so just make the decision inside the script.\n", "proba": 1.240167364358058e-07} {"commit": "1a1c5ab53fe0a8aacb6d786494a404e0a15b6541", "message": "Update automated_emails.py\n\nremoving old 2020 emails. \r\nMoved tournament emails to above checklist. Will change it's .txt name in the future", "proba": 1.2862561504789483e-07} {"commit": "108226873798cc1379905d09cc103980b807c47f", "message": "found a strangler stationid ref\n", "proba": 1.8669863948161947e-06} {"commit": "76e4559bc852ad6eebdf148d8eab77f6e1699d2a", "message": "Set all vendor emails to need approval\nWe can't turn off emails that are automatically approved, so just to be safe we're going to require approval for these emails again.\n", "proba": 1.0444371412177134e-07} {"commit": "bfaed83ab4480f0f475416ae0f046b21346d0247", "message": "Migrated sdk to use v2 of oauth endpoints\n", "proba": 1.70121992937311e-07} {"commit": "cb8027eda75b61106348ccc46cbbf5880c5ee045", "message": "unskip tests count & nunique (#346)\n\n", "proba": 1.181977395958711e-07} {"commit": "f6af60ec161c383504fe33d018f8a13c2e35d117", "message": "Beam soundspeed longitudinal waves: do not repeat\n\nNot needed because input is already array.\n", "proba": 1.9415016083712544e-07} {"commit": "a991354f3164a1a4b1fb5421bbb86600f00fc882", "message": "add users from admin interface\n", "proba": 4.723054303212848e-07} {"commit": "fc11d6a0626c5d6a9d83b28e778b90766a16d65c", "message": "Fix SQLAlchemy queries for unread submissions\n\nThis regression was caused by the PEP8 fixes in cd6f4c3, which among\nother things changed instances of `x == False` to `x is False`. While\nthis would not cause a functional change in normal Python, it does cause\na functional change in the context of SQLAlchemy's `filter*`\nmethods. These methods override `==` but do not appear to override `is`,\nso replacing `==` with `is` breaks the query.\n\nI have grep'ed the code and checked the diff of the breaking commit to\nmake sure this commit fixes all instances of this error.\n\nFixes #969\n", "proba": 2.522349495848175e-05} {"commit": "f7edf681d4d5ce2c8400e1ad6b5620217ced9452", "message": "Pass scheme to import_rsakey_from_private_pem\n", "proba": 3.640683132744016e-07} {"commit": "ea303af48834d407f3fdb0e22bd59aa65f7173bb", "message": "Add documentation for default_keyid\n", "proba": 3.6270498071644397e-07} {"commit": "78a0ffc7ef02b16f601f85005f47ec106d43c023", "message": "Parse numerical values from CSV as floats\n\nConvert weights, heights, delivery rates etc. from strings to floats\nbefore using in the model.\n", "proba": 1.6310588080159505e-07} {"commit": "ae2dd08bcbee63eda3d55813ce30f0b997aeceae", "message": "Added and refactored lots of unit tests for rmgpy.molecule module.\n\nMany of the unit tests, especially those focusing on the Atom and Bond\nclasses, are new. Many others, especially those in the\nTestMoleculeSymmetry unit test class, are not new, but were split so\nthat each unit test tests a single function for a single molecule. The\ncombination of both of these means that the number of unit tests for\nthis module alone is very high, and that's no surprise, as there's a lot\nof functionality here to test.\n\nNote that this is the first set of unit tests committed where some unit\ntests fail. These are unit tests that ought to pass someday; for now the\ntests are simply reminders of things to address in the future. (Aside:\nestimating symmetry numbers from 2D connectivity data is hard!)\n", "proba": 2.0957890001227497e-07} {"commit": "8f87e12ebac8ea33c2b55805128b7abb077653dc", "message": "Add support for removing attributes of specified entity\n", "proba": 4.5655508529307554e-07} {"commit": "d73065d0490afe3d8789339e1278cc0d449c691f", "message": "unix:linux:gnu:debian: Add a property 'network' with functions for managing\n network. An unique has been created for generating the\n configuration of '/etc/network/interfaces' and\n '/etc/network/interfaces.d' files.\n", "proba": 1.332910812834598e-07} {"commit": "63bee44e3e589afaf88fc44e5db7381638f97a38", "message": "Add commands and options\n", "proba": 9.850665264821146e-06} {"commit": "6bbba96d32d9db0cd8ab5a553b9ac9a2fda6a5cc", "message": "Add new link types.\n", "proba": 1.2028095852656406e-07} {"commit": "f45061e4eb42e73d57e5601740c29f89207d2f97", "message": "Updated curvature calculation for counters\n", "proba": 2.069889575295747e-07} {"commit": "23e2616eac5522f027a67f834e77a05f7da65345", "message": "debugging\n", "proba": 2.4004323222470703e-06} {"commit": "a216f771e6716d502bb7a1a92c62cb75e54c50f4", "message": "Ordenados los imports\n", "proba": 7.878073802203289e-07} {"commit": "4dfbf4437b702717636d31bfd8d071405d15e006", "message": "show org\n\n", "proba": 2.453857348427846e-07} {"commit": "003e4fc086d0468c939d83ab9b68d963fb411844", "message": "Refine API, Add verifier class\n", "proba": 1.7841149713149207e-07} {"commit": "7a7871972b9380f65bd06045e170742b52a0657e", "message": "update\n", "proba": 7.755617730254016e-07} {"commit": "25edfdfde78f30e179eb4109a033c1de163e7745", "message": "minor fixes\n", "proba": 2.1220614598860266e-07} {"commit": "c9abe94ab5db31835cf9d3f711f7a94289a1ec91", "message": "Correction to git push message\n", "proba": 3.969889519339631e-07} {"commit": "51ff8c0aa4894027edecdf6cbeac005a21dffc39", "message": "tweaked solver.export_kernels\n", "proba": 1.2495418104663258e-06} {"commit": "a719f99069f5c67582e8c6f43f2f4e95d262da71", "message": "Code review: 12057043: Fix for get version of libyal library.\n", "proba": 1.0313755893776033e-07} {"commit": "2b9f1aa5faf3fca2212b566e5928d360bd2c4653", "message": "added chedking from tif_coord\n", "proba": 1.5834157807148586e-07} {"commit": "5bf1647dec6860464eeb082b2875798f0759aa91", "message": "Fix duplicated output when using the functest logger\n\nJIRA: FUNCTEST-275\n\nChange-Id: I49c66521652b31d5bb398ea4013ac061f320d725\nSigned-off-by: jose.lausuch \n", "proba": 0.002204164629802108} {"commit": "ca51297fc463b642576507479b272a4430e79056", "message": "refs #10 add API reference url\n", "proba": 2.5050084673239326e-07} {"commit": "a561c8a0c872ec9c153a814f429f45065a9f57c7", "message": "added alexnet to architectures\n", "proba": 1.5121383967198199e-07} {"commit": "a2c60d5358c33db17be791628861d59f93183d75", "message": "Make '_short_id' method a public method\n\nThere are many exactly the same '_short_id' methods in v1/shell,\nwhich are used as inner methods. This patch sets '_short_id' to be\na public method, it's also easy for test.\n\nChange-Id: Id530ea01ca9815ef9a4aa95274fd303c25c698d3\nCloses-bug: #1520014\n", "proba": 0.9972987771034241} {"commit": "59ffe8069294e57c59eb69cb897aacc0f17d38fc", "message": "[parse-style] chenged to sqlite to store LOC data\n", "proba": 1.453100253456796e-07} {"commit": "39a409f9c640435fa99c880e003543676e0336b7", "message": "add docstrings\n", "proba": 1.225948471983429e-05} {"commit": "bf5407b9ea3d6a7d24687e874faff1f7b4481434", "message": "fixed typo in encoder.py primitive\n", "proba": 6.591342298634117e-07} {"commit": "5315bdd5089df4564ab05e7b198a3f8490937041", "message": "Update args.py", "proba": 1.303609792557836e-06} {"commit": "a468935d2b274ac3ce94a38ab1af7ee423a4fbf8", "message": "Update CLI\n\n* Commented out all the CLI's not used\n* Added option to write a description\n* Description and trained log will be saved to a subdir of logs\n", "proba": 1.2675265281814063e-07} {"commit": "6cda97be795050af925bdda6fd484717b61b13d8", "message": "DOC Fix documentation for matlab hook\n", "proba": 1.758586876121626e-07} {"commit": "788b8c3c99b184935cd49f190e7513ee7f5833fe", "message": "Fix servefiles with Python 2.7\n", "proba": 2.2667034500045702e-05} {"commit": "14019c516825c7f27344cd039a0620a4ba795c53", "message": "Reduce QR code box size.\n", "proba": 2.1318668075309688e-07} {"commit": "c9902b2c38af8649578b950990adbaef6b895f42", "message": "Provide reservation_id in the web/uses.py script\n", "proba": 1.2286324135857285e-06} {"commit": "14970c53b6282b187721ae0fd50e870710df81b4", "message": "LLWEB-11: unittest of save question group\n", "proba": 1.3813867383305478e-07} {"commit": "366872809fd42b8e89058330badd420e05c78b5d", "message": "Only import cherrypy if we can import girder.\n", "proba": 1.0686221685318742e-07} {"commit": "3a82ebd9d33d783b8306022a1991e4badd77688e", "message": "LevelDecl: add hashing function\n", "proba": 0.00021339459635782987} {"commit": "62a51ccf75ed955e1f9cb966a5193e0e18fdc0c5", "message": "Add hashing functions for MLS objects.\n", "proba": 1.3018637901041075e-07} {"commit": "95f99828cc11a27cda18037524b32917d54a419f", "message": "cleanup exception message\n", "proba": 3.6777365153284336e-07} {"commit": "98dd31ca525a1b3df5bdc4627c14b0868509285a", "message": "update units_of_quantities (add density), prefixes (add 'p', 'T')\n", "proba": 2.5440724130021408e-05} {"commit": "69f808d284b7b57ddfadbd675bd8d103c781b7fd", "message": "fixed regions_as_groups\n", "proba": 3.3688752409943845e-06} {"commit": "44c0a956787c942d691ee867cd2bde93699d3ce1", "message": "new SolverMeta\n\n- new format_next(), typeset_to_indent(), make_option_docstring()\n- new par_template\n", "proba": 5.622356979984033e-07} {"commit": "ebe4008f0893e071e8425e3c0bf7666fbe26f285", "message": "Fixed a bug with the SPC window that was causing observed profiles to crash\n", "proba": 1.5185142387963424e-07} {"commit": "6770a0feb44b9a29b54c66727f1bb5dec8703bf1", "message": "Fix templates/py.py install rule\n", "proba": 3.9603793311471236e-07} {"commit": "ef6511fa5e18d88d78fa65cb712841f89f5b7f1c", "message": "Added docstring\n", "proba": 5.633284558825835e-07} {"commit": "4c099ad9095fe52d24b49c135ca83272784e4186", "message": "Avoid negative times\n", "proba": 0.9999289512634277} {"commit": "8fa45646f5af502196971ba23f9d2fd099fdda91", "message": "Add UniformEnumeration.backward method #67\n", "proba": 0.0022490634582936764} {"commit": "c2126fb55a9030fd48a6b4718195e549f619b9ce", "message": "matches url name for searches\n", "proba": 1.3503771469913772e-06} {"commit": "617bca126151bbfa7f4c902e17139175d1fb4dd8", "message": "supporting parallel suggestions in CVSearch\n", "proba": 1.3452289238102821e-07} {"commit": "7ec713edc8f0a50e05e84b7f6db907eaca7aa345", "message": "added support for outputing Dot if pydot is installed\n\n--HG--\nextra : convert_revision : bdb1032cddb2478e999399647f893d320260ef7e\n", "proba": 2.389979499639594e-06} {"commit": "f13564d5b0eb24ce8a3484d9832bb5b3186221c1", "message": "summary table now done with pandas\n", "proba": 1.5718953250143386e-07} {"commit": "92bbd69ffb0858ed50550556b5c61a1a10b63f9c", "message": "Reduce interations from 2m to 1.5m\n", "proba": 0.9999994039535522} {"commit": "eaa6052642e49b5612acc17de6501eb1e88f59d5", "message": "ENH: simulation.model.data.load_trajectories_to_universal: check for nans in trajectory added\n", "proba": 1.5258625296610262e-07} {"commit": "014b205c1ecc336459911db92c73612e376a1d16", "message": "Fixed all saving such that experiment result folder will not become unweildly and will stay clean\n", "proba": 1.3043953117630736e-07} {"commit": "1a9c3ce831ae1763745ceffd752f028a963934b7", "message": "Improve to support python3\n", "proba": 1.0104819239131757e-06} {"commit": "c8a7613fdb8c6f1d53c4cc8e1569628943fcd152", "message": "set default dbupdatetime\n", "proba": 8.688016919222719e-07} {"commit": "58cff1b810115504074e053a31bbe7021af136f2", "message": "WIP #4020 - ckp\n", "proba": 1.376363343297271e-07} {"commit": "d87b43aecbf75ce8ceb7f8bb02194fe775c414fe", "message": "maint: interchanged determinant and product in description\n", "proba": 9.717024659039453e-05} {"commit": "a4d070e9cd37d0c75f362748a9e4249494718698", "message": "[MRG] Disabled randomized_svd warning when number of iterations is not specified #6746 (#6749)", "proba": 1.0984151543880216e-07} {"commit": "ac1e1a9c87a62c72fb2ddd055581a089139f0257", "message": "squeezing logistic_sigmoid result only on 1D arrays\n", "proba": 1.858936684584478e-07} {"commit": "0dfd7444c78c211c9cf9a4fca01093afbc51ddaa", "message": "sort keys in the json serializer\n", "proba": 1.287016061723989e-06} {"commit": "35db7e6af8240cf96be951eee9d4847a4863bb9d", "message": "feat(DjangoNonceMixin): implement 'get' and 'delete' class methods\n", "proba": 8.286393722301e-07} {"commit": "e749058301117a1b631484a99598af5c376cd386", "message": "Revert \"Remove `plt.close` in solve_multiple_shards.py\"\n\nThis reverts commit f346634555d9c16cdee114c987a0193ce02c40c6.\n", "proba": 1.359482695306724e-07} {"commit": "e68e84d850f7d25188cd5a1019c28ceaec40b599", "message": "v4.3.0.dev0\n", "proba": 2.6106505174539052e-05} {"commit": "e172f6b3677dd6c11ecb94f48f3e3c6f4df2bdb8", "message": "improving string detection + unicode support\n\nsteps away from the primitive regex to idenfity strings, but use a more advanced approach, comparable to the unix strings command. Also unicode (wide char) support is added.", "proba": 1.0490770563365004e-07} {"commit": "f603f9410a0b4dc52a4cde3b937c9d5527038fde", "message": "bugfix: xsf-parsing\n\ndelete last value of volume grid in all dimension\n-> conversion to periodic grid\n\nfixed mix-up in cell-vector handling of trajectories\n", "proba": 1.2925521275519714e-07} {"commit": "56d539280fb17c506cc30d16d046d116336b399f", "message": "moo: Fix booting\n", "proba": 1.591468753758818e-05} {"commit": "42756a6b7e0dbcccf630fae72d5edd346d38dde2", "message": "SymboliksView get a \"loop count\" spinbox for \"Must Include\" options.", "proba": 9.987515880993669e-08} {"commit": "6b099c25ba756607e69e31fc1a5f1fd1145f1a31", "message": "unregister reconnected socket\n", "proba": 7.115870062079921e-07} {"commit": "6ed23cdf92bfa3528150874e34cb2e671c2c8c2d", "message": "repo_walker: fix naming of submission config file\n\nSigned-off-by: Lucian Adrian Grijincu <061bcbb70d9706f9ca878cd2ae17df952b86aafa@gmail.com>\n", "proba": 2.1975687047870451e-07} {"commit": "bac49ee7d9ae9a0d0b453416ca06e26fafbe218f", "message": "[Mod] add type check for int field on ConnectDialog\n", "proba": 1.6424630189249e-07} {"commit": "297c01e0a382aeeec99ae4eea9cc8fe6a82a72cd", "message": "Fixed issue with key errors on new server added to the client.\n", "proba": 1.0494233038116363e-07} {"commit": "346ce2fb15fefa1267af6ed3dfdd7adf82497351", "message": "framework/workload: Fix typo and formatting\n", "proba": 6.539239620906301e-06} {"commit": "4a7098420ad64bbd0c0073abd34cdd3d2c20357b", "message": "Update autowaf\n", "proba": 4.5578593699246994e-07} {"commit": "faae47fa1b1371e275b5ddf8e513bc35cc720d7e", "message": "THD: Change imports for new folder structure\n", "proba": 1.5624601701347274e-07} {"commit": "cefb3d1781f7f4536f6b2e19300772c363ef5185", "message": "BAMPFA-113: near-final improvments: better query, error detection, esp. addition of the imageOK flag, a combination of the other flags\n", "proba": 1.3718083380354074e-07} {"commit": "b4517571f52d46e79f8a5cda480fab8dd746fa8f", "message": "Removed debug log statement.\n", "proba": 1.6242785250142333e-07} {"commit": "84c0f3085937beb3f12bb4513d938bbd2d5c365d", "message": "Update mailchimp lists upon primary email change\n\nWhen a user changes their primary email address,\nremove their old email address from the mailchimp\nmailing lists they are subscribed to and add their\nnew username to those lists.\n", "proba": 1.741994992698892e-07} {"commit": "d36ec57d8dd90bdd8c7879d6aad6150f8059080c", "message": "Filter out registations being archived from node.registations\n", "proba": 3.3930305676221906e-07} {"commit": "cea0c0fe3f9fc0b416733063b2240d0b61086e88", "message": "Remove superfluous variable\n", "proba": 0.9999675750732422} {"commit": "03157fd28e584322df559a4bfc085dbd2f588469", "message": "add LANGUAGES settings\n", "proba": 2.9002404744460364e-07} {"commit": "651c292f347c467eafd76e695923ea04f67a39ee", "message": "Update base.py", "proba": 8.152527470883797e-07} {"commit": "9865af72e5b51abd4adc51249d90c3053ca4ea98", "message": "Whoopsie\n", "proba": 2.4362623207707657e-06} {"commit": "b7bb6d0473f7fc58c80a123d9cac4f7f121279e5", "message": "encode the test content?\n", "proba": 0.0003501714381854981} {"commit": "41bcbfa2468e6053761bfa7a084137a71e0de1da", "message": "[#14] Use new interactive option on setLocation to display warning dialog when appropriate.\n\nIf navigation initiated by user then it is better to show the warning dialog and cancel the\nnavigation.\n", "proba": 1.0865048238883901e-07} {"commit": "19892d32f2a8bbd1fa814458d73366598966c31e", "message": "Fixing all mappings\n", "proba": 0.0002716343442443758} {"commit": "ac0ae4dffa7348e8c7134ea1fbc6caf7c523e9cb", "message": "Add bunch of explanatory comments.\n", "proba": 1.1036021874133439e-07} {"commit": "c8e9f92372ba0b87a49f0df235b3af984a2c9003", "message": "Fixed unicode bug in lms driver\n", "proba": 3.274979576417536e-07} {"commit": "ace1f6f9eead674a1b7d78d2b25ba305e7588a67", "message": "Ignore Storages for file fields (0.7)\n\n--HG--\nbranch : 0.7\n", "proba": 4.285634531697724e-07} {"commit": "5916d46ba8a9c85f5f8c115bb831561e3c64d256", "message": "Avoid use of deepcopy in printer\n", "proba": 9.544868362354464e-07} {"commit": "06fc292ca05f28d75470015726806485d54c063e", "message": "Rename a variable with a too short name\n\nThe variable is being renamed from 'f' to 'func'.\n", "proba": 0.9981426000595093} {"commit": "ed04f102af845de08f107b97b08f4a31cc8fb72c", "message": "fix deprecation warnings\n", "proba": 2.961499194498174e-05} {"commit": "94cb98c7c3449fbe98f1f3c8ff76b8c873c36eca", "message": "Caption remove\n", "proba": 8.462787945973105e-07} {"commit": "c13958bbd0b37c4da2f4ed48d17094e11a2e2f65", "message": "Speakonomy fix\n", "proba": 4.430281990153162e-07} {"commit": "563e47aed1818d00480cf08688971f79cae87605", "message": "[FIX] Collaboration indexing: fixed bug with _deepUnindex\n\t-This method was looping through the OOBTree while\n\tpossibly removing some of it keys. This could trigger a:\n\t\"RuntimeError: the bucket being iterated changed size\"\n\texception.\n\t-Changed it so that it loops on a copy of the keys.\n", "proba": 1.345039066791287e-07} {"commit": "699502b26192e691699643f9a134b168f0c1d8e2", "message": "[FIX] Fallback category search handling\n", "proba": 1.7056906642665126e-07} {"commit": "ff8c68561822081056544296e41129679fb9a00a", "message": "add version info to CLI\n", "proba": 2.726756633819605e-07} {"commit": "f308afe9151dd1818f44050f8881abab1eeb52f6", "message": "minor\n", "proba": 2.1615694549836917e-06} {"commit": "b6fc42dd9ae6ed93143a01d2b372733e71d5b8cd", "message": "DDS: refctor generator\n\n", "proba": 1.2649570635403506e-06} {"commit": "2be2014762f547c391b900d50c313337b2eb5a5f", "message": "don't batch contact updates to work around what seems a Google bug\n", "proba": 6.374198164849076e-07} {"commit": "7033960b5bac41d77d583bae9134c91fd61f9a2c", "message": "Fix handling default grounding map\n", "proba": 4.157878095156775e-07} {"commit": "2554e1921899f1ad9374b80d478037d7ae9922f1", "message": "Went some way in refactoring so that setUp has minimal in test_blog_integration\n", "proba": 2.0307255965690274e-07} {"commit": "133fc05732415ff541ee0bb4436d1a510affe481", "message": "Large params->parameters renaming 6 days ago in blocks...\n", "proba": 1.0392328420039121e-07} {"commit": "136868870eebaf38b18c30da2a706f2edbee4aee", "message": "Small fix.\n", "proba": 1.805763361062418e-07} {"commit": "3847a2541b9176bcf0d97847c6df933fe25de5a1", "message": "configuring views permissions\n", "proba": 6.045280542821274e-07} {"commit": "be3dbbf8d7349a076be28c9eba8dc33e18adb477", "message": "set compute_all for test_compute to True\n", "proba": 0.9999983310699463} {"commit": "47f6f23c976cd72f3181d003f64740902341f51d", "message": "wqflask: views: Edit end-point to use the phenotype-id\n\nsquash! wqflask: views: Edit end-point to use the phenotype-id\n", "proba": 9.0472476586001e-06} {"commit": "4b585e347e431ac41ed0c26b7c31939c223eea3b", "message": "Item data holder and more concise display.\n", "proba": 1.1024408763660176e-07} {"commit": "5af84d771d5cc956423aa7dbfe0f2d8921df6657", "message": "Fix staging settings\n", "proba": 1.8546598994362284e-06} {"commit": "2f8bc831d7175708f4d6ebb090d2499ceface180", "message": "Fix