Skip to content

Releases: CSBiology/FSharpGephiStreamer

Improved HTTP handling and Nuget + Paket compatible package

14 Jun 14:10
8233e3e
Compare
Choose a tag to compare

(rereleasing for zenodo doi)

Skipping some Patch versions in this release due to unlisting of related packages on nuget.

Dependencies of the project are now in a state that does not create Problems with the nuget package manager.

Improvements/Fixes:

  • Use Http.fs for management of HTTP requests (4899f35)
  • Emulate nuget dependency resolution (3d0a577)

Dependency constraints

04 Jun 13:05
8de4833
Compare
Choose a tag to compare

further constrain Newtonsoft.Json (>= 11.0.0) and FSharp.Core (>= 4.5.2) dependencies

Fix package Dependencies

03 Jun 13:47
9de9d76
Compare
Choose a tag to compare

Fixed package dependencies in the paket.template file for creation of the nuget package

updated nuget package can be found here : https://www.nuget.org/packages/FSharpGephiStreamer/1.1.1

Improvement of docs, color and examples(MIT)

28 Jan 08:19
16463f5
Compare
Choose a tag to compare
  • Re-realease under MIT Licence (unlicence was intended to be as permissive as possible, but is not fully OSI approved)
  • Extended documentation
  • Additional colours for nodes and edges
  • Exensive example analysis

Nuget package available on the nuget branch or on nuget.org

First release (Unlicence)

27 Jan 12:58
cc2c0a6
Compare
Choose a tag to compare

Stream graph data from F# to Gephi.
Full RestAPI support:

  • Add,Remove or update nodes and edges
  • Full color control
  • Grammar: convert any kind of entity or relationship to gephi readable objects
    Nuget package on nuget branch of the project