Skip to content

Commit

Permalink
Merge pull request #192 from Pale-Blue-Dot-97/v0.25-dev
Browse files Browse the repository at this point in the history
Minerva v0.25
  • Loading branch information
Pale-Blue-Dot-97 authored Jul 11, 2023
2 parents 0588a01 + 8955d63 commit 18f2b5f
Show file tree
Hide file tree
Showing 29 changed files with 1,992 additions and 1,843 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,12 @@ repos:
- id: bandit
args: [-c, pyproject.toml]
additional_dependencies: ['bandit[toml]']

- repo: https://github.com/roy-ht/pre-commit-jupyter
rev: v1.2.1
hooks:
- id: jupyter-notebook-cleanup
args:
- --remove-kernel-metadata
- --pin-patterns
- '[pin];[donotremove]'
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include minerva/inbuilt_cfgs *.yml
include banner.txt
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ myst_parser= "==1.0.0"
pre-commit = "==3.3.1"
pytest = "==7.3.1"
pytest-cov = "==4.0.0"
pytest-lazy-fixture= "==0.6.3"
pygments = ">=2.7.4" # not directly required, pinned by Snyk to avoid a vulnerability
sphinx-rtd-theme = "==1.2.0"
sphinx = "==6.2.1"
Expand Down
1,925 changes: 1,007 additions & 918 deletions Pipfile.lock

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Minerva

