-
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
Release 0.4.3 #43
Release 0.4.3 #43
Commits on Feb 22, 2023
-
Merge main into develop after release (#21)
* Release 0.3.0 (#20) * precommit
Configuration menu - View commit details
-
Copy full SHA for 85cb042 - Browse repository at this point
Copy the full SHA 85cb042View commit details
Commits on Jun 16, 2023
-
Fix delete cycle progress key and race condition (#24)
* Release 0.3.0 (#20) * precommit * add progress key to delete cycles
Configuration menu - View commit details
-
Copy full SHA for 396e214 - Browse repository at this point
Copy the full SHA 396e214View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5be787 - Browse repository at this point
Copy the full SHA f5be787View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ac71be - Browse repository at this point
Copy the full SHA 1ac71beView commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df22f13 - Browse repository at this point
Copy the full SHA df22f13View commit details
Commits on Sep 15, 2023
-
Updates to support 179d, includes creating property, downloading prop…
…erty reports from ESPM, and updating building search(#22) * adding create_building and update_building methods * modify search_buildings to provide appropriate cycle id * adding client methods for creating extra data columns * add pass throughs for file downloads * updates for audit template workflow * method to download property xlsx --------- Co-authored-by: Alex Swindler <[email protected]> Co-authored-by: Nicholas Long <[email protected]> Co-authored-by: Nicholas Long <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64f6c5c - Browse repository at this point
Copy the full SHA 64f6c5cView commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83d0bd7 - Browse repository at this point
Copy the full SHA 83d0bd7View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 983d8b6 - Browse repository at this point
Copy the full SHA 983d8b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for db5d604 - Browse repository at this point
Copy the full SHA db5d604View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0df95f5 - Browse repository at this point
Copy the full SHA 0df95f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e63d5eb - Browse repository at this point
Copy the full SHA e63d5ebView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82d7298 - Browse repository at this point
Copy the full SHA 82d7298View commit details -
Added multiple cycle upload argument (#27)
* Added multiple cycle upload argument * Responded to comments and fixed failing tests * Converted to using kwargs * Pre-commit
Configuration menu - View commit details
-
Copy full SHA for b3e2ba5 - Browse repository at this point
Copy the full SHA b3e2ba5View commit details
Commits on Nov 16, 2023
-
* cleanup readme * populate description in pypi * precommit fix
Configuration menu - View commit details
-
Copy full SHA for 321ccfd - Browse repository at this point
Copy the full SHA 321ccfdView commit details
Commits on Nov 22, 2023
-
Endpoint to download an Audit Template Report Submission and store in…
… SEED (#36) * start of AT report download method * adding endpoint to download AT report submission and store in SEED
Configuration menu - View commit details
-
Copy full SHA for 95fb89d - Browse repository at this point
Copy the full SHA 95fb89dView commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d03675 - Browse repository at this point
Copy the full SHA 1d03675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81355f9 - Browse repository at this point
Copy the full SHA 81355f9View commit details -
Added multiple cycle upload argument (#27)
* Added multiple cycle upload argument * Responded to comments and fixed failing tests * Converted to using kwargs * Pre-commit
Configuration menu - View commit details
-
Copy full SHA for b477365 - Browse repository at this point
Copy the full SHA b477365View commit details -
* cleanup readme * populate description in pypi * precommit fix
Configuration menu - View commit details
-
Copy full SHA for 69ed7ff - Browse repository at this point
Copy the full SHA 69ed7ffView commit details -
Endpoint to download an Audit Template Report Submission and store in…
… SEED (#36) * start of AT report download method * adding endpoint to download AT report submission and store in SEED
Configuration menu - View commit details
-
Copy full SHA for 1e98ab2 - Browse repository at this point
Copy the full SHA 1e98ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c226f - Browse repository at this point
Copy the full SHA 51c226fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8f1bd - Browse repository at this point
Copy the full SHA 1a8f1bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f72dc - Browse repository at this point
Copy the full SHA 33f72dcView commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b336972 - Browse repository at this point
Copy the full SHA b336972View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbed282 - Browse repository at this point
Copy the full SHA fbed282View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43a793b - Browse repository at this point
Copy the full SHA 43a793bView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8900c11 - Browse repository at this point
Copy the full SHA 8900c11View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccc0b60 - Browse repository at this point
Copy the full SHA ccc0b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for f774f62 - Browse repository at this point
Copy the full SHA f774f62View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fc9f08 - Browse repository at this point
Copy the full SHA 2fc9f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1936621 - Browse repository at this point
Copy the full SHA 1936621View commit details
Commits on Jun 4, 2024
-
Added ESPM functions to py-seed client (#28)
* Added ESPM functions to py-seed client * Cleaned up the code and put the downloads into its own folder called "reports" * Added openpyxl to requirements * Fixing tests * First pass at adding test * First draft of finishing the test * Finished get report template names test * Started troubleshooting mypy errors * Fixed remaining conflict * Fixed integration test errors * Fix mypy errors * Fixed mypy for Python 3.10 * Precommit * Fix unnecessary typing * Fixed integration tests --------- Co-authored-by: Nicholas Long <[email protected]> Co-authored-by: Alex Swindler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 259dcb8 - Browse repository at this point
Copy the full SHA 259dcb8View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0abdb34 - Browse repository at this point
Copy the full SHA 0abdb34View commit details -
* add python 3.12 * update test versions * add release connection and update instructions
Configuration menu - View commit details
-
Copy full SHA for cc93e60 - Browse repository at this point
Copy the full SHA cc93e60View commit details