Skip to content

Releases: AntaresSimulatorTeam/AntaREST

v2.15.6

24 Nov 15:54
050ed55
Compare
Choose a tag to compare

What's Changed

Performance

  • variant: correct slow variant study snapshot generation #1828

Documentation

Full Changelog: v2.15.5...v2.15.6

v2.15.5

15 Nov 15:02
465db27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.15.4...v2.15.5

v2.15.4

25 Oct 10:32
0537e58
Compare
Choose a tag to compare

What's Changed

  • fix(raw): fix HTTP exception when going on debug view by @MartinBelthle in #1769
  • fix(ui-study): remove popup to prevent close after variant creation by @skamril in #1773
  • fix(results-ui): display results for a specific year by @skamril in #1779

Full Changelog: v2.15.3...v2.15.4

v2.15.3

15 Oct 19:17
0caff44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.15.2...v2.15.3

v2.15.2

11 Oct 14:42
d00699d
Compare
Choose a tag to compare

Hotfix

  • service: user connected via tokens cannot create a study (#1757) (f620197)

Features

  • binding-constraint: handling binding constraints frequency in study configuration parsing (#1702) (703351a)
  • api: add endpoint get_nb_cores (#1727) (9cfa9f1)
  • st-storage: allow all parameters in endpoint for short term storage creation (#1736) (853cf6b)

Chore

  • sonarcloud: correct SonarCloud issues (901d00d)

Full Changelog: v2.15.1...v2.15.2

v2.15.1

05 Oct 15:48
45ee182
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.15.0...v2.15.1

v2.15.0

30 Sep 09:48
d0cfb44
Compare
Choose a tag to compare

What's Changed

Read more

v2.14.6

01 Sep 14:49
7503059
Compare
Choose a tag to compare

What's Changed

Styles

  • add configuration for iSort (0b20e5d)
  • sort imports in project base code and unit tests using iSort (ec8b757)
  • ignore unused imports in dbmodel.py (175b7fe)
  • remove unused imports in production base code (3d98f93)
  • remove unused imports in unit tests (6ea3370)
  • sort imports in project base code and unit tests using line_length = 120 (c0daaf7)
  • reindent project base code and unit tests using line-length = 120 (2280d27)
  • reindent scripts/ directory using line-length = 120 (c125fc7)

Chore

  • increase line length limit to 120 characters for Black and iSort (f8d45d4)
  • remove # fmt: off/# fmt: on Black directives (c29dcac)

Build System

  • add iSort in the requirements-dev.txt (b3ff6b9)

Continuous Integration

  • change the main GitHub action to run iSort for code style checking (b2efeab)
  • correct the main GitHub action to use Black~=23.7.0 (c72d0d5)

Code Refactoring

  • fix lambda capturing name variable reported by SonarCloud (42d2213)
  • correct SonarCloud issues (693ae07)
  • avoid always returning the same value (reported by SonarCloud) (314da0b)

Full Changelog: v2.14.5...v2.14.6

v2.14.5

11 Aug 15:22
52e7fae
Compare
Choose a tag to compare

Features

  • ui-i18n: add missing adequacy patch translations (#1680) (8a06461)
  • ui: removed the "patch" number from the list of versions in the simulation launch dialog when it's equal to 0 (#1698) (1bc0156)

Bug Fixes

  • web: modified API response model to prevent Watcher's ValidationError (#1526) (b0e48d1)
  • xpansion: corrected field types for Xpansion parameters (sensitivity analysis) (3e481b9)
  • variant: fixed implementation of the method for extracting the difference between two studies (c534785)
  • api: added missing use_leeway field and validation rules in the hydro configuration form (#1650) (27e46e5)
  • export: ZIP outputs are no longer compressed before export (used by Xpansion) (#1656) (cba6261)
  • log-parser: simplified analysis and improved accuracy in displaying simulation progress for a study (#1682) (2442674)
  • table-mode: corrected reading of UI information when the study has only one area (#1674) (55c4181)
  • table-mode: issue to read area information in the case where the study has only one area (#1690) (87d9617)
  • command: improve INI reader to support API PUT /v1/studies/{uuid}/raw (#1461) (9e5cf25)
  • variant: fixed time series deletion of renewable clusters (#1693) (4ba1b17)
  • launcher: fixing launcher versions display and creation of the endpoint /v1/launcher/versions (410afc2)
    and (#1672) (a76f3a9)
  • launcher: set the default number of cores to 22 (instead of 12) (#1695) (2c89799)

Continuous Integration

  • upgrade mypy to v1.4.1 and Black to v23.7.0 for improved typing and formatting (#1685) (7cff8c5)

Tests

  • enhanced integration tests: refactored fixtures and resources (70af9b1)

Full Changelog: v2.14.4...v2.14.5

v2.14.4

28 Jun 16:38
ef52bce
Compare
Choose a tag to compare

What's Changed

  • fix(fastapi): correct URL inconsistency between the webapp and the API by @laurent-laporte-pro in #1612
  • fix(i18n): wrong translations and add missing keys by @skamril in #1615
  • fix(deploy): change example study settings to allow parallel run by @MartinBelthle in #1617
  • fix(variant): get synthesis now also works for level 2+ variants by @skamril in #1622
  • fix(results): refresh study outputs when job completed and add back button by @skamril in #1621
  • fix(deploy): remove unnecessary Outputs from "000 Free Data Sample" study by @MartinBelthle in #1628

Full Changelog: v2.14.3...v2.14.4