Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

CI/CD improvements #39

Merged
merged 19 commits into from
Feb 4, 2019
Merged

CI/CD improvements #39

merged 19 commits into from
Feb 4, 2019

Conversation

jmsfltchr
Copy link
Contributor

@jmsfltchr jmsfltchr commented Feb 1, 2019

  • Adds an end-to-end test that depends upon grakn-kglib from the PyPi test server
  • Splits out example from main source
    -Updates READMEs, now there is one for the KGCN example, one for KGCN general usage, and one for the whole repo
  • Updates some example schema used for the Vienna meetup 29/01/2019

Addresses #35 #36 #37 #31 #30

@jmsfltchr jmsfltchr added this to the v0.1 milestone Feb 1, 2019
@jmsfltchr jmsfltchr self-assigned this Feb 1, 2019
@jmsfltchr jmsfltchr requested a review from lolski February 1, 2019 15:33
Copy link
Member

@lolski lolski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. minor nitpicks which you should just fix on the next PR

**Requirements:**

- Python 3.6.3 < version < 3.7 ([tensorflow doesn't yet support Python 3.7](https://github.com/tensorflow/tensorflow/issues/17022))
- kglib installed from pip: `pip install --extra-index-url https://test.pypi.org/simple/ grakn-kglib`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs to be changed to the proper url before release

# Params for persisting to files
DIR = os.path.dirname(os.path.realpath(__file__))
TIMESTAMP = time.strftime("%Y-%m-%d_%H-%M-%S")
# BASE_PATH = f'{DIR}/dataset/{NUM_PER_CLASS}_concepts/'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove dead codes like these?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we can ;)

@lolski lolski merged commit e0907a0 into typedb:master Feb 4, 2019
@jmsfltchr jmsfltchr deleted the release-improvements branch February 11, 2019 13:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants