https://github.com/storpipfugl/pykdtree
Raw File
Tip revision: 342bbc7427003ca7f82f3416eae64055eff49d44 authored by David Hoese on 29 November 2023, 18:28:01 UTC
Update release notes for v1.3.10
Tip revision: 342bbc7
CHANGELOG.md
## Version 1.3.10 (2023/11/29)

### Pull Requests Merged

#### Bugs fixed

* [PR 102](https://github.com/storpipfugl/pykdtree/pull/102) - Switch to Cython 3 in build process

In this release 1 pull request was closed.


## Version 1.3.9 (2023/09/22)

### Pull Requests Merged

#### Features added

* [PR 98](https://github.com/storpipfugl/pykdtree/pull/98) - Switch to cibuildwheel for wheel building

In this release 1 pull request was closed.


## Version 1.3.8 (2023/09/21)


## v1.3.6

Fix Python 3.11 compatibility and build Python 3.11 wheels

## v1.3.5

Build Python 3.10 wheels and other CI updates

## v1.3.4

Fix Python 3.9 wheels not being built for linux

## v1.3.3

Add compatibility to python 3.9

## v1.3.2

Change OSX installation to not use OpenMP without conda interpreter

## v1.3.1

Fix masking in the "query" method introduced in 1.3.0

## v1.3.0

Keyword argument "mask" added to "query" method. OpenMP compilation now works for MS Visual Studio compiler

## v1.2.2

Build process fixes

## v1.2.1Fixed OpenMP thread safety issue introduced in v1.2.0

## v1.2.0

64 and 32 bit MSVC Windows support added

## v1.1.1

Same as v1.1 release due to incorrect pypi release

## v1.1

Build process improvements. Add data attribute to kdtree class for scipy interface compatibility

## v1.0

Switched license from GPLv3 to LGPLv3

## v0.3

Avoid zipping of installed egg

## v0.2

Reduced memory footprint. Can now handle single precision data internally avoiding copy conversion to double precision. Default leafsize changed from 10 to 16 as this reduces the memory footprint and makes it a cache line multiplum (negligible if any query performance observed in benchmarks). Reduced memory allocation for leaf nodes. Applied patch for building on OS X.

## v0.1

Initial version.
back to top