All Versions
17
Latest Version
Avg Release Cycle
42 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0-alpha1 Changes
- ๐ Fix plotly import error (#123)
-
v2.2.0 Changes
September 07, 2021- โ Add
.removeand.addfunctions toModelclass inmodelmodule to add and remove compartments.
- โ Add
-
v2.1.2 Changes
August 01, 2021๐ Bug Fix
- ๐ Fix a bug introduced in the previous release.
-
v2.1.1 Changes
August 01, 2021๐ Bug Fixes
- ๐ Fix key error in
model.
Install:
npm i @epispot/epijs@2.1.1 - ๐ Fix key error in
-
v2.1.0 Changes
- โ Adds
manipulateto manipulate outputs withplots - โ Adds
mexportandmimporttomodel, which allow for exporting and importing models to.jsand.jsonfiles. - โ Adds version locking to the dependencies. This prevents users from installing incompatible releases when installing the package.
- โ Adds
-
v2.0.1 Changes
August 01, 2021๐ Bug Fixes
- ๐ Fix key error in
model.
- ๐ Fix key error in
-
v2.0.0 Changes
- Stochastic modelling,
- Custom models in
commodule, - ๐ New pre-built compartments for you to use in
comp, including:- Susceptible,
- Exposed,
- Infected,
- Hospitalized,
- Critical,
- Recovered,
- Dead,
- and Vaccinated compartments,
- A new utils compartment, which has epidemiological related utilities,
- ๐ Bug fixes,
- Customizable plotting, with the
plotsmodule, - ๐ Allows for more interaction with data from
premodule, - ๐ And metadata on the web, through
EpiJS.about,EpiJS.version, etc. ## ๐ What makes this a major release? ๐ This release is a major release for 2 reasons: - โฌ๏ธ Drops 10.x support
- Syntax for functions/classes was changed with stochastic models
premodule no longer outputs graphs, and is instead replaced with theplotsmodule for graphs.
๐ This release is also an LTS release, so bug fixes and security fixes for a while now.
-
v1.3.3 Changes
August 01, 2021๐ Bug Fixes
- ๐ Fix key error in
model.
Install with:
npm i @epispot/epijs@1.3.3 - ๐ Fix key error in
-
v1.3.2 Changes
July 24, 2021๐ Bug Fixes
- #88 - Variable declaration error.