Jason Stafford
e1fb1b966e
add a generic webworker file
2019-01-31 15:07:48 -08:00
Michael Droettboom
9c8b6d2db0
Fix #305 : Fix PDF export from matplotlib
2019-01-25 09:33:52 -05:00
Madhur Tandon
a704d5a04b
Implement the ABI number functionality.
...
Modified ``Makefile`` and ``packages/Makefile`` to get ``PYODIDE_PACKAGE_ABI`` from ``Makefile.envs``
Made ``checkABI`` as a public API function.
Modified ``file_packager.py`` to check for the compatible ABI number.
Defined ABI number with which pyodide is built in Makefile.envs
Accepted ABI number in ``file_packager.py`` as an argument.
Modified ``buildpkg.py`` and ``buildall.py`` to account for the new argument.
Added the corresponding ``test_different_ABI`` test.
2019-01-23 00:07:39 +05:30
Michael Droettboom
65ebb9944c
Merge pull request #293 from mdboom/upgrade-emscripten-1.38.22
...
Upgrade emscripten to 1.38.22
2019-01-17 14:04:24 -05:00
Michael Droettboom
7eb7e08403
Fix loading C++ modules
2019-01-16 11:35:40 -05:00
Michael Droettboom
db565ff8e9
Remove erroneous --profiling flag
2019-01-15 18:03:46 -05:00
Michael Droettboom
b24be2473e
Export all symbols from everything
2019-01-15 16:52:00 -05:00
Michael Droettboom
4b3bfe53ad
Upgrade emscripten to 1.38.22
2019-01-10 07:40:01 -05:00
Michael Droettboom
d4c92a5d68
Convert Numpy arrays to TypedArrays when possible
2018-12-27 14:22:08 -05:00
Roman Yurchak
79ba41b484
Update the iodide/pyodide-env:0.3.1 image
2018-11-15 13:24:27 +01:00
Roman Yurchak
66fe5feb2c
Better refactoring
2018-11-15 13:24:27 +01:00
Roman Yurchak
ba0e045b64
CLAPACK setup
2018-11-15 13:22:36 +01:00
Roman Yurchak
ead14ef33e
More fixes
2018-11-15 13:22:36 +01:00
Roman Yurchak
b495ead55b
Only include lapack when necessary
2018-11-15 13:22:36 +01:00
Roman Yurchak
ccdadc6e93
Move CLAPACK_WA to the root folder
2018-11-15 13:22:36 +01:00
Roman Yurchak
3e1d6348a7
Statically link BLAS/LAPACK
2018-11-15 13:22:36 +01:00
Roman Yurchak
40605620f8
Use scipy 0.17.1
2018-11-15 13:22:36 +01:00
Michael Droettboom
f292355a19
Add .bumpversion.cfg
2018-11-12 13:30:30 -05:00
Roman Yurchak
78bf51daac
CLAPACK setup
2018-10-31 15:12:43 +01:00
Michael Droettboom
1865046a1f
Simplify make lint
2018-10-08 13:18:28 -04:00
Roman Yurchak
372cc96865
Autopep8 on all benchmarks
2018-10-03 21:48:43 +02:00
Roman Yurchak
95379aa043
Merge pull request #202 from mdboom/fix-benchmarks
...
Fix benchmarks in light of recent changes
2018-10-03 12:02:02 +02:00
Roman Yurchak
070c898535
Merge pull request #204 from mdboom/lint-pyodide-build
...
MAINT: Lint all the things
2018-10-02 16:24:59 +02:00
Michael Droettboom
8412fa2679
Add pyodide_build to flake8
2018-10-02 07:54:37 -04:00
Michael Droettboom
fa4456ed12
Try to fix `make benchmark`
2018-10-01 21:11:02 -04:00
Michael Droettboom
6536e5a07c
Lint all the things
2018-10-01 19:11:38 -04:00
Michael Droettboom
58048cff2c
Upgrade to emscripten 1.38.12
2018-10-01 18:56:57 -04:00
Roman Yurchak
b9ad36fdd7
Set "BINARYEN_TRAP_MODE='clamp'"
2018-09-27 11:38:26 +02:00
Michael Droettboom
9d15654f1b
Merge pull request #170 from mdboom/lz4-c
...
WIP: Use LZ4 filesystem compression, using the canonical C implementation
2018-09-20 10:52:35 -04:00
Michael Droettboom
fff45f8b78
Reinstate uglify
2018-09-20 08:27:16 -04:00
Roman Yurchak
5b0381bd4c
Add src/python_dev.html
2018-09-20 14:18:50 +02:00
Michael Droettboom
2a6897a293
Remove debugging flags
2018-09-19 16:44:54 -04:00
Michael Droettboom
0d4b22ba77
Use LZ4 filesystem compression, using the canonical C implementation
2018-09-19 16:44:54 -04:00
Michael Droettboom
fcc2b7a036
Reorg pyodide ns to separate emscripten details from public API
2018-09-19 10:50:23 -04:00
Roman Yurchak
98f843df0e
Fix versioning with tags starting with v
2018-09-17 14:45:08 +02:00
Roman Yurchak
59de8d4a6d
Expose version information in javascript
2018-09-14 17:12:32 +02:00
Roman Yurchak
c36a044a03
Store version information in src/pyodide.py
2018-09-14 14:35:28 +02:00
Roman Yurchak
02ce5a4a9e
Merge pull request #155 from mdboom/allow-memory-growth
...
Set ALLOW_MEMORY_GROWTH=1
2018-09-13 18:01:55 +02:00
Michael Droettboom
84f2f28242
Vendor file_packager.py
2018-09-12 10:55:50 -04:00
Michael Droettboom
65817abc7d
Add test
2018-09-12 10:16:23 -04:00
Michael Droettboom
bf68705eb7
Set ALLOW_MEMORY_GROWTH=1
2018-09-11 17:07:31 -04:00
Michael Droettboom
56562257ef
Fix #71 : Upgrade to Python 3.7
2018-09-06 10:56:33 -04:00
Roman Yurchak
bfd0e58631
Address review comments
2018-08-28 16:20:35 +03:00
Roman Yurchak
153c6324b9
Copy test data in a pytest fixture
2018-08-28 14:42:14 +03:00
Michael Droettboom
56ef3a0960
Merge pull request #123 from mdboom/no-full-paths
...
Don't include full paths in build products
2018-08-22 13:54:52 -04:00
Michael Droettboom
c8527c5e5e
Don't include full paths in package metadata
2018-08-21 11:29:14 -04:00
Roman Yurchak
02905d8ca5
Show pytest report for skipped tests, XFAIL, XPASS
2018-08-21 11:08:47 +03:00
Roman Yurchak
6ef80a8f5d
Use python instead of python2
2018-08-17 00:09:50 +03:00
Roman Yurchak
4d2f4bf6ac
Fix emscripten tag 1.38.10
2018-08-16 16:48:32 +03:00
Michael Droettboom
a5c5101e11
Don't include compiled tests
2018-08-09 16:51:47 -04:00