https://github.com/storpipfugl/pykdtree

sort by:
Revision Author Date Message Commit Date
619bb95 Bump up version to 1.3.2 06 November 2020, 07:06:38 UTC
7139d3e Merge pull request #55 from mariusvniekerk/patch-1 Add pyx to the manifest (allow recythoning) 06 November 2020, 06:51:54 UTC
f00efd3 Add pyx to the manifest This allows future recythoning of the pyx file when the python c api changes. (which it did for py39) 12 October 2020, 15:24:08 UTC
c8599f4 Merge pull request #48 from adybbroe/python3-bdist Fix for python3 rpm-build 30 September 2020, 17:21:20 UTC
40cde6d Merge pull request #52 from bwoodsend/add-wheels-ci Add Github Action to build wheels 12 August 2020, 07:57:15 UTC
46e21f4 Add action to build wheels 10 August 2020, 16:27:53 UTC
87313dd Fix for python3 rpm-build Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se> 24 February 2020, 14:57:09 UTC
18d95a2 Merge pull request #43 from djhoese/master Change OSX installation to not use OpenMP without conda interpreter 22 January 2019, 17:37:24 UTC
3e4a3a0 Update installation instructions with new OpenMP information 21 January 2019, 19:59:32 UTC
1c29839 Change OSX installation to not use OpenMP without conda interpreter 21 January 2019, 19:55:26 UTC
188f815 Merge pull request #40 from storpipfugl/bugfix/check_bounds Bugfix/check bounds 26 November 2018, 20:23:18 UTC
7d3194f new file: Makefile 06 November 2018, 14:49:07 UTC
57c91dd pykdtree/_kdtree_core.c.mako: fix overflow in bounding box calculation for large dims 06 November 2018, 14:46:52 UTC
fee374a pykdtree/kdtree.pyx: limit number of dimensions to 127 to avoid overflow 06 November 2018, 14:46:08 UTC
be73c92 Added test for max dims and implemented dims bound check 06 November 2018, 08:49:01 UTC
18ed423 Merge pull request #36 from QuLogic/mask-docs Clarify shapes of query and mask points. 22 October 2018, 21:37:51 UTC
334102e Merge pull request #34 from QuLogic/setup-license Update license classifier. 22 October 2018, 06:49:30 UTC
6cde8fe Clarify shapes of query and mask points. Query points does not necessarily have to be the same length as the data points, and mask points should be. Use different letters to make that clear. 19 October 2018, 22:35:12 UTC
79c2f88 Update license classifier. Fixes #31. 19 October 2018, 21:27:39 UTC
4447822 Merge branch 'pre-master' of git://github.com/storpipfugl/pykdtree into pre-master 22 June 2018, 09:04:39 UTC
13a56b7 Bump version to v1.3.1 Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se> 22 June 2018, 09:03:26 UTC
330f8b0 Merge pull request #30 from djhoese/bugfix-mask Fix mask parameter when input data points are not ordered 22 June 2018, 08:59:31 UTC
85ada5f Update test environments to use python 3.6 and conda-forge on appveyor 18 June 2018, 00:31:46 UTC
33dd82a Fix mask parameter when input data points are not ordered 17 June 2018, 12:37:46 UTC
1f86a1c Merge pull request #29 from djhoese/pre-master Add license file to source distribution 15 June 2018, 17:13:57 UTC
a0558ba Add python_requires to setup.py 08 June 2018, 19:46:47 UTC
bd2d1aa Add license file to source distribution 08 June 2018, 19:45:10 UTC
bd16c4a New version v1.3.0 released 01 June 2018, 07:18:34 UTC
d7f62a8 Merge pull request #28 from davidh-ssec/pre-master Add 'mask' keyword argument to query method 12 March 2018, 20:42:51 UTC
c44cf65 Add `mask` keyword argument to query method 04 March 2018, 17:38:23 UTC
25c845d Merge pull request #26 from jmozmoz/fix_openmp_msvc_2 Make Visual C++ happy: signed loop variables in OpenMP for statement - version 2 28 November 2017, 20:32:10 UTC
64120cb Merge pull request #25 from jmozmoz/clean_spaces Remove trailing spaces 28 November 2017, 20:25:33 UTC
302d257 Change line ends to unix style 03 November 2017, 00:24:10 UTC
898fbda Add OpenMP to Windows test builds 03 November 2017, 00:21:09 UTC
0b01bb5 Add OpenMP to Windows test builds 03 November 2017, 00:21:08 UTC
23e50f0 Make Visual C++ happy: signed loop variables in OpenMP for statement avoid error: error C3016: 'XXX': index variable in OpenMP 'for' statement must have signed integral type 03 November 2017, 00:17:17 UTC
ccd4e99 Remove trailing spaces 02 November 2017, 23:58:55 UTC
2558575 README.rst: Added release note 03 June 2017, 12:06:55 UTC
d741dd6 README.rst: Added appveyor status icon for master branch 03 June 2017, 11:56:41 UTC
bde5299 appveyor.yml: fix miniconda version for python 2 03 June 2017, 11:40:00 UTC
696bccd Release v1.2.2 03 June 2017, 11:32:52 UTC
3d5531f Merge pull request #20 from pytroll/pre-master Add setup.cfg 03 June 2017, 11:10:37 UTC
d54cb90 Add setup.cfg Signed-off-by: Adam.Dybbroe <a000680@c20671.ad.smhi.se> 21 April 2017, 07:00:47 UTC
7b7e838 Merge pull request #17 from davidh-ssec/pre-master Fix bug when numpy isn't installed and builtins is a dict 04 April 2017, 18:45:26 UTC
ee2eb47 Fix bug when numpy isn't installed and builtins is a dict 10 January 2017, 15:15:09 UTC
8c097ce Merge pull request #14 from davidh-ssec/pre-master Add section to readme about installing pykdtree on appveyor 05 September 2016, 12:39:23 UTC
21acc9a Add section to readme about installing pykdtree on appveyor 02 September 2016, 18:15:58 UTC
6a9a21f .travis.yml: Added OpenMP env variables 28 July 2016, 20:24:55 UTC
06c5499 pykdtree/test_tree.py: Updated comments in pykdtree/test_tree.py 27 July 2016, 19:09:57 UTC
b207a99 Release v1.2.1 27 July 2016, 18:59:07 UTC
2938036 Merge pull request #13 from davidh-ssec/pre-master Fix openmp private variable bug 27 July 2016, 18:51:06 UTC
f27543e Increase test's large query size to 60000 points 27 July 2016, 13:32:46 UTC
ec85df2 Add test with 450 query points to test openmp 26 July 2016, 15:09:51 UTC
6de9537 Fix openmp private variable bug After moving variable declaration to top of function for Windows compatibility, I forgot to declare the openmp private variables which causes issues on some platforms. 26 July 2016, 14:31:17 UTC
281aa13 Release v1.2.0 25 July 2016, 18:38:21 UTC
aab115c Merge pull request #11 from davidh-ssec/pre-master Add basic Windows support 19 July 2016, 20:52:05 UTC
325c03c Add missing headers to 32-bit python 2.7 compiler directory It seems to be different than the others. 18 July 2016, 20:43:13 UTC
9ec7f63 Add script to download missing Windows headers for MSVC 2008 18 July 2016, 20:03:55 UTC
47aecd2 Remove openmp from appveyor build 18 July 2016, 19:47:50 UTC
786eb36 Fix conda install list for appveyor 18 July 2016, 19:20:23 UTC
33747bb Add optimization and openmp compile flags for msvc compiler 18 July 2016, 18:40:53 UTC
9e1d8c3 Add appveyor config for testing on windows 18 July 2016, 18:04:33 UTC
5e20c52 Make kdtree C code compatible with microsoft visual studio 15 July 2016, 00:19:09 UTC
0bfef15 Fix string concatenation in setup.py Windows doesn't seem to like concatenating strings inside a tuple, but it works fine on *nix systems. I saw installation problems on appveyor for python 2.7 and 3.4. This should fix this. 15 July 2016, 00:19:09 UTC
497fcf1 setup.py: Bumped to v1.1.1 due incorrect pypi release 28 February 2016, 22:14:20 UTC
153bd64 Release v1.1 28 February 2016, 21:35:41 UTC
40a3e52 .travis.yml: Add python 3.5 to python versions 28 February 2016, 21:27:50 UTC
57742ff pykdtree/kdtree.pyx: Fix issue #7 28 February 2016, 21:25:02 UTC
55d09d0 Merge pull request #6 from mitkin/master Move numpy import to build_ext class 16 December 2015, 20:37:30 UTC
0c66db6 Make travis install and test the package Provide .travis.yml file and indicate test dependency in `test_requires` in setup.py 08 December 2015, 09:36:01 UTC
92224dc Get numpy include dir path from within build_ext class Currently numpy is imported before it is installed as a dependecy. As a workaround, append results of `numpy.get_include` method to the `build_ext.include_dirs` list in the customized `build_ext` class. To obtain numpy in the first place it is necesssary to include it in the `setup_requires` section 08 December 2015, 08:30:55 UTC
25624d4 Switched license from GPLv3 to LGPLv3 04 February 2015, 19:50:18 UTC
bd595bb Updated changelog 16 November 2014, 16:01:50 UTC
0e357dc Avoid zipping of eggs. Added test suite collector to setup.py.. Changed Development status to stable as pykdtree has been used in production for years now 16 November 2014, 15:53:47 UTC
0c9166d Merge pull request #5 from invisibleroads/patch-1 Prevent python-eggs extraction errors 16 November 2014, 15:16:56 UTC
d4bbd58 Prevent python-eggs extraction errors 11 November 2014, 16:29:26 UTC
f91b7cf Merge pull request #4 from mraspaud/patch-1 Update README.rst 16 January 2014, 11:54:26 UTC
43a3b8f Update README.rst Typo that made the example code incorrect. 16 January 2014, 10:50:37 UTC
551c07b updated readme 10 June 2013, 06:20:26 UTC
66b2617 changed development status to Beta 03 June 2013, 12:59:00 UTC
e96dc07 updated README and bumped version 31 May 2013, 06:42:14 UTC
f5f2fdc added comment 31 May 2013, 06:11:50 UTC
d5c5ef2 reduced memory allocation for leaf nodes 31 May 2013, 06:11:50 UTC
2734817 set default leafsize to 16 to reduce memory usage and improve performance 31 May 2013, 06:11:50 UTC
c0c849d Merge pull request #1 from davidh-ssec/pre-master get numpy header location from numpy.get_include() 30 May 2013, 12:18:04 UTC
aaadeb8 get numpy header location from numpy.get_include() 26 May 2013, 18:08:20 UTC
020c987 added manifest and more unit tests 16 May 2013, 12:19:56 UTC
111c7f2 added templates 15 May 2013, 15:38:28 UTC
a366620 float32 working 15 May 2013, 15:37:35 UTC
f348719 corrected readme 08 February 2013, 12:28:15 UTC
47a1587 corrected readme 08 February 2013, 09:55:24 UTC
0db2d52 updated readme 08 February 2013, 09:47:32 UTC
e77f512 added benchmarks to readme 08 February 2013, 09:40:41 UTC
ff388c2 added cinit and corrected dealloc 07 February 2013, 09:49:14 UTC
78bef05 added test section to readme 07 February 2013, 07:44:56 UTC
168cff7 added credits to scipy.spatial and libANN 06 February 2013, 13:56:59 UTC
be64b2b added README and code comments 06 February 2013, 10:38:38 UTC
b00acc1 finalized setup.py and added license 06 February 2013, 09:58:28 UTC
17c0f78 added docstrings and argument validation 06 February 2013, 07:44:47 UTC
b693a8b Implemented epsilon 05 February 2013, 11:50:00 UTC
back to top