Skip to content

Conversation

williambdean
Copy link
Contributor

@williambdean williambdean commented Oct 9, 2023

pipe method like in pandas in order to do some chaining. Related to this issue here.

@williambdean williambdean requested a review from a team as a code owner October 9, 2023 16:03
@@ -100,7 +100,7 @@

__author__ = "Timothy Heys"
__email__ = "[email protected]"
__version__ = "0.48.9"
__version__ = "0.48.10"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

is this the expected version update?

Copy link

Choose a reason for hiding this comment

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

I suggest to bump the version separately and also start a CHANGELOG.md as well as describe all of the changes there

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I reverted the version back to 0.48.9 So no version change.

Have you guys considered using the automated release notes? https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
It'd be based on the PR labels. Might be easy way to automate 😄

@coveralls
Copy link

coveralls commented Oct 10, 2023

Coverage Status

coverage: 98.39% (+0.003%) from 98.387% when pulling 3e6b14b on wd60622:pipe_operator into ded17eb on kayak:master.

Copy link

@AzisK AzisK left a comment

Choose a reason for hiding this comment

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

It looks good but I left a comment about the library (I meant test) test as well as versioning approach

@AzisK
Copy link

AzisK commented Oct 10, 2023

Thanks for you work!

@AzisK
Copy link

AzisK commented Oct 16, 2023

Could you describe this possibility in README.rst as well?

@williambdean
Copy link
Contributor Author

There is a new "Chaining Functions" section in the Tutorial
Screenshot 2023-10-16 at 20 05 32

@williambdean
Copy link
Contributor Author

Any other suggestions here?

@AzisK
Copy link

AzisK commented Dec 1, 2023

Looks good to me. If no other suggestions emerge in the coming days, I will merge it

@AzisK AzisK merged commit 8841520 into kayak:master Dec 10, 2023
@williambdean williambdean deleted the pipe_operator branch December 10, 2023 18:30
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.

3 participants