Skip to content

Commit

Permalink
Merge pull request #2458 from metomi/release-2.0b1
Browse files Browse the repository at this point in the history
release: 2.0b1
  • Loading branch information
oliver-sanders authored Mar 29, 2021
2 parents 0bd0424 + 370ffaf commit 95fe8f6
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 9 deletions.
18 changes: 10 additions & 8 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,30 @@ Annette Osprey <[email protected]> Annette Osprey <
Ben Fitzpatrick <[email protected]> benfitzpatrick <[email protected]>
Bruno P. Kinoshita <[email protected]> Bruno P. Kinoshita <[email protected]>
Craig MacLachlan <[email protected]> Craig MacLachlan <[email protected]>
David Matthews <[email protected]> dpmatthews <[email protected]>
Dave Matthews <[email protected]> dpmatthews <[email protected]>
Declan Valters <[email protected]> Declan Valters <[email protected]>
Hilary James Oliver <[email protected]> Hilary James Oliver <[email protected]>
Joseph Mancell <[email protected]> jmancell <[email protected]>
Kerry Day <[email protected]> kaday <[email protected]>
Kerry Day <[email protected]> Kerry Day <[email protected]>
Kerry Day <[email protected]> kaday <[email protected]>
Martin Dix <[email protected]> MartinDix <[email protected]>
Matt Pryor <[email protected]> matt.pryor <[email protected]>
Matt Pryor <[email protected]> Matt Pryor <[email protected]>
Matt Pryor <[email protected]> matt.pryor <[email protected]>
Matt Shin <[email protected]> Matt Shin <[email protected]>
Matt Shin <[email protected]> matthew.shin <[email protected]>
Matt Shin <[email protected]> matthewrmshin <[email protected]>
Matt Shin <[email protected]> matthewrmshin <[email protected]>
Matt Shin <[email protected]> Matt Shin <[email protected]>
Mel Hall <[email protected]>
Met Office MISS Team <[email protected]> metofcm <[email protected]>
Oliver Sanders <[email protected]> Oliver sanders <[email protected]>
Roddy Sharp <[email protected]> R SHarp <[email protected]>
Ronnie Dutta <[email protected]>
Sadie Bartholomew <[email protected]> Sadie Bartholomew <[email protected]>
Sadie Bartholomew <[email protected]> Sadie L. Bartholomew <[email protected]>
Steve Wardle <[email protected]> steven.wardle <[email protected]>
Steve Wardle <[email protected]> steven.wardle <[email protected]>
Steve Wardle <[email protected]> stevewardle <[email protected]>
Stuart Whitehouse <[email protected]> scwhitehouse <[email protected]>
Sadie Bartholomew <[email protected]> Sadie Bartholomew <[email protected]>
Sadie Bartholomew <[email protected]> Sadie L. Bartholomew <[email protected]>
Tim Pillinger <[email protected]> wxtim <[email protected]>
Thomas Coleman <[email protected]> Tom Coleman <[email protected]>
Tomek Trzeciak <[email protected]> TomekTrzeciak <[email protected]>
Tim Pillinger <[email protected]> wxtim <[email protected]>
Tomasz Trzeciak <[email protected]> TomekTrzeciak <[email protected]>
43 changes: 43 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,49 @@ for a full listing of issues for each release.

--------------------------------------------------------------------------------

## 2.0b1 (2021-03-26)

Rose release 60. This is a __beta pre-release__.

For use with Cylc see [Cylc-Rose](https://github.com/cylc/cylc-rose).

### Noteworthy Changes

* All old GTK-based GUIs removed (no new alternative implemented yet)
* Suite control commands have been removed:
* `rose suite-run` is now `cylc install`.
* `rose suite-restart` is now `cylc play`
* `rose suite-clean` is now `cylc clean`
* Full list of retired commands (run them on the command line to see their
replacements):
* `rose config-edit`
* `rose edit`
* `rose sgc`
* `rose slv`
* `rose suite-clean`
* `rose suite-cmp-vc`
* `rose suite-gcontrol`
* `rose suite-hook`
* `rose suite-init`
* `rose suite-log-view`
* `rose suite-log`
* `rose suite-restart`
* `rose suite-run`
* `rose suite-scan`
* `rose suite-shutdown`
* `rose suite-stop`
* `rose task-hook`
* `rose host-select` updated to use `psutil`.
* Allow `fcm_make` to work with hierarchical workflow registrations.

### Missing Interfaces

The ability to tell where a Cylc task has or will run has not yet been
re-implemented which can effect remote functionality of `fcm_make` and
`rose_prune` - [#2445](https://github.com/metomi/rose/issues/2445).

--------------------------------------------------------------------------------

## 2.0a1 (2019-09-19)

Rose release 59. This is an __alpha preview__ release. It is expected that it
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ below:
* Steve Wardle (Met Office, UK)
* Scott Wales (ARC Centre of Excellence for Climate Systems Science, Australia)
* Thomas Coleman (Bureau of Meteorology, Australia)
* Declan Valters (Met Office, UK)
* Paul Cresswell (Met Office, UK)
* Bruno P. Kinoshita (National Institute of Water and Atmospheric Research, New Zealand)
* Tim Pillinger (Met Office, UK)
* Mel Hall (Met Office, UK)
Expand Down
2 changes: 1 addition & 1 deletion metomi/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@
# Paths in the Rose distribution.
FILEPATH_README = "README.md"

__version__ = "2.0a1"
__version__ = "2.0b1"

0 comments on commit 95fe8f6

Please sign in to comment.