Skip to content

Releases: icaros-usc/pyribs

pyribs 0.3.1

06 Mar 06:15
Compare
Choose a tag to compare

This release features various bug fixes and improvements. In particular, we have added tests for SlidingBoundariesArchive and believe it is ready for more rigorous use.

Changelog

  • Move SlidingBoundariesArchive out of experimental by adding tests and fixing bugs (#93)
  • Added nicer figures to the Sphere example with grid_archive_heatmap (#86)
  • Added testing for Windows and MacOS (#83)
  • Fixed package metadata e.g. description

pyribs 0.3.0

06 Feb 05:00
Compare
Choose a tag to compare

pyribs is now in beta. Since our alpha release (0.2.0), we have polished the library and added new tutorials and examples to our documentation.

Changelog

  • Added a Lunar Lander example that extends the lunar lander tutorial (#70)
  • Added New Tutorial: Illuminating the Latent Space of an MNIST GAN (#78)
  • GridArchive: Added a boundaries attribute with the upper and lower bounds of each dimension's bins (#76)
  • Fixed a bug where CMA-ME emitters do not work with float32 archives (#74)
  • Fixed a bug where Optimizer is able to take in non-unique emitter instances (#75)
  • Fixed a bug where GridArchive failed for float32 due to a small epsilon (#81)
  • Fix issues with bounds in the SlidingBoundaryArchive (#77)
  • Added clearer error messages for archives (#82)
  • Modified the Python requirements to allow any version above 3.6.0 (#68)
  • The wheel is now fixed so that it only supports py3 rather than py2 and py3 (#68)
  • Miscellaneous documentation fixes (#71)

pyribs 0.2.1

30 Jan 06:35
866f320
Compare
Choose a tag to compare
pyribs 0.2.1 Pre-release
Pre-release

Changelog

  • Package metadata fixes (author, email, url)
  • Miscellaneous documentation improvements

pyribs 0.2.0

29 Jan 13:53
Compare
Choose a tag to compare
pyribs 0.2.0 Pre-release
Pre-release

Alpha release