Skip to content

Commit

Permalink
Merge pull request lyst#11 from maciejkula/new_release
Browse files Browse the repository at this point in the history
Prepare 1.2 release.
  • Loading branch information
maciejkula committed Jan 6, 2016
2 parents 142ffeb + ffe06d9 commit 67daafd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased][unreleased]
## [1.2][2016-01-06]
### Changed
- `fit` can be safely called multiple times on the same model instance.
- `shrink_to_fit` removed, reducing dependency on C++11 stdlib.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run_tests(self):

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

0 comments on commit 67daafd

Please sign in to comment.