Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
    • Dilawar Singh's avatar
      atol is set to 1e-5 in test. · 7b1f1e6a
      Dilawar Singh authored
      7b1f1e6a
    • Dilawar Singh's avatar
      488bde25
    • Dilawar Singh's avatar
      Use np.isclose in tests. · bb506781
      Dilawar Singh authored
      bb506781
    • Dilawar Singh's avatar
      Some tweaks test. · d7ae9f60
      Dilawar Singh authored
      d7ae9f60
    • Dilawar Singh's avatar
      Added assert to diffshells. · 9c408566
      Dilawar Singh authored
      9c408566
    • Dilawar Singh's avatar
      Fixed AUTHORS file. · e23bd61c
      Dilawar Singh authored
      e23bd61c
    • Dilawar Singh's avatar
    • Dilawar Singh's avatar
      Fixed paths for installation. · 636e4f8c
      Dilawar Singh authored
      636e4f8c
    • Dilawar Singh's avatar
      tiny tweaks to test. · 0425cb01
      Dilawar Singh authored
      0425cb01
    • Dilawar Singh's avatar
      Merge commit 'f18d2016' · 0a2285e4
      Dilawar Singh authored
      3.2.0-pre0
      0a2285e4
    • Dilawar Singh's avatar
      Squashed 'moose-gui/' changes from 3fd3739e86..d226931e0b · f18d2016
      Dilawar Singh authored
      d226931e0b while deleting the group a warning box is set,deleteSolve is now mooseDeleteChemSolver, while saving to sbml model scenepos is picked up, hopefully this works for others. Tested for single compartment multiple group
      c1a3949a3e adding/deleting the solvers are picked from the python/chemUtil folder instead of local setsolver file and addsolver is now mooseAddChemSolver
      2f8fcab25f in disableModel function added dsolve also
      b4d5376ae8 From command line if filename is passed it load into moose-gui
      a82842f683 group border color can be editable
      395d5f0a9c if moose object is moved from compartment to group or from group to another group/compartment, then mooseobject path and qt object parentItem are updated
      
      git-subtree-dir: moose-gui
      git-subtree-split: d226931e0b932407ecea7863588b1f3d9e8721a7
      f18d2016
    • Dilawar Singh's avatar
      Merge commit '040655cd' · 5de787c5
      Dilawar Singh authored
      5de787c5
    • Dilawar Singh's avatar
      Squashed 'moose-examples/' changes from 3047477ce7..2d9849222d · 040655cd
      Dilawar Singh authored
      2d9849222d Add 3 new demos for rdesigneur (#41)
      f25999106c update sbml file to store scenepos
      2f78a07958 Fixed testHSolve script.
      c537773939 Use python based relpath. The realpath utility is too old on travis.
      5dbee3920d Merge pull request #39 from upibhalla/master
      5a2af75f90 Merge branch 'master' of https://github.com/BhallaLab/moose-examples
      fda496c533 minor fix to scaleVolumes demo
      0fe42549ce Added ex8.1 for CICR in a multiscale model. Some updates to ex8.2 and the README
      2e1b2035f4 Added rdesigneur tutorial for synaptic-input triggered CICR
      59a458b611 Fix to units for permeability for ConcChan, affects ex7.2_CICR.py
      2b026c5ab5 Updated some demos, added new ex7.2 which demonstrates CICR, endo-compartments, and the operation of ConcChans.
      a6adb6acc1 mooseaddChemSolver changed to mooseAddChemSolver, commented buildXreac and filterXreac
      27855bb699 Renamed the file. First argument takes the method name.
      12f57e76ba Update test_ksolve_lsode.py
      6355deb202 This version is used to compare results for BhallaLab/moose-core#281.
      611f68a88b Added script to test lsoda.
      2aa25c3ff4 Merge pull request #38 from upibhalla/master
      b32b8248fc Added Rdesigneur tutorial to show spine geometry change controlled by chemical signaling, and its electrical and chemical consequences
      069138a897 Added new Rdesigneur demo for NeuroMesh, involving a multiscale simulation across PSD, spine head, and dendrite.
      c8206c5cb9 Added index.md to keep the status of broken/successful and blacklisted scripts.
      0ee1478166 Removed status of scripts from master branch.
      8bac923266 Don't append to README at every run. Just rewrite it.
      69bfa16e5c Broken scripts are added to README.md file.
      a6d062ad68 When file fails. Emit output.
      504aed9095 Don't run any script which has 'import moogli' in it.
      14eb93c141 Install coreutils for realpath.
      2267214e07 modify README.md file.
      0304f392bd Don't run if `import moogli` is found.
      c4c58a7c86 Fixed failed to cd to repository before any scripts can be run.
      913d133aeb print pwd. This is a debug step.
      730066df6b README.md links to the gh-pages.
      1a83c474fa Fix url of repository.
      370d36a30e return error code 1 as soon as error occurs.
      3a86cc9a85 Fixed typo.
      b5a56a5805 Write to index.md file.
      1dcd80c04c Return status 1 when any file failed to be executed.
      70b11410a6 Add status to readme file.
      967effce16 Now test on travis.
      8b597e68fa Ran travis test out of source.
      8cb1aefab9 cmake does most of the work to write to temp file. Run it from outside of directory.
      8a0ab11f11 Update.
      ba3f15e080 Updated run script.
      61b70ef299 Fixed some scripts overwritten by mistake.
      8891b79972 If second option is not given, compute md5sum.
      cd54b2f8f2 Cleanup after updating README.md file.
      006e7f3536 new gitignore.
      b242bfa3aa Append to README.md file.
      f2498cbbe1 Relative to CMakeFile.txt which is at top-level.
      01b6c5225d Fixed scripts which were overwritten.
      8a546d03de Also add files which were not run [skip ci].
      451e470cf6 Print URL in BROKEN scripts as well.
      604eb8211c Relative to CMakeFile.txt which is at top-level.
      cbe1b6ccbd shell script reads if file exists.
      f4f2e21e71 Added more dependencies.
      9a297c615f Added successul scripts to  output as well.
      65e2b09f73 More details file.
      85bee3c897 run test in topmost level of directory.
      09023f61ef Cleanup for travis and auto-update for page containing broken scripts. (#37)
      fb6a2d066d Better testing of scripts on travis using cmake (#36)
      aa68204303 Merge branch 'master' into master
      35d531282d Removed non-existent commands.
      8f4f282c6e Ignore vendor directory.
      3e42018200 Use GHI_TOKEN variable.
      bce33fb3d4 Run deploy script as well.
      62c3fae7f5 Deploy the results on gh-pages.
      9e159c469f Added matplotlib to dependencies. Many script failing.
      c3d75d36cd Fixes to master branch Travis's failure  (#35)
      b33db0b393 Merge pull request #31 from upibhalla/master
      76d4e61f4d Further cleanup of tutorials/Rdesigneur. Added nice multiscale example. Updated its README. Added a couple of neuronal morphology files to play with.
      b8630af8c1 Added random and periodic synaptic input stimulus to Rdesigneur. Made an example of each in Rdesigneur tutorial.
      6ff0c3d27f Merge branch 'master' of https://github.com/upibhalla/moose-examples
      52bff7e45b Added new Rdesigneur tutorial examples to show how to use the new voltage clamp feature. Did some reorganizing of example names.
      de331905c1 Show broken or fixed scripts at the end of run. (#34)
      00f66c3cfe Merge branch 'master' into master
      2fe1a06594 Fixes to travis failure for master branch (#33)
      d7ed125b6a Merge branch 'master' of https://github.com/upibhalla/moose-examples
      3380e9bc90 Added new Rdesigneur examples to go with new features for cellProto definition
      584f4aa34d Update INTERACTIVE
      1f98eec417 Update .travis.yml
      279362600b indentation clean up
      cd75c017a4 Update rxdSpineSize.py
      be269052df Update scaleVolumes.py
      ac90c0a673 Update rxdSpineSize.py
      f116a6697a Updates mostly to Rdesignuer tutorials
      a5cf6e2788 Resolved various merge conflicts
      10e9ef4407 Added some new tutorials and a README
      451c90b85d Fixes to snippets, updates to ChemBistable tutorials
      2cb64c2519 Fixed script. raw_input is back. Will break with python3.
      22b5f82d39 Merge branch 'master' of github.com:BhallaLab/moose-examples
      a5f3c07ec8 Merge branch 'master' of github.com:BhallaLab/moose-examples
      9bd3506e15 Added timing information and fix the python3 changes.
      8eb005552e Parallel Ksolve.
      49f7c06025 Merge branch 'master' of https://github.com/BhallaLab/moose-examples
      78b563be6b Updated to match newer rdesigneur
      
      git-subtree-dir: moose-examples
      git-subtree-split: 2d9849222d6f4e153745d5c4b077e7ecb81f0ede
      040655cd
    • Dilawar Singh's avatar
      Merge commit 'a1f6b230' · 79ede694
      Dilawar Singh authored
      79ede694
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from 1271dcd74b..d5b330dc02 · a1f6b230
      Dilawar Singh authored
      d5b330dc02 Merge pull request #296 from hrani/master
      5a606df86c Merge remote-tracking branch 'upstream/master'
      ce545cf507 Rdesigneur updates (#295)
      9869046490 Merge branch 'master' into master
      753b189063 changes made after fixXreacs is moved from python to python/moose for package
      5eca1a3620 moved fixXreacs.py from python to python/moose for packaging, changes made to get fixXreacs files
      3a519cec39 mooseAddChemSolver and mooseDeleteChemSolver is meant for chemical models only (#292)
      9ba0e85532 check for enz parent is done by neighbors['enzDes'] rather than enz.parent and if enzyme parent is not pool then raise an exception
      161c475e2c Merge branch 'master' into master
      f9d869da24 Merge pull request #294 from upibhalla/master
      a76dd524b4 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      c0d5ba6d9b Added plot y limits to rdesigneur
      5fa7226e60 clean up modelRoot while printing
      3c6972aae3 mooseAddChemSolver and mooseDeleteChemSolver is meant for chemical models only, a check is made to see if modelroot has just cube/CylMesh
      3790376c3e Merge pull request #291 from BhallaLab/dilawar-patch-2
      c52740323a Update README.md
      5843c73ab5 Merge pull request #289 from upibhalla/master
      e3baee2dce Merge branch 'master' of https://github.com/BhallaLab/moose-core
      7a1b0d8ff6 Test xreacs (#287)
      869522d04c Merge branch 'master' of https://github.com/BhallaLab/moose-core
      bb274ee43c loadmodel with add_delete_chemSolver (#288)
      7d563c7c23 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      637d2233a1 setting up dsolver and by passing loadModel from moosemodule.cpp to m… (#277)
      9f5a2697f6 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      3a8489c475 All random number generators are based on c++11  (#280)
      8e29d8eaa7 Minor updates to rdesigneur waveplotting
      46718b9c04 Added wavePlot option to rdeisgneur.
      506067669c Minor fixes to rdesigneur for setting up stims
      5ab1a3c621 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      ea487f3ee0 Updated rdesigneur so it can handle a chem system with only a dendrite and spine compartment, no PSD.
      7c321bfe94 Merge pull request #284 from upibhalla/master
      d9bd29c97d Fix for units of permeability of ConcChan, as computed in Dsolve.cpp. Now it is 1/(mM.sec).
      3056c917fe Merge branch 'master' of https://github.com/BhallaLab/moose-core
      ae8f2336ce Fixed bug with NeuroMesh
      9271d0ba22 Fixes to ReadKkit, Dsolve, rdesigneur to handle EndoMesh to insert in neuronal geometries.
      f4ba9362e4 Intermediate save of rdesigneur with partial changes for handling endoMesh. Works with old examples, not tested for EndoMeshes
      
      git-subtree-dir: moose-core
      git-subtree-split: d5b330dc02ed938fcb7cff95d8ae0e2cd388d0ea
      a1f6b230
    • Dilawar Singh's avatar
      c179aace
  2. Sep 03, 2018
  3. Aug 02, 2018
  4. Aug 01, 2018
    • HarshaRani's avatar
    • HarshaRani's avatar
      Related to moving out Rdesignuer from cookbook as a seperate section add files... · a89db09d
      HarshaRani authored
      Related to moving out Rdesignuer from cookbook as a seperate section add files and update Rdes.rst and related images which is updated by Upi
      a89db09d
    • HarshaRani's avatar
    • HarshaRani's avatar
      Squashed 'moose-core/' changes from cddc3bd..1271dcd · db571897
      HarshaRani authored
      1271dcd Merge pull request #278 from upibhalla/master
      c400af3 Minor extension to rdesigneur to handle display of the passive electrical parameters of compartments: Rm, Ra, Cm. These will be scaled if spine geometry changes.
      a77c611 Fixes to rdesigneur for NeuroMesh models. Key bugfix to Dsolve for NeuroMesh models. Some code cleanup to eliminate compiler warnings about uninitialized variables.
      840021f Added lots of channel prototypes to rdesigneurProtos. Small fixes to rdesigneur for multiscale models.
      c4f9fa5 Updates to Rdesigneur to handle synaptic input stimulus. Modified RandSpike with a doPeriodic flag, so it can be used for periodic stimuli as well.
      cb2dd4b Merge branch 'master' of https://github.com/BhallaLab/moose-core
      fc6ca10 Updates to rdesigneur to handle voltage clamp specification as a stimulus. Added doEvalAtReinit flag to Function so that it can initialize at a precomputed value rather than zero.
      0445da5 Merge pull request #276 from upibhalla/master
      48d1d4c Updates to rdesigneur to handle soma parameters and ball-and-stick model in cellProto argument
      694fe5e Merge branch 'master' of https://github.com/BhallaLab/moose-core
      180109a Changed Enz number-rate scaling to use the volume of the enzyme molecule, rather than the volume of the substrate. This usage gives results consistent with Genesis/kkit
      f9de66e Merge pull request #273 from upibhalla/master
      c2d1a6f Fixed grotesque bug with Dsolve.cpp which manifested only if pool names were of length 13 and they were diffusing.
      b9448c0 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      bcd9ddb Fixes to Enz so that kcat of zero doesn't set up NaNs in Km and K1. Display updates to rdesigneur, rmoogli, moogul.
      eeea183 Merge pull request #270 from upibhalla/master
      5e840d2 Merge branch 'master' into master
      9ac8d79 Merge pull request #272 from BhallaLab/dilawar-patch-2
      8f276ef Update travis_prepare_osx.sh
      2d00294 Update rmoogli.py
      5e793c3 Update moogul.py
      5108d7e Update rmoogli.py
      42a4f3b Merge branch 'master' of https://github.com/BhallaLab/moose-core
      8ea8b2e Fixes to moogli when run from outside the rdesigneur directory
      c411242 minor cleanup on rdesigneur
      ea99dcc Updated version of moogul, integrated now with rdesigneur
      d81e796 Merge pull request #264 from hrani/master
      bf0119b Update test_negative_value_flag.py
      6e71d8e Update test_kkit.py
      fdc7d66 cleaned up print stm
      51dfc2c cleaned up print stm
      b055a5c cleaned up wrt to python3 compilation problem
      09da84b indentation corrected
      00bc557 indentation corrected
      b55acd9 Cleaned wrt to diffusion,clean up to remove in ReadKKit removed the setting up of solver, in mooseaddsolver() cleaned up in setting and deleting the solver, added utils.loadmodel function to call loadmodel function with setting for solver
      9441bf9 Merge branch 'master' into master
      08f0804 Merge pull request #266 from upibhalla/master
      0ad961c Update rdesigneur.py
      3ec65d7 Update rdesigneur.py
      b6b58a4 Moved fixXreacs.py from python/rdesigneur directory to python directory
      736f7f5 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      38a1d03 Bugfix for fixXreacs so that it works properly if there was already some text in the notes.
      b8fcd11 Merge branch 'master' of http://github.com/hrani/moose-core
      ad6925f Merge branch 'master' of https://github.com/BhallaLab/moose-core
      9d5be9d Merge branch 'master' into master
      cc13c50 travis failing with libgfortran not found, hopefully this should fix it
      b246358 rename modelA and modelB to modelS and modelD, cleanup while copying the object at Neutral level
      ad7236b enzcomplex pool cleaned-up
      8fce41c indentation corrected while writting annotation for enzymecomplex
      
      git-subtree-dir: moose-core
      git-subtree-split: 1271dcd74baf95a973debcdef0fc8b348010bb78
      db571897
    • HarshaRani's avatar
      Merge commit 'db571897' · 68732d34
      HarshaRani authored
      68732d34
  5. May 25, 2018
    • Dilawar Singh's avatar
      Update install.rst · 757d8960
      Dilawar Singh authored
      Highlighted pip section.
      757d8960
    • Dilawar Singh's avatar
      Update install.rst · 7c847a9b
      Dilawar Singh authored
      Added instructions.
      7c847a9b
    • Dilawar Singh's avatar
      Update README.md · a2cefebe
      Dilawar Singh authored
      Fixed typo.
      a2cefebe
    • Dilawar Singh's avatar
      Fixes to install command. · a13af82a
      Dilawar Singh authored
      a13af82a
    • Dilawar Singh's avatar
      Squashed 'moose-gui/' changes from 76564f0873..3fd3739e86 · 3bac28c4
      Dilawar Singh authored
      3fd3739e86 From Editor Widget add plot of n or conc
      a15524b05e from runWidget plot can be added either n or conc and function can have Neutral as parent as compared to pool
      
      git-subtree-dir: moose-gui
      git-subtree-split: 3fd3739e86802afb217c540b0cf72cb268dd6242
      3bac28c4
    • Dilawar Singh's avatar
      Merge commit '3bac28c4' · 2c86c624
      Dilawar Singh authored
      2c86c624
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from 0cceb296d0..cddc3bd16d · ec5baf0e
      Dilawar Singh authored
      cddc3bd16d Merge pull request #265 from upibhalla/master
      5856ac1fa7 Fixes for travis.yml
      219f474a2e Fix to HSolve to prevent segv during destruction. Update to rdesigneur to not create HSolve when turnOffElec flag is set
      9ca16e8246 Merge branch 'master' of https://github.com/BhallaLab/moose-core
      58e630b4dc Updates to the Voltage clamp modules. The key thing to note is to use the standalone VClamp object in preference to individually building the circuit with DiffAmp. RC and PID.
      12cf83e17a Updates to Hsolve to be able to delete and recreate it. Still problematic for HHChannels. Also added Vclamp to the rdesigneurProtos.
      3dc99b53e6 Changes made to object name which had number in starting
      3ec52cd9e4 Small bugfix to rdesigneur
      241c3d59cb Use sys.executable to execute test. It breaks on python3.
      f527490ff0 Fixes to rdesigneur to use the new system for cross-compartment reactions
      501ff45939 Major cleanup to get rid of legacy cross-compartment code
      f4b4772f0a Numerical improvment for Dsolve::calcJunction done by splitting diffusion and channel calculations into two dt/2 segments bracketing the mass-exchange calculation of calcJnXfer.
      35db4b5a31 Major changes to handling of cross-compartment reactions and to the flow of control in Ksolve, during chemical reac-diff simulations. Not yet optimized. Several tests cleared.
      1b3b11504b Install pymoose in debug mode as well.
      6d911de9fa Test install target with python2 on travis.
      ba0bab2206 Fixes to installation prefix (reported by Harsha over email). Chamcham branch patch was not correctly applied.
      1a57a54c5b Fixes for Debian.
      fab88be5d8 Fix to ConcChan lookup logic
      efcb412ff3 Fixes so that CubeMesh can be used with diffusion solver, needed now that Dsolve is required for multi-compartment reactions.
      f54acebcb9 PyMOOSE installation directory can work.
      fe3061b0a5 temp changes. [skip ci]
      b4313cdcca Merge commit 'a039fc3a'
      1dc7a63356 Added numProducts field to EnzBase
      0f1ecebcb0 Major update so that the diffusion system handles channels across membranes, which are implemented as ConcChans.
      53b0e60dc3 Merge branch 'chennapoda' of github.com:BhallaLab/moose
      db52562e0b Merge branch 'chennapoda'
      f208e2b6fb Merge commit '33bf735f'
      ecce024d42 Merge commit 'a1f7f5ea'
      643226e2cf Install in debian layout in packages. Added option in setup.cfg file Its delicate solution. Added a note.
      c2a574289b Finally. Needs to write setup.cfg file to make /usr/local  and /usr prefix consistent.
      ac7e7e5cf4 bdist_egg is more consistent on both RPM and DEB based systems.
      c866f9f2d9 Merge commit 'bcf5c52d' into chennapoda
      aacb0300ee Fixed typo in command.
      d773b400d0 Merge commit 'a1a6faa7' into chennapoda
      1e23289141 multiple fix to build system. - dont use python setup.py install . It does not work anymore if --prefix   directory is not in PYTHONPATH. - Use python setup.py bdist -d INSTALL_DIR and let cmake unarchive and copy it   to desired location. This is much better solution.
      f2537df577 Use bdist instead of install for creating binay distrution. During installation, untar this to destination.
      43891c6900 Tweaks to setup.cmake.py file.
      fa4a545df0 Test on travis.
      16eea973b1 Merge commit '6d651b60'
      ba1065cdb9 Added EndoMesh and updated other meshes to match. Updated diffusion code to do cross-compartment reactions.
      545ee72491 Merge commit 'e0b8959c'
      ef650c8ec0 On debian/ubuntu install-layout option is set to deb. [skip ci]
      2a02c27dc4 Merge commit 'f80ae40d'
      f11b189779 This fixes moose but a better solution to install pymoose in moose-core must be found.
      635dedf798 Merge commit '6f7697fb'
      7687f3c446 Merge commit '627f1ce1'
      419d65dd2a Merge commit '7b3c355a'
      5cb77cc213 Squashed 'moose-core/' changes from d4417dcffd..2657e3345e (#222)
      59bf6585ff Fixed the syntax causing failure.
      448fb46d87 Handling MOOSE_VERSION is better way.
      cc09546ecf Merge commit 'fba17845'
      9bd9c55d3c Merge commit '750df413'
      c85e8fc03b Force --install-layout=deb when on debian/ubuntu.
      cf20c6c086 Merge commit '99b934e9'
      2bc6d025ed Merge commit '2f038f21'
      8e8f75f08b Merge commit 'd0e1cee1'
      9fd3829997 Merge commit '0014d826'
      c39f533796 Follow up fixes to calcium-hsolve  (#221)
      c3204e010e Merge branch 'master' into asiaszmek
      62b315f08a Merge commit 'e6e83b76' as 'moose-core'
      3e88642a5f Calcium hsolve (#218)
      a33619039f Merge commit '7fe1c2e7'
      4547a9f1d2 Merge commit 'af3c29a4'
      fbdaafb332 Fixes to allow moose module to be installed and imported (#220)
      42fa11cac2 All changes from previous repository. No new file is added here.
      9170767ac7 Merge commit '0f6f5d27'
      d9819894f7 Added missing Revision macro file from chamcham branch.
      5627ad198f Merge commit 'b4d20b7c'
      5ec49526f0 Fixed revision issue.
      b3418608f7 Cmake changes from chamcham branch. Build for launchpad.
      485c150c85 Do not copy VERSION file for python. Lets find a better and more portable solution.
      40bfbf631e Updated default version in setup.py file.
      baab7ef505 Merge commit '0ff1b77a'
      79e1a65c0d VERSION string is fixed to today's date if not given.
      f1adfd3ff9 Fixed for snappy builds.
      68e138a565 Let cmake find path of Python.h file.
      cf8faf32d8 Merge commit '4489d159'
      91a4b30ab1 More changes to snap. Needs to add Python.h path [skip ci]
      567c8013ce Removed <<<<, ===  and >>> from improper merge.
      435188aa4b Added snapcraft file.
      3131b29c76 VERSION conflict file is added
      a3a81ace57 Merge commit '628138cb'
      4bbbf6ddff Merge commit '7c713058'
      a205390e4e Script testing DifShells
      0fcafe248d Merge commit 'a5122cfb'
      8b1c110945 Fixed docstring on example.
      f87a802bdb Merge commit '5bceacfe'
      f6f5dd58cd Merge branch 'difshell' of https://github.com/asiaszmek/moose into asiaszmek-difshell
      d9d0f6e382 Change order of operations to slightly improve accuracy
      d7f378074f Small changes to make the code more alike genesis and other moose objects
      4ce676215f Difshells and difbuffers initialize close to equilibrium
      ebab1aee87 Add forgotten setting of helper variables to zero after calculations
      04d7c5227e Add state in t(i-1)
      6779a6e0a4 Fix wrong definitions
      10f549bbfd Fix errors in volume calculation
      f66bf285a8 Indentation
      25feaf08f7 Add MMPump to scheduling and makefiles
      c410524b90 Add MMPump to DifShell
      2f31fa17cd Implementation of MMPump
      f58668f93a Add ticks for DifBufferBase and DifShellBase
      372b34f71a Fix bugs: DifShell now compiles and seems to give correct results
      efd6ca0bd9 Fix a typo in zombify
      4fa3f001bb Rewrite DifShell. Inherit from DifShellBase
      82284b9b2c Write base class for DifShell
      a3d45d71bd Indentation
      e32896701b Implement exponential Euler for DifShell
      8d0e9c3ace Move source messages to class. Correctly initialize Faraday's constant
      0b2b708d21 Move source messages to class
      6c2234bf82 Make DifBuffer look more like other moose classes and fix ticks
      0de0b1ba06 Add DifBuffer to clocks
      e1586d63a9 Add DifBuffer to compilation
      bea1f0a18d Fix no ticks when initializing difshells warning
      c986fd8172 Remove useless variable
      65e67a0bd5 Reintroduce an old version of DifBuffer from moose
      cede2afd61 Moved to cmake folder.
      fff821e0d0 Merge commit '0d12ebb0'
      ea023b6ae7 master branch.
      340c310fea Fixes to BhallaLab/moose#204.
      0b083f83d6 Merge commit '04170cb4'
      bbd455a47f Updated.
      ff2aec915b Fixed, python2 incompatible print function use.
      725d2c9c47 Some updates to fix static hdf5 libraries.
      b6d80ccd7e This project build pymoose, gui and its examples. TODO: ctest must check each example as well.
      44b458500f Builds whole moose project.
      bbedb768be Added some sanity tests for both moose and moogli.
      32e2226897 Merge commit '1680bac6'
      20b1010d24 Changes to cmake file so that we can find the correct static library.
      527bc4d489 Fix a development warning in cmake.
      30dda99116 Removing shebangs from the python scripts. These scripts were never called as standalone executables.
      20641912cd A test commit to package hdf5-devel BhallaLab/moose#201.
      077989b4d4 Fixed another typo in FindGSL. Library list was converted to string.
      0ddc8bd15f Fixed a typo in FindGSL file.
      ebe9a39888 FindGSL also looks for GSL_VERSION now.
      07d432d580 Fixes to travis failure.
      2c91dddfcc Updated CMake and FindGSL.
      11c933e476 Fixes to extension bug.
      fff7ce57ab Some fixes to static library dependencies [skip ci]
      05856011a9 Cleanup in cmake files. Using bash scripts to generate subprojects. This way I can handle environment variables cleanly.
      493c7c49b8 New hdf5 version generates static library with different name. Fix it.
      c9f6b7767b This should pass on travis.
      d3ac4b814d Merge commit 'd0a6060b'
      4d37569e6c Merge commit 'b5a7c2e2'
      a39a84acb1 Merge commit '273124ec'
      4c79628c60 Merge commit '8bfef2e6'
      49c322da4c Merge commit '6c8f2012'
      f9e56dd7e3 Merge commit '96580978'
      633b9e0503 A test case test_sbml_support.py which inturn calls to write moosewriteSBML which needs networkx which is added as a dependency for travis
      f21e02bf7f Oops moment. Fixed the typo in compiler flag for apple-clang
      3da3dec81b updated apple-clang flags in compiler. Fix to missing symbols from stl.
      70d1a5d90a Merge commit '2af833a0'
      24a742712e Moved docs to moose. Removed temp directory.
      26f20a818e Merge commit '6b27e69e' as 'moose-core'
      
      git-subtree-dir: moose-core
      git-subtree-split: cddc3bd16d3a8e9e3668bdeae524986b0f68b6d4
      ec5baf0e
    • Dilawar Singh's avatar
      Merge commit 'ec5baf0e' · ec3ab2df
      Dilawar Singh authored
      ec3ab2df
  6. Mar 13, 2018