Skip to content

Commit

Permalink
Merge pull request #16 from varchasgopalaswamy/main
Browse files Browse the repository at this point in the history
Release for 0.6.2
  • Loading branch information
varchasgopalaswamy authored Dec 18, 2024
2 parents d7c3adb + cca6a99 commit 8c7f651
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 286 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ straightforward and automatic using auto-differentiation.

- [x] Scalars
- [x] Arrays, with support for most NumPy ufuncs and functions
- [x] Integration with [Pint](https://pint.readthedocs.io/en/stable/user/defining-quantities.html) Quantity objects
- [ ] Pandas Extension Type (see [here](https://pandas.pydata.org/docs/reference/api/pandas.api.extensions.ExtensionDtype.html))

## Prerequisites
Expand All @@ -21,7 +20,6 @@ For array support:
* `jaxlib`
* `numpy`


## Installation

To install, simply run:
Expand Down
6 changes: 2 additions & 4 deletions auto_uncertainties/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# from __future__ import annotations
from __future__ import annotations

__private__ = ["util"]
__protected__ = ["numpy", "pint"]

__protected__ = ["numpy"]
import lazy_loader


Expand All @@ -26,7 +25,6 @@
"nominal_values",
"numpy",
"pandas",
"pint",
"set_compare_error",
"set_display_rounding",
"set_downcast_error",
Expand Down
2 changes: 0 additions & 2 deletions auto_uncertainties/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ from . import display_format
from . import exceptions
from . import numpy
from . import pandas
from . import pint
from . import uncertainty
from . import util

Expand Down Expand Up @@ -53,7 +52,6 @@ __all__ = [
"nominal_values",
"numpy",
"pandas",
"pint",
"set_compare_error",
"set_display_rounding",
"set_downcast_error",
Expand Down
11 changes: 0 additions & 11 deletions auto_uncertainties/pint/__init__.py

This file was deleted.

14 changes: 0 additions & 14 deletions auto_uncertainties/pint/__init__.pyi

This file was deleted.

147 changes: 0 additions & 147 deletions auto_uncertainties/pint/extensions.py

This file was deleted.

Loading

0 comments on commit 8c7f651

Please sign in to comment.