Typo in tulip-python documentation
Well seen. It will be fixed asap.
Typo in tulip-python documentation
HUGE thanks Patrick, so OK I remove the Tulip 5.4 coming from the Ubuntu deb official...
Here is the file.
Lucky guy, here is the fixed version of your Tulip project. Remember to not use a Tulip version prior to 5.6.2
I'll try to do my best as soon as possible. Patrick
I've been working on this graph for some time, saved it with the same name, and now, this version of the graph crashes Tulip in versions 4.5 and 4.7.1 What went wrong? What could I do to retrieve my work ? Since I see in previous post that you realised a marvellous reparation :) Thanks Patrick n advance...
I've been working on this graph for some time, saved it with the same name, and now, this version of the graph crashes Tulip in versions 4.5 and 4.7.1 What went wrong? What could I do to retrieve my work ? Since I see in previous post that you realised a marvellous reparation :) Thanks Patrick n advance...
thnks Patrick, will investigate this...
Hello Alain, the lines #6 to #20 of the reported call stack shows that the problem comes from the graphics driver ( /usr/lib/x86_64-linux-gnu/dri/crocus_dri.so, gallium3d driver) used at your office. So try to use another one compatible with your office graphics card. Hope this helps. Patrick
While it works fine on my laptop, it crashes at the office; below is the error messages. What else can I provide to find the issue? Many thnks and warm hello Patrick :) (base) lhostis@loustix:~/Documents/Travail/Logiciels/Tulip$ ./Tulip-5.7.1.AppImage Perspective running in standalone mode TLP_PLATEFORM linux TLP_ARCH x86_64 TLP_COMPILER gcc TLP_VERSION 5.7.1 TLP_STACK_BEGIN #00 0x00007f67303f6c43 in llvm::APInt::countLeadingZerosSlowCase() const (+0x23) from /lib/x86_64-linux-gnu/libLLVM-15.so.1...
Hello Volodymyr, I don't know pybind11 and I suppose that when saying "register the function with Sphinx", you mean SIP, which is the software we use to implement the Tulip python bindings. From my point of view, the only immediate way to apply a generic c++ code to a graph in python, is to make this c++ code a tulip plugin of type "Algorithm". Supposing you have created a plugin named "my algorithm", here is a small example to invoke it: # import stuff, which should also load "my algorithm" plugin...
Hello, First of all, Tulip is great software and thanks to its extensible nature, open sources and excellent API I use it for many years for various tasks with no issues. Thanks for your excellent work! I have a small library with my custom specialized graph generation and processing functionality written in C++ as an extension. I compile it with Tulip and it works flawlessly. To make things more compilcated, now I want to invoke these functions from Python console. But I don't know how to pass graph...
Hello, First of all, Tulip is great software and thanks to its extensible nature, open sources and excellent API I use it for many years for various tasks with no issues. Thanks for your excellent work! I have a small library with my custom specialized graph generation and processing functionality written in C++ as an extension. I compile it with Tulip and it works flawlessly. To make things more compilcated, now I want to invoke these functions from Python console. But I don't know how to pass graph...
Tulip 5.7.1 is available
Tulip 5.7 is available
I cannot reproduce the problem you described with Tulip 5.6.3. The crash report you posted indicates you were using Tulip 5.6.1.
Believe it or not I just broke it again, trying to make a dendogram with all the nodes On Tue, 13 Dec 2022 at 10:22, Patrick Mary pmary@users.sourceforge.net wrote: I patched the graph structure at load time with a version of Tulip under debugger, in order to renumber the subgraph having an incorrect id and ensure the graph could load. Then I just had to save the Tulip project. Crashes every time I try to open a project or graph https://sourceforge.net/p/auber/discussion/206283/thread/b68ef548dd/?limit=25#f1df...
I patched the graph structure at load time with a version of Tulip under debugger, in order to renumber the subgraph having an incorrect id and ensure the graph could load. Then I just had to save the Tulip project.
That's brilliant. Thank you very much. Out o f interest, how did you do it? On Tue, 13 Dec 2022 at 09:13, Patrick Mary pmary@users.sourceforge.net wrote: I fixed the graph structure. Here is a new version of your tlpx file. Attachments: internet_fixed.tlpx https://sourceforge.net/p/auber/discussion/206283/thread/b68ef548dd/6a27/attachment/internet_fixed.tlpx (66.3 kB; application/x-tulip-tlpx) Crashes every time I try to open a project or graph https://sourceforge.net/p/auber/discussion/206283/thread/b68ef548dd/?limit=25#6a27...
I fixed the graph structure. Here is a new version of your tlpx file.
Here it is, managed to do it this evening after all.
I'll try tomorrow morning. On Mon, 12 Dec 2022, 15:21 Patrick Mary, pmary@users.sourceforge.net wrote: I can see that one of the subgraph has an incorrect id. Is it possible for you to "attach" your tlpx file to this discussion ? Crashes every time I try to open a project or graph https://sourceforge.net/p/auber/discussion/206283/thread/b68ef548dd/?limit=25#89f6 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/auber/discussion/206283/ To unsubscribe from further...
I can see that one of the subgraph has an incorrect id. Is it possible for you to "attach" your tlpx file to this discussion ?
I spent hours making 2 complex projects and saved them. When I try to open them i get a crash related to the perspective . details below. I have re installed and updated to latest version and get the same issue. Translated Report (Full Report Below) Process: tulip_perspective [41445] Path: /Applications/Tulip.app/Contents/bin/tulip_perspective Identifier: tulip_perspective Version: ??? Code Type: X86-64 (Native) Parent Process: Exited process [41444] Responsible: Terminal [40818] User ID: 503 Date/Time:...
The graph diameter computation corresponds to the search for the eccentricity max value. This search is necessary in the normalized = true case; but it is not and is therefore avoided in the normalized = false case. In this last case, if the call to the 'Eccentricity' plugin is done via python, the diameter of the graph can then be obtained by a call to getNodeMax() method on the metric. Nevertheless, I will code a new version, using the "graph diameter" parameter as an input parameter to force,...
The graph diameter computation corresponds to the search for the eccentricity max value. This search is necessary in the 'normalized = true'; but it is not and is therefore avoided in the 'normalized = false' case. In this last case, if the call to the 'Eccentricity' plugin is done via python, the diameter of the graph can be obtained by a call to getNodeMax() method on the metric. Nevertheless, I will code a new version, using the "graph diameter" parameter as an input parameter to force, when its...
OK
[Tulip software] Access denied - cannot open Tulip
Nevermind, I reset my laptop and it works now...
[Tulip software] Access denied - cannot open Tulip
Eccentricity Plugin returns -1 diameter when selecting unnormalized values
Tulip 5.6.3 is available
Thank you for finding the regression bug related to commit 933aad9. I just integrated the fix. However, given the dates of the first two posts, this one is unrelated to the problem initially reported.
Thanks very much!!!!!!!!!!!!! Regards El 13 abr 2022, a la(s) 12:52 p.m., Antoine Lambert anlambert@users.sourceforge.net escribió: This regression has been in introduced in this commithttps://github.com/Tulip-Dev/tulip/commit/933aad903df44344ccff8d040932278d8e612257#diff-28e57651d48c731fa9397d5509046d4e6a1ada631a4ac5020e75c8703e83e30c and the issue appeared since the Tulip 5.6.1 release. Below is the patch to fix it: diff --git a/library/tulip-gui/src/TlpQtTools.cpp b/library/tulip-gui/src/TlpQtTools.cpp...
This regression has been in introduced in this commit and the issue appeared since the Tulip 5.6.1 release. Below is the patch to fix it: diff --git a/library/tulip-gui/src/TlpQtTools.cpp b/library/tulip-gui/src/TlpQtTools.cpp index 488908f78..3a68044ac 100644 --- a/library/tulip-gui/src/TlpQtTools.cpp +++ b/library/tulip-gui/src/TlpQtTools.cpp @@ -377,7 +377,8 @@ void initTulipSoftware(tlp::PluginLoader *loader, bool removeDiscardedPlugins) { // OpenSSL libraries Qt was compiled against before Python...
Sorry I missed this problem. It is probably related to the path to the python installation that cannot be found. Add it to the PATH system variable. Hope this helps.
Hello, what's up friend, did you manage to solve it?
Tulip 5.6.2 is available
Hi Patrick. Many thanks for your awesome support! On Fri, Oct 29, 2021 at 7:17 PM Patrick Mary pmary@users.sourceforge.net wrote: Tulip 5.6.1 has been released today. It has been successfully tested on macOS Big Sur and Monterey. cheers Installation on macOS Big Sur 11.6 https://sourceforge.net/p/auber/discussion/206283/thread/897de1a7e8/?limit=25#a795 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/auber/discussion/206283/ To unsubscribe from further messages,...
Tulip 5.6.1 has been released today. It has been successfully tested on macOS Big Sur and Monterey. cheers
Tulip 5.6.1 is available
This problem is macOS Big Sur specific and due to a Qt bug (QTBUG-87014). As a temporary workaround, you can replace the file ~/Desktop/Tulip-5.6.0.app/Contents/MacOS/Tulip by the one in attachment. We are currently testing a correct fix/workaround, and plan to release a Tulip 5.6.1 version as soon as possible. Hope this helps.
Unable to install on macOS Big Sur 11.6 The app just crashed and stops repsponding. I also tries it on macOS Big Sur 11.5. Had the same result. Anyone has any ideas or workaround?
crash when start graph
Tulip 5.6 is available