Skip to content

Commit

Permalink
Version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gyevnarb committed Feb 3, 2025
1 parent b8dca4e commit ab104c6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 113 deletions.
11 changes: 10 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,23 @@ This page contains a summary of changes between consecutive versions.

The changelog started from v0.3.0.

## 0.3.1 `(minor)`

Fixes:

- A large number of refactoring and minor bugfixes.

## 0.3.0 `(major)`

Features:

- Added comprehensive online documentation (new).
- Unified way to run experiments using config files (new).
- Added simple simulator when CARLA is not desired or available (new).
- Added option to weigh reward factors (upgrade).

Fixes:

- Upgraded all dependencies, in particular, Shapely to newest versions.
- Completely restructered the package hierarchy.
- Bugfixes to macro actions and maneuvers.
- Bugfixes to macro actions and maneuvers.
109 changes: 0 additions & 109 deletions environment.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "igp2"
version = "0.3.0"
version = "0.3.1"
description = "Open-source implementation of the goal recognition and motion planning algorithm IGP2 from the paper: Interpretable Goal-based Prediction and Planning for Autonomous Driving"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -9,7 +9,7 @@ authors = [
{name = "Cillian Brewitt"},
{name = "Samuel Garcin"},
{name = "Massimiliano Tamborski"},
{name = "Stefano Albrecht"}
{name = "Stefano Albrecht"}
]
maintainers = [
{name = "Balint Gyevnar", email = "[email protected]"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = fh.read()

setuptools.setup(name='igp2',
version='0.3.0',
version='0.3.1',
description='Open-source implementation of the goal recognition and motion planning algorithm IGP2 '
'from the paper: Interpretable Goal-based Prediction and Planning for Autonomous Driving',
long_description=long_description,
Expand Down

0 comments on commit ab104c6

Please sign in to comment.