Skip to content

Releases: phillipdupuis/dtale-desktop

0.1.3

25 Feb 23:49
Compare
Choose a tag to compare

Bugfixes for compatibility with the newest versions of d-tale, as well as python 3.9

Profile report bugfixes

05 Feb 22:28
1a034d5
Compare
Choose a tag to compare

A couple issues with the 'Profile' option have now been resolved.

The first issue was that this feature would crash on some platforms (notably windows) upon attempting to read the profile report html file. This has been resolved by explicitly setting the encoding to "utf-8".

A second issue was that if a profile report had already been generated, the new tab would sometimes just sit and spin. I'm not entirely sure why, but I've fixed this by having it immediately redirect to /node/view-profile-report/{data_id}/ if a profile report already exists

v0.1.0: Merge pull request #10 from phillipdupuis/feature/unpin-dtale

03 Feb 01:21
b2356f9
Compare
Choose a tag to compare
Updated dtale requirement so new versions can be used

0.0.15

31 Jan 22:30
c3994c8
Compare
Choose a tag to compare

Bugfixes:

  • If a user attempts to save invalid python code, the frontend will now display the error. Previously it would fail silently and close the code editor.
  • Exceptions are logged with a full stack trace, making it easier to debug issues.
  • Code catching 'BaseException' has been fixed to now catch 'Exception' instead.

0.0.14

31 Jan 21:25
Compare
Choose a tag to compare
v0.0.14

accidentally added empty file