Commit Graph

1800 Commits

Author SHA1 Message Date
Gyeongjae Choi a255d54f3f
Fix typo in micropip.install() error [skip ci] (#2004) 2021-11-27 10:57:36 +01:00
Roman Yurchak 82aa271b4e
Remove disable-set-inheritable CPython patch (#2003) 2021-11-26 14:47:04 -08:00
Gyeongjae Choi 69f7e3ebb3
BLD Fix package rebuild check to detect micropip src change (#1991) 2021-11-26 14:06:04 +01:00
Gyeongjae Choi 13bfad661a
ENH Add `keep_going` parameter to `micropip.install()` (#1976)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-11-25 15:47:07 +01:00
Jan Max Meyer 25d7bb5b99
TST Fix missing import of pytest (#1983) 2021-11-21 21:52:03 +01:00
Roman Yurchak 7f307afe29
Better test discovery (#1981)
* Better test discovery

* Remove make test and update docs

* More fixes

* Address review comment

* Documentation fixes
2021-11-21 18:26:33 +01:00
Hood Chatham 51ad246f10
ENH Add FetchResponse.unpack_archive (#1935) 2021-11-20 12:13:40 -08:00
Roman Yurchak f1685c12c8
Fix typescript types (#1980) 2021-11-20 13:39:51 +01:00
Hood Chatham 8870f67fef
MAINT remove `--memory-init-file 0` and consolidate link flags (#1974) 2021-11-18 23:37:47 +01:00
Hood Chatham 3d23f2475c
MAINT Simplify shared library preload plugin (#1975) 2021-11-18 10:46:50 -08:00
Roman Yurchak 075116857f CI Fix black 2021-11-16 22:14:36 +01:00
Hao Zhang 3a9e21e424
Fix wasm-ld unknown arguments error (#1963) (#1965) 2021-11-16 22:06:38 +01:00
Hood Chatham 63cd2fbcb8
MAINT Be more careful about checking error code return values (#1950) 2021-11-16 22:06:24 +01:00
Jan Max Meyer ebb75cd334
ENH Makefile targets for cpython partial and full clean (#1969) 2021-11-16 20:22:50 +01:00
Gyeongjae Choi 18030795bb
Update description about checklists in PR template (#1964)
* Update description about checklists in PR template [skip ci]

* Apply suggestions from code review

Co-authored-by: Jan Max Meyer <jmm@phorward.de>
2021-11-16 03:18:42 +01:00
Hood Chatham 75841a6d68
ENH Add tofile and fromfile to buffer objects (#1942) 2021-11-15 16:42:10 -08:00
Roman Yurchak cd1b0c2c24
DOC Improve build instructions [skip ci] (#1960)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Co-authored-by: Jan Max Meyer <jmm@phorward.de>
2021-11-15 17:22:24 +01:00
Roman Yurchak 35620ef34d
DOC Improve the documentation home page (#1958)
* DOC Improve the documentation home page [skip CI]

* Link to the blog [skip ci]

* Apply suggestions from code review [skip ci]

Co-authored-by: Jan Max Meyer <jmm@phorward.de>
2021-11-15 10:30:59 +01:00
Gyeongjae Choi ea92661365
Replace "PyPi" to "PyPI" in docs and yaml (#1962) 2021-11-15 10:26:55 +01:00
Roman Yurchak 20d760ea7c
Typo and grammar fixes (#1959) 2021-11-14 21:47:49 +01:00
Hood Chatham 512ce20490
MAINT Improve hiwire reference counting (#1948) 2021-11-14 15:07:56 +01:00
LeoPsidom 4662024b56
Upgrade numpy to 1.21.4 (#1934) 2021-11-14 15:03:56 +01:00
Gyeongjae Choi c2d2b41cdf
Add custom home directory support (#1936)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-11-14 12:18:17 +01:00
Hood Chatham f58d9c16f8
MAINT Avoid catching fatal errors in EM_JS wrappers (#1951) 2021-11-13 19:34:04 -08:00
Hood Chatham 70e9e19dde
Patches from joemarshall/fpcast (#1708)
Co-authored-by: joemarshall <joe.marshall@nottingham.ac.uk>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-11-13 12:31:11 +01:00
Roman Yurchak d00fa5d9a4
DOC Mention Emscripten more (#1947) 2021-11-12 00:19:03 +01:00
Hood Chatham fdd1aa1c75
Update path for pystone import for native benchmark (#1941) 2021-11-10 09:57:35 +01:00
Hood Chatham bb75150267
MAINT simpler bootstrap (#1939) 2021-11-10 09:42:01 +01:00
Hood Chatham 6ce70a5bf7
MAINT Rearrange emsdk Makefile to do less stuff before applying patches (#1938) 2021-11-09 21:46:59 -08:00
Hood Chatham 9621a9b078
MAINT Bring lib files together under src/py/lib directory (#1937) 2021-11-09 14:42:24 -08:00
Gyeongjae Choi 8dc6004637
FIX Explicitly use host Python version when building packages (#1924) 2021-11-05 22:22:10 +01:00
Gyeongjae Choi 856c6988ef
Add pull request template for Pyodide Github repository [skip ci] (#1925)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-11-05 22:17:01 +01:00
Cyrille Bogaert 27e0b4f248
DOC Update changelog about runPythonAsync (#1931) 2021-11-05 21:37:13 +01:00
Grimmer 8abdf2e4ce
Fix webpack compatibility issue (#1900) 2021-11-04 12:38:47 -07:00
Bart Broere 9563057ba9
Add specification for compiling logbook (#1920) 2021-11-04 08:03:22 -07:00
Roman Yurchak 61b3ad0a59
CI Use larger ressource classes for CircleCI (#1929) 2021-11-04 12:23:41 +01:00
Gyeongjae Choi 3c9623a2e8
Add issue templates for Pyodide Github repository (#1915)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-11-04 11:55:13 +01:00
Roman Yurchak b205f8e6bd
DOC Add information about Open Source Collective (#1923)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-11-03 09:02:21 +01:00
Roman Yurchak 6f936c8920
PKG Update pandas to 1.3.4 (#1922) 2021-11-02 14:54:16 +01:00
Cyrille Bogaert 4042db2615
Added "globals" as a 2nd param to runPythonAsync (#1914) 2021-10-27 19:18:58 -07:00
Hood Chatham 966714a48d
Get rid of globals.update(builtins.__dict__) (#1905) 2021-10-27 19:18:13 -07:00
Roman Yurchak 74c1d4aa9a
CI with Github Actions and conda (#1690) 2021-10-27 09:35:59 +02:00
Roman Yurchak cc3ddfc087
CI Fix test-js (#1909) 2021-10-26 10:42:46 +02:00
Hood Chatham 688a5217ea
ENH Set underscore in REPL (#1904) 2021-10-25 22:22:33 +02:00
Hood Chatham ddd83c4430
Fix makefile rule to produce pyproxy.gen.js (#1901) 2021-10-25 00:22:08 +02:00
Gyeongjae Choi 35921b7a15
Replace uglifyjs with terser (#1895) 2021-10-23 11:37:05 +02:00
Grimmer 4c61ce980d
DOCS Update the URL of JupyterLite [skip ci] (#1894) 2021-10-20 09:44:00 +02:00
Gyeongjae Choi 710225896f
DOCS Fix warnings and errors when building docs (#1891) 2021-10-16 19:16:39 -07:00
Hood Chatham 34e985c81a
FIX issue with JS attribute GC introduced in gcd-attributes (#1886) 2021-10-16 11:06:06 +02:00
Roman Yurchak ba1179ee78
MAINT Remove deprecated functions for 0.18.0 (#1838)
Co-authored-by: Hood <hood@mit.edu>
2021-10-15 07:37:30 -07:00