Recent Releases of fancylog
fancylog - v0.5.0
What's Changed
- Add
CITATION.CFFby @JoeZiminski in https://github.com/neuroinformatics-unit/fancylog/pull/58 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/neuroinformatics-unit/fancylog/pull/59
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/neuroinformatics-unit/fancylog/pull/64
- Log env packages by @svalbuenaa in https://github.com/neuroinformatics-unit/fancylog/pull/62
New Contributors
- @svalbuenaa made their first contribution in https://github.com/neuroinformatics-unit/fancylog/pull/62
Full Changelog: https://github.com/neuroinformatics-unit/fancylog/compare/v0.4.5...v0.5.0
- Python
Published by adamltyson 7 months ago
fancylog - v0.4.5
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/52
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/53
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/54
- Add docstring linting and update docstrings. by @JoeZiminski in https://github.com/neuroinformatics-unit/fancylog/pull/55
Full Changelog: https://github.com/neuroinformatics-unit/fancylog/compare/0.4.4...v0.4.5
- Python
Published by JoeZiminski 8 months ago
fancylog - 0.4.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/42
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/43
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/44
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/45
- Add wheel to additional_dependencies in pre-commit-config.yaml by @adamltyson in https://github.com/neuroinformatics-unit/fancylog/pull/46
- Replaced NIU upload action with separate steps by @IgorTatarnikov in https://github.com/neuroinformatics-unit/fancylog/pull/47
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/48
- Use pypa/gh-action-pypi-publish stable release v1 by @lochhh in https://github.com/neuroinformatics-unit/fancylog/pull/49
- Update supported Python versions and remove intel macOS testing by @adamltyson in https://github.com/neuroinformatics-unit/fancylog/pull/50
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/51
New Contributors
- @IgorTatarnikov made their first contribution in https://github.com/neuroinformatics-unit/fancylog/pull/47
- @lochhh made their first contribution in https://github.com/neuroinformatics-unit/fancylog/pull/49
Full Changelog: https://github.com/neuroinformatics-unit/fancylog/compare/v0.4.3...0.4.4
- Python
Published by adamltyson 12 months ago
fancylog - v0.4.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/35
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/36
- Update supported Python versions by @adamltyson in https://github.com/neuroinformatics-unit/fancylog/pull/37
- Add codecov token by @adamltyson in https://github.com/neuroinformatics-unit/fancylog/pull/38
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/39
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/40
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/41
Full Changelog: https://github.com/neuroinformatics-unit/fancylog/compare/v0.4.2...v0.4.3
- Python
Published by adamltyson over 1 year ago
fancylog - v0.4.2
What's Changed
- Refresh all filehandlers on named logger. by @JoeZiminski in https://github.com/neuroinformatics-unit/fancylog/pull/33
- Don't propagate named loggers. by @JoeZiminski in https://github.com/neuroinformatics-unit/fancylog/pull/32
- Handle multiprocessing for named loggers. by @JoeZiminski in https://github.com/neuroinformatics-unit/fancylog/pull/34
Full Changelog: https://github.com/neuroinformatics-unit/fancylog/compare/v0.4.1...v0.4.2
- Python
Published by adamltyson almost 2 years ago
fancylog - v0.4.1
What's Changed
- Refactor & add tests by @adamltyson in https://github.com/neuroinformatics-unit/fancylog/pull/19
- Update tooling to better match other NIU projects by @adamltyson in https://github.com/neuroinformatics-unit/fancylog/pull/21
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/22
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/23
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/24
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/neuroinformatics-unit/fancylog/pull/26
- Use updated upload_pypi action by @niksirbi in https://github.com/neuroinformatics-unit/fancylog/pull/25
- Move linting to ruff by @adamltyson in https://github.com/neuroinformatics-unit/fancylog/pull/29
- Add
logger_nameoption by @JoeZiminski in https://github.com/neuroinformatics-unit/fancylog/pull/30
New Contributors
- @pre-commit-ci made their first contribution in https://github.com/neuroinformatics-unit/fancylog/pull/22
- @niksirbi made their first contribution in https://github.com/neuroinformatics-unit/fancylog/pull/25
Full Changelog: https://github.com/neuroinformatics-unit/fancylog/compare/0.3.0...v0.4.1
- Python
Published by adamltyson almost 2 years ago