diff --git a/AUTHORS.rst b/AUTHORS.rst index 483e7f9..e4eec4e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -7,6 +7,12 @@ Primary author Tom Arne Pedersen Tom.Arne.Pedersen@dnv.com +Claas Rostock +claas.rostock@dnv.com + +Minos Hemrich +Minos.Hemrich@dnv.com + Testers --------------- * Grunde Løvoll diff --git a/HISTORY.rst b/HISTORY.rst index 90316df..08d0c49 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,15 @@ History ======= +0.3.0 (2024-04-10) +------------------ + +Changed + +* using types from maritime schema +* lat/lon used instead of north/east +* the generated output files are using "maritime" units: knots and degrees + 0.2.0 (2024-01-11) ------------------ diff --git a/README.md b/README.md index ce150bc..ae5094b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ See Poetry's documentation for information of how to install and set up. See above notes about creating and using a virtual environment. To install the package, including dev and doc dependencies: ```sh -$ cd TMA_ship_traffic_generator +$ cd ship_traffic_generator $ poetry install $ poetry install --with dev,docs ``` diff --git a/pyproject.toml b/pyproject.toml index dc1347e..749484c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trafficgen" -version = "0.2.0" +version = "0.3.0" description = "Automatic generation of ship traffic situations from a set of predefined situations" authors = ["Tom Arne Pedersen "] license = "License stuff here" # FIXME