Zndraw

Latest version: v0.5.4

Safety actively analyzes 682382 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.5.4

What's Changed
* improve camera by PythonFZ in https://github.com/zincware/ZnDraw/pull/730
* Biome by PythonFZ in https://github.com/zincware/ZnDraw/pull/731
* debounce selection by PythonFZ in https://github.com/zincware/ZnDraw/pull/733
* fix register public modifiers by PythonFZ in https://github.com/zincware/ZnDraw/pull/734
* Improve-frame-socket-sync by PythonFZ in https://github.com/zincware/ZnDraw/pull/735
* fix single structure upload by PythonFZ in https://github.com/zincware/ZnDraw/pull/736
* split settings by PythonFZ in https://github.com/zincware/ZnDraw/pull/737
* debounce frame update by 8 ms to avoid flickering by PythonFZ in https://github.com/zincware/ZnDraw/pull/738
* add step as dependency by PythonFZ in https://github.com/zincware/ZnDraw/pull/741
* consume generator in batches of 16 by PythonFZ in https://github.com/zincware/ZnDraw/pull/742


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.5.3...v0.5.4

0.5.3

What's Changed
* GPU Path tracing by PythonFZ in https://github.com/zincware/ZnDraw/pull/703
* fix index error by PythonFZ in https://github.com/zincware/ZnDraw/pull/710
* auto-reconnect fix by PythonFZ in https://github.com/zincware/ZnDraw/pull/708
* set all defaults; set config at once by PythonFZ in https://github.com/zincware/ZnDraw/pull/712
* remove ZnDrawBase by PythonFZ in https://github.com/zincware/ZnDraw/pull/713
* remove sleep, use extend by PythonFZ in https://github.com/zincware/ZnDraw/pull/714
* Modifier bugfix by PythonFZ in https://github.com/zincware/ZnDraw/pull/715
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnDraw/pull/654
* Fix-step-null by PythonFZ in https://github.com/zincware/ZnDraw/pull/717
* Plotting Updates by PythonFZ in https://github.com/zincware/ZnDraw/pull/719
* first version of showing multiple vectors at the same time by PythonFZ in https://github.com/zincware/ZnDraw/pull/720
* configure `ENGINEIO_PAYLOAD_MAX_DECODE_PACKETS` via env by PythonFZ in https://github.com/zincware/ZnDraw/pull/721


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.5.2...v0.5.3

0.5.2

What's Changed
* rename "Animation Loop" to "animation_loop" by PythonFZ in https://github.com/zincware/ZnDraw/pull/691
* fix simgen buttons; remove discriminator by PythonFZ in https://github.com/zincware/ZnDraw/pull/692
* new selection mode by PythonFZ in https://github.com/zincware/ZnDraw/pull/693
* editing mode by PythonFZ in https://github.com/zincware/ZnDraw/pull/697
* visualize constraints by PythonFZ in https://github.com/zincware/ZnDraw/pull/694
* fix `hoveredId==-1` bug by PythonFZ in https://github.com/zincware/ZnDraw/pull/698


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.5.1...v0.5.2

0.5.1

What's Changed
* update znsocket by PythonFZ in https://github.com/zincware/ZnDraw/pull/688
* reduce number of connections for setup by PythonFZ in https://github.com/zincware/ZnDraw/pull/689
* enable `convert_nan` API by PythonFZ in https://github.com/zincware/ZnDraw/pull/690


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* support loading plots from zntrack nodes by PythonFZ in https://github.com/zincware/ZnDraw/pull/637
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnDraw/pull/621
* show all atoms data by PythonFZ in https://github.com/zincware/ZnDraw/pull/639
* Improve Plotting Experience by PythonFZ in https://github.com/zincware/ZnDraw/pull/650
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnDraw/pull/646
* fix plots upload by PythonFZ in https://github.com/zincware/ZnDraw/pull/658
* Highlight current step in plotly plots by PythonFZ in https://github.com/zincware/ZnDraw/pull/651
* fix monkey patching by PythonFZ in https://github.com/zincware/ZnDraw/pull/661
* use `copy` from redis / znsocket by PythonFZ in https://github.com/zincware/ZnDraw/pull/662
* Improve `Console` by PythonFZ in https://github.com/zincware/ZnDraw/pull/663
* Improve Chat by PythonFZ in https://github.com/zincware/ZnDraw/pull/668
* Chat rehype raw by PythonFZ in https://github.com/zincware/ZnDraw/pull/672
* Improvements for standalone mode by PythonFZ in https://github.com/zincware/ZnDraw/pull/674
* use newer znsocket version supporting types by PythonFZ in https://github.com/zincware/ZnDraw/pull/679
* add Floor by PythonFZ in https://github.com/zincware/ZnDraw/pull/680
* fix step, points and selection by using string only keys all the time by PythonFZ in https://github.com/zincware/ZnDraw/pull/681
* Fix points and add `zndraw.Figure` by PythonFZ in https://github.com/zincware/ZnDraw/pull/682
* link and chat fix by PythonFZ in https://github.com/zincware/ZnDraw/pull/683
* Load data directly via ZnTrack by PythonFZ in https://github.com/zincware/ZnDraw/pull/685
* use `GrHelpBook` by PythonFZ in https://github.com/zincware/ZnDraw/pull/686


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.4.7...v0.5.0

0.4.7

What's Changed
* Improved Plotting by PythonFZ in https://github.com/zincware/ZnDraw/pull/614
* check if filename exits before starting server by PythonFZ in https://github.com/zincware/ZnDraw/pull/626
* make text not selectable by PythonFZ in https://github.com/zincware/ZnDraw/pull/627
* fix `--no-append` by PythonFZ in https://github.com/zincware/ZnDraw/pull/628
* improve bond mesh performance by PythonFZ in https://github.com/zincware/ZnDraw/pull/629
* Open browser when uploading by PythonFZ in https://github.com/zincware/ZnDraw/pull/630
* check zndraw client and server version by PythonFZ in https://github.com/zincware/ZnDraw/pull/631
* CLI fix for `zndraw` without a filename by PythonFZ in https://github.com/zincware/ZnDraw/pull/632
* visualize connection information by PythonFZ in https://github.com/zincware/ZnDraw/pull/633


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.4.6...v0.4.7

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.