TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 WhatsApp for Windows 軟體舊版本 Download Page97 | 2024 軟體跟著走

WhatsApp for Windows 歷史舊版本 Page97

最新版本 [var.version]

WhatsApp for Windows 歷史版本列表

官方 WhatsApp for Windows 桌面應用程序允許您隨時隨地保持聯繫 - 無論您的手機還是家中的電腦或工作。該應用程序本身與 WhatsApp Web 非常相似,它本來就是一個擴展程序  的手機:該應用程序鏡像從您的移動設備的對話和消息. 選擇版本:WhatsApp for Windows 0.2.7315(32 位)WhatsApp for Windows 0.2.731... WhatsApp for Windows 軟體介紹

WhatsApp for Windows (32-bit)WhatsApp for Windows (64-bit)


R for Windows 3.6.2 查看版本資訊

更新時間:2019-12-12
更新細節:

What's new in this version:

New features:
- runmed(x, *) gains a new option na.action determining _how_ to handle NaN or NA in x
- dotchart() gains new options ann, xaxt, frame.plot and log

Installation on a unix-alike:
- Detection of the C stack direction has been moved from run-time to configure: this is safer with LTO builds and allows the detection to be overridden - see file config.site
- Source-code changes enable installation on platforms using gcc-fno-common (the expected default for gcc 10.x)

C-level facilities:
- installTrChar (which is nowadays is wrapped by installChar) is defined in Rinternals.h. (Neither are part of the API.)

Package installation:
- Header Rconfig.h contains the value of FC_LEN_T deduced at installation which is used by the prototypes in headers R_ext/BLAS.h and R_ext/Lapack.h but to avoid extensive breakage this is only exposed when USE_FC_LEN_T is defined
- If a package's C/C++ calls to BLAS/LAPACK allow for the 'hidden' arguments used by most Fortran compilers to pass the lengths of Fortran character arguments, define USE_FC_LEN_T and include Rconfig.h (possibly _via_ R.h) before including R_ext/BLAS.h or R_ext/Lapack.h
- A package with Fortran source code and perhaps C (but not C++) sources can request for its shared object/DLL to be linked by the Fortran compiler by including a line USE_FC_TO_LINK= in src/Makevars[.win] and using $(SHLIB_OPENMP_FFLAGS) as part of PKG_LIBS
- The known reason for doing so is a package which uses Fortran (only) OpenMP on a platform where the Fortran OpenMP runtime is incompatible with the C one (e.g. gfortran 9.x with clang)

Utilities:
- R CMD check has a new option to mitigate checks leaving files/directories in /tmp. See the 'R Internals' manual - this is part of --as-cran

Windows:
- The default standard for C++ in package installation is C++11 (as it has been on other platforms where available since R 3.6.0: the default toolchain on Windows was defaulting to C++98)

Deprecated and defunct:
- Support for specifying C++98 in package installation is deprecated
- Support in R CMD config for F77, FCPIFCPLAGS, CPP, CXXCPP and CXX98 and similar is deprecated. (CPP is found from the system make and may well not be set)
- Use $CC -E and $CXX -E instead of CPP and CXXCPP

Bug fixes:
- runmed(x, *) when x contains missing values now works consistently for both algorithm="Stuetzle" and "Turlach", and no longer segfaults for "Turlach", as reported by Hilmar Berger
- apply(diag(3), 2:3, mean) now gives a helpful error message
- dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier
- Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay
- options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists
- as.numeric() now gives correct error message
- Printing ls.str() no longer wrongly shows "" in rare cases
- Auto-printing S4 objects no longer duplicates the object, for faster speed and reduced memory consumption. Reported by Aaron Lun
- pchisq(, , ncp=100) no longer takes practically forever in some cases. Hence ditto for corresponding qchisq() calls
- x %% L for finite x no longer returns NaN when L is infinite, nor suffers from cancellation for large finite L, thanks to Long Qu's
Analogously, x %/% L and L %/% x suffer less from cancellation and return values corresponding to limits for large L
- grepl(NA, *) now returns logical as documented
- options(warn=1e11) is an error now, instead of later leading to C stack overflow because of infinite recursion
- R_tryCatch no longer transfers control for all conditions. Reported and patch provided by Lionel Henry in PR#17617
- format(object.size(.), digits=NULL) now works, fixing PR#17628 reported by Jonathan Carroll
- get_all_vars(f, d) now also works for cases, e.g. where d contains a matrix. Reported by Simon Wood in 2009 and patch provided by Ben Bolker in PR#13624
- Additionally, it now also works when some variables are data frames, fixing PR#14905, reported by Patrick Breheny
- barplot() could get spacings wrong if there were exactly two bars PR#15522. Patch by Michael Chirico
- power.t.test() works in more cases when returning values of n smaller than 2
- dotchart(*, pch=., groups=.) now works better. Reported by Robert and confirmed by Nic Rochette in PR#16953
- canCoerce(obj, cl) no longer assumes length(class(obj)) == 1
- plot.formula(*, subset = *) now also works in a boundary case reported by Robert Schlicht (TU Dresden)
- readBin() and writeBin() of a rawConnection() now also work inlarge cases

