Skip to content

Releases: CoffeaTeam/lpcjobqueue

v0.4.1

18 Dec 14:50
eb21e66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Dec 22:05
50020cb
Compare
Choose a tag to compare

This should make us more resilient to changes in the LPC condor configuration.

What's Changed

  • bind all files/paths needed for host condor config by @kpedro88 in #36

Full Changelog: v0.3.1...v0.4.0

Version 0.3.1

12 Apr 17:45
3c437b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

Version 0.3.0

06 Feb 21:48
c52c39f
Compare
Choose a tag to compare

New feature: jupyter server proxy! If you are running jupyter lab, the same host/port can be used to access other web interfaces on the same machine, e.g. the dask dashboard. Either click the url or the "Launch dashboard" button:
Screenshot 2024-01-09 at 6 25 53 PM

As always, you can update by rerunning the bootstrap:

curl -OL https://raw.githubusercontent.com/CoffeaTeam/lpcjobqueue/main/bootstrap.sh
bash bootstrap.sh

What's Changed

New Contributors

Full Changelog: v0.2.10...v0.3.0

Version 0.2.10

16 Mar 19:37
952ac6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.2.10

Version 0.2.9

06 Mar 22:04
663d674
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

Version 0.2.8

16 Feb 18:12
e0fe7c2
Compare
Choose a tag to compare

What's Changed

  • Properly pass arguments to evaluate by @nsmith- in #20
  • use which to get proper shell by @lgray in #16

Full Changelog: v0.2.7...v0.2.8

Version 0.2.7

21 Nov 16:12
fa33e23
Compare
Choose a tag to compare

What's Changed

  • Added virtual_env detection for ship_env flag by @yimuchen in #18

Full Changelog: v0.2.6...v0.2.7

Version 0.2.6

07 Sep 21:26
b6dd9da
Compare
Choose a tag to compare
  • Update to account for missing configuration defaults (#12)

Version 0.2.5

13 Apr 16:18
00e9c78
Compare
Choose a tag to compare
  • bash script as an executable in LPCClusterJob (WIP) (#10)
  • Add sizeof for hist (#9)
  • Bind-mount cvmfs (#7)
  • Fix: use nbytes for Awkward Arrays (#8)
  • Ignore closed thread pool errors (#6)