Opened 9 years ago
Closed 8 years ago
#2341 closed enhancement (done)
Updated EPPlus to the newest version
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | ExtLibs | Version: | 3.3.11 |
Keywords: | Cc: |
Description
EPPlus version 4.0.3 has been released on 12.02.2015 and contains lots of new functionality and improvements. https://epplus.codeplex.com/releases/view/118053
Change History (24)
comment:1 Changed 9 years ago by sraggl
- Owner set to sraggl
- Status changed from new to accepted
comment:2 Changed 9 years ago by sraggl
- Type changed from defect to enhancement
comment:3 Changed 9 years ago by sraggl
comment:4 Changed 9 years ago by sraggl
r12089: Changed dependencies of HeuristicLab.Problems.DataAnalysis.Symbolic.Views and HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views from HeuristicLab.EPPlus-3.1.3 to HeuristicLab.EPPlus-4.0.3
comment:5 Changed 9 years ago by sraggl
r12090: Set "Copy Local" to false
comment:6 Changed 9 years ago by sraggl
r12093: Added EPPlus-4.0.3 and HeuristicLab.EPPlus-4.0.3 to Solution
comment:7 Changed 9 years ago by sraggl
r12095: Removed EPPlus-Benchmark
comment:8 Changed 9 years ago by sraggl
r12100: Reduced memory consumption by improving much used method ExcelCellBase.GetRowCol. Removing IDisposable and IEnumerator from ExcelRangeBase and move it to ExcelRangeBaseEnumerator.
comment:9 Changed 9 years ago by sraggl
r12101: Fixed Bug Validate fails after exception is thrown if address is invalid
comment:10 Changed 9 years ago by sraggl
r12104: BuildConfiguration for x86 fixed
comment:11 Changed 9 years ago by sraggl
- Owner changed from sraggl to mkommend
- Status changed from accepted to reviewing
comment:12 Changed 9 years ago by mkommend
- Owner changed from mkommend to sraggl
- Status changed from reviewing to assigned
Please add the svn:ignore property to the obj folder and automatically generated files (e.g., Plugin.cs, AssemblyInfo.cs, ...).
comment:13 Changed 9 years ago by abeham
- Owner changed from sraggl to mkommend
- Status changed from assigned to reviewing
r12178: added svn-ignore
comment:14 Changed 9 years ago by abeham
- Added patch file containing differences to 4.0.3 vanilla
- Removed EPPlus-3.1.3 from ExtLibs
comment:15 Changed 9 years ago by abeham
r12180: Fixed build configurations
comment:16 Changed 9 years ago by mkommend
- Owner changed from mkommend to sraggl
- Status changed from reviewing to assigned
Please be sure that the optimizations implemented to the EPPlus library get integrated in the official version, so that these are not lost when we update to the next version.
comment:17 Changed 8 years ago by sraggl
- Status changed from assigned to accepted
zippy1981 accepted this pull request Jun 16, 2015
This was merged in. Thanks.
comment:18 Changed 8 years ago by ascheibe
- Owner changed from sraggl to mkommend
- Status changed from accepted to reviewing
Is this ticket readytorelease as the patch has been merged by epplus?
comment:19 Changed 8 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:20 Changed 8 years ago by mkommend
r12707: Merged all EPPlus changes into stable.
TODO check diff file epplus-4.0.3 memory improvement.diff.
comment:21 Changed 8 years ago by mkommend
r12714: Deleted git and svn diff files from EPPlus.
comment:22 Changed 8 years ago by mkommend
comment:23 Changed 8 years ago by mkommend
r12716: Deleted only git diff file.
comment:24 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
r12074: Added EPPlus-4.0.3 to ExtLibs