|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.0.1 |
| 4 | +- NEW: perplexity option for interactive plots |
| 5 | +- FIX: horizontal bar plotting in headless environments and inference without config |
| 6 | +- FIX: batch size not multiple error, where during interactive plotting wrong bs would crash the plotting |
| 7 | +- interactive plotting improvements (fix bootstrap/sample behaviour) |
| 8 | +- moved and renamed configuration templates into `bioencoder_configs/` |
| 9 | +- updates to README and citation information; improved installation help |
| 10 | + |
3 | 11 | ## 1.0.0 |
4 | 12 | - NEW: tested with py310 and py311 |
5 | | -- bugfix: model-explorer was broken due to internal code refactoring |
6 | | -- bugfix: config files had faulty defaults |
| 13 | +- FIX: model-explorer was broken due to internal code refactoring |
| 14 | +- FIX: config files had faulty defaults |
7 | 15 |
|
8 | 16 | ## 0.3.1 |
9 | | -- bugfix: export agumentations |
| 17 | +- FIX: export agumentations |
10 | 18 | - improved CLI inference script (better performance: model gets cached) |
11 | 19 | - better documentation in the repo and the config files |
12 | 20 |
|
13 | 21 | ## 0.3.0 |
14 | 22 | - added inference script: extract embeddings from single image |
15 | 23 | - added parameter to show samples of image augmentations, and an argument to do a training dry run |
16 | | -- more sensible LR finder options (e.g. to chuck more from beginning or end of range |
| 24 | +- more sensible LR finder options (e.g. to chuck more from beginning or end of range) |
17 | 25 | - better annotated config files with default values |
18 | 26 |
|
19 | 27 | ## 0.2.1 |
20 | | -- bugfix: broken plotting function |
| 28 | +- FIX: broken plotting function |
21 | 29 | - fixed various typos in config files |
22 | 30 | - enhanced plotting functions |
23 | 31 |
|
|
0 commit comments