Skip to content

Releases: GermanZero-de/localzero-generator-core

v2.1.0

18 Mar 21:00
a87e966
Compare
Choose a tag to compare

What's Changed

Better modelling

  • Update traffic air and ships with community specific data by @simonfi1337 in #381

Model bugfixes

Refactoring

Tooling improvements and changes in preparation of the reference data update for 2021

New Contributors

Full Changelog: v2.0.0...v2.1.0

Waste and Industry

26 Jun 08:36
70ec32e
Compare
Choose a tag to compare

Highlights

  • Commune fine industry data. We now use data by the DEHST to distribute all the major industries to the relevant AGS. This can cause big changes in the industry data.
  • Waste. We know model organic waste treatment and landfilling.

What's Changed

Auto generated

Full Changelog: v1.5.2...v2.0a

v1.5.2

15 Nov 19:30
cb76f8d
Compare
Choose a tag to compare

Nothing new featurewise in the climatevision itself.

On the cleanup front we continue to make steady progress.

The explorer has gained some minor additional functionality.

Full Changelog: v1.5.1...v1.5.2

v1.5.1 fix pyproject.toml

22 Sep 14:20
59be03f
Compare
Choose a tag to compare

What's Changed

  • I forgot to update the version in pyproject.toml. Do this. by @bgrundmann in #291

Full Changelog: v1.5.0...v1.5.1

Tracing on a per rpc level

22 Sep 14:15
ebd9937
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

A rpc for overrides

21 Sep 10:12
b261e96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

16 Sep 08:39
d9cf0ba
Compare
Choose a tag to compare

What's Changed

In broad strokes:

  • Refactoring / comments to improve the code
  • Various small fixes to calculations / datasets
  • We renamed the package it's now called climatevision instead of generatorcore. And that top-level package climatevision contains a sub package called generator which contains the calculation.
  • Some of the code that we so far only used in the devtool.py will in the future be shared between the website offering of the Klimavision and the devtool.py. For that those modules are moved / will be moved into appropriate sub packages of climatevision:
    • climatevision.server which contains rpcs.py, which implements JSONRPCs.
    • climatevision.tracing the ability to record a trace of the calculation as it is done.
  • The explorer has learned to visualise tracings

Calculation fixes

Refactoring / Comments

Better testing

Explorer / Tracing / Rpcs

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Jul 10:30
e51e5dc
Compare
Choose a tag to compare

Summary

BISKO

The big feature is that we are now also able to compute values grouped as per the bisko standard. This is primarily useful to compare what we compute with potentially already existing models in a municipal district.

Cleanup / Documentation

As always we are slowly replacing / refactoring and adding documentation to the semi-automatically generated code.

Explorer

The big headline here is that the explorer tool has gained a user defined table "lens" into the data.

Bugfixes in the calculation

2018 fuel emissions were mislabed as production based, but should have been labelled as combustion based.

Automated list of changes

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 May 10:47
aa0b4d2
Compare
Choose a tag to compare

In the library

Cleanup / Refactoring

We did another big round of cleanup / refactoring to clarify the calculation now that we are no longer bound to the structure given by excel. Concretely the following sectors have been cleaned up:

  • industry
  • agriculture

More to come.

EV

  • Cleanup of renewable energy data

Better testing

We are now testing more AGS and also the result of make entries.

Outside the library

New Devtool explorer

A new tool to visualise the results of the calculation (in lieu of Excel).