-
Notifications
You must be signed in to change notification settings - Fork 76
Add the numcodecs-wasm package #455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
juntyr
wants to merge
6
commits into
pyodide:main
Choose a base branch
from
juntyr:numcodecs-wasm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
8ed3ab4
Add the numcodecs-wasm package
juntyr 219144d
use newer rust toolchain from https://github.com/pyodide/pyodide/pull…
juntyr c71459b
use RUSTUP_TOOLCHAIN env variable
juntyr 779f88b
Switch from varint to leb128
juntyr f9321ba
Upgrade to numcodecs-wasm v0.2.3 with support for wasm exceptions in …
juntyr 3863e4f
Upgrade to numcodecs-wasm v0.2.4 with support for wasm exceptions in …
juntyr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| package: | ||
| name: numcodecs-combinators | ||
| version: 0.2.12 | ||
| top-level: | ||
| - numcodecs_combinators | ||
| source: | ||
| url: https://files.pythonhosted.org/packages/2e/93/0d52d3ca184e75026b2e16b034a48f69e4e6260e2a6007297924a5a3d07d/numcodecs_combinators-0.2.12-py3-none-any.whl | ||
| sha256: 94b6808c237e3fac8737e554644ea5fed9e5874f012de0a95c5294761e591f8a | ||
| requirements: | ||
| run: | ||
| - numcodecs | ||
| - numpy | ||
| - typing-extensions | ||
| - varint | ||
| about: | ||
| home: https://github.com/juntyr/numcodecs-combinators | ||
| PyPI: https://pypi.org/project/numcodecs-combinators | ||
| summary: Combinator codecs for the `numcodecs` buffer compression API | ||
| license: MPL-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| package: | ||
| name: numcodecs-observers | ||
| version: 0.1.2 | ||
| top-level: | ||
| - numcodecs_observers | ||
| source: | ||
| url: https://files.pythonhosted.org/packages/a2/3f/33efa98c8ada32339d4027a0c0adbaca129dcd0b03c9243d8ca2d8883c70/numcodecs_observers-0.1.2-py3-none-any.whl | ||
| sha256: 956662ce8d31a1312193a43869bf23948122bff42a842eb831db7f60d37c5a9f | ||
| requirements: | ||
| run: | ||
| - numcodecs | ||
| - numcodecs-combinators | ||
| - numpy | ||
| - typing-extensions | ||
| about: | ||
| home: https://github.com/juntyr/numcodecs-observers | ||
| PyPI: https://pypi.org/project/numcodecs-observers | ||
| summary: Observe encoding and decoding in the `numcodecs` buffer compression API | ||
| license: MPL-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| package: | ||
| name: numcodecs-wasm | ||
| version: 0.2.2 | ||
| tag: | ||
| - rust | ||
| top-level: | ||
| - numcodecs_wasm | ||
| source: | ||
| url: https://files.pythonhosted.org/packages/source/n/numcodecs_wasm/numcodecs_wasm-0.2.2.tar.gz | ||
| sha256: 894f3d005ad2fe98224aa639c8d5e580d2db046589ed059641335ebf75d7b070 | ||
| requirements: | ||
| executable: | ||
| - rustup | ||
| run: | ||
| - numcodecs | ||
| - numcodecs-observers | ||
| - numpy | ||
| - typing-extensions | ||
| build: | ||
| script: | | ||
| # FIXME: remove once https://github.com/pyodide/pyodide/pull/6027 is used in pyodide-recipes | ||
| export RUSTUP_TOOLCHAIN="nightly-2025-12-10" | ||
| rustup toolchain install ${RUSTUP_TOOLCHAIN} | ||
| rustup target add wasm32-unknown-emscripten --toolchain ${RUSTUP_TOOLCHAIN} | ||
| about: | ||
| home: https://github.com/juntyr/numcodecs-rs | ||
| PyPI: https://pypi.org/project/numcodecs-wasm | ||
| summary: numcodecs compression for codecs compiled to WebAssembly | ||
| license: MPL-2.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| package: | ||
| name: varint | ||
| version: 1.0.2 | ||
| top-level: | ||
| - varint | ||
| source: | ||
| url: https://files.pythonhosted.org/packages/source/v/varint/varint-1.0.2.tar.gz | ||
|
juntyr marked this conversation as resolved.
Outdated
|
||
| sha256: a6ecc02377ac5ee9d65a6a8ad45c9ff1dac8ccee19400a5950fb51d594214ca5 | ||
| about: | ||
| home: http://github.com/fmoo/python-varint | ||
| PyPI: https://pypi.org/project/varint | ||
| summary: Simple python varint implementation | ||
| license: MIT | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.