- 30 Sep, 2019 1 commit
-
-
Yori authored
-
- 30 Aug, 2019 2 commits
- 29 Aug, 2019 13 commits
-
-
Yori Fournier authored
Resolve "[BUG] in client context the status of format_rawdata is alway True event when failed" See merge request !72
-
Yori authored
in mpl_client.sync_fig_format_rawdata(): if server returns an error datas is set to None and error message is printed in mpl_fig._format_rawdata_client(): if datas returned from the client is None then return False.
-
Yori Fournier authored
Resolve "[Bug] transmitting error message back to client fails" Closes #102 See merge request !71
-
Yori Fournier authored
Resolve "[Bug] transmitting error message back to client fails" See merge request !70
-
Yori Fournier authored
cast all e.args to string where printted.
-
Yori authored
add a WARNING in case the Error message has a <success Flag> (Status.value == True)
-
Yori authored
Merge branch '102-transmitting-error-message-fails' of gitlab.aip.de:yfournier/myplotlib into 102-transmitting-error-message-fails
-
Yori Fournier authored
cast all e.args to string where printted.
-
Yori authored
add a WARNING in case the Error message has a <success Flag> (Status.value == True)
-
Yori Fournier authored
Resolve "[BUG]: de_sync_fig failing: ID is not string" Closes #101 See merge request !69
-
Yori Fournier authored
in mpl_server.py: get_fig_by_id(): fig_id -> str(fig_id)
-
Yori Fournier authored
Resolve "[BUG]: de_sync_fig failing: ID is not string" See merge request !67
-
Yori Fournier authored
in mpl_server.py: get_fig_by_id(): fig_id -> str(fig_id)
-
- 27 Aug, 2019 2 commits
- 26 Aug, 2019 2 commits
-
-
Yori authored
Now print_in_notebook should work
-
Yori Fournier authored
add print_in_notebook function I am afraid that the as_seen feature won't work since it seems that they call fig.plot before rendering... I need to dig more.
-
- 23 Aug, 2019 1 commit
-
-
Yori Fournier authored
in mpl_client.py: in read_data(): add a test to check that the io_function is a String and not a function object. The problem with function objects is that it may be a security issue. The server has a limited allowed functions (known_functions). If io_function is not a string, a WARNING is thrown and io_function is replaced with io_function.__name__.
-
- 21 Aug, 2019 3 commits
-
-
Yori Fournier authored
-
Yori authored
-
Yori authored
-
- 25 Jan, 2019 1 commit
-
-
Yori Fournier authored
avoiding unecessary formatting.
-
- 23 Jan, 2019 5 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
Conflicts: mpl_fig.py
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
This is done to prevent confusion when using the server/client interface.
-
- 22 Jan, 2019 8 commits
-
-
Yori Fournier authored
format to allow a better merging of data with client.merge_data query issue is that a MplData object is created on the server side silently... so the user need to be warned.
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
- 18 Jan, 2019 2 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
-