File tree Expand file tree Collapse file tree
Cx_PlanningServiceResponse Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 0.9.1 ] 2024-06-24
99
1010* Zenodo DOI generation
1111
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ doctest_optionflags = [
7676# ============================================================================
7777
7878[tool .bumpversion ]
79- current_version = " 0.9.0 "
79+ current_version = " 0.9.1 "
8080message = " Bump version to {new_version}"
8181commit = true
8282tag = true
Original file line number Diff line number Diff line change 2525__copyright__ = "ETH Zurich, Princeton University"
2626__license__ = "MIT License"
2727__email__ = "kenny@arch.ethz.ch"
28- __version__ = "0.9.0 "
28+ __version__ = "0.9.1 "
2929
3030
3131HERE = os .path .dirname (__file__ )
Original file line number Diff line number Diff line change 11"""
22Application Settings.
33
4- COMPAS XR v0.9.0
4+ COMPAS XR v0.9.1
55"""
66
77from ghpythonlib .componentbase import executingcomponent as component
Original file line number Diff line number Diff line change 11"""
22Settings for Firebase.
33
4- COMPAS XR v0.9.0
4+ COMPAS XR v0.9.1
55"""
66
77import json
Original file line number Diff line number Diff line change 11"""
22Get Trajectory Request Component.
33
4- COMPAS XR v0.9.0
4+ COMPAS XR v0.9.1
55"""
66
77from compas_eve import Subscriber
Original file line number Diff line number Diff line change 33
44The Sync Result component is used to consolidate all user-defined inputs for the resulting trajectory and coordinate them into a single, unified trajectory.
55
6- COMPAS XR v0.9.0
6+ COMPAS XR v0.9.1
77"""
88
99from ghpythonlib .componentbase import executingcomponent as component
Original file line number Diff line number Diff line change 11"""
22Planning service response.
33
4- COMPAS XR v0.9.0
4+ COMPAS XR v0.9.1
55"""
66
77from compas_eve import Publisher
Original file line number Diff line number Diff line change 33
44Gets trajectories to be executed by a robot.
55
6- COMPAS XR v0.9.0
6+ COMPAS XR v0.9.1
77"""
88
99from compas_eve import Subscriber
Original file line number Diff line number Diff line change 11"""
22Component to define COMPAS XR options.
33
4- COMPAS XR v0.9.0
4+ COMPAS XR v0.9.1
55"""
66
77from ghpythonlib .componentbase import executingcomponent as component
You can’t perform that action at this time.
0 commit comments