Skip to content

Releases: anaconda/percy

0.2.1

26 Nov 22:27
b225e09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

20 Nov 15:23
36d7447
Compare
Choose a tag to compare

What's Changed

  • Add command percy recipe sync

  • Download cbc when none is found.

  • Remove previous parser tree code and depend on conda-recipe-manager instead - use renderer CRM.

  • Remove get_read_only_parser() function.

  • Remove convert command.

  • Add proper support for CDT packages.

  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.3 by @anaconda-renovate in #121

  • chore(deps): update actions/checkout action to v4.2.1 by @anaconda-renovate in #123

  • chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 by @anaconda-renovate in #126

  • chore(deps): update actions/setup-python action to v5.2.0 by @anaconda-renovate in #118

  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.4 by @anaconda-renovate in #127

  • chore(deps): update actions/cache action to v4.1.2 by @anaconda-renovate in #117

  • chore(deps): update actions/checkout action to v4.2.2 by @anaconda-renovate in #128

  • chore(deps): update actions/setup-python action to v5.3.0 by @anaconda-renovate in #129

  • 0.2.0 by @cbouss in #130

Full Changelog: 0.1.7...0.2.0

v0.1.7

03 May 13:31
ec9f644
Compare
Choose a tag to compare
  • Revert exclusion of clang-compiler-activation-feedstock from locally loaded feedstocks since it's actually active and needed.

v0.1.6

28 Mar 21:54
86b9782
Compare
Choose a tag to compare

See CHANGELOG for more info.

v0.1.5

19 Dec 16:33
2502a06
Compare
Choose a tag to compare

See CHANGELOG for more info.

v0.1.4

19 Dec 15:18
5f33626
Compare
Choose a tag to compare

See CHANGELOG for full details. Includes new functions and bug fixes.

v0.1.3

13 Dec 20:45
a33dc46
Compare
Choose a tag to compare

See release notes for full details. After some debate, Python 3.11 is the only currently supported version of Python for this project.

v0.1.2

08 Nov 20:50
3137d71
Compare
Choose a tag to compare
  • Fixes typing and other infrastructure issues.

0.1.1

26 Oct 14:18
d31a6b3
Compare
Choose a tag to compare

Bug fixes and some new improvements. Adds a CHANGELOG.md for better tracking of changes in the future.

0.1.0

17 Oct 19:59
Compare
Choose a tag to compare

PARSE_TREE parser as an option.