Releases: mario-bermonti/stimpool
Releases · mario-bermonti/stimpool
v0.2.4
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
Fix the docs for the latest release
A more detailed description is:
- [docs] Fix docs for sample_pool (#124) @mario-bermonti
👥 List of contributors
v0.2.3
What’s Changed
Essentially the changes can be categorized as:
- Fix an error with the sample_pool method
Sampling now changes internal WordPool.words.
A more detailed description is:
- [fix bug] Sample the word_pool internally (#123) @mario-bermonti
- [main] Improve the results file header (#121) @mario-bermonti
👥 List of contributors
v0.2.2
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
- Improve the ease of use
- Improve the docs
- Improve the ci actions
- Minor improvements of internal codebase
A more detailed description is:
- [docs] Point to the rdt default version of the docs (#118) @mario-bermonti
- Fix typos and formatting (#108) @mario-bermonti
- Add issue template for improving documentation (#95) @mario-bermonti
- Bump stimpool version (#92) @mario-bermonti
🔧 Fixes & Refactoring
- Fix warnings from pandas.Series (#109) @mario-bermonti
- Simplify the api to WordPool object (#105) @mario-bermonti
📦 Build System & CI/CD
- Add improvements to the ci to the pullreq template (#94) @mario-bermonti
- Add a section for a summary of the changes (#93) @mario-bermonti
📝 Documentation
- Document class' init method automatically (#107) @mario-bermonti
- Add issue template for improvements and refactoring (#104) @mario-bermonti
- Improve contributing guide (#96) @mario-bermonti
⬆️ Dependencies updates
- Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.4.2 (#103) @dependabot
- Bump sphinx-rtd-theme from 0.5.1 to 0.5.2 in /docs (#73) @dependabot
- Bump actions/upload-artifact from 2.2.0 to 2.2.4 (#111) @dependabot
- Bump actions/setup-python from 2.2.1 to 2.2.2 (#102) @dependabot
- Bump release-drafter/release-drafter from 5.13.0 to 5.15.0 (#100) @dependabot
- Bump sphinx-autodoc-typehints from 1.11.1 to 1.12.0 in /docs (#78) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @mario-bermonti
v0.2.1
What’s Changed
Essentially the changes can be categorized as:
- Improve method for comparing series
- Improve type annotations
- Refactor to improve readability and maintainability
- Improve documentation
- Fix a bug that would allow the default word pool to be used
A more detailed description is:
- Bump stimpool version (#92) @mario-bermonti
- Solve new version correctly when bumping version (#87) @mario-bermonti
- Bump stimpool version to v0.2.0 (#86) @mario-bermonti
- Add release drafter to create releases (#85) @mario-bermonti
- Add contributing guidelines (#84) @mario-bermonti
- add pull request template (#83) @mario-bermonti
- Add templates for issue (#80) @mario-bermonti
- Temporarily fix flakehell issue (#81) @mario-bermonti
- Improve docs and their organization (#75) @mario-bermonti
- change line length limit 88 (#72) @mario-bermonti
- Use autodocsumm to improve docs (#71) @mario-bermonti
- Improve ci workflows (#70) @mario-bermonti
- Fix code of conduct links (#69) @mario-bermonti
- Run mypy checks in the ci linting action (#68) @mario-bermonti
- improve ci workflow name (#67) @mario-bermonti
- Change name of ci action for testing docs (#66) @mario-bermonti
- Make all necessary adjustments for adding the code of conduct (#65) @mario-bermonti
- Add code of conduct to docs (#62) @mario-bermonti
- Add code of conduct (#61) @mario-bermonti
- Fix invoke version command (#60) @mario-bermonti
- Fix return type of method (#59) @mario-bermonti
- Appropriately name original and cleaned word pools (#58) @mario-bermonti
- Ignore OSX system files (#57) @mario-bermonti
- Improve method for comparing series (#56) @mario-bermonti
- refactor tests (#55) @mario-bermonti
- Improve ci workflows (#51) @mario-bermonti
- Bump version: 0.1.0 → 0.1.1 (#52) @mario-bermonti
- Separate ci release jobs into action (#53) @mario-bermonti
🚀 Features
- Add template for issues related to ci checks (#90) @mario-bermonti
🔧 Fixes & Refactoring
- Wrong path used for default word pool (#89) @mario-bermonti
📦 Build System & CI/CD
- Improve release workflow (#91) @mario-bermonti
- Add template for issues related to ci checks (#90) @mario-bermonti
⬆️ Dependencies updates
- Bump sphinx from 3.5.2 to 3.5.3 in /docs (#38) @dependabot
👥 List of contributors
v0.1.1
Includes the same code as v0.1.0 but I bump the version to try to fix a problem on the release action on the ci.