Skip to content

Releases: rickert-lab/Italo

v0.13 (production)

15 Nov 18:39
080d938
Compare
Choose a tag to compare

Italo is used as a file transfer tool for Indica Labs' HALO in the Human Immune Monitoring Shared Resource (HIMSR) core lab at the University of Colorado | Anschutz Medical Campus.

The released version was compiled with PyInstaller on Windows [Version 10.0.19045.5011] 64-bit:

pyInstaller --clean --noconsole --onefile --optimize 2 Italo.pyw

The latest version doesn't enforce a UNC-style file path for the transfer directory anymore. I looks like all valid mounting points are now supported by HALO. Here's a couple of valid examples:
* \\halo-2\shared_drive\test (UNC)
* C:\test (local) == \\halo-1\C$\test (UNC)
* Z:\test (remote) == \\data.server.pvt\user\test (UNC)

However, make sure to use network (remote) addresses when working with a HALO server/client setup so that the server and all clients can access the image data for processing!

v0.12 (production)

13 Nov 20:49
Compare
Choose a tag to compare

Italo is used as a file transfer tool for Indica Labs' HALO in the Human Immune Monitoring Shared Resource (HIMSR) core lab at the University of Colorado | Anschutz Medical Campus.

The released version was compiled with PyInstaller on Windows [Version 10.0.19045.5011] 64-bit:

pyInstaller --clean --noconsole --onefile --optimize 2 Italo.pyw

This version works with HALO 4.0. - Thank you @agibsonIL (Indica Labs)!

v0.11 (production)

31 Oct 18:19
3405fec
Compare
Choose a tag to compare

Italo is used as a file transfer tool for Indica Labs' HALO in the Human Immune Monitoring Shared Resource (HIMSR) core lab at the University of Colorado | Anschutz Medical Campus.

The released version was compiled with PyInstaller on Windows [Version 10.0.19045.5011] 64-bit.

v0.1 (production)

16 Aug 02:34
4216686
Compare
Choose a tag to compare

Italo is used as a file transfer tool for Indica Labs' HALO in the Human Immune Monitoring Shared Resource (HIMSR) core lab at the University of Colorado | Anschutz Medical Campus.

The released version was compiled with PyInstaller on Windows 10 (v22H2) 64-bit.