Michael Droettboom
b66c160dc8
Merge pull request #284 from mdboom/fix-function-pointers-in-dylib
...
Fix #283 : Handle function pointers in dylib with signatures not in main
2018-12-27 13:11:35 -05:00
Michael Droettboom
18695f57fa
Merge pull request #280 from iodide-project/remove-iodide-evalqueue-api
...
removes iodide.evalQueue from languagePluginLoader
2018-12-26 13:21:47 -05:00
Michael Droettboom
e83894deae
Merge pull request #282 from mdboom/globals-proxy
...
Add a proxy to get global objects from Python
2018-12-26 13:21:03 -05:00
Michael Droettboom
534bfbafb9
Merge pull request #285 from mdboom/networkx-dependencies
...
Fix #281 : Add matplotlib and numpy as dependencies
2018-12-20 13:29:05 -05:00
Michael Droettboom
fe16f98a70
Fix #283 : Handle function pointers in dylib with signatures not in main
2018-12-20 13:07:54 -05:00
Michael Droettboom
768f1268a3
Add matplotlib and numpy as dependencies
2018-12-20 12:42:56 -05:00
Michael Droettboom
2d4732826a
Add comments in PR
2018-12-19 16:28:39 -05:00
Michael Droettboom
f4400b12f1
Add a proxy to get global objects from Python
2018-12-19 14:22:18 -05:00
Roman Yurchak
09d8afea93
Merge pull request #273 from mdboom/numpy-scalars
...
Properly handle Numpy scalar types in python2js
2018-12-19 14:11:59 +01:00
Michael Droettboom
3d7b79eda0
Properly handle Numpy scalar types in python2js
2018-12-17 08:30:42 -05:00
hamilton
702874068e
removed iodide.evalQueue from languagePluginLoader
2018-12-13 13:39:12 -08:00
Michael Droettboom
8f38cc2766
Merge pull request #263 from madhur-tandon/master
...
Expose Port 8000 for easy manual testing
2018-12-11 11:27:40 -05:00
Madhur Tandon
ffa2f7df90
Wrap to 80 characters per line
2018-12-11 20:03:48 +05:30
Madhur Tandon
4abae985ea
Add Documentation + Minor Changes
2018-12-11 13:26:51 +05:30
Madhur Tandon
369ce905c1
Adhere to flake8
2018-12-11 12:55:24 +05:30
Madhur Tandon
0a72c4efd8
Expose Port 8000 for easy testing
...
Add ``serve`` module as a command line subcommand which enables us to start a server within the docker environment.
This is helpful in testing the ``pyodide`` builds running within the docker environment using external browser
programs of the same machine.
2018-12-11 12:55:24 +05:30
Michael Droettboom
a134831aba
Bump version: 0.3.0 → 0.4.0
2018-12-10 17:26:42 -05:00
Michael Droettboom
81cd031360
Merge pull request #266 from rth/dedent-by-default
...
Handle multi-line Python strings input in JS
2018-12-10 17:25:37 -05:00
Roman Yurchak
1984cc5688
Merge pull request #272 from mdboom/package-loading-race-condition
...
Fix package loading race condition
2018-12-10 22:25:06 +01:00
Roman Yurchak
7bcb3dacc2
Merge pull request #271 from darthtrevino/feature/add_networkx_package
...
Add NetworkX Package
2018-12-10 22:22:45 +01:00
Roman Yurchak
7710c2a321
Merge pull request #251 from mdboom/matplotlib-reduce-imports
...
Reduce the number of mandatory imports in matplotlib
2018-12-07 09:01:19 +01:00
Michael Droettboom
5484bc73c8
Remove unnecessary argument
2018-12-06 18:51:36 -05:00
Michael Droettboom
19475e1ab5
Add comment
2018-12-06 18:25:10 -05:00
Michael Droettboom
b6d06454b2
Fix package loading race condition
2018-12-06 18:19:08 -05:00
Chris Trevino
e6fe702205
Add test.imports to decorator's meta.yaml
2018-12-06 14:19:09 -08:00
Chris Trevino
90cdd3010b
Remove pytest import
2018-12-06 14:06:42 -08:00
Chris Trevino
3cfcd33c32
Remove testing imports from networkx
2018-12-06 14:06:27 -08:00
Chris Trevino
0d6cf03eb0
Remove chrome shunt from networkx tests, use standard assertions
2018-12-06 14:03:23 -08:00
Chris Trevino
980f97469b
Update networkx meta.yaml test.imports
2018-12-06 13:55:40 -08:00
Chris Trevino
cfd73d5a81
Add networkx
2018-12-06 11:24:31 -08:00
Roman Yurchak
18ec5bbb26
Also dedent code in find_imports
2018-12-06 15:39:28 +01:00
Michael Droettboom
82d0c4cbfd
Bump version: 0.2.0 → 0.3.0
2018-12-06 09:29:45 -05:00
Michael Droettboom
e9136eea3c
Merge pull request #226 from rth/scikit-learn
...
Package scikit-learn
2018-12-06 09:28:07 -05:00
Roman Yurchak
fc7fe8ca30
Update tests with packaged scipy
2018-12-04 20:37:15 +01:00
Roman Yurchak
b072a9d34a
Remove CircleCI hacks
2018-12-04 20:37:15 +01:00
Roman Yurchak
15c0228abc
Update to scikit-learn 0.20.1
2018-12-04 20:37:15 +01:00
Roman Yurchak
edda6eefcd
More fixes for joblib
2018-12-04 20:37:15 +01:00
Roman Yurchak
b93fcc47b8
Increment version numbers
2018-12-04 20:37:15 +01:00
Roman Yurchak
ef993da92f
Package scikit-learn
2018-12-04 20:37:15 +01:00
Roman Yurchak
30d150386d
Revert change for runPythonAsync
2018-12-04 13:37:36 +01:00
Roman Yurchak
fd6e0bf422
Merge pull request #265 from mdboom/kwargs
...
Fix #261 : Support named arguments when calling a JS function
2018-12-04 12:42:38 +01:00
Roman Yurchak
6c9f4fbbf3
Handle multi-line string input
2018-12-04 12:24:11 +01:00
Michael Droettboom
04603d53c2
Merge pull request #211 from rth/scipy
...
Scipy packaging
2018-12-03 10:33:45 -05:00
Roman Yurchak
c78a430a90
Merge pull request #264 from mdboom/continue-when-load-package-fails
...
Fix #254 : Continue if package loading fails
2018-11-29 10:31:47 +01:00
Michael Droettboom
528c0f2961
Fix #261 : Support named arguments when calling a JS function
2018-11-28 12:25:04 -05:00
Michael Droettboom
6cf40c49dd
Fix #254 : Continue if package loading fails
2018-11-28 12:12:38 -05:00
Michael Droettboom
3c87663e1f
Merge pull request #262 from madhur-tandon/master
...
Fix Chrome Tests failing inside Docker
2018-11-26 15:22:45 -05:00
Madhur Tandon
ff21689cea
Fix Chrome Tests failing inside Docker
2018-11-26 22:14:00 +05:30
Michael Droettboom
de7dd4be6f
Bump version: 0.1.12 → 0.2.0
2018-11-15 13:27:21 -05:00
Michael Droettboom
caeecfe3a6
Merge pull request #259 from mdboom/support-languagePluginURL
...
Support a baseURL passed on window.languagePluginUrl
2018-11-15 13:26:41 -05:00