-
Notifications
You must be signed in to change notification settings - Fork 0
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
Version 2.0.0 #18
Merged
Merged
Version 2.0.0 #18
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
Dropping 3.8 support because `matplotlib` dropped it as well
implement function
add test for it
Add plotting code
Add tests
Add to example usage page
Put the try-except around the import, not the function definition otherwise the module inspection cannot reliably find the functions
update API reference rendering
✅ Deploy Preview for tum-esm-utils canceled.
|
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 breaking release is necessary in order to make the
polars
library an optional dependency. Until now, every codebase that wanted to use this library would have to use the same major release ofpolars
. Sincepolars
is still inv0.X
, this makes this library unnecessarily restrictive.On top of that I removed a bunch of deprecated functionality and added a few features.
Breaking changes:
interferograms
has been renamedem27
em27
can only be imported with the optionalpolars
dependency group:pdm add "tum-esm-utils[polars]"
context
module: functionality has been moved totiming
testing
module: functionality has been moved totiming
andfiles
github
tocode
logger
,validators.validate_bool
,validators.validate_float
,validators.validate_int
,validators.validate_str
,validators.validate_list
,validators.validate_str
,text.date_is_too_recent
,text.is_datetime_string
,text.date_range
(alternative attiming.date_range
),files.load_raw_proffast_output
(alternative atem27.load_proffast2_result
system.get_last_boot_time
,syste.get_system_battery
New features:
plotting
module