Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename logging -> loggers #767

Merged
merged 6 commits into from
Feb 1, 2020
Merged

rename logging -> loggers #767

merged 6 commits into from
Feb 1, 2020

Conversation

Borda
Copy link
Member

@Borda Borda commented Jan 29, 2020

What does this PR do?

Fixes #731 (comment). it renames the package logging which interferes with python native logging package...

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Copy link
Contributor

@jeffling jeffling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rename makes a lot of sense to me. Nicely done. Any concerns with backwards compatibility?

@Borda Borda added bug Something isn't working need fix labels Jan 31, 2020
@Borda Borda added this to the 0.6.1 milestone Jan 31, 2020
@Borda Borda requested a review from jeffling January 31, 2020 21:24
@williamFalcon williamFalcon merged commit 76a1c67 into Lightning-AI:master Feb 1, 2020
@Borda Borda deleted the loggers branch February 1, 2020 21:18
williamFalcon pushed a commit that referenced this pull request Feb 1, 2020
* remove unnecessary pass statements

* use isinstance for type checks

* remove unnecessary else/elif after return

* remove unnecessary return statements

* move doc string to top

* merge isinstance calls

* remove unnecessary else/elif after raise

* use list comprehension

* do not use len without comparison

* add missing shebang

* revert isinstance check back to type

broke tests, because bool is actually subclass of int

* add missing period to doc string

* remove unnecessary pass statements

* use isinstance for type checks

* remove unnecessary else/elif after return

* remove unnecessary return statements

* move doc string to top

* merge isinstance calls

* remove unnecessary else/elif after raise

* use list comprehension

* do not use len without comparison

* add missing shebang

* revert isinstance check back to type

broke tests, because bool is actually subclass of int

* add missing period to doc string

* Fix default ckpt path when logger exists (#771)

* rename logging -> loggers (#767)

* move logging >> loggers

* add warning

* fix tests

* logging alias

* formatting

* formatting

* use isinstance for type checks

* revert isinstance check back to type

broke tests, because bool is actually subclass of int

* add more detail to tbptt example (#755)

* add more detail to tbptt example

* warn user about new arg in training_step

Co-authored-by: Vadim Bereznyuk <kuynzereb@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jeremy Jordan <13970565+jeremyjordan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError: module 'logging' has no attribute 'TensorBoardLogger'
3 participants