Commit 4f8a70c 1 parent d234e39 commit 4f8a70c Copy full SHA for 4f8a70c
File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
# Generated by doc build
9
9
doc /_static /basis- * .png
10
10
doc /savefig /
11
+ venv
11
12
12
13
# Cribbed from numpy's .gitignore:
13
14
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ All Patsy releases are archived at Zenodo:
8
8
.. image :: https://zenodo.org/badge/DOI/10.5281/zenodo.592075.svg
9
9
:target: https://doi.org/10.5281/zenodo.592075
10
10
11
+ v1.0.0
12
+ ------
13
+
14
+ * Drop support for Python 2.7 (and remove dependency on the `six ` module).
15
+ * Fix compatibility with `numpy ` >= 2.
16
+
11
17
v0.5.6
12
18
------
13
19
Original file line number Diff line number Diff line change 17
17
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
18
18
# 1.0.0.)
19
19
20
- __version__ = "0.5.6 "
20
+ __version__ = "1.0.0 "
Original file line number Diff line number Diff line change 33
33
},
34
34
python_requires = ">=3.6" ,
35
35
classifiers = [
36
- "Development Status :: 4 - Beta " ,
36
+ "Development Status :: 6 - Mature " ,
37
37
"Intended Audience :: Developers" ,
38
38
"Intended Audience :: Science/Research" ,
39
39
"Intended Audience :: Financial and Insurance Industry" ,
You can’t perform that action at this time.
0 commit comments