Commit 403c119
committed
Bump to 0.2.0: the VAE fixes never actually shipped
The v0.1.1 tag was cut as a docs-only release two days before the VAE
rework (genuine beta-TC-VAE objective, latent-space generation/
interpolation actually producing molecules) merged to main -- so every
`pip install molgen` today gets the pre-fix code while the README
documents the post-fix behavior. Verified: a fresh 0.1.1 install has no
`vae-train`/`vae-sample`/`vae-interpolate` subcommands at all (CLI
rejects them as invalid choices), and the underlying generation code
still contains the bug the changelog already described as fixed.
This bump plus a real GitHub release is what actually gets the fix to
users; moved the changelog's `[Unreleased]` entries under a new
`[0.2.0]` heading to match.1 parent 49a03a9 commit 403c119
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments