Recent Releases of tcpyPI
tcpyPI - Modernization of tcpyPI
What's Changed
- Updating master to v1.3.2 by @dgilford in https://github.com/dgilford/tcpyPI/pull/3
- Create Dependabot config file by @dependabot-preview in https://github.com/dgilford/tcpyPI/pull/10
- Bump numpy from 1.18.1 to 1.19.5 by @dependabot-preview in https://github.com/dgilford/tcpyPI/pull/7
- Bump xarray from 0.15.1 to 0.16.2 by @dependabot-preview in https://github.com/dgilford/tcpyPI/pull/9
- Bump numba from 0.48.0 to 0.51.2 by @dependabot-preview in https://github.com/dgilford/tcpyPI/pull/8
- Bump numpy from 1.19.5 to 1.20.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/12
- Bump numpy from 1.20.0 to 1.20.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/13
- Bump xarray from 0.16.2 to 0.17.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/14
- Bump numba from 0.51.2 to 0.53.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/15
- Bump numba from 0.53.0 to 0.53.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/16
- Bump numpy from 1.20.1 to 1.20.2 by @dependabot in https://github.com/dgilford/tcpyPI/pull/17
- Bump xarray from 0.17.0 to 0.18.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/18
- Bump numpy from 1.20.2 to 1.20.3 by @dependabot in https://github.com/dgilford/tcpyPI/pull/19
- Bump xarray from 0.18.0 to 0.18.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/20
- Bump xarray from 0.18.1 to 0.18.2 by @dependabot in https://github.com/dgilford/tcpyPI/pull/21
- Bump numpy from 1.20.3 to 1.21.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/22
- Bump numpy from 1.21.0 to 1.21.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/23
- Bump xarray from 0.18.2 to 0.19.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/24
- Bump numpy from 1.21.1 to 1.21.2 by @dependabot in https://github.com/dgilford/tcpyPI/pull/25
- Bump numba from 0.53.1 to 0.54.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/26
- Bump numba from 0.54.0 to 0.54.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/27
- Bump numpy from 1.21.2 to 1.21.3 by @dependabot in https://github.com/dgilford/tcpyPI/pull/28
- Bump xarray from 0.19.0 to 0.20.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/29
- Bump xarray from 0.20.0 to 0.20.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/31
- Bump numpy from 1.21.3 to 1.21.4 by @dependabot in https://github.com/dgilford/tcpyPI/pull/30
- Bump xarray from 0.20.1 to 0.20.2 by @dependabot in https://github.com/dgilford/tcpyPI/pull/32
- Bump numpy from 1.21.4 to 1.22.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/34
- Bump numba from 0.54.1 to 0.55.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/35
- Bump numpy from 1.22.0 to 1.22.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/36
- Bump xarray from 0.20.2 to 0.21.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/38
- Bump xarray from 0.21.0 to 0.21.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/39
- Bump xarray from 0.21.1 to 2022.3.0 by @dependabot in https://github.com/dgilford/tcpyPI/pull/41
- Bump numpy from 1.22.1 to 1.22.3 by @dependabot in https://github.com/dgilford/tcpyPI/pull/42
- Bump numba from 0.55.0 to 0.55.1 by @dependabot in https://github.com/dgilford/tcpyPI/pull/37
- Modernization by @maresb in https://github.com/dgilford/tcpyPI/pull/71
- Refactor Newton iteration into a separate function by @maresb in https://github.com/dgilford/tcpyPI/pull/72
- Fix sample_output_analyses notebook by @maresb in https://github.com/dgilford/tcpyPI/pull/73
New Contributors
- @dependabot-preview made their first contribution in https://github.com/dgilford/tcpyPI/pull/10
- @dependabot made their first contribution in https://github.com/dgilford/tcpyPI/pull/12
- @maresb made their first contribution in https://github.com/dgilford/tcpyPI/pull/71
Full Changelog: https://github.com/dgilford/tcpyPI/compare/v1.3...v1.4
The package is more resilient now. Many thanks to @maresb for his excellence in driving this update forward.
Climate Change - Natural Hazard and Storm
- Jupyter Notebook
Published by dgilford 2 months ago

tcpyPI - pyPI v1.3 (initial package release)
pyPI version 1.3 is the initial package release for pyPI:
- Adds constants.py and utilities.py for consistency in computations. This creates slight differences between pyPI and the BE02 algorithm output, as an epsilon term is now used correctly rather than estimated (PI difference between the two following this change is 0.22 m/s, and arises from changes in the OTL)
- permits packaging through the python package indexer (adding /pyPI/ directory, init, setup.py)
- changes the package name on the indexer to "tcpypi" (installation with > pip install tcpypi)
- reorganizes the directory and file structure
- Changes over from "Documentation" to an updated "User's Guide"
- fixes a few documentation errors
- updates the clock. Average runs are now ~13.7 seconds per 100k profiles
Questions or comments should be directed to the developer, [email protected]
Climate Change - Natural Hazard and Storm
- Jupyter Notebook
Published by dgilford over 4 years ago

tcpyPI - pyPI, now including Documentation PDF
This release now includes a full documentation PDF detailing the pyPI project, code examples, and the mathematical and computational derivation of potential intensity.
Climate Change - Natural Hazard and Storm
- Jupyter Notebook
Published by dgilford almost 5 years ago

tcpyPI - pyPI Concurrent TCMAX Release
This release makes a number of changes to the way missing values are handled in pyPI, updating the notebooks, pi.py, and README accordingly.
Concurrently, it marks the same version of pi.py that was uploaded by Kerry Emanuel onto his website at ftp://texmex.mit.edu/pub/emanuel/TCMAX.
At time of release, the full documentation is still under development.
Climate Change - Natural Hazard and Storm
- Jupyter Notebook
Published by dgilford almost 5 years ago

tcpyPI - pyPI Initial Release
The first full release of pyPI, including the potential intensity calculations validated against Kerry Emanuel's MATLAB script pcmin.m.
Climate Change - Natural Hazard and Storm
- Jupyter Notebook
Published by dgilford about 5 years ago
