Skip to content

Commit 170f173

Browse files
authored
make sure we pass C contiguous arrays to arro3 (#168)
* avoid the annoying "buffer is not C contiguous" error * check for non-contigous arrays * bump lock file * clean up changelog * changelog section * changelog * [skip-ci]
1 parent 0b7f4b5 commit 170f173

File tree

4 files changed

+830
-755
lines changed

4 files changed

+830
-755
lines changed

docs/changelog.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
## 0.2.1 (_unreleased_)
3+
## 0.3.0 (_unreleased_)
4+
5+
### New features
6+
7+
### Breaking changes
8+
9+
### Bug fixes
10+
11+
- make sure arrays passed to `arro3` are C contiguous ({pull}`168`)
12+
13+
### Documentation
14+
15+
## 0.2.1 (2025-08-05)
416

517
### New features
618

@@ -10,13 +22,9 @@
1022

1123
- drop support for python 3.10 ({pull}`162`)
1224

13-
### Bug fixes
14-
1525
### Documentation
1626

17-
- Documentation Contributer Guide + Github Button ({pull}`137`)
18-
19-
### Internal changes
27+
- Documentation Contributor's Guide + Github Button ({pull}`137`)
2028

2129
## 0.2.0 (2025-02-12)
2230

0 commit comments

Comments
 (0)