Skip to content
Snippets Groups Projects
  1. Feb 07, 2017
    • Kenny Sharma's avatar
      [hotfix] Add reservation support for launching CLE. · f09a093b
      Kenny Sharma authored
      This patch updates the distributed NEST launcher to be in line with
      the normal CLELauncher, which now requires a reservation parameter
      to be passed into the init method.
      
      Change-Id: Id6d52ea7b35b70205e35450e770cd45e9ccfc8a1
      f09a093b
    • vonarnim's avatar
      Bump to 1.1.7 · ceaeade4
      vonarnim authored
      Change-Id: I17e42fd34b998a3b9b5c05527b7e8ccdc8e46183
      ceaeade4
  2. Jan 30, 2017
  3. Jan 11, 2017
  4. Jan 05, 2017
    • vonarnim's avatar
      Bump to 1.1.5 · ea984c58
      vonarnim authored
      Change-Id: I6b5b94b9445896570067db08d88f6eef925a4217
      ea984c58
  5. Jan 04, 2017
  6. Dec 20, 2016
  7. Dec 17, 2016
    • Kenny Sharma's avatar
      [NRRPLT-3951] Add timeout argument for CLELauncher. · b59a5679
      Kenny Sharma authored
      This patch adds support for the --timeout argument now required by
      the CLELauncher to set the default simulation timeout and avoid the
      user being immediately prompted by an "extend timeout" popup.
      
      This patch also includes a small bugfix to prevent double population
      slicing that was encountered when running the braitenberg brain.
      
      Change-Id: Iaca61d97e5a790dfaf62a6773c466282c645d268
      b59a5679
  8. Dec 15, 2016
    • Kenny Sharma's avatar
      [NRRPLT-4130] Upgrade cle requirement to apply numpy build fix. · edbe60c5
      Kenny Sharma authored
      This patch updates the hbp-nrp-cle requirement to take advantage
      of the numpy build fix. This decreases build time by a few minutes.
      
      This is not a release, but will ensure that all builds use the fix
      before the next release/deployment.
      
      Change-Id: I5892e521e7c1491311a87afe63b4baa8a46938da
      edbe60c5
  9. Dec 14, 2016
  10. Nov 18, 2016
  11. Nov 14, 2016
  12. Nov 01, 2016
  13. Oct 31, 2016
  14. Oct 13, 2016
  15. Oct 12, 2016
    • vonarnim's avatar
      Release 1.1 · 3d3a9a7e
      vonarnim authored
      Change-Id: I952d6a593a05616833afd93185588d7ae399b53e
      3d3a9a7e
  16. Oct 09, 2016
  17. Oct 06, 2016
  18. Oct 05, 2016
  19. Oct 04, 2016
    • Kenny Sharma's avatar
      [hotfix] Increase unit test coverage to 80% threshold. · bea056b4
      Kenny Sharma authored
      Increase unit test coverage to 80% threshold, which covers the
      majority of new code that can be covered and does not overlap with
      test coverage from the other repos (e.g. extensions of other classes
      that interact heavily with other interfaces that are already tested
      elsewhere).
      
      Change-Id: Ic9aee0523a241e47711fa23d60a5faf52eb2722e
      bea056b4
  20. Sep 30, 2016
  21. Sep 29, 2016
    • Kenny Sharma's avatar
      [NRRPLT-3895] [NRRPLT-4136] Support for distributed brain simulation launch via backend/CLE. · 62b0120e
      Kenny Sharma authored
      This patch adds support for:
      - BIBI -> MUSIC XML/script generation
      - MUSIC launchers for local simulations that spawns CLE/brain processes
      - various bugfixes to XML generation/proxy connectivity
      
      This patch does not include:
      - SLURM support in any way
      - full test coverage (to be added after deployment dependencies/etc. are worked on)
      
      Use ConfigParser rather than configparser, seems to intermittently break in platform_venv
      for some reason and ConfigParser is canonically correct for Python 2.7.
      
      Change-Id: I8b16fbd24892ae4a9f43b3ca5ab74bc7036962d3
      62b0120e
  22. Sep 20, 2016
    • Kenny Sharma's avatar
      [NRRPLT-3951] Add PyNN and CLE interface components. · 8a602ae4
      Kenny Sharma authored
      Adds MUSIC XML -> PyNN interface generation factories for convering
      XML specification to MUSIC proxy device ports.
      
      Also adds CLE interface components to replace standard PyNNControlAdapter,
      PyNNCommunicationAdapter, and BrainLoader to make use of the proxy factories.
      These components will be referenced and loaded in the backend without having
      to directly modify the CLE.
      
      Change-Id: Ia8208cc3517332b0f6a517ffaaf4bb72a5402ff6
      8a602ae4
  23. Sep 19, 2016
  24. Sep 16, 2016
  25. Jul 13, 2016