Releases: NTBEL/PARM
Releases · NTBEL/PARM
v0.3.0
v0.2.0
Changed
- Moved the
parm.parm
model toparm.variants.classic
. This model also usesgaq_activated_calcium_signaling_simplified
now instead ofgaq_activated_calcium_signaling
. - Moved the
parm.variants.heterogprot_cycle
model to beparm.parm
, so that this model is now the main model. This model also usesgaq_activated_calcium_signaling_simplified
now instead ofgaq_activated_calcium_signaling
. - The
calcium_modules.gaq_activated_calcium_signaling_simplified
module-function was updated to use thecalcium_extrusion_and_influx_single
along with thecytosolic_calcium_positive_feedback
. - The
util.expand_times
function no longer usesnp.linspace
but instead just usesnp.arange
to make time points at 1 second intervals. This works with the experimental time points because they are all whole number times.
Added
- Created new
calcium_modules.calcium_extrusion_and_influx_single
module-function that defines a single 1st order reaction to pump excess Ca2+ from the cytosol. - Created new
calcium_modules.cytosolic_calcium_positive_feedback
module-function that just defines the positive feedback of Ca2+ on PLC catalysis of PIP2 to IP3. - New
parm.variants.LR
model variant that just defines ligand-receptor binding using thereceptor_modules.single_state_par2_activation
module-function. This model can be used to test the binding/dissociation.
v0.1.0
Release of v0.1.0, the first semantic version of the model code. This release includes additions of a setuptools install script, updates to the README, as well new/updated utility functions, and more.
What's Changed
- Add a setuptools install script, cond env file, and make updates to the run_model function in the utils module. by @blakeaw in #13
- v0.1.0 prepared for release. by @blakeaw in #14
Full Changelog: april2022_parm_parm...v0.1.0
April2022_parm_parm
This is an updated version of the model after significant restructuring and updates to the model code and mechanisms. It is being calibrated via PSO and PyDREAM in April 2022 to generate results for summer conferences and potentially the PAR2 MH paper.