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

rfctr: normalize and document #165

Merged
merged 3 commits into from
May 23, 2019
Merged

rfctr: normalize and document #165

merged 3 commits into from
May 23, 2019

Conversation

scanny
Copy link
Contributor

@scanny scanny commented May 22, 2019

Normalizing method order and documenting along the way of learning this new module.

No code changes, just reordering.
@coveralls
Copy link

coveralls commented May 22, 2019

Coverage Status

Coverage increased (+0.009%) to 98.469% when pulling 5703d09 on normalize-and-document into 2739e27 on master.

* Use "matrix" instead of "slice" for objects that contain row and
  column vectors and are used by the _Assembler object. We already use
  the term "slice" for the interface object and it's unnecessarily
  confusing to overload that name for a subordinate object.

* Extract vector objects into vector module and matrix objects into
  matrix module, leaving core frozen-slice objects in slices module.
Create a factory for matrix-object construction in matrix module.
@scanny scanny requested a review from slobodan-ilic May 23, 2019 04:03
@slobodan-ilic
Copy link
Contributor

Everything looks great. I'll merge and we can continue from master. We don't need a release just yet, probably.

@slobodan-ilic slobodan-ilic merged commit bd3fff9 into master May 23, 2019
@scanny scanny deleted the normalize-and-document branch May 23, 2019 23:20
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.

None yet

3 participants