-
Notifications
You must be signed in to change notification settings - Fork 4
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
Point Rotation #472
Draft
PythonFZ
wants to merge
115
commits into
main_old
Choose a base branch
from
points_rotation
base: main_old
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Point Rotation #472
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
PythonFZ
commented
Jun 12, 2024
•
edited
Loading
edited
![image](https://private-user-images.githubusercontent.com/46721498/339318800-0d85595b-b24a-4481-89a8-f7b2ce0709ae.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MzI0NzksIm5iZiI6MTczODgzMjE3OSwicGF0aCI6Ii80NjcyMTQ5OC8zMzkzMTg4MDAtMGQ4NTU5NWItYjI0YS00NDgxLTg5YTgtZjdiMmNlMDcwOWFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDA4NTYxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAwMmQ5MDA3MjY2YzBhN2FmNTEwNDU1OTg0MjY1N2U2N2M5MjY2NjM1MTQzZTcxMDkyYzljZjE0MjUxNTk1OWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dSD3BPC8hTOFHAbFTki3BeCEwCjuYTKwUXBnbKhitZ4)
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
* draft changes for react migration * replace html template and JS with react * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * new pre-release version * reload config on page refresh * fix selection load * load h5 / zntrack and make buttons toggle * change order of selection methods * trigger selection * make trigger optional * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * support storage via ENV * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * print env variable * replace `smembers` with `hgetall` * fix escape * make Delete first modifier * replace black/isort with ruff * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * share storage through env var (I don't know a better way) * disconnect all existing sockets * a bit cleanup * support tutorial * simgen and tutorial buttons * info box * allow shift to draw on virtual canvas * add exit button * remove comma * exit button * bump version * update docker file * increase timeout * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * auto reconnect * allow setting sorted * change to trackballcontrols * add tbar; fix via timeout * fix colors * update timeout configuruation * disable shift click feature (unstable) * bump version * map positions to THREE.Vector3[] * bugfix bonds * cleanup * hacky way to make jsoneditor work * store values in localStorage * start zndraw testing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * install via bun * fix path * more testing * remove some legacy code and unused packages * typos * typos and CI update * disable and use doube // to escape * disable check json because it seems to be failing for tsconfig.json comments * visualize per particle vectors * add info box * update and pre-release * fix formatting, add atomic number * add ipython as dev dependency * auth token from env * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * ipykernel instead of ipython * add 0.1 ms between socket calls * catch exceptions and retry * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * ensure points are numpy array * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add delay * move emit and call with retry into utils * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * cast to int * export eventlet variable * except BadNamespaceError as well * better log msg * port timeouts to modifier vis object * only have eventlet on the main thread * remove eventlet monkey_patch * Make eventlet work (#470) * remplace ZnDrawServer with create_app * make eventlet work * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove comments * review comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * test with redis * no need for bun in CI (yet) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * flush redis * cleanup flush * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * load from env, if not given via CLI * do not connect to localhost * server_url from env * monkey patch CLI * monkey patch via environ * allow all origins (unsafe!) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * lazy_loading and patch everything * test against list * fix loading * properly stop celery workers * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * stop znsocket and worker properly --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* switch controls * show console and default and rescale * console and SiMGen Link * fix initial queue position * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #472 +/- ##
==========================================
+ Coverage 46.46% 46.69% +0.23%
==========================================
Files 20 20
Lines 1795 1801 +6
==========================================
+ Hits 834 841 +7
+ Misses 961 960 -1 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.