-
Notifications
You must be signed in to change notification settings - Fork 9
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
v3.0.0 #56
Merged
Merged
v3.0.0 #56
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Dockerfile & optimise docker build
* Update base image * Update env format * Update user creation and remove install of packages * Update conda installation * Remove layers not needed * Optimize layers * Avoid hardcoded paths * Use good practice to copy multiple files * Add requirement for conda to work * Explain entrypoint.sh functionality * Add docstring to validate_and_convert_date function * Remove unused import * Check file exists bf initialising DF * Check file exists or return empty array * Raise error if file does not exist. It's required.
* Create run_model to group logic * Use run_model for all models
* Update docker instructions * Reference docker docs in README
* File no longer needed * File not updated and not needed * Add dockerignore * Remove unused production requirements * Update to use venv * New multi-stage slim dockerfile * Not needed anymore
* Improve readme with usage and models * Link license to readme * Link Thomas' original thesis
* Refactor imports * Fix bad date reference (introduced error) * Add argparse with date and model options * Run if model selected or all * Move date funct. to utils * Create output dir on run_model to simplify logic * Add param to adjust logging level
* Add date_utils tests * Update ignore files
…into development
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This release brings key updates to AIP that should make it easier to work with and contribute:
🐳 New Docker image, reduce size and optimizations (#35 #38 #39 #42)
🚀 Better input parameter handling (#36 #37 #51)
📃 Improve documentation (#46 #39 #55)
🧪 Reintroducing tests (#54)
With this, we jump to v3.0.0 🚀