Skip to content

Releases: AntaresSimulatorTeam/AntaREST

v2.18.3

19 Dec 10:24
37366ec
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • ui-results: resolve data misalignment in matrix column filtering by @hdinia in #2269

Full Changelog: v2.18.2...v2.18.3

v2.18.2

11 Dec 13:26
86261a7
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v2.18.1...v2.18.2

v2.18.1

02 Dec 16:48
3cbd45a
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v2.18.0...v2.18.1

v2.18.0

29 Nov 13:54
e3e752b
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

Continuous integration

Documentation

Build

Chore

Perf

Style

Refactor

Read more

v2.17.6

25 Sep 18:35
6ff5520
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

  • ui-areas: add correct unit in title in Properties form by @skamril in #2115
  • hydro: wrong frequency for inflow pattern by @skamril in #2116
  • adequacy-patch: csr relaxation must be an integer by @MartinBelthle in #2123
  • launcher-api: remove orphan JobResults visibility permissions by @mabw-rte in #2128
  • ui: add missing i18n key and styles on EmptyView by @hdinia in #2127

Continuous integration

Documentation

Build

  • Move all build and project configuration to pyproject.toml by @sylvlecl in #2122
  • Use relative paths in coverage report by @sylvlecl in #2125
  • Remove auto-generated changelog from desktop package by @sylvlecl in #2126

Chore

BREAKING CHANGES

  • aggregation-api: add new endpoint for economy/mc-all aggregation by @mabw-rte in #2092

Full Changelog: v2.17.5...v2.17.6

v2.17.5

02 Aug 10:43
b491c80
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v2.17.4...v2.17.5

v2.17.4

26 Jul 16:00
caa9cb8
Compare
Choose a tag to compare

What's Changed

Features

  • output: enhance output synthesis view by @MartinBelthle in #2088
  • ui-study: add button to display 'digest' file on successful tasks in task list by @skamril in #2101
  • ui-bc: increases constraint terms field size by @hdinia in #2102
  • bc: avoid unnecessary creation of RHS matrices for binding constraints by @mabw-rte in #2077
  • ui-results: add button to display 'digest' file in result list by @skamril in #2103

Bug Fixes

  • area: allow removal when aggregated mode used by @MartinBelthle in #2094
  • ui-map: prevent name field to overflow dialog box and add more space by @hdinia in #2102

Full Changelog: v2.17.3...v2.17.4

v2.17.3

26 Jul 16:01
Compare
Choose a tag to compare

What's Changed

Features

  • api: do not allow areas, links or thermals deletion when referenced in a binding constraint by @mabw-rte in #2061
  • outputs: build outputs tree based on filesystem by @MartinBelthle in #2064
  • api-raw: raise a 404 Not Found error when a resource is missing in the study by @laurent-laporte-pro in #2078

Bug Fixes

  • ui-clusters: improve cell number values accuracy by using rounding instead of truncating by @skamril in #2087
  • ui-commons: prompt from Form displayed on dialog validation by @skamril in #2089

Continuous integration

Documentation

Full Changelog: v2.17.2...v2.17.3

v2.17.2

19 Jun 13:45
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

Continuous integration

Full Changelog: v2.17.1...v2.17.2

v2.17.1

10 Jun 14:36
55a245b
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

  • api-aggregation: raise 404 HTTP exception for unfound output names by @mabw-rte in #2050
  • import: allow import for users that are reader only by @MartinBelthle in #2032
  • ui: prevent CreateVariantDialog fields overflow by @hdinia in #2044
  • ui-commons: add of extensions accepted for matrix import in MatrixInput by @skamril in #2048
  • variant-command: correct behavior of creation command in special… by @mabw-rte in #2041

Refactoring

Build System

Continuous Integration