Spencer Young syoung

syoung pushed to dev at syoung/image-tiler

  • 1c56dbba7a refactor(output): rename “tile_row” to “slot_row” Signed-off-by: Spencer Young <sycode@mailbox.org>

1 month ago

syoung pushed to dev at syoung/image-tiler

  • 15ccc2cd63 fix(output): instantiate spaces string before loop Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 318b77ed04 fix(output): handle tile content Raster in output_text() Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 475b34273a feat(output): implement output_text() Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 538dc23f50 feat(tiles): add tile_dimensions to TileList Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 60c17d3375 feat(tiles): implement TileContent::dimensions() Signed-off-by: Spencer Young <sycode@mailbox.org>
  • View comparison for these 7 commits »

2 months ago

syoung pushed to dev at syoung/image-tiler

  • a808941f45 chore(lint): suppress unpredictable_function_pointer_comparisons warning Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 953e9ac163 fix(test): call load_config_tiles() serially Also make slot_grid::tests private and exclude test files from tarpaulin reports. Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 5defe6f655 chore: removed gag from from dev-dependencies Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 8a23109d09 refactor(main): return Result<(), Error> Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 80b1b6327e refactor(policy): move policy enums to lib Signed-off-by: Spencer Young <sycode@mailbox.org>

2 months ago

syoung created new branch dev at syoung/image-tiler

2 months ago

syoung pushed to master at syoung/image-tiler

  • 953e9ac163 fix(test): call load_config_tiles() serially Also make slot_grid::tests private and exclude test files from tarpaulin reports. Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 5defe6f655 chore: removed gag from from dev-dependencies Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 8a23109d09 refactor(main): return Result<(), Error> Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 80b1b6327e refactor(policy): move policy enums to lib Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 35034c851c refactor(test): move common functions into test_utils Signed-off-by: Spencer Young <sycode@mailbox.org>
  • View comparison for these 8 commits »

4 months ago

syoung pushed to master at syoung/image-tiler

  • b3f03d5e9b refactor(tile_list): introduced process_tiles_from_directory() Signed-off-by: Spencer Young <sycode@mailbox.org>
  • e1fc3335da refactor(tile_list): introduced process_tiles_from_config() Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 3d0e26fdfa refactor(tile_list): introduced initialize_data_structures() Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 6c95e6fe8f chore: update itertools, ndarray, rand, and rstest Signed-off-by: Spencer Young <sycode@mailbox.org>
  • 09218dfd20 test(tile_list): split tests into multiple files Signed-off-by: Spencer Young <sycode@mailbox.org>
  • View comparison for these 119 commits »

4 months ago

syoung pushed to master at syoung/image-tiler

  • 0f22460c37 refactor(tile_list): introduced process_tiles_from_config() Signed-off-by: Spencer Young <syoung@mailbox.org>
  • 9ea2427264 refactor(tile_list): introduced initialize_data_structures() Signed-off-by: Spencer Young <syoung@mailbox.org>
  • 2bf3e4a1cc chore: update itertools, ndarray, rand, and rstest Signed-off-by: Spencer Young <syoung@mailbox.org>
  • 4a0859cca0 test(tile_list): split tests into multiple files Signed-off-by: Spencer Young <syoung@mailbox.org>
  • 7cc60bf01b slot_grid/tests.rs: Implemented create_reproducible_grid_slot_with_tile_id_no_excl_connectors() Signed-off-by: Spencer Young <syoung@mailbox.org>
  • View comparison for these 117 commits »

4 months ago

syoung pushed to master at syoung/image-tiler

  • 99aa44b449 refactor(tile_list): introduced initialize_data_structures() Signed-off-by: Spencer Young <syoung@mailbox.org>
  • 7b05fc10b6 chore: update itertools, ndarray, rand, and rstest Signed-off-by: Spencer Young <syoung@mailbox.org>
  • 2ef1db5a01 test(tile_list): split tests into multiple files Signed-off-by: Spencer Young <syoung@mailbox.org>
  • fb9a2f5b04 slot_grid/tests.rs: Implemented create_reproducible_grid_slot_with_tile_id_no_excl_connectors() Signed-off-by: Spencer Young <syoung@mailbox.org>
  • 4eba9a3594 output.rs: Started implementation of SlotGrid::output_text() Signed-off-by: Spencer Young <syoung@mailbox.org>
  • View comparison for these 116 commits »

4 months ago

syoung pushed to master at syoung/image-tiler

  • 381a0d5048 refactor(tile_list): introduced initialize_data_structures()

5 months ago

syoung pushed to master at syoung/image-tiler

  • f88e49dba0 chore: update itertools, ndarray, rand, and rstest

5 months ago

syoung pushed to master at syoung/image-tiler

  • f663a7574e test(tile_list): split tests into multiple files

5 months ago

syoung pushed to master at syoung/image-tiler

  • 43a46eb347 slot_grid/tests.rs: Implemented create_reproducible_grid_slot_with_tile_id_no_excl_connectors()

6 months ago

syoung pushed to master at syoung/image-tiler

  • ca0ed0295a output.rs: Started implementation of SlotGrid::output_text()

6 months ago

syoung pushed to master at syoung/image-tiler

  • 9ea30e6b6c slot_grid.rs: Moved population functionality to population.rs cli.rs: Removed option --tile-type

6 months ago

syoung pushed to master at syoung/image-tiler

  • 97206ef056 tile_list.rs: TileList: Added public field tile_type

7 months ago

syoung pushed to master at syoung/image-tiler

  • 90d58650e2 tile_connection_array.rs: MockArray: Fixed type build.rs: Print script stderr on failure neighbor_associations_match_generation.py: Implemented support for older Python versions

7 months ago

syoung pushed to master at syoung/image-tiler

  • 3867698dee WIP: lib.rs: Started implementation of run() cli.rs: Removed option tile_type tests/fixtures.rs: TestLogger: Fixed multithreading common.rs: with_cwd(): Fixed dropping the guard

7 months ago

syoung pushed to master at syoung/image-tiler

  • 9adca2108d cli.rs: Arguments: Added tile_selection_policy

7 months ago

syoung pushed to master at syoung/image-tiler

  • edf1949e20 moved contents of src/tests.rs into src/tests/common|fixtures|library.rs

7 months ago

syoung pushed to master at syoung/image-tiler

  • 46e2bff0e0 tile_list.rs: TileList::new(): Removed hard-coded file formats from info message

7 months ago