Skip to content

Commit

Permalink
Merge pull request #1086 from oemof/v0.5
Browse files Browse the repository at this point in the history
Release v0.5.3
  • Loading branch information
p-snft authored Jun 25, 2024
2 parents 671ef32 + 48a98c9 commit 5834611
Show file tree
Hide file tree
Showing 242 changed files with 17,165 additions and 16,400 deletions.
20 changes: 0 additions & 20 deletions .bumpversion.cfg

This file was deleted.

4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
max-line-length = 79
exclude = */migrations/*, docs/conf.py
ignore = E203, W503
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: (e.g. iOS, Debian, Ubunut, Windows10)
- Python version (e.g. 3.8)
- Python version (e.g. 3.11)

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/workflows/tox_pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ develop-eggs
.installed.cfg
lib
lib64
venv*/
pyvenv*/
venv/
.venv/
pyvenv/
pip-wheel-metadata/

# Installer logs
Expand Down
7 changes: 0 additions & 7 deletions .prospector.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
filter:
paths:
- src/
- examples/
excluded_paths:
- "*/experimental/*" # submodules marked experimental

4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Available standard environments are::
clean
check
docs
py37
py38
py39
py310
py311

To run a subset of tests::

Expand Down
26 changes: 0 additions & 26 deletions MANIFEST.in

This file was deleted.

6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
:alt: Supported implementations
:target: https://pypi.org/project/oemof.solph

.. |commits-since| image:: https://img.shields.io/github/commits-since/oemof/oemof-solph/v0.5.1/dev
.. |commits-since| image:: https://img.shields.io/github/commits-since/oemof/oemof-solph/v0.5.2/dev
:alt: Commits since latest release
:target: https://github.com/oemof/oemof-solph/compare/v0.5.1...dev
:target: https://github.com/oemof/oemof-solph/compare/v0.5.2...dev

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596235.svg
:alt: Zenodo DOI
Expand Down Expand Up @@ -267,7 +267,7 @@ or by e-mailing us (see `here <https://oemof.org/contact/>`_ for contact informa
License
=======

Copyright (c) 2023 oemof developer group
Copyright (c) oemof developer group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

Loading

0 comments on commit 5834611

Please sign in to comment.