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

Changes for v5 austraits.build #78

Merged
merged 30 commits into from
Nov 21, 2023
Merged

Commits on Oct 12, 2023

  1. changes required for v5 austraits.build

    changes to austraits functions that will be required once v5 is released
    ehwenk committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ab1fa15 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    cb85e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    641cec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e3b73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6847c1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa4f508 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01a79f1 View commit details
    Browse the repository at this point in the history
  7. Minor fix in join_methods

    fontikar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9ed7b63 View commit details
    Browse the repository at this point in the history
  8. All tests passing

    fontikar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6bee7b7 View commit details
    Browse the repository at this point in the history
  9. All tests passing

    fontikar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    30f9b67 View commit details
    Browse the repository at this point in the history
  10. Getting rid of notes

    fontikar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    814606d View commit details
    Browse the repository at this point in the history
  11. Added vars a global vars

    fontikar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    19cb988 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    27db2fc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    52fc7c5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b4f4b91 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    6eeea20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36079b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dff34a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9fd942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7fa8cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54d2bb0 View commit details
    Browse the repository at this point in the history
  7. Update to work with latest zenodo API (#81)

    - As documented in #79 , the Zenodo API has changed, breaking our download feature. 
    - This commit updates the internals to work with the latest changes. 
    
    Specifically: 
    
    - the way to access json for all versions has changed (changed url structure, and for id we now use one of the record ids, rather than the conceptid)
    - the call to download file has changed
    - format of the API json has changed
    
    Also
    
    - added record id to the table of versions
    - put a check in to remove "v" from any version entered by user
    dfalster committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ad00f9a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    23c7206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c71a79 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    3fc6717 View commit details
    Browse the repository at this point in the history
  2. Revert "Update treatment_id with treatment_context_id"

    This reverts commit 3fc6717.
    yangsophieee committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c337e12 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. minor column name changes

    Changes column names, reflecting recent changes to traits.build output.
    
    One thing I haven't yet changed, under taxa, the only "required" columns going forward as `taxon_name`, `taxon_rank` and `aligned_name`, so maybe use an `any_of`? AusTraits will have all columns indicated, but other traits.build databases won't.
    ehwenk committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    12ed0bf View commit details
    Browse the repository at this point in the history
  2. Update as_wide_table.R

    add `any_of` to column selection within `as_wide_table` to accommodate other traits.build databases that don't have the same columns in taxon_list.csv
    ehwenk committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0fe3b1f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Fixed getting versions and load austraits with zenodo updates and min…

    …or update with as_wide_table with removal of variable
    fontikar committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    32292c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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