Skip to content

Commit

Permalink
Merge pull request #60 from DSD-DBS/changelog_update
Browse files Browse the repository at this point in the history
docs: update CHANGELOG.md
  • Loading branch information
unexcellent authored Dec 9, 2024
2 parents 892060b + 46ee2d7 commit ce702f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ Release
## 3.3.0
- Introduce support for Python 3.13

### 3.3.1
- Add DeprecationWarnings for all functionalities, that have changed in 4.0.0

# 4.0.0
New Major changes to RailLabel! Over the time two major use cases for this package have crystalized. The first one are the users of the data sets published by Deutsche Bahn. The second one are the contractors providing the annotations. Since the two groups have vastly different requirements for this package, we decided to split it accordingly.

Expand All @@ -114,3 +117,6 @@ Other breaking changes:
New features:
- `raillabel.json_format` has been introduced as an interface between the JSON format and the `raillabel` classes
- `raillabel.scene_builder.SceneBuilder` is now available to easily build scenes for testing purposes

# 4.1.0
- Add value arguments to `SceneBuilder.add_bbox()`, `SceneBuilder.add_cuboid()`, `SceneBuilder.add_poly2s()`, `SceneBuilder.add_poly3d()` and `SceneBuilder.add_seg3d()` like `SceneBuilder.add_bbox(pos=Point2d(1.0, 2.0))`

0 comments on commit ce702f2

Please sign in to comment.