Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.3"}
{".":"0.3.4"}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.3.4](https://github.com/cbueth/delaynet/compare/v0.3.3...v0.3.4) (2026-08-17)


### Bug Fixes

* **benchmarks:** skip benchmark tests without pytest-codspeed ([a127b18](https://github.com/cbueth/delaynet/commit/a127b18ac85f8b6c62be3f7fca129e8b6cd9679a))
* **ci:** add pypi-publish environment to match trusted publisher ([da07a73](https://github.com/cbueth/delaynet/commit/da07a7390c4a4931e424b1820e07810cb1fa7210))
* **ci:** allow manual publish and trigger publish.yml from release-please ([3b34d2c](https://github.com/cbueth/delaynet/commit/3b34d2c9f7f4c8c85176b0fb21356f0d9949da43))
* **ci:** use valid release/v1 ref for pypi publish action ([d706509](https://github.com/cbueth/delaynet/commit/d706509bed78fb1177484bdc81af9c25bec12b1d))

## [0.3.3](https://github.com/cbueth/delaynet/compare/v0.3.2...v0.3.3) (2026-08-12)

- 🚀 **2-4 times faster network reconstruction!**
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords:
- mutual information
- transfer entropy
license: BSD-3-Clause
version: 0.3.3 # x-release-please-version
version: 0.3.4 # x-release-please-version

# add when code published
# doi: 10.5281/zenodo.0000
Expand Down
2 changes: 1 addition & 1 deletion delaynet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""delaynet init."""

__version__ = "0.3.3"
__version__ = "0.3.4"
from .utils.logging import logging

# Expose most common functions
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
project = "delaynet"
copyright = f"2024–{datetime.now().year}, delaynet maintainers"
author = "Carlson Büth"
version = "0.3.3" # x-release-please-version
version = "0.3.4" # x-release-please-version

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
Loading