Skip to content

Version 0.4.6

Compare
Choose a tag to compare
@jsignell jsignell released this 01 Nov 20:38
a58d62d

pyct is still an early stage project subject to breaking changes. Please see https://github.com/pyviz/pyct/blob/v0.4.6/README.md for more information about pyct.

pyct is available via pip from pypi (pip install pyct) and via conda from the pyviz channel (conda install -c pyviz pyct).

Changes since the previous release (v0.4.5):

  • Tests were added to make sure the the commands in pyct.cmd are well documented
  • The --use-test-data flag was added to fetch-data and examples to allow the use of smaller datasets in regular examples. To use this feature place a smaller dataset with the same name in your project's examples/data/.data_stubs/. See holoviz/holoviz#128 for first use of this feature.
  • clean-data was added to delete small test data files masquerading as real ones.

Full list of changes since the previous release: v0.4.5...v0.4.6