Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Changelog follow the https://keepachangelog.com/ standard (at least the headers)

-->

## [0.0.1] - 2026-06-10
## [1.0.0] - 2026-06-10

* Initial release

<!-- mdlint off(LINK_UNUSED_ID) -->

[0.0.1]: https://github.com/google/hackable_diffusion/releases/tag/v0.0.1]
[1.0.0]: https://github.com/google/hackable_diffusion/releases/tag/v1.0.0]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ If Hackable Diffusion was helpful for a publication, please cite this repository
author = {Crepy, Clement and De Bortoli, Valentin and Galashov, Alexandre and Greff, Klaus and Korshunova, Ira},
title = {{Hackable Diffusion}: A modular toolbox written in Jax to experiment and educate around Diffusion modeling.},
url = {https://github.com/google/hackable_diffusion},
version = {0.0.1},
version = {1.0.0},
year = {2026},
note = {Authors listed in alphabetical order by the last name},
}
Expand Down
2 changes: 1 addition & 1 deletion hackable_diffusion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""Hackable Diffusion."""

__version__ = "0.0.1"
__version__ = "1.0.0"
Loading