-
Notifications
You must be signed in to change notification settings - Fork 30
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
Draft classes of object/opinionated layer #267
Draft
vinisalazar
wants to merge
15
commits into
ioos:main
Choose a base branch
from
vinisalazar:classes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Oct 29, 2022
-
- Add interfaces.py to process responses into third-party library objects
Configuration menu - View commit details
-
Copy full SHA for 68d51dd - Browse repository at this point
Copy the full SHA 68d51ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e60e4e4 - Browse repository at this point
Copy the full SHA e60e4e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a2086 - Browse repository at this point
Copy the full SHA b6a2086View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2961e - Browse repository at this point
Copy the full SHA ff2961eView commit details -
- Use existing dataset - Pass requests_kwargs to 'to_pandas' method
Configuration menu - View commit details
-
Copy full SHA for 85f5233 - Browse repository at this point
Copy the full SHA 85f5233View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5aa1dc - Browse repository at this point
Copy the full SHA e5aa1dcView commit details -
This commit introduces a rough draft of the classes to be introduced in the object/opinionated layer. For now, the subpackage containing them is named 'objects' but that may change in the future. For discussion, see ioos#228. - Add 'objects' subpackage with init module - Add 'objects.py' module with 5 new classes - Methods will be implemented in the following commits.
Configuration menu - View commit details
-
Copy full SHA for 19e38d8 - Browse repository at this point
Copy the full SHA 19e38d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 101d1b0 - Browse repository at this point
Copy the full SHA 101d1b0View commit details -
The '|' operator for typing was introduced in Python 3.10. This import allows previous Python versions to work with this operator.
Configuration menu - View commit details
-
Copy full SHA for b33bd08 - Browse repository at this point
Copy the full SHA b33bd08View commit details -
Simplify constructor method of ERDDAPServer
- code review Co-authored-by: Alex Kerney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9345c93 - Browse repository at this point
Copy the full SHA 9345c93View commit details -
- Rename 'objects' to 'array_like' to avoid clobbering Python built-ins - Refactor imports
Configuration menu - View commit details
-
Copy full SHA for f5ab397 - Browse repository at this point
Copy the full SHA f5ab397View commit details -
- Create connection.py, datasets.py, server.py
Configuration menu - View commit details
-
Copy full SHA for 122c14d - Browse repository at this point
Copy the full SHA 122c14dView commit details -
Replaced by connections, datasets, and server modules.
Configuration menu - View commit details
-
Copy full SHA for 0782350 - Browse repository at this point
Copy the full SHA 0782350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a918c4 - Browse repository at this point
Copy the full SHA 3a918c4View commit details -
Add __future__.annotations import to modules 'datasets' and 'server'
Configuration menu - View commit details
-
Copy full SHA for e8f9c11 - Browse repository at this point
Copy the full SHA e8f9c11View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.