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: Neuro-Lab-Code/FirstCourseNetworkScience
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CambridgeUniversityPress/FirstCourseNetworkScience
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 6 files changed
  • 5 contributors

Commits on May 24, 2020

  1. Update README.md

    pitmonticone authored May 24, 2020
    Configuration menu
    Copy the full SHA
    6440832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87fdc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Update README.md

    filmenczer authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    1cc8f83 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    f37305b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    c687bb9 View commit details
    Browse the repository at this point in the history
  2. Update calls to .add_cycle in Tutorials (CambridgeUniversityPress#25)

    * Update call to `.add_cycle` in Tutorial 2
    
    * Add missing spaces in call to `nx.add_cycle()` in Tutorial 6
    clayadavis authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3469427 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fedcea View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Merge pull request CambridgeUniversityPress#24 from CambridgeUniversi…

    …tyPress/Twitter-API-v2
    
    Added Twitter tutorial for API v2
    filmenczer authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    7e7a73e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83043fa View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update Chapter 3 Tutorial.ipynb

    We had incorrectly assumed that nx.connected_components() returns the components sorted, largest first. In the robustness analysis, we had used this wrong assumption. This error has now been corrected. To get the largest component, we need to use max() instead of next().
    filmenczer committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    de9b42e View commit details
    Browse the repository at this point in the history
Loading