Change Log

0.6 – unreleased

No changes yet.

0.5 – 2024-02-27

FEATURES

  • Port Code to Python 3

ENHANCEMENTS

0.4 – 2015-07-03

ENHANCEMENTS

0.3 – 2015-06-08

FEATURES
ENHANCEMENTS

BUG FIXES

0.2rc2 - 2013-07-25

FEATURES

ENHANCEMENTS
  • the document-create subcommand now no longer requires the number parameter. If the number is missing, the number generator of Windchill will be used.

BUG FIXES

DOCUMENTATION

0.2rc1 - 2012-10-18

FEATURES

  • A new C-level API. See The C API

  • The nxtools command knows now the new options –version and -V. See Basic Usage

  • The nxtools command knows now the new command version. See Command: version

  • started the development of a new C-API.

  • fixed latest_iteration vs latest vs latest_released. The latest option is now gone – use the more explicit latest_released and latest_iteration flags.

  • the nxtools command now uses a default config file in ~/.nxtools/default.ini. This file is created if not there and will be consulted for run time options.

  • The nxtools command now knows the new comands chekin, checkout and undo-checkout. See Commands: checkin, checkout and undo-chekout

  • New checkinout api module.

  • The content module now allows to update content w/o creating a new iteration. https://github.com/nexiles/nexiles.tools.api/issues/5

  • New document module. Implemented creation of WTDocument objects. iteration. https://github.com/nexiles/nexiles.tools.api/issues/6

BUG FIXES
DOCUMENTATION

0.1 - unreleased

FEATURES
CHANGES
  • internalized the slumber library – upstream does not react on pull request :(

BUG FIXES
  • issues #1 – traceback on content delete

DOCUMENTATION