Skip to content

v0.1.2

Compare
Choose a tag to compare
@adelhpour adelhpour released this 27 Jul 00:31
· 142 commits to develop since this release
  • dummy species glyph, reactant glyph, and product glyphs are added for the reactions that contain source or sink species
  • setPosition functions which help setting the position of a graphical object or its associated text glyph are added (it sets both the 'x' and 'y' attributes with one function
  • distribute functions are added that let the nodes to be distributed on a space with equal spacing between them.
  • addText functions, that allow each node have multiple texts, are added
  • changes to the style features now leads to the creation of a local style that inherits the global style features and include the requested change
  • it is now possible to change the features of multiple text glyphs associated with a graphical object
  • CI/CD is now using a newer version of manylinux
  • docs are added
  • square and circle are added to the list of allowed geometric shapes
  • if a new geometric shape is added/set, the features of the mutual previous one (only if there used to be one exist) are passed to it.
  • alias nodes are now created once the autolayout function is called
  • the autolayout algorithm now remembers the nodes which are set locked by the users.
  • now it is possible to lock the reaction centroid nodes
  • minor bug fixes