Skip to content

Releases: geodesign/django-raster

0.8.1

18 May 14:08
Compare
Choose a tag to compare
  • Compatability with Celery 5
  • Fix for file lock on windows.

0.8

18 May 14:02
Compare
Choose a tag to compare
0.8
Bumped version number to 0.8.

0.7

05 Jun 10:17
Compare
Choose a tag to compare
0.7
Bumped version number.

0.6

26 Apr 13:42
Compare
Choose a tag to compare
0.6
Added long_description parameter to python setup.

0.5

26 Jun 11:12
Compare
Choose a tag to compare
0.5
  • Added statistics computation to valuecount module. Aggregate statistics (min, max, avg, std) are now part of the aggregation routine for all aggregation calls.
  • Increased test coverage.
  • Fixed nodata none bug.

0.4

22 May 14:05
Compare
Choose a tag to compare
0.4

Important notice: When upgrading to this version, a data migration is executed.

This release includes a change in the legend model structure. The legend entries are moved to a direct foreign key structure instead of the many to many that exists now. The "code" field values, which are currently stored in a "through" table are moved to an attribute of the legend entry.

This data migration should happen automatically and without problem, but having a backup of your database before upgrading the version is recommended.

Celery>=4.0 is now a requirement. Celery 4 has some breaking changes when compared to version 3.x, so this upgrade might require some work on your celery configuration.

Other changes are limited to several small bug fixes.

0.3.1

24 Jan 15:04
Compare
Choose a tag to compare
  • Compatibility with Celery 4.0.
  • Fixes time-stamp issue for parse logs on Windows.
  • Added setting to force raster parsing in a single task.

0.3

22 Aug 12:07
Compare
Choose a tag to compare
0.3
Fixed setup classifiers.

0.2

26 Apr 09:21
Compare
Choose a tag to compare
0.2
Bumped version number, added 3.5 to trove classifiers.