y_petri 2.3.9 → 2.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f39649796ec2d93c6e6e6fd98c3a5bc3275828c
4
- data.tar.gz: fc5911caaca5439d1624db2b5ecd496a4cd361f7
3
+ metadata.gz: 3764e025431d0669a31797b1d5bbce55a444e3d6
4
+ data.tar.gz: 6bf64d8fa786b8366219e7e2949cd581493cd75a
5
5
  SHA512:
6
- metadata.gz: e676235ec9f8f6369f4bf5695d43956f7fb8688c403da08b1c5e739cd2673b358667422512d8f924be61f4f957339d2918b5e77d6dded66b19f7732c030c8c06
7
- data.tar.gz: e9598a738bf519c1eece36cf5728a97f586e25db7a4c66a1c4e37aa85ab7b969bcde814d56ce0bccaeaa67543cf87191611bc5ef08ffb71f58673d23dc4300ff
6
+ metadata.gz: 9c7294bf61692d9514ffe266dea39c931c25587cfc5ee14a1737010d21f88653a3ef8f14b826478b255e90c8623e7b33f8e81e02eeaac2e9aa986108ec32eec3
7
+ data.tar.gz: 73072db1890baeec7ea5fd6f22f80c95a6a581c69179062c6550b76a7ccf382b9ef22e4b502d0e1d957af4473e9f33df8883069a58b7f6a8bb41c87ccee52bee
@@ -1,4 +1,4 @@
1
1
  module YPetri
2
- VERSION = "2.3.9"
2
+ VERSION = "2.3.10"
3
3
  DEBUG = false
4
4
  end
data/y_petri.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["boris"]
10
10
  spec.email = ["\"boris@iis.sinica.edu.tw\""]
11
11
  spec.summary = %q{Systems modelling and simulation gem. Biologically inspired, but concerns specific to biology and chemistry have been purposely separated away from it, so it is a general-purpose model specification and simulation DSL. Dynamical systems are specified by a specific universal type of a hybrid Petri net which YPetri implements and which allows description of any kind of dynamical system whatsoever.}
12
- spec.description = %q{YPetri is a gem for modelling of dynamical systems. It is biologically inspired, but concerns of biology and chemistry have been purposely separated away from it. YPetri caters solely to the two main concerns of modelling, model specification and simulation, and it excels in the first one. Dynamical systems are described under a Petri net paradigm. YPetri implements a universal Petri net abstraction that integrates discrete/continous, deterministic/stochastic, timed/timeless and stoichiometric/nonstoichiometric dichotomies of the extended Petri nets, and allows efficient specification of any kind of dynamical system. Like Petri nets themselves, YPetri was inspired by problems from the domain of chemistry (biochemical pathway modelling), but is not specific to it. Other gems, YChem and YCell are planned to cater to the concerns specific to chemistry and cell biochemistry. A lower-level extension of YPetri is currently under development under the name YNelson. Its usage is practically identical to YPetri, so any YPetri user can now consider using YNelson instead. YNelson covers additional concerns: it allows relations among nodes and parameters to be specified under a zz structure paradigm (developed by Ted Nelson) and it is also aimed towards providing a higher level of abstraction in Petri net specification by providing commands that create more than one Petri net node per command. YPetri documentation is avalable online, but due to formatting issues, you may prefer to generate the documentation on your own by running rdoc in the gem directory. As for the user manuals, there are currently 3 documents applicable for both YPetri and YNelson, whose master copies are stored in the YNelson source directory: 1. Introduction to YNelson and YPetri (hands-on tutorial), 2. Object model of YNelson and YPetri, 3. Introduction to Ruby for YNelson users. These manuals will are written so that any would-be user, including those unfamiliar with Ruby, can start using YPetri and/or YNelson. For an example of how YPetri can be used to model complex dynamical systems, see the eukaryotic cell cycle model which I released as "cell_cycle" gem.}
12
+ spec.description = %q{YPetri is a DSL (domain-specific language) for modelling of dynamical systems. It is biologically inspired, but concerns of biology and chemistry have been purposely separated away from it. YPetri caters solely to the two main concerns of modelling, model specification and simulation, and it excels in the first one. Dynamical systems are described under a Petri net paradigm. YPetri implements a universal Petri net abstraction that integrates discrete/continous, timed/timeless and stoichiometric/nonstoichiometric dichotomies of the extended Petri nets, and allows efficient specification of any kind of dynamical system. Like Petri nets themselves, YPetri was inspired by problems from the domain of chemistry (biochemical pathway modelling), but is not specific to it. Other gems, YChem and YCell are planned to cater to the concerns specific to chemistry and cell biochemistry. A lower-level extension of YPetri is currently under development under the name YNelson. Its usage is practically identical to YPetri, so any YPetri user can now consider using YNelson instead. YNelson covers additional concerns: it allows relations among nodes and parameters to be specified under a zz structure paradigm (developed by Ted Nelson) and it is also aimed towards providing a higher level of abstraction in Petri net specification by providing commands that create more than one Petri net node per command. YPetri documentation is avalable online, but due to formatting issues, you may prefer to generate the documentation on your own by running rdoc in the gem directory. As for the user manuals, there are currently 3 documents applicable for both YPetri and YNelson, whose master copies are stored in the YNelson source directory: 1. Introduction to YNelson and YPetri (hands-on tutorial), 2. Object model of YNelson and YPetri, 3. Introduction to Ruby for YNelson users. These manuals are written to allow beginners, including those unfamiliar with Ruby, to start working with YPetri and/or YNelson. For an example of how YPetri can be used to model complex dynamical systems, see the eukaryotic cell cycle model which I released as "cell_cycle" gem.}
13
13
  spec.homepage = ""
