Skip to content

Releases: SciTools/nc-time-axis

v1.4.1

20 Apr 11:19
Compare
Choose a tag to compare

This patch release includes the following changes:

Issues closed

  1. Issue 97 - matplotlib deprecates units.ConversionInterface.is_numlike
  2. Issue 104 - Add citation information

Pull requests merged

  1. PR 106 - Address deprecation of matplotlib's is_numlike method (@spencerkclark)
  2. 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

23 Oct 11:56
Compare
Choose a tag to compare

This minor release includes the following changes:

Issues closed

  1. Issue 16 - Why can't we just visualize a vanilla netcdftime.datetime
  2. Issue 41 - Problems setting xticks
  3. Issue 47 - Not converting values when passed a list
  4. Issue 48 - Harmonize tick-resolution-choosing and tick-format-choosing logic
  5. Issue 62 - Documentation
  6. Issue 67 - investigate use of matplotlib.use("agg")
  7. Issue 74 - nc-time-axis dates don't work with plt.fill_between(...)
  8. Issue 75 - Enable plotting of now calendar-aware cftime.datetime objects
  9. Issue 81 - Deprecate CalendarDateTime?
  10. Issue 82 - Update requirements

Pull requests merged

  1. PR 70 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
  2. PR 72 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
  3. PR 78 - Fix NetCDFTimeConverter.convert with list (@aulemahal)
  4. PR 79 - Harmonize label format and tick resolution choosing logic (@spencerkclark)
  5. PR 80 - Add support for plotting universal datetime objects (@spencerkclark)
  6. PR 83 - Update requirements to reflect need for cftime >= 1.5 (@bjlittle)
  7. PR 84 - Add ability to set ticks and tick label format (@spencerkclark)
  8. PR 86 - Deprecate CalendarDateTime (@spencerkclark)
  9. PR 87 - Add documentation (@spencerkclark)
  10. PR 89 - Documentation updates following #87 (@spencerkclark)
  11. PR 90 - Add release note for deprecation of CalendarDateTime (@spencerkclark)
  12. PR 91 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
  13. PR 92 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
  14. PR 93 - [pre-commit.ci] pre-commit autoupdate (@pre-commit-ci)
  15. 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

14 Jun 16:27
eb2ff09
Compare
Choose a tag to compare

This patch release includes the following changes:

Pull Requests Merged

  1. PR 69 - Min pin for cftime (@bjlittle)

For further details, see the v1.3.x GitHub Discussion.

v1.3.0

11 Jun 20:59
b459313
Compare
Choose a tag to compare

This minor release includes the following changes:

Issues Closed

  1. Issue 36 - PyPI submission no description (PR 66)
  2. Issue 44 - Issues with year 0 when plotting cftime with gregorian calendar (PR 50)
  3. Issue 45 - Improve the way NetCDFTimeConverter.convert handles scalars (PR 46)
  4. Issue 52 - Small change to tests needed for upcoming cftime 1.3.0 release (PR 51)

Pull Requests Merged

  1. PR 50 - Remove year 0 ticks if generated (@jbusecke)
  2. PR 66 - Migrate travis-ci to cirrus-ci (@bjlittle), which included the following contributions:
  3. PR 46 - Improve handling of scalars in NetCDFTimeConverter.convert (@spencerkclark)
  4. PR 68 - Change references of master to main (@bjlittle)

For further details, see the v1.3.x GitHub Discussion.

v1.2.0

25 Jan 12:19
Compare
Choose a tag to compare

Changes:

  • Included support for plotting subclasses of cftime.datetime (e.g. cftime.DatetimeNoLeap)

v1.1.0

31 May 14:49
d9056a7
Compare
Choose a tag to compare

Changes:

  • Dependency updates:
    • matplotlib>=2
    • cftime replaces netcdf4python & netcdftime
    • Automated testing for both python 2 and python 3

v1.0.2

07 Mar 09:39
Compare
Choose a tag to compare
  • #22 fix compare bug

v1.0.1

20 Feb 16:24
Compare
Choose a tag to compare

What's new:

  • Bugfix: add convert support for nd_arrays

v1.0.0

01 Jul 15:09
Compare
Choose a tag to compare
Fix travis.yml typo (#19)