https://github.com/igraph/xdata-igraph

sort by:
Revision Author Date Message Commit Date
06b8609 Update xdata README, to not merge into main igraph 10 December 2014, 18:06:01 UTC
7eace61 Merge branch 'feature-sgm' into develop 10 December 2014, 17:42:55 UTC
6a8a208 SGM: add C LSAP implementation from clue package 10 December 2014, 17:42:38 UTC
3c2c76f Fix graphml reader when <edge> comes before <node>, #769 Currently we do not check if a <node> tag exists for each node ids that we have seen in an <edge>. Conflicts: src/foreign-graphml.c 03 December 2014, 15:40:36 UTC
a39237d Fix an integer overflow bug in local transitivity 23 October 2014, 16:48:09 UTC
b952a65 Export gclust functions 24 July 2014, 23:45:40 UTC
f2b76c7 Fix sign change bug in ASE, #51 This happened because we did the eigendecomposition twice, for A'A and AA' and for negative singular values there was no way to now if V/U were negative. Now we calculate the left eigenvectors from AA' and the right from A'U. 13 July 2014, 02:31:58 UTC
280cb48 Add api to BLAS function dnrm2 13 July 2014, 02:26:18 UTC
75153a9 Merge remote-tracking branch 'igraph/develop' into develop 11 July 2014, 19:30:50 UTC
ed3749f Vertex order can be specified for circle layout now, #642 11 July 2014, 18:50:16 UTC
6f67a5c Merge remote-tracking branch 'igraph/develop' into develop 10 July 2014, 13:58:33 UTC
9d7b824 Fixed boolean attributes in C, #641 igraph_copy did not copy the boolean attributes, thanks to Disa for finding this. 10 July 2014, 13:56:47 UTC
7185fb6 ASE: fix 'cvec' default when 'weights' are specified #50 We need to pass the specified weights to graph.strength as well. 25 June 2014, 17:05:39 UTC
f50f11a allow errors from igraph_i_lad_createGraph to propagate upwards, thanks to Vassilis Pandis 22 June 2014, 21:32:30 UTC
4fd3d6f Minimum in which row/col in sparse matrices 01 June 2014, 13:05:40 UTC
63153a1 Row and column maximum for sparse matrices. 31 May 2014, 08:45:30 UTC
fee8cd3 Col and row minimum of sparse matrices. 30 May 2014, 22:26:40 UTC
a436c26 fixed igraph_closeness example in tutorial, closes #626 30 May 2014, 20:06:31 UTC
f3711ab Python: fixed Dendrogram.optimal_count getter 27 May 2014, 20:55:41 UTC
d080e49 Python: fix dendrogram printing on Python 3.x, thanks to Jeremy Kun 27 May 2014, 20:55:05 UTC
18619ee SGM: eliminate some matrix multiplications for speedup #22 20 May 2014, 01:00:43 UTC
05a009e SGM: use sparse matrices, except for solve_LSAP #22 This makes things 3-4 times faster. 19 May 2014, 19:40:42 UTC
aedb1f9 SGM: simplify the linear assignment problem #22 It will be sparsish, if the graph is sparse. This gives us a 30% speedup. 19 May 2014, 19:14:13 UTC
fec5899 SGM: reindent #22 19 May 2014, 19:12:17 UTC
7049858 SGM: add a test case #22 19 May 2014, 18:46:30 UTC
6fec5f7 SGM: add a benchmark #22 19 May 2014, 14:32:43 UTC
a5ea092 ASE: set ncv to nev + 3 by default #49 19 May 2014, 14:08:27 UTC
c30aaa3 R: arpack default max iterations 5000 -> 1000 #49 The reason is that having a slightly bigger ncv is more effective than increasing the number of iterations. 19 May 2014, 14:07:51 UTC
25d2917 Merge remote-tracking branch 'igraph/develop' into develop 12 May 2014, 18:17:31 UTC
a050705 R: update Makefile to use git index 12 May 2014, 18:16:52 UTC
235c4bb Git ignore tags file 12 May 2014, 17:57:37 UTC
a751a04 R: fix irlba typo, #48 12 May 2014, 17:21:35 UTC
ad4d549 R: gclust: fix manual page mismatch #48 12 May 2014, 17:12:08 UTC
7ef0ca1 R: gclust import, remove require() calls #48 12 May 2014, 17:11:52 UTC
28413a1 R: SGM: remove a require() call, import in namespace 12 May 2014, 17:08:43 UTC
29e0a94 R: increase ARPACK max iterations to 5000 #49. 12 May 2014, 16:03:23 UTC
9f1556b Merge pull request #47 from nhlee/develop gclust.rsvt, gclust.app, getAICc and their Rd Merging now, I'll fix issues later: - documentation mismatches - missing examples - not properly imported packages - function names - non-descriptive commit messages - bad code formatting 11 May 2014, 04:53:57 UTC
967a4f5 maxsvt doc issue 10 May 2014, 18:12:12 UTC
895b8f5 Update gclust.rsvt.Rd 10 May 2014, 13:16:04 UTC
28f2bd3 Update gclust.app.Rd 10 May 2014, 13:15:41 UTC
12896c8 Update getAICc.Rd 10 May 2014, 13:13:46 UTC
cceb917 Create getAICc.Rd 10 May 2014, 11:49:38 UTC
13a69b1 Create gclust.rsvt.Rd 10 May 2014, 11:49:08 UTC
313c012 Create gclust.app.Rd 10 May 2014, 11:48:47 UTC
fce2130 Create mgclust.R 10 May 2014, 11:48:03 UTC
132d05c Delete mgclust.R 10 May 2014, 11:47:11 UTC
0c6f0eb Create mgclust.R 10 May 2014, 11:45:16 UTC
eac9e54 LSE: support directed graphs (#41) 09 May 2014, 19:29:24 UTC
c5d3460 R: ASE manual page typo fix 09 May 2014, 14:46:35 UTC
919a545 LSE: add C and R docs (#41). 09 May 2014, 14:46:16 UTC
329a3a2 LSE: add test cases (#41). 09 May 2014, 14:42:28 UTC
e2a3e1d LSE: it really works now, from R as well, #41 08 May 2014, 13:51:15 UTC
4a7e7ff zapsmall method for real vectors and matrices 08 May 2014, 13:47:24 UTC
94357da ASE: return singular/eigen- values, #45 07 May 2014, 20:06:29 UTC
77fd12e ASE: use 'lm' ordering by default, #42 Because now this corresponds to the "old" (before #42) behavior. 07 May 2014, 18:36:58 UTC
c9232f6 ASE: use eigendecomposition for undirected graphs, #44 07 May 2014, 18:35:03 UTC
43a5baf LSE: give 'unimplemented' error for directed graphs, #41 For now, until we decide what the Laplacian of a directed graph is. 07 May 2014, 15:41:58 UTC
b101ef0 Really fix scan-1, directed graphs, mode="all", #18. 07 May 2014, 14:50:28 UTC
629f265 R: fix an LSE bug for the "d-a" type 06 May 2014, 16:10:24 UTC
ea0c59e LSE: add R interface 06 May 2014, 16:02:55 UTC
0ee758c R: fix stimulus type EIGENWHICHPOS 06 May 2014, 16:02:27 UTC
33621da LSE: change a constant to a more meaningful name 06 May 2014, 16:00:34 UTC
066553e ASE: cvec default based on weights, #40 06 May 2014, 15:41:01 UTC
65d5789 Spectral embedding of the Laplacian, #41 06 May 2014, 15:38:51 UTC
edfa2a2 ASE reorganization, preparing for LSE, #41 06 May 2014, 14:30:26 UTC
2725d4e Weighted adjacency spectral embedding, #40 06 May 2014, 13:50:09 UTC
d32d019 R: ASE: change default 'which' back to 'la', #42. 06 May 2014, 13:02:28 UTC
1636e8b R: fix ASE manual page 06 May 2014, 05:28:15 UTC
a13455f ASE: eliminate compiler warning All cases should be handled in a switch.... 06 May 2014, 05:08:49 UTC
10e9e9b Fix ASE C docs typo 06 May 2014, 04:59:41 UTC
7a95e0e Fix an ASE typo, which='SA' was wrong 06 May 2014, 04:58:59 UTC
a130a84 ASE has a which option now, issue #42 To select the eigenvalue(s) to use. Default is largest magnitude, other options are largest algebraic and smallest algebraic. 06 May 2014, 04:25:29 UTC
92a501c Fix building, 'adjcorr' is not defined any more 05 May 2014, 14:29:40 UTC
a6a518d removed unused includes from examples/simple/igraph_grg_game.c 05 May 2014, 11:49:51 UTC
f61623b R: add updated SGM code. 02 May 2014, 17:30:35 UTC
2cd20de Merge remote-tracking branch 'igraph/develop' into develop 02 May 2014, 09:30:13 UTC
6682976 Merge branch 'develop' of github.com:igraph/igraph into develop 30 April 2014, 23:42:22 UTC
bc641c2 Python: fix "igraph" shell script for Python 3.x 30 April 2014, 23:40:02 UTC
5f0503f Python: make GraphMLz reading and writing work on Python 3.x, thanks to Arpad Horvath 30 April 2014, 23:39:38 UTC
6445c30 R: do not pause() demos if run non-interactively 27 April 2014, 05:22:14 UTC
37cb9a6 Remove web, it is in a separate repo now 24 April 2014, 18:32:20 UTC
d35884e WWW: add .htaccess file, needed for nightly.py 22 April 2014, 21:59:13 UTC
f9e7b95 Fix 0.7.1 C news post 22 April 2014, 18:07:43 UTC
bec360d WWW: add realdeploy target to really deploy 22 April 2014, 18:07:13 UTC
fe1aec3 Change a long long to long in PRPACK R CMD check is complaining that long long is not ISO C++ 1998. 22 April 2014, 04:10:02 UTC
d717fb7 R: updated NEWS file for 0.7.0 and 0.7.1 22 April 2014, 00:59:25 UTC
288cb40 C & R 0.7.1 release posts added 22 April 2014, 00:56:25 UTC
21996e2 WWW: ignore the Python stuff, temporarily. 22 April 2014, 00:56:03 UTC
ccdbe54 C docs, remove an ampersand, not allowed in XML 22 April 2014, 00:18:04 UTC
367cac3 WWW updates for 0.7.0 release 21 April 2014, 20:12:32 UTC
0cb0e22 Python: fixed a DeprecationWarning on Python 3.x 14 April 2014, 19:46:24 UTC
dee138f Python: Graph.__init__ documentation and usability fixes, thanks to Arpad Horvath 13 April 2014, 21:35:17 UTC
ba4bb8c Python: fixed typos in the layout test cases 12 April 2014, 20:51:58 UTC
02ee635 Python: validate the wrapped index in Vertex or Edge objects where it could cause problems 08 April 2014, 20:52:05 UTC
9e33c8e Python: write_svg now supports file handles and edge_stroke_widths 08 April 2014, 16:59:01 UTC
c3273b2 LAPACK: fixed uninitialized variables (and hopefully the failing Python tests as well) 07 April 2014, 22:15:52 UTC
2a61249 Python: fixed plot() when used with a VertexDendrogram and a bounding box specifies as a 4-tuple; closes #603 01 April 2014, 19:53:50 UTC
5d8111e Python: fixed two clang warnings 01 April 2014, 19:49:08 UTC
9fae897 work around a bug in Mac OS X 10.9 when used with XCode 5.1 See this page for more details: http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa 01 April 2014, 19:47:11 UTC
e07d0b3 Fix HSBM game bug, when m*rho is not integer numerically 01 April 2014, 15:09:22 UTC
back to top