Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cumbof committed Aug 5, 2024
1 parent 0c81a5b commit 82259c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- Add the `subtraction` operator to the `arithmetic` module;
- Add `__sub__` to `space.Vector` that makes use of `arithmetic.subtraction` to element-wise subtract two Vector objects;
- Add `space.Vector.subtraction` to element-wise subtract a vector from a Vector object inplace;
- Add `graph.Graph` to build vector-symbolic representations of directed and undirected, weighted and unweighted graphs;
- Extend [test/test.py](https://github.com/cumbof/hdlib/blob/main/test/test.py) with new unit tests.

Expand Down

0 comments on commit 82259c7

Please sign in to comment.