Skip to content

add changelog changes for Grid-accepting-dataframe #676

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

Merged
merged 2 commits into from
Jan 27, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 yup putting this under unreleased is correct. When you do a version bump, you change this to reflect the version number. When you're sure it's up on PyPI, you can set the date for the release and create a new Git Tag/Release.


### Updated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We haven't done a good job of this in the past, but let's not use the term Updated. The guide we follow suggests only using:

  • Added
  • Changed
  • Deprecated
  • Removed
  • Fixed
  • Security

You should use Changed here.

- a `Grid` from `plotly.grid_objs` now accepts a `pandas.Dataframe` as its argument.

## [2.0.0] - 2017-01-25

### Changed
Expand Down