Skip to content

Commit

Permalink
Updated CHANGELOG for 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Apr 18, 2023
1 parent 211f788 commit e07e7c8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 50 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ Datamol Changelogs

.. current developments
v0.10.0
====================

**Added:**

* Add two new fucntions `dm.open_df` and `dm.save_df` that automatically
open and save a dataframe to a file. This is a convenience function
that automatically handles the file format based on the file extension.
The functions are also able to handle compressed files.

**Changed:**

* All the datamol modules and objects are now lazy loaded. It means that loading now happens on-demand. Preliminary tests suggest the datamol import time decreases by 20-fold (from 1s to 50ms on a regular Ubuntu laptop) without affecting the subsequent calls to the modules and objects. This is a major improvement for the datamol usability. This new behaviour is enabled by default but can be disabled by setting the environment variable `DATAMOL_DISABLE_LAZY_LOADING` to `1`.
* Move the fs module to its dedicated section in the docs. Fix #160.

**Removed:**

* Remove unused, broken and uncovered `datamol.fragment.assemble_fragment_iter()` function.

**Authors:**

* Hadrien Mary
* dessygil



v0.9.8
====================

Expand Down
26 changes: 0 additions & 26 deletions news/fileIO.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/lazy_loading.rst

This file was deleted.

0 comments on commit e07e7c8

Please sign in to comment.