Skip to content

Releases: jchristel/SampleCodeRevitBatchProcessor

duHast 0.1.3

09 Apr 10:43
Compare
Choose a tag to compare
  • new file selection Interface (old one no longer works)
  • new in_transaction options
  • numerous bug fixes
  • new flow samples (files In)
  • new purge by delete functions
  • new logging functions

Full Changelog: v0.1.3...v0.1.4

duHast 0.1.3

09 Apr 10:36
Compare
Choose a tag to compare

Version 0.1.3

  • new file selection Interface (old one no longer works)
  • new in_transaction options
  • numerous bug fixes
  • new flow samples (files In)
  • new purge by delete functions
  • new logging functions

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

duHast 0.1.2

03 Dec 07:21
Compare
Choose a tag to compare

This new release of duHast

  • new failure handling module
  • parameter set and get updates

house keeping:

  • further updates to import statements

duHast

31 Oct 08:59
Compare
Choose a tag to compare

This release adds:

graphical override samples
area and area line samples
updates to flow Model Maintenance
warning solvers for room and area line overlaps
copy elements from other documents
And as always a number of bug fixes.

Enjoy!

duHast 0.0.9

05 Aug 10:45
61b2573
Compare
Choose a tag to compare

Build fixes which required folder structure re-works

duHast 0.0.8

24 Jul 10:48
61b2573
Compare
Choose a tag to compare

This update includes:

  • fixes to license text
  • start of graphic overrides classes

duHast version 0.0.7

23 Jul 12:52
cc1e223
Compare
Choose a tag to compare

Major (backwards compatibility breaking) changes:

  • pep 8 function and variable naming
  • Revit code directory restructured to follow more closely Revit API objects
  • large monolithic modules split into smaller for ease of code maintenance
  • Sample folder now contains complete flow samples
  • Tests added (more to be added over the next releases)

duHast version 0.0.6

25 Mar 02:08
0266fd3
Compare
Choose a tag to compare

Another maintenance release of duHast package!

This version relocates some functions from RevitCommonAPI into their own modules for ease of maintaining:

  • Parameter value read and set functions:
    • RevitElementParameterGetUtils
    • RevitElementParameterSetUtils
  • InTransaction function:
    • RevitTransaction.py

Function names, variables names in those new modules are following standard Python naming conventions. The old functions are still available in the RevitCommonAPI but are marked as !DEPRECATED! and will be removed in the next release.

Enjoy!

duHast version 0.0.5

19 Mar 01:10
Compare
Choose a tag to compare

This release focusses on

  • updates to the DataSamples name space.
  • removed unused package code in root init.py which allowed adding of python 3/x dependent modules

Enjoy!