Releases: fracdiff/fracdiff
0.9.1
0.9.0
Release/0.9.0 (#150)
- MAINT: Update pytest-cov requirement from ^3.0.0 to ^4.0.0 (#141)
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- MAINT: Update sphinx requirement from ^4.2.0 to ^5.3.0 (#144)
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- MAINT: Update mypy requirement from ^0.940 to ^0.991 (#146)
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ENH: Increasing sklearn compatibility (#149 Thanks @replacementAI)
- MAINT: Bumping version from 0.8.0 to 0.9.0 (#151)
Co-authored-by: GitHub Actions [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: replacementAI [email protected]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.8.0
Release/0.8.0 (#119)
-
ENH:
fracdiff.torch.fdiffandfracdiff.torch.Fracdiffsupport for n greater than 1 (close #116) (#117) -
MAINT: Update sphinx-copybutton requirement from ^0.4.0 to ^0.5.0 (#111)
-
MAINT: Update pytest requirement from ^6.2.2 to ^7.0.1 (#112)
-
MAINT: Update mypy requirement from ^0.931 to ^0.940 (#118)
-
MAINT: Add type (#121)
-
Bumping version from 0.7.2 to 0.8.0 (#120)
0.7.2
Release/0.7.2 (#115)
-
MAINT: Update sphinx-copybutton requirement from ^0.4.0 to ^0.5.0 (#111)
-
MAINT: Update pytest requirement from ^6.2.2 to ^7.0.1 (#112)
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.7.1
Release/0.7.1 (#109)
-
MAINT: Update Makefile (#90)
-
MAINT: Update furo requirement from ^2021.9.22 to ^2022.1.2 (#99)
-
MAINT: Update mypy requirement from ^0.910 to ^0.931 (#100)
-
MAINT: Update black requirement from ^21.4b0 to ^22.1 (#102)
-
MAINT: Bumping version from 0.7.0 to 0.7.1 (#108)
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.7.0
Release/0.7.0 (#86)
-
MAINT: Drop Python 3.6 (close #68) (#69)
- Python 3.6 is no longer supported. Please update to >=3.7.
-
MAINT: Add typing (#77)
-
CHORE: Update pytest-cov requirement from ^2.8.1 to ^3.0.0 (#78)
-
CHORE: Update Makefile (#88)
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.6.0
Release/0.6.0 (#75)
-
MAINT: Move
Fracdiff,FracdiffStatto sklearn/ (close#60)- Importing them as
from fracdiff.Fracdiff/from fracdiff.FracdiffStatis deprecated. Instead, please import them asfrom fracdiff.sklearn import Fracdiff/from fracdiff.sklearn. FracdiffStat.
- Importing them as
-
CHORE: Add Typecheck (#73)
-
CHORE: Update Makefile, CI, and Building documentation (#71) (#72) (#74)
0.5.2
Release/0.5.2 (#66)
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.5.1
0.5.0
- ENH:
torch.fdiff: A functional that extendstorch.diffto fractional differentiation. (close #47) (#49) - ENH:
torch.Fracdiff: A module that computes fractional differentiation. (close #47) (#49)