-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactoring, documentation and more #26
Conversation
owlapy/__init__.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please increment the version version = '0.2'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but didn't we say 1.0.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes you are right 👍
__slots__ = '_operands' | ||
type_index: Final = 4005 | ||
type_index: Final = 4004 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know the meaning of the type index 4005
and why it has been incremented
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its an index to track the order of the owl entities but this is a bit strange because I don't remember changing its value
Should I proceed with the new release @Demirrr ? |
Yes please |
Completed task 2 and 3 mentioned on the second comment on issue Refactoring suggestions #11
owlapy.model
is disbandedowlapy.owl2sparql
is also removed,converter.py
moved directly underowlapy
Fulfilled point 2 and 3 mentioned on issue Using inheritance #15 for the reset of the classes.
get_iri()
is now completely removediri
to get the iri,str
to all classes which have an iri.Updated documentation
README.md
in accordanceMade some fixes here and there