- 20 Aug, 2018 3 commits
-
-
Roman Yurchak authored
-
Michael Droettboom authored
Mechanism for testing imports
-
Michael Droettboom authored
MAINT Fix emscripten version 1.38.10 everywhere and remove python2 from build
-
- 17 Aug, 2018 1 commit
-
-
Roman Yurchak authored
-
- 16 Aug, 2018 3 commits
-
-
Roman Yurchak authored
-
Roman Yurchak authored
-
Roman Yurchak authored
-
- 09 Aug, 2018 4 commits
-
-
Michael Droettboom authored
Don't include compiled tests
-
Michael Droettboom authored
Fix #109: Fix the path of external data files
-
Michael Droettboom authored
-
Michael Droettboom authored
-
- 07 Aug, 2018 3 commits
-
-
Roman Yurchak authored
-
Roman Yurchak authored
-
Michael Droettboom authored
Automatically retry failed tests
-
- 06 Aug, 2018 14 commits
-
-
Michael Droettboom authored
Save Circle-CI cache every time
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
Add support for sha256 checksum
-
Michael Droettboom authored
Update chromedriver
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
Use pathlib for path manipulations
-
Roman Yurchak authored
-
Roman Yurchak authored
-
Roman Yurchak authored
-
Michael Droettboom authored
-
- 03 Aug, 2018 5 commits
-
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
Update geckodriver to 0.21.0
-
Michael Droettboom authored
-
Michael Droettboom authored
-
- 30 Jul, 2018 1 commit
-
-
Michael Droettboom authored
Fix #93 by avoiding use of TextDecoder
-
- 26 Jul, 2018 4 commits
-
-
Michael Droettboom authored
Any use of TextDecoder on a part of the Wasm HEAP seems to cause crashes when using WebAssembly.instantiate later on (in Chrome). The fix is to: - Avoid use of TextDecoder in emscripten-generated code by setting -s TEXTDECODER=0 - Do the Python-to-JS string conversion a different way: - Handle the native format of a Python Unicode string (which is either UCS1, UCS 2 or UCS 4) directly. This has the added advantage of being computationally simpler than encoding/decoding to/from UTF8.
-
Michael Droettboom authored
Skip compile and configure cases during numpy build
-
Roman Yurchak authored
-
Roman Yurchak authored
-
- 25 Jul, 2018 2 commits
-
-
Michael Droettboom authored
Obsoletes #22. Include all codecs, since removing tests imp. size
-
Michael Droettboom authored
-