-
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 0.2.8 #727
Merged
Merged
Release 0.2.8 #727
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
* fix: run function locally * fix: added missing dependency * build: changelog * tests; regen
* refactor: move prefix * refactor; removed severity format as its own class
* refactor: implemented transformation and timeseries * fix: are equal methods * fix: dump of groups * refactor: fix asset loader * build: changelog
* tests: cleanup example to not produce warnings * refactor; added file to trigger warning * style: better warning message * tests: avoid flaky test * refactor; build command * fix: bug in refactoring * build; changelog * fix: misplaced * refactor; deleted unused * Update cognite_toolkit/_cdf_tk/commands/build.py * Linting and static code checks * Update CHANGELOG.cdf-tk.md
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
# Description Remembering to update instructions ## Checklist - [ ] Tests added/updated. - [ ] Run Demo Job Locally. - [ ] Documentation updated. - [ ] Changelogs updated in [CHANGELOG.cdf-tk.md](https://github.com/cognitedata/toolkit/blob/main/CHANGELOG.cdf-tk.md). - [ ] Template changelogs updated in [CHANGELOG.templates.md](https://github.com/cognitedata/toolkit/blob/main/CHANGELOG.templates.md). - [ ] Version bumped. [_version.py](https://github.com/cognitedata/toolkit/blob/main/cognite/cognite_toolkit/_version.py) and [pyproject.toml](https://github.com/cognitedata/toolkit/blob/main/pyproject.toml) per [semantic versioning](https://semver.org/).
* refactor: added option for turning off naming convention * refactor; implemented feature flag * style: removed docstring * refactor: also turn off for groups * refactor: fix bad merge * build; changelog * refactor: info message
* refactor: extend things to log * refactor: anonymize * refactor; skip tracking * refactor; feature flag * refactor; fix small bug * build: changelog * refactor; track is GitHubAction * refactor: moved out tracking * refactor: remove feature flag * fix: tracker * refactor; count from 1 * refactor; user command * fix: os * build: cleanup
* refactor: extend things to log * refactor: anonymize * refactor; skip tracking * refactor; feature flag * refactor; fix small bug * build: changelog * refactor; track is GitHubAction * refactor: moved out tracking * refactor: remove feature flag * fix: tracker * refactor; count from 1 * refactor; user command * fix: os * build: cleanup * refactor; remove
* build: bump * refactor : migration * tests: forgotten
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
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.
Description
Please describe the change you have made.
Checklist
_version.py and
pyproject.toml per semantic versioning.