Skip to content

Commit

Permalink
Prepared a new release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Sep 3, 2023
1 parent f07ed2f commit 59eb41a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
8 changes: 8 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.0] - 2023-09-03
Improvements and fixes following update of EMHASS code v0.5.0
### Improvement
- Finally added support for ingress thanks to the work from @siku2
- Added a devcontainer and pave the way for ingress access
### Fix
- Added some code to fix some numerical syntax issues in tables

## [0.3.16] - 2023-08-11
Improvements and fixes following update of EMHASS code v0.4.15
### Improvement
Expand Down
4 changes: 2 additions & 2 deletions emhass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /usr/src

# copy the requirements file into the image
COPY ./requirements.txt /usr/src/requirements.txt
#COPY ./emhass-0.4.11-py3-none-any.whl /usr/src/emhass-0.4.11-py3-none-any.whl
# COPY ./emhass-0.5.0-py3-none-any.whl /usr/src/emhass-0.5.0-py3-none-any.whl

# Setup
RUN apt-get update \
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN apt-get update \
#&& pip3 install netCDF4==1.5.4 \
&& pip3 install --extra-index-url=https://www.piwheels.org/simple --no-cache-dir -U setuptools wheel \
&& pip3 install --extra-index-url=https://www.piwheels.org/simple --no-cache-dir -r requirements.txt \
#&& pip3 install emhass-0.4.11-py3-none-any.whl \
# && pip3 install emhass-0.5.0-py3-none-any.whl \
&& apt-get purge -y --auto-remove \
python3-pip \
python3-dev \
Expand Down
2 changes: 1 addition & 1 deletion emhass/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EMHASS
description: Energy Management for Home Assistant
url: https://github.com/davidusb-geek/emhass
version: 0.3.16
version: 0.4.0
slug: emhass
arch:
- aarch64
Expand Down
7 changes: 4 additions & 3 deletions emhass/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
numpy==1.22.2
pandas==1.4.1
six==1.16.0
pvlib>=0.9.1
scipy<1.9.0
pvlib>=0.10.1
protobuf>=3.0.0
pytz>=2021.1
requests>=2.25.1
beautifulsoup4>=4.9.3
pulp>=2.4
pyyaml>=5.4.1
tables==3.7.0
skforecast==0.9.1
flask>=2.0.3
waitress>=2.1.1
plotly>=5.6.0
emhass==0.4.15
emhass==0.5.0
#git+https://github.com/davidusb-geek/emhass

0 comments on commit 59eb41a

Please sign in to comment.