Skip to content

Commit

Permalink
Merge pull request #7 from Geode-solutions/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
JulienChampagnol authored Jul 18, 2024
2 parents a834162 + cf9b185 commit 7555b50
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 27 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# CHANGELOG

## v0.2.0-rc.1 (2024-07-17)

### Feature

* feat(cli): dynamic port and volume in cli ([`72a087c`](https://github.com/Geode-solutions/GeodeApp-Viewer/commit/72a087c5520fa386c6ef75a139b276f048d9bbf0))

### Fix

* fix(imports): remove dotenv ([`1760d4b`](https://github.com/Geode-solutions/GeodeApp-Viewer/commit/1760d4bf9013f1b7be7d45f85d36dbf5c161f34f))

### Unknown

* Merge pull request #6 from Geode-solutions/feat/dynamic_port_and_volume

Feat/dynamic port and volume ([`5ddc838`](https://github.com/Geode-solutions/GeodeApp-Viewer/commit/5ddc838d0103d46d5283add3b1ddee31eecd6185))

* cleaner imports ([`9052f3c`](https://github.com/Geode-solutions/GeodeApp-Viewer/commit/9052f3c83cbe74632452a9cbdda4da88aa3f64cd))

* ([`7ad5b36`](https://github.com/Geode-solutions/GeodeApp-Viewer/commit/7ad5b36ab953913c355bbf9a9ca21cd0e1bd2aa3))

## v0.1.0 (2024-06-13)

Expand All @@ -10,7 +28,6 @@

Next ([`46f82c5`](https://github.com/Geode-solutions/GeodeApp-Viewer/commit/46f82c5886461b6a466c4eaeed8ca9c6aded79ed))


## v0.1.0-rc.3 (2024-06-11)

### Feature
Expand All @@ -31,14 +48,12 @@ added script ([`d7b331d`](https://github.com/Geode-solutions/GeodeApp-Viewer/com

* added script ([`81096ab`](https://github.com/Geode-solutions/GeodeApp-Viewer/commit/81096ab8667df5d2c9316c320bdb4af2cf4c92e8))


## v0.1.0-rc.2 (2024-04-02)

### Fix

* fix(gh actions): test trigger semantic-release ([`0ba50a6`](https://github.com/Geode-solutions/GeodeApp-Viewer/commit/0ba50a6cc4d7cfc917082ea91ee77c64b63d9849))


## v0.1.0-rc.1 (2024-04-02)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "GeodeApp-Viewer"
version = "0.1.0"
version = "0.2.0-rc.1"
dynamic = ["dependencies"]
authors = [
{ name="Geode-solutions", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
opengeodeweb-viewer
OpenGeodeWeb-Viewer
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ multidict==6.0.5
# aiohttp
# opengeodeweb-viewer
# yarl
opengeodeweb-viewer==0.1.1
opengeodeweb-viewer==0.2.0
# via -r requirements.in
python-dotenv==1.0.1
# via opengeodeweb-viewer
Expand Down
22 changes: 9 additions & 13 deletions requirements_gpu.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements_gpu.in
Expand All @@ -22,11 +22,11 @@ attrs==23.2.0
# jsonschema
# opengeodeweb-viewer
# referencing
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.50.0
fonttools==4.53.1
# via matplotlib
frozenlist==1.4.1
# via
Expand All @@ -37,8 +37,6 @@ idna==3.6
# via
# opengeodeweb-viewer
# yarl
importlib-resources==6.4.0
# via matplotlib
jsonschema==4.21.1
# via opengeodeweb-viewer
jsonschema-specifications==2023.12.1
Expand All @@ -47,22 +45,22 @@ jsonschema-specifications==2023.12.1
# opengeodeweb-viewer
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.8.3
matplotlib==3.9.1
# via vtk
multidict==6.0.5
# via
# aiohttp
# opengeodeweb-viewer
# yarl
numpy==1.26.4
numpy==2.0.0
# via
# contourpy
# matplotlib
opengeodeweb-viewer[gpu]==0.1.1
opengeodeweb-viewer[gpu]==0.2.0
# via -r requirements_gpu.in
packaging==24.0
packaging==24.1
# via matplotlib
pillow==10.3.0
pillow==10.4.0
# via matplotlib
pyparsing==3.1.2
# via matplotlib
Expand All @@ -82,7 +80,7 @@ rpds-py==0.18.0
# referencing
six==1.16.0
# via python-dateutil
vtk==9.3.0
vtk==9.3.1
# via opengeodeweb-viewer
websocket-client==1.7.0
# via opengeodeweb-viewer
Expand All @@ -92,5 +90,3 @@ yarl==1.9.4
# via
# aiohttp
# opengeodeweb-viewer
zipp==3.18.1
# via importlib-resources
13 changes: 5 additions & 8 deletions src/geodeapp_viewer/app.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
from opengeodeweb_viewer import vtkw_server
import os
import dotenv
# Standard library imports

# Third party imports

basedir = os.path.abspath(os.path.dirname(__file__))
dot_env_path = os.path.join(basedir, "./.env")
if os.path.isfile(dot_env_path):
dotenv.load_dotenv(dot_env_path)
# Local application imports
from opengeodeweb_viewer import vtkw_server


def run_viewer():
vtkw_server.run_server()


if __name__ == "__main__":
run_viewer()

0 comments on commit 7555b50

Please sign in to comment.