Releases: Kwabratseur/AAEI
Releases · Kwabratseur/AAEI
1.5.0
things changed
Full Changelog: v1.2.0...v1.5.0
1.2.0
- 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
- 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.
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
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)