|
| 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 | + |
1 | 28 | 0.0.2 (September 19, 2019) |
2 | 29 | ========================== |
3 | 30 | This release comes with a **lot** of new changes, including: |
|
0 commit comments