Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
milescsmith authored Nov 13, 2023
1 parent 0642405 commit 540292b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,42 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

** [0.5.2] - 2023-09-05
# [0.5.2] - 2023-09-05

*** Change
## Change

- Update dependancies and remove unnecessary development deps.


** [0.5.1] - 2023-07-18
# [0.5.1] - 2023-07-18

*** Change
## Change

- Remove ProgressParallel class. Replace all uses of this class with `joblib.Parallel`, passing "return_as=generator"
to speed things up/reduce memory usage


** [0.5.0] - 2023-07-17
# [0.5.0] - 2023-07-17

*** Change
## Change

- Overhaul how the conversions and writing work so that they are now
performed using a modified form of `joblib.Parallel`
- Replaced all for loops with using the Parallel/delayed combo
- Replace `typer.progressbar` with `tqdm.rich` (because the latter works with the modified
`joblib.Parallel` class)

** [0.4.2] - 2023-07-17
# [0.4.2] - 2023-07-17

*** Fix
## Fix

- Minimum python version
- running `plinkliftover` with no arguments now shows the help


** [0.4.1]
# [0.4.1]

*** Added
## Added

- Updated gitignore

Expand Down

0 comments on commit 540292b

Please sign in to comment.