You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,25 @@
1
1
# Changelog
2
2
## Next Release
3
3
4
-
* Added optional initial value for `reduce`
5
-
* Added table of contents to readme
6
-
* Added data interchange tutorial with pandas
7
-
* Implemented `itertools.starmap` as `Sequence.starmap` and `Sequence.smap`
4
+
5
+
## Release 1.0.0
6
+
7
+
Reaching `1.0` primarily means that API stability has been reached so I don't expect to run into many new breaking changes.
8
+
9
+
### New Features
10
+
11
+
* Added optional initial value for `reduce` (https://github.com/EntilZha/PyFunctional/issues/86)
12
+
* Added table of contents to readme (https://github.com/EntilZha/PyFunctional/issues/88)
13
+
* Added data interchange tutorial with pandas (https://github.com/EntilZha/PyFunctional/blob/master/examples/PyFunctional-pandas-tutorial.ipynb)
14
+
* Implemented `itertools.starmap` as `Sequence.starmap` and `Sequence.smap` (https://github.com/EntilZha/PyFunctional/issues/90)
15
+
* Added interface to `csv.DictReader` via `seq.csv_dict_reader` (https://github.com/EntilZha/PyFunctional/issues/92)
16
+
* Improved `_html_repr_`, `show` and `tabulate` by auto detecting named tuples as column names (https://github.com/EntilZha/PyFunctional/issues/91)
17
+
* Improved `_html_repr_` and `show` to tell the user 10 of N rows are being shown if there are more than 10 rows (https://github.com/EntilZha/PyFunctional/issues/94)
18
+
19
+
### Dependencies and Supported Python Versions
20
+
* Bumped version dependencies (https://github.com/EntilZha/PyFunctional/issues/89)
0 commit comments