Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Pyodide

Python with the scientific stack, compiled to WebAssembly.
Collective - Host: opensource - https://opencollective.com/pyodide - Code: https://github.com/pyodide/pyodide

Python3.11 (#3252)

github.com/pyodide/pyodide - 3b2952fc9270afe9e9ca53b1541f59a47a530dc3 authored almost 2 years ago
Pass same environment variables to out of tree builds as in tree ones (#3495)

Resolves https://github.com/pyodide/pyodide/issues/3493

github.com/pyodide/pyodide - 3f845c87a1fbf7a95018dfc7dbd05079b6639efd authored almost 2 years ago
Fix setStdin to insert a null after each buffer if autoEOF parameter is true. (#3488)

Resolves https://github.com/pyodide/pyodide/issues/3413

github.com/pyodide/pyodide - d3c2a6dfa854e9e00ae862e021332db9772ef8d9 authored almost 2 years ago
DOCS Build emsdk before python (#3489)

github.com/pyodide/pyodide - dc514421add2e763acf866439cc930a63249cdc9 authored almost 2 years ago
DOCS Update micropip docs link on Website (#3494)

[skip ci]

github.com/pyodide/pyodide - 47fad2e91fbec10eb47ca2bec155747d7ace46b2 authored almost 2 years ago
Another update of python-sat. (#3468)

github.com/pyodide/pyodide - 3c92574c57e8a57d5e2b081e9a19b01cfc9b3745 authored almost 2 years ago
Make sure pyodide config doesn't output anything extra (#3483)

Resolves https://github.com/pyodide/pyodide/issues/3430

github.com/pyodide/pyodide - 485e806383cf52e19976426d5bfb6f68a726ac2b authored almost 2 years ago
Don't check emscripten version when creating pyodide venv (#3485)

Resolves https://github.com/pyodide/pyodide/issues/3472

github.com/pyodide/pyodide - af4158da778c94f09e563bcfd37cfd9273e4517f authored almost 2 years ago
Fix `from pyodide.ffi import *` (#3484)

Also remove almost everything from `_core.py` and moves it to `ffi/__init__.py`.
Micropip impor...

github.com/pyodide/pyodide - 1b2375f76cdfda7dc0927f3701bac4b6b527c643 authored almost 2 years ago
DOCS Improve JavaScript type rendering (#3481)

github.com/pyodide/pyodide - 8a26af4f761b126b02b725ad4f6959f35cecfeb0 authored almost 2 years ago
Fix incorrect error messages in ModuleNotFoundError (#3435)

Close https://github.com/pyodide/pyodide/issues/3423

github.com/pyodide/pyodide - 8d7137f1121e8b6585ae39f156fdee56c0d2f053 authored almost 2 years ago
Remove optional requirements from lxml meta.yaml (#3482)

github.com/pyodide/pyodide - 94b933b71751dd8bdb00d949a0cb35fcf2b95a45 authored almost 2 years ago
Remove napoleon_fixes (#3479)

I upstreamed all of this into sphinx-autodoc-typehints.

github.com/pyodide/pyodide - 69d7b4e0993eecea9ff7b392abfce7df9a308340 authored almost 2 years ago
DOCS Add sphinx cross referencing to MDN docs using intersphinx (#3477)

github.com/pyodide/pyodide - 6972ff101d6ba614e9487aea7fff3dd177dde669 authored about 2 years ago
Update xarray to 2023.01.0 (#3476)

github.com/pyodide/pyodide - 9323d19dc2e48a79bd31f2fa98dcd6b7803c8260 authored about 2 years ago
More updates to docstrings (#3466)

I added a new decorator called `@docs_argspec` to override the argument specification
of a func...

github.com/pyodide/pyodide - 2801ffb0dba3d21740a0bf6b6e54e8ffc7fe1051 authored about 2 years ago
DOCS Remove ensure_argument_types and use autodoc-typehints feature for this (#3475)

Turns out there was a setting for this. Should have read the docs!

github.com/pyodide/pyodide - 9b58bf4294c734246a2aedbefcca486fcce75489 authored about 2 years ago
Update jquery terminal version in console.html to 2.35.2 (#3474)

github.com/pyodide/pyodide - 9afb50a03ed7970524b2dfae8217e72fd056fbb3 authored about 2 years ago
Implement pycompile option in pyodide create-zipfile CLI (#3463)

github.com/pyodide/pyodide - 5523b1397f404fe3439c12ea95a350ebbf95dc1e authored about 2 years ago
Add sphinx-design, fix tabs (#3473)

In #3461 I dropped `sphinx-panels` but of course we *were* using it. It has a successor called
...

github.com/pyodide/pyodide - eca4b1615e952d36f5f82544773faa4f8f65150d authored about 2 years ago
DOCS: Help Spinx find ffi types (#3465)

The `pyodide.ffi` stuff is defined in `_pyodide._core_docs`. We don't want `_pyodide._core_docs`...

github.com/pyodide/pyodide - 920f2e16799a2b4f11431b758debd55c8e3b078a authored about 2 years ago
Minor docs fixes (#3467)

Remove the property prefix from properties, add a link for ast.Module.

Previously this includ...

github.com/pyodide/pyodide - 3cc6ac787301af282390d3d4b8e16505a499a9b7 authored about 2 years ago
Emscripten 3.1.30 (#3471)

github.com/pyodide/pyodide - d9d7078d5c20d03aadae552b498aee3e492a85fc authored about 2 years ago
MAINT Relocate functions in pywasmcross (#3464)

github.com/pyodide/pyodide - fa8289eb11846f6bc5dedece52a44730a0ab54be authored about 2 years ago
DOCS Fixes for shortcomings of napoleon (#3451)

I opened a PR for one of the Napoleon changes:
https://github.com/sphinx-doc/sphinx/pull/11131
...

github.com/pyodide/pyodide - 4ff86879659730ee532f53497670c50939fc3bbb authored about 2 years ago
MAINT Define `InternalError` and `ConversionError` in _pyodide_core (#3459)

Some minor cleanup: define `InternalError` and `ConversionError` in `_pyodide_core`
and import ...

github.com/pyodide/pyodide - b32075c9c096dea2b8192391d981c6e59418cffd authored about 2 years ago
Update docs requirements (#3461)

With this we can get up to Sphinx 5.3.0 (from Sphinx 4.5.0). I dropped sphinx-panels
since it h...

github.com/pyodide/pyodide - e4421b94aafce5d99a7933a1175abcdea74ffaa8 authored about 2 years ago
Add accessor macros for JsProxy fields (#3460)

github.com/pyodide/pyodide - a7f44c8adf865c5b1d6d1c6a9702d281c1710f59 authored about 2 years ago
When importing _pyodide_core fails, throw a readable error message (#3458)

github.com/pyodide/pyodide - 6e1b6b826e9724e998fc106b8c109179a67ae3fe authored about 2 years ago
Add test_raise_js_error (#3457)

This adds a simple error test since it seems that all the other
tests are more complicated.

github.com/pyodide/pyodide - 6b2c6d9d68a123683fba33bb47601f9befb994a3 authored about 2 years ago
Replace print statements with rich in pyodide-build (#3442)

github.com/pyodide/pyodide - eb7b80bb3e12b9e481e0974a30f4fb6a126cff22 authored about 2 years ago
Updates to docstrings (#3453)

Increased the number of cross references, removed some types
for better compatibility with sphi...

github.com/pyodide/pyodide - 9e01fadafcc60fede766cd06af0743c97b35b678 authored about 2 years ago
Remove a duplicated test in test_cli (#3454)

github.com/pyodide/pyodide - 0483a6bbf024c2b9620cf608aa7942beb60a4ab0 authored about 2 years ago
Version update for python-sat. (#3452)

This updates the version of python-sat. No changes are made in the compilation process
for the ...

github.com/pyodide/pyodide - 87ea5862c4a154bcd0277eae40cb566c3f0edbc3 authored about 2 years ago
Cleanup of documentation configuration (#3448)

github.com/pyodide/pyodide - f55bb2e4230a9d4a2ef93493f59c27683ac3dedc authored about 2 years ago
Add a CLI command to create a zipfile of Python libraries (#3411)

Co-authored-by: Roman Yurchak <[email protected]>

github.com/pyodide/pyodide - ae4492a1fd9d6eeded7a47bfa7fdf1779be30956 authored about 2 years ago
Added react-py to Related Projects (#3450)

Resolves issue #3447

github.com/pyodide/pyodide - 3ea89996a65cfa6a433d95d3c85edcb1bf652277 authored about 2 years ago
FIX Append --fresh flag to let cmake ignore existing cache (#3445)

Resolve https://github.com/pyodide/pyodide/issues/3425

github.com/pyodide/pyodide - 094a6dafcfcf8b16fc0b73eedc27a34c0f242aca authored about 2 years ago
Add rust toolchain to the pyodide-env docker image (#3441)

This adds rust toolchain into our docker image so we don't have to install it every time.

mak...

github.com/pyodide/pyodide - ef112108c97e6a4a48bc4b4365cd9df414f84186 authored about 2 years ago
Add rust toolchain to the dockerfile (#3443)

github.com/pyodide/pyodide - fbc4762fcb03f77d668a1b85235ccb8710b65d02 authored about 2 years ago
Ignore --exclude-libs link flag (#3434)

github.com/pyodide/pyodide - fd49100981dd09ec1c00238456baca58d513bf4c authored about 2 years ago
Update to sphinx-js 3.2.1 (#3429)

github.com/pyodide/pyodide - b0b07efe94c75d5cd268e3dba659095dfda3b39c authored about 2 years ago
DOCS Improve rendering of JavaScript property types (#3426)

github.com/pyodide/pyodide - aeb066bbcef310a419bf058347bbc4d23ca52ec1 authored about 2 years ago
Get deps from pypi during build (#3310)

github.com/pyodide/pyodide - 76581a7d28322b789ecfb6c9d82e136c78063d56 authored about 2 years ago
Bump json5 from 1.0.1 to 1.0.2 in /src/js (#3414)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://gi...

github.com/pyodide/pyodide - 0fa8f9dcf66af068c50d9e8b0f4983c35254611b authored about 2 years ago
Add CLI command to py-compile wheels (#3253)

Co-authored-by: Gyeongjae Choi <[email protected]>

github.com/pyodide/pyodide - e8f8324eb2b1be9a09490b4a7fdca3c8d59a1983 authored about 2 years ago
DOCS Use autodoc typehints and make various improvements to autodoc rendering (#3405)

Co-authored-by: Roman Yurchak <[email protected]>

github.com/pyodide/pyodide - e90154f3e22354a6104ec9c8a3e2ca1baaa2b085 authored about 2 years ago
Fix pyodide-py package name (#3412)

github.com/pyodide/pyodide - 036c1ac85e23d5e9ce7510c610eb75416f685466 authored about 2 years ago
Emscripten 3.1.29 (#3408)

github.com/pyodide/pyodide - 4d09958ba060c4ce9cee12d95343d9181b4c7de7 authored about 2 years ago
DOCS Fix link to out-of-tree-builds documentation (#3409)

[skip ci]

github.com/pyodide/pyodide - 57d4412b747b695521debb47e012a6a74b2fb320 authored about 2 years ago
DOC Fix duplicate version section name in the changelog (#3406)

[skip ci]

github.com/pyodide/pyodide - 9888f13bc11814af694b7a8c82e699eeb7ca4d88 authored about 2 years ago
0.22.0 (#3389)

Co-authored-by: Roman Yurchak <[email protected]>

github.com/pyodide/pyodide - 8e965e57d4cc5d4367e0d761b645d8238b7eb0c3 authored about 2 years ago
DOC Rearrange out-of-tree build doc (#3404)

github.com/pyodide/pyodide - f654b9580da2418cf5f2022aa5acfc84c23bbb32 authored about 2 years ago
Hide deprecated arguments from docs (#3396)

This adds a mechanism to hide deprecated or private arguments from the documentation and
applie...

github.com/pyodide/pyodide - 1169cf59a3d81bc84af147fca3ebe23acf6c11ca authored about 2 years ago
Fix scipy build with gfortran >= 10 (#3401)

github.com/pyodide/pyodide - 84496124d2ccd2ce895d8e7e7084f7357306b73f authored about 2 years ago
DOCS Fix the async prefix, improvement to summary table format (#3399)

github.com/pyodide/pyodide - bddcc22dda488605764f37b35ffe2db2e5088b31 authored about 2 years ago
Update API docs for loadPyodide args (#3397)

github.com/pyodide/pyodide - 065b7aad7c70fc4291c032caa8766d7239c7a9f7 authored about 2 years ago
Fix 'version' in api docs (#3398)

The documentation generation seems to get confused by the default export and
displays the `vers...

github.com/pyodide/pyodide - df3898f4c3d34ba6fa46b79eb1fe83982e8e8ee6 authored about 2 years ago
Minor tweaks to NativeFS docs (#3394)

github.com/pyodide/pyodide - 59a6018a0a21c0a2001067f529a8e1de7caf6658 authored about 2 years ago
Fix broken pyodide cli tests (#3390)

github.com/pyodide/pyodide - 03161e530c72664d43feb2046aa314907faa122f authored about 2 years ago
DOC Fix various sphinx warnings (#3391)

Fix various sphinx build warnings.

I removed **all cross-references** in the changelog docume...

github.com/pyodide/pyodide - 4114f20986a3caa923d9bd512a3795a8b9044a49 authored about 2 years ago
Add type parameters to JsProxy subtypes (#3387)

Added type parameters to `JsArray`, `JsMap`, `JsMutableMap`, etc. Based on
[the typesheds for ...

github.com/pyodide/pyodide - 4f15bc8cc9e32351c3f90a2eb75b7ffd4b046e1a authored about 2 years ago
Pin range of auditwheel-emscripten version (#3388)

So we can fix bugs in auditwheel-emscripten without releasing a new version
of pyodide-build

github.com/pyodide/pyodide - c3647f7e5dc12cb37da7ee5bee4a9386f7ad5c9f authored about 2 years ago
Relocate files inside tools directory (#3358)

This PR relocates files inside `tools` directory so that `tools` directory doesn't
have to be v...

github.com/pyodide/pyodide - 2f1716b5755dd5068caa4c924cc0c08fe720289e authored about 2 years ago
Improve mypy typing for pyodide package (#3385)

The way we were handling the "routing" in `_core.py` (where in browser things are
imported from...

github.com/pyodide/pyodide - 158376f7104c6381aa648c53a2e9ce83aa2f5f24 authored about 2 years ago
Fix scipy exception handling (#3384)

Co-authored-by: Roman Yurchak <[email protected]>
Resolves https://github.com/pyodide/pyodi...

github.com/pyodide/pyodide - 6bca0c6ace7575cbadb8aa95b5660e8b9b05dc99 authored about 2 years ago
Add `pyodide config` command to show config variables used in Pyodide (#3376)

github.com/pyodide/pyodide - ab93a0d74760f4c5f1079b0e730d0c34f1bc7a2a authored about 2 years ago
Update auditwheel-emscripten version to 0.0.9 (#3383)

github.com/pyodide/pyodide - 290bb657cf26b47acec36d03872c67c639b81942 authored about 2 years ago
Don't destroy roundtrip PyProxies automatically (#3369)

* Don't destroy roundtrip PyProxies automatically

There's a bunch of places where we want to ...

github.com/pyodide/pyodide - 83ea44728acf93fe1ec1999a540947861aa98460 authored about 2 years ago
Add Pyodide CLI documentation (#3367)

Co-authored-by: Gyeongjae Choi <[email protected]>

github.com/pyodide/pyodide - fdbcc087e2ba84cbddc37ac6d99b8ca42878705c authored about 2 years ago
Remove interface.ts and fix doc build error (#3377)

github.com/pyodide/pyodide - 8c6b0a365a4bd9997f951a7f23c18d548494dcfa authored about 2 years ago
Remove old deprecated admonitions from docs (#3378)

github.com/pyodide/pyodide - 6950060ce4a9c87d1797d099a8216a0a05d53ae5 authored about 2 years ago
DOC Update docs on new-packages.md (#3374)

[skip ci]

github.com/pyodide/pyodide - 28bd91fd2f0b0704b08be3a4f2dd52ec7ed63a6d authored about 2 years ago
zarr 2.13.3 (#3372)

github.com/pyodide/pyodide - 114f3950d010cf63ad08bfcf7cdad43db6674963 authored about 2 years ago
Fix top level multiprocessing.connection import and update yt (#3371)

This updates yt. The new yt has a top level `multiprocessing.connection` import so we patch
tha...

github.com/pyodide/pyodide - 68b3f3d06774b2855ec26dc3e52183011b0f7dbc authored about 2 years ago
NFC Minor python2js string conversion cleanup (#3362)

github.com/pyodide/pyodide - e0342931796ea9bb479b1ce48df9981aaa5f9c05 authored about 2 years ago
Rearrange changelog for v0.22 (#3370)

github.com/pyodide/pyodide - 68f7fa06d919c17836a66525b12616889aa8d6b1 authored about 2 years ago
Add generator argument lifetime handling (#3317)

This adds lifetime handling to the arguments of JavaScript sync and async generator
functions a...

github.com/pyodide/pyodide - 3a28adcb822b6ddc0e1d8d1cb4d454404dc68770 authored about 2 years ago
Implement more detailed streams support (#3268)

Resolves https://github.com/pyodide/pyodide/issues/3112
This adds a carefully designed API for ...

github.com/pyodide/pyodide - 7422ab370d0820ea90ceff1d0cf4936101f2e805 authored about 2 years ago
Remove unused shapely patch (accidentally added in #3365)

github.com/pyodide/pyodide - c6629397eaea34d4f7b8cd2793ee76096814dffb authored about 2 years ago
Run mkpkg update-all again (#3365)

Packages that are *not* up to date:
* gdal
* matplotlib
* packaging
* Pillow
* pillow_heif
...

github.com/pyodide/pyodide - e7bbb2010bc93a9b9926c465b08b8cc92ffe86da authored about 2 years ago
Patch ctypes.util.find_library to support Emscripten platform (#3353)

github.com/pyodide/pyodide - cb29aca29083c46002158074a8b60d1d97f6a58b authored about 2 years ago
Fix version comparison in mkpkg update (#3364)

github.com/pyodide/pyodide - faaa4e0aaa4aa7a481d5a1b71c804088ee6a7912 authored about 2 years ago
Pyb2d v0.7.4 (#3361)

github.com/pyodide/pyodide - 36ccf351d18d5183e1688bd2b55f4df7a2fe7030 authored about 2 years ago
gensim 4.3.0 (#3360)

Update gensim to 4.3.0 (released today). This adds support for Python 3.11
and removes the need...

github.com/pyodide/pyodide - 806e23745fe3ce5abd3c10ea9cfea56254e31ace authored about 2 years ago
docs: fix typos (#3359)

github.com/pyodide/pyodide - f1f924c5f300f0429e78c2f5c46d950720e41849 authored about 2 years ago
Add support for `throw` and `return` to PyProxy of a generator (#3346)

Continuing the work on generator support, this adds throw and
return to PyProxy of generators a...

github.com/pyodide/pyodide - 778fdf9f876a04ef8077021efcc5baad24727c0e authored about 2 years ago
Run make -C packages update-all (#3348)

Upgrade 75 packages. The following packages have not been upgraded
because of test failures:

...

github.com/pyodide/pyodide - 48309e65db9ca2542ef6d8c348120ed2efbb8a9f authored about 2 years ago
Deploy pyodide-py in CI (#3356)

Co-authored-by: Gyeongjae Choi <[email protected]>

github.com/pyodide/pyodide - 3bc78d247c34438f66fcb088b81300b43aedaec7 authored about 2 years ago
Split building and installing packages in buildall (#3279)

github.com/pyodide/pyodide - 0709ec0a264ccff91ce5c9f9d7fefe7ac41e7abf authored about 2 years ago
Fix misconfigured meta.yaml (#3354)

github.com/pyodide/pyodide - 6c92594e2cde36828110392a16067d92844b7158 authored about 2 years ago
PKG Add pyodide-http (#3355)

github.com/pyodide/pyodide - f0189de3f5e262a4008ecb77cb643db54893c5db authored about 2 years ago
Update to micropip v0.2.0 (#3347)

Co-authored-by: Gyeongjae Choi <[email protected]>

github.com/pyodide/pyodide - 5f6ecca68d0b6d1c66ac7b5366b4331324ec4d7e authored about 2 years ago
Rename unvendored _hashlib to hashlib (#3349)

github.com/pyodide/pyodide - d0f1f7142bd3e59754e858730f45325f8390cfab authored about 2 years ago
Update xarray to 2022.12.0 (#3262)

github.com/pyodide/pyodide - 62dcf9119f406fe551390b899f0a0f0a5b3529fc authored about 2 years ago
Remove pre-built docker image support (#3342)

github.com/pyodide/pyodide - d802fb3fdc4deda6c27071935cbd10011c425b1f authored about 2 years ago
Remove "Python initialization complete" log line (#3247)

github.com/pyodide/pyodide - d48a4f219300cdf95c5c763557a29aad57cc1fe4 authored about 2 years ago
Use a more robust method to improve our ModuleNotFound errors (#3263)

@ryanking13 added these very nice error messages to the `ModuleNotFound`
errors. However they i...

github.com/pyodide/pyodide - 33d1794a6e099274acb09a1ffda06307fdb95ace authored about 2 years ago
Distinguish between sync and async JavaScript iterators when possible (#3339)

If a JavaScript has a `next` method and exactly one of `Symbol.iterator` or `Symbol.asyncIterato...

github.com/pyodide/pyodide - 1410d2f5264437de7cdd18ad470322ae31847be2 authored about 2 years ago
[pre-commit.ci] pre-commit autoupdate (#3345)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-au...

github.com/pyodide/pyodide - 4a35a5f80de3830ef6d7bd260506d54dc309b0c9 authored about 2 years ago