Skip to content

Releases: cedadev/cis

v1.7.9

26 Oct 22:43
747da98
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.8...1.7.9

v1.7.8

24 May 03:14
2e4f6c6
Compare
Choose a tag to compare

Minor numpy interface update.

Full Changelog: 1.7.7...1.7.8

v1.7.7

19 May 02:43
1529f79
Compare
Choose a tag to compare

Minor fix for latest bumpy version.

Full Changelog: 1.7.6...1.7.7

v1.7.6

10 May 20:10
7692d08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.5...1.7.6

v1.7.5

02 Nov 11:26
0695e25
Compare
Choose a tag to compare

CIS 1.7.5 fixes

  • Fix ungridded collocation ignoring method options (#37)
  • Also update syntax to conform to new numpy standard fancy indexing
  • Minor test fix for a change in Iris error Type

Full Changelog: 1.7.4a...1.7.5

v1.7.4

24 Jan 10:40
54b5ad2
Compare
Choose a tag to compare

CIS 1.7.4 fixes

  • Updated for Python 3.9 support
  • Support Iris 3.1 and cfunits 3.0 updates
  • Circleci project setup by @duncanwp in #36
  • Added code coverage metrics to try and improve coverage
  • Assorted bug fixes and tidying up by @adamcpovey in #34

Full Changelog: 1.7.3...1.7.4a

v1.7.3

08 Feb 11:37
1472dd3
Compare
Choose a tag to compare

CIS 1.7.3 fixes

  • Unpinned numpy versions since iris doesn't need this now. This will make conda dependency resolution easier
  • Fixed a bug in ungridded aggregation when checking for masked sample values #30
  • Added an automatic PyPi action to keep the pip version up-to-date

v1.7.3-alpha2

08 Feb 11:30
9bcaa83
Compare
Choose a tag to compare
v1.7.3-alpha2 Pre-release
Pre-release

CIS 1.7.3 fixes

  • Unpinned numpy versions since iris doesn't need this now. This will make conda dependency resolution easier
  • Fixed a bug in ungridded aggregation when checking for masked sample values #30
  • Added an automatic PyPi action to keep the pip version up-to-date

v1.7.3-alpha1

08 Feb 11:12
ccfcbe5
Compare
Choose a tag to compare
v1.7.3-alpha1 Pre-release
Pre-release

CIS 1.7.3 fixes

  • Unpinned numpy versions since iris doesn't need this now. This will make conda dependency resolution easier
  • Fixed a bug in ungridded aggregation when checking for masked sample values #30
  • Added an automatic PyPi action to keep the pip version up-to-date

v1.7.2

14 Sep 16:28
f863369
Compare
Choose a tag to compare

CIS 1.7.2 fixes

  • We no-longer officially support Python 2.7. We won't yet explicitly remove Python 2.7 features but we no longer
    test against Python 2 and won't fix issues relating to it.
  • Support for Pandas 1.1