Hans Würfel
Hans Würfel
wait i'm confused, part of this was allready in #1479 which is merged but does not show up in the history of the file
> Not sure why this changed exactly This behaviour might have been like this forever -- I didn't test it with previous versions. I just noticed while creating a new...
Seems like the `simplify_fractions` passes down `similarterm` to the Walker from MetaTheory since #422. However in the walker the `metadata` keyword won't get passed ([here](https://github.com/JuliaSymbolics/Metatheory.jl/blob/f316739ba3e7bab07abf74d9587ef6a28e966b06/src/Rewriters.jl#L198) and [here](https://github.com/JuliaSymbolics/Metatheory.jl/blob/f316739ba3e7bab07abf74d9587ef6a28e966b06/src/Rewriters.jl#L221)). A recent similar...
I did not have a closer look at the code yet. However, this adds `CUDA` as a dependency which is quite hefty and not usable by all people. I'd suggest,...
I'd also really prefere to find a nice interface which could be added to all the interative layouts. I am not plotting that many graphs nowadays but when i wanted...
I think there is an important usage difference between `initialpos` and `pin`: If you want to give a special initialisation for the algorithm you're likely to do so for the...
added docs on that: https://juliagraphs.org/NetworkLayout.jl/previews/PR53/#pin-Positions-in-Interative-Layouts
Just stumbled across this thread. For me, it worked after changing the GitHub Repo settings, such that downloaded archives [contain the LFS files](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository).
For me, setting `(setq julia-repl-switches "--project=@.")` totally did the trick. Normally I'll activate the repl from some file withing the project and `@.` seems to work fairly well in just...
No, currently it is state-space system only. You could use `ControlSystems.jl` to get the ABCD system matrices from a transfer function object. Requires some additional code to digest those matrices...