Commit Graph

1887 Commits

Author SHA1 Message Date
Paul Korzhyk 33ab51a4ed
DOC Fix typo in packages path [skip ci] (#2146) 2022-01-30 12:05:53 +01:00
Hood Chatham 597857fb23
MAINT Reorder make lint to typecheck first before running formatters (#2139) 2022-01-29 20:00:52 -08:00
Hood Chatham 0e77ba439b
MAINT refactor js2python to allow future options (#2138) 2022-01-29 19:30:58 -08:00
Hood Chatham 75aa9ba678
MAINT Split js2python_init into a separate .js file (#2136) 2022-01-27 16:35:26 +01:00
Hood Chatham 6bdd96c964
Fix numpy fatal error: incorrect random_float_fill return type (#2137)
Upstream PR numpy/numpy#20911
2022-01-27 00:13:32 -08:00
Hood Chatham ad114b72a2
Fix typescript documentation (#2130) 2022-01-27 00:03:50 -08:00
dependabot[bot] 42d13a00ce
Bump node-fetch from 2.6.1 to 2.6.7 in /src/js (#2135)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 22:19:48 +01:00
Hood Chatham 9b5b6396ac
Use typescript (split from #2130, doesn't fix docs) (#2133) 2022-01-25 17:43:39 +01:00
Gyeongjae Choi 581e8fdde8
MAINT Do not print all archived files when building (#2134) 2022-01-25 21:58:43 +09:00
dependabot[bot] 21ebeed968
Bump node-fetch from 2.6.1 to 2.6.7 in /src/js (#2128)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-24 23:28:28 +01:00
Hood Chatham 704783ba91
Split off webworker / node compatibility into separate file (#2129) 2022-01-24 09:52:50 -08:00
Thorsten Beier e6ef8d696e
PKG updated pyb2d version (#2117) 2022-01-24 18:03:22 +01:00
Hood Chatham 56cffbc647
Use error-stack-parser to make better stack traces (#2123) 2022-01-23 20:11:10 -08:00
Liumeo 50938f3797
FIX REPL tab at beginning of line should indent not complete (#2125) 2022-01-23 17:50:08 -08:00
Hood Chatham 8323987b39
Use wheels instead of file_packager (#2027) 2022-01-23 17:47:04 -08:00
Hood Chatham 59016f24c4
Improve error message when a destroyed pyproxy is used (#2121) 2022-01-23 14:35:58 -08:00
Gyeongjae Choi de61d5ab1f
Add basic test for sqlalchemy (#2116) 2022-01-19 12:28:07 +01:00
Christian Staudt 3293f1d46d
PKG added sqlalchemy (#2112) 2022-01-19 00:26:20 +01:00
Gyeongjae Choi 039618988f
DOC Add version alert on latest docs (#2093) 2022-01-16 20:00:22 -08:00
Hood Chatham a206386564
Fix numpy comparator functions (#2110) 2022-01-16 15:52:34 -08:00
Hood Chatham c8f8718ad6
FIX scipy Templated_PyUFunc (#2109) 2022-01-16 12:30:42 -08:00
Hood Chatham 5c1588d011
MAINT Refactor of load-pyodide (reduces diff to wheels PR) (#2106) 2022-01-13 14:52:06 -08:00
Seungmin Kim 3f5a6aceda
Fix CI Pre-build docker image not deploying on tags (#2105) 2022-01-13 09:15:53 +01:00
Hood Chatham 9d515cc2d2 Bump version to 0.20.0dev0 2022-01-10 22:39:17 -08:00
Hood Chatham cd1971ca0f Revert "Version 0.19.0 (#2099)"
This reverts commit 276d396fff.
2022-01-10 15:48:30 -08:00
Hood Chatham 276d396fff
Version 0.19.0 (#2099) 2022-01-10 15:17:53 -08:00
Hood Chatham cced9017bd
DOC Changelog updates for v0.19 (#2098)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2022-01-10 15:09:36 -08:00
Hood Chatham 0640a6714d
MAINT Remove routing rules section from s3-website-config (#2097) 2022-01-10 14:02:31 -08:00
Hood Chatham 1f4f3e2b85
MAINT Apply prettier to everything by default (#2095) 2022-01-10 13:47:59 -08:00
Hood Chatham 79c6688535
Run pyodide-build update-all (#2085) 2022-01-10 11:54:11 -08:00
Hood Chatham dcef27fe37
FIX Pandas depends on setuptools (#2090) 2022-01-09 18:40:47 +01:00
Hood Chatham b979a11117
Update astropy to version 5.0 (#2086)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2022-01-09 18:40:21 +01:00
Roman Yurchak 5bc26a6650
CI Deploy pyodide-build to PyPi on releases (#2087) 2022-01-09 13:09:18 +01:00
Roman Yurchak ca7bd67636
Upgrade to statsmodels 0.13.1 (#2073)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2022-01-07 11:06:52 -08:00
Hood Chatham 1bbe1ed12a
DOC Updates to roadmap (#2083)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2022-01-07 11:06:27 -08:00
Gyeongjae Choi ecccb9bc63
Apply black with updated docker image version (#2084) 2022-01-07 10:54:27 +01:00
Roman Yurchak 8ab59813f0
DOC Minor changelog improvements in preparation of the release (#2082) 2022-01-07 00:50:08 +01:00
Wei Ouyang 4602ccf156
Upgrade scikit-image to v0.19.1 (#2005)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2022-01-07 00:47:56 +01:00
Seungmin Kim 834f178673
Update GitHub Workflows Image Build and Support ghcr.io (#1995)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2022-01-07 00:47:30 +01:00
Gyeongjae Choi ce2746b690
DOCS Documentation cleanup [skip ci] (#2070)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Sylvain Riondet <sylvain.riondet@emailtree.ai>
Co-authored-by: Sylvain <sylvainriondet@gmail.com>
2022-01-04 16:46:00 +01:00
Liumeo 718efb013b
DOC Add SymPy Beta to related projects [skip ci] (#2077) 2022-01-03 21:38:54 -08:00
Hood Chatham 5309d21371
Update to Scipy 1.7.3 (#2065) 2022-01-03 23:07:13 +01:00
Wei Ouyang 6f318244f9
PKG Upgrade msgpack to 1.0.3 (#2071) 2022-01-03 23:02:58 +01:00
Hood Chatham eab2381c87
Fix needs_build for stdlib packages (#2072) 2022-01-01 17:16:16 -08:00
Hood Chatham f44f7b3dfe
ENH improvements to pyodide-build (#2069) 2021-12-31 09:29:36 -08:00
Hood Chatham 42180e8681
Make buildall print list of in progress packages (#2064) 2021-12-27 10:00:09 +01:00
Hood Chatham 729d54716b
DOCS Fix capitalization of package names in readme [skip ci] (#2068) 2021-12-26 12:46:03 -08:00
Alexey Ignatiev c28f30d39f
Update python-sat (#2066) 2021-12-25 21:03:15 -08:00
Hood Chatham 282fbedcad
MAINT Invoke pywasmcross via function calls (#2063) 2021-12-25 12:08:43 -08:00
Hood Chatham d56cc330c8 Revert "Make buildall print list of in progress packages"
I don't know why 'git push' decided to push to upstream rather than to origin (not that I was trying to update 'origin main' either)

This reverts commit 7ca0bb5702.
2021-12-22 17:15:46 -08:00