![GitHub release (latest by date)](https://img.shields.io/github/v/release/Pale-Blue-Dot-97/Minerva?) ![GitHub](https://img.shields.io/github/license/Pale-Blue-Dot-97/Minerva?) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/minerva) ![GitHub contributors](https://img.shields.io/github/contributors/Pale-Blue-Dot-97/Minerva?) [![CodeFactor](https://www.codefactor.io/repository/github/pale-blue-dot-97/minerva/badge)](https://www.codefactor.io/repository/github/pale-blue-dot-97/minerva) [![Known Vulnerabilities](https://snyk.io/test/github/Pale-Blue-Dot-97/Minerva/badge.svg?targetFile=requirements/requirements_dev.txt)](https://snyk.io/test/github/Pale-Blue-Dot-97/Minerva) ![tests](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/tests.yml/badge.svg) [![Read the Docs](https://img.shields.io/readthedocs/smp?)](https://pale-blue-dot-97.github.io/Minerva/) [![Qodana](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/code_quality.yml/badge.svg)](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/code_quality.yml) [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Pale-Blue-Dot-97/Minerva/tree/main.svg?style=svg&circle-token=7c738d256a0d8df674b2682daeb2f4b52381ced4)](https://dl.circleci.com/status-badge/redirect/gh/Pale-Blue-Dot-97/Minerva/tree/main) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Coverage Status](https://coveralls.io/repos/github/Pale-Blue-Dot-97/Minerva/badge.svg?t=ZycdOW)](https://coveralls.io/github/Pale-Blue-Dot-97/Minerva) [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Pale-Blue-Dot-97/Minerva/main.svg)](https://results.pre-commit.ci/latest/github/Pale-Blue-Dot-97/Minerva/main)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Pale-Blue-Dot-97/Minerva?)
![GitHub](https://img.shields.io/github/license/Pale-Blue-Dot-97/Minerva?)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/minerva)
![GitHub contributors](https://img.shields.io/github/contributors/Pale-Blue-Dot-97/Minerva?)
[![CodeFactor](https://www.codefactor.io/repository/github/pale-blue-dot-97/minerva/badge)](https://www.codefactor.io/repository/github/pale-blue-dot-97/minerva)
![tests](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/tests.yml/badge.svg)
[![Read the Docs](https://img.shields.io/readthedocs/smp?)](https://pale-blue-dot-97.github.io/Minerva/)
[![Qodana](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/code_quality.yml/badge.svg)](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/code_quality.yml)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/Pale-Blue-Dot-97/Minerva/tree/main.svg?style=svg&circle-token=7c738d256a0d8df674b2682daeb2f4b52381ced4)](https://dl.circleci.com/status-badge/redirect/gh/Pale-Blue-Dot-97/Minerva/tree/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Coverage Status](https://coveralls.io/repos/github/Pale-Blue-Dot-97/Minerva/badge.svg?t=ZycdOW)](https://coveralls.io/github/Pale-Blue-Dot-97/Minerva)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Pale-Blue-Dot-97/Minerva/main.svg)](https://results.pre-commit.ci/latest/github/Pale-Blue-Dot-97/Minerva/main)

<!-- PROJECT LOGO -->
<br />
Expand All @@ -9,7 +21,7 @@
<img src="docs/images/Minerva_logo.png" alt="Logo" width="" height="400">
</a>
<p align="center">
<b style="font-size:26px;"> v0.24</b>
<b style="font-size:26px;"> v0.25</b>
<br />
<a href="https://pale-blue-dot-97.github.io/Minerva/"><strong>Explore the docs »</strong></a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* * / / / // // /| / /___/ _, _/| |/ / ___ | *
* /_/ /_/___/_/ |_/_____/_/ |_| |___/_/ |_| * *
THE REMOTE SENSING MACHINE LEARNING FRAMEWORK
==================> v0.24 <==================
==================> v0.25 <==================
16 changes: 14 additions & 2 deletions docs/docs_readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Minerva

![GitHub release (latest by date)](https://img.shields.io/github/v/release/Pale-Blue-Dot-97/Minerva?) ![GitHub](https://img.shields.io/github/license/Pale-Blue-Dot-97/Minerva?) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/minerva) ![GitHub contributors](https://img.shields.io/github/contributors/Pale-Blue-Dot-97/Minerva?) [![CodeFactor](https://www.codefactor.io/repository/github/pale-blue-dot-97/minerva/badge)](https://www.codefactor.io/repository/github/pale-blue-dot-97/minerva) [![Known Vulnerabilities](https://snyk.io/test/github/Pale-Blue-Dot-97/Minerva/badge.svg?targetFile=requirements/requirements_dev.txt)](https://snyk.io/test/github/Pale-Blue-Dot-97/Minerva) ![tests](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/tests.yml/badge.svg) [![Read the Docs](https://img.shields.io/readthedocs/smp?)](https://pale-blue-dot-97.github.io/Minerva/) [![Qodana](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/code_quality.yml/badge.svg)](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/code_quality.yml) [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Pale-Blue-Dot-97/Minerva/tree/main.svg?style=svg&circle-token=7c738d256a0d8df674b2682daeb2f4b52381ced4)](https://dl.circleci.com/status-badge/redirect/gh/Pale-Blue-Dot-97/Minerva/tree/main) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Coverage Status](https://coveralls.io/repos/github/Pale-Blue-Dot-97/Minerva/badge.svg?t=ZycdOW)](https://coveralls.io/github/Pale-Blue-Dot-97/Minerva) [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Pale-Blue-Dot-97/Minerva/main.svg)](https://results.pre-commit.ci/latest/github/Pale-Blue-Dot-97/Minerva/main)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Pale-Blue-Dot-97/Minerva?)
![GitHub](https://img.shields.io/github/license/Pale-Blue-Dot-97/Minerva?)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/minerva)
![GitHub contributors](https://img.shields.io/github/contributors/Pale-Blue-Dot-97/Minerva?)
[![CodeFactor](https://www.codefactor.io/repository/github/pale-blue-dot-97/minerva/badge)](https://www.codefactor.io/repository/github/pale-blue-dot-97/minerva)
![tests](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/tests.yml/badge.svg)
[![Read the Docs](https://img.shields.io/readthedocs/smp?)](https://pale-blue-dot-97.github.io/Minerva/)
[![Qodana](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/code_quality.yml/badge.svg)](https://github.com/Pale-Blue-Dot-97/Minerva/actions/workflows/code_quality.yml)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/Pale-Blue-Dot-97/Minerva/tree/main.svg?style=svg&circle-token=7c738d256a0d8df674b2682daeb2f4b52381ced4)](https://dl.circleci.com/status-badge/redirect/gh/Pale-Blue-Dot-97/Minerva/tree/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Coverage Status](https://coveralls.io/repos/github/Pale-Blue-Dot-97/Minerva/badge.svg?t=ZycdOW)](https://coveralls.io/github/Pale-Blue-Dot-97/Minerva)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Pale-Blue-Dot-97/Minerva/main.svg)](https://results.pre-commit.ci/latest/github/Pale-Blue-Dot-97/Minerva/main)

<!-- PROJECT LOGO -->
<br />
Expand All @@ -9,7 +21,7 @@
<img src="docs/images/Minerva_logo.png" alt="Logo" width="" height="400">
</a>
<p align="center">
<b style="font-size:26px;"> v0.24</b>
<b style="font-size:26px;"> v0.25</b>
<br />
<a href="https://pale-blue-dot-97.github.io/Minerva/"><strong>Explore the docs »</strong></a>
<br />
Expand Down
Loading

0 comments on commit 18f2b5f

Please sign in to comment.