Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use natsort to properly sort segments/groups when optimising #179

Merged
merged 19 commits into from
Sep 19, 2023

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    babe20b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112c56b View commit details
    Browse the repository at this point in the history
  3. chore(loaders): fix type hinting for doc generation

    otherwise sphinx fails with:
    
    ```
      File
      "/home/asinha/Documents/02_Code/00_mine/NeuroML/software/libNeuroML/neuroml/loaders.py",
      line 191, in <module>
          ) -> neuroml.nml.nml.NeuroMLDocument:
          AttributeError: module 'neuroml' has no attribute 'nml'
    
    ```
    
    Not sure what the root cause is, but this tweak fixes it.
    sanjayankur31 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    815bfae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #177 from NeuralEnsemble/feat/cell-optimise-natsort

    Feat/cell optimise natsort -> exp
    pgleeson authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b7f3bdf View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    2cdd7c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa1d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e72e8be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8865d8 View commit details
    Browse the repository at this point in the history
  5. feat(utils): add utils to generate relative paths between components

    Given that we have a well defined structure, we should ideally be able
    to generate all paths automatically. The information is present, we just
    need to figure out how to use it.
    sanjayankur31 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    324d5d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f5e2c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f1d5f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63dc4cf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #178 from NeuralEnsemble/feat/path-util

    Towards semi-automated path generation
    pgleeson authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    81d4d5c View commit details
    Browse the repository at this point in the history
  2. Disable 2.7 test on master

    pgleeson committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b0a13f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    909c729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6979aee View commit details
    Browse the repository at this point in the history
  5. Remove another 2.7 test

    pgleeson committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6aa7813 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cb0adc View commit details
    Browse the repository at this point in the history