{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":42970066,"defaultBranch":"master","name":"GraphPlot.jl","ownerLogin":"JuliaGraphs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-09-23T01:04:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10791402?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715767372.0","currentOid":""},"activityList":{"items":[{"before":"5df75c1e9cf148ce146162097924751b5504c6e1","after":null,"ref":"refs/heads/etiennedeg-patch-1","pushedAt":"2024-05-15T09:37:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"etiennedeg","name":"Etienne dg","path":"/etiennedeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22714764?s=80&v=4"}},{"before":"8ebe46b90da64cdad0d8898287a0bbe4a43041c1","after":"3a7daa00e0a36b46a111fa5e270566f65d395579","ref":"refs/heads/master","pushedAt":"2024-05-15T09:37:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"etiennedeg","name":"Etienne dg","path":"/etiennedeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22714764?s=80&v=4"},"commit":{"message":"minor release (#200)","shortMessageHtmlLink":"minor release (#200)"}},{"before":null,"after":"5df75c1e9cf148ce146162097924751b5504c6e1","ref":"refs/heads/etiennedeg-patch-1","pushedAt":"2024-05-15T06:32:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"etiennedeg","name":"Etienne dg","path":"/etiennedeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22714764?s=80&v=4"},"commit":{"message":"minor release","shortMessageHtmlLink":"minor release"}},{"before":"52f4aae03acdc6f7aa705b5c0c8bde420734be59","after":"8ebe46b90da64cdad0d8898287a0bbe4a43041c1","ref":"refs/heads/master","pushedAt":"2024-05-12T13:40:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"etiennedeg","name":"Etienne dg","path":"/etiennedeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22714764?s=80&v=4"},"commit":{"message":"Add requested features (#186)\n\n* Improve Readme and docstring\r\n-distinguish args, kwargs\r\n-add missing kwargs\r\n\r\n* fix #166\r\n\r\nclarify that Cairo is required to visualize in vscode\r\n\r\n* Fix #175 to enable plotting to html\r\n\r\nChecking for System OS was outdated\r\n\r\n* Document the use of gplothtml in README\r\n\r\n* Update open_file\r\n\r\nNow matches gadfly.jl (https://github.com/GiovineItalia/Gadfly.jl/blob/master/src/open_file.jl)\r\n\r\n* Minor changes:\r\n-allow gplothtml to accept same arguments as gplot\r\n-allow x/y-locs to be of different type (<: Real)\r\n\r\n* add TagBot to repo\r\n\r\n* Fix #172. set background color (`backgroundc` kwarg):\r\nand minor changes to plots.jl\r\nupdate README\r\n\r\n* add compose child object for background (instead of main level)\r\n\r\n* rename to `background_color` + add test\r\n\r\n* fixed #149\r\n\r\n* support changing plot size (fixes #94, #147)\r\n\r\nuses Colorant.set_default_graphic_size\r\n\r\n* update default `plot_size` to Compose.jl default\r\n\r\n* Fix #107\r\n-Allow add title\r\n-Set title color and size\r\n-Set font family for entire plot\r\n-Remove unneded Compose objects (the ones with `nothing` as the arg)\r\n\r\n* scale title margin with title font size\r\n\r\n* Fix #160 make self-loop edges curved\r\nbehavior is regardless of the linetype\r\n\r\n* add padding option for margins\r\n-relevant for plots with curved self-loops and long node labels\r\n\r\n* Fix #154\r\n\r\nMultiple dispatch was messing up because types were not specified for spring layout and `kws` not preceeded by `;`\r\n\r\n* update error msg\r\n\r\n* update background rectangle to cover padded area\r\n\r\n* add conversion to floats for input locations to avoid error when Ints are passed\r\n\r\n* use float instead of Float64\r\n\r\n* add tests for layouts\r\n\r\n* update compat; remove ColorTypes\r\n\r\n* avoid unnecessary allocation if locs are already Floats\r\n\r\nCo-authored-by: Simon Schölly \r\n\r\n* avoid allocation in gplot if locs are floats.\r\nfix typo\r\n\r\n* update ci.yml to julia 1.6\r\n\r\n* bug fix\r\n\r\n* add `pad` kwarg to override indvidual paddings\r\n\r\n* make lines more robust when self-loops involved\r\n\r\n* remove deps to LinAlg and SparseArrays now that not needed for mixed edge styles.\r\n\r\n* remove using statements\r\n\r\n* Revert \"remove deps to LinAlg and SparseArrays now that not needed for mixed edge styles.\"\r\n\r\nThis reverts commit c391c55c873482eea1c00011b14cf2cfecf17b6d.\r\n\r\n* fix bug\r\n\r\nwhen node size uses Width units and padding is used, the arrow ends get thrown off (instead, replace Compose.w with 2.4 (unit box width) to make sure that the right size is used regardless of the padding)\r\n\r\n* Change arrows to triangles. Fixes point 2 in #150\r\n\r\n* update ref. images in tests for new arrow types\r\n\r\n* fixed bug in tests\r\n\r\n* -update locs type in gplot and spring_layout\r\n-update default plot_size to square plot\r\n\r\n* fix visualization of double sided arcs\r\n\r\n* fix bug when edge iterator passed to `graphline`\r\n\r\n* fix bug on edgelabels\r\n\r\n* closes #95 (add `saveplot`)\r\nalso uses Reexport to export Measures\r\n\r\n* no need to use Reexport or Measures\r\n\r\n* make edge label in center (even for direted)\r\n\r\n* .\r\n\r\n* add interpolation functions for edge labels\r\n\r\n* fix #190\r\n\r\n* add note on bezier curve interpolation\r\n\r\n---------\r\n\r\nCo-authored-by: Simon Schölly ","shortMessageHtmlLink":"Add requested features (#186)"}},{"before":null,"after":"265c516fc7c2d14938f9f192bff55651777cbfc0","ref":"refs/heads/compathelper/new_version/2023-06-03-01-46-56-100-01251401824","pushedAt":"2023-06-03T01:46:57.225Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat)","shortMessageHtmlLink":"CompatHelper: add new compat entry for DelimitedFiles at version 1, (…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESlwLAwA","startCursor":null,"endCursor":null}},"title":"Activity · JuliaGraphs/GraphPlot.jl"}