Mario de Frutos
021738d9f8
Correct upgrade for 0.5.1 version
2016-12-12 13:51:38 +01:00
Mario de Frutos
f8739b6a68
Version 0.5.0 release artifacts
2016-12-02 13:35:43 +01:00
Javier Villar
83219270ae
Copying requirements.txt to python 0.4.2 folder
2016-10-07 16:47:28 +02:00
Carla Iriberri
b68f1c53b6
Release 0.4.2
2016-09-22 11:11:58 +02:00
Carla Iriberri
84896e0634
Release 0.4.1 and update NEWS.md
2016-09-21 17:47:55 +02:00
Carla Iriberri
a42eb400d8
Release crankshaft 0.4.0
2016-08-30 12:30:39 +02:00
Carla Iriberri
f127d4a18e
Update 0.3.1 version with voronoi fix
2016-08-18 17:38:24 +02:00
Carla
2963afd711
Rename crankshaft--0.3.0-0.3.1.sql to crankshaft--0.3.0--0.3.1.sql
2016-08-18 10:43:43 +02:00
Carla Iriberri
aa745f67db
Release 0.3.1
2016-08-18 10:34:52 +02:00
Rafa de la Torre
1889c52578
Add generated files for v0.3.0
2016-08-17 10:36:50 +02:00
Rafa de la Torre
9ada8d12ca
Add upgrade file from 0.1.0 to 0.2.0
...
As compatibility was checked with CI tests, this is simply a copy:
```
cp release/crankshaft--0.2.0.sql release/crankshaft--0.1.0--0.2.0.sql
```
To be automated in `make release` command.
2016-08-11 18:52:30 +02:00
Rafa de la Torre
1bad568fbf
Add files generated with make release v0.2.0
2016-08-11 18:49:55 +02:00
Rafa de la Torre
c21fcdf69a
Drop objects in reverse order in downgrade script
...
Otherwise it fails downgrading, despite it is supposed to run everything
in the context of a transaction:
```
tests=# alter extension crankshaft update to '0.0.4';
ERROR: cannot drop function cdb_pyaggs(numeric[],numeric[]) because
other objects depend on it
DETAIL: extension crankshaft depends on function
cdb_pyaggs(numeric[],numeric[])
HINT: Use DROP ... CASCADE to drop the dependent objects too.
```
2016-06-29 20:01:41 +02:00
Rafa de la Torre
c8871a5547
Remove the DEFAULT values in DROP FUNCTION's
2016-06-29 19:52:04 +02:00
Rafa de la Torre
3d99d1f9bf
Add upgrade and downgrade files for 0.1.0
2016-06-29 19:51:14 +02:00
Rafa de la Torre
78ceb02c22
Add release files generated with make release
2016-06-29 19:15:32 +02:00
Rafa de la Torre
76ee4cacbc
Revert changes in release/ dir
2016-06-29 18:49:14 +02:00
Rafa de la Torre
d97231f604
Revert changes in release/ dir
2016-06-29 18:34:01 +02:00
Stuart Lynn
59d50a1c48
Merge branch develop into segmentation
2016-06-20 17:20:10 -04:00
Luis Bosque
01fc2c1dd1
Release 0.0.4
2016-06-20 10:13:33 +02:00
Raul Ochoa
8b5e910234
Release 0.0.3
2016-06-16 14:16:32 +02:00
Javier Goizueta
5a7d3178dd
Release 0.0.2
...
This version is the first with the new versioning approach
which uses separate per-version Pyhton virtual enironments.
2016-03-16 19:22:21 +01:00
Javier Goizueta
4903af6cdc
Add existing release 0.0.1
...
The existing 0.0.1 files are placed into their location in release/
2016-03-16 18:41:49 +01:00
Javier Goizueta
e801c9cb60
Release tasks using release-specific virtual environments
...
Refine the development process and define the procedure for
releasing new versions.
2016-03-15 18:48:46 +01:00