Xojo 2019 Release 3 查看版本資訊

更新時間:2019-12-12
更新細節:

What's new in this version:

Xojo 2019 Release 3 includes the following new iOS features:
- iOS 13 Dark Mode support
- Color Groups for easy Dark/Light Mode drawing
- iOSRectangle now supports Blur effects
- Access to the over 1,500 button icons included in iOS 13
- iOS Text Area border settings

In addition, this release also includes:
- Updated SQLite to 3.29.0
- ListBox iterators
- String improvements
- DateTime improvements
- System.VersionData class for getting OS version information

Electron 6.1.6 (64-bit) 查看版本資訊

更新時間:2019-12-11
更新細節:

What's new in this version:

- Fixed accessibility window title on macOS
- Fixed flicker when switching between BrowserViews after creating new BrowserView
- Fixed throttling in webContents.setBackgroundThrottling

更新時間:2019-12-11
更新細節:

What's new in this version:

- Improved reliability for automatic Sonos system updates
- Sonos Move’s volume level will now match your device’s volume level after pairing with Bluetooth
- Incorrect time zone selections in the Sonos app have been adjusted

Electron 7.1.4 (64-bit) 查看版本資訊

更新時間:2019-12-10
更新細節:

What's new in this version:

Fixes:
- Fixed an issue that caused ClientRequest.getUploadProgress() to return incorrect values
- Fixed compositor recycling when creating new BrowserView
- Fixed contextBridge crash when closing a window
- Fixed issues where noLink and checkboxChecked were not passed correctly on Windows
- Fixed throttling in webContents.setBackgroundThrottling

Other Changes:
- Updated Chromium to 78.0.3904.130

StarUML 3.2.0 查看版本資訊

更新時間:2019-12-10
更新細節:

What's new in this version:

- Hide a subset of attributes, operations, etc.
- Activity diagram improvements
- Turn-off automatic updates

Resolved Issues:
- Activity diagram improvements
- Failed to load .uml file
- Create message is incorrectly connected if Lifeline is placed at left-side
- Do not close when select "Cancel" in save changes dialog
- Support CallOperation and CallBehavior Actions
- Open the diagram by double-clicking which referred by Frame
- Add a new lifeline when drag collaboration role onto sequence (or communication) diagram
- Allow deploying artifact instance to node instance
- Allow to turn-off check update on start
- Association cannot be drag-and-drop from Model Explorer when the two classes exists
- Do not show delete views only dialog when try to delete attributes
- Allow selectively show/hide attributes, operations and other properties.

pdfFactory 7.10 查看版本資訊

更新時間:2019-12-07
更新細節:

What's new in this version:

- Changing the location of the Autosave folder no longer presents a warning message
- Improved the appearance of the Rotate grab handle when a note is selected
- Fixed bugs that sometimes caused extra grab handles to be drawn when a note is selected
- Improved the appearance of the popup buttons that appear when the mouse is over a corner or edge of a page

KNIME 4.1.0 (64bit) 查看版本資訊

更新時間:2019-12-06
更新細節:

What's new in this version:

New node:
- Send to Power BI
- Google BigQuery Connector
- Google Cloud Storage (2 nodes)
- Create Databricks Environment
- Databricks File System Connection
- Integration of Amazon Personalize services
- MDF Reader -- Measurement Data Format
- Split Density Scorer into Updater and Scorer
- Add Active Learning Loop
- H2O Integration: Add H2O MOJO Predictor (Isolation Forest) node
- Excel Writer (new file handling)
- Excel Reader (new file handling)
- Line Reader (new file handling)
- Weak Label Model Learner and Predictor
- Run R Model in Microsoft SQL Server (new db framework)
- Nominal Probability Distribution Creator and Splitter
- DB Connection Closer
- DB Connection Extractor
- Amazon Athena Connector (new)
- Webpage Retriever
- Silhouette Coefficient
- Top K Selector Node
- Row Filter (Labs) -- supporting multiple, more advanced search criteria
- Vertica Connector (new)

