Skip to content

Releases: davidhstocker/Graphyne

Graphyne 1.2.2

17 Feb 18:26
1961e8f

Choose a tag to compare

Bugfixes to allow pip installation for newer version of Python

Graphyne 1.2.1

01 Feb 07:16
245b233

Choose a tag to compare

This is a compatibility release, so that Graphyne can work on Python versions newer than 3.6.

Graphyne 1.2

28 Jan 16:33

Choose a tag to compare

Graphyne 1.2 has several major new features and a non-backward compatible change..

Conditions were introduced. Because of this, Graphyne is not called a smart graph, instead of a property graph.

The pip package dependency on Memetic has been removed. Graphyne is now a single, self-contained package. This was done by forking Memetic’s default schema and refactoring decencies. E.g. Memes and Metamemes that previously referenced the Memetic.DNA package now reference the Graphyne.DNA package. XML files still refer to the xsd schema location on the Memetic project.

Graphyne now supports the linktype attribute on MemberMeme elements in xml schemas. This allows the designer to explicitly decide whether member memes have atomic or subatomic links. Previously, this could only be controlled when dynamically linking entities via script and not in XML meme schemas.

The default link type memes linked in XML based schemas using the MemberMeme has switched from SUBATOMIC to ATOMIC. This is a potentially backward compatibility breaking change if scripters were explicitly choosing link typed during traverses, but should not be too challenging to migrate. This is a non-backward compatible change, but it was deemed that it must be made sometime and that it was better to do it now than wait until some unknown future date when a major release is created. At that time, the risk to existing scripts would undoubtedly be higher.

Graphyne 1.1

17 Dec 10:20

Choose a tag to compare

This version includes minor bugfixes and adds full support for all events.

Initial Release

20 Sep 03:19

Choose a tag to compare

All First Tag milestone issues are resolved and documentation is enough for 1.0.