Skip to content

Latest commit

 

History

History
91 lines (83 loc) · 8.69 KB

File metadata and controls

91 lines (83 loc) · 8.69 KB

Version - Development

Features

  • Formatting commodity names in technodata enduse (#237)
  • Separate publish workflow and add upload of executable to release (#231)
  • Update main branch (#225)
  • Notebooks in the documentation are run as tests (#178)
  • Tutorials in the documentation are run as tests (#177)
  • Clean notebooks before running them as tests in the documentaition (#173)
  • Add technology-granularity to sectoral outputs (#214)
  • Add description to bisection method (#149)
  • Add description to demo cases (#139)
  • Run link-checker only once a week (#148)
  • Update documentation for installing MUSE (#138)
  • Updating pyproject.toml with valid python versions (#121)
  • Expand CI workflow (#119)
  • Convert setup.cfg to pyproject.toml and add entrypoint (#118)
  • Add GitHub action to check for broken links (#115)
  • Inconsistent trade case study (#58)
  • Update README.txt in installation path (#57)
  • Add tests to check the case of not using retrofit agents (#53)
  • Add a tutorial for caching quantities and fix a bug in the caching pipeline (#52)
  • Update documentation about not using retrofit (51)
  • Add error about not finding interaction network (50)
  • Add option for standard_demand and remove retro agents (#35)
  • Update main version (#28)
  • Update main version (#26)
  • Adds version numbering (#21)
  • Adds trade tutorial to the documentation (#16)
  • Adds error messages (#42)
  • Adds cache of quantities (#15)
  • Adds trade tutorial to the documentation
  • Updated branch names on pipelines (#9)
  • Edited default package name from StarMUSE to MUSE (#4)
  • Added new cases studies with multiple agents and spend limit (#1)
  • Updates the model and the documentation to use the most recent version of MUSE (#964)
  • Updates the model and the documentation to use the most recent version of MUSE (#963)
  • Updates the documentation to use the most recent version of MUSE (#922)
  • Updates the documentation to provide information on adhoc and scipy solvers as well as correctly defines ObjSort direction for minimisation/maximisation (#949)
  • Introduces a check on the type of the data defining the objectives (string for Objective, float/int for ObjData, and Boolean for Objsort) (#945)
  • Updates the documentation to use the most recent version of MUSE (#922)
  • Improves the CI system, with a more thorough pre-commit hooks and QA (#917)
  • Introduces the CHANGELOG file and PR template (#916)

Optimizations

  • None

Bug fixes

  • Update variable costs definition (#247)
  • Solves missing forecast update in agents (#212)
  • Solves missing file in tutorial 5 (#182)
  • Solves missing subsectors in documentation (#146)
  • Solves broken links in the documentation (#137)
  • NPV fails to align timeslices ([#135]#135)
  • OS case studies had obsolete output function removed ([#101]#101)
  • Growth constraints with destination and source region (#96)
  • Harmonise time dimension for asset interpolation before merging them (#94)
  • Error in costs reporting (#92)
  • Error in supply/consumption reporting (#70)
  • Added destination region in output (#64)
  • Consistency in packages use (#38)
  • Raise error for inconsistent commodities (#38)
  • Fix error in black (#32)
  • Fixes the dead links in the documentation now that the repository is open-sourced (#3)
  • Ensures that the adhoc and scipy solvers require the same input in the agents file to minimise and maximise. Specifically, both solvers now require TRUE for minimisation and FALSE for maximisation (#845)
  • Update the documentation to include a tutorial for implementing trade.
  • Update the documentation on adding spend limit constraint description (#941)
  • Fix typos in CHANGELOG file (#939)
  • Specify error message for no commodity outputs (#937)
  • Update the documentation on index redundancies (#936)
  • Update the documentation on timeslice file removed (#935)
  • Update the documentation on commodity types (#934)
  • Update the documentation on regions file removed (#933)
  • Update the documentation on commodity definition (#932)
  • Update the documentation on agent share (#931)
  • Update the documentation on equations displayed (#930)
  • Update the documentation to correctly add an agent (#927)
  • Comfort objective modified to keep asset dimensions (#926)
  • Update the documentation on growth rate (#923)

Breaking changes

  • Flake8 update on yaml (#985)