Skip to content

Commit fc0b26c

Browse files
authored
Update to version 67.0 (#2182)
1 parent 5176eb8 commit fc0b26c

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

CHANGES.rst

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
Changes
22
=======
33

4-
66.0 (unreleased)
5-
----------------
4+
67.0 (unreleased)
5+
-----------------
6+
01. ENCD-3915 Remove chromedriver lock from Travis (#2174)
7+
02. ENCD-3892 Update to snovault 1.0.5 (#2173)
8+
03. ENCD-3809 Add run_types for pacbio and oxford nanopore (#2172)
9+
04. ENCD-3839 Remove schemas for the deleted objects (#2167)
10+
05. ENCD-3891 Fix file test for duplicates in derived_from (#2162)
11+
06. ENCD-3908 Update indexer doc for march 2018 update
12+
07. ENCD-3913 Update regionsearch MAX_CLAUSES request_timeout
13+
08. ENCD-3900 Increase demo volume size
14+
09. ENCD-3756 Remove scorefilter in dnase visuals
15+
10. ENCD-3907 Adopting UCSC bigNarrowPeak type
16+
11. ENCD-3260 Refactor visualization
17+
12. ENCD-3602 Migrate indexers to region and secondary
18+
13. ENCD-3894 Move NIH cert audit to experiment (#2166)
19+
14. ENCD-3840 Add link to linkFrom linkTo schema properties (#2168)
20+
15. ENCD-3899 Fix exp audit trigger on non-encode pipelines (#2170)
21+
16. ENCD-3604 Update boost to include GM accessions (#2171)
22+
17. ENCD-3848 Remove immortalize from cell line (#2164)
23+
18. ENCD-3854 Fix report description column sort error (#2150)
24+
19. ENCD-3893 Add NIH cert to biosample facets (#2165)
25+
20. ENCD-3828 Update redacted alignments (#2163)
26+
21. ENCD-3841 Add collapsing sections on schema pages (#2154)
27+
22. ENCD-3880 Add Alembic documentation (#2152)
28+
23. ENCD-3821 Show biosample characterization doc links (#2145)
29+
24. ENCD-3882 Update DOI preferred resolver url (#2135)
30+
25. ENCD-3879 Pin Alembic version (#2151)
31+
32+
66.0 (released)
33+
---------------
634
01. ENCD-3878 Update to snovault version 1.0.4 (#2148)
735
02. ENCD-3834 Add Alembic framework for Postgres migrations (#2142)
836
03. ENCD-3869 Downgrade chromedriver version 2.33 (#2143)
@@ -32,15 +60,15 @@ Changes
3260
* ENCD-3851 Add max clause es5 updates
3361

3462
65.2 (unreleased)
35-
----------------
63+
-----------------
3664
* Update to snovault 1.0.2 (#2128) -> ENCD-3845
3765

3866
65.1 (unreleased)
39-
----------------
67+
-----------------
4068
* ENCD-3813 Update to snovault 1.0.1 (#2116)
4169

4270
65.0 (unreleased)
43-
----------------
71+
-----------------
4472
1. ENCD-3815 Fix tests for facet aggregation set to 200 (#2109)
4573
2. ENCD-3795 Fix spelling in histone and idr qm jsons (#2104)
4674
3. ENCD-3810 Set facet aggregation to 200 in search (#2107)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name='encoded',
63-
version='66.0',
63+
version='67.0',
6464
description='Metadata database for ENCODE',
6565
long_description=README + '\n\n' + CHANGES,
6666
packages=find_packages('src'),

0 commit comments

Comments
 (0)