Skip to content

v7.7.0

Compare
Choose a tag to compare
@emcastillo emcastillo released this 30 Jul 08:58
· 86 commits to master since this release
eddf10e

This is the release note of v7.7.0. See here for the complete list of solved issues and merged PRs.

As announced previously, Chainer has reduced the release frequency from monthly to once every two months if there are changes that justify the release. We have decided to skip v7.5.0 and v7.6.0 in order to keep the Chainer version up to date with CuPy’s most recent release.

Bug Fixes

  • Add support for spawn and forkserver start method in PickleDataset (#8465, thanks @zaltoprofen!)
  • Fix array indexing in create_multi_node_evaluator (#8568)

Documentation

  • Fix Reporter example (#8561)
  • Add message about maintenance phase (#8567)

Tests

  • Fix Travis macOS failure (#8562)
  • Fix onnxruntime version for CI failure (#8564)
  • Fix Chainer CIs (#8569)
  • Use v7 for base branch detection (#8570)
  • Install CuPy v7 for ChainerX Jenkins tests (#8574)

Others

  • Update Twitter ID (#8572)
  • Bump python version for RTD build (#8576)
  • Fix onnxruntime version for CI failure (#8564)