Skip to content

Tags: JuliaLang/Compat.jl

Tags

v4.16.0

Toggle v4.16.0's commit message
[Diff since v4.15.0](v4.15.0...v4.16.0)

**Merged pull requests:**
- Explain the compat workflow for functions (#827) (@gdalle)
- Add `Fix{N}` for fixing a single positional argument at any position (#829) (@MilesCranmer)
- Add `insertdims` (#830) (@mcabbott)

**Closed issues:**
- Add `Fix{N}` utility for fixing an argument (#828)

v4.15.0

Toggle v4.15.0's commit message
[Diff since v4.14.0](v4.14.0...v4.15.0)

**Merged pull requests:**
- Add `chopprefix`, `chopsuffix` (#788) (#825) (@dhanak)
- Run CI against julia v1.11, too (#826) (@martinholters)

**Closed issues:**
- Add `chop{suffix|prefix}` (#788)

v4.14.0

Toggle v4.14.0's commit message
[Diff since v4.13.0](v4.13.0...v4.14.0)

**Merged pull requests:**
- logrange (#821) (@mcabbott)

**Closed issues:**
- No release Tags since v4.10.0 ? (#822)

v4.12.0

Toggle v4.12.0's commit message
[Diff since v4.10.1](v4.10.1...v4.12.0)

v4.11.0

Toggle v4.11.0's commit message
[Diff since v4.10.0](v4.10.0...v4.11.0)

**Merged pull requests:**
- Update version comment of keepat! (#806) (@jonas-schulze)
- pkgversion (#807) (@palday)
- Backport `public` support to release-3 (#808) (@LilithHafner)
- Mention the availability of `public` in compat 3.47 (#809) (@LilithHafner)
- Fix `current_exceptions` test on nightly (#810) (@martinholters)
- Revert "`sort` for NTuple and other iterables (#804)" (#812) (@martinholters)

v4.10.1

Toggle v4.10.1's commit message
[Diff since v4.10.0](v4.10.0...v4.10.1)

**Merged pull requests:**
- Update version comment of keepat! (#806) (@jonas-schulze)
- Backport `public` support to release-3 (#808) (@LilithHafner)
- Mention the availability of `public` in compat 3.47 (#809) (@LilithHafner)
- Fix `current_exceptions` test on nightly (#810) (@martinholters)
- Revert "`sort` for NTuple and other iterables (#804)" (#812) (@martinholters)

v3.47.0

Toggle v3.47.0's commit message
[Diff since v3.46.2](v3.46.2...v3.47.0)

**Merged pull requests:**
- Support `round`/`trunc`/`ceil`/`floor` for `Bool` (#799) (@mtfishman)
- Add `redirect_stdio` (feature from `v1.7`) (#801) (@MilesCranmer)
- Run CI against julia v1.10, too (#802) (@martinholters)
- `sort` for NTuple and other iterables (#804) (@mtfishman)
- Add `public` to the `@compat` macro (#805) (@LilithHafner)
- Update version comment of keepat! (#806) (@jonas-schulze)
- Backport `public` support to release-3 (#808) (@LilithHafner)
- Mention the availability of `public` in compat 3.47 (#809) (@LilithHafner)
- Fix `current_exceptions` test on nightly (#810) (@martinholters)

**Closed issues:**
- Support `round`/`trunc`/`ceil`/`floor` for `Bool` (#798)
- `sort` for `NTuple` and other iterables (#803)

v4.13.0

Toggle v4.13.0's commit message
[Diff since v4.10.0](v4.10.0...v4.13.0)

**Merged pull requests:**
- Update version comment of keepat! (#806) (@jonas-schulze)
- pkgversion (#807) (@palday)
- Backport `public` support to release-3 (#808) (@LilithHafner)
- Mention the availability of `public` in compat 3.47 (#809) (@LilithHafner)
- Fix `current_exceptions` test on nightly (#810) (@martinholters)
- Revert "`sort` for NTuple and other iterables (#804)" (#812) (@martinholters)
- Define `VersionNumber(::VersionNumber)` (#816) (@omus)
- `allequal(f, itr)` and `allunique(f, itr)` (#818) (@mcabbott)
- `Iterators.cycle(iter, n)` (#819) (@mcabbott)

v4.10.0

Toggle v4.10.0's commit message
[Diff since v4.9.0](v4.9.0...v4.10.0)

**Merged pull requests:**
- Add `public` to the `@compat` macro (#805) (@LilithHafner)

v4.9.0

Toggle v4.9.0's commit message
[Diff since v4.8.0](v4.8.0...v4.9.0)

**Closed issues:**
- `sort` for `NTuple` and other iterables (#803)

**Merged pull requests:**
- `sort` for NTuple and other iterables (#804) (@mtfishman)