tinyAdapter
tinyAdapter
On 2019-10-21, a new LTS version of Node.js, v12.13.0, has released. https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.13.0 However, at present, there are some binary packages (such as node-ffi) that cannot be built correctly due to...
Due to [a bug in Ubuntu 22.04](https://bugs.launchpad.net/ubuntu/+source/google-glog/+bug/1991919), package `libgoogle-glog-dev` cannot be installed, which fails the Action workflow. As a temporary solution, the Ubuntu OS version in the workflow can be...
As documented in the repo, many [formatters](https://github.com/apache/singa/tree/dev-postgresql/tool/code-format) & [linters](https://github.com/apache/singa/tree/dev-postgresql/tool/linting) are used, which can be annoying to manage and execute. To tackle this, I recommend using [pre-commit](https://pre-commit.com/) to combine all formatting,...
Resolve #150
The README file has some issues. First, there are some commands not reflect the current folder structure, e.g., dataset path without `./datasets` prefix. Also, some commands are not available. Second,...
This PR enhances #558 with new features and tests. In short, the preprocessor now does not consider any lines with `-concat` as a new line. This prevents the ambiguity of...
## Summary This PR implements a new WebGAL parser based on [parsing expression grammar (PEG)](https://en.wikipedia.org/wiki/Parsing_expression_grammar). This has certain advantages over the current non-standard string-based parsing and enables the possibility of...
This PR - adds a configurable entry to specify the result type in the cohort queries - restores all old test cases - adds new test cases on the float...
This PR adds a new Dockerfile (`tool/docker/devel/ubuntu/cpu/Dockerfile.ubuntu2404`) that uses Ubuntu 24.04 as the basis to build and run SINGA CPU version. It also upgrades some package dependencies, such as -...
This PR fixes the building failure for API docs hosted by Read The Docs. The issue is due to breaking changes in their configuration file format. Merging this PR will...