Releases: ankur-gupta/rain
Releases · ankur-gupta/rain
Improved handling of circular imports
rain
now demonstrates how to handle circular-import induced undefined variables in type hints- Circular imports now use local/relative imports instead package-level imports
- Circular imports now happen at the end of the file
Fixing Codecov uploads
- Coverage badge now gets updated
pyproject.toml
has been streamlined to have more informative script names
Version 2
Improvements in rain 2.0.0
- Uses the new
src
directory structure for python prokects - Uses the new
pyproject.toml
metadata structure based on PEP 621 - More informative tests than version 1.0.0
- More informative names than version 1.0.0
- Python 2 cruft has been removed
- Main branch renamed from
master
tomain
- Uses hatch to run tests, build packages, and update versions
- You can still access v1 code and README here
Final version that uses setup.py
- This version uses
setup.py
- Future versions will use the new metadata format
Added instructions on circular imports
Added a working example that handles circular imports.
Added logging
Shows how to use logging within a package
Updated README and an import fix
0.0.6 Update README.md
0.0.5
Updated handling of package data when creating source distributions
0.0.4
Adding MIT License
0.0.3
Fixed minor language issues and typos