Releases: vankesteren/ProportionalFitting.jl
Releases · vankesteren/ProportionalFitting.jl
v0.6.0
ProportionalFitting v0.6.0
Breaking changes
- Added an option to deal with inconsistent target margins
Merged pull requests:
- Force margin consistency (#32) (@jamesalster)
- Formatting changes + bump version to 0.6.0 (#34) (@vankesteren)
Closed issues:
- Approximate when dimensions are mismatched (#31)
v0.5.0
ProportionalFitting v0.5.0
Breaking changes
- Added a memory-efficient in-place
adjust!()
method
Further improvements
- Various performance improvements
Merged pull requests:
- add efficient in-place adjust!() method (#28) (@vankesteren)
- Pre-compute reshaping in ipf() loop (#29) (@jamesalster)
- Set precision of ipf (#30) (@jamesalster)
- Faster method for convergence (#33) (@jamesalster)
Closed issues:
v0.4.0
ProportionalFitting v0.4.0
Breaking changes
- ProportionalFitting now supports duplicated dimensions in target margins
Further improvements
- Update code style
- Update documentation
- Clean up unnecessary files
Merged pull requests:
- Handle duplicated dimensions (#20) (@jamesalster)
- Constructor bugfix (#21) (@jamesalster)
- Remove Manifest.toml (#22) (@vankesteren)
- Remove manifest v2 (#23) (@vankesteren)
- Update for version 0.4.0 (#26) (@vankesteren)
Closed issues:
v0.3.0
What's Changed
- Rename package by @vankesteren in #14
- Update size method for AF & AM by @vankesteren in #15
Full Changelog: v0.2.0...v0.3.0
v0.2.0
ItPropFit v0.2.0
Closed issues:
- Support multidimensional margins (#4)
Merged pull requests:
- ItPropFit.jl v0.2.0: Multidimensional array margins (#7) (@vankesteren)