Releases: dgbowl/tomato
Releases · dgbowl/tomato
tomato release 1.0
What's Changed
- Updating acknowledgements for BIG-MAP by @ramirezfranciscof in #53
tomato-daemon
: Background daemon fortomato
by @PeterKraus in #54- Improve logging by @PeterKraus in #55
- Excise
setlib
module by @PeterKraus in #56 - Introduce
Daemon
object by @PeterKraus in #57 - Rework
queue
by @PeterKraus in #58 - Code health by @PeterKraus in #60
- Add further
ketchup
tests by @PeterKraus in #61 - Fix pages build by @PeterKraus in #64
- Reliable tests by @PeterKraus in #63
- Implement job state recovery by @PeterKraus in #62
- New driver by @PeterKraus in #65
- Fix deploy step by @PeterKraus in #67
- Add multistep and multidev tests by @PeterKraus in #66
deploy
doesn't deploy pages properly by @PeterKraus in #72- Tidy up old drivers by @PeterKraus in #73
- Store data from each
Component
in its own NetCDF group by @PeterKraus in #75 - Remove
xfail
from tests. by @PeterKraus in #76 - Pass verbosity of
tomato-daemon
to child processes by @PeterKraus in #77 ketchup cancel
: Add test to cover queued jobs by @PeterKraus in #83- Housekeeping by @PeterKraus in #84
master
->main
transition PR by @PeterKraus in #89- Implement
DriverInterface
class by @PeterKraus in #86 - Capabilities in driver by @PeterKraus in #95
- Refactor
tomato reload
by @PeterKraus in #96 - Prepare 1.0.rc1 by @PeterKraus in #98
- Prepare
tomato-1.0rc2
by @PeterKraus in #101 - Save data as
xr.Datatree
by @PeterKraus in #103 - Minor
DriverInterface
changes by @PeterKraus in #104 yaml
output andCompletedJob
by @PeterKraus in #105- Improve
tomato-1.0
documentation by @PeterKraus in #108 - Store
Job
and tomato version in NetCDF files. by @PeterKraus in #109 - Add a stress test by @PeterKraus in #110
- Prepare
tomato-1.0
by @PeterKraus in #111
New Contributors
- @ramirezfranciscof made their first contribution in #53
Full Changelog: 0.2...1.0
tomato pre-release 1.0rc3
What's Changed
- Save data as
xr.Datatree
by @PeterKraus in #103 - Minor
DriverInterface
changes by @PeterKraus in #104 yaml
output andCompletedJob
by @PeterKraus in #105
Full Changelog: 1.0rc2...1.0rc3
tomato pre-release 1.0rc2
tomato pre-release 1.0.rc1
What's Changed
- Updating acknowledgements for BIG-MAP by @ramirezfranciscof in #53
tomato-daemon
: Background daemon fortomato
by @PeterKraus in #54- Improve logging by @PeterKraus in #55
- Excise
setlib
module by @PeterKraus in #56 - Introduce
Daemon
object by @PeterKraus in #57 - Rework
queue
by @PeterKraus in #58 - Code health by @PeterKraus in #60
- Add further
ketchup
tests by @PeterKraus in #61 - Fix pages build by @PeterKraus in #64
- Reliable tests by @PeterKraus in #63
- Implement job state recovery by @PeterKraus in #62
- New driver by @PeterKraus in #65
- Fix deploy step by @PeterKraus in #67
- Add multistep and multidev tests by @PeterKraus in #66
deploy
doesn't deploy pages properly by @PeterKraus in #72- Tidy up old drivers by @PeterKraus in #73
- Store data from each
Component
in its own NetCDF group by @PeterKraus in #75 - Remove
xfail
from tests. by @PeterKraus in #76 - Pass verbosity of
tomato-daemon
to child processes by @PeterKraus in #77 ketchup cancel
: Add test to cover queued jobs by @PeterKraus in #83- Housekeeping by @PeterKraus in #84
master
->main
transition PR by @PeterKraus in #89- Implement
DriverInterface
class by @PeterKraus in #86 - Capabilities in driver by @PeterKraus in #95
- Refactor
tomato reload
by @PeterKraus in #96 - Prepare 1.0.rc1 by @PeterKraus in #98
New Contributors
- @ramirezfranciscof made their first contribution in #53
Full Changelog: 0.2...1.0.rc1
tomato bugfix release 0.2.3
What's Changed
- Biologic driver changes for 0.2.x by @g-kimbell in #78
- Fix docs build in
0.2.x
branch by @PeterKraus in #87 - ketchup: json string switch and unready function by @g-kimbell in #80
New Contributors
- @g-kimbell made their first contribution in #78
Full Changelog: 0.2.2...0.2.3
tomato bugfix release 0.2.2
- Fix yadg to 4.2.5 for this branch.
Full Changelog: 0.2.1...0.2.2
tomato bugfix release 0.2.1
What's Changed
- Updating acknowledgements for BIG-MAP by @ramirezfranciscof in #53
- Restrict
yadg
to>=4.2.4,<5.0
for 0.2.x branch
New Contributors
- @ramirezfranciscof made their first contribution in #53
Full Changelog: 0.2...0.2.1
tomato release 0.2
What's Changed
- Data format fixes by @PeterKraus in #10
- Fix module loading. by @PeterKraus in #11
- KBIO round 3 by @PeterKraus in #12
- Move to subprocess by @PeterKraus in #13
- Minor changes. by @PeterKraus in #14
- Version 0.1rc5 by @PeterKraus in #15
- Replaced VERSION by versioneer. by @PeterKraus in #16
- Queue and job fixes. by @PeterKraus in #17
- Add CI. by @PeterKraus in #18
- Compatibility for
tomato.json
by @PeterKraus in #20 - Export functionality. by @PeterKraus in #21
- Hotfix: fix detaching process from main loop. by @PeterKraus in #22
- Specify target folder using
output: path
by @PeterKraus in #23 - Stop crashes on
ketchup cancel
. by @PeterKraus in #24 - Hook up payload schema with tomato by @PeterKraus in #25
- Minor changes by @PeterKraus in #26
- Standardise
ketchup
return data by @PeterKraus in #27 - Get
biologic
working in parallel by @PeterKraus in #28 - Swap portalocker for filelock by @PeterKraus in #29
- Implement
--jobname
and-j
as arguments toketchup submit
by @PeterKraus in #30 - Fix
ketchup cancel
by @lorisercole in #33 - Implement
ketchup snapshot
by @PeterKraus in #37 - Update
.github\workflows
by @PeterKraus in #38 - Implement
ketchup search
by @PeterKraus in #39 - Add POSIX compatiblity to
tomato
by @PeterKraus in #40 - Fix master workflow by @PeterKraus in #41
- Make parent directory of dbpath by @PeterKraus in #44
ketchup status
changes by @PeterKraus in #42- Proper documentation by @PeterKraus in #43
- Better error messages in
ketchup.submit
by @PeterKraus in #45 ketchup.cancel
: Implement new cancel mechanism. by @PeterKraus in #46- Fix cancel & sort submit by @PeterKraus in #47
- Fix crash when
ketchup cancel
is used by @PeterKraus in #48 - Fix
yadg
DataSchema warning. by @PeterKraus in #49 - tomato release 0.2 PR by @PeterKraus in #50
- Fix version notes. by @PeterKraus in #51
New Contributors
- @lorisercole made their first contribution in #33
Full Changelog: v0.1rc1...0.2
tomato pre-release 0.2rc2
What's Changed
- Fix crash when
ketchup cancel
is used by @PeterKraus in #48 - Fix
yadg
DataSchema warning. by @PeterKraus in #49
Full Changelog: 0.2rc1...0.2rc2
tomato pre-release 0.2rc1
What's Changed
- Proper documentation by @PeterKraus in #43
- Better error messages in
ketchup.submit
by @PeterKraus in #45 ketchup.cancel
: Implement new cancel mechanism. by @PeterKraus in #46- Fix cancel & sort submit by @PeterKraus in #47
Full Changelog: 0.2a2...0.2rc1