Skip to content

Releases: AntaresSimulatorTeam/AntaREST

v2.17.0

15 May 12:38
d9bac0e
Compare
Choose a tag to compare

What's Changed

Features

Performance

  • watcher: improve performance of the Watcher service by @olfamizen in #1888

Bug Fixes

Refactoring

Continuous Integration

Chore

New Contributors

Full Changelog: v2.16.8...v2.17.0

v2.16.8

23 Apr 19:17
3663b60
Compare
Choose a tag to compare

What's Changed

Features

  • clusters: add new endpoint for clusters duplication #1972
  • clusters (ui): implement new duplication endpoint and optimistic update #1984
  • configuration: turn Thematic Trimming variable names in upper case
  • configuration (ui): replace underscore with space in Thematic Trimming variable names #2010

Bug Fixes

  • clusters (ui): totals are updated after a duplication and a deletion #1984
  • clusters (ui): issue with selecting and deleting rows #1984
  • st-storages (ui): correction of incorrect wording between "withdrawal" and "injection" #1977
  • st-storages (ui): change matrix titles #1994
  • st-storages: use command when updating matrices #1971
  • variants: avoid recursive error when creating big variant tree #1967
  • outputs: build outputs config even when using cache #1958
  • comments: use a command to update comments on a variant #1959
  • outputs (ui): correct weekly data formatting to support 53-week years #1975
  • configuration: add missing variables in Thematic Trimming for studies in version v8.6 or above #1992
  • configuration: version availability for "STS Cashflow By Cluster" variable is v8.8
  • launcher: upgrade the project dependencies to use Antares-Launcher v1.3.2
    • ssh: add retry loop around SSH Exceptions #68
    • retriever: avoid infinite loop when sbatch command fails #69
  • synthesis: prevent 500 error during study synthesis parsing #2011

Full Changelog: v2.16.7...v2.16.8

v2.16.7

08 Mar 10:53
bd8f747
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.6...v2.16.7

v2.16.6

04 Mar 19:05
481bec6
Compare
Choose a tag to compare

Features

  • ui-tasks: add launcher metrics #1960
  • ui-tasks: auto refresh launcher metrics #1963

Bug Fixes

  • ui-results: adjust date times for accurate frequency display #1960
  • ui-common: matrices display issues #1960
  • ui-common: download latest value of matrices #1962

Full Changelog: v2.16.5...v2.16.6

v2.16.5

01 Mar 10:42
b2ebae8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.4...v2.16.5

v2.16.4

15 Feb 17:00
7e69104
Compare
Choose a tag to compare

What's Changed

  • Add study disk usage by @hdinia in #1900
  • feat(db): index tables to improve study search and sorting performance by @laurent-laporte-pro in #1902
  • feat(ui-hydro): add split view to merge "Daily power" and "Energy credits" matrices by @hdinia in #1901
  • feat(study-search): optimize the studies search engine by @mabw-rte in #1890
  • feat(packaging): update the packaging script to use Antares Solver v8.8.2 by @laurent-laporte-pro in #1910
  • fix(ui-home): load synthesis to get areas and links count by @hdinia in #1911
  • build: fix issue with desktop app packaging by @skamril in #1912
  • fix(thermals): correct the default value of the "gen-ts" property to use "use global" instead of "use global parameter" by @laurent-laporte-pro in #1918
  • fix(disk-usage): fix bug on variants by @MartinBelthle in #1915
  • Fix issue with desktop app packaging for Windows by @skamril in #1920
  • feat(api-ui): add inflow structure form by @hdinia in #1919
  • fix(config): add Swagger proxy settings in Vite configuration by @hdinia in #1922
  • feat(service): use slurm sinfo command to improve "cluster load" indicator by @MartinBelthle in #1664
  • feature(tag-db): add tag and study_tag tables to the db (migration) by @mabw-rte in #1923
  • fix(bc): correct case sensitivity for binding constraint term IDs by @hdinia in #1903
  • fix(api-model): correct AllOptionalMetaclass for field validation in form models by @laurent-laporte-pro in #1924
  • feature(tags-db): update tags related services and endpoints (#1925) by @mabw-rte in #1925
  • fix(disk-usage): correct disk usage calculation for study variants with simulation results by @laurent-laporte-pro in #1926
  • fix(ui): update hydro labels and initial level label by @hdinia in #1928
  • fix(ui-map): reload map data on study revisit by @hdinia in #1927

Full Changelog: v2.16.3...v2.16.4

v2.16.3

15 Jan 18:20
f2ef5f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.2...v2.16.3

v2.16.2

10 Jan 11:38
7d33312
Compare
Choose a tag to compare

Features

  • bc: add input validation for binding constraint creation #1868
  • study-size: add new route to get a study disk usage (in bytes) #1878
  • table-mode: update Table Mode view #1883
  • thermals, st-storages: add a dialog to define a name when duplicating a cluster or a storage #1866
  • debug-view: introduce advanced JSONEditor and Debug view updates #1885

Performance

  • db: improve performance by using joins instead of N+1 queries #1848
  • raw-study: improve INI file reading performance for RAW studies #1879

Bug Fixes

  • bc: automatically change binding constraint matrix when changing frequency #1867
  • ci: avoid reflecting user-controlled data (SonarCloud issue) #1886
  • db: correct alembic migration script used to purge obsolete tasks #1881
  • db: add missing constraints and relationships in TaskJob table #1872
  • services: ensure all worker services run indefinitely #1870
  • study-factory: ignore non-existent files in archived studies during build #1871
  • thermals: correct TS Generator matrix index for thermal clusters #1882
  • ui: prevent synchro issues between tabs and react-router #1869
  • xpansion: update for improved parameter handling and code refactoring #1865

Documentation

  • st-storage: add ST-Storage documentation #1873

Tests

  • remove Locust dependency and unit tests (not really useful) 34c97e0

Refactoring

  • bc: remove duplicate class BindingConstraintType #1860

Full Changelog: v2.16.1...v2.16.2

v2.16.1

13 Dec 18:29
af02554
Compare
Choose a tag to compare

What's Changed

  • feat(ui-storages): use percentage values instead of ratio values by @skamril in #1846
  • chore(deps): upgrade material-react-table by @hdinia in #1851
  • fix(ui-common): prevent matrices float values to be converted by @hdinia in #1850
  • feat(ui-modelization): add dynamic area selection on Areas tab click by @hdinia in #1835
  • Enhancements and explore button visibility fix in StudyCard component by @hdinia in #1842
  • feat(ui): add manual submit on clusters form by @hdinia in #1852
  • doc(config): enhance application configuration documentation by @MartinBelthle in #1710
  • fix(bc): correct the name and shape of the binding constraint matrices by @laurent-laporte-pro in #1849
  • fix(ui-matrix): calculate the prepend index according to the existence of a time column by @laurent-laporte-pro in #1856
  • fix(ui-output): add the missing "ST Storages" option in the Display selector in results view by @laurent-laporte-pro in #1855
  • feat(db-init): separate database initialization from global database session by @MadInception in #1837
  • fix(api-bc): avoid duplicates in Binding Constraints creation through REST API by @MartinBelthle in #1858
  • fix(ui): update current area after window reload by @hdinia in #1862

New Contributors

  • @MadInception made their first contribution in #1837

Full Changelog: v2.16.0...v2.16.1

v2.16.0

30 Nov 08:40
50dad17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.6...v2.16.0