-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Motive:
- need a stable interface/types for serializing distributions.jl
- needs to play nice with other sample belief types, aka MKD, heatmaps, KDEs, etc.
Conditions for avoiding a new package and simply used the built in features of:
Otherwise create a new package to stabilize API:
- create the new package NavAbility/DistributionsJSON.jl (Apache 2), likely including code such as:
Base.@kwdef struct PackedCategorical <: PackedSamplableBelief - include readme explaining the v1 reexport conditions above so that DistributionsJSON.jl can be archived as soon as JSON v1 and Distributions. v1 are released.