v2.1
FLASC v2.1 brings the FlascDataFrame
class to FLASC, along with some improvements to package handling. It also introduces examples using the Wind-Up tool from RES.
New features
- Add
FlascDataFrame
for better handling of user data in FLASC by @paulf81, @misi9170, and @aclerc in #212
Improvements
- Remove pyproj as requirement by @paulf81 in #214
- Update package management and update polars by @paulf81 in #218
Bug fixes
- [BUGFIX] Inverse
channel_name_map
fix forFlascDataFrame
by @misi9170 in #222 - Add observed keyword by @paulf81 in #223
- set observed to false by @paulf81 in #225
- Dont replicate nans in time by @paulf81 in #226
- Fix line in time fix by @paulf81 in #227
New Contributors
Full Changelog: v2.0.1...v2.1