Skip to content

Commit 7bd7aaa

Browse files
committed
Fix CHANGELOG cross-refs
1 parent 759d814 commit 7bd7aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog/19.breaking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- Required `db_dir` to be passed when initialising [pandas_openscm.db.reader.OpenSCMDBReader][]. This is required to support portable databases
2-
- Renamed `out_column_type` to `out_columns_type` in [pandas_openscm.db.io.load_timeseries_csv][] for consistency with the rest of the API
2+
- Renamed `out_column_type` to `out_columns_type` in [pandas_openscm.io.load_timeseries_csv][] for consistency with the rest of the API
33
- Bumped the minimum supported version of [filelock](https://py-filelock.readthedocs.io/) to 3.12.3, as only this version handles automatic creation of directories for the lock

changelog/19.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- Made the database portable by only storing relative paths in the file map. This allows the database to be converted to an archive with [pandas_openscm.db.OpenSCMDB.to_gzipped_tar_archive][] and then unpacked elsewhere with [pandas_openscm.db.OpenSCMDB.from_gzipped_tar_archive][]
22
- Added [pandas_openscm.db.path_handling][] to clarify how we handle paths internally to support portability
3-
- Added support for specifying the name of the output columns via [pandas_openscm.db.OpenSCMDB.load][], [pandas_openscm.db.reader.OpenSCMDBReader.load][] and [pandas_openscm.db.io.load_timeseries_csv][]
3+
- Added support for specifying the name of the output columns via [pandas_openscm.db.OpenSCMDB.load][], [pandas_openscm.db.reader.OpenSCMDBReader.load][] and [pandas_openscm.io.load_timeseries_csv][]

0 commit comments

Comments
 (0)