Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatchange #1

Open
wants to merge 80 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
50d686f
Added conversion function to change dict format of graphs to use ints…
Jul 31, 2015
dc68da7
Finished converting to module and cleaning up imports, started adding…
Aug 3, 2015
65614ba
Added files from directory restructure
Aug 3, 2015
8a0672a
Moved conversion functions into their own module. Refactored and rem…
Aug 4, 2015
47fc895
Finished cursorary cleanup of unused and duplicate functions. All co…
Aug 5, 2015
b92bb3c
Undersampling and tests converted
Aug 6, 2015
6e9712c
converted bfutils, comparison, conversions to new format
Aug 6, 2015
e9adf2a
Fixed pickle loading to happen lazily so imports dont take forever
Aug 7, 2015
c16b36e
More files converted
Aug 8, 2015
3c09028
Working on traversal.py
Aug 8, 2015
d2a9609
Fixed import
Aug 13, 2015
734d5ce
Added tests and removed more unused code
Aug 13, 2015
86072b5
Removed more unused code
Aug 13, 2015
a514a76
Removed more unused code
Aug 13, 2015
b28ba60
Added a new test
Aug 13, 2015
01e821f
Added a new tests
Aug 13, 2015
43aea96
Added a new tests
Aug 13, 2015
f46c5c8
Added a new tests
Aug 13, 2015
67e4666
Removed more unused code
Aug 13, 2015
5204c7d
Added a new tests and converted more code
Aug 13, 2015
eba5092
Added a new tests and converted more code
Aug 13, 2015
75f006a
Finished converting tools directory, cleaned up more unused code
Aug 14, 2015
03f9931
Added all dependant zkl files and commented out from gitignore
Aug 14, 2015
8c211cc
Incorporated Sergeys bug fix
Aug 15, 2015
eebd701
Sergeys workaround
Aug 18, 2015
ee86315
Sergeys workaround
Aug 18, 2015
f7a4d9e
Sergeys patch
Aug 18, 2015
f04b27c
Fixed test output file after bug was patched by Sergey
Aug 18, 2015
be16ac7
Added back traversal test from branch
Aug 18, 2015
938ca13
Traversal test passing with old format
Aug 18, 2015
545cdf8
finished converting all scripts
Aug 18, 2015
de25c0d
Reverted workaround
Aug 18, 2015
8b79a3b
Reverted workaround
Aug 18, 2015
079cef5
Somehow the bug fix merge didnt take, so added it back in
Aug 18, 2015
65521da
added import of permutations
sergeyplis Aug 19, 2015
c094ee2
option 1 for the SAT4U project is implemented and now
sergeyplis Sep 11, 2015
f640744
option 2 is also implemented
sergeyplis Sep 11, 2015
78d2abc
changes to account for clingo and conversion to clingo file
sergeyplis Sep 28, 2015
2a8b12b
scripting changes
sergeyplis Sep 28, 2015
c31202a
added an explicit threshold parameter
sergeyplis Oct 7, 2015
dd06840
using multiple linear regression for the test
sergeyplis Oct 7, 2015
2d8cd5e
just the working process of parameter playing
sergeyplis Oct 7, 2015
c7dd31e
weighted version of clingo
sergeyplis Oct 12, 2015
c45079b
scropting and linear models
sergeyplis Oct 24, 2015
99bd918
scripts
sergeyplis Oct 24, 2015
d0976be
getting rid of the gmpy dependency
sergeyplis Oct 27, 2015
9ed835c
another minus gmpy dependency
sergeyplis Oct 27, 2015
e8ccfbe
a slight tweak to conversion g2num
sergeyplis Oct 27, 2015
60b82b7
a, hopefully, faster g2num
sergeyplis Feb 24, 2017
0ca09ad
optimizations
sergeyplis Feb 24, 2017
de64406
getting rid of gmpy
sergeyplis Feb 24, 2017
017437f
just using the script and playing with parameters
sergeyplis Feb 24, 2017
9c7b049
importing sys module and corrected the path to the figure template
sergeyplis Feb 24, 2017
229e158
got rid of gmpy dependency
sergeyplis Feb 24, 2017
3a33de0
and even the commented out version
sergeyplis Feb 24, 2017
0c6098e
distribution to sample from
sergeyplis Feb 24, 2017
80e4808
plotting functions for rasl paper
sergeyplis Feb 24, 2017
15832aa
clingo
sergeyplis Feb 24, 2017
59ec611
Merge blackbolt:/na/homes/splis/soft/src/dev/craft/ian/gunfolds into …
sergeyplis Feb 25, 2017
21cde8e
removed the old representation function
sergeyplis Feb 25, 2017
bfa20f1
clingo solver for MSL algorithm
sergeyplis Feb 25, 2017
2e4f317
removed the weighted version hooks
sergeyplis Feb 25, 2017
e6c87f9
help string to dens2edgenum
sergeyplis Feb 25, 2017
c75bb60
added python-igraph and removed igraph from requirements
sergeyplis Feb 26, 2017
3d0fe4b
a function to convert the old to new representation
sergeyplis Feb 27, 2017
f673493
made nameid work
sergeyplis Feb 27, 2017
5e1386e
fixed incorrect linebreak
sergeyplis Feb 27, 2017
791c4ad
adding close_fds=True and also closing the stdout manually
sergeyplis Mar 1, 2017
031b638
was closing too early
sergeyplis Mar 1, 2017
4b7e33b
fixed a bug: a graph was incorrectly converted to a vector :(
sergeyplis Mar 1, 2017
bf98382
Merge branch 'formatchange'
sergeyplis Mar 3, 2017
63172b2
removing old2new, as it is already define in conversions
sergeyplis Mar 4, 2017
b34d6ec
convert Ian's representation to the old one
sergeyplis Mar 4, 2017
63753f2
turned out one does not need prefix '0b' for int conversion
sergeyplis Mar 6, 2017
8864026
fixed a bug in increment() function
sergeyplis Mar 6, 2017
ff11e6c
replaced conversion routines g2num and num2CG, the old ones did not m…
sergeyplis Mar 6, 2017
f506ffb
graph_tool binding to plot compressed graphs
sergeyplis Mar 6, 2017
35c93a8
Merged upstream changes from sergey's github
Mar 6, 2017
eb4d8ad
Merged upstream changes from sergey's github
Mar 6, 2017
a1abd31
Merged Sergey's gitlab changes
Mar 6, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ target/
shipfig_figure.tex

# my local files
*.zkl
#*.zkl
[0-9]*.txt
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include gunfolds/data/*
include gunfolds/figures/*
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@ gunfolds
========

Tools to explore dynamic causal graphs in the case of undersampled data helping to unfold the apparent structure into the underlying truth.

## dependencies ##

1. igraph
2. latex with tikz and pdflatex
3. scipy
4. networkx
71 changes: 0 additions & 71 deletions bf_Gu_size.py

This file was deleted.

Empty file added gunfolds/__init__.py
Empty file.
Empty file added gunfolds/data/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading