Commit Graph

61 Commits

Author SHA1 Message Date
Hood Chatham 6416122130
DOCS: Get rid of those damn parentheses at the end of type names (#3270)
This has been bothering me for a long time. Fix discovered by trial and error.
The parens are getting added here:
https://github.com/sphinx-doc/sphinx/blob/master/sphinx/roles.py#L87
2022-11-20 18:52:19 -08:00
Hood Chatham f144514534 Revert "Version 0.22.0a3"
This reverts commit 0b4e19dbe1.
2022-11-10 11:15:57 -08:00
Hood Chatham 0b4e19dbe1 Version 0.22.0a3
Only difference between this and 0.22.0a2 is the sys.exit fix for
the command line runner (#3241). Just trying to get Pyodide working
in numpy CI...
2022-11-10 07:25:29 -08:00
Hood Chatham 9952a86f0f Revert "Version 0.22.0a2"
This reverts commit ef64c06f5b.
2022-11-09 19:15:51 -08:00
Hood Chatham ef64c06f5b Version 0.22.0a2 2022-11-09 13:09:59 -08:00
Hood Chatham 9a3365a6d0 Revert "0.22.0a1"
This reverts commit 13526ac8ff.
2022-09-24 18:37:03 -07:00
Hood Chatham 13526ac8ff 0.22.0a1 2022-09-24 18:36:46 -07:00
Hood Chatham 55ff2e3ba5
DOCS Make docs wider (#3136) 2022-09-20 21:03:18 -07:00
Roman Yurchak 4cdc054cb7
DOC Switch to Plausible analytics in the docs (#3004) 2022-08-23 09:15:11 +02:00
Hood Chatham 3eef0ed275 Bump version to 0.22.0.dev0 2022-08-09 21:49:23 +02:00
Gyeongjae Choi 5e412795ed
0.21.0 (#2935) 2022-08-09 15:36:10 +02:00
Gyeongjae Choi 047c8959f5
DOC Use dev CDN url if building latest docs (#2913)
[skip ci]
2022-07-26 10:30:31 +02:00
Hood Chatham ffd070a55e
0.21.0a3 (#2859) 2022-07-10 11:58:30 +02:00
Hood Chatham 516364e468
Move more functions into submodules of pyodide (#2790)
This resolves #2689.
2022-06-28 06:31:58 -07:00
Hood Chatham cd40765cc1 Revert "0.21.0a2"
This reverts commit c540ce9b9c.
2022-06-24 08:05:36 -07:00
Hood Chatham c540ce9b9c
0.21.0a2
This has to be alpha2 because I seem to have accidentally
published an alpha1 to npm.
2022-06-24 06:15:13 -07:00
Gyeongjae Choi a11f72e145
Simplify the version bump process (#2587) 2022-05-30 10:26:40 +09:00
Hood Chatham 952d9092a9 v0.21.0dev0 2022-04-09 13:50:07 -07:00
Hood Chatham 7a9273dd6c v0.20.0 2022-04-09 13:44:32 -07:00
Gyeongjae Choi 60d530801e
ENH Remove hard coded paths in `pyodide_build` (#2351)
We are pushing pyodide_build to PyPI as a Python package, but for now, 
installing pyodide_build from PyPI (i.e. pip install pyodide_build`) is almost 
useless because:

    there are bunch of hard-coded paths (e.g. Path(__file__).parents[2]),
    its dependencies are not specified in setup.cfg.

This PR is for mitigating this situation by removing hard-coded paths and
adding tests, and is also a preparation for our new CLI 
(https://github.com/pyodide/pyodide/issues/1977).
2022-04-09 13:41:10 -07:00
Hood Chatham 0e1e2ac01c
Python 3.10 (#2225) 2022-03-17 15:48:56 -07:00
Henry Schreiner 4f8b0a0344
chore: more pre-commit checking (#2257) 2022-03-07 21:51:20 -08:00
Henry Schreiner 8d00451142
chore: enable the rest of flake8 & bugbear (#2216) 2022-02-27 12:39:53 -05:00
Henry Schreiner 66856a7427
MAINT isort (#2200) 2022-02-21 23:27:03 +01:00
Henry Schreiner ed22c06e07
chore: pyupgrade 3.9+ (#2195) 2022-02-20 17:13:37 -05:00
Hood Chatham ad114b72a2
Fix typescript documentation (#2130) 2022-01-27 00:03:50 -08:00
Gyeongjae Choi 039618988f
DOC Add version alert on latest docs (#2093) 2022-01-16 20:00:22 -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
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
Hood Chatham 0e2417c042
ENH Add fetch API (#1865) 2021-10-12 09:29:14 -07:00
Roman Yurchak 2e7ccfc23d
Bump main to 0.19.0dev0 [skip ci] (#1786) 2021-08-11 12:16:48 +02:00
Hood Chatham 250c48038b
Release 0.18.0 (#1775) 2021-08-03 21:34:14 +02:00
Hood Chatham 3eb82fd834
Improved micropip dependency resolution (#1756) 2021-07-29 18:25:18 +02:00
Hood Chatham 986016a957
Finish InteractiveConsole revamp (#1635)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-07-23 15:33:41 +02:00
Roman Yurchak 2a7e145925
Update copyright notice in docs [skip ci] (#1730) 2021-07-22 22:24:53 -07:00
Hood Chatham b401350a2a
ENH More complete typescript types (#1601) 2021-05-31 19:06:56 -07:00
Hood Chatham 97d7dfcdf9
Some basic types (#1592) 2021-05-20 09:05:05 -07:00
Hood Chatham 463618f5cf
Use rollup (#1575)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-05-05 06:42:15 -07:00
Roman Yurchak 4e9d10833e
BLD Create an installable pyodide-build package (#1566) 2021-05-03 20:51:11 +02:00
Roman Yurchak 87b38d565b
DOC Disable sphinx.versionwarning [skip ci] (#1567) 2021-05-02 22:30:50 +02:00
Roman Yurchak 5a8e235489
Bump main to 0.18.0dev0 (#1523) 2021-04-21 23:19:37 +02:00
Roman Yurchak c49dd7ad5f
Version 0.17.0 (#1515) 2021-04-21 21:51:28 +02:00
Hood Chatham 60100c8fc6
DOC Add in missing api docs by monkey patching autodoc (#1511) 2021-04-20 14:28:33 -07:00
Roman Yurchak 8b1a4978d9
DOC Disable sphinx versionwarning extension [skip ci] (#1510) 2021-04-20 22:28:19 +02:00
Hood Chatham 2ae0da3c45
DOCS Use sphinx-issues to link prs / issues [skip CI] (#1487) 2021-04-18 17:59:19 -07:00
Roman Yurchak cae11abf78
DOC Make dev documentation consistent + version warnings (#1479)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-04-17 19:18:52 +02:00
Roman Yurchak 4c1024545f
DOC Add pyodide_build CLI documentation (#1471) 2021-04-15 18:54:26 +02:00
Roman Yurchak 60c1e04b15
Deploy console.html as part of the documentation (#1445) 2021-04-13 23:14:37 +02:00
Hood Chatham 0b5c80862d
DOCS API docs for pyproxy (#1371) 2021-03-25 09:26:07 -07:00