* new `ChroNames` class for accessing chromosome and refseq ID mappings (still utilising
`byc["refseq_chromosomes"]` as input, read during init from `rsrc/.../refseq_chromosomes.yaml`)
* `byconaut`: Added a new `plotType=histosparklines` plotting option. It basically modifies
`plot_defaults` parameters for minimal histoplots (no border, no background, small
and narrow), e.g. for use in mouse-overs or in tables
- one can still override those parameters, e.g. with `&plotPars=plotDendrogramWidth=50::plotAreaHeight=32`
![](https://progenetix.org/services/collationplots?filters=pgx:icdom-85003,pgx:icdom-81703,pgx:icdom-80703,pgx:icdom-87003&plotType=histosparklines)
![](https://progenetix.org/services/collationplots?filters=pgx:icdom-85003,pgx:icdom-81703,pgx:icdom-80703,pgx:icdom-87003&plotType=histosparklines&plotPars=plotDendrogramWidth=50::plotAreaHeight=32::plotAreaOpacity=0.5)
* `byconaut`: added option to use sequence id values for plotPars.plot_chros, e.g. `plotPars=plot_width=980::plotChros=NC_000023.11`
* fix: a `g_variants` endpoint w/o any parameter led to a query error
* removal of some `byconaut` code remnants
* some internal reshuffling; e.g. move of export/print helpers to from `cgi_parsing`
to `beacon_response_generation` and `bycon_helpers`