Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ItPropFit.jl v0.2.0: Multidimensional array margins #7

Merged
merged 37 commits into from
Aug 26, 2022
Merged

Conversation

vankesteren
Copy link
Owner

Big overhaul of the API, but maintaining some of the ease-of-use / qol interface of v0.1.0.

Fixes #4

vankesteren and others added 30 commits August 1, 2022 20:54
- ArrayDims are now DimIndex (should maybe be DimIndices?)
- add uniqueness check
- add docs
- update issorted method
- Fix reference to DimIndices in docs
- Add size method
- Remove buggy sorting stuff
- Find failure
- remove weird sorting code
- Now works with arbitrary DimIndices
- Fixed the size method
- Also fixed the size method for ArrayMargins
- add DimIndices tests
- add ArrayMargins tests
- overhaul ArrayFactors tests
- also add getindex method for dimindices
- remove original ipf
- add convenience interface for new ipf
- adjust tests
- move consistency tests to ArrayMargins
- Add consistency checks to test
- Add margin transform to export
- Fix small bug with inconsistent margin info message
The new algorithm is quite a bit faster!
@vankesteren vankesteren merged commit e14c246 into main Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multidimensional margins
1 participant