Skip to content

Releases: ClimateImpactLab/parameterize_jobs

Version 0.2.0 release

01 Sep 23:10
f06201d
Compare
Choose a tag to compare
  • Drop Python 2 support.
  • Minor updates to package metadata.
  • Update docs build, use readthedocs v2 configuration.
  • Simplify package maintainence and tooling. tox removed. flake8 replaced for ruff. Testing now just ruff and pytest.
  • Switch from setup.py to pyproject.toml with hatchling for builds and an /src layout.
  • Remove Travis CI integration and configurations in favor of Github Actions.

Version 0.1.1 release

25 Jul 20:58
Compare
Choose a tag to compare

Adds a ParallelSequenceSet which can use multiple parallel fields

Release version 0.1

30 Nov 19:26
Compare
Choose a tag to compare

Initial release.

3 main classes: Component, ComponentSet, and MultiComponentSet, with addition, multiplication, indexing, length, and iteration supported.

py27, 3.6, and 3.7 tested with and without numpy.