Skip to content

Commit c2d9a64

Browse files
committed
[DOC] Update CHANGELOG for 0.0.3 [skip ci]
1 parent 991226e commit c2d9a64

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
0.0.3 (November 26, 2019)
2+
=========================
3+
A new release with some added features but primarily a good bit of re-arranging
4+
in the primary ``abagen.get_expression_data()`` workflow. Notable changes
5+
include:
6+
7+
- New parameters ``region_agg``, ``agg_metric``, ``sample_norm``, and
8+
``gene_norm`` (the latter of which supplants ``donor_norm``), controlling how
9+
microarray samples are normalized and aggregated across donors;
10+
- Large reductions in memory usage (#130), such that the primary workflow
11+
should only use ~2GB of RAM at its peak; and,
12+
- Migration to CircleCI for all testing purposes!
13+
14+
* [REF] Adds option to suppress norm warnings (#132), @rmarkello
15+
* [ENH,REF] Adds new `region_agg` parameter (#131), @rmarkello
16+
* [REF] Massive reduction in memory usage (#130), @rmarkello
17+
* [FIX] Solves pandas bug with max_variance method (#128), @gifuni
18+
* [STY] Fixes trailing whitespace (#129), @rmarkello
19+
* [FIX] Fixes strange TypeError for pc_loading (#1), @rmarkello
20+
* [REF] Ensures integer DataFrame when `return_count=True` (#127), @rhannema
21+
* [ENH] Add fetcher for donor info (#126), @Ellen8780
22+
* [REF,ENH] Modifies and adds normalization procedures (#119), @rmarkello
23+
* [TEST] Updating CircleCI build (#122), @rmarkello
24+
* [TEST] TravisCI --> CircleCI (#121), @rmarkello
25+
* [REF] Removes `.get_data()` nibabel calls (#120), @rmarkello
26+
* [FIX] Specify `engine='python'` in pandas queries (#117), @VinceBaz
27+
128
0.0.2 (September 19, 2019)
229
==========================
330
This release comes with a **lot** of new changes, including:

0 commit comments

Comments
 (0)