Recent Releases of wq

wq - wq 2.1

wq 2.1.0 is the first release of the wq 2.1 series! Be sure to check out the latest documentation and the release notes for each submodule when upgrading.

To install or update to this version of wq, run the following command: python -m pip install wq --upgrade

See the submodule release notes for additional details: - wq.app 2.1 - wq.build 2.1 - wq.create 2.1 - wq.db 2.1

- JavaScript
Published by sheppard almost 2 years ago

wq - wq 2.0

wq 2.0.0 is the first stable release of the wq 2.0 series! Be sure to check out the latest documentation and the release notes for each submodule when upgrading.

To install or update to this version of wq, run the following command: python -m pip install wq --upgrade

See the submodule release notes for additional details: - wq.app 2.0 - wq.build 2.0 - wq.create 2.0 - wq.db 2.0

- JavaScript
Published by sheppard over 2 years ago

wq - wq 2.0 alpha 2

wq 2.0 alpha 2 is the second preview of the next version of wq. This release includes significantly improved support for Expo / React Native, as well as minor bugfixes.

To test out this release, be sure to specify the exact version: python -m pip install wq==2.0.0a2

See the submodule release notes for additional details: - wq.app 2.0 alpha - wq.build 2.0 alpha - wq.create 2.0 alpha - wq.db 2.0 alpha

- JavaScript
Published by sheppard over 2 years ago

wq - wq 2.0 alpha

wq 2.0 alpha is a preview of the next version of wq, which includes upgrades to the latest versions of all third party libraries. This release removes remaining support for projects created with wq 1.2 and earlier versions, while maintaining compatibility with wq 1.3.

To test out this release, be sure to specify the exact version: python3 -m pip install wq==2.0.0a1

See the submodule release notes for additional details: - wq.app 2.0 alpha - wq.build 2.0 alpha - wq.create 2.0 alpha - wq.db 2.0 alpha

- JavaScript
Published by sheppard over 2 years ago

wq - wq 1.3.0

wq 1.3.0 is the first stable release of the wq 1.3 series! Be sure to check out the latest documentation when upgrading. In particular, note that the changes introduced in wq.app 1.3 alpha are now the default and only supported option for new projects. Specifically:

Deprecated | Replacement -- | -- AMD / RequireJS | ES Modules jQuery Mobile + Mustache | React + Material UI Leaflet | Mapbox GL / Maplibre GL Application Cache | Service Worker PhoneGap Build | Installable PWA and/or React Native + Expo

The wq.app 1.3 package is designed to support backwards compatibility with projects generated with wq 1.2, including the deprecated functionality. However, this support will be dropped completely in wq 2.0.

Note: While the wq appcache and wq phonegap commands remain in wq.app 1.3, Application Cache and PhoneGap Build are no longer supported by the respective vendors.

See the submodule release notes for details about the changes since wq 1.3 beta.

- JavaScript
Published by sheppard almost 4 years ago

wq - wq 1.3 beta

wq 1.3 beta brings a number of improvements to the @wq/material renderer introduced in wq.app 1.3 alpha. While wq 1.3 is largely ready for production use, this is marked as a beta release to allow any remaining bugs to be identified. Be sure specify the exact version when installing:

python3 -m pip install wq==1.3.0b1

See the submodule release notes for additional details: - wq.app 1.3 beta - wq.build 1.3 beta (formerly wq.core) - wq.create 1.3 beta (formerly wq.start) - wq.db 1.3 beta

In addition to the code changes, the documentation site has been completely overhauled, with interactive component demos and guides, as well as new logos for wq and all submodules.

- JavaScript
Published by sheppard almost 5 years ago

wq - wq 1.3 alpha