Enhancement:
- Ensure a menu item for the Node Monitor in the View menu
- Add option to Boolean Widget and Configuration nodes to push flow variable of type boolean
- Select background when opening a component
- Add success message after successfull deployment of preferences
- Component metadata editor
- Show DB Meta Data Browser in DB Table Selector when custom query is enabled
- Make input ports of concatenate node configurable
- Add visual indicator for nodes whose ports are configurable
- Show "Recent Workflows" under "File" menu
- Pass NodeCreationConfiguration to createNodeDialogPane
- Allow to disable DB Data port in DB Manipulation nodes
- Support none local KNIME URL resolving in JDBC parameters
- Allow earlier garbage collection of cached tables
- Allow garbage collection of in-memory tables that are being iterated over
- Text Processing: Arabic language support
- Enable flow variables of type boolean, long, array for Table Row/Column to Variable and Variable to Table Row/Column node
- Implement new File Handling Port Type
- Implement Nominal Probability Distributions with Metadata
- Support Probability Distribution Values in Uncertainty Scorer Nodes
- Modify NodeFactoryClassMapper to expose mappings
- Suggest URL template for known db types
- Component editor with example data
- Probability Distribution Creator: One-hot encoding of String columns
- Create Temp Directory node should create directory inside workflow
- Implement responsive design for welcome page
- Support TLS1.2 in the Send Email node
- Label model: Calculate covariance matrix in KNIME
- Support probabilistic Inputs in the Label Model
- Table Reader Node to have timeout option (important when reading from remote resources)
- Improved JDBC URL template UI
- DB transaction management including Start and End Transaction node
- Rank/Linear Correlation: save p-value and degrees of freedom in correlation model
- Configurations and Widgets: improve error message on variable name starting with "knime"
- Support loading of a native library per user defined JDBC driver
- Cache static model contents of density scorer models
- Untangle Testing Framework feature
- Let Label Model output probabilistic labels
- Workflow migration tool tooltip
- Write code-base allowing to add/remove ports to/from standard nodes
- Allow multiple table views within one view
- CSV Writer: Make comment header indentation optional
- Switching to "Welcome Page" should clear Description View
- Restrict metadata editor link types via pulldown
- Rewrite Potential Uncertainty Scorer Node
- Custom Renderer for Probabilistic Labels
- Probability Distribution Cell
- Revise Exploration/Exploitation Scorer (Rename to Exploration/Exploitation Score Combiner)
- Rewrite Graph Density Uncertainty Scorer Node
- Enhance Logistic Regression to support a probabilistic target column
- Enhance Gradient Boosted Trees to support a probabilistic target column
- Revise Uncertainty Scorer Nodes
- Change default settings of the Partitioning nodes
- Add flow variable support to DB Table Selection component
- Drag'n'drop of workflow from Hub
- Allow to disable DB connection recreation on workflow loading
- Improve node description of the Feature Selection Loop Start nodes
- Improved error messaging on Components (e.g. when contained nodes are not fully connected or fail on execution)
- Remove annotation border menu and toolbar items for node annotations
- H2O Integration: Support MOJOs of category 'Ordinal'
- H2O Integration: Add option to treat unknown categorical values as NA to MOJO predictors
- Rank/Linear Correlation: show p-values and number of cases for each correlation
- Improve usability of Zooming
- Add more space to the workbench to the bottom and right (additional space when moving or adding nodes)
- JavaScript Line Plot with option to start x and y axis at 0 and not at minimum
- H2O Integration: Improve tool tips of H2O ports and labels/layout in H2O frame view
- K-Means: Add option to randomly select initial centroids
- List Remote Files: Update Node Description
- PMML Predictor should output probabilities and allow change of prediction column name
- Additional flow variable types for boolean, long, and arrays
- (Big Data Extensions): Allow custom configuration keys in custom Spark settings of the Livy node
- (Big Data Extensions): Support user name and password authentication in Create Spark Context (Livy) node e.g. to connect to Azure HDInsight
- (Big Data Extensions): Support Livy 0.6 in KNIME
- (Big Data Extensions): Persistently save and display Kerberos username
- (Big Data Extensions): Implement fallback solution for ORC/Parquet reader
- (Big Data Extensions): Add support for KNOX to Create Spark Context (Livy) node
- (Big Data Extensions): Add WebHDFS via KNOX Connector node
- (Big Data Extensions): Add support for KNOX to Hive Connector node

