Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Aug 22, 2024
1 parent 8403641 commit c17e419
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# CHANGELOG

## 0.3.0

- Add support typing information according to PEP 561.

## 0.2.0

- Add `Attention` base class, `MultiHeadAttention`, and `ScaledDotProductAttention` classes.
- Add `branch_network` and `trunk_network` arguments to `DeepONet` to allow for custom network architectures.
- Add `MaskedOperator` base class.
- Add `DeepCatOperator`.
- Restructure documentation, separating notebooks into tutorials and how-to guides.
- Add support typing information according to PEP 561.

## 0.1.0

Expand Down

0 comments on commit c17e419

Please sign in to comment.