All Versions
17
Latest Version
Avg Release Cycle
42 days
Latest Release
-

Changelog History
Page 1

  • v3.0.0-alpha1 Changes

    • ๐Ÿ›  Fix plotly import error (#123)
  • v3.0.0-alpha0 Changes

    January 09, 2022
    • Plot Models (#83)
    • Switch to Plotly (#115)
    • โšก๏ธ Update pre module to return model with the same structure as the model module models (#117)
    • ๐Ÿ—„ Deprecate com module- it might come back later! (#118)
    • Sub-compartments (#84)
  • v2.2.0 Changes

    September 07, 2021
    • โž• Add .remove and .add functions to Model class in model module to add and remove compartments.
  • 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
    
  • v2.1.0 Changes

    • โž• Adds manipulate to manipulate outputs with plots
    • โž• Adds mexport and mimport to model, which allow for exporting and importing models to .js and .json files.
    • โž• Adds version locking to the dependencies. This prevents users from installing incompatible releases when installing the package.
  • v2.0.1 Changes

    August 01, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix key error in model.
  • v2.0.0 Changes

    • Stochastic modelling,
    • Custom models in com module,
    • ๐Ÿ†• 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 plots module,
    • ๐Ÿ‘ Allows for more interaction with data from pre module,
    • ๐Ÿ“‡ 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
    • pre module no longer outputs graphs, and is instead replaced with the plots module 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
    
  • v1.3.2 Changes

    July 24, 2021

    ๐Ÿ› Bug Fixes

    • #88 - Variable declaration error.