Skip to content

Commit

Permalink
[MAINT] Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Dec 30, 2024
1 parent dd890a6 commit ce0dafa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PyBispectra Changelog

## [Version 1.2.1dev](https://pybispectra.readthedocs.io/en/main/)
## [Version 1.3dev](https://pybispectra.readthedocs.io/en/main/)

## [Version 1.2.0](https://pybispectra.readthedocs.io/en/1.2.0/)
## [Version 1.2](https://pybispectra.readthedocs.io/en/1.2.1/)

##### Enhancements
- Added general `Bispectrum` and `Threenorm` classes for computing with flexible kmn channel combinations.
Expand All @@ -19,7 +19,7 @@
##### Documentation
- Added a new example for computing the bispectrum and threenorm using the general classes.

## [Version 1.1.0](https://pybispectra.readthedocs.io/en/1.1.0/)
## [Version 1.1](https://pybispectra.readthedocs.io/en/1.1.0/)

##### Enhancements
- Reduced the memory requirement of bispectrum computations.
Expand All @@ -37,6 +37,6 @@
- Added a new example for computing time delays on specific frequency bands.


## [Version 1.0.0](https://pybispectra.readthedocs.io/en/1.0.0/)
## [Version 1.0](https://pybispectra.readthedocs.io/en/1.0.0/)

- Initial release.
10 changes: 5 additions & 5 deletions docs/source/_static/versions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"name": "1.2.1dev",
"version": "1.2.1dev",
"name": "1.3.0dev",
"version": "1.3.0dev",
"url": "https://pybispectra.readthedocs.io/en/main/"
},
{
"name": "1.2.0",
"version": "1.2.0",
"url": "https://pybispectra.readthedocs.io/en/1.2.0/"
"name": "1.2.1",
"version": "1.2.1",
"url": "https://pybispectra.readthedocs.io/en/1.2.1/"
},
{
"name": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "PyBispectra"
copyright = "2023, Thomas S. Binns"
author = "Thomas S. Binns"
release = "1.2.1dev"
release = "1.2.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description = "A Python signal processing package for computing spectral-domain
name = "pybispectra"
readme = "README.md"
requires-python = ">=3.10"
version = "1.2.1dev"
version = "1.2.1"

[project.optional-dependencies]
dev = ["pybispectra[doc]", "pybispectra[lint]", "pybispectra[test]"]
Expand Down

0 comments on commit ce0dafa

Please sign in to comment.