Skip to content

Releases: XENONnT/utilix

v0.6.1

23 Jul 18:12
Compare
Choose a tag to compare

This release includes:

  • a bug fix in batchq.py for job submission to midway inside the container
  • the mongo clients are now cached rather than re-initiatialized.

v0.6.0

18 May 02:30
Compare
Choose a tag to compare
  • Some better error handling
  • More convenient data queries
  • Enforces the data field entries required by the runDB API

v0.5.3

14 Apr 07:45
Compare
Choose a tag to compare

v0.5.3 - 2021/04/14

  • Small bugfixes in utilix.io

v0.5.2

13 Apr 20:38
Compare
Choose a tag to compare

Actually fixes the bug introduced in v0.5.0.

v0.5.1

12 Apr 21:12
Compare
Choose a tag to compare

Fixes the bug introduced in v0.5.0 for cases when no config file exists.

v0.5.0

12 Apr 18:00
Compare
Choose a tag to compare

This release contains

  • GridFS interface for both direct mongo access and through the API (#35).
  • Allow users to bypass the auto-initialization of the DB class with a config option (#39)
  • Hopefully a fix to the annoying error that requires removing the dbtoken (#40)

And a few other small bug fixes / typos.

v0.4.1

03 Feb 10:12
Compare
Choose a tag to compare

Minor changes:

  • Don't fail on import (#33)
  • Add version number to utilix, add bumpversion (#31)

v0.4.0

21 Jan 05:59
6b7aa18
Compare
Choose a tag to compare

Major updates:

  • Different collections for XENON1T and XENONnT (#29)

Minor updates

  • Add methods for MC collection (#30)
  • Bug fixes (#24, #25)
  • Windows support (#26)
  • Better error handling (#27)

Version 0.3.3

06 Dec 17:43
d665a6b
Compare
Choose a tag to compare

Bux fix in utilix.rundb.Token

version 0.3.2

04 Dec 20:41
4388f3a
Compare
Choose a tag to compare
  • Bug fixes and better error handling
  • Allow utilix on Windows