Skip to content

Releases: hpi-epic/manm-cs

v0.1.7

17 Feb 08:46
4ec5bf0
Compare
Choose a tag to compare

Using new discrete noise distribution

v0.1.6

09 Feb 09:50
ec05d72
Compare
Choose a tag to compare

update internal computation of provided edge density, to become more precise

v0.1.5

08 Feb 15:05
7b29d25
Compare
Choose a tag to compare

Extend scaling option to include discrete variables

v0.1.4

06 Feb 14:42
c181e80
Compare
Choose a tag to compare

add different transformations applied to the dataset after sampling

v0.1.3

03 Feb 10:24
b309622
Compare
Choose a tag to compare

Add an option to scale the influence of the parents on continuous variables

v0.1.2

26 Jul 09:02
0bedbf5
Compare
Choose a tag to compare

Add option to normalize data after sampling

v0.1.1

13 Jul 12:43
a9407d7
Compare
Choose a tag to compare

allow for graph structure loaded from a networkx.DiGraph
note that only the provided graph structure, i.e., the nodes and edges are considered. Node types and edge characteristics are assigned according to the provided parameters
add a command-line argument to parse a file to a .gml file to load graph structure

v0.1.0

13 Jan 11:49
0422487
Compare
Choose a tag to compare
Package fixes (#43)

adds github action to run tests on PR
adds two parameters to specify custom output files
restructures packages (again) because I noticed errors when trying to use this in our library
fixes pypi tests, they were not properly testing the installation from testpypi but simply using the local files

Co-authored-by: Ben Hurdelhey <[email protected]>
Co-authored-by: Christopher Hagedorn <[email protected]>

Initial Release

12 Jan 21:58
3b001d2
Compare
Choose a tag to compare
Merge pull request #42 from hpi-epic/release-pypi

Release on pypi - thanks @benrobby. Well done!