Skip to content
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

0.3.0 changes #23

Open
3 of 5 tasks
chendaniely opened this issue Mar 29, 2021 · 2 comments
Open
3 of 5 tasks

0.3.0 changes #23

chendaniely opened this issue Mar 29, 2021 · 2 comments

Comments

@chendaniely
Copy link
Owner

chendaniely commented Mar 29, 2021

edit: 450c40f fixes it so that the old way still works.

Most major change from #20 (thanks @jamesmyatt) is that the import statement will need to change

Old way:

from pyprojroot import here

new way

from pyprojroot.here import here

Changes are mainly to make this package more flexible in specifying a base root directory like how the R here package builds on top of the rprojroot library.

From the PR created, it closes #18 and closes #17

@chendaniely
Copy link
Owner Author

Logo:
pyprojroot

@chendaniely chendaniely changed the title 0.3.0 Breaking changes 0.3.0 ~Breaking~ changes Mar 29, 2021
@chendaniely chendaniely changed the title 0.3.0 ~Breaking~ changes 0.3.0 changes Mar 29, 2021
@chendaniely chendaniely mentioned this issue Mar 20, 2023
@jamesmyatt
Copy link
Contributor

0.3.0 has been released now, including conda-forge.

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

No branches or pull requests

2 participants