Releases: NatLabRockies/reVRt
Releases · NatLabRockies/reVRt
Minor bug fix
What's Changed
Features
Bug Fixes
Chores
- Build(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1 (#273) @dependabot[bot]
- Build(deps): Bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 (#274) @dependabot[bot]
- Build(deps): Bump github/codeql-action from 4.35.4 to 4.35.5 (#275) @dependabot[bot]
More fixes
Fix masks not loading properly
What's Changed
Bug Fixes
Chores
- Build(deps): Bump release-drafter/release-drafter from 7.2.1 to 7.3.0 (#267) @dependabot[bot]
- Build(deps): Bump github/codeql-action from 4.35.3 to 4.35.4 (#269) @dependabot[bot]
- Build(deps): Bump benchmark-action/github-action-benchmark from 1.22.0 to 1.22.1 (#268) @dependabot[bot]
- Build(deps): Bump github/codeql-action from 4.35.2 to 4.35.3 (#265) @dependabot[bot]
- Build(deps): Bump release-drafter/release-drafter from 7.2.0 to 7.2.1 (#266) @dependabot[bot]
- Update deps (#264) @ppinchuk
- Build(deps): Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#263) @dependabot[bot]
Support Barriers
What's Changed
Features
- Add support for barriers (#256) @ppinchuk
- Add various cleanup (#262) @ppinchuk
- Minor tweaks (#255) @ppinchuk
- Add long-range A* implementation (#253) @ppinchuk
- Add A-star support (#251) @ppinchuk
Updates
Chores
- Build(deps): Bump actions-rs/cargo from 1.0.1 to 1.0.3 (#259) @dependabot[bot]
- Build(deps): Bump actions-rs/toolchain from 1.0.6 to 1.0.7 (#260) @dependabot[bot]
- Build(deps): Bump codecov/codecov-action from 5.5.2 to 6.0.0 (#261) @dependabot[bot]
- Build(deps): Bump github/codeql-action from 4.35.1 to 4.35.2 (#258) @dependabot[bot]
- Build(deps): Bump rand from 0.10.0 to 0.10.1 (#254) @dependabot[bot]
- Use hashes for GHA (#252) @ppinchuk
- Build(deps): Bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (#250) @dependabot[bot]
Barrier Support (Rust)
What's Changed
- Add A-star support by @ppinchuk in #251
- Build(deps): Bump release-drafter/release-drafter from 7.1.1 to 7.2.0 by @dependabot[bot] in #250
- Add long-range A* implementation by @ppinchuk in #253
- Use hashes for GHA by @ppinchuk in #252
- Build(deps): Bump rand from 0.10.0 to 0.10.1 by @dependabot[bot] in #254
- Minor tweaks by @ppinchuk in #255
- Update tracked layers to match cost inputs by @ppinchuk in #257
- Build(deps): Bump github/codeql-action from 4.35.1 to 4.35.2 by @dependabot[bot] in #258
- Build(deps): Bump codecov/codecov-action from 5.5.2 to 6.0.0 by @dependabot[bot] in #261
- Build(deps): Bump actions-rs/toolchain from 1.0.6 to 1.0.7 by @dependabot[bot] in #260
- Build(deps): Bump actions-rs/cargo from 1.0.1 to 1.0.3 by @dependabot[bot] in #259
- Add various cleanup by @ppinchuk in #262
- Add support for barriers by @ppinchuk in #256
Full Changelog: r0.1.2...r0.1.3
Add support for Bidirectional Dijkstras
What's Changed
- No changes
Add new algo
Add support for Bidirectional Dijkstras
Long-range Python release (Fix)
What's Changed
- No changes
Long range routing Python release
Allow users to specify swap file
Allow users to specify location of temp file (#231) * Update docs * Allow users to specify cost fp * `find_paths` can now also accept a log level * Update variable name * Add logging * Add dimension names * Add unit test for `routing_layer_out_fp` * Add integration test for writing to file * Add `routing_layer_out_fp` input to `process` * Add routing CLI utilities * Add missing dependency * Use `routing_layer_mover` context * Functions now have a `save_routing_layer` input * Add test * Add tests for saved routing layer output * Update verbosity level * PR review updates * Update docs * Update username handling * Clarify copilot instructions * Fix docstring * Update docs * Add tests * Fixes * Minor fixes * Add `_with_swap` functions * bump version * Add noqa