Releases: SciTools/nc-time-axis
Releases · SciTools/nc-time-axis
v1.4.1
This patch release includes the following changes:
Issues closed
- Issue 97 - matplotlib deprecates units.ConversionInterface.is_numlike
- Issue 104 - Add citation information
Pull requests merged
- PR 106 - Address deprecation of matplotlib's
is_numlike
method (@spencerkclark) - PR 107 - Use the
-k explicit
option when creating lockfiles in CI (@spencerkclark and @rcomer)
For further details, see the v1.4.x GitHub Discussion.
v1.4.0
This minor release includes the following changes:
Issues closed
- Issue 16 - Why can't we just visualize a vanilla netcdftime.datetime
- Issue 41 - Problems setting xticks
- Issue 47 - Not converting values when passed a list
- Issue 48 - Harmonize tick-resolution-choosing and tick-format-choosing logic
- Issue 62 - Documentation
- Issue 67 - investigate use of matplotlib.use("agg")
- Issue 74 -
nc-time-axis
dates don't work withplt.fill_between(...)
- Issue 75 - Enable plotting of now calendar-aware
cftime.datetime
objects - Issue 81 - Deprecate
CalendarDateTime
? - Issue 82 - Update requirements
Pull requests merged
- PR 70 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
- PR 72 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
- PR 78 - Fix NetCDFTimeConverter.convert with list (@aulemahal)
- PR 79 - Harmonize label format and tick resolution choosing logic (@spencerkclark)
- PR 80 - Add support for plotting universal datetime objects (@spencerkclark)
- PR 83 - Update requirements to reflect need for cftime >= 1.5 (@bjlittle)
- PR 84 - Add ability to set ticks and tick label format (@spencerkclark)
- PR 86 - Deprecate
CalendarDateTime
(@spencerkclark) - PR 87 - Add documentation (@spencerkclark)
- PR 89 - Documentation updates following #87 (@spencerkclark)
- PR 90 - Add release note for deprecation of CalendarDateTime (@spencerkclark)
- PR 91 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
- PR 92 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
- PR 93 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
- PR 94 - Add steps for making a new release (@spencerkclark)
For further details, see the v1.4.x GitHub Discussion and nc-time-axis v1.4.0 project board.
v1.3.1
v1.3.0
This minor release includes the following changes:
Issues Closed
- Issue 36 - PyPI submission no description (PR 66)
- Issue 44 - Issues with year 0 when plotting cftime with gregorian calendar (PR 50)
- Issue 45 - Improve the way NetCDFTimeConverter.convert handles scalars (PR 46)
- Issue 52 - Small change to tests needed for upcoming cftime 1.3.0 release (PR 51)
Pull Requests Merged
- PR 50 - Remove year 0 ticks if generated (@jbusecke)
- PR 66 - Migrate travis-ci to cirrus-ci (@bjlittle), which included the following contributions:
- PR 46 - Improve handling of scalars in NetCDFTimeConverter.convert (@spencerkclark)
- PR 68 - Change references of master to main (@bjlittle)
For further details, see the v1.3.x GitHub Discussion.