File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ <!-- mdlint off(HEADERS_TOO_MANY_H1) -->
12# Current version (not yet released; still in development)
23
34## Major Features and Improvements
45
56## Bug Fixes and Other Changes
67
8+ ## Breaking changes
9+
10+ ## Deprecations
11+
12+ # Version 0.24.0
13+
14+ ## Major Features and Improvements
15+
16+ * From this version we will be releasing python 3.8 wheels.
17+
18+ ## Bug Fixes and Other Changes
19+
720* When installing from source, you don't need any steps other than
821 ` pip install ` (needs Bazel).
22+ * Labels can be specified as Paths in addition to string names.
923* Depends on ` absl-py>=0.9,<0.11 ` .
1024* Depends on ` googleapis-common-protos>=1.52.0,<2 ` .
11- * Labels can be specified as Paths in addition to string names.
1225
1326## Breaking changes
1427
28+ * N/A
29+
1530## Deprecations
1631
17- * Deprecating Python 3.5 support.
32+ * Deprecated Python 3.5 support.
1833
1934# Version 0.23.0
2035
Original file line number Diff line number Diff line change 1414"""Contains the version string of TFMD."""
1515
1616# Note that setup.py uses this version.
17- __version__ = '0.24 .0.dev'
17+ __version__ = '0.25 .0.dev'
You can’t perform that action at this time.
0 commit comments