Skip to content

Releases: mapmanager/brightest-path-lib

v1.0.7

18 Apr 13:43
932b34c
Compare
Choose a tag to compare

Version 1.0.7

Commits

v1.0.6

18 Apr 13:36
82a42ed
Compare
Choose a tag to compare

Version 1.0.6

Commits

  • [82a42ed] Merge pull request #30 from mapmanager/publish
  • [39a4cc0] use cibuildwheel

v1.0.5

18 Apr 06:07
bee6711
Compare
Choose a tag to compare

Version 1.0.5

Commits

  • [bee6711] Merge pull request #29 from mapmanager/publish
  • [8e6260f] use another github action to build wheels

v1.0.4

18 Apr 05:37
d150785
Compare
Choose a tag to compare

Version 1.0.4

Commits

v1.0.3

18 Apr 05:18
f5a40ff
Compare
Choose a tag to compare

Version 1.0.3

Commits

  • [f5a40ff] Merge pull request #27 from mapmanager/publish
  • [9ef25e1] create and publish wheel for all platforms

v1.0.2

18 Apr 04:53
7961a10
Compare
Choose a tag to compare

Version 1.0.2

Commits

v1.0.1

18 Apr 04:48
ca21045
Compare
Choose a tag to compare

Version 1.0.1

Commits

  • [ca21045] Merge pull request #25 from mapmanager/docs
  • [b81061c] try fixing pythran build

v1.0.0

18 Apr 04:17
10eaf67
Compare
Choose a tag to compare

Version 1.0.0

Commits

  • [10eaf67] Merge pull request #24 from mapmanager/docs
  • [bd1fec8] workflows for github release and publish
  • [48dd035] Merge pull request #22 from mapmanager/docs
  • [315d053] tutorials
  • [417e4ea] Merge pull request #21 from mapmanager/docs
  • [b1c0eb4] Added API documentation
  • [80db698] Merge pull request #20 from mapmanager/docs
  • [46ec3f0] add index.md
  • [d0ac721] Merge pull request #19 from mapmanager/docs
  • [a1d5888] unlfs
  • [7203b86] Merge pull request #18 from mapmanager/docs
  • [8882a94] try removing git-lfs
  • [6aa8ab7] Merge pull request #17 from mapmanager/docs
  • [ae0d899] install git-lfs via apt-get
  • [dd5cc5e] Merge pull request #16 from mapmanager/docs
  • [4183d59] install git-lfs on action runner
  • [108108d] Merge pull request #15 from mapmanager/docs
  • [1e3cff5] add github action workflow for publishing mkdocs
  • [31c89ec] Merge pull request #14 from mapmanager/docs
  • [1f896df] adding documentation
  • [cb03457] Tests + documentation
  • [69ae9b6] use transonic to optimize cost and heuristic functions for A*
  • [50b6757] BUG FIX: 3D heap comparison failure
  • [2b3d6c3] First implementation: nbastar
  • [491cafd] New node for bidirectional search
  • [c9bc0ae] Merge pull request #13 from mapmanager/feature/astar2D
  • [c57711e] BUG FIX: fixed algorithm for 3D images
  • [c112a39] Merge pull request #11 from mapmanager/feature/astar2D
  • [f032ae0] fixes for 2D coordinates and visualization
  • [09fc27d] add queue to astar algorithm to show points being looked at
  • [ae448b4] Merge pull request #10 from mapmanager/feature/astar2D
  • [19e7a22] modify CI to run tests only on pr/push to main
  • [5138425] add badges to readme
  • [9e8bb4e] Merge pull request #9 from mapmanager/feature/astar2D
  • [188d6ea] CI: remove codecov token
  • [9797fb3] Merge pull request #8 from mapmanager/feature/astar2D
  • [7b0b0ce] CI: add code coverage
  • [070f2dc] Merge pull request #7 from mapmanager/feature/astar2D
  • [d26ac3b] search in images with dtype np.uint8, np.uint16 and np.uint32
  • [7ceb290] TESTS: for astar.py
  • [f0d75b9] Merge pull request #6 from mapmanager/feature/astar2D
  • [0c7e283] TESTS: for reciprocal.py
  • [e977b80] Merge pull request #5 from mapmanager/feature/astar2D
  • [e5d76c5] TESTS: for euclidean.py
  • [b7bf556] Merge pull request #4 from mapmanager/feature/astar2D
  • [d417a6d] TESTS: classes-node.py, stats.py
  • [3aebb39] Merge pull request #3 from mapmanager/feature/astar2D
  • [f7c94ee] fix test
  • [6814c77] fix ci
  • [72bf935] fix ci