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

New (breaking) Traits based release #33

Merged
merged 46 commits into from
May 16, 2022
Merged

New (breaking) Traits based release #33

merged 46 commits into from
May 16, 2022

Commits on Aug 24, 2020

  1. Moved from GeoInterfaceRFC.jl

    evetion committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    0ce3aaa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Renamed all RFC occurences.

    evetion committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    7f7fa43 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Small update.

    evetion committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    668dc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7fc274 View commit details
    Browse the repository at this point in the history
  3. Fix review comments.

    evetion committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    d47dd88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ce639b View commit details
    Browse the repository at this point in the history
  5. Updated integrations.

    evetion committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    47281c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Improved documentation.

    evetion committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    27dc9fe View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Updated docs. Fixed bugs.

    evetion committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b727c07 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Update src/defaults.jl

    Co-authored-by: Rafael Schouten <rafaelschouten@gmail.com>
    evetion and rafaqz committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4637713 View commit details
    Browse the repository at this point in the history
  2. Update docs/src/guides/developer.md

    Co-authored-by: Rafael Schouten <rafaelschouten@gmail.com>
    evetion and rafaqz committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    45dd59a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    2ae9581 View commit details
    Browse the repository at this point in the history
  2. Fixed tests.

    evetion committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    b252cd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    33df32f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    49a4d11 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    7af21e4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    1ba01f5 View commit details
    Browse the repository at this point in the history
  2. Removed unused import.

    evetion committed May 3, 2022
    Configuration menu
    Copy the full SHA
    e6feb6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df59c9 View commit details
    Browse the repository at this point in the history
  4. add getpoint iterators

    rafaqz committed May 3, 2022
    Configuration menu
    Copy the full SHA
    497abd3 View commit details
    Browse the repository at this point in the history
  5. bugfix defaults

    rafaqz committed May 3, 2022
    Configuration menu
    Copy the full SHA
    40c4bcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b15d130 View commit details
    Browse the repository at this point in the history
  7. bugfix

    rafaqz committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c537100 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47 from JuliaGeo/rs/getrings

    add getpolygons and getrings functions
    evetion committed May 3, 2022
    Configuration menu
    Copy the full SHA
    49644d7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    9ab7e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee9ace View commit details
    Browse the repository at this point in the history
  3. Fixed bug in coordinates.

    evetion committed May 8, 2022
    Configuration menu
    Copy the full SHA
    1805746 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    567683b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddee198 View commit details
    Browse the repository at this point in the history
  3. standardise trait arg passing

    rafaqz committed May 9, 2022
    Configuration menu
    Copy the full SHA
    6303188 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from JuliaGeo/rs/standardise_traitargs

    standardise trait arg passing
    evetion committed May 9, 2022
    Configuration menu
    Copy the full SHA
    66b68e4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Completed subtrait method.

    evetion committed May 10, 2022
    Configuration menu
    Copy the full SHA
    3305aef View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Fixed doctest.

    evetion committed May 11, 2022
    Configuration menu
    Copy the full SHA
    19946d7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    fa4a26d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. rename defaults.jl to fallbacks.jl

    This fits the header description better, and is the same filename as used for Tables.jl
    visr committed May 15, 2022
    Configuration menu
    Copy the full SHA
    4630f13 View commit details
    Browse the repository at this point in the history
  2. editing

    visr committed May 15, 2022
    Configuration menu
    Copy the full SHA
    2c00af7 View commit details
    Browse the repository at this point in the history
  3. replace argument _ with geom

    This makes it more clear what the unused argument is supposed to be.
    visr committed May 15, 2022
    Configuration menu
    Copy the full SHA
    69b38a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bef237 View commit details
    Browse the repository at this point in the history
  5. fix tests

    visr committed May 15, 2022
    Configuration menu
    Copy the full SHA
    d1d9589 View commit details
    Browse the repository at this point in the history
  6. export the traits

    visr committed May 15, 2022
    Configuration menu
    Copy the full SHA
    f98a139 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #50 from JuliaGeo/export-traits

    export the traits
    evetion committed May 15, 2022
    Configuration menu
    Copy the full SHA
    cfadd5e View commit details
    Browse the repository at this point in the history
  8. Update .github/workflows/CI.yml

    Co-authored-by: Rafael Schouten <rafaelschouten@gmail.com>
    evetion and rafaqz committed May 15, 2022
    Configuration menu
    Copy the full SHA
    ccd276a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #49 from JuliaGeo/check

    some editing of #33
    evetion committed May 15, 2022
    Configuration menu
    Copy the full SHA
    8468fa9 View commit details
    Browse the repository at this point in the history
  10. Expanded tests.

    evetion committed May 15, 2022
    Configuration menu
    Copy the full SHA
    2cc0e07 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    a22db09 View commit details
    Browse the repository at this point in the history
  2. Expanded test coverage more.

    evetion committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b5f5675 View commit details
    Browse the repository at this point in the history