Bug Fixes:
- Unable to parse container.compression property Gzip (on system with Turkish Locale)
- PCA node fails when large number of input columns are present
- SSH Connection does not resolve ~ on linux updating to 4.0
- KNIME doesn't open with empty workspace (CentOS 6)
- Naive Bayes Model handles derived fields incorrectly
- PMML Transformation Applier fails when no TransformationDictionary is present
- PMML Transformation Applier fails to apply missing value and/or normalization model
- Slider Widget loads with JS error
- Metanode disappears when converting to component
- Right click on empty canvas does not deselect component
- NullPointerException when closing Parquet Table Store Reader
- Math Formula (Multi Column) does not seem to work with certain column names
- Git Push node: Push tags checkbox in config dialog not configurable
- Column/Variable Expressions: Function selection dialog stays open after closing configuration dialog
- Column Filter configuration validation does not import options created in 4.0
- NullPointerException when loading Workflow with Excel Reader node that reads from Amazon S3
- Writing files to custom URL fails
- Close component metadata editor when left
- Edit "icon" missing when stepping into component after it has been unlinked
- Excel Writer has option to save file relative to workflow, but does not seem to support it
- Column Filter Configuration filters out all columns if the dialog is never opened
- Loading org.knime.ext.ssh bundle slows KNIME start drastically (class traversal issue)
- Gradient Boosted Trees to PMML produces invalid PMML in some cases
- Support setting alpha and beta to 0 for Tversky Distance
- DB manipulation nodes (Insert, Update, Merge, Delete, Writer) do not work in loops
- BarChart highlights wrong row on selection
- Range Slider Filter Definition Node has rounding errors
- Flow Variable should be spelled correctly in the node port type
- Node annotation toolbar doesnt disappear when switching windows
- Custom URL does not work with file scheme
- DB Reader throws duplicate key exception when reading multiple binary columns
- Typo in Update Components dialog
- Pie/Donut Chart can't be configured if Number type column is not present in table
- CSS styling not working for SVG output of Plotly nodes
- Random Forest progress seems stuck during the creation of the final trees
- Choosing KNIME FileSystem causes the Dialog to resize so that Browse Button is not visible
- Windows Eclipse 4.7 does not support horizontal scrolling via scrollwheel
- Missing Value node description incorrect
- Rank Correlation: Rank output should be of type long not double
- Scroll bar resizes during scrolling in H2O and Spark table views for large datasets
- When selecting <RowID> for the axis column in the Line Plot (Plotly) it fails when executing
- Wrong port color displayed for BufferedDataTable ports on components
- Table Difference Checker ignores domain order
- Mouse goes to upper left corner during loading of streamable nodes
- Color legend too small on Plotly Bubble Chart node
- New database feature added to knime-ap target platform
- Drag'n'drop problem with Image Processing nodes from Hub to AP
- Update File Reader node description
- Python: stderr messages should be logged to INFO unless they're warnings
- DB Connector node: Database URL (if long) is not moving together with the cursor to the end of the URL
- KNIME types without a mapping rule are shown in the Source Type dropdown box
- Stacked Area Chart assigns colors based on column order instead of column name
- Executed Keras Input Layer doesn't work after upload and download from server
- Support cancellation of fetch unique values query in DB Row Filter
- Remove duplicates in node repository
- Streamable Metanode can be reset during execution
- Problem restoring file store cells on re-loaded of executed and streamed component
- Empty Table Switch fails in streamed node
- Streaming Wrapped nodes fails with NPE in inactive Branch
- (Big Data Extensions): DB Loader for Hive has problems with input KNIME tables that have non-word characters in their name
- (Big Data Extensions): H2O nodes do not show string columns on Sparkling Water

Opera GX 64.0.3417.146 (64-bit) 查看版本資訊

更新時間:2019-12-06
更新細節:

Electron 7.1.3 (64-bit) 查看版本資訊

更新時間:2019-12-03
更新細節:

What's new in this version:

Fixes:
- Fixed --ignore-connections-limit, ironically, being ignored
- Fixed broken focus with OOPIF embedded inside webview
- Fixed context menu disappearing when showing
- Fixed contextBridge crash
- Fixed the 'login' event not being emitted when HTTP Basic auth was requested during a net.request
- Net module requests no longer raise errors when non-2xx responses are received
- The disabled-by-default-cpu_profiler tracing category now correctly records stack samples from the main process and utility processes
- webContents.reloadIgnoringCache() will now forcefully ignore all caches, including service workers
- window.root and window.GLOBAL are both now undefined when nodeIntegration is disabled as expected

Other Changes:
- Fixed some crashes that could occur when using the net module
- Generate debug symbols on Linux
- Made strip_absolute_paths_from_debug_symbols to false in debug.gn
- Updated Chromium to 78.0.3904.126