Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'moose-core/' changes from a15a538..c2c32b9
c2c32b9 Before tagging runing with clang. 1cc19f1 updated runtime to annotation field in moose 3ad9558 runTime and solver type is read from xml file to moose, cleaning in names 5de1f05 function output to pool object set's "setN" as input is "nOut" ae24a3d Merge branch 'master' of https://github.com/BhallaLab/moose-core 7b43f70 Fixed Function unzombification for increment messages. Added update for time in Zombie Functions. f4310e6 for now function output connected to pool via setConc message, but there is "increment" which depend on the function input this will be fixed later f286dca removed writekkit.py duplicate file 6d299eb replace all the obj under /kinetics or /kinetics/group which is required by genesis format a6dad52 Merge branch 'master' of https://github.com/BhallaLab/moose-core 0ddbd21 Gsolve updates to monitor number of reac events. Stoich updates to avoid crashes when handling edge cases without objects in model. 2ab410d function can be connected to pool,bufpool and reaction 086ef95 using networkX spring_layout rather than grapviz dot layout 0000d51 Ids begining with numbers needed to processed with dash for sbml compartability,No substrate, no product enzymes are not written down, function are now placed under compartment and for backwarcs compartability with genesis they are placed under BufPool f0f1444 Merge branch 'master' of github.com:BhallaLab/moose-core e0c6c1a Allow failure with clang. I could not reproduce the error on my local machine. 9e4db61 First skeleton changes to the Gsolver to track the number of reaction firings for each reaction. Also some fixes to the SeqSynHandler. cff32e4 Fixes to include path of muparsers. This is passing on openSUSE. 2117969 Added missing SeqSynHandler source file to CMake. 58ddb2b Added SeqSynHandler class to deal with single-neuron sequence recognition models 1e42ece Merge branch 'master' of https://github.com/BhallaLab/moose-core 659a908 Fixes for Ksolve accuracy, and some ReadKkit edge cases 7c3e72e small correction 0d7f908 clean up for Annotation, plots, reactions, enz a2f6a95 Merge branch 'master' of http://github.com/BhallaLab/moose-core fb70792 empty reaction are not written,units corrections, plot paths are written from compartment level unlike before from model level a1593e9 Disabled pip install python-sbml with clang. 13acd0f Disabled SBML test for time being till issue #145 and #152 are resolved. f3b42fd Merge branch 'master' of https://github.com/BhallaLab/moose-core b16311e Fixed unicode conversion for docstrings Put in sorting of fields in showfields. 793ae62 Added pygraphviz to pip3 install list. pygraphviz is a dependency for SBML. 396e607 Both python2-networkx and python3-networkx can't be installed simultaneously. Fixes that on travis. ac02cea Added python-networkx to python3 dependency. Test run on travis. dd4fc4e Removed option WITH_SBML deprecated warning [skip ci] c6c60e6 Removed c++ sbml support code. Test run on travis. c73e4cd Removed C++ sbml code. 68ea7c2 Changed SBML script to make them compatible with python3. 8614680 Fixed Leakage class 8b15511 Merge branch 'master' of https://github.com/BhallaLab/moose-core 24a01e8 Added ICa for NMDA channel to known plot variables for rdesigneur 52ae361 Fix to issue #147. c251c0d reaction rateLaw and enz's km is corrected a03cb6a initial concentration is set if hasOnlySubstanceUnit=false with correct units 7018230 Fixes for SynChan modulation, added a couple of synaptic channel prototypes 66bfcff Upi fixed the scaling factor b6532e8 Merge branch 'master' of http://github.com/BhallaLab/moose-core b7a3ad4 MMEnz is created 37c5312 Deprecating sbml related code on travis. Don't download SBML debian package and install. 791762a plots populated to moose if defined in the sBML file b05a983 Adding python-networkx as dependency in travis. python-networkx seems to be required to run SBML related code (needs confirmation?) python-networkx is a dependency for moose-gui. 76c5381 print statement needed paranthese d52bd19 fixed a work around for small bug in the draw_grapviz function in networkx-1.11 which no longer import toplevel namespace, readSBML:cleanup 2fd15b6 updated to read SBML file into moose 422bbc0 One of the testcase where model loaded in moose are written to SBML file dbc5412 Removing sbml build from cmake. SBML test is failing. 8876581 Merge branch 'master' of https://github.com/BhallaLab/moose-core 66f55c2 A check made to see if python-libsbml modules is installed if yes then reading and writing to SBML is done, else a warning message to install module is done 073ef60 Merge pull request #144 from dilawar/master 94b686a Fix to BhallaLab/moose-core#143. b460557 Removing c++ depenedency of libsbml and its files fea73c3 Merge pull request #141 from subhacom/master 7644e69 Fixed adding spike generators in ReadCell dotp. 3928fae Merge remote-tracking branch 'upstream/master' 5822181 Merge branch 'master' of https://github.com/subhacom/moose-core 79d5a5c Updated generated neuroml2 module and test file. 5a4197c Merge branch 'master' of https://github.com/BhallaLab/moose-core 06aea5b SBML is removed from the make file 2a5bc46 Merge branch 'master' of https://github.com/BhallaLab/moose-core 1a55310 Fixes for enzyme rate scaling when reading kkit files 8f44029 Merge pull request #140 from dilawar/master f9e8720 Merge branch 'master' of github.com:BhallaLab/moose-core 1aee89a When WITH_SBML=OFF is given from command line, do not compile its support. c959613 Merge branch 'master' of https://github.com/BhallaLab/moose-core 00a9171 Fixed access functions for kinetic objects and solvers d70da97 some more colors to ignore which are light 4d89fd6 color if not defined in genesis then random color from pyqt Qcolor matplotlib files are taken as saved, matplotlib 5ecd2b1 all the co-ordinate are calculated and pass from kkit to this file and only we run in commandline then auto-coordinates are calculated with appropriate zoom factor 27bfae9 using graphviz_layout instead of pygraphviz_layout to get the position for auto-coordinates for layout the moodels 1f93ddb Removing pygraphviz lib dependency and using pygraphviz_layout to get the position of spring_layout 2c421a0 readSBML gets x and y co-ordinates from the file and loads it eba7d75 cleanup in layout co-ordinates to save the model from moose to genesis 17863ee Layout co-ordinates from GUI is saved into SBML file, 2.Automatic Layout done using pyqgraphviz when model saved from command line to SBML file. InitialConc are saved with mole as default units 395daa7 Fix for muParser for C++ 10 ef2196e Adding quot operator in muparser. 6deb249 Merge branch 'master' of github.com:BhallaLab/moose-core a6f8bab Updates to rdesigneur b922890 Fix dependency on hdf5 6f7e46d cleanup b943072 added networkx's Graph for layout the co-ordinates when model is save to SBML at commandline, if model saved at GUI level then pyqt's scenepos which is used for layout in GUI, those co-ordinates are used 8b1a05d Co-ordinates,group,textcolor and background color are written to SBML file in Annotation field 2718470 auto co-ordinates if one saves model from commandline and also cleanup with co-ordinates for genesis 41b6bfb color index is cleanedup according to genesis requirement and co-ordinates calculation is removed, since I am sending ScenePos ce6b740 cleanup in writing genesis file with scene co-ordinates and few other clean up 8f2a3e1 Added compiler macros for AppleClang. 076ecf6 libsbml-5.9.0 is not available on brew. Build breaks with sbml 5.11.0 2976483 Fix apple build. adding -stdlib=libc++ to cmake. 530d69b Merge branch 'master' of https://github.com/BhallaLab/moose-core d8cd4bd Updated python setup script to include streaming classes 5d6ee59 Actual fix for issue #110 5df0a7f Merge branch 'master' of https://github.com/BhallaLab/moose-core 39145e3 Merge branch 'master' of https://github.com/BhallaLab/moose-core 2634422 Merge branch 'master' of https://github.com/subhacom/moose-core ddbdd8c Removed mgui and moogli from Python setup.py c2fa2cf Added hsolve test comparing to NEURON git-subtree-dir: moose-core git-subtree-split: c2c32b97caecd422d6bc9398094073ce9f1b7492
- Loading branch information