Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
bdvllrs committed Mar 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e36ad74 commit 8565560
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,15 @@ refers to `DeterministicGlobalWorkspace`.
to remove "Deterministic".
* Remove all config related functions. This is not the role of this repo.

# 0.4.1
# 0.5.0
* Replace loss coef buffers by a `LossCoef` TypedDict.
* Add
[`RepeatedDataset`](https://bdvllrs.github.io/shimmer/shimmer/dataset.html#RepeatedDataset)
to shimmer.
* Add docs in `docs/`, API documentation in https://bdvllrs.github.io/shimmer/, and
some code examples.
* Replace Black, isort, and flake8 with Ruff (see
https://github.com/bdvllrs/shimmer/pull/8).
* Remove `GWInterfaces` entirely and favor giving encoders and decoders directly to the
`GWModule`. See the updated example `examples/main_example/train_gw.py` to see what
changes to make.
changes to make (see https://github.com/bdvllrs/shimmer/pull/9).

0 comments on commit 8565560

Please sign in to comment.