Skip to content

Commit

Permalink
update metadata, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FObersteiner committed Jan 5, 2025
1 parent 8697027 commit 060cda8
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 189 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,28 @@ Types of changes

## Unreleased

## v0.5.2 (2025-01-04, re-release)
## 2025-01-05, v0.5.3

### Removed

- v25 sub-module since V25 tools are only used by FAIROpro atm, i.e. they are better situated there
- signalsteps sub-module since unused

## 2025-01-04, v0.5.2 (re-release)

### Changed

- move from pyenv / poetry to uv
- avgbinmap.bin_y_of_t, keyword 'return_type' renamed to 'aggregation'

## v0.5.1 (2024-09-06)
## 2024-09-06, v0.5.1

- geo: distance from geopy wrapper now returns array. Total distance can easily be calculated as its sum.
- txt_2_dict: fix 'preserve_empty' to actually remove surrounding delimiters
- v25_config: add H2O config (commented out)
- misc: simplify clean_path, add PCOLOR class

## v0.5.0 (2024-07-29)
## 2024-07-29, v0.5.0

- drop Python 3.9 support
- add tests:
Expand Down
4 changes: 0 additions & 4 deletions pyfuppes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
na1001,
numberstring,
plottools,
signalsteps,
timeconversion,
timecorr,
txt2dict,
v25,
)

__version__ = metadata.version("pyfuppes")
Expand All @@ -29,9 +27,7 @@
"na1001",
"numberstring",
"plottools",
"signalsteps",
"timeconversion",
"timecorr",
"txt2dict",
"v25",
)
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [{ name = "Florian Obersteiner", email = "f.obersteiner@posteo.de" }]
license = { text = "LGPL3" }
name = "pyfuppes"
version = "0.5.2"
version = "0.5.3"
description = "A collection of tools in Python"
readme = "README.md"
requires-python = "<3.13,>=3.10"
Expand All @@ -17,7 +17,6 @@ dependencies = [
"pysolar>=0.10",
"scipy>=1.1",
"scikit-learn>=1.4",
"tomli>=2.0.1",
"xarray>=2022,>=2023,>=2024",
]

Expand Down
59 changes: 0 additions & 59 deletions tests/test_v25.py

This file was deleted.

Loading

0 comments on commit 060cda8

Please sign in to comment.