Skip to content

Commit

Permalink
Prepare 1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkula committed Jan 22, 2016
1 parent 00b82c7 commit b708360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [Unrleased][unreleased]
## [1.3][2016-01-22]
### Changed
- all interior nodes of a tree at a given depth now share their hyperplane. This drastically reduces the memory footprint
- all interior nodes of a tree at a given depth now share their hyperplane. This drastically reduces the memory footprint
of the tree without affecting the guarantees of the data structure (which relies on the hyperplanes being independently drawn
_ between_ the trees in the forest
- this changes the structure of the model pickles, but pickles of older versions should continue to deserialize correctly
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def run_tests(self):

setup(
name='rpforest',
version='1.2',
version='1.3',
description='Random Projection Forest for approximate nearest neighbours search.',
long_description='',
packages=['rpforest'],
Expand All @@ -97,7 +97,7 @@ def run_tests(self):
author='LYST Ltd (Maciej Kula)',
author_email='data@lyst.com',
url='https://github.com/lyst/rpforest',
download_url='https://github.com/lyst/rpforest/tarball/1.2',
download_url='https://github.com/lyst/rpforest/tarball/1.3',
license='Apache 2.0',
classifiers=['Development Status :: 3 - Alpha',
'License :: OSI Approved :: Apache Software License'],
Expand Down

0 comments on commit b708360

Please sign in to comment.