Top Level Releases¶
Pythonic FP¶
These are the most resent Pythonic FP project PyPI releases.
PyPI and GitHub Name |
Python Module |
Version |
Date Released |
|---|---|---|---|
pythonic-fp-booleans |
pythonic_fp.booleans |
2.0.0 |
2025-09-27 |
pythonic-fp-circulararray |
pythonic_fp.circulararray |
6.0.0 |
2025-09-26 |
pythonic-fp-containers |
pythonic_fp.containers |
4.0.0 |
2025-09-28 |
pythonic-fp-fptools |
pythonic_fp.fptools |
5.1.2 |
2025-09-28 |
pythonic-fp-gadgets |
pythonic_fp.gadgets |
3.1.0 |
2025-09-26 |
pythonic-fp-iterables |
pythonic_fp.iterables |
5.1.2 |
2025-09-28 |
pythonic-fp-queues |
pythonic_fp.queues |
5.1.0 |
2025-09-26 |
pythonic-fp-sentinels [1] |
pythonic_fp.sentinels |
2.1.3 |
2025-08-02 |
pythonic-fp-singletons [2] |
pythonic_fp.singletons |
1.0.0 |
2025-09-25 |
pythonic-fp-splitends |
pythonic_fp.splitends |
2.0.0 |
2025-09-28 |
pythonic-fp-typing |
pythonic_fp.typing |
0.1.0 |
TBD |
Remarks¶
Attention
Maintainer will try to keep these top level releases consistent with each other as much as possible.
Important
When a package needs updated dependencies, the package will be deployed to PyPI first before any of its internal dependencies. This will prevent pip from installing the version of the package until all its dependencies are in place.
Note
In the development environment, packages and their dependencies are usually developed in parallel along with their test suites.
Footnotes