-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix deprecated datetime.datetime.utcnow call * fix deprecated datetime.datetime.utcnow call * fix deprecated datetime.datetime.utcnow call * fix deprecated datetime.datetime.utcnow call * fix deprecated numpy.in1d call * catch and filter RankWarning and OptimizeWarning * only include df for concat if not empty, avoids pandas FutureWarning * import snuck in there * just format here * this should work around the unavailability of Rankwarning on 3.9 * also catch out the OptimizeWarning - REVERT if not desired * imports here * context manager to ignore the NaturalNameWarning - RESET if we wish to keep them * a tiny bit of formatting * FIX Series.__getitem__ warning by using recommended .iloc * Introduce CI extras just for our GA workflows, to speed up without polluting developper requirements * install with CI extra and set auto workers determination * some type checking * catch and ignore UserWarning: The figure layout has changed to tight because we do it on purpose * verbose flag to get some more output * import order * FIX UserWarning: set_ticklabels() etc by setting both the ticks and labels at the same time, as recommended * FIX UserWarning: : No artists with labels found to put in legend by catching, this can happen due to leading underscores in labels * remove unused imports * cleaner * try using only 2 to spare the tests triggering multiprocessing * unused imports * changelog entries * patch version * typo * let's forget about this for now * have to remove this too * and this part too * bump to 0.16.1 and target a merge after #458 * make linting happy * remove this too * ask coverage workflow to display the coverage stats * add citation instruction to doc index * do not bare catch * let's let linters complain * expand for josch * better as list comprehension * also raise for the user * filter out warnings and log them * filter out warnings and log them * do not intercept this * filter out warnings and log them * unused imports * more cleanup * specify new behaviour in changelog * oops typo * remove this comment * should be today * dotdict
- Loading branch information
Showing
19 changed files
with
306 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
__title__ = "omc3" | ||
__description__ = "An accelerator physics tools package for the OMC team at CERN." | ||
__url__ = "https://github.com/pylhc/omc3" | ||
__version__ = "0.16.0" | ||
__version__ = "0.16.1" | ||
__author__ = "pylhc" | ||
__author_email__ = "[email protected]" | ||
__license__ = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.