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

Pre release refactorization #16

Merged
merged 12 commits into from
Sep 29, 2023
Merged

Pre release refactorization #16

merged 12 commits into from
Sep 29, 2023

Conversation

liruilong940607
Copy link
Collaborator

Mainly move the cuda code into the diff_rast folder so that they will be packaged together with the python code.

All executable codes are now under examples.

All debug & reference code have been removed.

Setup the workflow for auto format check (black) and auto doc generation (gh-pages branch).

The old main branch is move to branch main_0928.

push:
branches: [main]
pull_request:
branches: [main]
Copy link
Collaborator

Choose a reason for hiding this comment

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

does this workflow work on PRs / branches? ( I guess similar question for the new nerfstudio docs workflow )

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It'll be triggered when there is PR or push to the main branch

Copy link
Collaborator Author

@liruilong940607 liruilong940607 Sep 29, 2023

Choose a reason for hiding this comment

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

Oh i see your point -- if anyone wants to develop doc in a separate branch it won't be triggered. I feel like ppl should develop doc locally and only update gh-pages if it is ready to merge into main.

python-version: "3.8.12"
- name: Install dependencies
run: |
pip install isort==5.10.1 black[jupyter]==22.3.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

this isort seems unnecessary? for black versioning it might also make sense to just put in the package dependencies (probably as extras)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah i forget to remove isort (i used to also check isort).

The black version is now in the [dev] dependencies in setup.py

@maturk
Copy link
Collaborator

maturk commented Sep 29, 2023

LGTM... although I know nothing about this docs stuff. I will go ahead and merge it and we can fix any issues with it later, thanks for saving the current main branch as well (that could be a useful reference in the future).

@maturk maturk merged commit 61cb9a5 into main Sep 29, 2023
1 check passed
@liruilong940607 liruilong940607 deleted the pre_release branch September 29, 2023 22:03
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