Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
atingber committed Nov 13, 2024
1 parent fe7ea14 commit b171dff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## scenariogeneration release notes

### 2024-11-13 Version 0.14.8

- New features
- Length parameter for signal objects
- Information about road and junction IDs in AssertionError
- xmlschema >= 3.3.1
- Bugfixes
- fix lane link IDs
- fix esmini runner replayer window size handling
- fix coefficient value in lanewidth entry
- IMPORTANT!
STD_ROADMARK_\<RoadMarkType\> has now been depricated and replaced with std_roadmark_\<RoadMarkType\>.
Please replace all references of constants to their function counterparts.

### 2024-09-02 Version 0.14.7

- New features
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

setuptools.setup(
name="scenariogeneration",
version="0.14.7",
version="0.14.8",
license="MPL-2.0",
author="Mikael Andersson, Irene Natale, Andreas Tingberg",
author_email="[email protected]",
description="Generation of OpenSCENARIO and OpenDRIVE xml files",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/pyoscx/scenariogeneration",
download_url="https://github.com/pyoscx/scenariogeneration/archive/v0.14.7.tar.gz",
download_url="https://github.com/pyoscx/scenariogeneration/archive/v0.14.8.tar.gz",
packages=setuptools.find_packages(),
keywords=["OpenDRIVE", "OpenSCENARIO", "xml"],
install_requires=["numpy", "scipy", "pyclothoids", "xmlschema==3.3.1", "lxml"],
install_requires=["numpy", "scipy", "pyclothoids", "xmlschema>=3.3.1", "lxml"],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit b171dff

Please sign in to comment.