Skip to content
Snippets Groups Projects
  1. Feb 28, 2018
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from 0c33b2c333..49d5b3ef6b · 6d651b60
      Dilawar Singh authored
      49d5b3ef6b Merge pull request #255 from dilawar/master
      f498d7c6a4 Merge branch 'master' of github.com:dilawar/moose-core
      c09dd9936f Cut down on unneccessary looping. It is logically equivalent to original block.
      aab34e125d Merge branch 'master' into master
      3568083113 replace has_key with python3 compatible statement.
      026d0a39b1 updated pre-commit config.
      b811def3bd Merge branch 'master' of github.com:BhallaLab/moose-core
      5bc1e1410a Merge pull request #254 from upibhalla/master
      b08b888f56 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      945fb6b961 Added funcDt to rdesigneur arguments, set sensible defaults
      760f554966 Update Function.cpp
      8e9bcb58ac Merge pull request #253 from upibhalla/master
      2f8dc9fcfe Merge branch 'master' of https://github.com/BhallaLab/moose-core
      b55e1a74ea Update to Synapse to permit set/get access to addSpike. Cascaded onto all SynHandlers. Update to rdesigneur to permit fullscreen display of Moogli.
      6eca687a68 Added deploy section in travis. Deploy on PyPi. Needs to add script t… (#251)
      c8f9101621 Fixed cmake error on osx when not compiled in debug mode. Affect only >=cmake-3.6
      f6ab07d0ef Update README.md
      0d3f850fe5 Update README.md
      cc94e3bd61 Set VERSION_MOOSE only
      948406bc17 Marked as release candidate 3.2.0rc1.
      b675c4d1bf Fixed build failure due to newline in output variable.
      bf8d39351e Add git hash to version.
      d95e58650f Python wheel for pymoose (#250)
      edbb4ce966 Fixing VERSION; MOOSE_VERSION; project name is moose-core.
      e245ef6a4d call project moose-core.
      9061927ca7 Build GSL with fPIC.
      230466ff32 updated dockerfile. Added missing gsl library.
      69bc228b34 rename to pymoose.
      41ef965e75 Heredocs are not supported in docker.
      f370b4aa19 Docker file has the script inline.
      b8b9679943 Time to merge into master branch.
      9c7241f1bd Wheels are built. Now use manylinux docker file to build them.
      c439f55046 Build in manylinux environment.
      108f71809d Wheel is created.
      d08ddf290f removed file.
      9d654b4cba no need to link with PYTHON_LIBS.
      
      git-subtree-dir: moose-core
      git-subtree-split: 49d5b3ef6b585ff1c64734f447ac08cd67d9996a
      6d651b60
  2. Jul 01, 2017
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from 95fe1a7..891f2f8 · 750df413
      Dilawar Singh authored
      891f2f8 Removed trailing spaces from code by pre-commit hook utility.
      0ed2535 Cherry-pick "Added connectionList field to SparseMsg to allow direct control over connection matrix. Some sanity checks in SparseMatrix to go with this"
      d62d10d The bug on travis is still not bypassed. If this does not work, disable DOQCS tests on OSX.
      618b4d6 Install moose on osx as well. Prerequisite to test DOQCS.
      f717f82 Merge branch 'master' of github.com:BhallaLab/moose-core
      908820e Lets see if this is a good workaround travis issue travis-ci/travis-ci#6522.
      e251f53 Lets see if is a workaround fixes the OSX bug.
      4ff7cff Hopefully this will fix issue on travis-osx build failure. Related to travis-ci/travis-ci#6522.
      590c09e Don't use timeout in script. So that we can run on macosx as well. Removed timeout command from script. Now it can run on OSX as well.
      e2f8afd Only test doqcs on LinuxOS, not on MacOSX.
      dc7b55a Fix to travis-ci/travis-ci#6307.
      54b8471 Merge branch 'master' of github.com:BhallaLab/moose-core
      18c8759 Test docqs agains gsl version/python2 moose-core.
      d6ca9cc Fixes by pre-commit hooks. - Removed trailing whitespaces automatically. - insert * coding - utf8 * line on top of each python script automatically.
      d4a6939 Using version v0.8 now.
      f944afe Added pre-commit pip install pre-commit --user to activate it.
      030bfe0 Merge pull request #195 from dilawar/master
      d00a5d1 All tests are passing and new code is protected by appropriate macros.
      1959771 Merge branch 'async' of github.com:dilawar/moose-core
      0f6aba0 Merge branch 'master' of github.com:BhallaLab/moose-core
      ac0a4cd Added note on what to do.
      b3bf54e Slower version but results are same.
      6bc71c9 Async version is slower (80sec vs 70 sec).
      d838267 asyncing clock is not producing great results.
      eeaafbf Implemented first parallel version.
      166f84e Equivalent serial code which can easily be called from std::async now.
      e09a0c1 Merge pull request #194 from dilawar/master
      d2d1097 Added MACRO to integrate serial and parallel version.
      e68acd6 This is good but do parallelism at Clock.cpp
      4cebbca Rdesigneur has python3 default import : absolute_import.
      f431cca Merge branch 'master' of github.com:BhallaLab/moose-core
      85afa6d Some changes to Ksolve. Still seg-faults.
      47e023e Time to test the Gsolve performance when threads are enabled.
      2bbfd4f Commented out code appropriately.
      91c2da6 moose.test( ) is added not cmake but not enabled. Enable them once all scripts are fixed in moose-examples.
      a1699fc Optimized GSolve with default 2 threads.
      00a9d9e Removed the debug message. Lets check it now. By default it should be not slower than the default version.
      7700c07 Fast Ksolve with 2 default threads.
      d154eb3 Parallel ksolve.
      
      git-subtree-dir: moose-core
      git-subtree-split: 891f2f8bf7359d61f186c3792c6f12b61d8c0afb
      750df413
  3. Jun 21, 2017