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

Remove previously deprecated functionality #1113

Merged
merged 30 commits into from
Jan 17, 2024
Merged

Remove previously deprecated functionality #1113

merged 30 commits into from
Jan 17, 2024

Commits on Jan 16, 2024

  1. update deprecation warning message to note that deprecated code will …

    …be removed in the v2.0.0 release
    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f04cb5e View commit details
    Browse the repository at this point in the history
  2. update changelog

    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8c5999c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1111 from gboeing/dep

    deprecation refinements
    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c25f083 View commit details
    Browse the repository at this point in the history
  4. dev version

    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b5ebda4 View commit details
    Browse the repository at this point in the history
  5. update changelog

    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f15310d View commit details
    Browse the repository at this point in the history
  6. deprecate north, south, east, west arguments throughout package in fa…

    …vor of bbox tuple argument
    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c993367 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into bbox

    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c406dc4 View commit details
    Browse the repository at this point in the history
  8. increase test coverage

    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    aa07978 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1112 from gboeing/bbox

    deprecate north, south, east, west arguments throughout package in favor of bbox tuple argument
    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ca2bed0 View commit details
    Browse the repository at this point in the history
  10. merge main into dep

    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d0c2883 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7deae0b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    894e794 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80511bc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9b5cc09 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    87bbe76 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    122fe0c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2855e5c View commit details
    Browse the repository at this point in the history
  18. remove deprecated save_graph_xml function that had moved to io module…

    …, and make osm_xml module private
    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7511941 View commit details
    Browse the repository at this point in the history
  19. fix docs

    gboeing committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f01566f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fb4f904 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    8f6880e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0712968 View commit details
    Browse the repository at this point in the history
  3. remove deprecated buffer_dist, clean_periphery, interpolate, return_c…

    …oords function params throughout, and make which_result param optionally a list for graph_from place and features_from_place functions
    gboeing committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    663dc75 View commit details
    Browse the repository at this point in the history
  4. update changelog

    gboeing committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    74d0ac6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c1ac17 View commit details
    Browse the repository at this point in the history
  6. fix docstring

    gboeing committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7bdfc41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fceee44 View commit details
    Browse the repository at this point in the history
  8. code cleanup

    gboeing committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3e8df7a View commit details
    Browse the repository at this point in the history
  9. improve warning messages

    gboeing committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    845d32b View commit details
    Browse the repository at this point in the history
  10. increase test coverage

    gboeing committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fb9cc5e View commit details
    Browse the repository at this point in the history