Skip to content

Tags: Tokazama/StaticRanges.jl

Tags

v0.8.3

## StaticRanges v0.8.3

[Diff since v0.8.2](v0.8.2...v0.8.3)

v0.8.2

## StaticRanges v0.8.2

[Diff since v0.8.1](v0.8.1...v0.8.2)

* Utilize new stuff in ArrayInterface
* Make resizing methods more generic

v0.8.1

## StaticRanges v0.8.1

[Diff since v0.8.0](v0.8.0...v0.8.1)

- Update for consistency with new release of ArrayInterface

v0.8.0

## StaticRanges v0.8.0

[Diff since v0.7.1](v0.7.1...v0.8.0)

* these are no longer export b/c could move to other packages in the future:
    - axes_type
    - order,
    - ordmax,
    - ordmin,
    - gtmax,
    - ltmax,
    - eqmax,
    - gtmin,
    - ltmin,
    - eqmin,
    - group_max,
    - group_min,
    - cmpmax,
    - mpmin,
    - min_of_group_max,
    - max_of_group_min,
    - is_forward,
    - is_reverse,
    - is_ordered,
    - is_within,
    - is_after,
    - is_before,
    - is_contiguous,
    - is_static,
    - is_within,
    - merge_sort,
    - push,
    - pushfirst,
    - Continuity,
    - Continuous,
    - Discrete,
    - similar_type,
    - vcat_sort
* These are no longer defined (plan to move to other dependencies in the future):
   - pop
   - popfirst
* StaticArrays is no longer a dependency
   - StaticRanges.is_dynamic -> ArrayInterface.can_chang_size

v0.7.1

## StaticRanges v0.7.1

[Diff since v0.7.0](v0.7.0...v0.7.1)

Internal changes utilizing ArrayInterface's new range traits.

v0.7.0

## StaticRanges v0.7.0

[Diff since v0.6.14](v0.6.14...v0.7.0)

v0.6.14

## StaticRanges v0.6.14

[Diff since v0.6.13](v0.6.13...v0.6.14)

v0.6.13

## StaticRanges v0.6.13

[Diff since v0.6.12](v0.6.12...v0.6.13)

v0.6.12

## StaticRanges v0.6.12

[Diff since v0.6.11](v0.6.11...v0.6.12)

v0.6.11

## StaticRanges v0.6.11

[Diff since v0.6.10](v0.6.10...v0.6.11)