We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa301ee commit b2de77cCopy full SHA for b2de77c
CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
7
+
8
+## [1.8.10] - 2024-12-19
9
10
+### Changed
11
12
+- Avoid deprecated logging.warn function
13
+- Remove version restriction on pandas
14
15
16
## [1.8.9] - 2024-11-25
17
18
### Changed
setup.py
@@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
33
34
setuptools.setup(
35
name='gdm-concordia',
36
- version='1.8.9',
+ version='1.8.10',
37
license='Apache 2.0',
38
license_files=['LICENSE'],
39
url='https://github.com/google-deepmind/concordia',
0 commit comments