Skip to content

Releases: Kwabratseur/AAEI

1.5.0

05 Sep 11:49
b693bdb
Compare
Choose a tag to compare

things changed

Full Changelog: v1.2.0...v1.5.0

1.2.0

05 May 08:30
a10fa47
Compare
Choose a tag to compare
  • Added ext argument
  • No argument will export Formula - Dose response
  • Argument ext will export formula - Dose response - response type (not compatible with paraview macro)
    pip install aaei ".[Viz]"
    mkdir health_effects
    cd health_effects
    AEI CopyExamples
    AEI Run viz pivot=Batch_Report_Target.csv

v1.1.0

18 Jan 23:43
1d5321d
Compare
Choose a tag to compare
  • Added CopyExample argument
  • fixed output name

Example code:

pip install aaei ".[Viz]"
mkdir health_effects
cd health_effects
AEI CopyExamples
AEI Run viz pivot=Batch_Report_Target.csv

Small setup fix.

17 Jan 23:02
aeecb7e
Compare
Choose a tag to compare

Installation

  • Download the .tar.gz
  • Install allowable python
  • eg.: sudo dnf (apt-get) install python3.8
  • bootstrap pip: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  • sudo python3.8 get-pip.py
  • Install AAEI:
  • sudo pip3.x install aaei-1.0.tar.gz[Viz]
  • Without the Viz label, visualization tools will not be installed (Matplotlib, Seabornd and Plotly)

Changes

  • project metadata

Pre Release

17 Jan 22:13
5535783
Compare
Choose a tag to compare
Pre Release Pre-release
Pre-release

Installation

  • Download the .tar.gz
  • Install allowable python
  • eg.: sudo dnf (apt-get) install python3.8
  • bootstrap pip: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  • sudo python3.8 get-pip.py
  • Install AAEI:
  • sudo pip3.x install aaei-1.0.tar.gz[Viz]
  • Without the Viz label, visualization tools will not be installed (Matplotlib, Seabornd and Plotly)