Commit Graph

1368 Commits

Author SHA1 Message Date
Roman Yurchak 7df15d175e
MAINT Set shm size to 2GB in run_docker (#1401) 2021-03-31 21:53:15 +02:00
Hood Chatham f3dc9024f0
Apply lints suggested by lgtm.com (#1398) 2021-03-31 21:11:41 +02:00
Hood Chatham f011af91b1
MNT Minor cleanup after #1385 (#1391) 2021-03-31 08:50:26 -07:00
Roman Yurchak 341b88acbe
MNT Update gitter channel name + smaller executioners in CI when possible (#1388) 2021-03-30 15:27:22 +02:00
Hood Chatham ff706d3396
MAINT Improve core error handling: narrow types of exceptions we catch (#1385) 2021-03-29 14:06:58 -07:00
Hood Chatham e1eed81a61
MAINT Fix test failures due to negative refcounts by using selenium_standalone (#1387) 2021-03-29 22:52:01 +02:00
Roman Yurchak 8ac788c424
DOC Rename repo links under the Pyodide org (#1383) 2021-03-29 10:37:03 +02:00
Hood Chatham fd88a18ca3
API Add PyProxyBufferMethods (#1215) 2021-03-26 15:59:06 -07:00
joemarshall b22b4f0c9e
Move all configuration variables for compile into Makefile.envs (#1369) 2021-03-26 15:37:59 +01:00
Hood Chatham c95c771dc9
DOCS improvements to type-conversions.md (#1372) 2021-03-25 17:44:03 -07:00
Hood Chatham 0b5c80862d
DOCS API docs for pyproxy (#1371) 2021-03-25 09:26:07 -07:00
Hood Chatham 8cdd45b0d8
Universally check for hiwire memory leaks in test suite (#1340) 2021-03-24 16:32:26 -07:00
Hood Chatham d4525a188f
Split PyProxy method definitions into separate js file (#1368) 2021-03-24 10:50:13 -07:00
Roman Yurchak f2d6137673
Deprecate pyodide.pyimport (#1367) 2021-03-24 12:05:00 +01:00
Hood Chatham e408dede25
Automatically generatate C method->ml_doc docstrings from Python (#1352)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-03-24 10:24:06 +01:00
Roman Yurchak d175636851
Update to numpy 1.17.5 (#887) 2021-03-23 22:49:38 +01:00
Roman Yurchak fdfc56ffa0
DOC Improve quickstart (#1366)
Co-authored-by: Mireille <mir.mir@gmail.com>
2021-03-23 22:48:50 +01:00
Hood Chatham 85dd7485de
Fix broken link to languagePluginLoader in js API summary (#1362) 2021-03-22 09:42:07 -07:00
Hood Chatham ccd0f1335b
DOC Implement autosummary for js autodoc, use autodocsumm for py autodoc (#1354) 2021-03-22 09:39:09 +01:00
Hood Chatham 6bc94372aa
Shorten pytest summary table test names (from #1340) (#1346) 2021-03-22 09:16:16 +01:00
Hood Chatham 01109c23e2
Fix various memory leaks in core (#1348) 2021-03-21 21:03:04 -07:00
Roman Yurchak 970fbae7f0
MAINT Set master back to 0.17.0dev0 (#1360) 2021-03-21 21:15:19 +01:00
Hood Chatham 1aac570c5e
MAINT Update doc comments for runPythonSimple, bootstrap process (#1358) 2021-03-21 11:40:16 -07:00
Roman Yurchak afb522ed59
Release 0.17.0a2 (#1356) 2021-03-21 19:03:09 +01:00
Hood Chatham 3163ef8dd6
Add pyodide._module.resetState (#1349) 2021-03-21 10:21:28 -07:00
Hood Chatham a7da9a6edd
DOC More minor edits to micropip and pyodide.js docstrings (#1357) 2021-03-21 09:15:57 -07:00
Roman Yurchak 797d6d49cf
MAINT Fix release deployment with non stable version tags (#1355) 2021-03-21 16:32:50 +01:00
Hood Chatham 376f88cfa5
DOC Fix formatting in some docstrings (#1353) 2021-03-20 22:53:45 -07:00
Hood Chatham e0966c83b3
Docs textwrap, typo fixes, add links (#1351) 2021-03-20 11:56:10 -07:00
Roman Yurchak a11f4a92d3
DOC Update project history and infrastructure support sections (#1342)
Co-authored-by: Teon L Brooks <teon.brooks@gmail.com>
Co-authored-by: William Lachance <wrlach@gmail.com>
2021-03-20 19:15:08 +01:00
Hood Chatham a88e8edd17
Minor improvements to build handling of PYODIDE_PACKAGES (#1341) 2021-03-20 19:00:35 +01:00
Hood Chatham 95908d4ef6
Minor improvements to micropip (from #1340) (#1347) 2021-03-20 10:44:39 +01:00
Hood Chatham 3f9e36a986
API Remove as_nested_list (#1345) 2021-03-20 10:42:51 +01:00
Hood Chatham 2d7a9f288e
ENG create_proxy and create_once_proxy APIs (#1334)
(for reducing memory leaks)
2021-03-19 21:30:20 +01:00
Roman Yurchak a5e21ba75a
DOC Add Safari compatibility in release notes (#1332) 2021-03-17 10:05:58 +01:00
Hood Chatham 9baffb6b7f
Use hypothesis to test string conversions between js and python (#1339)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-03-17 10:03:42 +01:00
Roman Yurchak f4281bf572
MAINT Compile core with -Wall (#1336) 2021-03-16 14:05:49 -07:00
Frederik Braun d766cbeeaa
Update bleach to version 3.3.0 (#1338) 2021-03-16 18:00:34 +08:00
Hood Chatham 1ae6d3702d
Fix two memory leaks in jsproxy (#1330) 2021-03-15 12:01:33 +01:00
Hood Chatham d4e17295b3
Some tweaks to internal error handling (#1315) 2021-03-14 20:45:04 +01:00
Hood Chatham a31f0c4e39
ENH micropip: fetch instead of XMLHttpRequest, async functions (#1324)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>

and remove memory leaks
2021-03-14 11:30:54 +01:00
Hood Chatham 75e003f2c8
Critical bugfix: Fix UB in JsProxy_Call (#1335) 2021-03-14 11:26:48 +01:00
Hood Chatham 29f553cdf6
DOC Update documentation for type translations (#1233) 2021-03-14 11:15:53 +01:00
Hood Chatham fa06dc112f
Fix bug and memory leak in python2js_buffer (#1328) 2021-03-13 19:14:26 +01:00
Hood Chatham 69e28cbe0e
MAINT Move error handling code from python2js to error_handling (#1320) 2021-03-13 11:55:24 +01:00
Hood Chatham 4c6c27dfd4
Filter integers out of dir(js_array) (#1321) 2021-03-13 11:54:21 +01:00
Hood Chatham de7c342010
Print fatal error message when the fatal error occurs (#1311) 2021-03-11 22:34:23 +01:00
Hood Chatham ab249a0a50
Use proper duck typing for JsProxy (#1186) 2021-03-11 22:32:14 +01:00
Paul m. p. P 29639e0541
BLD handle gcc-arg-symbolic-functions (#1318) 2021-03-11 21:45:13 +01:00
Dexter Chua 958724101a
Update to emscripten 2.0.15 (#1312) 2021-03-10 09:13:53 +01:00