-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.5.0 #48
Release v0.5.0 #48
Commits on Feb 17, 2022
-
The class Edge does not inherit from Node anymore, instead the former class Node is renamed to Entity. (This name was present before but deleted by now.) To keep the graph structure, a new class Node also inherits from Entity - without adding further functionality. This way, everything works as before but clean graph theoretic language is preserved.
Configuration menu - View commit details
-
Copy full SHA for 29f34d1 - Browse repository at this point
Copy the full SHA 29f34d1View commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 06ed799 - Browse repository at this point
Copy the full SHA 06ed799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80019b6 - Browse repository at this point
Copy the full SHA 80019b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a93642 - Browse repository at this point
Copy the full SHA 9a93642View commit details
Commits on Apr 6, 2022
-
Entity is the mother class of Node and Edge, but instances of Node shoukd not be used. Thus, it should be in the sence of comprehensability to name Bus, Component, and Edge directly.
Configuration menu - View commit details
-
Copy full SHA for 2a8037f - Browse repository at this point
Copy the full SHA 2a8037fView commit details
Commits on Aug 22, 2022
-
Replace asserts in production code
Asserts are meant for debugging. If a check should be there for end users an if/raise statement is the way to go.
Configuration menu - View commit details
-
Copy full SHA for 34d89db - Browse repository at this point
Copy the full SHA 34d89dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b0fb8 - Browse repository at this point
Copy the full SHA f9b0fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d21b619 - Browse repository at this point
Copy the full SHA d21b619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edcfe6 - Browse repository at this point
Copy the full SHA 4edcfe6View commit details -
The import aliases where rarely used and thus more confusing than helpful.
Configuration menu - View commit details
-
Copy full SHA for 306f944 - Browse repository at this point
Copy the full SHA 306f944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 367476b - Browse repository at this point
Copy the full SHA 367476bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a2860 - Browse repository at this point
Copy the full SHA f7a2860View commit details -
Configuration menu - View commit details
-
Copy full SHA for d44f1e2 - Browse repository at this point
Copy the full SHA d44f1e2View commit details -
The import aliases where rarely used and thus more confusing than helpful.
Configuration menu - View commit details
-
Copy full SHA for 0f259a7 - Browse repository at this point
Copy the full SHA 0f259a7View commit details
Commits on Aug 23, 2022
-
Avoid using term Entity for Nodes
It makes sense to be precise if objects are Nodes, Edges, or Entities. As the documentation mixes them (Edges were Nodes before), I tried to figure or by reverse engeneering using solph.
Configuration menu - View commit details
-
Copy full SHA for 455f7c4 - Browse repository at this point
Copy the full SHA 455f7c4View commit details
Commits on Sep 2, 2022
-
According to https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html, there needs to be exactly one '%s' in every string in the config.
Configuration menu - View commit details
-
Copy full SHA for 062c771 - Browse repository at this point
Copy the full SHA 062c771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0126a - Browse repository at this point
Copy the full SHA 3c0126aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d2814f - Browse repository at this point
Copy the full SHA 8d2814fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5afca6 - Browse repository at this point
Copy the full SHA c5afca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10fce67 - Browse repository at this point
Copy the full SHA 10fce67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9197041 - Browse repository at this point
Copy the full SHA 9197041View commit details
Commits on Sep 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9aaebcf - Browse repository at this point
Copy the full SHA 9aaebcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e831047 - Browse repository at this point
Copy the full SHA e831047View commit details -
Remove temporarily_modifies_registry decorator
As Entity.registry is deprecated anyway, this decorator should also go.
Configuration menu - View commit details
-
Copy full SHA for a7b4530 - Browse repository at this point
Copy the full SHA a7b4530View commit details -
Remove automatic registration of Entities
Automatic registration of `Node`s was deprecated, so I removed it. There still was a ToDo note how to improve it. I also deleted that one.
Configuration menu - View commit details
-
Copy full SHA for 586a445 - Browse repository at this point
Copy the full SHA 586a445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107c2fc - Browse repository at this point
Copy the full SHA 107c2fcView commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d28e6f5 - Browse repository at this point
Copy the full SHA d28e6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da3240 - Browse repository at this point
Copy the full SHA 6da3240View commit details
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5409645 - Browse repository at this point
Copy the full SHA 5409645View commit details
Commits on May 12, 2023
-
Merge pull request #14 from oemof/fix/clean_graph_language
Adhere to graph language
Configuration menu - View commit details
-
Copy full SHA for cdde986 - Browse repository at this point
Copy the full SHA cdde986View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3383b27 - Browse repository at this point
Copy the full SHA 3383b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30199c - Browse repository at this point
Copy the full SHA d30199cView commit details
Commits on Jun 30, 2023
-
The contents of tox.ini were replaced by those from solph. There, legacy stuff like Travis CI were already removed. Also, the tested python versions are more recent. It worked locally, so in the sense of consistency, I like the idea to have both files identical.
Configuration menu - View commit details
-
Copy full SHA for 3edf0d0 - Browse repository at this point
Copy the full SHA 3edf0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c1f30f - Browse repository at this point
Copy the full SHA 6c1f30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b1a33 - Browse repository at this point
Copy the full SHA e8b1a33View commit details -
Replace nose.eq_ by vanilla assert
According to the dox, eq_ just saves characters. We should not have that as a priority. (Nose is depracated anyway.)
Configuration menu - View commit details
-
Copy full SHA for 6705b33 - Browse repository at this point
Copy the full SHA 6705b33View commit details -
Replace nose functions by pytest ones
The error messages were probably not checked before, as the wording did not match. I fixed that. (Content-wise they are similar to the formulations before.)
Configuration menu - View commit details
-
Copy full SHA for a1c2e62 - Browse repository at this point
Copy the full SHA a1c2e62View commit details -
Replace deprecated --strict by --strict-markers
The flag was deprecated according to https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Configuration menu - View commit details
-
Copy full SHA for c84453e - Browse repository at this point
Copy the full SHA c84453eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fc780 - Browse repository at this point
Copy the full SHA 81fc780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24bebf3 - Browse repository at this point
Copy the full SHA 24bebf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63718a9 - Browse repository at this point
Copy the full SHA 63718a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a2dbe5 - Browse repository at this point
Copy the full SHA 8a2dbe5View commit details
Commits on Jul 1, 2023
-
Split network.network into submodules
The file was pretty lonk and complex. Splitting it should make it more comprehensible.
Configuration menu - View commit details
-
Copy full SHA for 09866c7 - Browse repository at this point
Copy the full SHA 09866c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for de3510e - Browse repository at this point
Copy the full SHA de3510eView commit details -
I assume this has been part of Entity as Entity was called Node before and there was not proper Node class (edges should not be nodes).
Configuration menu - View commit details
-
Copy full SHA for db9cf58 - Browse repository at this point
Copy the full SHA db9cf58View commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3dd9691 - Browse repository at this point
Copy the full SHA 3dd9691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9879bb6 - Browse repository at this point
Copy the full SHA 9879bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 966ea76 - Browse repository at this point
Copy the full SHA 966ea76View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a40b949 - Browse repository at this point
Copy the full SHA a40b949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a095ee - Browse repository at this point
Copy the full SHA 3a095eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae2d62 - Browse repository at this point
Copy the full SHA 4ae2d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012074c - Browse repository at this point
Copy the full SHA 012074cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c147a - Browse repository at this point
Copy the full SHA 35c147aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df2ad3d - Browse repository at this point
Copy the full SHA df2ad3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f8146 - Browse repository at this point
Copy the full SHA 34f8146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 131fe5b - Browse repository at this point
Copy the full SHA 131fe5bView commit details -
Merge pull request #25 from oemof/revision/network_submodule
Split network.network into submodules
Configuration menu - View commit details
-
Copy full SHA for 8a2204b - Browse repository at this point
Copy the full SHA 8a2204bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9dddb6 - Browse repository at this point
Copy the full SHA d9dddb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb0640d - Browse repository at this point
Copy the full SHA bb0640dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc9c39 - Browse repository at this point
Copy the full SHA 6cc9c39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f08a0b - Browse repository at this point
Copy the full SHA 0f08a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9200961 - Browse repository at this point
Copy the full SHA 9200961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6885fd4 - Browse repository at this point
Copy the full SHA 6885fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f3b61 - Browse repository at this point
Copy the full SHA 86f3b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e9812 - Browse repository at this point
Copy the full SHA d9e9812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 681ef72 - Browse repository at this point
Copy the full SHA 681ef72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9945fbd - Browse repository at this point
Copy the full SHA 9945fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3311d3f - Browse repository at this point
Copy the full SHA 3311d3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fb86c - Browse repository at this point
Copy the full SHA f5fb86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b03c28 - Browse repository at this point
Copy the full SHA 3b03c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c49337 - Browse repository at this point
Copy the full SHA 0c49337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 743cfa3 - Browse repository at this point
Copy the full SHA 743cfa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5bba34 - Browse repository at this point
Copy the full SHA f5bba34View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd040ca - Browse repository at this point
Copy the full SHA cd040caView commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5533fa - Browse repository at this point
Copy the full SHA d5533faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb685d - Browse repository at this point
Copy the full SHA 1bb685dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca49bb - Browse repository at this point
Copy the full SHA 6ca49bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e3013 - Browse repository at this point
Copy the full SHA d7e3013View commit details -
Configuration menu - View commit details
-
Copy full SHA for c691376 - Browse repository at this point
Copy the full SHA c691376View commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fdfac06 - Browse repository at this point
Copy the full SHA fdfac06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c298a7 - Browse repository at this point
Copy the full SHA 2c298a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e25c73 - Browse repository at this point
Copy the full SHA 3e25c73View commit details -
Move Node functionality from Entity to Node
This cleanup seems to have been forgotten when the Entity was introduced to replace the former Node that was parent to Edge.
Configuration menu - View commit details
-
Copy full SHA for 1effd37 - Browse repository at this point
Copy the full SHA 1effd37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a15815 - Browse repository at this point
Copy the full SHA 8a15815View commit details -
Deprecate child classes of Node
All subclasses to Node (Bus, Component, Sink, Source, and Transformer) do not implement any additional functionality. This prepares their deletion.
Configuration menu - View commit details
-
Copy full SHA for 0e0237b - Browse repository at this point
Copy the full SHA 0e0237bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2a562 - Browse repository at this point
Copy the full SHA 2e2a562View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b445e88 - Browse repository at this point
Copy the full SHA b445e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ce2a0 - Browse repository at this point
Copy the full SHA 95ce2a0View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 48105fd - Browse repository at this point
Copy the full SHA 48105fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a50ad84 - Browse repository at this point
Copy the full SHA a50ad84View commit details -
Merge pull request #28 from oemof/features/add_flows
Add tests for API to add Flows between existing Nodes
Configuration menu - View commit details
-
Copy full SHA for c81809d - Browse repository at this point
Copy the full SHA c81809dView commit details -
Merge pull request #31 from oemof/revision/deprecate_node_child_classes
Deprecate child classes of Node
Configuration menu - View commit details
-
Copy full SHA for dc5e751 - Browse repository at this point
Copy the full SHA dc5e751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 307beb4 - Browse repository at this point
Copy the full SHA 307beb4View commit details
Commits on Oct 11, 2023
-
It makes no sense to deprecate subclasses to Node without exposing Node as part of the API.
Configuration menu - View commit details
-
Copy full SHA for d2e4bc2 - Browse repository at this point
Copy the full SHA d2e4bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef892bb - Browse repository at this point
Copy the full SHA ef892bbView commit details -
It might make sense to have the abstract superclass of Node and Edge exposed in the API.
Configuration menu - View commit details
-
Copy full SHA for 11df64e - Browse repository at this point
Copy the full SHA 11df64eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e327c - Browse repository at this point
Copy the full SHA 36e327cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f3105 - Browse repository at this point
Copy the full SHA e9f3105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78927aa - Browse repository at this point
Copy the full SHA 78927aaView commit details
Commits on Oct 19, 2023
-
Always having the attribute _label but setting it to None if unset makes things a lot simpler. Note that it is now obvious that kwargs are silently ignored.
Configuration menu - View commit details
-
Copy full SHA for 5d1e281 - Browse repository at this point
Copy the full SHA 5d1e281View commit details -
Introduce Entity.custom_properties
The custom_properties is a dictionary that can be used to store information that can be used to easily attach custom information to any Entity.
Configuration menu - View commit details
-
Copy full SHA for e4bf11b - Browse repository at this point
Copy the full SHA e4bf11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82190e7 - Browse repository at this point
Copy the full SHA 82190e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e105e2 - Browse repository at this point
Copy the full SHA 7e105e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03600df - Browse repository at this point
Copy the full SHA 03600dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7426f1 - Browse repository at this point
Copy the full SHA a7426f1View commit details -
Force Entity.custom_properties to be a keyword argument
We do not want custom_properties to be set exidentially, so the parameter should be named.
Configuration menu - View commit details
-
Copy full SHA for a1d53e1 - Browse repository at this point
Copy the full SHA a1d53e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a36f6 - Browse repository at this point
Copy the full SHA 66a36f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa6b3a - Browse repository at this point
Copy the full SHA 7aa6b3aView commit details
Commits on Oct 20, 2023
-
Merge pull request #32 from oemof/revision/custom_properties
Feature/custom properties
Configuration menu - View commit details
-
Copy full SHA for aa66673 - Browse repository at this point
Copy the full SHA aa66673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e6afd6 - Browse repository at this point
Copy the full SHA 9e6afd6View commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0218e8 - Browse repository at this point
Copy the full SHA f0218e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2d9d6 - Browse repository at this point
Copy the full SHA bb2d9d6View commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for feeb651 - Browse repository at this point
Copy the full SHA feeb651View commit details
Commits on Nov 9, 2023
-
Improve backwards compatibility
The property energy_system.nodes now still contains dict_values. This should be compatible to the old list. Access by label is poosible using energy_system.node[key].
Configuration menu - View commit details
-
Copy full SHA for 3ab6b9b - Browse repository at this point
Copy the full SHA 3ab6b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41229ed - Browse repository at this point
Copy the full SHA 41229edView commit details
Commits on Dec 14, 2023
-
Merge pull request #30 from oemof/revision/graph_language
Move `Node` functionality from `Entity` to `Node`. Note that that `Edge.inputs` (plural) was unused and is rather confusing. `Edge`s are defined to have exactly one input and one output and have corresponding attributes (named in singular and not a dict).
Configuration menu - View commit details
-
Copy full SHA for 4f5973f - Browse repository at this point
Copy the full SHA 4f5973fView commit details -
Remove __slots__ and corresponding test
__slots__ in network have no (positive) effect anyway, as just subclasses are used.
Configuration menu - View commit details
-
Copy full SHA for 4e82677 - Browse repository at this point
Copy the full SHA 4e82677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f45a4 - Browse repository at this point
Copy the full SHA 84f45a4View commit details -
Remove setter EnergySystem.nodes
The setter is problably unused, and I do not see a test for it. As I do not see a use case, I propose to delete it.
Configuration menu - View commit details
-
Copy full SHA for 55fce7d - Browse repository at this point
Copy the full SHA 55fce7dView commit details -
Merge pull request #35 from oemof/feature/node_dict
Make energy_system.nodes a dict
Configuration menu - View commit details
-
Copy full SHA for 056b0df - Browse repository at this point
Copy the full SHA 056b0dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c7641 - Browse repository at this point
Copy the full SHA 86c7641View commit details -
Merge pull request #39 from oemof/revision/stop-using-slots
Remove __slots__ and corresponding test
Configuration menu - View commit details
-
Copy full SHA for 0b77f0a - Browse repository at this point
Copy the full SHA 0b77f0aView commit details -
The error was not tested for because an error was risen before.
Configuration menu - View commit details
-
Copy full SHA for 1fe963e - Browse repository at this point
Copy the full SHA 1fe963eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e449b52 - Browse repository at this point
Copy the full SHA e449b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e3044 - Browse repository at this point
Copy the full SHA 09e3044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51397ff - Browse repository at this point
Copy the full SHA 51397ffView commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12b665a - Browse repository at this point
Copy the full SHA 12b665aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 384d164 - Browse repository at this point
Copy the full SHA 384d164View commit details -
Merge pull request #40 from oemof/revision/explicit_kwargs
Make kwargs explicit
Configuration menu - View commit details
-
Copy full SHA for c364657 - Browse repository at this point
Copy the full SHA c364657View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0cf996 - Browse repository at this point
Copy the full SHA b0cf996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1266d - Browse repository at this point
Copy the full SHA 4b1266dView commit details -
network.Bus is deprecated. Using it causes a warning.
Configuration menu - View commit details
-
Copy full SHA for 00c5e42 - Browse repository at this point
Copy the full SHA 00c5e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f0367 - Browse repository at this point
Copy the full SHA 30f0367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b99e6 - Browse repository at this point
Copy the full SHA 94b99e6View commit details -
Merge pull request #43 from oemof/fix/encourage-constant-labels
Require label of Node to be given
Configuration menu - View commit details
-
Copy full SHA for ee63186 - Browse repository at this point
Copy the full SHA ee63186View commit details
Commits on Dec 22, 2023
-
The version we use until now (v2) is deprecated and depends on old Javascript, as far as I understand. Support will be dropped soon.
Configuration menu - View commit details
-
Copy full SHA for 7b4d44d - Browse repository at this point
Copy the full SHA 7b4d44dView commit details -
Merge pull request #44 from oemof/revision/github_workflows
Move to setup-python@v5
Configuration menu - View commit details
-
Copy full SHA for e246c86 - Browse repository at this point
Copy the full SHA e246c86View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e58e31 - Browse repository at this point
Copy the full SHA 5e58e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67fe5a4 - Browse repository at this point
Copy the full SHA 67fe5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee184d5 - Browse repository at this point
Copy the full SHA ee184d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad9e30 - Browse repository at this point
Copy the full SHA 4ad9e30View commit details -
Refactor for improved readability
Double use of the name es also caused an error being hard to detect.
Configuration menu - View commit details
-
Copy full SHA for af3b0a9 - Browse repository at this point
Copy the full SHA af3b0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b550134 - Browse repository at this point
Copy the full SHA b550134View commit details -
Merge pull request #46 from oemof/feature/node_dict_warning
Improve warnings, e.g. add warning for experimental node access API and fix other warnings that are not meaningful for the user.
Configuration menu - View commit details
-
Copy full SHA for 21d727f - Browse repository at this point
Copy the full SHA 21d727fView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5e1a7d - Browse repository at this point
Copy the full SHA e5e1a7dView commit details -
Merge pull request #47 from oemof/dev
Release v0.5 * Improved code quality * Add Entity.custom_properties * Simplify node access (experimental: energy_system.node[label]) * Make keyword arguments explicit
Configuration menu - View commit details
-
Copy full SHA for 01b0657 - Browse repository at this point
Copy the full SHA 01b0657View commit details