Skip to content

Commit

Permalink
update CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Apr 29, 2022
1 parent 73a684c commit cd47450
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ the quantity class `weldx.Q_` like this:
.. code-block:: python
my_number = 42.0
my_number_wrapped = weldx.Q_(my_number, "")
my_number_wrapped = weldx.Q_(my_number, "meter")
Furthermore, a new class called `GenericSeries` was added. It provides a common interface to describe coordinate-based data either by discrete values or mathematical expressions. A built-in mechanism lets you derive specialized series with specific requirements. For more information, have a look `at the new tutorial <https://weldx.readthedocs.io/en/v0.6.0/tutorials/generic_series.html>`__ .

added
=====

- `DynamicShapeSegment` [:pull:`713`]
- `DynamicShapeSegment` [:pull:`713`]

- `SpatialSeries` and `DynamicTraceSegment` [:pull:`699`]

Expand Down

0 comments on commit cd47450

Please sign in to comment.