Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    3,162 downloads
    LibreOffice 3.6.6 /
    4.0.3

    1,458 downloads
    Wine 1.4.1 / 1.5.30
    1,277 downloads
    BackTrack 5 R3
    1,037 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    951 downloads
    Red Hat Linux 9
    924 downloads
    Ubuntu 12.10
    694 downloads
    Red Hat Enterprise
    Linux 6.4

    673 downloads
    VLC 2.0.6
    668 downloads
    Linux Mint 14.1 / 15
    RC

    634 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 621
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 664
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 353
    Home > Linux > Science and Engineering > Visualization > Tulip > Changelog

    Tulip 4.2.0 - Changelog


    What's new in Tulip 4.2.0:

    March 28th, 2013

    Views:
    · Geographic view, Histogram view, Matrix view, Parallel coordinates view, Pixel oriented view, Scatter plot 2D view, SOM view

    Metrics:
    · K-Cores, Link Communities, Louvain clustering, MCL clustering, Page Rank, Welsh and Powel

    Interactors:
    · Fish Eye, Mouse lasso nodes selector, Neighborhood highlighter, Path finder

    Layouts:
    · Fast overlap removal, Grip

    General Algorithm:
    · Edge bundling

    Import:
    · Facebook friends



    What's new in Tulip 4.0.0:

    October 9th, 2012

    · After one year of development, over 2000 commits, about 300 bugs and feature requests fixed, two Release Candidates and lots of feedback, we present you Tulip 4.
    · This is the first release in the new Tulip 4.X series, which brings a gorgeous new UI, lots of speed improvements and a heavy lifting of the API and its documentations to simplify development of high-performance plug-ins.

    Redesigned, more efficient UI:

    · Let’s take a tour of the new UI together, see how it will simplify the analysis of data.

    The Agent:

    · Tulip4 is designed to simplify multi-tasking as much as possible, and to this end we introduce the Tulip Agent.
    · The later generations of Tulip 3 introduced the concept of perspective, to allow task-centric application to be easily created. Tulip 4 pushes this concept to the next level, where a perspective is a full-fledged application that can be started through the Tulip Agent.
    · The Tulip agent is the hub where the plug-ins can be installed, removed or updated. You can easily browse through plug-ins type, and search to quickly find what you are looking for.
    · But it is also the place where you can get a glimpse at the latest Tulip news, and the images published on the Tulip website.

    The New Tulip Perspective:

    · Tulip 3 was victim of its own evolution. As options and possibilities were added, the functionalitie s were crammed in tabs and menus, hiding most of the possibilities of Tulip to newcomers.
    · Tulip 4 starts with a clean slate, and brings an intuitive way of visualizing and manipulating graphs.
    · Here is what the new perspective looks like when you start it up (for those of you that recognized a touch of QtCreator, yes, we drew inspiration from their UI).

    The changes under the hood:

    · Tulip 4 saw quite a lot of modifications under the hood to simplify its use.
    · First and foremost, a documentation was written for the API. It is not yet perfect nor complete, but will evolve in the future to be as complete and detailed as you, the user, want it to be.
    · The plug-in system was overhauled to make it easier to find existing plug-ins and remove some historical code.
    · We also changed the interfaces for View, Interactor and Perspective, as our vision for these elements changed.
    · We have refactored the rendering engine to allow you to write custom rendering code while still having the power of Tulip, with working selection, ability to use the scene, camera and layer system easily and such.



    What's new in Tulip 3.8.0:

    June 12th, 2012

    · This version contains a new import plugin for the GEXF file format and a new "edge weighted" version of the "Depth" metric plugin.
    · The Python bindings and script view have been greatly improved.
    · Two new rendering parameters have been added to enable the "billboarding" of labels and to keep the same point of view when navigating through subgraphs.
    · Some performance improvements have been achieved in the Tulip core library.
    · Many bugs were also fixed in the Tulip plugins and GUI.



    What's new in Tulip 3.6.1:

    November 15th, 2011

    · This is a maintenance release with many bugfixes, especially in the rendering of edges and labels.
    · It includes improvements for the Python Scripting view and new methods for the management of subgraphs.



    What's new in Tulip 3.4.1:

    September 29th, 2010

    · This is a maintenance release with many bug fixes, especially in the GUI, the rendering of graph elements, some import or layout plugins, and the cmake build from the downloadable source tarball.



    What's new in Tulip 3.4.0:

    June 30th, 2010

    · This version contains new features in the core, OpenGL rendering, Qt GUI, and plugins, performance improvements in the core and OpenGL rendering libraries, support for g++/gcc... 4.5, and many bugfixes.
    · This is the last release providing a downloadable dmg file for Mac OS X Power PC, and also the last allowing a build using autotools.



    What's new in Tulip 3.3.0:

    March 5th, 2010

    · CMake build: it is now possible to build Tulip from sources using CMake; build with autotools is yet supported.
    · new GUI features: a Preferences manager has been added. For example, it provides the choice of the selection color, it allows to enable/disable the check of new downloadable plugins at launch time. The Properties tab allows to choose the list of displayed properties.
    · OpenGL rendering engine improvements: the computation of the level of details has been improved, new properties has been added for the management of fonts and the display of edges.
    · plugins donwload improvements: plugins download is now managed on a per user basis.



    What's new in Tulip 3.2.1:

    October 19th, 2009

    · This is a maintenance release with many bug fixes.

    Especially in :

    · the load of old .tlp files,
    · the copy of properties in the Tulip gui,
    · the undo/redo mechanism,
    · the check of the availability of new plugins ...



    What's new in Tulip 3.1.2:

    March 16th, 2009

    · This is a minor release with many performance improvements and bugfixes.
    · The ability to configure an HTTP proxy was added in the plugins manager.



    What's new in Tulip 3.1.0:

    December 23rd, 2008

    · A new undo/redo mechanism was added.
    · Two new types of graph views were added.
    · The OpenGL rendering of the graph elements was improved.



    What's new in Tulip 3.0.3:

    November 25th, 2008

    · This is a minor release with bugfixes and a code cleanup.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM