Sebastien Bourdeauducq
6ee0f65b12
browser: ditto 11930228fd
2016-07-01 18:47:04 +08:00
Sebastien Bourdeauducq
11930228fd
dashboard: kill the Qt built-in main window closing mechanism
...
When the main window is closed, Qt makes QApplication.exec() return, which conflicts with Quamash's implementation of loop.run_until_complete(). The conflict causes Quamash's run_forever() to return earlier than it should, and cause "RuntimeError('Event loop stopped before Future completed.')".
Closes #475
2016-07-01 18:39:26 +08:00
Sebastien Bourdeauducq
ea13d00087
dashboard: preserve argeditor state across argument recomputations. Closes #486
2016-07-01 15:23:40 +08:00
Sebastien Bourdeauducq
2d1a47ca98
fix indentation
2016-07-01 15:19:52 +08:00
Sebastien Bourdeauducq
18eddd00e1
manual: add core.reset() calls
2016-06-29 11:48:33 +08:00
Sebastien Bourdeauducq
a1cc964c6c
test/scheduler: test check_pause
2016-06-29 11:44:42 +08:00
Sebastien Bourdeauducq
43681b37ec
test/rtio: relax constraints
2016-06-29 11:38:36 +08:00
Sebastien Bourdeauducq
e51928ee97
test/rtio: adapt to new handover behavior
2016-06-29 10:38:37 +08:00
Sebastien Bourdeauducq
c6e54e3016
coredevice/core: add syscall type annotation
2016-06-29 10:38:19 +08:00
Sebastien Bourdeauducq
c8dc6ca07c
inter-experiment smooth handover
2016-06-29 02:37:50 +08:00
Sebastien Bourdeauducq
ef8f60c78d
Revert "runtime: save now on RPC"
...
This reverts commit 155794a671
.
2016-06-29 02:37:50 +08:00
whitequark
ef2af8c331
compiler.embedding: use the builtin print as RPC.
...
Fixes #206 .
2016-06-28 04:42:41 +00:00
whitequark
6155f65366
compiler: remove now()/at().
...
Fixes #490 .
2016-06-28 04:39:14 +00:00
Sebastien Bourdeauducq
03a69ec5b7
scheduler: add check_pause function
2016-06-27 14:37:29 +08:00
Sebastien Bourdeauducq
5853e31ac2
coredevice/comm_tcp: more appropriate exception
2016-06-26 19:08:40 +08:00
Sebastien Bourdeauducq
bc7d06468f
coredevice/comm_generic: style
2016-06-26 18:50:02 +08:00
Sebastien Bourdeauducq
18cc7647ea
RELEASE_NOTES: 1.1
2016-06-24 15:11:22 +08:00
Sebastien Bourdeauducq
3befe37221
manual: minor cleanup
2016-06-22 10:01:56 +08:00
Sebastien Bourdeauducq
48c0812df0
manual: split source install instructions to a separate page
2016-06-22 09:45:56 +08:00
whitequark
21574bdfa9
compiler.embedding: rename user-defined types with identical names.
...
Fixes #478 .
2016-06-22 01:32:01 +00:00
whitequark
33e8e59cc7
compiler: implement min()/max() as builtins.
...
Fixes #239 .
2016-06-22 01:09:41 +00:00
whitequark
77d47c2fdd
transforms.artiq_ir_generator: split out finally→reraise control flow.
...
This makes it accessible to introspect by local access validator,
making some previously rejected code valid.
Fixes #331 .
2016-06-22 00:57:32 +00:00
whitequark
f2ae24da39
compiler: add support for Python modules.
...
Fixes #408 .
2016-06-21 23:35:07 +00:00
whitequark
5c54a6a0e9
Upgrade lwip to 2.0.0 to fix the keepalive bug #456 .
2016-06-21 14:47:19 +00:00
Robert Jördens
88d6d0db06
browser: also support loading arguments by button and activation, closes #479
2016-06-21 13:14:33 +02:00
whitequark
cae6e8639e
Revert "runtime: disable lwip TCP keepalive."
...
This reverts commit 0db6ef0e1c
.
2016-06-21 09:45:53 +00:00
whitequark
0db6ef0e1c
runtime: disable lwip TCP keepalive.
...
This sometimes results in an RST sent by lwip after a retransmission,
although it is not clear exactly why. See #456 .
2016-06-20 18:55:29 +00:00
Robert Jördens
f5deafb267
browser: add a debug message for OSError on HDF5 open
2016-06-20 18:02:47 +02:00
Sebastien Bourdeauducq
9ad6287dd0
Merge branch 'master' of github.com:m-labs/artiq
2016-06-20 08:32:50 +08:00
whitequark
8e2c664e8b
runtime: remove confusing variable shadowing.
2016-06-19 20:46:12 +00:00
Sebastien Bourdeauducq
155794a671
runtime: save now on RPC
2016-06-19 19:29:46 +08:00
Sebastien Bourdeauducq
0acc52d513
runtime: minor cleanup
2016-06-19 19:26:30 +08:00
Sebastien Bourdeauducq
917cc056f4
test: add test for seamless handover on exception termination
2016-06-19 19:15:10 +08:00
Sebastien Bourdeauducq
8e308481c1
runtime: save now when terminating with exception
2016-06-19 19:07:09 +08:00
Sebastien Bourdeauducq
2ae20fbc4d
runtime: cleanup now_init/now_save
2016-06-19 19:06:32 +08:00
Sebastien Bourdeauducq
4e241f10c5
conda: try lowercase package name
2016-06-19 09:59:42 +08:00
Sebastien Bourdeauducq
b97ad69135
conda: install lit and OutputCheck
2016-06-19 09:58:02 +08:00
Sebastien Bourdeauducq
6500d3fc63
conda: use setuptools entry_points
...
Conda entry_points doesn't support gui_scripts
2016-06-19 09:31:23 +08:00
Sebastien Bourdeauducq
b769403667
dashboard: larger experiment initial window size
2016-06-19 09:31:19 +08:00
Sebastien Bourdeauducq
b3b0e19d21
dashboard: compute initial experiment window size from font metrics
2016-06-19 08:50:38 +08:00
Sebastien Bourdeauducq
ae914d2611
dashboard/experiments: look improvements
2016-06-18 18:55:25 +08:00
Sebastien Bourdeauducq
ec3e7792dc
add MultiScanManager
2016-06-18 16:30:34 +08:00
Sebastien Bourdeauducq
80cf321233
dashboard: do not use Qt recursive event loop
2016-06-18 14:34:23 +08:00
Sebastien Bourdeauducq
9a1cad5cec
dashboard: basic dataset editing capabilities
2016-06-17 16:45:26 +08:00
whitequark
c0e42bbfc8
compiler.embedding: always do one final inference pass.
...
Fixes #477 .
2016-06-16 14:18:43 +00:00
whitequark
26117e8d93
transforms.inferencer: allow variable as type of `n` in `[]*n`.
...
Fixes #473 .
2016-06-16 13:35:00 +00:00
Robert Jördens
53eb35cbb8
browser: suppress icon warnings from inaccessible datasets, closes #470
2016-06-15 16:54:06 +02:00
Robert Jördens
a8b211f891
spi: cross-reference bit ordering and alignment, closes #482
2016-06-15 15:04:04 +02:00
Sebastien Bourdeauducq
033aa33c9e
pyon: support slices
2016-06-15 19:18:46 +08:00
Sebastien Bourdeauducq
60657c30b0
dashboard: add button to disable other scans
2016-06-15 19:06:04 +08:00