14
14
  spec.license = "GPLv3"
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: y_petri
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.9
4
+ version: 2.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - boris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-04 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,17 +94,17 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: 'YPetri is a gem for modelling of dynamical systems. It is biologically
98
- inspired, but concerns of biology and chemistry have been purposely separated away
99
- from it. YPetri caters solely to the two main concerns of modelling, model specification
100
- and simulation, and it excels in the first one. Dynamical systems are described
101
- under a Petri net paradigm. YPetri implements a universal Petri net abstraction
102
- that integrates discrete/continous, deterministic/stochastic, timed/timeless and
103
- stoichiometric/nonstoichiometric dichotomies of the extended Petri nets, and allows
104
- efficient specification of any kind of dynamical system. Like Petri nets themselves,
105
- YPetri was inspired by problems from the domain of chemistry (biochemical pathway
106
- modelling), but is not specific to it. Other gems, YChem and YCell are planned to
107
- cater to the concerns specific to chemistry and cell biochemistry. A lower-level
97
+ description: 'YPetri is a DSL (domain-specific language) for modelling of dynamical
98
+ systems. It is biologically inspired, but concerns of biology and chemistry have
99
+ been purposely separated away from it. YPetri caters solely to the two main concerns
100
+ of modelling, model specification and simulation, and it excels in the first one.
101
+ Dynamical systems are described under a Petri net paradigm. YPetri implements a
102
+ universal Petri net abstraction that integrates discrete/continous, timed/timeless
103
+ and stoichiometric/nonstoichiometric dichotomies of the extended Petri nets, and
104
+ allows efficient specification of any kind of dynamical system. Like Petri nets
105
+ themselves, YPetri was inspired by problems from the domain of chemistry (biochemical
106
+ pathway modelling), but is not specific to it. Other gems, YChem and YCell are planned
107
+ to cater to the concerns specific to chemistry and cell biochemistry. A lower-level
108
108
  extension of YPetri is currently under development under the name YNelson. Its usage
109
109
  is practically identical to YPetri, so any YPetri user can now consider using YNelson
110
110
  instead. YNelson covers additional concerns: it allows relations among nodes and
@@ -117,10 +117,10 @@ description: 'YPetri is a gem for modelling of dynamical systems. It is biologic
117
117
  for both YPetri and YNelson, whose master copies are stored in the YNelson source
118
118
  directory: 1. Introduction to YNelson and YPetri (hands-on tutorial), 2. Object
119
119
  model of YNelson and YPetri, 3. Introduction to Ruby for YNelson users. These manuals
120
- will are written so that any would-be user, including those unfamiliar with Ruby,
121
- can start using YPetri and/or YNelson. For an example of how YPetri can be used
122
- to model complex dynamical systems, see the eukaryotic cell cycle model which I
123
- released as "cell_cycle" gem.'
120
+ are written to allow beginners, including those unfamiliar with Ruby, to start working
121
+ with YPetri and/or YNelson. For an example of how YPetri can be used to model complex
122
+ dynamical systems, see the eukaryotic cell cycle model which I released as "cell_cycle"
123
+ gem.'
124
124
  email:
125
125
  - '"boris@iis.sinica.edu.tw"'
126
126
  executables: []