Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Apr 1, 2024
1 parent 1909977 commit e2863e5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v2.5.10, 2024-04-01 -- bugfixes and add h transformation for gamma
v2.5.9, 2024-02-26 -- bugfixes
v2.5.7, 2024-01-16 -- bugfixes
v2.5.6, 2023-12-27 -- bugfixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using functional component analysis and regression.

### Installation
------------------------------------------------------------------------------
v2.5.9 is on pip and can be installed using
v2.5.10 is on pip and can be installed using
> `pip install fdasrsf`
or conda
Expand Down
2 changes: 1 addition & 1 deletion doc/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://fdasrsf-python.readthedocs.io/en/latest/"
},
{
"name": "2.5.9 (stable)",
"name": "2.5.10 (stable)",
"version": "stable",
"url": "https://fdasrsf-python.readthedocs.io/en/stable/",
"preferred": true
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
if switcher_version == "latest":
switcher_version = "dev"
elif rtd_version_type not in {"branch", "tag"}:
switcher_version = "2.5.9"
switcher_version = "2.5.10"


nbsphinx_prolog = """
Expand All @@ -110,7 +110,7 @@
# The short X.Y version.
version = "2.5"
# The full version, including alpha/beta/rc tags.
release = "2.5.9"
release = "2.5.10"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fdasrsf"
version = "2.5.9"
version = "2.5.10"
description = "functional data analysis using the square root slope framework"
authors = [
{name = "J. Derek Tucker", email = "[email protected]"}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build_sphinx]
project = 'fdasrvf'
version = 2.5
release = 2.5.9
release = 2.5.10
source-dir = doc/source
build-dir = doc/build
all_files = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run(self):
cmdclass={"build_ext": build_ext_with_blas, "build_docs": build_docs},
ext_modules=extensions,
name="fdasrsf",
version="2.5.9",
version="2.5.10",
packages=["fdasrsf"],
url="http://research.tetonedge.net",
license="LICENSE.txt",
Expand Down

0 comments on commit e2863e5

Please sign in to comment.