Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to current version #29

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open

Conversation

Rikuoja
Copy link
Collaborator

@Rikuoja Rikuoja commented Dec 8, 2021

This pull request contains all changes done in the plugin between versions 0.1.0 and 0.4.2.

CHANGELOG

0.4.2 - 2021-10-31

Changed

  • IIEP logo added
  • Test runners updated to latest versions and fixed

0.4.1 - 2021-12-17

Changed

  • Fix bug that made links in About panel non-clickable
  • Decrease time and distance increments to allow calculating 100 meter and 1 minute intervals

0.4.0 - 2021-12-08

Added

  • Option to subtract indoor walking distance per point before calculating point isochrone

0.3.1 - 2021-11-30

Changed

  • Fix bug merging isochrones for layers with several attribute fields
  • Fix bug when merged isochrones are multipolygons

0.3.0 - 2021-11-25

Added

  • Option to merge isochrones by field value, e.g. merging isochrones of multiple entrances of the same building

Changed

  • Isochrone original_fid field is now string (due to possible merging of isochrones)
  • UI checkboxes moved to separate Extra options field to indicate they are optional

0.2.1 - 2021-11-24

Changed

  • Fixes to release workflow

0.2.0 - 2021-11-24

Added

  • Option to limit areas to polygon boundaries, i.e. limiting isochrones to given polygons around each point

Changed

  • Updated test and development dependencies
  • Isochrones are now multipolygons (due to boundary intersections) instead of simple polygons

@codecov-commenter
Copy link

Codecov Report

Base: 90.11% // Head: 84.35% // Decreases project coverage by -5.76% ⚠️

Coverage data is based on head (3a7e3f6) compared to base (2311aa7).
Patch coverage: 89.68% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   90.11%   84.35%   -5.77%     
==========================================
  Files          13       13              
  Lines        1103      863     -240     
==========================================
- Hits          994      728     -266     
- Misses        109      135      +26     
Flag Coverage Δ
unittests 84.35% <89.68%> (-5.77%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
Catchment/ui/catchment_area_panel.py 58.11% <72.41%> (+5.99%) ⬆️
Catchment/core/isochrone_creator.py 78.43% <79.67%> (+0.72%) ⬆️
Catchment/definitions/gui.py 92.85% <100.00%> (ø)
Catchment/plugin.py 80.00% <100.00%> (+0.37%) ⬆️
Catchment/test/conftest.py 100.00% <100.00%> (ø)
Catchment/test/test_isochrone_creator.py 100.00% <100.00%> (ø)
Catchment/test/test_plugin.py 100.00% <100.00%> (ø)
Catchment/ui/about_panel.py 100.00% <100.00%> (ø)
Catchment/ui/base_panel.py 77.77% <100.00%> (ø)
Catchment/ui/maindialog.py 90.12% <100.00%> (+0.25%) ⬆️
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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