Skip to content

Version 1.0.2

Compare
Choose a tag to compare
@ChristopherRabotin ChristopherRabotin released this 05 Jun 17:08
· 143 commits to master since this release

Release notes

New features

  • Now on PyPI (first version 1.0.2º).
  • Travis CI

º: I created and uploaded to PyPI an incorrect distribution for version 1.0.0, and PyPI does not support overwriting of releases (cf. this issue).

Bug fixes

  • Update mapping no longer crashes if a given model is defined on multiple indices.
  • Redundant slicing of results prevented correct iteration if start position was set and non-zero.

Release contributors

Many thanks to @JoshStegmaier for coding up #70 and to @afrancis13 for coding up #74. Thanks also to @Folcon for reporting #64.

Pull request summary

  • Fixes update mapping when model is defined on multiple indices #69
  • Removed redundant slicing that caused incorrect results #70
  • Add continuous integration #74
  • Adds PyPI support with LICENSE. Bungiesearch now in version 1.0.2. #75