Skip to content

Releases: ankur-gupta/rain

Improved handling of circular imports

21 Aug 03:10
Compare
Choose a tag to compare
  • 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

02 Aug 06:00
Compare
Choose a tag to compare
  1. Coverage badge now gets updated
  2. pyproject.toml has been streamlined to have more informative script names

Version 2

20 Jun 06:56
Compare
Choose a tag to compare

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 to main
  • 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

20 Jun 05:34
32cfe57
Compare
Choose a tag to compare
  • This version uses setup.py
  • Future versions will use the new metadata format

Added instructions on circular imports

22 Jun 00:18
Compare
Choose a tag to compare

Added a working example that handles circular imports.

Added logging

22 Jun 00:18
Compare
Choose a tag to compare

Shows how to use logging within a package

Updated README and an import fix

16 Mar 03:06
8bca528
Compare
Choose a tag to compare
0.0.6

Update README.md

0.0.5

15 Feb 01:26
1f93687
Compare
Choose a tag to compare

Updated handling of package data when creating source distributions

0.0.4

11 Feb 06:10
89ecb90
Compare
Choose a tag to compare

Adding MIT License

0.0.3

08 Feb 08:28
4409446
Compare
Choose a tag to compare

Fixed minor language issues and typos