Skip to content

Conversation

@markmbaum
Copy link
Contributor

The current package is out of date and doesn't match the Seaborn API. Notably, it's missing some of the main plotting functions. I updated the module to define and export all of the functions in the API. I also simplified the metaprogramming approach to define all of the functions in the simple

foo(args...; kwargs...) = seaborn.foo(args...; kwargs...)

format. I don't see why this would be a problem and everything seems to be working fine.

@markmbaum
Copy link
Contributor Author

Sorry to bug you @stevengj but are you able to review and potentially merge this PR? Noticed that you're in the contributors.

@stevengj
Copy link
Member

(Probably Project.toml should be updated as well.)

@stevengj
Copy link
Member

Looks like an unrelated CI failure.

@stevengj stevengj merged commit f7565ce into JuliaPy:master Apr 19, 2022
@stevengj
Copy link
Member

Whoops, I should have hit "squash and merge", didn't notice that this wasn't the default. 😠

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