Energyquantified

Latest version: v0.13.9

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.8

Not secure
---

**Improvements**

- Add ``eq.metadata.curve()`` which returns a Curve object for the corresponding
curve name.
- Add a section in the metadata documentation on the ``eq.metadata.curve()`` method.
- Add ``eq.metadata.curves()`` and ``eq.metadata.curve()`` to reference page in
the documentation.
- Add ``Area.short_tag`` which is a shorter tag than ``Area.tag``. It is typically
used for TSO areas. Example: The area with tag ``DE-Amprion`` has the short
tag ``Amprion``.
- Changes in capacity allocation for these borders:
- AT-CZ Implicit only
- AT-HU Implicit only
- NO2-GB Implicit
- Add borders:
- RS-XK Explicit
- TR-GE Explicit

0.7.1

Not secure
-----

More gas data preparations.

**Improvements**

- Add ``Place.areas`` (list of areas), as some places (i.e. gas interconnectors)
are places on borders and should be listed for both areas.
- Add three new place types: ``PlaceType.GAS_STORAGE``,
``PlaceType.GAS_LNG_TERMINAL`` and ``PlaceType.GAS_INTERCONNECTOR``
- Add ``Curve.commodity`` (str) which is either ``Power``, ``Gas``, ``Coal``,
``Oil``, ``Carbon`` or ``None`` at this time.
- Add a ``commodity`` filter for ``eq.metadata.curves()``.

**Deprecations**

- Add ``Place.area`` is deprecated and will eventually be replaced by
``Place.areas``. It will be removed in a future release.

0.7

Not secure
---

Implementing Acer's non-standard Gas Day timezone.

**Improvements**

- Define new timezone in ``pytz`` called ``Europe/Gas_Day``. It follows
Acer's Gas Day, which is from 06:00 – 06:00 in CET/CEST. This timezone is
used for the natural gas market in the European Union. Import it with
``from energyquantified.time import GAS_DAY``, or look it up in ``pytz``
like so: ``pytz.timezone("Europe/Gas_Day")``.

**Bugfixes**

- When invoking ``timeseries.to_dataframe(name="foo", single_level_header=True)``,
the resulting column header in pandas' DataFrame no longer includes the
instance identifier. However, the ensemble/scenario name is still appended
at the end.

0.6.3

Not secure
-----

**Improvements**

- Increase rate limits.

**Bugfixes**

- Set ``has_instances = True`` in ``CurveType.INSTANCE_PERIOD`` (was ``False``).

0.6.2

Not secure
-----

**Improvements**

- Add new area Kosovo (``Area.XK``) with these borders:
- XK–AL Explicit
- XK–ME Explicit
- XK–MK Explicit
- Add new border:
- NO2–GB Explicit
- Changes in capacity allocation for these borders:
- IT-Sud–GR Implict and Explicit
- BG–GR Implict and Explicit
- PL–DE Implict and Explicit
- PL–SK Implict and Explicit
- PL–CZ Implict and Explicit
- DE–CZ Implict and Explicit
- AT–CZ Implict
- AT–HU Implict
- GB–FR Explicit
- GB–BE Explicit
- GB–NL Explicit
- Remove border:
- RS–AL

0.6.1

Not secure
-----

**Improvements**

- Add ``ContractPeriod.WEEKEND`` for OHLC data.

**Bugfixes**

- Fix crashes in ``Border.__str__`` and ``Border.__repr__`` due to missing
implementations of ``__lt__`` and ``__gt__`` in class ``Allocation``
(thanks to stanton119).

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.