Bijections.jl icon indicating copy to clipboard operation
Bijections.jl copied to clipboard

Bijection datatype for Julia.

Results 5 Bijections.jl issues
Sort by recently updated
recently updated
newest added

A suggestion for simplifying the code: It's not necessary to have dedicated `domain` and `range` fields, because the domain and range can be obtained with `keys(f)` and `keys(finv)`. In fact,...

This would be my suggestion to close #30 It partially reverts #39, re-adding the functionality, documentation, and tests, but renaming `*` to `∘` and implementing it in terms of a...

I think we're pretty much ready to release `v1.0.0`. I've already made sure the `CHANGELOG` is up to date. Unless we can think of anything else, the only remaining steps...

As of right now, `*` or composition of `Bijection`s doesn't respect the dictionary types. We should think about them before releasing 1.0. If we are not sure, we should remove...