Releases: Boavizta/boaviztapi
Releases · Boavizta/boaviztapi
v2.2.0
What's Changed
Features
- feat(gpu): add to server model by @Shillaker in #454
⚠️ This release do not include specific GPU data, which will be added in next pull requests.
Fixes
- fix(link): update ademe link to point to correct url by @jonperron in #513
- fix(computation): fix rounding beeing too agressive by @jonperron in #516
Doc
- doc: adding 2 more adopters by @bpetit in #518
- Updated documentation to reflect improvements from #454 by @jnioche in #522
Chores
- chore(deps-dev): bump pytest from 9.0.2 to 9.0.3 by @dependabot[bot] in #515
- chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 by @dependabot[bot] in #517
- chore(deps): bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #519
- chore(deps): bump idna from 3.11 to 3.15 by @dependabot[bot] in #521
- chore(deps-dev): bump pymdown-extensions from 10.20.1 to 10.21.3 by @dependabot[bot] in #520
- chore(upgrade): bump to version 2.2.0 by @jonperron in #524
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
Features
- feat(wu): add water use electricity impact factors for 49 countries by @jnioche in #498
- feat(tools): add check on provider csv to spot duplicated lines by @jonperron in #492
- feat(refacto): separate API, computation and date folders for clarity and maintenance by @jonperron in #501
- feat(fe): add Final Energy (fe) impact criterion by @jnioche in #503
Fixes
- Remove duplicates from Azure VM types by @jnioche in #499
- Data fix by @jnioche in #500
- fix(security): update of pygments and aiohttp by @jonperron in #511
Chores
- Add a script using the AWS CLI to retrieve info about EC2 instances by @jnioche in #502
- chore(bump): upgrade requests to version 2.33.0 to fix security issue by @jonperron in #506
- chore(bump): fix version of brace-expansion to 1.1.13 by @jonperron in #508
- chore(bump): upgrade boaviztapi to 2.1.0 by @jonperron in #512
Full Changelog: v2.0.4...v2.1.0
v2.0.4
What's Changed
- fix(doc): update link to PEF method in impacts.md by @jonperron in #489
- fix(dto): add missing die_size attribute to cpu mapper by @jonperron in #491
- chore(docs): update release notes to point to github releases by @jonperron in #490
- fix(npm): update serverless python requirements to 6.1.2 by @jonperron in #488
- Added ADOPTERS and mention it in doc and README; fixes #259 by @jnioche in #486
- bump(requirements): bump doc requirements by @jonperron in #494
- chore(upgrade): bump to version 2.0.4 by @jonperron in #495
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- fix(lint): fix F403 and F811 issues by @jonperron in #474
- fix(installation): fix installation of package using pip by @jonperron in #475
- feat(region): allow usage of regions when computing cloud usage by @jonperron in #476
- bugfix: correct use_time_ratio min/max inversion in simple_impact_use by @jnioche in #480
- fix(if): add missing impact factor in ModelUsage class init by @jonperron in #478
- bugfix : propagate avg_power min/max in CPU and RAM power consumption by @jnioche in #481
- chore(deps): bump minimatch from 3.1.2 to 3.1.4 by @dependabot[bot] in #483
- chore(upgrade): bump to 2.0.3 by @jonperron in #485
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- fix: logo is not displayed on api.boavizta.org page by @demeringo in #467
- fix(doc): miscellaneous fixes for deployment docs by @Shillaker in #463
- feat(provider): add ovhcloud information by @jonperron in #449
- chore(help): add help in makefile to list all available commands by @jonperron in #468
- fix(ruff): fix errors E701 and E721 by @jonperron in #470
- fix(import): fix F401 and F405 by @jonperron in #471
- feat(python): add support for python 3.14 by @jonperron in #469
- chore(bump): update version to 2.0.2 by @jonperron in #473
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- chore(release): reduce image size by @Shillaker in #460
- feat(release): add multi-arch builds by @Shillaker in #459
- chore(bump): version to 2.0.1 by @Shillaker in #461
- chore(data): use prod data for test_all_instances, and centralize config for data directory by @Shillaker in #452
- feat(conf): centralise config management by @Shillaker in #464
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- BREAKING CHANGE: drop python3.10 support and update libraries to use at least python 3.11 by @jonperron in #445
- chore(bump): upgrade to version 2.0.0 by @jonperron in #458
Full Changelog: v1.3.15...v2.0.0
v1.3.15
What's Changed
- fix(docs): broken docs link by @Shillaker in #455
- fix(serverless): fix AWS Lambda deployment with Serverless Framework by @Shillaker in #453
- chore(bump): upgrade to 1.3.15 by @jonperron in #457
Full Changelog: v1.3.14...v1.3.15
v1.3.14
What's Changed
- feat(csv): add CSV validation to CI and pre-commit by @ju3ouz4n in #389
- chore(maintenance): Remove deprecation warnings by @jonperron in #443
- feat(security): bump aiohttp and urllib3 by @jonperron in #441
- feat(python): update max supported version to 3.13 by @jonperron in #442
- fix(computation): use exact match in cpu lookup consumption profile function by @jonperron in #415
- fix(dockerfile): replace hardcoded path by ARG by @jonperron in #444
- chore(deps-dev): bump virtualenv from 20.29.3 to 20.36.1 by @dependabot[bot] in #446
- chore(deps-dev): bump filelock from 3.20.1 to 3.20.3 by @dependabot[bot] in #447
- feat(gpu): add GPU component methodology and endpoints by @Shillaker in #440
- chore(version): bump to 1.3.14 by @Shillaker in #450
- fix(openapi): examples syntax for GPU archetype endpoint by @Shillaker in #451
Full Changelog: v1.3.13...v1.3.14
v1.3.13
What's Changed
- fix(sdk): fixes for SDK build by @Shillaker in #433
- doc(release): link release process wiki in README by @Shillaker in #432
- chore(version): bump to 1.3.13 by @Shillaker in #434
- fix(sdk): fix twine publish command by @Shillaker in #435
Full Changelog: v1.3.12...v1.3.13