Skip to content

Commit

Permalink
Merge pull request #32 from NREL/release/v1.2.0
Browse files Browse the repository at this point in the history
add stochastic models; bump version to 1.2.0
  • Loading branch information
nreinicke authored Jan 29, 2025
2 parents de59195 + d128465 commit f6f88a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"2016_Nissan_Leaf_30_kWh": "https://app.box.com/shared/static/kbd3zp2ht0hddyes23wnpwnij8gp7mnv.json",
"2016_TESLA_Model_S60_2WD": "https://app.box.com/shared/static/0q97hoipdnlhglckaa8mwpct7wk1kl4r.json",
"2016_TOYOTA_Camry_4cyl_2WD": "https://app.box.com/shared/static/bs4r5o8gqunjho0kgyj66y88xbco7rrq.json",
"2016_TOYOTA_Corolla_4cyl_2WD-Stochastic": "https://app.box.com/shared/static/zlve7nxyfrmryreb0v1awr79rlkhosfq.json",
"2016_TOYOTA_Corolla_4cyl_2WD": "https://app.box.com/shared/static/ouh5uaji0ydy8nhqb75j1yaybtvx7qgi.json",
"2016_TOYOTA_Highlander_Hybrid": "https://app.box.com/shared/static/xzkm71vuu14iiykznnm6qqx9e6qf4jhx.json",
"2016_Toyota_Prius_Two_FWD": "https://app.box.com/shared/static/sg6fkro8v5vozhcy6a1c2wr4f9fosu6q.json",
Expand All @@ -33,6 +34,7 @@
"2017_Prius_Prime_Charge_Depleting": "https://app.box.com/shared/static/0bvdo7xlzdxhddr1zgz9uoq814yzwd6s.json",
"2017_Prius_Prime_Charge_Sustaining": "https://app.box.com/shared/static/ttc74lnykm6xnf9afjrsp2ojqje9r88v.json",
"2017_Toyota_Highlander_3": "https://app.box.com/shared/static/il5z1n851k5fe9vxuduh6qj64s9r106t.json",
"2020_Chevrolet_Colorado_2WD_Diesel-Stochasic": "https://app.box.com/shared/static/9iyq8wufx0p24ho4dw8j15taokl5eztv.json",
"2020_Chevrolet_Colorado_2WD_Diesel": "https://app.box.com/shared/static/r7fycsvmsue3qrs3w1l6wk40ouvdwrc7.json",
"2020_VW_Golf_1": "https://app.box.com/shared/static/9rbbizx616rv4jxkka513gihn46njhyz.json",
"2020_VW_Golf_2": "https://app.box.com/shared/static/h3rn1zc0cspvlplt4ut272zjiu02gjll.json",
Expand All @@ -46,8 +48,10 @@
"2022_Renault_Megane_E-Tech": "https://app.box.com/shared/static/ztwf2t9qf4eru92apsdvo44ainmgnsib.json",
"2022_Renault_Zoe_ZE50_R135": "https://app.box.com/shared/static/6i74ant0a5jnefvgy2mz6cz6i5t48co6.json",
"2022_Tesla_Model_3_RWD": "https://app.box.com/shared/static/7ynrpa2p1c0p96kiwhgchlteu29xih7o.json",
"2022_Tesla_Model_Y_RWD-Stochastic": "https://app.box.com/shared/static/2e68e55nxwiur25vkdfr5zlh3btwtvpe.json",
"2022_Tesla_Model_Y_RWD": "https://app.box.com/shared/static/qj9tyzvzu400iuky2mxre5u6tcrh86s3.json",
"2022_Toyota_Avanza_E_J_MT": "https://app.box.com/shared/static/aw9ttcwv8shnl1ru7h2s3o48v5wiot4h.json",
"2022_Toyota_RAV4_Hybrid_LE-Stochastic": "https://app.box.com/shared/static/m21tj28wovy0ad8cg86gqa7m9hir10fk.json",
"2022_Toyota_RAV4_Hybrid_LE": "https://app.box.com/shared/static/nbl8c89szvnvy2sqxf72nx6wbc3w4e3t.json",
"2022_Toyota_Yaris_Hybrid_Mid": "https://app.box.com/shared/static/hh1pohulo251kgbfgeavg15je92j3xsp.json",
"2022_Volvo_XC40_Recharge_twin": "https://app.box.com/shared/static/a3q1yy1o9zg1ezv7t9txlf5gq5ox0lmh.json",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nrel.routee.powertrain"
version = "1.1.1"
version = "1.2.0"
description = "RouteE-Powertrain is a tool for predicting energy usage over a set of road links."
readme = "README.md"
authors = [{ name = "National Renewable Energy Laboratory" }]
Expand Down

0 comments on commit f6f88a4

Please sign in to comment.