Flexmeasures

Latest version: v0.23.1

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

Scan your dependencies

Page 3 of 9

0.17.1

This is a patch release in the 0.17.x series and includes some regression fixes. We recommend that all users upgrade to this version.

See our [changelog](https://flexmeasures.readthedocs.io/en/stable/changelog.html#v0-17-1-december-7-2023) for a list of all the changes.

0.17

What's Changed

* ci: allow to update OR upgrade dependencies by nhoening in https://github.com/FlexMeasures/flexmeasures/pull/862
* fix: apply soc-unit when deserializing soc-minima and soc-maxima by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/864
* fix(tests): try highs solver again by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/863
* add parent generic asset by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/855
* Replace click.echo by click.secho by Ahmad-Wahid in https://github.com/FlexMeasures/flexmeasures/pull/871
* Security/pillow>=10.0.1 by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/872
* feat: spin off fallback scheduler from the storage scheduler by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/846
* serialize sensor only when there's data by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/866
* Change the Asset constraint `(account_id, name)` to `(parent_asset_id, name)`. by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/874
* Feature/planning/adapt scheduler multiple output by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/879
* fix: unreachable code on the endpoint to get a schedule by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/887
* fix(api): redirect url for fallback scheduler returns full url by GustaafL in https://github.com/FlexMeasures/flexmeasures/pull/888
* Feature/add consultancy account by GustaafL in https://github.com/FlexMeasures/flexmeasures/pull/877
* consumption and production site-level power constraints by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/884
* feature: weekly heatmap by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/883
* make fallback scheduler redirect optional by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/891
* Fix: consultant role by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/892
* fix: stop using upgrade-insecure-requests header by nhoening in https://github.com/FlexMeasures/flexmeasures/pull/894
* feat(favicon): update favicon to fm logo by GustaafL in https://github.com/FlexMeasures/flexmeasures/pull/895


**Full Changelog**: https://github.com/FlexMeasures/flexmeasures/compare/v0.16...v0.17

0.16.1

Not secure
This is a patch release in the 0.16.x series and includes some regression fixes. We recommend that all users upgrade to this version.

See our [changelog](https://flexmeasures.readthedocs.io/en/stable/changelog.html#v0-16-1-october-2-2023) for a list of all the changes.

0.16

Not secure
What's Changed
* Switch off HiGHS logs for `LOGGING_LEVEL=INFO` by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/824
* fix: `highs` string is in `solver_name` by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/826
* Fix: public sensors to show by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/830
* feat: add `ProfitOrLossReporter` to compute profit/loss of energy flows by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/808
* Upgrade dependencies after v0.15 by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/813
* Feature/datetime unit conversions with dayfirst and timezone by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/831
* Add tutorial for the `Reporters` by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/825
* amend changes in linear_optimization after commiting in PR 825 by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/836
* fix: parsing of soc-target timestamps in `fm add schedule for-storage` by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/834
* fix: infeasible problem due to float precision error by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/832
* remove extra backtick by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/837
* feature: add command `flexmeasures show chart` by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/833
* CLI smart autocompletion by Ahmad-Wahid in https://github.com/FlexMeasures/flexmeasures/pull/713
* fix: bump version of Ubuntu in Dockerfile by seagyn in https://github.com/FlexMeasures/flexmeasures/pull/785
* Clean up job data source retrieval by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/845
* rename `source` to `sources` and fetch only one value per event by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/844
* installation: bump piptools to target >=7.2 by Nischay-Pro in https://github.com/FlexMeasures/flexmeasures/pull/801
* ci: build docker images automatically by Nischay-Pro in https://github.com/FlexMeasures/flexmeasures/pull/800
* ci: update build matrix to target multiple python versions by Nischay-Pro in https://github.com/FlexMeasures/flexmeasures/pull/847
* installation: added docker script to auto update dependencies for all Py versions by Nischay-Pro in https://github.com/FlexMeasures/flexmeasures/pull/843
* fix(docs): IDs by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/852
* Feat/interpolate instantaneous sensor charts by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/851
* expose storage and ems power capacities as flex-model fields by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/850
* add headroom charts to tutorial part II by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/856
* feat: add chart action to export data to CSV by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/849
* Upgrade Flask ecosystem dependencies by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/838
* save scheduler info into rq job by victorgarcia98 in https://github.com/FlexMeasures/flexmeasures/pull/859
* 782 update fm modes documentation for sunset of api versions 3 by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/857
* fix: instruct client browser to reload JS by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/860
* fix: rq queue name in menu by Flix6x in https://github.com/FlexMeasures/flexmeasures/pull/861

New Contributors
* seagyn made their first contribution in https://github.com/FlexMeasures/flexmeasures/pull/785

**Full Changelog**: https://github.com/FlexMeasures/flexmeasures/compare/v0.15...v0.16

0.15.2

Not secure
This is a patch release in the 0.15.x series and includes some regression fixes. We recommend that all users upgrade to this version.

See our [changelog](https://flexmeasures.readthedocs.io/en/stable/changelog.html#v0-15-2-october-2-2023) for a list of all the changes.

0.15.1

Not secure
This is a patch release in the 0.15.x series and includes some regression fixes. We recommend that all users upgrade to this version.

See our [changelog](https://flexmeasures.readthedocs.io/en/stable/changelog.html#v0-15-1-august-28-2023) for a list of all the changes.

Page 3 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.