Skip to content

Commit

Permalink
Bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Jul 17, 2024
1 parent 08e708e commit 4216c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "startinpy"
version = "0.11.0-beta3"
version = "0.11.0"
authors = ["Hugo Ledoux <[email protected]>"]
license = "MIT"
homepage="https://github.com/hugoledoux/startinpy"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.0] - XXX
## [0.11.0] - 2024-07-17
### Changed
- breaking change: all functions taking one location as argument (in 2D or 3D), now take an array `[x, y, z]` instead of the separate coordinates as different arguments. This harmonise all functions, and is better when dealing with NumPy. Functions affected: `insert_one_pt()`, `closest_point()`, `locate()`, and `is_inside_convex_hull()`.
- improve the pydocs + added a section about the extra attributes
Expand Down

0 comments on commit 4216c44

Please sign in to comment.