Releases: jchristel/SampleCodeRevitBatchProcessor
v0.1.0 Alpha release of duHast net8
Initial release of the duHast for net8 branch
v1.2.1 Built
This built is the first built of the net4.8 only version of duHast, which is still available under the current package name on pypi: duHast.
The new net8 version will be available under a different package name in the near future and will eventually be the main package in terms of support.
Major changes in this release:
- c# code clean up
- pyRevit samples extended
What's Changed
- Bump gitpython from 3.1.27 to 3.1.41 by @dependabot[bot] in #54
- Bump certifi from 2021.10.8 to 2024.7.4 by @dependabot[bot] in #55
- Bump black from 22.3.0 to 24.3.0 by @dependabot[bot] in #56
- Bump pillow from 9.1.0 to 10.3.0 by @dependabot[bot] in #57
Full Changelog: v1.1.16...v1.2.1
v1.2.1a4 alpha release
test
1.1.16 Built
This will be the last built prior to the repository being re-organised to support .net8 and Revit 2025 and future Revit versions based on .net8
The current code will be moved to the new branch .net48 which will eventually be phased out.
Changes:
- c# custom datagrid control improved
What's Changed
- Bump requests from 2.32.0 to 2.32.4 by @dependabot in #52
- Bump urllib3 from 2.2.2 to 2.5.0 by @dependabot in #53
Full Changelog: v1.1.15...v1.1.16
1.1.15 Built
This release focusses a lot on c#:
Visual Studio directory clean up:
- separate solution for Utilities, UI, Revit applications etc
- build scripts added to pull it all together
pyRevit sample updates:
- Colour Fill Schemes
- Exporter (PDF / DWG)
duHast itself:
- Revit ElementId module by @petersmithfromengland added
Full Changelog: v1.1.13...v1.1.15
1.1.14 Weekly Built
This weeks release focusses on file operations improvements by utilising .net library CSVHelper
Added .net dll's to manage writing and reading to file operations in an effort to get around python 2.7 encoding issues with non utf-8 characters
Added python modules (marked _net) to use new dlls
Changed default name space of c# libraries to duHastNet
Full Changelog: v1.1.13...v1.1.14
1.1.13 Weekly Built
This release includes updates to:
- family catalogue file exports
- push it
Full Changelog: v1.1.12...v1.1.13
1.1.12 Bi-Monthly Build
This release includes some major changes to:
- file writing / reading (breaking compatibility to previous versions)
- Result class performance improvements
- Samples directory
- Family processing ( now includes family type data )
What's Changed
- Bump jinja2 from 3.1.4 to 3.1.6 by @dependabot in #50
Full Changelog: v1.1.11...v1.1.12
1.1.11 - Weekly Build
Minor updates this week, mainly around writing data to file and reading xml data into family objects
Full Changelog: v1.1.10...v1.1.11
1.1.10 - Weekly Build
Focus on fixing file writer problems
Full Changelog: v1.1.9...v1.1.10