Skip to content

Commit

Permalink
Merge pull request #153 from NEST/prf/152_update_NEWS
Browse files Browse the repository at this point in the history
Update NEWS
  • Loading branch information
Paszty, Nick {MDBE~South San Francisco} authored and GitHub Enterprise committed Dec 14, 2020
2 parents 61d192a + 3b46bae commit e5549e8
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# goshawk 0.1.6

### Enhancements
* Added optional rug plot to `g_density_distribution_plot`.
* Support custom line type and custom symbol in `g_lineplot`.
* Added minimum records threshold to `g_lineplot`.
* Allow changing the font size of values in the `g_lineplot` table. Also changed the name of the `font_size` argument to `plot_font_size`.

### Miscellaneous
* `g_boxplot`
- Argument changes: `facet` --> `facet_var`
* `g_density_distribution_plot`
- Rug plot option added.
* `g_lineplot`:
- Argument changes: `font_size` --> `plot_font_size`
- Line and symbol type can now be configured. especially useful if line splitting is used.
- Added minimum records threshold.
- Table font size can now be controlled.
- Decreased width of error bars.
- Horizontal and columned legend orientation.

### General
* Added additional validation and description for the `loq_legend` argument.
* Decreased width of error bars in `g_lineplot`.
* Set legend label as variable label attribute of `trt_group` across all modules.
* Change `facet` to `facet_var` in `g_boxplot`.
* Set legend orientation horizontal in `g_lineplot`.

# goshawk 0.1.5

Expand Down

0 comments on commit e5549e8

Please sign in to comment.