Skip to content
Snippets Groups Projects
  1. Jan 20, 2018
  2. Jan 19, 2018
    • Dilawar Singh's avatar
      Fixed to latex build failure on RTD, it let the build pass. Needs more · 22eb3d1a
      Dilawar Singh authored
      tweaking pehaps a listing environment for codeblock.
      Related to BhallaLab/moose#225 .
      22eb3d1a
    • Dilawar Singh's avatar
    • Dhruva-Storz's avatar
      Documentation update #1 (#225) · fc48a414
      Dhruva-Storz authored
      * Recovered quickstart section in html, added tutorials placeholder and implemented rudimentary integration between doxygen and sphinx (dependecy on breathe sphinx extension)
      
      * removed recursion limit change
      
      * Added section to quickstart, and fixed a few minor typos in the install page
      
      * Updated installation documentation with new mac osx brew install procedure. Made new section for OSX for consistency of format.
      
      * removed some breathe related stuff from conf.py
      
      * fixed minor typo in wildcard.py
      
      * Recovered rdesigneur tutorial. Modified file by adding extended contents, commented out incomplete sections. Modified rdesigneur snippets page title to 'more rdesigneur examples' instead of just 'Rdesigneur'
      
      * Added autorun statement to Compartment_net.py.
      
      removed pyrun1.py documentation as it is exactly the same as pyrun.py.
      
      updated vec information in quickstart to reflect actual ouput.
      
      * uploaded fixed compartment_net.py without all my comments
      
      * minor changes to install page, changes to doxygen readthedocs generation
      
      * forgot to add hyperlink for doxygen page
      
      * Added Chemical Bistables section to tutorials. Rest incoming
      
      * Chemical Oscillators added, minor tweaks to Chemical Bistables to match Oscillators page
      
      * Deleted extension pyc file as requested by dilawar
      
      * Changed few names, reordered tutorials
      
      * Changes to fix all non-references related and non-snippets related 'make html' errors
      
      * Update crossComptNeuroMesh.py
      
      * Added squid demo to tutorials. Removed squid demo from quickstart. Wrote a bit of theory and history about squid demo. removed redundant modules.rst file.
      
      * Undid changes to loadSbmlmodel.py as it might have caused the mac travis to fail
      fc48a414
    • hrani's avatar
      a013ba8c
    • hrani's avatar
      05b3a62d
    • hrani's avatar
      year and added malav and dhurva · 5f07757f
      hrani authored
      5f07757f
  3. Jan 17, 2018
  4. Dec 17, 2017
  5. Dec 16, 2017
  6. Nov 21, 2017
  7. Nov 20, 2017
    • Dilawar Singh's avatar
    • Dilawar Singh's avatar
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from e5ba823ba..33d4803ee · 6f7697fb
      Dilawar Singh authored
      33d4803ee Merge pull request #228 from upibhalla/master
      c9e9fa6fd Update test_muparser.py
      419661b6e Update test_muparser.py
      7c8ca61a6 Merge branch 'master' of https://github.com/upibhalla/moose-core
      b13fc98cc Fix for muparser tests
      7eefdca47 Merge branch 'master' into master
      1ad271b07 Merge pull request #229 from dilawar/master
      30fe94cda Optimizations for rdesigneur in _parseComptField function
      d862de4e9 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      3eef327f1 Added instructions on what to do post-build.
      985af4e11 Fixes BhallaLab/moose#224 and BhallaLab/moose-core#230 .
      917d68db0 Merge branch 'master' of github.com:BhallaLab/moose-core
      586d48a62 Merge pull request #222 from hrani/master
      3c7ce10fa New line added
      e7c8d0e81 Merge branch 'master' of http://github.com/hrani/moose-core
      7ce91a0f2 import rdesigneur.rmoogli as rmoogli is added at init file, otherwise script that uses rmoogli gives and error "NameError: global name \'rmoogli\' is not defined"
      fd5f360d6 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      eb76ab120 Fix to Neuron.cpp handling of messages between Ca channels and Ca_conc objects.
      f9f188513 Merge branch 'master' into master
      67c9b0a85 Disabled seg-fault causing test on python3. Runs with python2.
      cd40023f2 disable seg-fault causing function on python3.
      761172460 Merge branch 'master' into master
      946cb77e7 call plotDEGF only once.
      47f6803df iteritems( ) is no longer supported by python3; replacing it with items().
      f447f0d35 Passes with python3.4 .
      1d26f38c2 import matplotlib in rdesigneur.display only when display is called.
      4b56d7a66 dependencies are handled by cmake now. Removing scripts.
      20c131a3f Added field Table::plotDump to substitute for the Table::xplot function which has problems with Moose interface to Python.
      2c7b9efc9 Merge branch 'master' into master
      8005f2f04 loading SBML was commented, now uncommenting while mergering
      
      git-subtree-dir: moose-core
      git-subtree-split: 33d4803eed211af61fd8b6f45d71e8675f77f951
      6f7697fb
    • Dilawar Singh's avatar
      Merge commit '6f7697fb' · 4deae0db
      Dilawar Singh authored
      4deae0db
  8. Nov 02, 2017
  9. Oct 31, 2017
    • Dilawar Singh's avatar
      6645b39d
    • Dilawar Singh's avatar
      Squashed 'moose-gui/' changes from 38da92b04..5d7f7633f · 0e72b330
      Dilawar Singh authored
      5d7f7633f Too many python3 incompatibility issues. For now on, gui is only compatible with python2.
      599dbd6d3 Testing with python3 as well. If python3 support is not intented, we can fallback this commit.
      83be02e60 changes made after addition of groups, some of action are implemented
      24cba7d6f  some more clean
      cdf16259d at file load dialog, a clean round trip is done
      08fc6cd0b at loading time, kkit model is checked for the atleast for 1 compartment and atleast 2 species
      373efaa6d check if moose object already exist, if yes use element, else create a object
      e37368553 in mousePressEvent further check made for group object along with compartment and other moose object
      ae6265ed8 travis is failing, while installing python-libsbml trying to fix providing -H
      c70f30098 some clean up with co-ordinates while saving into XML files
      dd177002c wrong comparsion with path and moose object was done corrected
      24ecdccac some clean up with groups
      84be91147 changes made related to group
      5a6c654c7 Merge branch 'master' of https://github.com/BhallaLab/moose-gui
      3fcc20a66 mgui in cleanup in dialog box, mload: sbml reader returns modelpath and errormsg, kkit: co-ordinates for sbml(auto co-ordinates) values are kept in annotation as its and while displayed as its, but for genesis default scenewidth and height is taken care and kkitOrdinatesUtil: sbml auto co-ordinates are kept as its
      d93fd2118 hover overcompartment shows name and some more cleaned up after the bad merger 320e525a and also wrong commit from 6fc726e
      ed79c3980 indentation correction and missing lib
      f4d880f53 Cleaned up, these 9 files after the bad merger 320e525a and also wrong commit from 6fc726e560556f7619e31fe022ef094793d6a13a
      2c594c457 in gui stoich.status along with warning, which Reac and Enz are dangling is also displayed in the QMessageBox
      
      git-subtree-dir: moose-gui
      git-subtree-split: 5d7f7633f5e20d48e4bfa0a2b38697c4d0d60d6a
      0e72b330
    • Dilawar Singh's avatar
      Merge commit '0e72b330' · 17904848
      Dilawar Singh authored
      17904848
    • Dilawar Singh's avatar
      Merge commit 'b5ec7b3c' · 8636bb34
      Dilawar Singh authored
      8636bb34