Skip to content

Releases: holoviz-dev/pyct

Version 0.5.0

30 Jan 11:18
b273398
Compare
Choose a tag to compare

Version 0.5.0 is a minor release that drops support of Python 2.7 and 3.7 and adds support to Python 3.11. No functionality has been added, updated or removed. Thanks to @musicinmybrain and @maximlt for their first contributions!

What's Changed

  • Drop Python 2 (#99) and Python 3.6 (#105) support.
  • Fully support Python 3.11 (#104 and #105)
  • Setting up Github workflows and misc maintenance (#96, #95, #97, #98, #100, #102)

Full Changelog: v0.4.8...v0.5.0

Version 0.4.8

11 Sep 21:29
740720a
Compare
Choose a tag to compare

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

User-facing changes since the previous release (v0.4.7):

  • Fix version reporting command on linux
  • Add pyct.report()
  • Allow python -m pyct ... command form.

Full list of changes since the previous release: v0.4.7...v0.4.8

Version 0.4.7

07 Sep 15:08
b1d9ce4
Compare
Choose a tag to compare

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

User-facing changes since the previous release (v0.4.6):

  • Added version reporting command.

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

Version 0.4.6

01 Nov 20:38
a58d62d
Compare
Choose a tag to compare

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

Version 0.4.5

12 Jul 08:37
125ce27
Compare
Choose a tag to compare

pyct is still an early stage project subject to breaking changes. Please see https://github.com/pyviz/pyct/blob/v0.4.5/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.4):

  • Projects using pyct.cmd to supply the examples command no longer have to supply an empty datasets.yml file if they don't have any data. Previously, the examples command would return a nonzero exit code.

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

Version 0.4.4

07 Jul 14:58
b2b1a3f
Compare
Choose a tag to compare

This is the second release of pyct, still an early stage project subject to breaking changes. Please see https://github.com/pyviz/pyct/blob/v0.4.4/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).

Backwards incompatible changes since the previous release (v0.4.3):

  • pyct.cmd.add_pv_commands() renamed to add_commands; interface modified to better match pyct.cmd.substitute_main() (note: requires change in user code, if anyone is using that function; #43)

  • The pyct pip package now has no dependencies; to get access to the user commands, include the cmd dependencies (e.g. pip install pyct[cmd]). In contrast, all dependencies are included in the pyct conda package; the dependency free package is pyct-core.

Other changes since previous release:

  • pyct uses pyproject.toml and hence expects python package builders to have pip>=10 and setuptools
  • License now included in wheels (#40)

Full list of changes since the previous release: v0.4.3...v0.4.4

Version 0.4.3

31 May 16:19
8652548
Compare
Choose a tag to compare

This is the first release of pyct, currently just providing commands to handle copying examples and downloading data for pyviz projects.

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

Please see https://github.com/pyviz/pyct/blob/v0.4.3/README.md for more information.