Skip to content
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

Development #132

Merged
merged 18 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
dbe7aab
Returned fitted bootstrap
denysgerasymuk799 Aug 18, 2024
36f17f6
Merge pull request #125 from DataResponsibly/feature/return_fitted_bo…
denysgerasymuk799 Aug 18, 2024
fce6a21
Added an interface for bootstrap inference
denysgerasymuk799 Aug 18, 2024
4dddfde
Added an interface for bootstrap inference
denysgerasymuk799 Aug 18, 2024
630a7bb
Merge pull request #126 from DataResponsibly/feature/return_fitted_bo…
denysgerasymuk799 Aug 18, 2024
7fd3da4
Added an interface for bootstrap inference
denysgerasymuk799 Aug 18, 2024
8efdf4b
Merge pull request #127 from DataResponsibly/feature/return_fitted_bo…
denysgerasymuk799 Aug 18, 2024
78e2f1e
Added an interface for bootstrap inference
denysgerasymuk799 Aug 18, 2024
8edd303
Merge pull request #128 from DataResponsibly/feature/return_fitted_bo…
denysgerasymuk799 Aug 18, 2024
fd8e0c7
Test Python 3.10 with Virny
denysgerasymuk799 Sep 2, 2024
b4c5d70
Test Python 3.11 with Virny
denysgerasymuk799 Sep 2, 2024
5e5c9e9
Test Python 3.12 with Virny
denysgerasymuk799 Sep 2, 2024
b6cddf6
Merge pull request #129 from DataResponsibly/feature/add_newer_python…
denysgerasymuk799 Sep 2, 2024
7f8612b
Added Python 3.8-3.12 to GitHub Actions
denysgerasymuk799 Sep 2, 2024
6481c8b
Added Python 3.8-3.12 to GitHub Actions
denysgerasymuk799 Sep 2, 2024
bccae76
Added Python 3.8-3.12 to GitHub Actions
denysgerasymuk799 Sep 2, 2024
2372c8c
Added Python 3.8-3.12 to GitHub Actions
denysgerasymuk799 Sep 2, 2024
b5a5b1e
Added Python 3.8-3.12 to GitHub Actions
denysgerasymuk799 Sep 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.8, 3.9]
python: [3.8, 3.9, "3.10", 3.11, 3.12]
os: [ubuntu-latest, macos-13]

uses: ./.github/workflows/build-virny.yml
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.8, 3.9]
python: [3.8, 3.9, "3.10", 3.11, 3.12]
os: [ubuntu-latest, macos-13]

uses: ./.github/workflows/unit-tests.yml
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*_venv
virny_env
virny_env10
virny_env11
virny_env12
notebooks
*.env
.DS_Store
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Virny Software Library

<p align="left">
<p align="center">
<!-- Tests -->
<a href="https://github.com/DataResponsibly/Virny/actions/workflows/ci.yml">
<img src="https://github.com/DataResponsibly/Virny/actions/workflows/ci.yml/badge.svg" alt="CI Pipeline">
Expand All @@ -13,10 +13,8 @@
<a href="https://pypi.org/project/virny">
<img src="https://img.shields.io/pypi/v/virny.svg?label=release&color=blue&style=flat-square" alt="pypi">
</a>
<!-- License -->
<a href="https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_(%22BSD_License_2.0%22,_%22Revised_BSD_License%22,_%22New_BSD_License%22,_or_%22Modified_BSD_License%22)">
<img src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square" alt="bsd_3_license">
</a>
<!-- Python Versions -->
<a href="https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12-blue"><img alt="Python Versions" src="https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12-blue"></a>
<!-- Code Size -->
<a href="">
<img src="https://img.shields.io/github/languages/code-size/DataResponsibly/Virny.svg" alt="code_size">
Expand All @@ -25,6 +23,10 @@
<a href="">
<img src="https://img.shields.io/github/last-commit/DataResponsibly/Virny.svg" alt="last_commit">
</a>
<!-- License -->
<a href="https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_(%22BSD_License_2.0%22,_%22Revised_BSD_License%22,_%22New_BSD_License%22,_or_%22Modified_BSD_License%22)">
<img src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square" alt="bsd_3_license">
</a>
</p>


Expand All @@ -51,7 +53,7 @@ For quickstart, look at [use case examples](https://dataresponsibly.github.io/Vi

## 🛠 Installation

Virny supports **Python 3.8 and 3.9** and can be installed with `pip`:
Virny supports **Python 3.8-3.12** and can be installed with `pip`:

```bash
pip install virny
Expand Down
Loading
Loading