Skip to content

Commit

Permalink
Merge pull request #29 from PixelgenTechnologies/chore-prep-0.15.2-re…
Browse files Browse the repository at this point in the history
…lease

Prepare Pixelator 0.15.2 release
  • Loading branch information
johandahlberg authored Oct 23, 2023
2 parents eb15ed2 + a205c2f commit fedceec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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).

## [UNRELEASED] - ...
## [0.15.2] - 2023-10-23

### Fixed

* Fixed broken pixeldataset aggregation for more than two samples.
* Fixed a bug in graph generation caused by accidentally writing the index to the parquet file.
For backwards compatiblity, if there is an column named `index`` in the edgelist, this
For backwards compatiblity, if there is an column named `index` in the edgelist, this
will be removed and the user will get a warning indicating that this has happened.

## [0.15.1] - 2023-10-18
Expand Down
4 changes: 4 additions & 0 deletions tests/test_pixeldataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,10 @@ def test_aggregation_all_samples_show_up(
tmp_path,
setup_basic_pixel_dataset,
):
# There used to be a bug (EXE-1186) where only the first two samples
# were actually aggregated. This test is here to catch that potential
# problem in the future.

dataset_1, *_ = setup_basic_pixel_dataset
dataset_2 = dataset_1.copy()
dataset_3 = dataset_1.copy()
Expand Down

0 comments on commit fedceec

Please sign in to comment.