Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaDynamics/NetworkDynamics.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: JuliaDynamics/NetworkDynamics.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 1 commit
  • 20 files changed
  • 1 contributor

Commits on Jun 22, 2022

  1. Heterogeneous lags for networks with delay (#104)

    * refactor submodules
    
    * remove unused code
    
    * set up a simple test
    
    * remove internal exports
    
    * first attempts
    
    * adding type information everywhere
    
    * minor
    
    * Static Edge promotion is not used anymore
    
    * remove history from NetworkDE
    
    * tuple syntax not necessary anymore
    
    * fixing the tests
    
    * simplify tests (minor)
    
    * new example with delay
    
    * wrap `h`, change function signature
    
    * adjustments to new conventions
    
    * bump version
    
    * test on 1.8
    
    * update docs with DDE
    
    * update dde test
    
    * Literate compatible example
    
    * rename
    
    * remove compat
    
    * fix arguments
    
    * Update tests.yml
    
    * Update src/NetworkDiffEq.jl
    
    Co-authored-by: Hans Würfel <[email protected]>
    
    * Update NetworkDiffEq.jl
    
    * Improve docstrings
    
    * fix test
    
    * Apply suggestions from code review
    
    Co-authored-by: Hans Würfel <[email protected]>
    
    * hopefully lower docs build time
    
    Co-authored-by: Hans Würfel <[email protected]>
    
    Closes #39.
    lindnemi authored Jun 22, 2022
    2
    Copy the full SHA
    9978f01 View commit details
Loading