Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zincware/ZnDraw

Tags

v0.5.11

Toggle v0.5.11's commit message
fix znsocket dependency

v0.5.10

Toggle v0.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix missing frontend in build wheels (#785)

* fix missing frontend in build

* bump zndraw, add coauthors

v0.5.9

Toggle v0.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix the zndraw build including `zndraw_app` (#783)

* try to fix the zndraw build including `zndraw_app`

* build wheels for zndraw and zndraw_app

* force include artifacts

v0.5.8

Toggle v0.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test available properties for plotting (#782)

* test with pytest-cov

* test `model_json_schema_from_atoms`

* refactor into function

* bump version

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* sleep longer

* increase wait timeout

* increase timeout

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.5.8a1

Toggle v0.5.8a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
uv upgrade (#779)

* migrate to uv

* remove TODO (won't work)

* update tests

* bump znh5md

v0.5.7

Toggle v0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pass run kwargs on reconnect (#770)

* pass run kwargs on reconnect

* [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>

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update default camera position (#760)

* set camera to `5, 5, 5`

* update camera default position

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add stress-testing script (#709)

* add stress-testing script

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update stress-testing script to set `delay_between_calls`

* use eventlet

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update stress testing script

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add eventlet

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update how stress testing works

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add healtcheck to docker-compose setup

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update Dockerfile to use python native image

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
consume generator in batches of 16 (#742)

* consume generator in batches of 16

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* bugfix, zeroth frame from default room

* remove comment

* [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>

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
configure `ENGINEIO_PAYLOAD_MAX_DECODE_PACKETS` via env (#721)

* make `ENGINEIO_PAYLOAD_MAX_DECODE_PACKETS` configurable via env

* use walrus

* update package version