Skip to content

Commit

Permalink
changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Jan 22, 2025
1 parent 95e7ddc commit a3e416c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/testrelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: TestPyPi Publisher

on:
workflow_dispatch:

jobs:
testpypi-publisher:
runs-on: ubuntu-latest
steps:
- uses: thevickypedia/pypi-publisher@v4
env:
token: ${{ secrets.PYPI_APIKEY }}
with:
python-version: "3.10"
skip-existing: true
test-upload: true
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes

### 0.5.5 (master)
### 0.6.0 (master)
* fiona added to dependencies
* csd_plot after Peterson 1996 added
* contact_frequency Grains method added
* utils.circstat provides most common circular statistics
suitable for pandas agg

### 0.5.5 (14 Dec 2024)
* from_coords method added to Boundary
* added eap and epa Grain methods
* surfor for Grains normalized by factor 2
Expand Down Expand Up @@ -120,4 +127,3 @@
## 0.1 (13 Feb 2015)

* First release

2 changes: 1 addition & 1 deletion polylx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .core import Grain, Boundary, Grains, Boundaries, Sample, Fractnet
from .utils import deg, circstat

__version__ = "0.5.6"
__version__ = "0.6.0"
__author__ = "Ondrej Lexa"
__email__ = "[email protected]"

Expand Down

0 comments on commit a3e416c

Please sign in to comment.