packages feed

bins-0.1.2.0: CHANGELOG.md

# Changelog

Version 0.1.2.0
---------------

*October 4, 2019*

<https://github.com/mstksg/backprop/releases/tag/v0.1.2.0>

*   Add `expandFin` and `unexpandFin`, meant to make conversion between
    `Pointed` and `Finite` more streamlined.

Version 0.1.1.1
---------------

*August 31, 2018*

<https://github.com/mstksg/backprop/releases/tag/v0.1.1.1>

*   Exported *binView*, which was mistakenly hidden.

Version 0.1.1.0
---------------

*August 21, 2018*

<https://github.com/mstksg/backprop/releases/tag/v0.1.1.0>

*   Added `pointed`, convenient church-style deconstructor for `Pointed` data
    type.
*   Added `binFinExt` and `binFinComp`, for "extended" and "compressed"
    `Finite` indices out of `Bin`s.

Version 0.1.0.0
---------------

*August 20, 2018*

<https://github.com/mstksg/backprop/releases/tag/v0.1.0.0>

*   Initial release