Skip to content

Conversation

@marcom
Copy link
Owner

@marcom marcom commented Oct 18, 2025

bump version to v0.3.0-dev

upgrade DataStructures to v0.19

FixedSizePQ uses DataStructures.PriorityQueue.

In DataStructures v0.19 some functions were deprecated and
replaced by functions from Base.

The interface of FixedSizePQ is adapted accordingly.

old => new

enqueue! => push!
dequeue! => popfirst!
peek => first

`FixedSizePQ` uses `DataStructures.PriorityQueue`.

In `DataStructures` `v0.19` some functions were deprecated and
replaced by functions from `Base`.

The interface of `FixedSizePQ` is adapted accordingly.

old => new

`enqueue! => push!`
`dequeue! => popfirst!`
`peek     => first`
@marcom marcom merged commit 12e70b1 into main Oct 18, 2025
6 checks passed
@marcom marcom deleted the fix-datastructures-deprecations branch October 18, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants