Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,30 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Bug Fixes

- Impls and updates sparse, tensor, and helper APIs
- Adds property tests, expands helpers, updates some tooling
- Completes complex bridges, null helper behavior, and extension registry coverage
- Bumps arrow support to 58

### Miscellaneous Tasks

- Patches error in justfile prepare-release version update
- Updates docs, addresses ci
- Updates ci and pr
- Fixes dependabot

## [0.0.1] - 2026-03-05

### Miscellaneous Tasks

- Setting up repo
- Adds license
- Rename to ndarrow
- Drops version to 0.0.1
- Patches incorrect flag in bench step
- Prepare release v0.0.1 (#8)

### Build

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "3"

[workspace.package]
version = "0.0.1"
version = "0.0.2"
edition = "2024"
rust-version = "1.85"
authors = ["George Lee Patterson <patterson.george@gmail.com>", "Niklaus Parcell <nik.parcell@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allocation overhead.

```toml
[dependencies]
ndarrow = "0.0.1"
ndarrow = "0.0.2"
```

## What It Does
Expand Down
20 changes: 11 additions & 9 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
## [0.0.1] - 2026-03-05
## [0.0.2] - 2026-03-05

### Miscellaneous Tasks
### Bug Fixes

- Setting up repo
- Adds license
- Rename to ndarrow
- Drops version to 0.0.1
- Patches incorrect flag in bench step
- Impls and updates sparse, tensor, and helper APIs
- Adds property tests, expands helpers, updates some tooling
- Completes complex bridges, null helper behavior, and extension registry coverage
- Bumps arrow support to 58

### Build
### Miscellaneous Tasks

- Fixes ci coverage
- Patches error in justfile prepare-release version update
- Updates docs, addresses ci
- Updates ci and pr
- Fixes dependabot