Michael Droettboom
6707647fa7
Update URL
2019-06-03 15:57:17 -04:00
Michael Droettboom
100e81f141
Update URL and document using Pyodide with Iodide ( #455 )
...
* Update URL and document using Pyodide with Iodide
* Update docs/using_pyodide_from_iodide.md
Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>
* Update docs/using_pyodide_from_iodide.md
Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>
2019-06-03 15:46:14 -04:00
Michael Droettboom
2fb13ff35b
Bump version: 0.12.0 → 0.13.0
2019-05-31 16:04:53 -04:00
Michael Droettboom
88880d1e87
Update CHANGELOG
2019-05-31 16:04:25 -04:00
Michael Droettboom
0ca6505261
Update docs about Netlify.
2019-05-31 16:02:51 -04:00
Michael Droettboom
1799e45525
Go back to tags only
2019-05-31 15:50:59 -04:00
Michael Droettboom
d5c7794ea6
Use sudo to deploy
2019-05-31 15:50:35 -04:00
Michael Droettboom
722b8f0f7c
Deploy from master
2019-05-31 14:41:15 -04:00
Michael Droettboom
87da2ec033
Automated deployment to Netlify ( #451 )
2019-05-31 14:39:52 -04:00
Roman Yurchak
b9357dcd7f
Merge pull request #432 from mdboom/dont-use-package-name
...
Fix #427 : Don't use "package" -- it's a reserved word
2019-05-18 22:34:29 +03:00
Michael Droettboom
8cf6863e29
Fix #427 : Don't use "package" -- it's a reserved word
2019-05-17 15:51:29 -04:00
Michael Droettboom
8f675bf063
Fix #422 : Correct loadedPackage -> loadedPackages ( #426 )
...
Cc: @PythonLinks
2019-05-16 10:03:34 -04:00
Madhur Tandon
6ca7c116c2
Update Instructions for Building Pyodide ( #425 )
...
Add a tip: increase the maximum allowable RAM usage to the docker container if `make` stops without any valid reason.
2019-05-16 10:03:18 -04:00
Michael Droettboom
32aacec222
Bump version: 0.11.0 → 0.12.0
2019-05-03 13:45:55 -04:00
Michael Droettboom
1a9e72b91f
Update CHANGELOG
2019-05-03 13:45:50 -04:00
Michael Droettboom
c3c2f10bc5
Loading wheels from PyPI ( #147 )
...
* Add micropip
* Remove CORS proxy for metadata
* Update docs
* Support loading a mixture of built-in and PyPI packages
2019-05-03 13:43:31 -04:00
Joseph D. Long
74cf8f1f84
Fixes #402 for Safari support ( #409 )
...
* Fixes #402 for Safari support
Falls back to WebAssembly.compile when compileStreaming is undefined
* Formatting tweaks for pyodide.js
* Style edit per @mdboom to pyodide.js
2019-05-03 13:40:57 -04:00
Michael Droettboom
619b4df99e
Fix #406 : Correctly convert a raw ArrayBuffer to Python memoryview ( #407 )
2019-05-02 12:23:03 -04:00
Michael Droettboom
c8db5b6433
Fix #401 : Better error message when using "import js" ( #404 )
...
* Fix #401 : Use PEP 562 to make "import js" work
* Add docs
* Fix handling of missing attributes
* Add CHANGELOG
* Fix iodide import
2019-05-01 14:56:30 -04:00
Bob "Wombat" Hogg
6e561d2b19
README.md: Remove cd /src instruction for Docker ( #396 )
2019-04-24 11:09:17 -04:00
hexagon6
17dec0920e
feature(package): add biopython ( #391 )
2019-04-24 11:08:47 -04:00
Michael Droettboom
09e1caa6f4
Update CHANGELOG
2019-04-22 14:12:45 -04:00
Michael Droettboom
dfbe045895
Fix #382 : Proxies should return the same object ( #394 )
2019-04-22 14:10:09 -04:00
Michael Droettboom
67ae415f09
Fix #388 : Support dir(x) on JsProxies ( #393 )
2019-04-22 14:08:29 -04:00
Michael Droettboom
f1c05058b0
Update CHANGELOG headers
2019-04-22 08:09:51 -04:00
0xflotus
778bae8348
fixed asynchronously in the docs ( #384 )
2019-04-21 08:38:30 -04:00
Michael Droettboom
a39544a071
Bump version: 0.10.0 → 0.11.0
2019-04-11 22:07:55 -04:00
Roman Yurchak
9af9f65ebc
Merge pull request #376 from teonbrooks/patch-1
...
Update CHANGELOG.md
2019-04-10 11:15:40 +02:00
Teon L Brooks
132ed08ad6
Update CHANGELOG.md
...
forgot update the changelog with #372 .
2019-04-07 19:41:14 -04:00
Marc Abramowitz
875df76b2f
Add Jinja2 and MarkupSafe ( #359 )
...
```javascript
_ = languagePluginLoader.then(() => {
// pyodide is now ready to use...
pyodide.loadPackage('Jinja2').then(() => {
pyodide.runPython(`
import jinja2
template = jinja2.Template('Hello {{ name }}!')
print(template.render(name='Zach'))
`);
});
});
```
2019-04-04 13:56:56 -04:00
Marc Abramowitz
b6d9a6353b
Add crypt module ( #369 )
2019-04-04 13:55:15 -04:00
Michael Droettboom
9a75ce63e2
Update CHANGELOG
2019-04-04 08:00:06 -04:00
Michael Droettboom
047b414f3d
Upgrade to emscripten 1.38.30 ( #374 )
2019-04-04 07:57:47 -04:00
Teon L Brooks
befdfe781d
[MRG] Include mne ( #372 )
...
* Include mne
* Update meta.yaml
2019-04-03 11:58:33 -04:00
Roman Yurchak
462240e38b
Merge pull request #370 from mkly/fix_not_now_typo
...
Fix typo in docs using from JavaScript
2019-03-29 23:18:14 +01:00
Mike Lay
a1095b8624
Fix typo in docs using from JavaScript
...
* Change *not* to *now*
2019-03-29 12:03:51 -07:00
Michael Droettboom
0f60d6d45d
Retroactively add CHANGELOG entry
2019-03-26 15:32:23 -04:00
Marc Abramowitz
1d2edf1051
mkpkg: Grab sdist instead of first URL from PyPI ( #356 )
...
The first URL from PyPI is often a platform-specific wheel, so it's
better if we prefer to grab a source distribution that we can build with
emscripten.
Before:
```
$ bin/pyodide mkpkg lxml
$ grep 'url: ' packages/lxml/meta.yaml
url: 951337aa3d
28589eccca765c4e17ce/lxml-4.3.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
```
After:
```
$ bin/pyodide mkpkg lxml
$ grep 'url: ' packages/lxml/meta.yaml
url: d070609b41
0dbf4233659af53fe0ab/lxml-4.3.2.tar.gz
```
Closes : #363 .
2019-03-26 12:10:41 -04:00
Farooq Abdul Rehman
8e90e6d083
ignore .vscode ( #361 )
2019-03-26 08:49:53 -04:00
Marc Abramowitz
ac76220b59
Enable building sqlite3 into cpython ( #352 )
...
* Enable building sqlite3 into cpython
2019-03-26 08:44:21 -04:00
Michael Droettboom
b95b6692f8
Merge pull request #358 from msabramo/patch-3
...
CHANGELOG.md: soupseive => soupsieve
2019-03-22 12:24:29 -04:00
Marc Abramowitz
7591202dfb
CHANGELOG.md: soupseive => soupsieve
2019-03-21 23:10:57 -07:00
Michael Droettboom
cda2682ac7
Bump version: 0.9.0 → 0.10.0
2019-03-21 13:44:19 -04:00
Michael Droettboom
ff5ccdfca6
Backfill the CHANGELOG for 0.10.0
2019-03-21 13:43:27 -04:00
Michael Droettboom
629df0f583
Merge pull request #343 from mdboom/simple-interactive-testing
...
Partially address #338 : Provide simple method for interactive testing
2019-03-21 13:37:20 -04:00
Michael Droettboom
629f3dfd0b
Merge pull request #2 from msabramo/simple-interactive-testing-js-multiline-string
...
Use JS multi-line string for Python code
2019-03-21 12:18:43 -04:00
Michael Droettboom
f1b2d3bf39
Merge pull request #355 from msabramo/run_docker-configurable
...
Allow configuring run_docker ports using env vars
2019-03-21 12:15:24 -04:00
Marc Abramowitz
4e1ae73793
Use JS multi-line string for Python code
...
so that the Python code looks nicer and is less error-prone to edit.
2019-03-21 08:57:43 -07:00
Michael Droettboom
b3d48aa5f1
Merge pull request #354 from msabramo/html5lib
...
Add html5lib
2019-03-21 11:49:48 -04:00
Michael Droettboom
5a9f474717
Only print console when done with a code chunk
2019-03-21 11:37:47 -04:00