Skip to content

Releases: diffpy/diffpy.apps

0.1.0

15 May 02:30

Choose a tag to compare

Added:

  • Also add diffpy.apps as an entry point.
  • Add runmacro in the README.
  • Support single line comment in the macro file.
  • Add "agentify" app to deploy diffpy.cmi agent skills.
  • Add diffpy.app runmacro <file> command.
  • Add DSL support.

Changed:

  • Use python=3.13 as default before python=3.14 is supported by diffpy.cmi.

0.1.0-rc.3

12 May 20:22
9bb79e7

Choose a tag to compare

0.1.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.0-rc.2...0.1.0-rc.3

0.1.0-rc.2

12 May 19:22
002f62e

Choose a tag to compare

0.1.0-rc.2 Pre-release
Pre-release

What's Changed

  • feat: add DSL support by @ycexiao in #3
  • feat: add diffpy.app runmacro <.dp-in file> entry point by @ycexiao in #7
  • docs: add instructions to use diffpy.apps runmacro <macro-file> by @ycexiao in #10
  • test: add tests for app_runmacro.py by @ycexiao in #9
  • fix: use python=3.12,3.13 in the CI tests by @ycexiao in #14
  • docs: update README by @ycexiao in #15
  • fix: fix path separator in windows by @ycexiao in #17
  • feat: support single line comment in the macro file by @ycexiao in #19
  • feat: deploy cmi agent skills via diffpy.app agentify by @ycexiao in #20
  • chore: trigger the workflow by @ycexiao in #21
  • fix: set correct inputs in the workflow and update pre-commit by @ycexiao in #22

New Contributors

Full Changelog: https://github.com/diffpy/diffpy.apps/commits/0.1.0-rc.2