-
Notifications
You must be signed in to change notification settings - Fork 3
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 version 1.5.2 #262
Merged
Merged
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
Sync main and develop
* prepare configuration files for switch * enable first half of codes * fix test stats after interpolation refactor * include some other major flags * remove settings for pyupgrade since it clashes with pydantic * adjust CI * try enabling 3.11 as well * get_os_import_path is now aware of frozen modules, test case switched over to non-builtin module
* add the changelog file (collected from github) * streamline date formats
* add mechanism to sync cluster file and add it to logs * correct cluster file location * add more logging to debug * fix issues with filesysytems * try introducing filesystems earlier * remove needless assert * final polish * make first check directly with os module * fix for os not parsing `~`
* some adjustments to get rid of (most) warnings for ill defined patches * fix faulty import
* update precommit * switch to new-style types in core and tasks * adjust utils to use new-style types * switch pipelines to new-style types (where possible)
…255) * restrict pydantic to version 1 * fix gdal installation
…5.0 (#256) * make test content less dependant on feature types * shorten test utility function furhter
* create first draft of improved pipeline * add test for uniform distribution, fix bug in discrete distributions * add tests for normal distribution and check seeds * add regression tests for new pipeline * simplify workflow structure * solve issue of missing seeds * fix mypy issue * correct meta-info addition and some polish * move to more statistic tests * join into single test * switch normal dist to k-s as well * add comment on where to find better test values
* update split-grid tests * adjust tests of pipeline itself * remove old code
* increase version and update changelog * Update CHANGELOG.md Co-authored-by: Matic Lubej <[email protected]> --------- Co-authored-by: Matic Lubej <[email protected]>
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.
No description provided.