Skip to content

Refactored Relation, Table and Base - #55

Merged
fabiansinz merged 3 commits into
datajoint:masterfrom
eywalker:master
May 8, 2015
Merged

Refactored Relation, Table and Base#55
fabiansinz merged 3 commits into
datajoint:masterfrom
eywalker:master

Conversation

@eywalker

@eywalker eywalker commented May 8, 2015

Copy link
Copy Markdown
Contributor

Three classes and its respective module names have been refactors as following:

  • Relation -> RelationalOperand
  • relation.py -> relational_operand.py
  • Table -> FreeRelation
  • table.py -> free_relation.py
  • Base -> Relation
  • base.py -> relation.py

These are major name changes, so please make sure to base any future work off of this.

fabiansinz added a commit that referenced this pull request May 8, 2015
Refactored Relation, Table and Base
@fabiansinz
fabiansinz merged commit 583d39e into datajoint:master May 8, 2015
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.

2 participants