Skip to content

pyribs 0.11.0

Latest

Choose a tag to compare

@btjanaka btjanaka released this 17 May 20:34
· 1 commit to master since this release
fd7fa11

To learn about this release, see our page on What's New in v0.11.0:
https://docs.pyribs.org/en/stable/whats-new.html

Changelog

Bugs

  • Pin Miniconda version in CI (#706)
  • Fix incorrect insertion of non-novel solutions in ProximityArchive.add when no
    improving solutions are present (#704)

API

  • Add DDS-CNF density method to DensityArchive (#691, #707)
  • Add PyTorch to ribs[all] deps (#692)
  • Add NSLCRanker for Novelty Search with Local Competition (#690)

Documentation

  • Document process for adding new dependencies (#699)
  • Add script for running sphere over multiple trials (#696)
  • Add Sphinx role for github badges (#697)
  • Edits for tutorials and examples (#695)
  • Update logging, outputs, and metrics in examples (#694)