|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [Unreleased](https://github.com/btschwertfeger/python-cmethods/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v1.0.0...HEAD) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- Fixed PyPI repository URL [\#16](https://github.com/btschwertfeger/python-cmethods/pull/16) ([btschwertfeger](https://github.com/btschwertfeger)) |
| 10 | + |
| 11 | +## [v1.0.0](https://github.com/btschwertfeger/python-cmethods/tree/v1.0.0) (2023-04-10) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.6.3...v1.0.0) |
| 14 | + |
| 15 | +**Breaking changes:** |
| 16 | + |
| 17 | +- Remove the unnecessary `CMethods.py` module to access the CMethods class more easily [\#10](https://github.com/btschwertfeger/python-cmethods/issues/10) |
| 18 | + |
| 19 | +**Implemented enhancements:** |
| 20 | + |
| 21 | +- Create a release workflow for dev and production releases [\#8](https://github.com/btschwertfeger/python-cmethods/issues/8) |
| 22 | +- Move from setup.py to pyproject.toml [\#7](https://github.com/btschwertfeger/python-cmethods/issues/7) |
| 23 | +- Adjusted and improved the examples [\#15](https://github.com/btschwertfeger/python-cmethods/pull/15) ([btschwertfeger](https://github.com/btschwertfeger)) |
| 24 | +- Improving workflows - adding release workflow [\#12](https://github.com/btschwertfeger/python-cmethods/pull/12) ([btschwertfeger](https://github.com/btschwertfeger)) |
| 25 | + |
| 26 | +**Closed issues:** |
| 27 | + |
| 28 | +- Create a documentation [\#9](https://github.com/btschwertfeger/python-cmethods/issues/9) |
| 29 | + |
| 30 | +**Merged pull requests:** |
| 31 | + |
| 32 | +- Moved the content of `CMethods.py` to `__init__.py` and adjusted the imports [\#14](https://github.com/btschwertfeger/python-cmethods/pull/14) ([btschwertfeger](https://github.com/btschwertfeger)) |
| 33 | +- Create the documentation [\#13](https://github.com/btschwertfeger/python-cmethods/pull/13) ([btschwertfeger](https://github.com/btschwertfeger)) |
| 34 | +- Move from setup.py to pyproject.toml [\#11](https://github.com/btschwertfeger/python-cmethods/pull/11) ([btschwertfeger](https://github.com/btschwertfeger)) |
| 35 | + |
| 36 | +## [v0.6.3](https://github.com/btschwertfeger/python-cmethods/tree/v0.6.3) (2023-03-22) |
| 37 | + |
| 38 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.6.2...v0.6.3) |
| 39 | + |
| 40 | +**Breaking changes:** |
| 41 | + |
| 42 | +- adjust_3d forces group to be "time.month" if group is set to the default \(None\) [\#5](https://github.com/btschwertfeger/python-cmethods/issues/5) |
| 43 | + |
| 44 | +**Implemented enhancements:** |
| 45 | + |
| 46 | +- Add pre-commit [\#2](https://github.com/btschwertfeger/python-cmethods/issues/2) |
| 47 | + |
| 48 | +**Fixed bugs:** |
| 49 | + |
| 50 | +- Removed forced 'time.month' grouping in `adjust_3d` when no group was specified [\#4](https://github.com/btschwertfeger/python-cmethods/pull/4) ([btschwertfeger](https://github.com/btschwertfeger)) |
| 51 | + |
| 52 | +## [v0.6.2](https://github.com/btschwertfeger/python-cmethods/tree/v0.6.2) (2023-03-14) |
| 53 | + |
| 54 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.6.1...v0.6.2) |
| 55 | + |
| 56 | +**Fixed bugs:** |
| 57 | + |
| 58 | +- KeyError when Quantile\* Mapping and group != None [\#3](https://github.com/btschwertfeger/python-cmethods/issues/3) |
| 59 | + |
| 60 | +**Merged pull requests:** |
| 61 | + |
| 62 | +- Added pre-commit workflow to standardize the code base [\#1](https://github.com/btschwertfeger/python-cmethods/pull/1) ([btschwertfeger](https://github.com/btschwertfeger)) |
| 63 | + |
| 64 | +## [v0.6.1](https://github.com/btschwertfeger/python-cmethods/tree/v0.6.1) (2022-12-02) |
| 65 | + |
| 66 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.6...v0.6.1) |
| 67 | + |
| 68 | +## [v0.6](https://github.com/btschwertfeger/python-cmethods/tree/v0.6) (2022-11-28) |
| 69 | + |
| 70 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.5.4.2...v0.6) |
| 71 | + |
| 72 | +## [v0.5.4.2](https://github.com/btschwertfeger/python-cmethods/tree/v0.5.4.2) (2022-11-14) |
| 73 | + |
| 74 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/0.5.4.1...v0.5.4.2) |
| 75 | + |
| 76 | +## [0.5.4.1](https://github.com/btschwertfeger/python-cmethods/tree/0.5.4.1) (2022-11-09) |
| 77 | + |
| 78 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.5.4...0.5.4.1) |
| 79 | + |
| 80 | +## [v0.5.4](https://github.com/btschwertfeger/python-cmethods/tree/v0.5.4) (2022-11-05) |
| 81 | + |
| 82 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.5.3...v0.5.4) |
| 83 | + |
| 84 | +## [v0.5.3](https://github.com/btschwertfeger/python-cmethods/tree/v0.5.3) (2022-10-26) |
| 85 | + |
| 86 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.5.2...v0.5.3) |
| 87 | + |
| 88 | +## [v0.5.2](https://github.com/btschwertfeger/python-cmethods/tree/v0.5.2) (2022-10-14) |
| 89 | + |
| 90 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.5.1...v0.5.2) |
| 91 | + |
| 92 | +## [v0.5.1](https://github.com/btschwertfeger/python-cmethods/tree/v0.5.1) (2022-08-19) |
| 93 | + |
| 94 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v0.5...v0.5.1) |
| 95 | + |
| 96 | +## [v0.5](https://github.com/btschwertfeger/python-cmethods/tree/v0.5) (2022-08-19) |
| 97 | + |
| 98 | +[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/41c1837e5d23c300656c8ee2ce0079d6a8baac2f...v0.5) |
| 99 | + |
| 100 | +\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ |
0 commit comments