Skip to content

Commit

Permalink
Fixes to release notes and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Nov 3, 2022
1 parent ebe0877 commit c7e1f8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Bug fixes:

Enhancement:

- Enable Dimension to accept a dictionary specifications
- Allow Dimension objects to accept a dictionary specification
([#5333](https://github.com/holoviz/holoviews/pull/5333))
- Refactor to remove iterrows for loop from `connect_edges_pd`
([#5473](https://github.com/holoviz/holoviews/pull/5473))

Deprecations:

Promoted `DeprecationWarning` to `FutureWarning` when using pandas
`DataFrame`s with non-string column names. This will change any
`DataFrame`s with non-string column names. This will not change any
functionality but will start warning users about functionality that will
be deprecated in future.

Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Bug fixes:

Enhancement:

- Enable Dimension to accept a dictionary specifications
- Allow Dimension objects to accept a dictionary specification
(`#5333 <https://github.com/holoviz/holoviews/pull/5333>`__)
- Refactor to remove iterrows for loop from ``connect_edges_pd``
(`#5473 <https://github.com/holoviz/holoviews/pull/5473>`__)

Deprecations:

Promoted ``DeprecationWarning`` to ``FutureWarning`` when using pandas
``DataFrame``\ s with non-string column names. This will change any
``DataFrame``\ s with non-string column names. This will not change any
functionality but will start warning users about functionality that will
be deprecated in future.

Expand Down

0 comments on commit c7e1f8e

Please sign in to comment.