Zndraw

Latest version: v0.3.0

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

Scan your dependencies

Page 1 of 3

0.3.0

:tada: ZnDraw v0.3.0 - Server Update
With https://github.com/zincware/ZnDraw/pull/370 ZnDraw overcomes previous multithreading issues and now relies on `celery`.
Further, support for `redis` and `postgresql` has been added.


What's Changed
* fix xyz missing cell by using extxyz reader by PythonFZ in https://github.com/zincware/ZnDraw/pull/350
* Generate Molecules from SMILES and pack boxes by PythonFZ in https://github.com/zincware/ZnDraw/pull/311
* upload new structures at points by PythonFZ in https://github.com/zincware/ZnDraw/pull/351
* add frame input modal by PythonFZ in https://github.com/zincware/ZnDraw/pull/356
* better multi user support by PythonFZ in https://github.com/zincware/ZnDraw/pull/352
* use dataclasses for socket events by PythonFZ in https://github.com/zincware/ZnDraw/pull/367
* use cache instead of app.config by PythonFZ in https://github.com/zincware/ZnDraw/pull/369
* less restrictive package dependencies by PythonFZ in https://github.com/zincware/ZnDraw/pull/373
* celery task queue by PythonFZ in https://github.com/zincware/ZnDraw/pull/370
* add tooltips by PythonFZ in https://github.com/zincware/ZnDraw/pull/440
* check for None by PythonFZ in https://github.com/zincware/ZnDraw/pull/441
* points:update and room:set interference by PythonFZ in https://github.com/zincware/ZnDraw/pull/442
* database updates by PythonFZ in https://github.com/zincware/ZnDraw/pull/443
* fix missing cache in room modifiers by PythonFZ in https://github.com/zincware/ZnDraw/pull/444
* Improve shared UI by PythonFZ in https://github.com/zincware/ZnDraw/pull/445
* change icon by RokasEl in https://github.com/zincware/ZnDraw/pull/446
* add time limits for workers by PythonFZ in https://github.com/zincware/ZnDraw/pull/447
* Bugfix and tooltips for bookmarks by PythonFZ in https://github.com/zincware/ZnDraw/pull/449
* Remove-caching by PythonFZ in https://github.com/zincware/ZnDraw/pull/448
* add camera setter/getter to ZnDrawFrozen by PythonFZ in https://github.com/zincware/ZnDraw/pull/450
* points setter fix for FrozenZnDraw by RokasEl in https://github.com/zincware/ZnDraw/pull/452
* tests for python 3.12 by PythonFZ in https://github.com/zincware/ZnDraw/pull/374

> [!IMPORTANT]
> ZnDraw has undergone a major change with version 0.3.0. The current version is not fully compatible with Windows. We are investigating solutions to make it work again. Furthermore, if you encounter ZnDraw 0.3.0 to be slower at times, this issue will also be mitigated in future releases.

**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.2.2...v0.3.0

0.2.2

