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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [0.2.10] - 2025-11-18

### Changed
- Make version requirement more flexible for `platformdirs` dependency, from `>=4.4` to `>=4`.

## [0.2.9] - 2025-11-13

### Added
Expand Down Expand Up @@ -137,4 +142,4 @@ All notable changes to this project will be documented in this file.
- Core utility functions for TabPFN
- Regression prediction result handling
- Data processing and serialization utilities
- Basic project structure and testing framework
- Basic project structure and testing framework
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tabpfn-common-utils"
version = "0.2.9"
version = "0.2.10"
description = "Utilities shared between TabPFN codebases"
readme = "README.md"
authors = [
Expand Down