Skip to content

Tags: OpenwaterHealth/openlifu-python

Tags

v0.21.0

Toggle v0.21.0's commit message
Bump sdk to 2.0.12

v0.20.0+legacy.io.0.9.0

Toggle v0.20.0+legacy.io.0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ebrahimebrahim Ebrahim Ebrahim
Revert src/openlifu/io/ to v0.9.0 state

v0.20.0

Toggle v0.20.0's commit message
Sort sensitivity frequencies in __post_init__ #439

Needed so that np.interp in sensitivity_at_frequency produces correct results.

v0.19.0

Toggle v0.19.0's commit message
Fix stale Meshroom 2023.3.0 references in README (#427)

v0.18.0

Toggle v0.18.0's commit message
Add client-side database sync infrastructure (#418)

Add openlifu.cloud module for bidirectional sync between local OpenLIFU
databases and the cloud API (api.openwater.health). Introduces a REST
API client layer with typed DTOs for all entity types (subjects,
sessions, protocols, systems, transducers, volumes, runs, solutions,
users, photoscans). Sync engine uses a component tree
(AbstractComponent) with per-entity-type subclasses, a debounced worker
thread (SyncThread), filesystem watching via watchdog, and
WebSocket-based push notifications for real-time cloud-to-local
updates. Volumes and photoscans are download-only (pulled from cloud
then deleted server-side); all other entities sync bidirectionally.
Adds watchdog and python-socketio[client] dependencies.

Squashed commit of the following:

commit c11402d
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Mon Feb 23 10:43:55 2026 +0200

    fix: endless sync loop

commit 3894d67
Author: dev-et <dev-et>
Date:   Fri Feb 20 18:15:26 2026 -0800

    Set daemon to false

commit 565ef1c
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 20 18:12:35 2026 +0200

    fix: don't delete photoscans on cloud

commit 871188e
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 20 13:10:32 2026 +0200

    fix: download only finished photoscans

commit 7f490c2
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 20 12:51:23 2026 +0200

    fix: don't sync photocollections and don't upload volumes to cloud

commit 54cb278
Author: dev-et <dev-et>
Date:   Thu Feb 19 21:59:55 2026 -0800

    Disable daemon for sync thread

commit 6e91aa4
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Thu Feb 19 15:36:55 2026 +0200

    fix: getting MAC address on Windows

commit f3c104e
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Thu Feb 19 10:27:20 2026 +0200

    fix: disable photocollections sync

commit 63c2900
Author: dev-et <dev-et>
Date:   Wed Feb 18 10:08:06 2026 -0800

    Add temporary hardcoded mac address

commit 2b07ec9
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Wed Feb 18 13:57:25 2026 +0200

    fix: resolve lint errors

commit 9d41092
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Wed Feb 18 13:17:29 2026 +0200

    fix: resolve lint errors

commit 1edb8a5
Author: dev-et <dev-et>
Date:   Mon Feb 16 21:03:25 2026 -0800

    Add exception handling for errorous files

commit 7d4e84b
Author: dev-et <dev-et>
Date:   Mon Feb 16 01:37:06 2026 -0800

    Bug fixes, add additional logging, fix deadlock in sync_thread

commit d8f2894
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 13 15:19:33 2026 +0200

    One way sync for volumes, photocollections and photoscans and delete them on cloud after sync.

commit 174ba08
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 13 12:07:48 2026 +0200

    Fixes photocollection sync when photo added locally

commit 366ef47
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 13 11:50:10 2026 +0200

    Don't block the main thread when stopping the cloud

commit a28c622
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Thu Feb 12 13:34:54 2026 +0200

    Fixes sync error

commit 20da259
Author: dev-et <dev-et>
Date:   Mon Feb 9 13:09:39 2026 -0800

    Fix NameError: name 'AbstractComponent' is not defined exception

commit 08731b8
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 6 16:51:15 2026 +0200

    Don't delete database owner automatically when sync library stops

commit 20d7a48
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 6 15:10:06 2026 +0200

    Photoscans sync

commit 253dc32
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Feb 6 12:47:46 2026 +0200

    Synchronization fixes

commit d84c2d0
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Thu Feb 5 18:25:17 2026 +0200

    Synchronization of sessions, volumes, photocollections, runs and solutions

commit 75103b3
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Mon Feb 2 11:17:32 2026 +0200

    update API URL

commit 8c01179
Author: Pavel Osnova <pvosnova@gmail.com>
Date:   Fri Jan 30 12:21:45 2026 +0200

    initial cloud library

v0.17.0

Toggle v0.17.0's commit message
Address vtk deprecation warning in vtkCellArray (#367)

v0.16.0

Toggle v0.16.0's commit message
Touch up delete_session function (#414)

v0.15.0

Toggle v0.15.0's commit message
Make texture files optional for loading and writing photoscans (#412)

v0.14.0

Toggle v0.14.0's commit message
Ignore spurious kwave warning on Windows (#399)

It seems to be a bug in kwave that causes this warning to be raised even
when the binary name is correct. It shouldn't affect usage.

v0.13.0

Toggle v0.13.0's commit message
Create separate evt0 and evt2 voltage tables, add voltage table class…

… variable, reduce sequence duration to 10 minutes. (#409)