Skip to content

Releases: CDAT/cdp

v1.7.0

23 Nov 19:53
2917603
Compare
Choose a tag to compare
  • Allow selection of multiprocessing context

v1.6.0

13 Jun 00:43
Compare
Choose a tag to compare
  • Added support to add objects of type CDPParameter.
  • Bug-fixes for granulating.

v1.5.1

06 Jun 21:32
Compare
Choose a tag to compare
  • Fixed bug where you cannot import a module while using the granularize feature.

v1.5.0

04 Jun 23:31
Compare
Choose a tag to compare
  • Added support for generating only a single page to the CDPViewer.
    • When doing so, only a single output_viewer.Page is generated, rather than an entire output_viewer.Index.

v1.4.2

29 Jan 23:36
Compare
Choose a tag to compare
  • Support for aliases.
    • The aliases defined in the argparse.add_argument() function can be used as attributes to the Parameter objects.
  • Other minor fixes.

v1.4.1

01 Oct 17:22
Compare
Choose a tag to compare
  • Removed absolute path when viewer is done being generated. It will work better in containers now.
  • Fixed warnings when using newer versions of dask.

v1.4.0

07 Sep 00:23
4b99ac1
Compare
Choose a tag to compare
  • Selector parameter added.

v1.3.5

31 Aug 14:50
Compare
Choose a tag to compare

Added BSD-3-clause license file

v1.3.4

30 Aug 21:29
Compare
Choose a tag to compare
  • argparse_vals_only argument added to CDPParser.get_parameters() to allow for only arguments that are defined in the parser to be used. It's True by default.

v1.3.3

24 Apr 01:55
Compare
Choose a tag to compare
  • Uses the latest output_viewer as a dependency. Without this version, the Python 3 version breaks.