v0.18.14
DataStructures v0.18.14
Closed issues:
- Iterating a SortedDict causes memory allocation (#93)
- SortedDict construction tripped up by tuples and Any (#239)
- SortedSet confusion with keys that sort (but not compare) the same (#528)
- Revising sorted collections documentation (#667)
- Semitokens versus tokens in sorted containers (#669)
- sorted containers do not have reverse iterators (#671)
- Misleading doc for
insert!(sc, k)
(#726) - Merge for sorted containers too slow (#742)
- missing some generic interfaces for sorted containers (#767)
- Seeking advice: SortedDict constructors (#781)
- Updating a SortedMultiDict (#815)
- DefaultDict(Dict) does not work as expected (#817)
- Sorted container documentation not updated on github.io (#819)
- Latest released version doesn't seems to contain the code (#831)
- BinaryTree limit depth (#834)
- RobinDict infinite loop (#835)
- The
dev
documentation is not up to date. (#839) - Big invalidation method: iterate(v::Union{Base.KeySet{<:Any, <:DataStructures.SwissDict}, Base.ValueIterator{<:DataStructures.SwissDict}}, state) (#841)
- typos (#848)
- Tag a new version (#855)
- Base.in(x, KeySet{OrderedRobinDict}) should not use
get
(#857)
Merged pull requests:
- Sortedcontainerupdates (#787) (@StephenVavasis)
- Improved Queue and Stack Documentation + docstrings (#809) (@lfenzo)
- Make binary heap tests slightly stricter (#824) (@LilithHafner)
- Add Invalidations.yml [ci skip] [skip tests] (#825) (@ranocha)
- remove unbound type parameters (#826) (@nsajko)
- remove resizing of internal fields in int set tests (#832) (@KristofferC)
- Update the version of Documenter.jl (#840) (@hyrodium)
- Add num_groups for DisjointSets to documentation (#843) (@ew-git)
- Fix RobinDict get! getting into infinite loop. Closes #835 (#846) (@dantaras)
- Fix typo in Deque documentation (#847) (@mananbordia)
- fix typos (#849) (@spaette)
- enable dependabot for GitHub actions (#850) (@ranocha)
- Bump actions/checkout from 2 to 3 (#851) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#852) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#853) (@dependabot[bot])
- Allocs (#856) (@JoaoAparicio)
- fix: check key values, not
get
return for haskey(k, orderedrobindict) (#858) (@mrufsvold)