-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libraries to DWDataReader_v4_2_0_25 (#63)
* Update libraries to DWDataReader_v4_2_0_25 * Add appveyor.yml * Reduce number of rows by 1 for new library
- Loading branch information
Showing
8 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# appveyor.yml - https://www.appveyor.com/docs/lang/python | ||
--- | ||
image: | ||
- Visual Studio 2019 | ||
#- Ubuntu | ||
|
||
environment: | ||
matrix: | ||
- TOXENV: py27 # https://devguide.python.org/devcycle/#end-of-life-branches | ||
- TOXENV: py37 | ||
- TOXENV: py310 | ||
|
||
build: false | ||
|
||
install: | ||
# - py --list | ||
# - python -m ensurepip --upgrade | ||
# - python -m pip install tox | ||
- pip install tox | ||
|
||
test_script: | ||
- python -m tox |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e579a23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A note in all kindness about the one less in row count. I believe your test did its job and revealed a bug in the latest version of the libs from Dewesoft. It has been acknowledged to me by DS when I reported the problem. I dont know if you can see it but my issue over there is at https://support.dewesoft.com/en/support/tickets/99756 .
I /think/ a hint on this is that if you go the downloads now at DS the description text say v4.2.0.24, (although the version column still say 25). One could experiment and download again and see if the libs are different.
e579a23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the latest library available in the developer download section on Dewesoft was published September 1 which is the version included in this commit.
I can't login in to support to see your ticket. Did they say what version should include a fix?
Thanks!
e579a23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They didn't say what version would include a fix, and I just took it for granted that the next release will include a fix. And that's what I still think.