Skip to content

Commit

Permalink
Updates changelog for v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bt- committed May 6, 2024
1 parent efa6bbf commit 003e2a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Unreleased]

[0.13.0]: https://github.com/pvcaptest/pvcaptest/compare/v0.12.1...v0.13.0
## [0.13.0] - 2024-05-05
### Added
- `load_data` can read site location and system information for generating clear sky irradiance from a json or yaml file.
- 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`.
- 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`.
Expand Down

0 comments on commit 003e2a9

Please sign in to comment.