Skip to content

REF: Format to order for timeseries#1751

Merged
richardjgowers merged 4 commits intodevelopfrom
format-to-order
Jan 5, 2018
Merged

REF: Format to order for timeseries#1751
richardjgowers merged 4 commits intodevelopfrom
format-to-order

Conversation

@kain88-de
Copy link
Member

@kain88-de kain88-de commented Jan 2, 2018

Fixes #1453

Changes made in this Pull Request:

  • rename format='fac' to order='fac'
  • add deprecation tests
  • fix deprecations in library

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

@kain88-de
Copy link
Member Author

Please do not merge as is! There are asserts in the deprecation warnings I'm using to ensure the whole library is updated to using order. Once the test-suite passes I'm going to turn on the deprecation tests and remove the asserts.

`skip` has been deprecated in favor of the standard keyword `step`.

.. deprecated:: 0.17.0
`format` has been deprecated in favor of the standard keyword `step`.
Copy link
Member Author

Choose a reason for hiding this comment

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

step -> order



.. deprecated:: 0.17.0
`format` has been deprecated in favor of the standard keyword `step`.
Copy link
Member Author

Choose a reason for hiding this comment

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

same as above

This now follows the agreed upon standard name
check that no test code throws the deprecation warning
@kain88-de
Copy link
Member Author

This is good to go now from my perspective

@richardjgowers richardjgowers merged commit 6e71ffe into develop Jan 5, 2018
@richardjgowers richardjgowers deleted the format-to-order branch January 5, 2018 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

change timeseries "format" kw to "order"

2 participants