ds4dm / ecole

Extensible Combinatorial Optimization Learning Environments
https://www.ecole.ai
BSD 3-Clause "New" or "Revised" License
325 stars 68 forks source link

Merging dev into master for release v0.7.0 #214

Closed gasse closed 3 years ago

gasse commented 3 years ago

@dchetelat yes that's normal, I forgot to merge #212 before releasing v0.7.0

The plan of action is the following:

  1. we fast-forward master on dev (this PR), so that master is synced with the latest stable release, v0.7.0
  2. we merge #212 into dev
  3. we release a minor version v0.7.1 from dev
  4. again, we fast-forward master on dev, so that master is synced with the latest stable release, v0.7.1

@AntoinePrv @dchetelat how does that sound ?

Ideally I would have done 1. right after I released v0.7.0, but I had to wait for one of you to approve the review (the PR was locked). This is a bit annoying, as while we are waiting the stable doc is not synced properly with the latest release @AntoinePrv do you think there is a way around it ?

Best, Maxime