What's Changed
* add logging support by PythonFZ in https://github.com/zincware/ZnDraw/pull/219
* fix keydown `I` in editor by PythonFZ in https://github.com/zincware/ZnDraw/pull/220
* reduce tqdm version constraint; bump zndraw to pre-release by PythonFZ in https://github.com/zincware/ZnDraw/pull/221
* Improve logging by PythonFZ in https://github.com/zincware/ZnDraw/pull/227
* No longer overwrites manual bonds by phohenberger in https://github.com/zincware/ZnDraw/pull/232
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnDraw/pull/215
* fix typo by PythonFZ in https://github.com/zincware/ZnDraw/pull/235
* 182 use anyof json editor by PythonFZ in https://github.com/zincware/ZnDraw/pull/199
* centering changes by RokasEl in https://github.com/zincware/ZnDraw/pull/239
* Secure ZnDraw connection by PythonFZ in https://github.com/zincware/ZnDraw/pull/230
* add ZnTrack option by PythonFZ in https://github.com/zincware/ZnDraw/pull/249
* Register modifier from `zndraw.ZnDraw` by PythonFZ in https://github.com/zincware/ZnDraw/pull/242
* make the pointer vanish if not on top of a particle by PythonFZ in https://github.com/zincware/ZnDraw/pull/253
* Add console for log messages by PythonFZ in https://github.com/zincware/ZnDraw/pull/259
* Allow manual coloring of atoms by phohenberger in https://github.com/zincware/ZnDraw/pull/250
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnDraw/pull/237
* allow `vis.points` to control drawing by PythonFZ in https://github.com/zincware/ZnDraw/pull/268
* add bookmarks support by PythonFZ in https://github.com/zincware/ZnDraw/pull/265
* use markdown instead of html for docs by PythonFZ in https://github.com/zincware/ZnDraw/pull/273
* fix properties not loading by PythonFZ in https://github.com/zincware/ZnDraw/pull/263
* fix issue with duplicating the first anchor point by PythonFZ in https://github.com/zincware/ZnDraw/pull/258
* add modifiers for wrap / center / replicate by PythonFZ in https://github.com/zincware/ZnDraw/pull/269
* Add `pip install zndraw[all]` with MDAnalysis Plugins by PythonFZ in https://github.com/zincware/ZnDraw/pull/267
* Analysis aggregation of multidimensional data by PythonFZ in https://github.com/zincware/ZnDraw/pull/272
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnDraw/pull/276
* Maintainance by PythonFZ in https://github.com/zincware/ZnDraw/pull/278
* Implementation of Frame class by PythonFZ in https://github.com/zincware/ZnDraw/pull/291
* Introduce proper testing by PythonFZ in https://github.com/zincware/ZnDraw/pull/287
* further tests by PythonFZ in https://github.com/zincware/ZnDraw/pull/292
* fix modifier by PythonFZ in https://github.com/zincware/ZnDraw/pull/297
* add momenta to `Frame` by PythonFZ in https://github.com/zincware/ZnDraw/pull/295
* add virtual points support by PythonFZ in https://github.com/zincware/ZnDraw/pull/299
* debug python version by PythonFZ in https://github.com/zincware/ZnDraw/pull/306
* Test modifier by PythonFZ in https://github.com/zincware/ZnDraw/pull/307
* test nested modifiers by PythonFZ in https://github.com/zincware/ZnDraw/pull/312
* make controls 0.75 size by PythonFZ in https://github.com/zincware/ZnDraw/pull/304
* update icon by PythonFZ in https://github.com/zincware/ZnDraw/pull/310
* run_kwargs support by PythonFZ in https://github.com/zincware/ZnDraw/pull/305
* Update unavailability warnings for Modifiers by PythonFZ in https://github.com/zincware/ZnDraw/pull/308
* move style sheet to the end of the document by PythonFZ in https://github.com/zincware/ZnDraw/pull/318
* restrict max width by PythonFZ in https://github.com/zincware/ZnDraw/pull/319
* drag to upload by PythonFZ in https://github.com/zincware/ZnDraw/pull/320
* Prevent multiple modifiers from running at the same time. by PythonFZ in https://github.com/zincware/ZnDraw/pull/325
* Add Tutorial by PythonFZ in https://github.com/zincware/ZnDraw/pull/317
* Improve Drawing Mode by PythonFZ in https://github.com/zincware/ZnDraw/pull/328
* Enforce `sid` by PythonFZ in https://github.com/zincware/ZnDraw/pull/331
* change `time.sleep` to proper async sleep versions by RokasEl in https://github.com/zincware/ZnDraw/pull/338
* dynamic queue updates by PythonFZ in https://github.com/zincware/ZnDraw/pull/341
* initial version of lock by RokasEl in https://github.com/zincware/ZnDraw/pull/340
* UUID for modifiers by PythonFZ in https://github.com/zincware/ZnDraw/pull/339
* Use `ZnFrame` package by PythonFZ in https://github.com/zincware/ZnDraw/pull/303
* fix connected particles selection and make it default by PythonFZ in https://github.com/zincware/ZnDraw/pull/347
* Darkmode by PythonFZ in https://github.com/zincware/ZnDraw/pull/348
* Load-data by PythonFZ in https://github.com/zincware/ZnDraw/pull/344

New Contributors
* phohenberger made their first contribution in https://github.com/zincware/ZnDraw/pull/232

**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.2.1...v0.2.2

0.2.2a1

What's Changed
* add logging support by PythonFZ in https://github.com/zincware/ZnDraw/pull/219
* fix keydown `I` in editor by PythonFZ in https://github.com/zincware/ZnDraw/pull/220
* reduce tqdm version constraint; bump zndraw to pre-release by PythonFZ in https://github.com/zincware/ZnDraw/pull/221


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.2.1...v0.2.2a1

0.2.1

