Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dputhier committed Nov 6, 2021
1 parent b553ecf commit cf452f7
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@

# Changelog

## v1.5.2

### Bug Fixes

* Force pillow version betwwen 7.0.0 and 8.3.2

### API/CLI Changes


### Code changes


### New Features


## v1.5.1

### Bug Fixes

* Fix "Index.ravel() returning a np.ndarray is deprecated" in pandas.

* Fix pillow requirements (8.4.0).
* Fix pillow requirements (8.4.0).

* Add requirement for libjpeg-devel installation in build_wheels.sh (pillow requirement).

Expand All @@ -19,7 +34,6 @@
### Code changes



### New Features


Expand Down Expand Up @@ -59,7 +73,7 @@
### New Features

* OLOGRAM now gives the p-value for S as fitted through a Beta distribution. However, Beta distributions are harder to fit, since
unavoidable small errors in the estimation of the skewness and kurtosis will propagate. In practice it is preferable to approximate this with a Negative Binomial. This will be explained in the manuscript.
unavoidable small errors in the estimation of the skewness and kurtosis will propagate. In practice it is preferable to approximate this with a Negative Binomial. This will be explained in the manuscript.


## v1.3.0
Expand Down Expand Up @@ -516,8 +530,8 @@ verbosity level.
### New Features

* Added -j/--sort-features to ologram. Controls the feature sorting in
barplot diagram. Changed doc accordingly.
barplot diagram. Changed doc accordingly.

* The positional argument 'bigwiglist' in mk_matrix has been replaced by -y.

* The verbosity argument now must take a value (0-4).
Expand Down

0 comments on commit cf452f7

Please sign in to comment.