Skip to content

Commit

Permalink
Merge pull request pvcaptest#107 from bt-/sync-drop-trans-keys
Browse files Browse the repository at this point in the history
Drop trans_keys CapData attribute
  • Loading branch information
bt- authored May 5, 2024
2 parents 125826f + e4780f7 commit 1f3a44d
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 195 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New plotting module with a plot function which replaces the CapData.plot method. The new plot function creates a panel dashboard with expanded functionality. Internally, removes
the plotting dependency on the CapData.trans_keys attribute.

### Added
- `loc` and `floc` can be used to retrieve the regression columns, similar to previous rview functionality by using `regcols`.

### Changed
- Removed the CapData `trans_keys ` attribute, which was a copy of the `column_groups` keys and would be modified by the old `CapData.plot` method. `trans_keys` made it difficult to create a `CapData` object without using the `load_data` function.
- Replaces all uses of view and rview with `loc` and `floc`.
- Updated `loc` and `floc` to always return a DataFrame. Previously these would sometimes return a Series.
- `load_data` now checks if any individual files were loaded when loading multiple files from a directory.
- Adds underlay curve of unfiltered power to the linked timeseries created when calling `scatter_hv` with `timeseries=True`.
- Changes selected points on scatter plot and linked timeseries produced by `scatter_hv` to red.
Expand Down
Loading

0 comments on commit 1f3a44d

Please sign in to comment.