Skip to content

Commit ff1a65d

Browse files
committed
Release notes for v0.10.0
also updated the supported Neo/NumPy versions following our decision to follow one year behind NEP-29
1 parent 5f50d31 commit ff1a65d

File tree

10 files changed

+36
-24
lines changed

10 files changed

+36
-24
lines changed

.travis.yml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,34 @@ sudo: false
44

55
matrix:
66
include:
7-
- python: "3.6"
8-
env: NUMPY_VERSION="1.14.6"
9-
- python: "3.6"
10-
env: NUMPY_VERSION="1.18.3"
117
- python: "3.7"
12-
env: NUMPY_VERSION="1.14.6"
8+
env: NUMPY_VERSION="1.16.6"
139
- python: "3.7"
14-
env: NUMPY_VERSION="1.19.2"
15-
- python: "3.8"
16-
env: NUMPY_VERSION="1.14.6"
17-
- python: "3.8"
18-
env: NUMPY_VERSION="1.15.4"
10+
env: NUMPY_VERSION="1.21.0"
1911
- python: "3.8"
2012
env: NUMPY_VERSION="1.16.6"
2113
- python: "3.8"
2214
env: NUMPY_VERSION="1.17.5"
2315
- python: "3.8"
2416
env: NUMPY_VERSION="1.18.5"
2517
- python: "3.8"
26-
env: NUMPY_VERSION="1.19.2"
18+
env: NUMPY_VERSION="1.19.5"
19+
- python: "3.8"
20+
env: NUMPY_VERSION="1.20.3"
21+
- python: "3.8"
22+
env: NUMPY_VERSION="1.21.0"
23+
- python: "3.9"
24+
env: NUMPY_VERSION="1.16.6"
25+
- python: "3.9"
26+
env: NUMPY_VERSION="1.17.5"
27+
- python: "3.9"
28+
env: NUMPY_VERSION="1.18.5"
29+
- python: "3.9"
30+
env: NUMPY_VERSION="1.19.5"
31+
- python: "3.9"
32+
env: NUMPY_VERSION="1.20.3"
33+
- python: "3.9"
34+
env: NUMPY_VERSION="1.21.0"
2735

2836
# command to install dependencies
2937
before_install:

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2020, Neo authors and contributors
1+
Copyright (c) 2010-2021, Neo authors and contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For installation instructions, see doc/source/install.rst
5353

5454
To cite Neo in publications, see CITATION.txt
5555

56-
:copyright: Copyright 2010-2020 by the Neo team, see doc/source/authors.rst.
56+
:copyright: Copyright 2010-2021 by the Neo team, see doc/source/authors.rst.
5757
:license: 3-Clause Revised BSD License, see LICENSE.txt for details.
5858

5959
Funding

doc/source/authors.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ and may not be the current affiliation of a contributor.
2424
* Erik Li [9]
2525
* Georg Raiser [10]
2626
* Joffrey Gonin [2]
27-
* Kyler Brown [?]
27+
* Kyler Brown
2828
* Mikkel Elle Lepperød [11]
2929
* C Daniel Meliza [12]
30-
* Julia Sprenger [13]
30+
* Julia Sprenger [13, 6]
3131
* Maximilian Schmidt [13]
3232
* Johanna Senk [13]
3333
* Carlos Canova [13]
@@ -57,6 +57,9 @@ and may not be the current affiliation of a contributor.
5757
* Alessio Buccino [23]
5858
* Regimantas Jurkus [13]
5959
* Steffen Buergers [24]
60+
* Etienne Combrisson [6]
61+
* Ben Dichter [24]
62+
* Elodie Legouée [21]
6063

6164
1. Centre de Recherche en Neuroscience de Lyon, CNRS UMR5292 - INSERM U1028 - Universite Claude Bernard Lyon 1
6265
2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France

doc/source/conf.py

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

5252
# General information about the project.
5353
project = 'Neo'
54-
copyright = '2010-2020, ' + AUTHORS
54+
copyright = '2010-2021, ' + AUTHORS
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the

doc/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Installing from the Python Package Index
1111
Dependencies
1212
------------
1313

14-
* Python_ >= 3.6
15-
* numpy_ >= 1.13.0
14+
* Python_ >= 3.7
15+
* numpy_ >= 1.16.1
1616
* quantities_ >= 0.12.1
1717

1818
You can install the latest published version of Neo and its dependencies using::

doc/source/whatisnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
.. toctree::
77
:maxdepth: 1
88

9+
releases/0.10.0.rst
910
releases/0.9.0.rst
1011
releases/0.8.0.rst
1112
releases/0.7.2.rst

neo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.9.0'
1+
version = '0.10.0'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
numpy>=1.13.0,!=1.16.0
1+
numpy>=1.16.1
22
quantities>=0.12.1

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
import os
55

66
long_description = open("README.rst").read()
7-
install_requires = ['numpy>=1.13.0,!=1.16.0',
7+
install_requires = ['numpy>=1.16.1',
88
'quantities>=0.12.1']
99
extras_require = {
1010
'igorproio': ['igor'],
1111
'kwikio': ['scipy', 'klusta'],
1212
'neomatlabio': ['scipy>=1.0.0'],
13-
'nixio': ['nixio>=1.5.0b2'],
13+
'nixio': ['nixio>=1.5.0'],
1414
'stimfitio': ['stfio'],
1515
'tiffio': ['pillow']
1616
}
@@ -34,17 +34,17 @@
3434
long_description=long_description,
3535
license="BSD-3-Clause",
3636
url='https://neuralensemble.org/neo',
37-
python_requires=">=3.6",
37+
python_requires=">=3.7",
3838
classifiers=[
3939
'Development Status :: 4 - Beta',
4040
'Intended Audience :: Science/Research',
4141
'License :: OSI Approved :: BSD License',
4242
'Natural Language :: English',
4343
'Operating System :: OS Independent',
4444
'Programming Language :: Python :: 3',
45-
'Programming Language :: Python :: 3.6',
4645
'Programming Language :: Python :: 3.7',
4746
'Programming Language :: Python :: 3.8',
47+
'Programming Language :: Python :: 3.9',
4848
'Programming Language :: Python :: 3 :: Only',
4949
'Topic :: Scientific/Engineering']
5050
)

0 commit comments

Comments
 (0)