Skip to content

Conversation

@tomarnepedersen
Copy link
Collaborator

  • vectorTime may now be a single float (exact time) or a list of two floats [from, to]. vectorRange is removed from settings file.
  • evolveTime is changed to situationDevelopTime.
  • Removed Basemap-package and added pyproj package.
  • Small update of ruff.toml file to remove a few warnings.
  • Documented the use of Waypoints for own ship.
  • camelCasing used for encounter settings; was previously snake_case.
  • Added missing info and spelling errors in data/example_situation_input.
  • Numpy cross product only allowed for 3D vectors from numpy 2; manually calculating the cross product for 2D vectors in method: calculate_min_vector_length_target_ship.
  • Updated documentation; fix spelling errors, add link to github.io, explain Usage, add note on defining python version with uv sync, add note on activating venv.
  • Fix build issues; move click and click-log to non-dev dependencies.
  • Fix issue with file reading when using non-default paths, and add test for it.

Everything has already been reviewed. Check updated version number in pyproj.toml, doc/source/conf.py and changelog.md

StephanieKemna and others added 30 commits April 3, 2025 14:07
add direct link to documentation pages
add another mention of pre-generated docs to bottom documentation bit
add a bit about usage and installing the package (dev)
add testing: pytest command
…ne-input-data

Add test for non-default paths for cli, fix issues in reading of files related to that.
…r-non-dev-install

Move click and click-log to non-dev dependencies
…update to ruff.toml and manually calculating cross product.
Working on #55. Removed basemap package, added pyproj package, small …
…erent-input-files-use-camelcase-update-documentation
…e_case-used-in-different-input-files-use-camelcase-update-documentation

58 both camelcase and snake case used in different input files use camelcase update documentation
tomarnepedersen and others added 9 commits April 26, 2025 08:10
…narios-with-change-of-situation_length

Add more documentation on scaling of scenarios
…narios-with-change-of-situation_length_update

Working on #56. Updated documentation around situation length, added documention of the use of Waypoints for own ship
… list of two floats [from, to]. vectorRange is removed from settings file. evolveTime is changed to situationDevelopTime. Documentation updated. Same with tests and example files.
Changed the use of vector time, changed from evolveTime to situationDevelopTime, updated documentation
@tomarnepedersen tomarnepedersen requested a review from minhemdnv May 9, 2025 10:03
@tomarnepedersen tomarnepedersen merged commit 362240e into main May 9, 2025
16 checks passed
@tomarnepedersen tomarnepedersen deleted the dev branch May 9, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants