Releases: CoffeaTeam/lpcjobqueue
Releases · CoffeaTeam/lpcjobqueue
v0.4.1
v0.4.0
Version 0.3.1
What's Changed
- Update bootstrap.sh by @nsmith- in #30
- Fix compatibility with dask-jobqueue 0.8.5 by @nsmith- in #31
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
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:
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
- Use jupyter server proxy for dashboard by @nsmith- in #24
- Use proper Status enum values by @nsmith- in #25
- Move to Apptainer, get grid certs by @kpedro88 in #26
New Contributors
Full Changelog: v0.2.10...v0.3.0
Version 0.2.10
What's Changed
- Have bootstrap force version upgrade by @nsmith- in #22
- Only acquire schedd if we use it by @nsmith- in #23
Full Changelog: v0.2.9...v0.2.10
Version 0.2.9
Version 0.2.8
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
What's Changed
Full Changelog: v0.2.6...v0.2.7
Version 0.2.6
- Update to account for missing configuration defaults (#12)