Releases: dralshehri/epiweeks
Releases · dralshehri/epiweeks
2.3.0
2.2.0
- Dropped support for Python 3.6 and added support for Python 3.11.
- Fixed location of type-checking marker file.
- Added more classifiers to package configuration.
- Updated documentation and removed badges from the package description.
- Updated development configurations and GitHub actions.
- Changed GitHub username back to @dralshehri and updated related links.
2.1.4
- Changed GitHub username to @mhalshehri and updated related links.
- Changed package docstrings to Google style and updated documentation.
- Updated development workflows and configurations.
- Other minor fixes and enhancements.
2.1.3
- Added
__version__
attribute to the package. - Changed
Week
rich comparison to returnNotImplemented
when the second operand
is not aWeek
object. - Changed the project structure by converting the
epiweeks
module into a package. - Updated packaging configuration files and local development workflow.
- Updated documentation structure and theme.
- Other minor fixes and enhancements.