Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 4.07 KB

NEWS.md

File metadata and controls

112 lines (77 loc) · 4.07 KB

tiltToyData 0.0.0.9204 (2024-04-10)

  • europages_companies gains the columns min_headcount and max_headcount (#50).

tiltToyData 0.0.0.9203 (2024-02-11)

  • Follow up from #36 and #38.

tiltToyData 0.0.0.9202 (2024-01-25)

Update Emissions Profile and Sector Profile toy datasets (#38):

  • toy_emissions_profile_any_companies()
  • toy_emissions_profile_products_ecoinvent()
  • toy_emissions_profile_upstream_products_ecoinvent()
  • toy_sector_profile_companies()
  • toy_sector_profile_upstream_companies()
  • toy_sector_profile_upstream_products()

tiltToyData 0.0.0.9201 (2024-01-24)

Update Sector Profile toy datasets (#36):

  • toy_sector_profile_companies()
  • toy_sector_profile_upstream_companies()
  • toy_sector_profile_upstream_products()
  • toy_sector_profile_any_scenarios()

tiltToyData 0.0.0.9200 (2024-01-19)

  • GitHub release.

tiltToyData 0.0.0.9011 (2024-01-17)

  • Change license to GPLv3 (39025a8).

tiltToyData 0.0.0.9010 (2024-01-15)

  • New toy datasets from tiltIndicatorAfter v0.0.0.9016 (#30). Note these datasets don't match the new *products_ecoinvent() but it's a stepping stone towards those matching datasets since it makes the upcoming update a relatively smaller change.

tiltToyData 0.0.0.9009 (2024-01-13)

  • toy_emissions_profile_products() and toy_emissions_profile_upstream_products() are now deprecated (#26). They will continue to work for a while but you'll get a message warning you that you should instead use toy_emissions_profile_products_ecoinvent() and toy_emissions_profile_upstream_products_ecoinvent(), respectively.

tiltToyData 0.0.0.9008 (2024-01-12)

  • Update toy_emissions_profile* datasets (#25). Now each activity_uuid_product_uuid in toy_emissions_profile_any_companies() also exists in toy_emissions_profile_products_ecoinvent() and toy_emissions_profile_upstream_products_ecoinvent().

tiltToyData 0.0.0.9007 (2024-01-11)

One update and two new datasets (#19):

  • New version of toy_emissions_profile_any_companies().
  • New datasets toy_emissions_profile_products_ecoinvent() and toy_emissions_profile_upstream_products_ecoinvent() pretend to have all the products that exist in the 'Ecoinvent' database. Because they are toy datasets they actually have only a few products that exist in 'Ecoinvent' and not in 'Europages'.

Features:

  • Fake companies_id.
  • Fake activity_uuid_product_uuid.
  • Random mapping between fake activity_uuid_product_uuid and other columns.
  • Noisy *co2_footprint, jittered to the right by 50%-100% on average.
  • New columns:
    • Compared to the previous version of toy_emissions_profile_any_companies(), the new version gains three columns: country, ei_activity_name, and `main_activity.
    • Compared to toy_emissions_profile_products(), the new dataset toy_emissions_profile_products_ecoinvent() gains one column: ei_geography.
    • Compared to toy_emissions_profile_upstrem_products(), the new dataset toy_emissions_profile_upstream_products_ecoinvent() gains four columns: ei_activity_name, ei_geography, input_ei_activity_name, input_reference_product_name.

tiltToyData 0.0.0.9005 (2023-12-07)

  • Add single quotes around values of *isic* (#17).

tiltToyData 0.0.0.9004 (2023-11-23)

  • Retire companies$company_id (#11).

tiltToyData 0.0.0.9003 (2023-11-17)

  • Rename company_id to companies_id in a backward compatible way (#10). The column company_id is now deprecated in all toy_*companies(). The latest data uses companies_id and is available to you automatically when you update the tiltIndicator package.

tiltToyData 0.0.0.9002 (2023-08-29)

  • The files "emissions_profile_products.csv.gz" and "emissions_profile_upstream_products.csv.gz" gain the columns tilt_subsector and input_tilt_subsector, respectively (@kalashsinghal #6). These columns come from raw data in tiltIndicator v0.0.0.9088 (i.e. right before all toy datasets moved to tiltToyData.

tiltToyData 0.0.0.9001 (2023-08-21)

  • New helpers to read toy datasets (#1).