Merged
Conversation
Contributor
Author
|
I've done a first pass over the automatically generated changelog, see the current status in the PR description above. This does not yet include PRs #228 nor #227, these still have to be added as soon as they are merged. The changelog will be available in the description of the release -- see here for the previous one: https://github.com/UniGrazMath/vitabel/releases/tag/v0.0.1 |
Contributor
Author
|
Time to release! |
This file contains hidden or 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
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 PR contains all pre-release preparations.
GitHub-generated changelog:
What's Changed
Breaking Changes
find_CC_periodsto returnIntervalLabelby @sorlob in refactor find_CC_periods to return IntervalLabel #164DataSliceholding the output ofChannel.get_data/Label.get_databy @behackl in Add auxiliary data structureDataSliceholding the output ofChannel.get_data/Label.get_data#184New Features / Enhancements
IntervalLabelas filled background regions when they don't hold y-data by @behackl in Feature: plotIntervalLabelas filled background regions when they don't hold y-data #28ppg(viaSpO2 %, Waveform) more robust by @behackl in Make override for unit ofppg(viaSpO2 %, Waveform) more robust #37Rectanglefrommatplotlibto filter plotting keyword arguments ofIntervalLabelby @sorlob in patched plotting routine of IntervalLabels as Rectangle #47_timeseries_list_infoby @sorlob in fix #71: Add absolute time to df generatedby _timeseries_list_info #83infotables by @sorlob in Hotfix/89 merge into main #90limited_overviewkeyword argument by @sorlob in Let overview plots range over full range of plotted data by default; addlimited_overviewkeyword argument #52text_dataforLabelandIntervalLabelby @sorlob in Enhancement/69 refactor label payload #131to_csvmethod by @sorlob in Enhancement/141 parameter filename #143text_dataforIntervalLabelby @sorlob in integrate new label architecture into IntervalLabel #137area_under_thresholdin form of newsourceargument by @sorlob in Refactor input toarea_under_thresholdin form of newsourceargument #175first_entryandlast_entryas properties ofTimeSeriesBaseby @sorlob in feature: added first_entry and last_entry as porpoerties of timeseries #198vitabelenvironment is installed for Binder environments by @sorlob in enhancement: latest package version installed in binder #195IntervalLabelannotation by @sorlob in enhancement: visual feedback on first timepoint set for IntervalLabel #207IntervalLabelby list of tuples of interval endpoints by @sorlob in enhancement: added unpacking of array of tuples of times as time_inde… #202Vitals.detach_label_from_channelas dedicated way of using data container to manage label attachments by @behackl in AddVitals.detach_label_from_channelas dedicated way of using data container to manage label attachments #178Labelfor updating label names by @sorlob in feature: Add rename method to Label class for updating label names #212Vitals.add_vitaldb_recordingby @sorlob in refactoradd_vitaldb_recordingto load channels and labels … #215infotable by @sorlob in Enhance _timeseries_list_info to include information about attachemen… #214infotable by @sorlob in beautified info #216 #224Bugfixes
Vitalsclass by @sorlob in Fix #60 #61UFuncTypeErrorby @sorlob in Fix #67 - UFuncTypeError #68Vitals.rec_startandVitals.rec_stopmore robust in case of no contained channels by @sorlob in Fixes #73 added that in case no channels exist the functionsrec_startandrec_stopreturn None #74get_labelscall by @sorlob in bugfix wrong call #86typecall by @sorlob in Update vitals.py #87TimeSeriesBaseclass by @sorlob in fix #81: improve time type detection in TimeSeriesBase class #82time_indexcontainingnp.NaTentries by @sorlob in hardened the code for time_indices with np.NaT resulting in divide by… #109get_time_maskby @sorlob in Fix behavior of warning about empty time range query inget_time_mask#122IntervalLabel.from_dictby @sorlob in Fix IntervalLabel.from_dict to ignore vline_text_source and other irr… #170axvspanby @sorlob in legend multiple times given for axvspan #166Vitals-import ofpd.DataFramewith relative time index by @behackl in AllowVitals-import ofpd.DataFramewith relative time index #193Documentation
save_data,load_databy @sorlob in Update vitals.py #39get_labelby @sorlob in updated docstring for get_label #66Miscellaneous
New Contributors
Full Changelog: v0.0.1...v0.1.0