wq 1.3 alpha introduces a brand new UI renderer based on React and Material UI (#41). Since this is a prerelease, specify the --pre option when installing from PyPI: bash python3 -m pip install wq --pre

See the submodule release notes (especially for wq.app) for additional details: - wq.app 1.3 alpha - wq.core 1.3 alpha - wq.db 1.3 alpha - wq.start 1.3 alpha

In addition, the wq repository now hosts the new wq npm package, which provides a single wq.js module with all required dependencies built in. This means wq can be used on any webpage with a single script tag:

html <script type="module"> import wq from 'https://unpkg.com/wq'; wq.init({}); </script>

- JavaScript
Published by sheppard over 5 years ago

wq - wq 1.2.1

wq 1.2.1 brings minor compatibility updates for Django 3.1, pyxform 1.x, and npm-based wq start builds.

See the submodule release notes for details: - wq.db 1.2.1 - wq.start 1.2.1

- JavaScript
Published by sheppard over 5 years ago

wq - wq 1.2.0

wq 1.2.0 brings stable versions of the npm and Redux integration added in wq 1.2 beta.

See the submodule release notes for details: - wq.app 1.2.0 - wq.core 1.2.0 - wq.db 1.2.0 - wq.start 1.2.0

As noted in the release notes for wq 1.2 beta, Python 2.7 is no longer supported, and wq.io is now IterTable.

- JavaScript
Published by sheppard about 6 years ago

wq - wq 1.2 beta

wq 1.2 beta brings full support for using NPM to manage JavaScript dependencies (#44). This builds on an overall restructuring of wq.app that also includes leveraging the Redux ecosystem for the data layer.

See the submodule release notes for details: - wq.app 1.2 beta - wq.core 1.2 beta - wq.db 1.2 beta - wq.start 1.2 beta

The wq.io submodule has been renamed to IterTable, a standalone data manipulation library. The IterTable 2.0 beta release notes have more information on this name change.

Note: This is the first release of wq to explicitly disable Python 2.7 support. While individual submodules might still install on Python 2, this is not recommended or tested. Python 2.7 will be EOL as of January 2020.

- JavaScript
Published by sheppard over 6 years ago

wq - wq 1.1.0

wq 1.1.0 brings an improved outbox and build system in wq.app, and support for Django 2 in wq.db.

See the submodule release notes for details: - wq.app 1.1.0 - wq.core 1.1.0 - wq.db 1.1.0 - wq.io 1.1.0 - wq.start 1.1.0

- JavaScript
Published by sheppard over 7 years ago

wq - wq 1.0.0

wq 1.0.0 was published to PyPI on July 25, 2017. This release brings minor improvements to the 1.0 RC and finalizes the 1.0 API.

See the submodule release notes for details: - wq.app 1.0.0 - wq.core 1.0.0 - wq.db 1.0.0 - wq.io 1.0.0 - wq.start 1.0.0

- JavaScript
Published by sheppard almost 8 years ago

wq - wq 1.0.0 RC1

wq 1.0.0 RC1 is the first release candidate of the upcoming 1.0 version of wq. The RC brings a number of new features and refinements since the second beta release.

See the submodule release notes for details: - wq.app 1.0.0rc1 - wq.db 1.0.0rc1 - wq.start 1.0.0rc1

wq.core and wq.io remain unchanged since the first beta release.

With this RC, the API for wq 1.0 is essentially fixed. Unless any major bugs are found, wq 1.0 will be essentially the same as this RC, perhaps with a few minor enhancements and bugfixes.

- JavaScript
Published by sheppard almost 9 years ago

wq - wq 1.0 beta 2

wq 1.0.0b2 is the second beta release of the upcoming 1.0 version of wq. The beta brings a number of new features and refinements since the first beta release.

See the submodule release notes for details: - wq.app 1.0.0b2 - wq.db 1.0.0b3 - wq.start 1.0.0b3

wq.core and wq.io are unchanged since the first beta release.

- JavaScript
Published by sheppard over 9 years ago

wq - wq 1.0 beta

wq 1.0.0b1 is the beta release of the upcoming 1.0 version of wq. The beta brings a number of subtle refinements since the alpha release and a few new features (mostly in wq.app).

See the submodule release notes for details: - wq.app 1.0.0b1 - wq.core 1.0.0b1 - wq.db 1.0.0b2 - wq.io 1.0.0b1 - wq.start 1.0.0b2

- JavaScript
Published by sheppard over 9 years ago

wq - wq 1.0 alpha

wq 1.0.0a1 is an alpha release of the upcoming 1.0 version of wq.

wq 1.0 brings a number of exciting enhancements. In particular, you may be interested in the new automated Mustache template generation tool provided by wq.start. The tool makes it possible to create new data collection apps automatically from an XLSForm definition, without needing to write any HTML by hand (though you'll probably want to customize it anyway).

See the submodule release notes for details: - wq.app 1.0.0a2 - wq.core 1.0.0a1 - wq.db 1.0.0a1 - wq.io 1.0.0a1 - wq.start 1.0.0a1

A number of new packages were also created for this release: - django-mustache (extracted from wq.db) - django-natural-keys (extracted from wq.db) - html-json-forms (extracted from wq.db) - xlsform-converter (xlsconv) (for use with wq.start)

- JavaScript
Published by sheppard almost 10 years ago

wq - wq 0.8.5

wq 0.8.5 is the culmination of a number of improvements made to wq.app, wq.core, wq.db, and wq.start since the release of wq 0.8.0. The wq 0.8.5 release is largely a formality, since installing any version of wq 0.8.x will automatically include the latest 0.8.x versions of each submodule. However, wq 0.8.5 marks a significant milestone: it will be the last version of wq and its submodules before 1.0!

The submodule release notes describe the changes made in each since wq 0.8.0: - wq.app 0.8.1 introduced a new plugin infrastructure and built-in Leaflet.draw editing, while 0.8.2 brought a number of improvements to the wq/chart.js API. - wq.core 0.8.1 brought a minor bug fix. - wq.db 0.8.2 brought a new edit.geojson backend for wq.app's editing tool, 0.8.3 marked the full integration of the chart module into Django REST Pandas core, and 0.8.4 and 0.8.5 brought a number of minor bug fixes. - wq.start 0.8.3 brought a more useful default app and better integration with ./manage.py runserver, while 0.8.2 and 0.8.4 brought minor fixes.

Work on wq 1.0 is already well underway, with a number of exciting changes in the works. That said, if you are new to wq, we recommend sticking with version 0.8.5 and avoiding the master versions of each submodule until they are ready for release.

- JavaScript
Published by sheppard about 10 years ago

wq - wq 0.8.0

wq 0.8.0 is perhaps the most ambitious release of wq to date. A number of APIs in wq.app and wq.db have been significantly improved - though at the cost of backwards compatibility. See the submodule release notes for more information. - wq.app 0.8.0 - wq.core 0.8.0 (new in wq 0.8.0) - wq.db 0.8.1 (see also the release notes for wq.db 0.8.0) - wq.io 0.8.0 - wq.start 0.8.1

As discussed in the release notes for wq.db 0.8.0, this is expected to be the last major change to wq before version 1.0. The jump from wq 0.8 to wq 1.0 is expected to be relatively minor, consisting primarily of bug fixes and improvements to the Patterns API (wq/wq.db#35, wq/wq.app#38).

- JavaScript
Published by sheppard over 10 years ago

wq - wq 0.7.1

wq 0.7.1 brings complete documentation (!!!) and a number of minor bug fixes. See the submodule release notes for more details: - wq.app 0.7.1 - wq.db 0.7.1 - wq.io 0.7.1 - wq.start is still on version v0.7.0

- JavaScript
Published by sheppard about 11 years ago

wq - wq 0.7.0

wq 0.7.0 brings full Python 3 support and a number of other improvements. See the submodule release notes for details: - wq.app 0.7.0 - wq.db 0.7.0 - wq.io 0.7.0 - wq.start 0.7.0 (a.k.a wq-django-template)

- JavaScript
Published by sheppard about 11 years ago

wq - wq 0.6.2

wq 0.6.2 provides a number of bug fixes and enhancements to version 0.6.1. See the submodule release notes for details: - wq.app 0.6.2 - wq.db 0.6.2 - wq.io 0.6.2 - wq django template 0.6.2

This happens to be the first release of wq where all of the submodules have the same version number. In addition, significant progress has been made toward completing the documentation at http://wq.io/docs/, particularly for wq.app and wq.io.

- JavaScript
Published by sheppard over 11 years ago

wq - wq 0.6.1

wq 0.6.1 provides some incremental improvements to version 0.6.0. See the submodule release notes for details: - wq.app 0.6.1 - wq.db 0.6.1 - wq.io 0.5.1

- JavaScript
Published by sheppard over 11 years ago

wq - wq 0.6.0

wq 0.6.0 extends version 0.5.0 with better support for editing and importing data, particularly in wq.db. See the submodule release notes for details: - wq.app 0.6.0 - wq.db 0.6.0 - wq.io 0.5.0

- JavaScript
Published by sheppard over 11 years ago

wq - wq 0.5.0 "Charted Waters"

wq 0.5.0, or the "Charted Waters" release, extends version 0.4.0 with a number of improved capabilities for managing and analyzing time series data. This is exemplified most clearly in the improvements to wq.app's chart.js and the addition of a corresponding chart module in wq.db. There are also a number of related enhancements to the organization and performance of wq.db's vera module. See the submodule release notes for details: - wq.app 0.5.1 - wq.db 0.5.0 - wq.io 0.4.2 - django-wq-template 0.5.0

In addition, some functionality has been split out into separate general purpose Python modules: - Django REST Pandas - A REST API for Pandas dataframes, which forms the basis of the new chart module - Swapper - A Django swappable models impementation extracted from wq.db.patterns

- JavaScript
Published by sheppard about 12 years ago

wq - wq 0.4.0

Major update to wq, with various API and project layout improvements since 0.3.1. There are a number of backwards-incompatible changes in all three submodules. See the submodule release notes for details: - wq.app 0.5.0 - wq.db 0.4.0 - wq.io 0.4.0

To simplify the Getting Started workflow, the wq PyPI package also now includes a copy of the django-wq-template and a wq-start command.

``` bash

new way

wq-start

old way

django-admin.py startproject \ --template https://github.com/wq/django-wq-template/archive/master.zip \ --extension py,json,conf,html,sh,js ```

- JavaScript
Published by sheppard about 12 years ago

wq - wq 0.3.1

Minor update to wq, with various fixes since 0.3.0. See the submodule release notes for details: - wq.app 0.4.2 - wq.db 0.3.1 - wq.io 0.3.0

You may also be interested in reading the newly updated documentation at http://wq.io/docs/.

- JavaScript
Published by sheppard over 12 years ago

wq - wq 0.3.0

Third release of wq, with various enhancements. See the submodule release notes for details: - wq.app 0.4.1 - wq.db 0.3.0 - wq.io 0.2.0

- JavaScript
Published by sheppard over 12 years ago

wq - wq 0.2.0

Second release of wq, with various enhancements. See the submodule release notes for details: - wq.app 0.3.1 - wq.db 0.2.0 - wq.io 0.1.0

wq and its submodules are now available on PyPI! You can install individual submodules using:

bash pip install wq.app

Or to install all three submodules:

pip install wq

- JavaScript
Published by sheppard over 12 years ago

wq - wq 0.1.0

Initial release of wq. See the submodule release notes for details: - wq.app 0.3.0 - wq.db 0.1.0 - wq.io 0.1.0

- JavaScript
Published by sheppard over 12 years ago