Skip to content

Commit bc8af3f

Browse files
committed
update changelog
1 parent f0713e8 commit bc8af3f

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
# Changelog
22

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+
311
## 1.0.0
412
- 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
715

816
## 0.3.1
9-
- bugfix: export agumentations
17+
- FIX: export agumentations
1018
- improved CLI inference script (better performance: model gets cached)
1119
- better documentation in the repo and the config files
1220

1321
## 0.3.0
1422
- added inference script: extract embeddings from single image
1523
- 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)
1725
- better annotated config files with default values
1826

1927
## 0.2.1
20-
- bugfix: broken plotting function
28+
- FIX: broken plotting function
2129
- fixed various typos in config files
2230
- enhanced plotting functions
2331

0 commit comments

Comments
 (0)