-
Notifications
You must be signed in to change notification settings - Fork 2
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: diffgram/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3fb6404
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: diffgram/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f5ccd7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 6 files changed
- 1 contributor
Commits on Jun 17, 2022
-
Upgrade to use class object instead of json
-> Before we were using the json which introduced some potential confusion now it uses the directory object -> Move functions inside class -> Move default setting inside here... the API returning default in that way still not best but working in existing pattern
Configuration menu - View commit details
-
Copy full SHA for 68dd9cc - Browse repository at this point
Copy the full SHA 68dd9ccView commit details -
Seperate concerns and improve startup
-> move default dir and label setting to optional and more cleanly define at init instead of inside auth -> use new directory class -> use new get_directory_list() -> get dir now checks if none -> Added print statements for now since still so much changing but those can be optional log statements in future of course
Configuration menu - View commit details
-
Copy full SHA for e38117c - Browse repository at this point
Copy the full SHA e38117cView commit details -
only schema is needed not directory id (changing API side too)
Configuration menu - View commit details
-
Copy full SHA for 4ac6e86 - Browse repository at this point
Copy the full SHA 4ac6e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72a041 - Browse repository at this point
Copy the full SHA a72a041View commit details -
only needed in some cases, heavy requirement to put here
Configuration menu - View commit details
-
Copy full SHA for 2b4dbdd - Browse repository at this point
Copy the full SHA 2b4dbddView commit details -
Fix init bug - this was preventing to_tensorflow() from working
init_file_ids asumes the id was already set but for now refresh_from_dict pattern means the id is set after init so refactor `init_files()` and call it after... We will need to work on this more Luckily at least now it's refactored to `convert_json_to_sdk_object()` so we have it only in one place
Configuration menu - View commit details
-
Copy full SHA for 3f5ccd7 - Browse repository at this point
Copy the full SHA 3f5ccd7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3fb6404...3f5ccd7