Skip to content

Releases: hadar-simulator/hadar

v0.5.0

03 Dec 13:59
9e65621
Compare
Choose a tag to compare
  • All study numerical values can be set for all scenario and/or all timestep
  • improve documentation with tutorial and new style

v0.4.0

26 Aug 14:01
ed2ec55
Compare
Choose a tag to compare

In this release:

  • multi-energies: Hadar can handle multi-network study. Each network has it own energy, user can set hd.Converter element to link networks together;
  • storage: Hadar provides hd.Storage element

v0.3.1

10 Jul 09:35
56c7581
Compare
Choose a tag to compare
  • Homogenize API by creating a Fluent API Selector for optimizer, analyzer and viewer.
  • Refactor Remote Optimizer to be asynchrone and setup a feedback to user during queuing

v0.3.0

24 Jun 12:12
6d8ce72
Compare
Choose a tag to compare
  • Add complet sphinx documentation to understand architecture and mathematics optimization
  • Add lot of graphics to analyze result

v0.2.0

12 May 14:30
fd2173e
Compare
Choose a tag to compare

New Hadar has main improvments:

  • Now hadar can be used like numpy or else like import hadar as hdthen any object can be called by hd.* like optimizer for exampleoptimizer = hd.LPOptimizer()
  • Hadar has also a complet workflow framework to generate timeline for preprocessing

v0.1.2

10 Mar 17:14
Compare
Choose a tag to compare
v0.1.2

0.1.0

19 Feb 09:51
Compare
Choose a tag to compare

First Release !