* Update README.md by PythonFZ in https://github.com/zincware/ZnDraw/pull/213
* add insert function by Ruttor in https://github.com/zincware/ZnDraw/pull/208


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* [WIP] restructure by PythonFZ in https://github.com/zincware/ZnDraw/pull/81
* show indicies by PythonFZ in https://github.com/zincware/ZnDraw/pull/93
* fix draw module by PythonFZ in https://github.com/zincware/ZnDraw/pull/95
* fix reset scene by PythonFZ in https://github.com/zincware/ZnDraw/pull/98
* visualize bond order by PythonFZ in https://github.com/zincware/ZnDraw/pull/97
* accept xyz files by Ruttor in https://github.com/zincware/ZnDraw/pull/141
* Json editor by PythonFZ in https://github.com/zincware/ZnDraw/pull/142
* Drawing editor by PythonFZ in https://github.com/zincware/ZnDraw/pull/150
* Add prettier by PythonFZ in https://github.com/zincware/ZnDraw/pull/151
* check json pre-commit by PythonFZ in https://github.com/zincware/ZnDraw/pull/152
* Fix issue with typing.Union prior to Python 3.11 by PythonFZ in https://github.com/zincware/ZnDraw/pull/155
* Add `keypress d` to duplicate a drawing anchor point by PythonFZ in https://github.com/zincware/ZnDraw/pull/156
* Neighbour selection by PythonFZ in https://github.com/zincware/ZnDraw/pull/157
* move schemas to modules by PythonFZ in https://github.com/zincware/ZnDraw/pull/159
* fix 158 by PythonFZ in https://github.com/zincware/ZnDraw/pull/160
* add warning if javascript-blocker is active by Ruttor in https://github.com/zincware/ZnDraw/pull/113
* update hooks by PythonFZ in https://github.com/zincware/ZnDraw/pull/103
* pre-release 0.2.0a15 by PythonFZ in https://github.com/zincware/ZnDraw/pull/161
* small UI improvements by PythonFZ in https://github.com/zincware/ZnDraw/pull/162
* improve select / scale control of the drawing geometry by PythonFZ in https://github.com/zincware/ZnDraw/pull/165
* Use InstancedMesh for better performance by PythonFZ in https://github.com/zincware/ZnDraw/pull/166
* remove old code by PythonFZ in https://github.com/zincware/ZnDraw/pull/167
* remove print messages; small bugfix by PythonFZ in https://github.com/zincware/ZnDraw/pull/168
* toggle transform controls by PythonFZ in https://github.com/zincware/ZnDraw/pull/172
* cleanup Python code by PythonFZ in https://github.com/zincware/ZnDraw/pull/173
* ZnDraw 0.2.0a15 by PythonFZ in https://github.com/zincware/ZnDraw/pull/174
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnDraw/pull/108
* Improve ZnDraw UI by PythonFZ in https://github.com/zincware/ZnDraw/pull/179
* ZnDraw 0.2.0 by PythonFZ in https://github.com/zincware/ZnDraw/pull/184
* fix bug with connectivity by PythonFZ in https://github.com/zincware/ZnDraw/pull/185

New Contributors
* pre-commit-ci made their first contribution in https://github.com/zincware/ZnDraw/pull/108

**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.1.8...v0.2.0

0.2.0a15

What's Changed
* fix reset scene by PythonFZ in https://github.com/zincware/ZnDraw/pull/98
* visualize bond order by PythonFZ in https://github.com/zincware/ZnDraw/pull/97
* accept xyz files by Ruttor in https://github.com/zincware/ZnDraw/pull/141
* Json editor by PythonFZ in https://github.com/zincware/ZnDraw/pull/142
* Drawing editor by PythonFZ in https://github.com/zincware/ZnDraw/pull/150
* Add prettier by PythonFZ in https://github.com/zincware/ZnDraw/pull/151
* check json pre-commit by PythonFZ in https://github.com/zincware/ZnDraw/pull/152
* Fix issue with typing.Union prior to Python 3.11 by PythonFZ in https://github.com/zincware/ZnDraw/pull/155
* Add `keypress d` to duplicate a drawing anchor point by PythonFZ in https://github.com/zincware/ZnDraw/pull/156
* Neighbour selection by PythonFZ in https://github.com/zincware/ZnDraw/pull/157
* move schemas to modules by PythonFZ in https://github.com/zincware/ZnDraw/pull/159
* fix 158 by PythonFZ in https://github.com/zincware/ZnDraw/pull/160
* add warning if javascript-blocker is active by Ruttor in https://github.com/zincware/ZnDraw/pull/113
* update hooks by PythonFZ in https://github.com/zincware/ZnDraw/pull/103
* pre-release 0.2.0a15 by PythonFZ in https://github.com/zincware/ZnDraw/pull/161


**Full Changelog**: https://github.com/zincware/ZnDraw/compare/v0.2.0a2...v0.2.0a15

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.